CivClassic / Finale

Configure-ably alter combat mechanics and regeneration to match prior Minecrafts, or custom gens, built for Minecraft Paper 1.16.5
MIT License
0 stars 14 forks source link

Added knockback resistance option, fix potion bugs, refactor CombatUtil #24

Closed jaymsDooku closed 3 years ago

jaymsDooku commented 3 years ago

Added option to modify knockbackResistance - should be a value between 0 and 1.

Changed the knockback options to vectors. Added some new knockback options. Changed how knockback is handled so that the numbers make more sense.

Fixed bug with healthMultiplier not working. Removed potionCutOffDistance. Added minIntensityCutOff and minIntensityImpact. minIntensityCutOff: minimum intensity for non-thrower to steal some health effect. minIntensityImpact: minimum intensity for thrower to get full health effect.