Leather? How get it?

Discussion in 'Starbound FAQs, Q&A, and General Help' started by galvart, Jun 25, 2015.

  1. galvart

    galvart Space Hobo

    Sup guys! My name is Galvart and I was trying take some Leather. I use EVERYTHING in EVERY SINGLE MOB planet by planet and doesn't drop it D: I used bows, hunting knife and nothing D: someone can help me?
    Sorry for my crap english s:
     
  2. Kayuko

    Kayuko Oxygen Tank

    Best Answer
    Treasurepools:
    Code:
    {
      "hunting" : [
        [1, {
          "pool" : [
            {"weight" : 0.8, "item" : [ "alienmeat" ]},
            {"weight" : 0.2, "item" : [ "leather" ]}
          ]
        } ]
      ],
      "huntingquadruped" : [
        [1, {
          "pool" : [
            {"weight" : 0.4, "item" : [ "alienmeat" ]},
            {"weight" : 0.4, "item" : [ "rawribmeat" ]},
            {"weight" : 0.2, "item" : [ "leather" ]}
          ]
        } ]
      ]
    
    Which monsters actually use those pools:

    Hunting (Only when killed with a bow-class weapon):

    Largebiped
    Smallbiped
    Smallquadruped
    Moontant
    Smallshroom

    Huntingquadruped:

    Largequadruped (Only with bow)
    ++ Chefmerchantwithquadruped.tenant

    The tags this tenant requires:

    "light": 1,
    "door": 1,
    "apex": 6,
    "cooking": 6

    So yeah, basically either stick with hunting (and use a bow-class weapon) or go for the tenant.

    The chances aren't too bad tho, in both treasurepools the drop-chance of leather is 20%.
    So, good luck hunting!

    (All info provided was taken from the latest nightly assets)
     
    galvart and TheBigBlueSerpent like this.
  3. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    ^ Best answer~ ^‿^
     
  4. Varixai

    Varixai Hard-To-Destroy Reptile

    Last edited: Jun 25, 2015
  5. galvart

    galvart Space Hobo

    Sorry, I dont understand why you put this code >.< sorry
     
  6. Kayuko

    Kayuko Oxygen Tank

    Don't mind the code, was just a reference, the explanation is right below the code. :P
     
  7. Slippery Slime

    Slippery Slime Big Damn Hero

    Do crossbows count as a bow class weapon?
     
  8. Varixai

    Varixai Hard-To-Destroy Reptile

Share This Page