1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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": "creatures",
"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" ]
}
]
}
|