Skip to content

Commit

Permalink
fix: Dirge of Doom effect didn't apply Frightened
Browse files Browse the repository at this point in the history
Needed inMemoryOnly.  Also restict frightened from being removed when in the
aura.  Allow duplicates so an already frightened creature gaining the effect
will gain the "frightened that doesn't go away" from the effect in addition the
the frightened that does go away that is already has.

And clean up some old fields.
  • Loading branch information
xyzzy42 authored and xdy committed Nov 15, 2024
1 parent 463baa4 commit aed76b7
Showing 1 changed file with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
{
"_id": "Z2RXTsLcFQEU5Qaj",
"name": "[Effect] Dirge Of Doom",
"name": "Effect: Dirge Of Doom",
"type": "effect",
"img": "systems/pf2e/icons/spells/dirge-of-doom.webp",
"effects": [],
"folder": "3k9ymrOLXRMPWQkb",
"sort": 100000,
"flags": {
"core": {
"sourceId": "Item.7rD5LtJVU6ZVEzqB"
}
},
"system": {
"description": {
"gm": "",
Expand All @@ -26,7 +21,11 @@
{
"key": "GrantItem",
"uuid": "Compendium.pf2e.conditionitems.Item.TBSHQspnbcqxsmjL",
"allowDuplicate": false
"allowDuplicate": true,
"inMemoryOnly": true,
"onDeleteActions": {
"grantee": "restrict"
}
}
],
"slug": null,
Expand Down Expand Up @@ -72,17 +71,16 @@
"unidentified": false
},
"ownership": {
"default": 0,
"4PfYOttbS0OMIfVw": 3
"default": 0
},
"_stats": {
"systemId": "pf2e",
"systemVersion": "6.0.4",
"coreVersion": "12.329",
"createdTime": 1665671947295,
"modifiedTime": 1721420361678,
"lastModifiedBy": "O7JRpbplwU9Cx8kQ",
"compendiumSource": "Item.7rD5LtJVU6ZVEzqB",
"lastModifiedBy": null,
"compendiumSource": "Compendium.xdy-pf2e-workbench.xdy-pf2e-workbench-items.Item.Z2RXTsLcFQEU5Qaj",
"duplicateSource": null
},
"_key": "!items!Z2RXTsLcFQEU5Qaj"
Expand Down

0 comments on commit aed76b7

Please sign in to comment.