diff options
Diffstat (limited to 'features/adhesive.json')
-rw-r--r-- | features/adhesive.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/features/adhesive.json b/features/adhesive.json index f432534..60a772e 100644 --- a/features/adhesive.json +++ b/features/adhesive.json @@ -5,12 +5,12 @@ { "trigger": [ "N touches N", "creature", "self" ], "conditions": [ - [ "N has property PROPERTY = VALUE", "self", "Form", "Object" ], - [ "not N has property Property", "other", "Size", "Gargantuan" ] + [ "(FORM_STATE,0,>)" ], + [ "(creature.SIZE,15,<=)" ] ], "effects": [{ "target": "creature", - "effect": [ "Acquire condition CONDITION", "grappled" ] + "effect": [ "set N = N", "creature.GRAPPLED", 1 ] }] }, { |