Modding Help Applying augments such as "aquatic" to a mech ?

Discussion in 'Starbound Modding' started by kthanecraft, Mar 13, 2014.

  1. kthanecraft

    kthanecraft Poptop Tamer

    Hi guys !

    Just wondering if anyone has managed to apply an augment to a mech ? Currently working on a force-field tech, and on mechas designed to go in specials customs planets with great lava zones...
     
  2. kthanecraft

    kthanecraft Poptop Tamer

  3. Jatz

    Jatz Subatomic Cosmonaut

    v---- Not to be taken seriously ;)

    tech.setAugment("Aquatic")


    Not entirely sure how to go about trying to do that, but you 'could' do a lot possibly with status effects for heat protection, fall damage etc,...

    Code:
        {
          "kind" : "reducefalldamage",
          "amount" : x
        }
    
     

Share This Page