Skip to content

Commit

Permalink
Release Notes 6.6.0 (#17076)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Oct 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bf6f576 commit 4d3f478
Showing 4 changed files with 51 additions and 16 deletions.
57 changes: 46 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,53 @@
## 6.6.0

### Highlights

- (Ambrose, Dire Weasel, Mecha Maya, Rigo, SpartanCPA, Tikael) Add content from War of Immortals
- (Supe) Add support for mythic feat slots

### System Improvements

- (Farling) Improve display of `/act` in chat for secret rolls
- (stwlam) Add support for tagging modifiers and damage dice
- (stwlam) Search publication sources in addition to item names in ABC Picker

### Bugfixes

- (stwlam) Fix creation of ranged battle-form strikes
- (stwlam) Fix dropping compendium actors' spells from preparation sheets
- (Supe) Fix removing spell damage from corrupting heightening data
- (websterguy) Fix "double vs" resistance requiring all entries to be true

### Data Updates

- (Abaddon) Fix Targets section Champions Sacrifice stat block
- (Abaddon) Fix wrestler dedication prerequisites
- (Ambrose) Add Electromagnetic Dispersal and precision damage immunity to Nanoshard Swarm actor
- (Ambrose) Add missing additional feats to Sniping Duo dedication journal entry
- (Ambrose) Update Contact, Ingested, Inhaled and Injury trait descriptions to match Pathfinder GM Core
- (Ambrose) Update Fresh Produce feat requirements to match Player Core 2 update
- (Ambrose) Update usage on several items to match Pathfinder GM Core
- (Dire Weasel) Fix prerequisites of Dangle and Shed Tail
- (Dire Weasel) improve automation of Gecko's Grip
- (DocSchlock) Fix typo in Elemental Wayfinder (Water)
- (Rigo) Remove condensed witch-specific Incredible Familiar
- (websterguy) Fix Diplomat's Badge slug collision

## 6.5.1

## System Improvements
### System Improvements

- (Rigo) Add damage type as index field for item-filter choice sets

## Bug fixes
### Bugfixes

- (stwlam) Exclude PF2e Companion Compendia items from `ABCPicker` results
- (stwlam) Fix removing frequencies from ability sheets
- (Supe) Apply item alterations to weapon alt usages
- (Supe) Fix trait toggles on strikes overriden within the same item
- (Farling) Ignore disabled region behaviors when determining effect on actors

## Data Updates
### Data Updates

- (Ambrose) Add the summon trait to the GM Screen and replace broken links
- (Ambrose) Correct formatting in "Shake it Off" ability for Glacial Worm
@@ -21,7 +56,7 @@

## 6.5.0

## System Improvements
### System Improvements

- (Ambrose) Apply remaster theme to tables in GM Screen and Remaster Changes Journals
- (eryon) Add send to party button to loot sheet
@@ -32,7 +67,7 @@
- (Supe) Reduce remaining action uses when clicking the use button
- (Tikael) Allow alternative handwraps to function like Handwraps of Mighty Blows

## Bug Fixes
### Bugfixes

- (Dire Weasel, Supe, stwlam) Fix missing compendium sources in several items
- (Stefan van Bodegraven) Fix Crash/Freeze when missing inline damage closing bracket
@@ -41,7 +76,7 @@
- (Supe) Fix drag/drop reordering of crafting formulas
- (Supe) Fix refreshing items embedded in compendium actors

## Data Updates
### Data Updates

- (Ambrose, Dire Weasel) Update more item descriptions and durations for remaster
- (7H3LaughingMan) Implement Monastic Weaponry's Criticial Specialization
@@ -107,20 +142,20 @@
- (Tikael) Fix verbiage of Self Destruct feat for clarity
- (Unoblueboy) Update Fortify Shield effect

## Under the Hood
### Under the Hood

- (stwlam) Convert ability items to data models
- (stwlam) Move source ids to \_stats object
- (Supe) Initial implementation of SpecialResource rule element

## 6.4.1

## System Improvements
### System Improvements

- (Codas) Improve performance of actor roll option retrieval
- (DocSchlock) Add roll option toggle support to NPC spells and familiars

## Bug Fixes
### Bugfixes

- (Abrault) Fix untrained bonus in Trick Magic Item
- (DocSchlock) Fix permanently hidden Campaign Features in Compendium Browser
@@ -130,7 +165,7 @@
- (Supe) Fix updating frequencies in NPC and vehicle sheet
- (Supe) Fix temporarily removed actor and item traits from being permanently removed when opening and closing the sheet

## Data Updates
### Data Updates

- (Ambrose, Dire Weasel) Assign and replace icons for multiple items
- (Ambrose) Automate the Dire Growth Werecreature feat
@@ -166,7 +201,7 @@
- (Tikael) Automate shield augmentations
- (websterguy) Remove erroneous attack bonus from Starlit Transformation

## Under the Hood
### Under the Hood

- (stwlam) Add relative ally and enemy target and origin roll options
- (Supe) Include distance roll option for all checks
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.5.1",
"version": "6.6.0",
"description": "",
"private": true,
"type": "module",
4 changes: 2 additions & 2 deletions static/system.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"id": "pf2e",
"title": "Pathfinder Second Edition",
"description": "A community contributed game system for Pathfinder Second Edition",
"version": "6.5.1",
"version": "6.6.0",
"license": "./LICENSE",
"compatibility": {
"minimum": "12.328",
@@ -1388,4 +1388,4 @@
"changelog": "https://github.com/foundryvtt/pf2e/blob/release/CHANGELOG.md",
"manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json",
"download": "https://github.com/foundryvtt/pf2e/releases/latest/download/pf2e.zip"
}
}

0 comments on commit 4d3f478

Please sign in to comment.