Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Notes 5.15.4 #14750

Merged
merged 1 commit into from
May 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 5.15.4

### Bugfixes

- (Supe) Fix cantrips and focus spells casting at 1st rank for NPCs above level 20
- (Supe) Set spellcasting proficiency to trained if at least one spellcasting entry exists

### Data Updates

- (Abbadon) Minor corrections for Triggerbrand Salvo, Malevolent Mannequins, and Harlo Krant
- (Ambrose M) Add automation for Strix Flight feats, Life Link, and Hand of the Apprentice
- (Cuingamehtar) Add new creature trait descriptions from Monster Core
- (Dire Weasel) Improve automation of Emblazon Feats
- (Dire Weasel) Update Sending's target and refresh it on all NPCs
- (DocSchlock) Fix description of the Injection trait
- (DocSchlock) Minor corrections for Bort's Blessing, Consecrate, and Tekko-Gaki
- (jfn4th) Fix message formatting for hag blood magic
- (LJSmith066) Fix Meteor Swarm for all NPCs in the bestiary
- (LJSmith006) Add automation for Mechanical Symbiosis
- (Rigo) Add effects for the Hero Point Deck
- (Tikael) Add automation for Pitborn
- (Tikael) Fix Barbarian's Spirit Instinct's Greater Weapon Specialization
- (Tikael) Restored Ancestry Guide Tiefling and Aasimar feats as Nephilim feats with remaster edits
- (Tikael) Incorporate Errata from May 17, 2024
- (Dire Weasel, Tikael) Minor corrections for PFS and Bestiary NPCs

## 5.15.3

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion 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.15.3",
"version": "5.15.4",
"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.15.3",
"version": "5.15.4",
"license": "./LICENSE",
"compatibility": {
"minimum": "11.315",
Expand Down
Loading