From 5937d893da5656be3f486c863ae54e08bbe66579 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 9 Aug 2022 16:57:53 -0400 Subject: Added generic items, worked on features --- features/blinding_dust.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'features/blinding_dust.json') 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" }] } ] -- cgit v1.2.3