Skip to content

Commit

Permalink
Added special vision enchantment for Antennae mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
Night-Pryanik committed Dec 2, 2024
1 parent 3173580 commit 6cb15e8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6cb15e8

Please sign in to comment.