Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyWoof committed Jul 10, 2024
1 parent 2b44d4b commit 8be9b0b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
36 changes: 19 additions & 17 deletions SolastaUnfinishedBusiness/ChangelogHistory.txt
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SolastaUnfinishedBusiness/Info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Id": "SolastaUnfinishedBusiness",
"DisplayName": "<i>[<b>Un</b>]</i> <color=Orange>Finished Business</color>",
"Version": "1.5.97.18",
"Version": "1.5.97.19",
"GameVersion": "1.5.97",
"ManagerVersion": "0.24.0",
"AssemblyName": "SolastaUnfinishedBusiness.dll",
Expand Down
2 changes: 1 addition & 1 deletion SolastaUnfinishedBusiness/SolastaUnfinishedBusiness.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<LangVersion>12</LangVersion>
<TargetFramework>net48</TargetFramework>
<AssemblyVersion>1.5.97.18</AssemblyVersion>
<AssemblyVersion>1.5.97.19</AssemblyVersion>
<RepositoryUrl>https://github.com/SolastaMods/SolastaUnfinishedBusiness</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Configurations>Debug Install;Release Install</Configurations>
Expand Down

0 comments on commit 8be9b0b

Please sign in to comment.