yeelp / Distinct-Damage-Descriptions

Adding physical D&D-style damage types to Minecraft to deepen the combat
MIT License
9 stars 4 forks source link

Blocking an attacking that would normally set you on fire sets you on fire, though it shouldn't #105

Open yeelp opened 3 months ago

yeelp commented 3 months ago

Vanilla behaviour is blocking an attacking from a zombie that is on fire should not set you on fire. In DDD, it does. Maybe add a toggle on if it should set you on fire or if the shield needs fire effectiveness OR if it should never set you on fire.

All of this assumes you can actually block the attack that would set you on fire.

Xarmat-GitHub commented 3 months ago

Thoughts:

Note: I recommend to go the way of the least risk for mod conflicts. And if possible, go the vanilla way (player's expectations on a designers perspective would be fulfilled, no wired behavior that must be learned a new).