Skip to content
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
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 7.7.4

### System Improvements

- (Supe) Allow reloading while there is a depleted battery without having to eject first
- (Supe) When reloading ammo, grey out and sort to bottom depleted batteries

### Bugfixes

- (stwlam) Fix treasure errors when using custom traits that no longer exist in the world
- (Supe) Avoid deleting non-consumable magazines such as batteries when depleted
- (Supe) Fix other players getting permission error notifications when updating certain items
- (Supe) Set ammo quantity to 0 instead of deleting when multiple different types are loaded in the same weapon to prevent incorrect damage

### Data Updates

- (Ambrose) Correct Morlock Tinkerer's Club ranged attack traits to match Monster Core 2 update
- (Dire Weasel) Fix some actor and item sources
- (Dire Weasel) Remove Dismemberment Table's immunity to vitality damage
- (Dire Weasel) Update automation for Vermlek and Animated Dragonstorm
- (kromko) Fix Ancient Rune Dragon inline
- (Tikael) Fix data errors from Return of the Runelords 2
- (Tikael) Fix name of PFS actor to match source

## 7.7.3

### Bugfixes
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": "7.7.3",
"version": "7.7.4",
"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,10 +2,10 @@
"id": "pf2e",
"title": "Pathfinder Second Edition",
"description": "A community contributed game system for Pathfinder Second Edition",
"version": "7.7.3",
"version": "7.7.4",
"license": "./LICENSE",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/v13-dev/static/system.json",
"download": "https://github.com/foundryvtt/pf2e/releases/download/7.7.3/pf2e.zip",
"download": "https://github.com/foundryvtt/pf2e/releases/download/7.7.4/pf2e.zip",
"changelog": "https://github.com/foundryvtt/pf2e/blob/v13-dev/CHANGELOG.md",
"url": "https://github.com/foundryvtt/pf2e",
"bugs": "https://github.com/foundryvtt/pf2e/issues",
Expand Down