diff options
Diffstat (limited to 'features/parry.json')
-rw-r--r-- | features/parry.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/features/parry.json b/features/parry.json new file mode 100644 index 0000000..382b4bb --- /dev/null +++ b/features/parry.json @@ -0,0 +1,15 @@ +{ + "name": "parry (reaction)", + "text": "The noble adds 2 to its AC against one melee attack that would hit it. To do so, the noble must see the attacker and be wielding a melee weapon.", + "subfeatures": [ + { + "trigger": [], + "conditions": [], + "effects": [{ + "target": "", + "effect": [], + "duration": "" + }] + } + ] +} |