Skip to content

Commit

Permalink
Release Notes 5.15.1 (#14462)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam committed Apr 19, 2024
1 parent 0caf646 commit 099ec0e
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 4 deletions.
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,76 @@
## 5.15.1

### System Improvements

- (redeux) Set default level in party check level-based DC's to average party level
- (Supe) Show GM Notes in item summaries
- (Supe) Add world time setting for imperial calendar
- (Supe) Expose `Predicate` for module use

### Bugfixes

- (stwlam) Fix styling of action traits on familiar sheet
- (stwlam) Prevent loss of modifier adjustments from property runes
- (stwlam) Scale scatter damage with number of weapon damage dice
- (Supe) Avoid filtering homebrew creature traits from ability items
- (Supe) Fix overriding spell area in fixed heightening
- (Supe) Fix inclusion of parent roll options in predication tests of modifier clones
- (Supe) Fix validation of `override` mode damage dice faces item alterations
- (Supe) Include item options in target context clones
- (Supe) Fix adding skills to deities

### Data Updates

- (Abaddon) Add Goodberry to renamed spells page of Remaster Changes journal entry
- (Abaddon) Add metal and wood domains to Domains journal entry
- (Abaddon) Add scaling persistent fire damage to scorching blast
- (Abaddon) Fix Hair Trigger prerequisite
- (Abaddon) Remove broken spell links from granted deity spells
- (Dire Weasel) Add automation for Gallop
- (Dire Weasel) Add cold damage partial to Kargstaad's Hatchet Strike
- (Dire Weasel) Add custom resistances for some liches and vampires
- (Dire Weasel) Add effect for Vescavor's Chaotic Spawning, Vilderavn's Aura of Disquietude
- (Dire Weasel) Add effect, area, and leveled damage link for Volcanic Eruption
- (Dire Weasel) Add links to Bone Prophet's Raise Serpent
- (Dire Weasel) Add reach automation for Shadow Giant's Shadow Chain and Vordine's Trident of Dis
- (Dire Weasel) Add template to Transmute Rock And Mud and update description to use lists rather than bullets
- (Dire Weasel) Fix action cost and inline damage of Vloriak's Spew Rusted Shards
- (Dire Weasel) Fix damage type of Spider Sting
- (Dire Weasel) Fix defenses and size of Mighty Bul-Gae
- (Dire Weasel) Fix description of Flawed Orb of Gold Dragonkind
- (Dire Weasel) Fix Fearsome Brute multiplier for master Intimidation
- (Dire Weasel) Fix formatting error in Energy Breath Potion (Sonic, Lesser)
- (Dire Weasel) Fix Gimmerling's Sly Disarm action cost
- (Dire Weasel) Fix links in Smoke Ball (Lesser)
- (Dire Weasel) Fix missing exceptions for Zecui's Harden Chitin resistance
- (Dire Weasel) Fix skill bonuses for Immense Mandragora
- (Dire Weasel) Remove incorrect Agathion trait from Hryngar Forgepriest
- (kromko) Fix description formatting of many items
- (kromko) Fix formatting of several Spell descriptions
- (kromko) Make minor formatting and grammar changes in Bestiary 2 item descriptions
- (Manni) Fix item description on Age of Ashes NPC
- (redeux) Add Routine to Helpful Wisp Swarm (PFS 5-13)
- (Rigo) Add description alteration for Dragons Breath
- (Rigo) Add effect for Cascade Countermeasure
- (Rigo) Add Monster Core's Banshee
- (Rigo) Correct Glimpse Weakness scaling and fix other data errors
- (Rigo) Fix Ghostly Resistance definitions
- (Rigo) Remove surface cantrips as a choice for archetype psychics
- (Rigo) Use Item Alteration for Spellstrike recharge reminder in Conflux Spells
- (SpartanCPA) Add actors from PFS Quest #17
- (SpartanCPA) Adjust old dragon names to match Monster Core standard
- (SpartanCPA) Adjust Remastered Ghost Resistances
- (SpartanCPA) Correct action type of Retract Body (Monster Core)
- (stwlam) Correct level of standard-grade adamantine armor
- (stwlam) Fix hands value of Tetsubo
- (Supe) Tweak Ferrous Form and add effect for alloy flesh and steel
- (Surge) Make many corrections to Monster Core data
- (Tikael) Add 2024 April Fools blog creature
- (Tikael) Add effect for Lava Leap
- (Tikael) Fix level of Waldgeist
- (Tikael) Fix stats of Topiary beast and monster
- (Tikael) Tone down light on Shining Child

## 5.15.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.15.0",
"version": "5.15.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.15.0",
"version": "5.15.1",
"license": "./LICENSE",
"compatibility": {
"minimum": "11.315",
Expand Down

0 comments on commit 099ec0e

Please sign in to comment.