Skip to content

Commit

Permalink
Add automation for Erastil - Moderate Boon (#15377)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward committed Jul 8, 2024
1 parent 91c9232 commit 05fe945
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion packs/boons-and-curses/erastil-moderate-boon.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,26 @@
"remaster": false,
"title": "Pathfinder Lost Omens: Gods & Magic"
},
"rules": [],
"rules": [
{
"definition": [
"item:base:longbow"
],
"key": "AdjustStrike",
"mode": "remove",
"property": "weapon-traits",
"value": "volley-30"
},
{
"definition": [
"item:base:longbow"
],
"key": "AdjustStrike",
"mode": "multiply",
"property": "range-increment",
"value": 2
}
],
"traits": {
"rarity": "common",
"value": []
Expand Down

0 comments on commit 05fe945

Please sign in to comment.