forked from foundryvtt/pf2e
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add alternate amp and effect for Mind's Light Circlet (foundryvtt#17709)
- Loading branch information
1 parent
c853ba0
commit c7ca46f
Showing
3 changed files
with
115 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,48 @@ | ||
{ | ||
"_id": "abFGWIZZf5nyGYMk", | ||
"img": "icons/equipment/waist/belt-thick-gemmed-gold-blue.webp", | ||
"name": "Effect: Mind's Light Circlet", | ||
"system": { | ||
"description": { | ||
"value": "<p>Granted by @UUID[Compendium.pf2e.equipment-srd.Item.Mind's Light Circlet]</p>\n<p>You shed bright light in a 20-foot radius and dim light in a 40-foot radius.</p>" | ||
}, | ||
"duration": { | ||
"expiry": "turn-start", | ||
"sustained": false, | ||
"unit": "rounds", | ||
"value": 1 | ||
}, | ||
"level": { | ||
"value": 11 | ||
}, | ||
"publication": { | ||
"license": "OGL", | ||
"remaster": false, | ||
"title": "Pathfinder Treasure Vault" | ||
}, | ||
"rules": [ | ||
{ | ||
"key": "TokenLight", | ||
"value": { | ||
"alpha": 0.1, | ||
"animation": { | ||
"type": "rainbowswirl" | ||
}, | ||
"bright": 20, | ||
"dim": 40 | ||
} | ||
} | ||
], | ||
"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