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