Skip to content

Commit

Permalink
Add Formula roll to Lucky Number Spell Effect (#15556)
Browse files Browse the repository at this point in the history
  • Loading branch information
DocSchlock authored Jul 24, 2024
1 parent 5011641 commit 1c1e1d3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packs/spell-effects/spell-effect-lucky-number.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@
"img": "icons/sundries/gaming/dice-pair-white-green.webp",
"name": "Spell Effect: Lucky Number",
"system": {
"badge": {
"evaluate": true,
"max": 20,
"reevaluate": null,
"type": "formula",
"value": "1d20"
},
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Lucky Number].</p>\n<p>You gain the @UUID[Compendium.pf2e.actionspf2e.Item.That's My Number] reaction; once you use the reaction, the spell ends.</p>"
},
"duration": {
"expiry": "turn-start",
"expiry": null,
"sustained": false,
"unit": "unlimited",
"value": -1
Expand Down

0 comments on commit 1c1e1d3

Please sign in to comment.