Skip to content

Commit

Permalink
Add rule elements for Tremorsense and Wavesense Familiar Abilities (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bs committed Jan 19, 2024
1 parent a622447 commit 9900bfc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion packs/familiar-abilities/tremorsense.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@
"remaster": false,
"title": "Pathfinder Lost Omens: The Grand Bazaar"
},
"rules": [],
"rules": [
{
"acuity": "imprecise",
"key": "Sense",
"range": "30",
"selector": "tremorsense"
}
],
"traits": {
"rarity": "common",
"value": []
Expand Down
9 changes: 8 additions & 1 deletion packs/familiar-abilities/wavesense.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@
"remaster": false,
"title": "Pathfinder Lost Omens: The Grand Bazaar"
},
"rules": [],
"rules": [
{
"acuity": "imprecise",
"key": "Sense",
"range": "30",
"selector": "wavesense"
}
],
"traits": {
"rarity": "common",
"value": []
Expand Down

0 comments on commit 9900bfc

Please sign in to comment.