diff options
Diffstat (limited to 'features/wip/damage_transfer.json')
-rw-r--r-- | features/wip/damage_transfer.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/features/wip/damage_transfer.json b/features/wip/damage_transfer.json new file mode 100644 index 0000000..1290953 --- /dev/null +++ b/features/wip/damage_transfer.json @@ -0,0 +1,15 @@ +{ + "name": "damage transfer (feature)", + "text": "While it is grappling a creature, the rug takes only half the damage dealt to it, and the creature grappled by the rug takes the other half.", + "subfeatures": [ + { + "trigger": [], + "conditions": [], + "effects": [{ + "target": "", + "effect": [], + "duration": "" + }] + } + ] +} |