Skip to content

Commit 8a86e35

Browse files
authored
Release Notes 6.7.2 (#17560)
1 parent a6b70a3 commit 8a86e35

File tree

4 files changed

+53
-5
lines changed

4 files changed

+53
-5
lines changed

CHANGELOG.md

+49-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
## 6.7.2
2+
3+
### System Improvements
4+
5+
- (pendragont) Show higher level learned formulas before lower leveled ones
6+
- (Supe) Add support for spell area heightening
7+
- (Supe) Remove selection hover from kingdom builder to avoid confusion with active
8+
9+
### Bugfixes
10+
11+
- (stwlam) Fix players not being to open the kingdom sheet
12+
- (stwlam) Fix safeguard in `DamageRoll` ensuring minimum of 1 damage
13+
- (stwlam) Prevent affliction SVG icon from causing Firefox to catch on fire
14+
- (Supe) Fix batch size for crafting mundane ammo with munitions crafter
15+
16+
### Data Updates
17+
18+
- (Abbadon) Remove slashing surge from vault builder
19+
- (Aidan Smith, stwlam) Fix artifacts from deity icons
20+
- (Ambrose) Add Embeds and Localizations to the Class and Archetype journals
21+
- (Ambrose) Add folders to Deities Compendium
22+
- (Ambrose) Add Mythic Griffon to War of Immortals bestiary
23+
- (Ambrose) Add Scattering Shout mythic feat
24+
- (Ambrose) Clean up and remove flavor text from multiple spell effect descriptions
25+
- (Ambrose) Condense Clockwork Goggle Effects and Psychic Weapon Expertise
26+
- (Ambrose) Convert additional instances of inline damage to `@Damage`
27+
- (Ambrose) Fix localization path for Advanced Alchemy label in Herbalist Dedication
28+
- (Ambrose) Localize Juggernaut and Expert/Master/Legendary Class Features
29+
- (Ambrose) Refresh Mark of the Mantis Pregen actors and PC1/PC2 spellcaster iconics
30+
- (Ambrose) Update additional deity descriptions with details from web supplement
31+
- (Rigo) Update Aivarin and Droomar to be versatile heritages
32+
- (Dire Weasel) Update Rotting Aura description and effects
33+
- (KaitoKuroba) Include Strike REs with battleForm: true to battle forms
34+
- (kromko) Fix Mystery Conduit RE-added spell description
35+
- (kromko) Fix Witch class journal Witch Lessons embed
36+
- (Mose) Fix missing drawback on Effect: Fury Cocktail (Moderate)
37+
- (Rigo) Add effect for Mythic Allies, Sotired Companion, Godspeed, and Unending Subsistence
38+
- (Rigo) Add inline healing to Call From Death's Door and Binds that Tie
39+
- (Rigo) Add interval area heightening on spells
40+
- (Rigo) Add missing area data to Reverse Gravity
41+
- (Rigo) Add spell effect for Blink Charge
42+
- (Rigo) Condense Lay on Hands spell effect
43+
- (Rigo) Fix level of Winged Warrior Dedication in archetypes journal
44+
- (Rigo) Grant Bon Mot with Cutting Rebuke and add inline damage
45+
- (Rigo) Refresh Nahoa's class features
46+
- (Rigo) Update catalyst trait description to remaster and add illusion trait to armor
47+
- (Supe) Remove non-functional crafting ability from alchemist dedication
48+
149
## 6.7.1
250

351
### System Improvements
@@ -10,7 +58,7 @@
1058

1159
- (stwlam) Restore visibility of initial kingdom creation process
1260

13-
## Data Updates
61+
### Data Updates
1462

1563
- (Abaddon) Fix Calistria source
1664
- (Ambrose) Add deity updates from the Pathfinder Divine Mysteries Web Supplement

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundry-pf2e",
3-
"version": "6.7.1",
3+
"version": "6.7.2",
44
"description": "",
55
"private": true,
66
"type": "module",

static/system.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "pf2e",
33
"title": "Pathfinder Second Edition",
44
"description": "A community contributed game system for Pathfinder Second Edition",
5-
"version": "6.7.1",
5+
"version": "6.7.2",
66
"license": "./LICENSE",
77
"compatibility": {
88
"minimum": "12.328",

0 commit comments

Comments
 (0)