diff options
Diffstat (limited to 'features/blind_senses.json')
-rw-r--r-- | features/blind_senses.json | 11 |
1 files changed, 5 insertions, 6 deletions
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,&,&)" ] }] } ] |