Skip to content

Commit

Permalink
Fix duration for Spell Effect: Incendiary Aura (#15074)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward committed Jun 13, 2024
1 parent 5c404c4 commit 547abd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packs/spell-effects/spell-effect-incendiary-aura.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "pE2TWhG97XbhgAdH",
"img": "systems/pf2e/icons/spells/incendiary-aura.webp",
"img": "icons/magic/fire/flame-burning-embers-orange.webp",
"name": "Spell Effect: Incendiary Aura",
"system": {
"description": {
Expand All @@ -9,8 +9,8 @@
"duration": {
"expiry": "turn-start",
"sustained": false,
"unit": "unlimited",
"value": -1
"unit": "minutes",
"value": 1
},
"level": {
"value": 1
Expand Down
2 changes: 1 addition & 1 deletion packs/spells/incendiary-aura.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "AspA30tzKCHFWRf0",
"img": "systems/pf2e/icons/spells/incendiary-aura.webp",
"img": "icons/magic/fire/flame-burning-embers-orange.webp",
"name": "Incendiary Aura",
"system": {
"area": {
Expand Down

0 comments on commit 547abd1

Please sign in to comment.