From 099ec0ede66df379e8f3334a4fc89d252a9eb4b2 Mon Sep 17 00:00:00 2001 From: Shark that walks like a man <106829671+stwlam@users.noreply.github.com> Date: Fri, 19 Apr 2024 02:44:13 -0500 Subject: [PATCH] Release Notes 5.15.1 (#14462) --- CHANGELOG.md | 73 ++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 +-- package.json | 2 +- static/system.json | 2 +- 4 files changed, 77 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc6d0cd74e..296b13c9e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 896d8895526..ee3dca6f942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "5.14.4", + "version": "5.15.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "5.14.3", + "version": "5.15.1", "license": "Apache-2.0", "dependencies": { "@codemirror/autocomplete": "^6.12.0", diff --git a/package.json b/package.json index 9ef7c9c7495..7b83d859d03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "5.15.0", + "version": "5.15.1", "description": "", "private": true, "type": "module", diff --git a/static/system.json b/static/system.json index 2dc7eb663a4..2f7f039eb42 100644 --- a/static/system.json +++ b/static/system.json @@ -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",