Modding Help Hunting bow/knife help.

Discussion in 'Starbound Modding' started by Cognitoslim, Dec 10, 2013.

  1. Cognitoslim

    Cognitoslim Void-Bound Voyager

    I've been searching through the files of both the hunting bow and hunting knife to see what command makes these items able to make the mobs drop raw alien meat. I can't seem to find it anywhere. Do any of you know of where this elusive command is?
     
  2. Saravind

    Saravind Tentacle Wrangler

    i think its linked to dmg type of said weapon (linked to its projectile type)

    the hunting knife shares dmg type with bows
     
  3. Xuhybrid

    Xuhybrid Scruffy Nerf-Herder

    After looking into this further, it appears you have to modify the .monstertype files in order to add a new 'treasurepool'.
    Code:
        {
          "default" : "basicMonsterTreasure",
          "bow" : "hunting",
          "brain" : "brain"
        },
    
    This is how it links the 'damageKind' from the .gun file to the /treasure/hunting.treasurepools unfortunately.
     

Share This Page