How to make a only projectile strength effect

Started by KRISTIYALNO_0962 on

Topic category: Help with modding (Java Edition)

Last seen on 15:55, 13. May 2023
Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a only projectile strength effect

I wanted to make a effect that increases your projectile damage but i couldn't find out how to do it.

Last seen on 01:58, 4. Feb 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your projectile has a damageā€¦
Thu, 10/06/2022 - 01:50

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.