diff --git a/SolastaUnfinishedBusiness/ChangelogHistory.txt b/SolastaUnfinishedBusiness/ChangelogHistory.txt index 6660b9a31f..e459a08973 100644 --- a/SolastaUnfinishedBusiness/ChangelogHistory.txt +++ b/SolastaUnfinishedBusiness/ChangelogHistory.txt @@ -1,26 +1,33 @@ 1.5.97.19: +all fixes marked with * were introduced with the IsMelee change on v18 + - added subclasses unique sprites [by otearaisu] -- fixed Exploiter feat attack mode validator -- fixed GWM feat attack mode modifier, and additional attack validator -- fixed Lunging Attack maneuver increase weapon reach validator -- fixed Mage Slayer feat attack mode validator - fixed Martial Arcane Archer arcane shots weapon type validator - fixed Martial Battle Master missing maneuvers initial pool amount - fixed Martial Psi Warrior force of will saving throw behavior - fixed Martial Psi Warrior psionic adept once in my turn validator -- fixed Martial Warlord coordinated assault attack mode validator - fixed monster reaction powers effect forms application -- fixed Old Tactics feat attack mode validator -- fixed Power Attack feat attack mode modifier - fixed Powerful metamagic interaction with Sunbeam spell -- fixed Path of the Wild Magic wild surge attack mode validator -- fixed Oath of Dread harrowing crusade attack mode validator -- fixed Retaliate maneuver attack mode validator - fixed Reverse Gravity spell granting flying to creatures - fixed Shapechange spell to delegate concentration to shape -- fixed Wendigo natural lunger increase weapon reach validator -- fixed Wyrmkin reactive retribution attack mode validator +* fixed Exploiter feat attack mode validator +* fixed GWM feat attack mode modifier, and additional attack validator +* fixed Lunging Attack maneuver increase weapon reach validator +* fixed Mage Slayer feat attack mode validator +* fixed Martial Warlord coordinated assault attack mode validator +* fixed Oath of Dread harrowing crusade attack mode validator +* fixed Old Tactics feat attack mode validator +* fixed Path of the Wild Magic wild surge attack mode validator +* fixed Power Attack feat attack mode modifier +* fixed Retaliate maneuver attack mode validator +* fixed Wendigo natural lunger increase weapon reach validator +* fixed Wyrmkin reactive retribution attack mode validator + +KNOWN ISSUES: + +- Artillerist Force Ballista tiny cannon doesn't force attack DIS within 5 ft +- Chaos Bolt damage will be of wrong type under multiplayer if twinned and any bolt misses 1.5.97.18: @@ -48,11 +55,6 @@ - fixed Rescue the Dying spell triggering logic - fixed Skill Empowerment spell suggested list -KNOWN ISSUES: - -- Artillerist Force Ballista tiny cannon doesn't force attack DIS within 5 ft -- Chaos Bolt damage will be of wrong type under multiplayer if twinned and any bolt misses [cannot fix] - 1.5.97.17: - fixed 'After was attacked' condition interruption also triggering on non attack roll magic effects diff --git a/SolastaUnfinishedBusiness/Info.json b/SolastaUnfinishedBusiness/Info.json index 8eda5fac3a..f5f9e6a65b 100644 --- a/SolastaUnfinishedBusiness/Info.json +++ b/SolastaUnfinishedBusiness/Info.json @@ -1,7 +1,7 @@ { "Id": "SolastaUnfinishedBusiness", "DisplayName": "[Un] Finished Business", - "Version": "1.5.97.18", + "Version": "1.5.97.19", "GameVersion": "1.5.97", "ManagerVersion": "0.24.0", "AssemblyName": "SolastaUnfinishedBusiness.dll", diff --git a/SolastaUnfinishedBusiness/SolastaUnfinishedBusiness.csproj b/SolastaUnfinishedBusiness/SolastaUnfinishedBusiness.csproj index 52f7d10a4b..4bb6fdbbaa 100644 --- a/SolastaUnfinishedBusiness/SolastaUnfinishedBusiness.csproj +++ b/SolastaUnfinishedBusiness/SolastaUnfinishedBusiness.csproj @@ -3,7 +3,7 @@ 12 net48 - 1.5.97.18 + 1.5.97.19 https://github.com/SolastaMods/SolastaUnfinishedBusiness git Debug Install;Release Install