blob: 2b17f1cb0b25ab261df45bc48f31a20eaed96568 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "{V0}",
"text": "The {NAME} makes one {V0} attack.",
"subfeatures": [
{
"trigger": [ "legendary action costing X", "V1" ],
"conditions": [],
"effects": [{
"target": "self",
"effect": [ "Take action ACTION", "V0" ]
}]
}
]
}
|