Skip to content

Commit

Permalink
Release Notes 6.2.2 (#16078)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Aug 17, 2024
1 parent 72bb25f commit a76f6bc
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 5 deletions.
68 changes: 68 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,71 @@
## 6.2.2

### Bugfixes

- (Idle) Fix NPC strike image in messages generated by macro
- (stwlam) Prevent system tags style from affecting core applications
- (stwlam) Restore later-added strikes from rule elements overriding earlier ones
- (stwlam) Retrieve actor image from core art mapping for compendium browser
- (stwlam) Fix issue causing inline rolls made from effects panel to not include full roll options
- (Supe) Fix elite/weak affecting flat checks
- (Supe) Fix updating homebrew languages
- (Supe) Fix label generation for extra dice in damage dialog
- (Trent) Fix application of weapon-affecting damage alterations with predicates

### Data Updates

- (Abaddon) Fix Nimble Strike description
- (Ambrose) Add missing spell to Shining Child
- (Ambrose) Add roll table for Madcap Top
- (Ambrose) Automate Ostentatious Arrival, Pitch Perfect Projection, Purifying Spell
- (Ambrose) Combine multiple versions of Solar Rejuvenation
- (Ambrose) Condense multiple versions of Invoke the Elements
- (Ambrose) correct action type for Bleed Out sorcerer feat
- (Ambrose) Fix action cost of Glutton's Jaw
- (Ambrose) Fix automation of Deadly Aspect and Sentinel Dedication
- (Ambrose) Fix several data issues in Iruxi Armaments
- (Ambrose) Fix link on Ancestors mystery
- (Ambrose) Fix rules in Arcane Cascade to prevent console spam
- (Ambrose) Fix senses of Five-colored Orchid Mantis
- (Ambrose) Fix typos in Kobold Ancestry journal
- (Ambrose) Fix typos in Solar Rejuvenation
- (Ambrose) Grant Dirty Trick with Town Troublemaker background
- (Ambrose) Improve automation of Unstable trait on some inventor feats
- (Ambrose) Move several instances of inline damage to newer format
- (Ambrose) Reformat more inline damage rolls
- (Ambrose) Remove duplicate attacks from One-Shot actors
- (Ambrose) Restore Draconic Scent feat for Draconic Disciple archetype
- (Ambrose) Update rule elements on Sparkling Targe
- (Ambrose) Update Sticky Bomb feat to now use class feature
- (Dire Weasel) Add automation for Ceremony of Sunlight, Chase Down, Lance Charge, Rush, Sand Stride, Sprint, Swift Swimmer, Woodland Ambush
- (Dire Weasel) Add effect for Electricity Absorption
- (Dire Weasel) Add inline damage/healing button to Agradaemon's Proven Devotion
- (Dire Weasel) Remove unneeded damage roll from Gouging Claw's description
- (Dire Weasel) Update Absolute Solvent descriptions and names to remaster
- (Dire Weasel) Update Rowan Rifle to use RollOption with suboptions instead of effects
- (kromko) Fix Duo's Aim RE localization key
- (kromko) Fix Inexplicable Apparatus activation label
- (kromko) Fix typo in Elixir of Life
- (kromko) Restore missing Holy Chain effect link
- (Michaël) Fix alchemical power feat
- (Michaël) Fix hp for thickskin tripkee heritage
- (Michaël) Fix traits on Frost Roc attacks
- (MrVauxs) Add 2 Action version to Inner Radiance Torrent
- (rectulo) Fix damage in breath of the mantis god
- (rectulo) Fix format of the minotaur ancestry journal
- (rectulo) Rename variants of chthonian wrath
- (Rigo) Add proficiency and degree of success increase to Confident Evasion
- (Rigo) Limit bloodline blood magic suboption to sorcerer class
- (Rigo) Link confused condition on Ashen rune notes
- (Rigo) Update weapon group selectors in Archer's Aim
- (Rigo) Use AdjustModifier on Oracular Warning initiative effect
- (Shaunymon) Correct defense entry for Ghoulish Cravings spell
- (stwlam) Add "spirit" to Dybbuk's resist-all exceptions
- (Tikael) Fix Barbarian Armor Mastery
- (Tikael) Move Ganzi resistance to suboptions
- (Tikael) Remove unnecessary notes from AdjustDegreeOfSuccess rules
- (Trent) Add action:recall-knowledge to diverse-lore FlatModifier predicate

## 6.2.1

### 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.2.1",
"version": "6.2.2",
"description": "",
"private": true,
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions static/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"id": "pf2e",
"title": "Pathfinder Second Edition",
"description": "A community contributed game system for Pathfinder Second Edition",
"version": "6.2.1",
"version": "6.2.2",
"license": "./LICENSE",
"compatibility": {
"minimum": "12.327",
"verified": "12.330",
"verified": "12.331",
"maximum": "12"
},
"authors": [
Expand Down

0 comments on commit a76f6bc

Please sign in to comment.