Releases: Nafeij/Nafeij-s-BS3-Fixpack
Releases · Nafeij/Nafeij-s-BS3-Fixpack
v1.3 - 22 Aug 2024
v1.2 - 11 Dec 2023
- Fixed various interactions and typos related to Rugga.
v1.1 - 20 Feb 2023
- Fixed bug where the skulker eggs thrown by barb hurlers would not spawn skulkers. The
_abl_hatch
ability was targeting the wrong entity (ENEMY
instead ofOTHER
). - If one of your heroes with an item gets killed, and is possessed by Eyeless, defeating your hero grants you a duplicate of that item. The game also tags possesed entities with a unique
POSSESSED
tag, which can be checked inengine\battle\entitiy\model\BattleEntity._handleDeath_pre
to prevent them from dropping their items. - The passive on all types of Dredge Hurlers, Distraught, isn't triggering properly. Changing
responsePhase
toPOST_COMPLETE
in its corresponding entry in_ability.index.json
seems to fix this, though testing is needed. - Juno dialogue branch in her history lesson was dropped in a previous version of the mod. This has been added back in.
- Some characters may get obscured in conversations due to poor positioning. Manually repositioned several convos for this and stylistic purposes.
- There were times at the start of battles where two lines of dialogue (the ones randomly assigned to characters) would both be spoken by the same person. This is now much less likely to happen.
- Miscellaneous typos.
- Swapped out Valgard with Folka (if she is alive) in the conversation before recovering Juno's body.
- Extra chat with Eirik if he's present in Arberrang, which was cut from the base game.