Modding Help Starter weapons

Discussion in 'Starbound Modding' started by omegadrace, Dec 17, 2013.

  1. omegadrace

    omegadrace Cosmic Narwhal

    Quick question:
    How do I set a starter weapon for a custom race? All I seem to be getting is the 'hero sword'.
     
  2. Yamirei

    Yamirei Void-Bound Voyager

    in the ship script "Starbound\assetsORmods\ships\customrace\dropship.structure"



    for make custom treasure

    "Starbound\assetsORmods\treasure\default.treasurepools"

    "customraceTreasure" : [
    [0, {
    "fill" : [
    "beamaxe",
    "flashlight",
    [ "torch", 10],
    [ "bananaseed", 3],
    [ "wheatseed", 3],
    [ "customraceweaponstarter", 1]
    ],
    "levelVariance" : [0, 0],
    "allowDuplication" : false
    } ]
    ],

    sorry for my bad english
     
  3. omegadrace

    omegadrace Cosmic Narwhal

    That worked, thank you.
     

Share This Page