Skip to content

Commit

Permalink
Release Notes 6.1.2 (#15569)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Jul 25, 2024
1 parent 76b9055 commit 868ac96
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 6.1.2

### System Improvements

- (stwlam) Integrate new `allowInteractive` core feature into check and damage rolls

### Bugfixes

- (stwlam) Loosen line template snapping
- (stwlam) Fix waypoint placement when not drag measuring
- (stwlam) Fix several visual quirks in attack popout
- (stwlam) Handle Concussive trait against targets having both immunity and resistance to same damage type
- (stwlam) Restore reinforcing rune select option labels on shield sheet
- (stwlam) Loosen line snapping restrictions for now
- (Supe) Prevent damage alterations from disabling override dice

### Data Updates

- (Dire Weasel) Add effect for Funereal Dirge
- (Dire Weasel) Add effect link to Elite Duergar Taskmaster's Take Them Down!
- (DocSchlock) Add Formula roll to Lucky Number Spell Effect

## 6.1.1

### System Improvements
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "6.1.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.1.1",
"version": "6.1.2",
"license": "./LICENSE",
"compatibility": {
"minimum": "12.327",
"verified": "12.329",
"verified": "12.330",
"maximum": "12"
},
"authors": [
Expand Down

0 comments on commit 868ac96

Please sign in to comment.