diff options
author | Your Name <you@example.com> | 2022-01-16 21:32:01 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2022-01-16 21:32:01 -0500 |
commit | d0e356d09e30a11c1e072415a5088f829d5c0a04 (patch) | |
tree | 1e64d37b9b424cd74c30ad4c8225828c7a76874e /features/adhesive.json | |
parent | 3f78a7e1647ba94129236bd2bf4fc855c109628a (diff) | |
download | dmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.tar.gz dmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.tar.bz2 dmtool-d0e356d09e30a11c1e072415a5088f829d5c0a04.zip |
Worked on features
Diffstat (limited to 'features/adhesive.json')
-rw-r--r-- | features/adhesive.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/features/adhesive.json b/features/adhesive.json new file mode 100644 index 0000000..19c39e9 --- /dev/null +++ b/features/adhesive.json @@ -0,0 +1,18 @@ +{ + "name": "adhesive", + "text": "(Object form only) The {NAME} adheres to anything that touches it. A Huge or smaller creature adhered to the {NAME} is also grappled by it (escape DC {(8,STR,PROF,+,+)}). Ability checks made to escape this grapple have disadvantage.", + "subfeatures": [ + { + "trigger": [ "N touches N", "creature", "self" ], + "conditions": [ + [ "N has property PROPERTY", "self", "Form", "Object" ], + [ "not N has property Property", "other", "Size", "Gargantuan" ] + ] + "effects": [ + "target": "creature", + "effect": [ "Acquire condition CONDITION", "grappled" ] + ] + } + ] + +} |