Skip to content

Commit

Permalink
prepare for 1.5.97.39 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyWoof committed Nov 19, 2024
1 parent 281ae69 commit 7a50fb6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
19 changes: 10 additions & 9 deletions SolastaUnfinishedBusiness/ChangelogHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@

- added 'Allow Potions and Scrolls to be carried and used in the ammunition slots' setting [by SilverGriffon]
- added 'Allow Potions and Scrolls to be carried and used in the off-hand weapon slot' setting [by SilverGriffon]
- added 'Enable Arcane Sword, Circle of Death, Flame Strike, Ice Storm, and Vicious Mockery 5e 2024 spells version'
- added 'Enable Divine Favor 5e 2024 spell version'
- added 'Enable Lesser Restoration 5e 2024 spell version'
- added 'Enable Magic Weapon 5e 2024 spell version'
- added 'Enable Power Word: Kill 5e 2024 spell version'
- added 'Enable Stone Skin 5e 2024 spell version'
- added 'Enable True Strike 5e 2024 cantrip version'
- added 'Enable Arcane Sword, Circle of Death, Flame Strike, Ice Storm, and Vicious Mockery 5e 2024 spells version' setting
- added 'Enable Divine Favor 5e 2024 spell version' setting [no concentration]
- added 'Enable Lesser Restoration 5e 2024 spell version' setting [bonus action]
- added 'Enable Magic Weapon 5e 2024 spell version' setting [bonus action, no concentration, enhancement at 3rd and 6th]
- added 'Enable Power Word: Kill 5e 2024 spell version' setting [12d12 psychic damage if above 100 hp]
- added 'Enable Stone Skin 5e 2024 spell version' setting [provides resistance to magical B/P/S as well]
- added 'Enable True Strike 5e 2024 cantrip version' setting [blade cantrip like]
- fixed 'Enable all Casters to use new prepared spells tables' not considering subclass bonuses
- fixed 'Enable bonus action on Healing Potions and Antitoxin usages' allowing other usable item types
- fixed 'Enable Lay on Hands as bonus action' not getting offered in combat
- fixed 'Enable Second Wind to use 5e 2024 usages progression' adding +1 usage
- fixed Aimed Attack maneuver not consuming bonus action, and not adding die damage to attack
- fixed Bonfire and Word of Radiance cantrips getting auto immunity from positions
- fixed dice damage progression on powers and additional damage blueprints defined in mod subclasses [i.e: Hail of Blades]
- fixed SpendPower action passing a null battle manager instance to mod custom behaviors leading to desyncs and soft locks
- fixed dice damage progression on powers and additional damage blueprints defined in subclasses [i.e: Hail of Blades]
- fixed Martial Arcane Archer bursting arrow not damaging original target nor applying same dice rolls to all targets
- fixed spend power action passing a null instance to mod custom behaviors leading to desyncs and soft locks
- fixed Stealthy action from key bind not broadcasting status on multiplayer sessions

KNOWN ISSUES:
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.38",
"Version": "1.5.97.39",
"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.38</AssemblyVersion>
<AssemblyVersion>1.5.97.39</AssemblyVersion>
<RepositoryUrl>https://github.com/SolastaMods/SolastaUnfinishedBusiness</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Configurations>Debug Install;Release Install</Configurations>
Expand Down

0 comments on commit 7a50fb6

Please sign in to comment.