Modding Help shockwave ability....can someone help me?

Discussion in 'Starbound Modding' started by amirmiked12, Apr 30, 2017.

  1. amirmiked12

    amirmiked12 Parsec Taste Tester

    when i use hammer that has a shockwave ability it deals no damage to nothing and after that my other weapons the same they do not deal any damage as well..
    can someone help me?
    tnx
    i tested it with all mods disabled and enabled but the same .
    i only use my mod immersive weapons.
    look at my hammer active item codes maybe its the problem with it.

    {
    "itemName" : "gianthammerleather",
    "price" : 2500,
    "level" : 2,
    "maxStack" : 1,
    "rarity" : "rare",
    "description" : "Very Very Big Hammer",
    "shortdescription" : "Giant Hammer",
    "tooltipKind" : "sword",
    "category" : "hammer",
    "twoHanded" : true,
    "itemTags" : ["weapon","melee","hammer"],

    "inventoryIcon" : "gianthammerleather.png",

    "animation" : "/items/active/weapons/melee/hammer/hammer.animation",
    "animationParts" : {
    "handle" : "",
    "blade" : "gianthammerleather.png"
    },
    "animationCustom" : {
    "sounds" : {
    "fire" : [ "/sfx/melee/swing_hammer.ogg" ]
    }
    },

    "scripts" : ["/items/active/weapons/melee/meleeweapon.lua"],

    "elementalType" : "physical",

    "primaryAbilityType" : "hammersmash",
    "primaryAbility" : {
    "fireTime" : 1.5,
    "baseDps" : 16,
    "damageConfig" : {
    "knockback" : 15,
    "statusEffects" : [ "shockwave" ]
    }
    },

    "altAbilityType" : "physicalshockwave",

    "builder" : "/items/buildscripts/buildunrandweapon.lua"
    }



    MY LOG
    https://pastebin.com/HYeKgCYm
     

Share This Page