Skip to content

Commit

Permalink
Add focus points with Third and Fourth apparition class features (fou…
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada authored Nov 21, 2024
1 parent c131a8b commit 4ea53ba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion packs/classfeatures/fourth-apparition.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@
"remaster": true,
"title": "Pathfinder War of Immortals"
},
"rules": [],
"rules": [
{
"key": "ActiveEffectLike",
"mode": "add",
"path": "system.resources.focus.max",
"priority": 10,
"value": 1
}
],
"traits": {
"rarity": "common",
"value": [
Expand Down
10 changes: 9 additions & 1 deletion packs/classfeatures/third-apparition.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@
"remaster": true,
"title": "Pathfinder War of Immortals"
},
"rules": [],
"rules": [
{
"key": "ActiveEffectLike",
"mode": "add",
"path": "system.resources.focus.max",
"priority": 10,
"value": 1
}
],
"traits": {
"rarity": "common",
"value": [
Expand Down

0 comments on commit 4ea53ba

Please sign in to comment.