From 947d83c59ea86615e3a81a2ec122d843b5eceee9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 18 Feb 2022 16:47:53 -0500 Subject: More features work --- features/breath_attack.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 features/breath_attack.json (limited to 'features/breath_attack.json') diff --git a/features/breath_attack.json b/features/breath_attack.json new file mode 100644 index 0000000..26f90a5 --- /dev/null +++ b/features/breath_attack.json @@ -0,0 +1,16 @@ +{ + "name": "{V0} breath", + "text": "The {NAME} exhales {V0} in an {V1}-foot line that is {V2} feet wide. Each creature in that line must make a DC {(8,CON,PROF,+,+)} Dexterity saving throw, taking {V3}d{V4} {V0} damage on a failed save, or half as much damage on a successful one.", + "subfeatures": [ + { + "trigger": [ "action" ], + "conditions": [], + "effects": [{ + "target": "creature", + "effect conditions": [[ "N is in AOE", "creature", "line {V1} {V2}" ]], + "effect": [ "Inflict XdX TYPE damage, dc X ABILITY save halves", "V3", "V4", "V0", "(8,CON,PROF,+,+)", "dexterity" ] + }], + "recharge": [ 1, "5-6" ] + } + ] +} -- cgit v1.2.3