diff options
Diffstat (limited to 'features/blasphemous_word.json')
-rw-r--r-- | features/blasphemous_word.json | 10 |
1 files changed, 5 insertions, 5 deletions
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" }] } ] |