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