diff options
Diffstat (limited to 'features/evasion.json')
-rw-r--r-- | features/evasion.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/features/evasion.json b/features/evasion.json new file mode 100644 index 0000000..1dfff45 --- /dev/null +++ b/features/evasion.json @@ -0,0 +1,15 @@ +{ + "name": "evasion (feature)", + "text": "If the assassin is subjected to an effect that allows it to make a Dexterity saving throw to take only half damage, the assassin instead takes no damage if it succeeds on the saving throw, and only half damage if it fails.", + "subfeatures": [ + { + "trigger": [], + "conditions": [], + "effects": [{ + "target": "", + "effect": [], + "duration": "" + }] + } + ] +} |