Modding Help A question with the file referenced by a command

Discussion in 'Starbound Modding' started by davoker, Apr 22, 2020.

  1. davoker

    davoker Cosmic Narwhal

    A question, in the file of a weapon I see this:

    Code:
    {
      "ability" : {
        "type" : "elementbouncer",
        "name" : "<elementalName> Bouncer",
        "scripts" : ["/items/active/weapons/staff/abilities/controlprojectile/controlprojectile.lua"],
        "class" : "ControlProjectile",
    
        "energyCost" : 75,
    
        "maxCastRange" : 25,
    
        "projectileType" : "<elementalType>bouncer",
        "projectileParameters" : {
          "baseDamage" : 6
        }
      }
    }

    Can someone tell me where the file is that contains the elemental names that this command refers to?

    <elementalName>

    It is supposed that with that command, the random game puts an element to the weapon, those names have to be in some file, what is it? i can't find it.

    Edit: OK does not matter.
     
    Last edited: Apr 28, 2020

Share This Page