Started by
KRISTIYALNO_0962
on
Topic category: Help with Minecraft modding (Java Edition)
I wanted to make a effect that increases your projectile damage but i couldn't find out how to do it.
Topic category: Help with Minecraft modding (Java Edition)
I wanted to make a effect that increases your projectile damage but i couldn't find out how to do it.
Your projectile has a damage number, make a variable number and set it to 0, then make a procedure that increases the variable by however much more damage you want when the effect activates, and in your projectile procedure, change the variable number to Example 1 dmg + Variable number. Whenever your effect increases the variable, the projectile will do more damage.