{ "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" ] }] } ] }