diff options
Diffstat (limited to 'features/attack_tarrasque.json')
-rw-r--r-- | features/attack_tarrasque.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/features/attack_tarrasque.json b/features/attack_tarrasque.json new file mode 100644 index 0000000..7974904 --- /dev/null +++ b/features/attack_tarrasque.json @@ -0,0 +1,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" ] + }] + } + ] +} |