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/blind_senses.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'features/blind_senses.json') diff --git a/features/blind_senses.json b/features/blind_senses.json index eb8b5a2..ebf114a 100644 --- a/features/blind_senses.json +++ b/features/blind_senses.json @@ -1,14 +1,13 @@ { - "name": "blind senses (feature)", - "text": ". The grimlock can't use its blindsight while deafened and unable to smell.", + "name": "blind senses", + "text": "The {NAME} can't use its blindsight while deafened and unable to smell.", "subfeatures": [ { - "trigger": [], + "trigger": [ "passive" ], "conditions": [], "effects": [{ - "target": "", - "effect": [], - "duration": "" + "target": "self", + "effect": [ "Set N = N", "BLINDSIGHT", "(30,BLINDED,!,CAN_SMELL,&,&)" ] }] } ] -- cgit v1.2.3