Added:
- Bullets on hit block will make a sound
- If bullets hit Glass or Pointed Dripstone, it will break it
- Guns that shoot bullets will show a trail of smoke particles on shoot (Time active configurable)
- Guns that shoot bullets will show flash particles on shoot
Changed:
- Improved visibility with visor helmet
- Improved Surcoat texture
- Handgonne Model
- Arquebus Model
- Low Stamina Overlay: Now will change gradually from yellow to red (Still experimental)
Fixed:
- Aventail grow
- Itemgroup has Alpha in its texture
- Trinkets Arm models are moved 1 pixel
- Guns charge infinitely
Changes:
- Now instead of decrease stamina on hit, now it does on swing KHWeapon
Fixed:
- Fake damage shown for Lance and Wooden Lance
- KH Dyeable Trinkets not rendering correctly
Technical Changes:
- Improved KHWeapon implementation
- Moved all KHWeapon classes into items/custom/item/khweapon
- Changed all KHRangeWeapon class, now it is handheld in an ItemMixin class and all the methods will come from an interface. This will break all addons made before version beta 2 hotfix 1. Wiki will take a while to update.
- Added new classes for each KHRangeWeapon
KHDyeableTrinketsItem#getOverlay
→KHDyeableTrinketsItem#hasOverlay
Changes:
- Increased stamina: 200 → 400
Fixed:
- Fixed Aventail not showing
- Fixed Brigandine Rerebrace showing both arms
- Trinkets Chestplate model collides with Under Armor Chestplate model
- Now is compatible with mods that use ReachEntityAttributes
Technical Changes:
- Improved some methods inside KHRangeWeapons
- Moved some common parameters to a common class
- Changed all KHWeapon class, now it is handheld in an ItemMixin class and all the methods will come from an interface. This will break all addons made in version beta 1. Wiki will take a while to update.
- Removed ItemTag WEAPONS_PIERCING. Now will use getAnimation, that in set to higher than 0, will do the same as WEAPONS_PIERCING
- Changed some structure code
- Added prefix
knightsheraldry$
to all mixin methods - Changed
- Removed ItemTag WEAPONS. Now will use interface KHWeapon
- Changed file naming to KnightsHeraldry-release_version.beta_version.fix_version