From 6cb15e8a01a528c4100ebf831df338e3f49b493f Mon Sep 17 00:00:00 2001 From: Valiant Date: Mon, 2 Dec 2024 14:26:54 +0400 Subject: [PATCH] Added special vision enchantment for Antennae mutation --- data/json/mutations/mutations.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index ede2f6249c9ad..cf3b027872afd 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -4920,7 +4920,18 @@ "active": true, "starts_active": true, "restricts_gear": [ "head_crown" ], - "allow_soft_gear": true + "allow_soft_gear": true, + "enchantments": [ + { + "condition": "ACTIVE", + "special_vision": [ + { + "distance": 3, + "descriptions": [ { "id": "antennae_sense", "symbol": "?", "color": "c_white", "text": "You sense something here." } ] + } + ] + } + ] }, { "type": "mutation",