Skip to content

Commit

Permalink
Release Notes 5.12.4 (#12952)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Jan 11, 2024
1 parent 788bb6c commit d4f3f88
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 6 deletions.
31 changes: 29 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 5.12.4

### System Improvements

- (OmegaRogue) Add 500ms delay for drag-and-drop sort for touch devices

### Bugfixes

- (jfn4th) Prevent erroneous triggering of sheet handlers
- (stwlam) Add temporary measure to handle skill data preparation for PCs older than ~2 years
- (stwlam) Add room to certain areas of spell collections on actor sheets to accommodate localized text

### Data Updates

- (Dire Weasel) Add Darkwood and Mithral renames to Remaster Changes journal entry
- (Dire Weasel) Add effects for Cyclonic Ascent, Everlight, Deity's Protection, Resounding Finale
- (Dire Weasel) Add links to effects from Hymn Of Healing spell, Sairazul Blue potion
- (Dire Weasel) Add missing traits to Execute's vitality overlay
- (Dire Weasel) Fix description of Antimagic rune
- (Dire Weasel) Remove traits overrides from Malicious Shadow spell overlays
- (Dire Weasel) Update description for Light's spell effect to better match remaster
- (DocSchlock) Add armor effects for Saurian Spike
- (DocSchlock) Change Steam Knight Stance speed bonus type to status
- (DocSchlock) Update Call on Ancient Blood to Remaster text
- (rectulo) Fix description of swim action
- (Rigo) Add effect for Familiar of Restored Spirit, aura effect for heightened Silence
- (Rigo) Add Witch's Cauldron Crafting Entry

## 5.12.3

### Bugfixes
Expand Down Expand Up @@ -31,8 +59,7 @@

### Data Updates

- (Dharkus) Add effect for Forgive Foe
- (Dharkus) Add effect for Defaced Nyad Queen's forgiveness
- (Dharkus) Add effect for Defaced Nyad Queen's forgiveness, Forgive Foe
- (Dharkus) Correct Phomandala's Focus Gaze DC
- (Dire Weasel) Fix several errors in Tiger Form effect
- (Dire Weasel) Fix Ghostly Weapon to apply only to selected weapon
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.12.3",
"version": "5.12.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.12.3",
"version": "5.12.4",
"license": "./LICENSE",
"compatibility": {
"minimum": "11.311",
Expand Down

0 comments on commit d4f3f88

Please sign in to comment.