aboutsummaryrefslogtreecommitdiff
path: root/features/blinding_dust.json
diff options
context:
space:
mode:
Diffstat (limited to 'features/blinding_dust.json')
-rw-r--r--features/blinding_dust.json14
1 files changed, 9 insertions, 5 deletions
diff --git a/features/blinding_dust.json b/features/blinding_dust.json
index a8e0403..658c7f1 100644
--- a/features/blinding_dust.json
+++ b/features/blinding_dust.json
@@ -1,14 +1,18 @@
{
"name": "blinding dust (legendary_action)",
- "text": "Blinding dust and sand swirls magically around the mummy lord. Each creature within 5 feet of the mummy lord must succeed on a DC 16 Constitution saving throw or be blinded until the end of the creature's next turn.",
+ "text": "Blinding dust and sand swirls magically around the {NAME}. Each creature within 5 feet of the {NAME} must succeed on a DC {(8,PROF,CON,+,+)} Constitution saving throw or be blinded until the end of the creature's next turn.",
"subfeatures": [
{
- "trigger": [],
+ "trigger": [ "legendary action costing X", 1 ],
"conditions": [],
"effects": [{
- "target": "",
- "effect": [],
- "duration": ""
+ "target": "creatures",
+ "effect conditions": [
+ [ "N is within radius X of N", "creature", "5'", "self" ],
+ [ "N fails dc X ABILITY save by at least X", "creature", "(8,PROF,CON,+,+)", "constitution", 0 ]
+ ],
+ "effect": [ "set N = N", "creature.BLINDED", 1 ],
+ "duration": "End of target next turn"
}]
}
]