[BUG] Spartan myrmex weapons deal incorrect damage
elephantae opened this issue ยท 0 comments
ISSUES NOT USING OUR TEMPLATE WILL NOT BE CONSIDERED AND WILL BE CLOSED!
Description
All of the weapons made of both types of myrmex chitin from the spartanfire mod(ex: desert myrmex longsword, jungle myrmex throwing knife) deal an incorrect amount of damage on hit/throw. The damage bonus upon hitting non-arthropod mobs is supposed to be 4, and this can be confirmed by hitting anything with a myrmex weapon that does less than 4 base damage or by looking at the description for the myrmex sword. Thus, i would expect 4 to be added to my damage when hitting a non-arthropod mob, however this does not happen as it seems to take the higher of the 2 numbers 4 and the base damage rather than adding them.
To Reproduce
Steps to reproduce the behavior:Take any myrmex weapon from the spartanfire mod and test damage compared to a myrmex sword on an arthropod and a non arthropod. Also test dagger and throwables and observe them deal 4 damage.
Expected behavior
The damage bonus is expected to be added to the weapon damage rather than be a minimum.
Screenshots
If applicable, add screenshots to help explain your problem.
Info (please complete the following information):
- Modpack Version: 2.77
- Server or Singleplayer:Both
- Version the world was created on:2.77
Additional context
I think the mod may be taking max(basedmg,4) instead of basedamage+4