1. Please be advised of a few specific rules and guidelines for this section.

RELEASED More Pixels Per Kill

Discussion in 'Mechanics' started by Dragonchampion, Dec 5, 2013.

  1. Dragonchampion

    Dragonchampion Subatomic Cosmonaut

    Courtesy of Rocky TV, a better way:

    To change how much Pixels a monster drop, go to Starbound\assets\treasure\ and edit those files. You'll see lines like

    Code:
    [1, { -- this is the monster level
            "pool" : [
              [0.36, [ "money", 10] ],
              [0.36, [ "money", 10] ],
              [0.18, [ "money", 25] ]
            ],
            "poolRounds" : [
              [0.20, 0],
              [0.80, 1]
            ],
            "levelVariance" : [-1, 1],
            "allowDuplication" : false
          } ],
    
    So change it on your likings.
     
    Last edited: Dec 6, 2013
  2. RockyTV

    RockyTV Big Damn Hero

    You know that the money.coinitem if you change the value:1 it will increase how much it will cost to print an object, right?
     
  3. Dragonchampion

    Dragonchampion Subatomic Cosmonaut

    No, I didn't know that. Derp. X3

    However, I admit I wasn't thinking about the printer when I made this; it was more to solve the issue with crafting requiring money.
     
  4. Bottle Opener

    Bottle Opener Subatomic Cosmonaut

    Just modify your original post. Change value, grind out mobs to obtain pixels, change back when ready to use the printer.
     
    Svarr Chanston likes this.
  5. RockyTV

    RockyTV Big Damn Hero

    Alright so this does not work. To change how much Pixels a monster drop, go to Starbound\assets\treasure\ and edit those files. You'll see lines like

    Code:
    [1, { -- this is the monster level
            "pool" : [
              [0.36, [ "money", 10] ],
              [0.36, [ "money", 10] ],
              [0.18, [ "money", 25] ]
            ],
            "poolRounds" : [
              [0.20, 0],
              [0.80, 1]
            ],
            "levelVariance" : [-1, 1],
            "allowDuplication" : false
          } ],
    
    So change it on your likings.
     
  6. Dragonchampion

    Dragonchampion Subatomic Cosmonaut

    Alright, thanks Rocky!
     
  7. Xirukai

    Xirukai Pangalactic Porcupine

    What to edit there then?
     
  8. RockyTV

    RockyTV Big Damn Hero

    You would change where it says [ "money", number].
     
  9. Svarr Chanston

    Svarr Chanston Cosmic Narwhal

    Then would it be free if you set it to 0?
     
  10. RockyTV

    RockyTV Big Damn Hero

    Probably not but I now think that that cost wont change how much an item costs to be printed.
     

Share This Page