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_gaze.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'features/blinding_gaze.json') diff --git a/features/blinding_gaze.json b/features/blinding_gaze.json index 77a1d37..a3b2d3b 100644 --- a/features/blinding_gaze.json +++ b/features/blinding_gaze.json @@ -1,14 +1,19 @@ { - "name": "blinding gaze (costs 3 actions) (legendary_action)", - "text": "The solar targets one creature it can see within 30 feet of it. If the target can see it, the target must succeed on a DC 15 Constitution saving throw or be blinded until magic such as the lesser restoration spell removes the blindness.", + "name": "blinding gaze", + "text": "The {NAME} targets one creature it can see within 30 feet of it. If the target can see it, the target must succeed on a DC {(8,PROF,+)} Constitution saving throw or be blinded until magic such as the lesser restoration spell removes the blindness.", "subfeatures": [ { - "trigger": [], - "conditions": [], + "trigger": [ "legendary action costing X", 3 ], + "conditions": [ + [ "N can see N", "self", "creature" ], + [ "N is within radius X of N", "creature", "30'", "self" ], + [ "N can see N", "creature", "self" ], + [ "N fails dc X ABILITY save by at least X", "creature", "(8,PROF,+)", "constitution", 0 ] + ], "effects": [{ - "target": "", - "effect": [], - "duration": "" + "target": "creature", + "effect": [ "set N = N", "creature.BLINDED", 1 ], + "duration": "Until lesser restoration is cast" }] } ] -- cgit v1.2.3