diff options
Diffstat (limited to 'features/blood_frenzy.json')
-rw-r--r-- | features/blood_frenzy.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/features/blood_frenzy.json b/features/blood_frenzy.json index ebea84c..b6f9f87 100644 --- a/features/blood_frenzy.json +++ b/features/blood_frenzy.json @@ -1,14 +1,16 @@ { - "name": "blood frenzy (feature)", - "text": "The sahuagin has advantage on melee attack rolls against any creature that doesn't have all its hit points.", + "name": "blood frenzy", + "text": "The {NAME} has advantage on melee attack rolls against any creature that doesn't have all its hit points.", "subfeatures": [ { - "trigger": [], - "conditions": [], + "trigger": [ "N attacks N", "self", "creature" ], + "conditions": [ + ["N made melee attack", "self" ], + [ "(creature.HP,creature.MAXHP,<)" ] + ], "effects": [{ - "target": "", - "effect": [], - "duration": "" + "target": "self", + "effect": [ "Grant advantage" ] }] } ] |