aboutsummaryrefslogtreecommitdiff
path: root/features/blinding_gaze.json
diff options
context:
space:
mode:
Diffstat (limited to 'features/blinding_gaze.json')
-rw-r--r--features/blinding_gaze.json19
1 files changed, 12 insertions, 7 deletions
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"
}]
}
]