diff options
Diffstat (limited to 'features/brute.json')
-rw-r--r-- | features/brute.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/features/brute.json b/features/brute.json new file mode 100644 index 0000000..b1a6808 --- /dev/null +++ b/features/brute.json @@ -0,0 +1,15 @@ +{ + "name": "brute (feature)", + "text": "A melee weapon deals one extra die of its damage when the gladiator hits with it (included in the attack).", + "subfeatures": [ + { + "trigger": [], + "conditions": [], + "effects": [{ + "target": "", + "effect": [], + "duration": "" + }] + } + ] +} |