Skip to content

Commit

Permalink
Release Notes 5.7.3 (foundryvtt#10854)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Oct 21, 2023
1 parent 1e7ae9a commit 1c07569
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
## 5.7.3

### System Improvements

- (stwlam) Add round-end expiry option for effects
- (stwlam) Add search input on spell preparation dialog
- (stwlam) Include `@target` as resolvable in strike, spell, and blast damage rolls

### Bugfixes

- (Cerapter) Fix ancestry featgroup not being able to filter for homebrew ancestries
- (Cerapter) Include custom IWR definitions in weaknesses and immunities
- (stwlam) Prevent error from being thrown in some circumstances when damage dice doubling is enabled
- (stwlam) Fix issue causing some oracular curse effects to not automatically adjust condition values
- (stwlam) Fix issue causing thief rogues to roll unarmed strike damage with no attribute modifier
- (Supe) Prevent party-actor data preparation failure when familiar data preparation fails

### Data Updates

- (Cora) Make minor Kingmaker data entry tweaks and fixes
- (CrackJackFlood) Add inert effects for Rage of Elements stances
- (CrackJackFlood) Brush up effects for scouting
- (Dire Weasel) Add automation for NPC Expanded Splash and update bomb Strikes
- (Dire Weasel) Add custom resistance for Maliadi's Collar of Fire
- (Dire Weasel) Add effect for Vitrifying Blast and Warding Statuette
- (Dire Weasel) Add infused alchemical items to Blue Viper's (Level 20) inventory, infused trait to several NPC items
- (Dire Weasel) Add otherTags to Rune Patron and Way of the Spellshot
- (Dire Weasel) Brush up automation for some skeleton bestiary abilities and Vewslog's Deadeye
- (Dire Weasel) Refresh copies of NPC bomb strikes
- (Jesse) Add size increase for heightened Righteous Might spell effect
- (jfn4th) Fix rarely occuring aberrant rendering of actions on PC sheet
- (stwlam) Add alternate crit spec effect to Lavasoul feat's Magma Spike
- (stwlam) Expire Devise a Stratagem effect at end of current round
- (stwlam) Improve automation of Fearsome Brute feat
- (Tikael) Add missing spells to FotRP actor
- (Tikael) Automate Kineticist critical junctions
- (Tikael) Automate Buckler Expertise feat
- (Tikael) Fix DC of inline save in Mountain Quake
- (TiloBuechsenschuss) Fix strike names for Vegetable Lamb and spell variants for Falling Stars

## 5.7.2

### System Improvements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundry-pf2e",
"version": "5.7.2",
"version": "5.7.3",
"description": "",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion static/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Pathfinder 2nd Edition",
"description": "A community contributed game system for Pathfinder Second Edition",
"license": "./LICENSE",
"version": "5.7.2",
"version": "5.7.3",
"compatibility": {
"minimum": "11.308",
"verified": "11.313",
Expand Down

0 comments on commit 1c07569

Please sign in to comment.