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