blob: 797490469b5613e8147f2397cb2072ff05f83918 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "attack",
"text": "The {NAME} makes one claw attack or tail attack.",
"subfeatures": [
{
"trigger": [ "legendary action costing X", 1 ],
"conditions": [],
"effects": [{
"target": "self",
"effect": [ "Take action ACTION", "claw" ]
}]
},
{
"trigger": [ "legendary action costing X", 1 ],
"conditions": [],
"effects": [{
"target": "self",
"effect": [ "Take action ACTION", "tail" ]
}]
}
]
}
|