diff options
Diffstat (limited to 'features/attack.json')
-rw-r--r-- | features/attack.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/features/attack.json b/features/attack.json new file mode 100644 index 0000000..49879e0 --- /dev/null +++ b/features/attack.json @@ -0,0 +1,15 @@ +{ + "name": "attack (legendary_action)", + "text": "The tarrasque makes one claw attack or tail attack.", + "subfeatures": [ + { + "trigger": [], + "conditions": [], + "effects": [{ + "target": "", + "effect": [], + "duration": "" + }] + } + ] +} |