Skip to content

Commit

Permalink
Add effect for Pentagonal Seventh Prism (#16744)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada authored Oct 3, 2024
1 parent 20cb8b0 commit 8ee4406
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 3 deletions.
47 changes: 47 additions & 0 deletions packs/equipment-effects/effect-seventh-prism-pentagonal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"_id": "19YECUFY5of8c0yl",
"img": "icons/commodities/treasure/token-silver-gem-cut.webp",
"name": "Effect: Seventh Prism (Pentagonal)",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.equipment-srd.Item.Seventh Prism (Pentagonal)]</p>\n<p>The area of @UUID[Compendium.pf2e.spells-srd.Item.Dizzying Colors] increases to a 20-foot cone.</p>"
},
"duration": {
"expiry": "turn-end",
"sustained": false,
"unit": "rounds",
"value": 0
},
"level": {
"value": 1
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Treasure Vault"
},
"rules": [
{
"itemType": "spell",
"key": "ItemAlteration",
"mode": "upgrade",
"predicate": [
"item:slug:dizzying-colors"
],
"property": "area-size",
"value": 20
}
],
"start": {
"initiative": null,
"value": 0
},
"tokenIcon": {
"show": true
},
"traits": {
"value": []
}
},
"type": "effect"
}
4 changes: 2 additions & 2 deletions packs/equipment/seventh-prism-pentagonal.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "B3zoAu9NpUEHGe22",
"img": "systems/pf2e/icons/default-icons/consumable.svg",
"img": "icons/commodities/treasure/token-silver-gem-cut.webp",
"name": "Seventh Prism (Pentagonal)",
"system": {
"baseItem": null,
Expand All @@ -11,7 +11,7 @@
"containerId": null,
"damage": null,
"description": {
"value": "<p><strong>Activate</strong> Cast a Spell</p>\n<p>Beloved by the church of the Seventh Veil, a <em>seventh prism</em> is a crystal that disperses its internal light, casting an aurora of color. If you use a seventh prism to cast @UUID[Compendium.pf2e.spells-srd.Item.Dizzying Colors], targets are @UUID[Compendium.pf2e.conditionitems.Item.Dazzled] for twice as long as their saving throw indicates. On a critical failure, the target is dazzled for 1 minute after its @UUID[Compendium.pf2e.conditionitems.Item.Blinded] condition ends. Motes of shifting rainbow hues cloud the eyes, making it difficult to see details.</p>\n<p>The area increases to a @Template[cone|distance:20], and the DC for the flat check against the target being @UUID[Compendium.pf2e.conditionitems.Item.Concealed] increases to @Check[flat|dc:7].</p>"
"value": "<p><strong>Activate</strong> Cast a Spell</p>\n<p>Beloved by the church of the Seventh Veil, a <em>seventh prism</em> is a crystal that disperses its internal light, casting an aurora of color. If you use a seventh prism to cast @UUID[Compendium.pf2e.spells-srd.Item.Dizzying Colors], targets are @UUID[Compendium.pf2e.conditionitems.Item.Dazzled] for twice as long as their saving throw indicates. On a critical failure, the target is dazzled for 1 minute after its @UUID[Compendium.pf2e.conditionitems.Item.Blinded] condition ends. Motes of shifting rainbow hues cloud the eyes, making it difficult to see details.</p>\n<p>The area increases to a @Template[cone|distance:20], and the DC for the flat check against the target being @UUID[Compendium.pf2e.conditionitems.Item.Concealed] increases to @Check[flat|dc:7].</p>\n<p>@UUID[Compendium.pf2e.equipment-effects.Item.Effect: Seventh Prism (Pentagonal)]</p>"
},
"hardness": 0,
"hp": {
Expand Down
2 changes: 1 addition & 1 deletion packs/equipment/seventh-prism-triangular.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "zAfSy6fshSGUtYF6",
"img": "systems/pf2e/icons/default-icons/consumable.svg",
"img": "icons/commodities/treasure/token-silver-gem-cut.webp",
"name": "Seventh Prism (Triangular)",
"system": {
"baseItem": null,
Expand Down

0 comments on commit 8ee4406

Please sign in to comment.