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/blasphemous_word.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'features/blasphemous_word.json') diff --git a/features/blasphemous_word.json b/features/blasphemous_word.json index feca4c9..010492f 100644 --- a/features/blasphemous_word.json +++ b/features/blasphemous_word.json @@ -6,14 +6,14 @@ "trigger": [ "legendary action costing X", "V0" ], "conditions": [], "effects": [{ - "target": "creature", + "target": "creatures", "effect conditions": [ - [ "N has property PROPERTY = VALUE", "creature", "Is alive", "True" ], + [ "creature.ALIVE" ], [ "N is within radius X of N", "creature", "self", "10'" ], - [ ] + [ "N fails dc X ABILITY save by at least X", "creature", "(8,PROF,CON,+,+)", "constitution", 0 ] ], - "effect": [], - "duration": "" + "effect": [ "set N = N", "creature.STUNNED", 1 ], + "duration": "End of self next turn" }] } ] -- cgit v1.2.3