Skip to content

Commit

Permalink
Release Notes 5.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam committed Feb 10, 2024
1 parent 4dff67f commit d38feda
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 14 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.5

### Bugfixes

- (Jesse) Fix variable-cost action glyphs in Spell Compendium
- (stwlam) Fix processing of precision resistance
- (Supe) Fix rank of base spellcasting proficiency and innate spells

### Data Updates

- (Dire Weasel) Clean up formatting in Luck Blades, Shatter Mind, and Splinter Faith
- (Dire Weasel) Fix bonus type for Nourishing Gate
- (Dire Weasel) Remove prerequisites from Rallying Anthem
- (Drental) Remove redundant retrieval of actor in `getCheckDC` inline roll links helper
- (kromko) Add missing area to Safe Passage description
- (putty) Fix Kingmaker skirmisher army level
- (stwlam) Fix sticky bomb applying when not toggled, account for expanded splash
- (Tikael) Automate Parallel Breakthrough feat
- (Tikael) Fix sources of Season of Ghosts rituals
- (TMun) Add Kingmaker Appendix armies along with unique tactics

## 5.13.4

### Bugfixes
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundry-pf2e",
"version": "5.13.4",
"version": "5.13.5",
"description": "",
"private": true,
"type": "module",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/jquery": "^3.5.29",
"@types/jsdom": "^21.1.6",
"@types/luxon": "^3.4.2",
"@types/node": "20.11.16",
"@types/node": "20.11.17",
"@types/prompts": "^2.4.9",
"@types/sortablejs": "^1.15.7",
"@types/tooltipster": "^0.0.35",
Expand Down Expand Up @@ -65,7 +65,7 @@
"socket.io-client": "4.6.2",
"tinymce": "6.7.3",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-checker": "^0.6.4",
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.4",
"version": "5.13.5",
"license": "./LICENSE",
"compatibility": {
"minimum": "11.311",
Expand Down

0 comments on commit d38feda

Please sign in to comment.