How do I Increase Vanilla Arrow Damage?

Started by Ali107 on

Topic category: Advanced modding

Last seen on 20:50, 24. Apr 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I Increase Vanilla Arrow Damage?

I want to know how to increase the vanilla arrow damage when shot to any mob. With or without coding.

Last seen on 22:14, 25. Apr 2024
Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know about coding,…
Mon, 01/31/2022 - 06:23

I don't know about coding, but doing it without it is kinda difficult. The only way i found is using the "deal damage" procedure block, but that adds more invulnerability frames and the mobs damaged no longer take knockback. But you can use the "amount" dependency provided from the "Entity attacked" global trigger, that dependency has the damage value stored in it. You should make a procedure where the target is the enemy and the immediate source entity is the arrow, then deal the damage and do the maths using the amount dependency. For example multiply the amount by 2 and deal that number of damage, if you want for example Arrows that deal double damage