Modding Help Projectiles

Discussion in 'Starbound Modding' started by uPr0ph3tu, Aug 27, 2019.

  1. uPr0ph3tu

    uPr0ph3tu Intergalactic Tourist

    Hey everyone,

    Trying to port ArcaneAddon to workshop, I'm done patching the player.config that was huge but getting stuck dealing with the projectiles.

    Here's a sample:

    [19:14:57.478] [Error] Could not read projectile '/projectiles/flySpell.projectile', error: (JsonException) No such key in Json::get("effect")

    This is the actual .projectile file:
    https://pastebin.com/SchNJghE

    What are the different status effects variables ? I have stat: "levitation" but I don't think that's right. should it be effect: or something ?

    The issue with the mod at this point is that their projectiles are using code from like 2014. So inside the profectile file he'll say "Frames" : "x.png" instead of "image" all that's been corrected but I just cannot figure out how to apply status effects properly. Googling barely yields anything, just cannot find help anywhere and it's such a stupid obstacle because it's just frikkin syntax.
     
    Last edited: Aug 28, 2019

Share This Page