Skip to content

Commit

Permalink
Release Notes 6.9.0 (foundryvtt#18234)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez authored Feb 8, 2025
1 parent 6f9af4a commit 748bd10
Show file tree
Hide file tree
Showing 5 changed files with 1,801 additions and 4 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
## 6.9.0

### Highlights

- (Ambrose, Rigo, kromko, Randommisha13) Update Guns & Gears content to remaster

### System Improvements

- (Kulkodar) Add tooltips to the item sheet traits
- (Supe) Remove expired copies of an effect when adding a new one

### Bug Fixes

- (Supe) Fix certain description overrides in some items like the spellcasting repertoire class feature
- (Supe) Fix consumables retaining arrow stack behavior when changing from the ammo category
- (Supe) Fix kingdom army stats being incorrect on levelup if there were temporary bonuses or penalties

### Data Updates

- (7H3LaughingMan) Correct critical failure persistant damage for Whispers of the Void
- (Abaddon) Add change shape ability to ifrit
- (Ambrose) Add effect to Bone Flense spell
- (Ambrose) Add Grab action to Raja-Krodha
- (Ambrose) Add missing details to Magus' Arcane Spellcasting class feature
- (Ambrose) Add vitality weakness to Arms of the Drowned
- (Ambrose) Correct action cost for Fire Scamp's Flame Breath action
- (Ambrose) Correct rarity to Grub Gloves
- (Ambrose) Fix Emotionally Unaware penalty so it doesn't apply on initiative rolls
- (Ambrose) Update Aquatic Combat and Crystal Shards to match to match Player Core and errata
- (Ambrose) Update Explosive Arrival automation and add `area-damage` option to localization strings
- (Ambrose) Update predicate for Daydream Trance
- (Dire Weasel) Add automation for Frost Fair Yanyuedao
- (Dire Weasel) Add some links and emphasis for harm and heal spells
- (Dire Weasel) Adding missing 7th rank entries to Atmospheric Staff (Major)
- (Dire Weasel) Fix action cost of Darkened Forest Form and Discomfiting Whispers
- (kromko) Fix a few area-effect checks
- (MrVauxs) Update Crunch to use DamageAlteration
- (rectulo) Fix format of spell in rivethun devotion feat
- (Rigo) Add missing prerequisite to Empiricist's Eye
- (Rigo) Add spell effect for Scintillating Safeguard
- (Rigo) Apply Flowing Spirit Strike's penalty to gleaming blade only
- (Rigo) Implement 2/25 PFS Rulings & Clarifications
- (Rigo) Link effect in Heroic Recovery's spellshape Item Alteration
- (Rigo) Remove Dazzling Brilliance from variant glass golem
- (Rigo) Restrict Regalia's flanking override to paragon Benefit
- (SpartanCPA) Adjust aura for Warsworn
- (SpartanCPA) Move DamageDice die size overrides to DamageAlteration
- (Tikael) Fix Gate's Threshold localization

## 6.8.5

### System Improvements
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": "6.8.5",
"version": "6.9.0",
"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": "6.8.5",
"version": "6.9.0",
"license": "./LICENSE",
"compatibility": {
"minimum": "12.328",
Expand Down
Loading

0 comments on commit 748bd10

Please sign in to comment.