Skip to content

Commit

Permalink
Release Notes 6.3.0 (#16291)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam committed Aug 29, 2024
1 parent 5983769 commit aed0270
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 4 deletions.
63 changes: 63 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,66 @@
## 6.3.0

### Highlights

- (Ambrose, Mecha Maya, Rigo, SpartanCPA, Tikael) Add content from Tian Xia Character Guide

### System Improvements

- (stwlam) Allow `rollerRole` (target/origin status) of inline check rolls to be overridden
- (Supe) Add token images to some chat messages
- (Supe) Display max crafting level in header of PC sheet's crafting tab

### Bugfixes

- (7H3LaughingMan) Snap ruler origin/destination to bottom-right vertex
- (Supe) Set default condition roll option prefix

### Data Updates

- (Ambrose) Brush up Hand of the Apprentice wizard focus spell
- (Ambrose) Brush up Vicious Incisors feat RE
- (Ambrose) Consolidate Draw Ire failure and critical failure effects
- (Ambrose) Consolidate Elementalist feats
- (Ambrose) Correct duration and description for Potency Crystal effects
- (Ambrose) Correct prerequisites for Sanctify Water feat
- (Ambrose) Correct spell list for Azi
- (Ambrose) Correct stats for Charau-ka butcher Actor
- (Ambrose) Fix action cost for Blessed Boundary spell
- (Ambrose) Fix bonus for Greater Arboreal Boots
- (Ambrose) Fix slugs used by Vicious Incisors
- (Ambrose) Remove select Actors and redirect to Monster Core Versions
- (Ambrose) Update Alchemist traits to match PC2 text
- (Ambrose) Update Halfling and Human ancestries' publication information to remaster
- (Dire Weasel) Fix action type and cost of Sleek Reposition
- (Dire Weasel) Fix inline damage roll for Invoke the Elements and add automation for Stormy Heart
- (Dire Weasel) Fix predicate and selector for Fiend-Trampling Stature
- (Dire Weasel) Fix save type of Giant Scorpion Venom
- (Dire Weasel) Fix selectors in rule elements on Dragonstorm Blade
- (Dire Weasel) Tidy description of Void Fragment and add links
- (Dire Weasel) Update Soul Swarm's Soul Grasp damage to RollOption with suboptions
- (JJellie) Fix the radius of the Harpy's aura
- (kromko) Fix Desperate Wrath AC penalty
- (kromko) Fix Oversized Throw requirements formatting
- (kromko) Update Medium Armor Mastery publication to PC2
- (Mecha Maya) Count Domain Initiate Cleric feats toward Soul Warden feat count
- (Mose) Fix typos in Crane Flutter, Major Juggernaut Elixir, and Safe House
- (reyzor1991) Set Ijhyeojin HP to max
- (Rigo) Add DoS adjustments to Magical Shorthand and Spellbook Prodigy
- (Rigo) Add missing dice number to Goring Charge's rule element
- (Rigo) Redirect several removed effects to their condensed version
- (Rigo) Set dragonblood rarity to uncommon
- (Rigo) Update Goblin ancestry's publication information to remaster
- (Rigo) Update Sticky Bomb to correctly calculate persistent damage
- (SpartanCPA) Begin Refactoring Player Character Change Shape
- (stwlam) Add morph and primal traits to Rage action from Animal Instinct
- (Tikael) Add magicsense to selectable senses
- (Tikael) Condense ancestry Change Shape actions
- (websterguy) Remove duplicate paragraph from Reaper's Grasp description

### Under the Hood

- (stwlam) Switch to use of `_stats.compendiumSource` instead of `flags.core.sourceId` (#16193)

## 6.2.3

This update requires Foundry VTT version 12.328.
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.2.3",
"version": "6.3.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.2.3",
"version": "6.3.0",
"license": "./LICENSE",
"compatibility": {
"minimum": "12.328",
Expand Down

0 comments on commit aed0270

Please sign in to comment.