From 5937d893da5656be3f486c863ae54e08bbe66579 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 9 Aug 2022 16:57:53 -0400 Subject: Added generic items, worked on features --- features/adhesive.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'features/adhesive.json') 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 ] }] }, { -- cgit v1.2.3