Modding Help help to change the energy use of my weapon

Discussion in 'Starbound Modding' started by saccomano, Jun 3, 2020.

  1. saccomano

    saccomano Void-Bound Voyager

    I have a weapon with the ability "spearcharge" and I want to change the energy use and the distance of the dash but I don't know how to do it. somebody could help me?
     

    Attached Files:

    • f.png
      f.png
      File size:
      6.4 KB
      Views:
      1
  2. projectmayhem

    projectmayhem Spaceman Spiff

    "altAbility":{
    "energyUsage" : 60 <---- change this to whatever you want
    }

    You can put the energyusage in the same section as the rotation stuff, dont make a new altAbility { } section
     

Share This Page