So I have a projectile skill and when it hits it gives the player damage through the damage skill.
Rpgitems and Damage skill Incompatible?
Code:
NecromancerShot1: Conditions: - hastag{tag=NecroPhase1} true - offgcd Skills: - projectile{onTick=NecromancerShot1-Tick;onHit=NecromancerShot1-Hit;v=15;i=1;hR=1;vR=1} NecromancerShot1-Tick: Skills: - effect:particles{p=smoke;amount=20;speed=0.2;hS=0.1;vS=0.1} @origin NecromancerShot1-Hit: Skills: - damage{a=35;ignoreArmor=false} -...