Skip to content

Commit

Permalink
Release Notes 5.13.1 (#13451)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam committed Feb 1, 2024
1 parent d7105c8 commit 4c1c016
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 5.13.1

### System Improvements

- (stwlam) Show worn scrolls/wands in activations subtab, add button to draw them if not already held

### Bugfixes

- (stwlam) Fix moving items between actors, showing stowed option in carry-type menu
- (stwlam) Subtract focus-point cost amount instead of always one when consuming points before casting

### Data Updates

- (Dire Weasel) Add noisy to Ghoul Hide when worn by an elf
- (DocSchlock) Add missing 1st Level Restrictions to some feats
- (Jesse) Fix styling regression in Kingdom sheet sub-nav header
- (Rigo) Automate Witch's Patron Familiar Ability notes upon casting a hex
- (Rigo) Fix Deep Roots localized inline damage roll
- (Rigo) Make some corrections to Blood Magic effect descriptions
- (stwlam) Automate Kinetic Activation and Scroll Thaumaturgy

## 5.13.0

### Highlights
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13.0",
"version": "5.13.1",
"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 @@ -2,7 +2,7 @@
"id": "pf2e",
"title": "Pathfinder Second Edition",
"description": "A community contributed game system for Pathfinder Second Edition",
"version": "5.13.0",
"version": "5.13.1",
"license": "./LICENSE",
"compatibility": {
"minimum": "11.311",
Expand Down

0 comments on commit 4c1c016

Please sign in to comment.