-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
80 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"_id": "uYWi2vxFQVBJgJR6", | ||
"img": "icons/magic/fire/projectile-embers-orange.webp", | ||
"name": "Effect: Sparkler", | ||
"system": { | ||
"description": { | ||
"value": "<p>Granted by @UUID[Compendium.pf2e.equipment-srd.Item.Sparkler]</p>\n<p>A sparkler provides bright light in a 10-foot radius (and dim light for the next 10 feet). While the sparkler burns, you can use it as an improvised weapon, dealing 1 fire damage on a hit. On a critical hit, you cause the target to become dazzled for 1 round.</p>" | ||
}, | ||
"duration": { | ||
"expiry": "turn-start", | ||
"sustained": false, | ||
"unit": "minutes", | ||
"value": 1 | ||
}, | ||
"level": { | ||
"value": 1 | ||
}, | ||
"publication": { | ||
"license": "OGL", | ||
"remaster": false, | ||
"title": "Pathfinder Treasure Vault" | ||
}, | ||
"rules": [ | ||
{ | ||
"key": "TokenLight", | ||
"value": { | ||
"animation": { | ||
"intensity": 4, | ||
"type": "flame" | ||
}, | ||
"bright": 20, | ||
"color": "#975335", | ||
"dim": 10, | ||
"shadows": 0.2 | ||
} | ||
}, | ||
{ | ||
"category": "simple", | ||
"damage": { | ||
"base": { | ||
"damageType": "fire", | ||
"dice": 0, | ||
"modifier": 1 | ||
} | ||
}, | ||
"key": "Strike", | ||
"label": "PF2E.SpecificRule.Equipment.Sparkler.StrikeLabel", | ||
"otherTags": [ | ||
"improvised" | ||
] | ||
}, | ||
{ | ||
"key": "Note", | ||
"outcome": [ | ||
"criticalSuccess" | ||
], | ||
"selector": "{item|_id}-attack", | ||
"text": "PF2E.SpecificRule.Equipment.Sparkler.CriticalHitNote", | ||
"title": "{item|name}" | ||
} | ||
], | ||
"start": { | ||
"initiative": null, | ||
"value": 0 | ||
}, | ||
"tokenIcon": { | ||
"show": true | ||
}, | ||
"traits": { | ||
"value": [] | ||
} | ||
}, | ||
"type": "effect" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters