Skip to content

Commit

Permalink
Release Notes 5.12.2 (#12860)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Jan 8, 2024
1 parent c899b86 commit 274df0e
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 5.12.2

### Bugfixes

- (jfn4th) Fix outdated low-light-vision value in ancestry sheet
- (jfn4th) Prevent tall images from overlapping in compendium browser
- (jfn4th) Fix styling error when PC sheet character has ancestries/heritages/backgrounds/classes with long names
- (stwlam) Fix dropping formulas in PC sheet crafting tab
- (stwlam) Fix issue causing error to be thrown when new spells or effects are created
- (stwlam) Restore level data to template.json spell defaults
- (stwlam) Run extractPacks all
- (Supe) Fix spells with fixed heightening

### Data Updates

- (Dharkus) Add effect for Forgive Foe
- (Dharkus) Add effect for Defaced Nyad Queen's forgiveness
- (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
- (ditzer252) Fix typo in Critical Fumble Deck #51
- (stwlam) Track how many times Multilingual has been taken, use with Gnome Polyglot/Nomadic Halfling
- (stwlam) Update rule elements in Burn It! feat to match text in Player Core
- (Tikael) Fix setting Champion class DC on Champion Dedication

## 5.12.1

### Bugfixes
Expand Down Expand Up @@ -111,7 +136,7 @@
- (InfamousSky) Add many wand and weapon icons
- (Intervención) Fix predicate of Constant Levitation feat
- (Intervención) Update Nudge Fate to reflect stat block in Player Core
- (jfn4th ) Fix level of Ranger's Perception Legend feature
- (jfn4th) Fix level of Ranger's Perception Legend feature
- (xdy) Automate the Sprite ancestry feature Magical Strikes
- (LebombJames) Add self-applied effect to Take Cover ability item
- (rectulo) Fix errors in descriptions of Commune spell, Magic Sense feat, and Spiritual Guardian
Expand Down Expand Up @@ -279,8 +304,8 @@
- (LebombJames) Limit Ash Mystery benefit to Oracle class only
- (pedrogrullada) Remove erroneous attack traits from some spells
- (rectulo) Add Arcane tradition to Noise Blast spell
- (sirrus233 ) Update Puff of Poison with Remaster errata
- (Robert Beilich) Update traits of specific weapons
- (sirrus233 ) Update Puff of Poison with Remaster errata
- (Tikael) Add automation to Ancestral Longevity and similar feats.
- (Tikael) Brush up automation of Paladin oath feats
- (Tikael) Clean up darkvision elixir effects
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.1",
"version": "5.12.2",
"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.1",
"version": "5.12.2",
"license": "./LICENSE",
"compatibility": {
"minimum": "11.311",
Expand Down

0 comments on commit 274df0e

Please sign in to comment.