#Need Help Fixing Flaws on Parry System [RESOLVED]

1 messages · Page 1 of 1 (latest)

dawn crystal
#

There is no way to cancel damage at the moment

#

The best you can do is adding the player the resistance effect

#

Unless you want to use player.json

devout trellis
#

I've been trying to make it so I don't take damage when I had parry tag but if I do player.json just breaks 💀

remote ivy
#

player.getComponent("minecraft:health").setCurrentValue(500);
that, for example, would set the player's health to 500

#

if you ran it through if statements for your parrying system, for example, it would allow you to "cancel" smaller amounts of damage.

#

But you'd need to apply some logic for the value health is set to, of course

tall lotus
#

yo is this fixed?

#

@devout trellis @remote ivy

#

does it currently work now?

devout trellis
#

It's fixed

#

Need Help Fixing Flaws on Parry System [RESOLVED]

tall lotus
#

can i get it

#

@devout trellis

devout trellis