Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Notes 6.0.2 #15088

Merged
merged 1 commit into from
Jun 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Release Notes 6.0.2
  • Loading branch information
CarlosFdez committed Jun 15, 2024
commit 75aeb1e34d1ada1caab97bf54fb9c195965c9b94
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## 6.0.2

### System Improvements

- (MrVauxs) Add additional damage from venomous trait
- (Supe) Undo restriction for variant grid diagonals such as 5 foot diagonals. This has no impact on templates.

### Bugfixes

- (Rigo) Fix localization for token light rule element form
- (stwlam) Fix NPC strikes with the thrown trait not being detected as ranged attacks
- (stwlam) Fix darkness regions not hiding tokens from players without darkvision
- (stwlam) Fix reinforced stock not benefitting from the two hand trait when the weapon is held with both hands
- (Supe) Fix creating roll tables from compendium results
- (Supe) Fix overriding striking dice using the Striking Rule Element, used in some effects such as Runic Weapon.
- (Supe) Fix the "Give" button sometimes showing to players when purchasing an item
- (Supe) Fix label for damage type overrides in the damage roll dialog
- (Supe) Fixed the Token Image Rule Element form
- (Supe) Fix markdown rendering for item alteration description overrides
- (Supe) Prevent sheet crashes from invalid skills data

### Data Updates

- (Abaddon) Fix errors in relic action descriptions
- (Abaddon) Fix broken spell link in Mahathallah
- (Ambrose M) Add missing grab ability to Unrisen (BotD) and Shisagishin (SoG)
- (Ambrose M) Correct Flame Attack for Fire Giant
- (Dire Weasel) Add ancestry feature items to Centaur
- (Dire Weasel) Add inline buttons to Summon Warden of the Wild
- (Dire Weasel) Add spell effect for Hippocampus Retreat
- (Dire Weasel) Add Surki language
- (Dire Weasel) Add automation to Mocking Chorus, Prismhydra, Stargut Hydra, and Tyrafdir
- (kromko) Fix formatting issues in some Howl of the Wild feats
- (stwlam) Update internal macros, journal entries, and roll tables to V12 schema
- (Tikael) Add inline check to the Thaumaturge's Ring Bell action

## 6.0.1

This release requires Foundry VTT version 12.327
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.0.1",
"version": "6.0.2",
"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.0.1",
"version": "6.0.2",
"license": "./LICENSE",
"compatibility": {
"minimum": "12.327",
Expand Down
Loading