Skip to content

Commit 0bbb288

Browse files
Standing-Stormthaelina
authored andcommitted
Merge pull request CleverRaven#80696 from Standing-Storm/special-visions
[Mods] Update and expand some special vision IDs
1 parent a199434 commit 0bbb288

File tree

6 files changed

+9
-16
lines changed

6 files changed

+9
-16
lines changed

data/mods/Magiclysm/effects/effects.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@
12131213
"or": [ { "npc_has_flag": "MAGIC_USER" }, { "and": [ "npc_is_character", { "math": [ "n_spell_count() >= 6" ] } ] } ]
12141214
},
12151215
"distance": { "math": [ "( u_spell_level('animist_detect_wizards') * 2) + 3" ] },
1216-
"descriptions": [ { "id": "fae_sense", "symbol": "?", "color": "cyan", "text": "You see the ley lines of a wielder of magic." } ]
1216+
"descriptions": [ { "id": "wizard_sense", "symbol": "?", "color": "cyan", "text": "You see the ley lines of a wielder of magic." } ]
12171217
}
12181218
]
12191219
}

data/mods/Xedra_Evolved/effects/effects.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2228,7 +2228,7 @@
22282228
"distance": { "math": [ "u_val('perception') * 2" ] },
22292229
"precise": true,
22302230
"ignores_aiming_cone": true,
2231-
"descriptions": [ { "id": "vampire", "text": "You detect a vampire here.", "symbol": "V", "color": "red" } ]
2231+
"descriptions": [ { "id": "vamnpire_sense", "text": "You detect a vampire here.", "symbol": "V", "color": "red" } ]
22322232
}
22332233
]
22342234
}

data/mods/Xedra_Evolved/effects/effects_changeling_seasonal_magic.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
"min( ( 3 + (u_spell_count('school': 'CHANGELING_SEASONAL_MAGIC_AUTUMN') * 0.2) + (u_skill('deduction') * 0.5)), 25)"
316316
]
317317
},
318-
"descriptions": [ { "id": "fae_sense", "symbol": "?", "color": "cyan", "text": "You sense a sorcerer here." } ]
318+
"descriptions": [ { "id": "wizard_sense", "symbol": "?", "color": "cyan", "text": "You sense a sorcerer here." } ]
319319
}
320320
]
321321
}

data/mods/Xedra_Evolved/mutations/mutations.json

+3-10
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,7 @@
228228
{
229229
"condition": { "npc_has_species": "RENFIELD" },
230230
"distance": { "math": [ "u_val('perception') * 1.5" ] },
231-
"descriptions": [
232-
{
233-
"id": "infrared_creature_medium",
234-
"text": "You sense one of the vampires' servants here.",
235-
"symbol": "R",
236-
"color": "red"
237-
}
238-
]
231+
"descriptions": [ { "id": "vampire_sense", "text": "You sense one of the vampires' servants here.", "symbol": "R", "color": "red" } ]
239232
},
240233
{
241234
"condition": {
@@ -774,7 +767,7 @@
774767
"ignores_aiming_cone": true,
775768
"descriptions": [
776769
{
777-
"id": "infrared_creature_medium",
770+
"id": "night_creature_sense",
778771
"text": "You sense one of the creatures of the night.",
779772
"symbol": "N",
780773
"color": "white"
@@ -1704,7 +1697,7 @@
17041697
"distance": { "math": [ "u_val('perception') * 3" ] },
17051698
"precise": true,
17061699
"ignores_aiming_cone": true,
1707-
"descriptions": [ { "id": "vampire", "text": "You detect a vampire here.", "symbol": "V", "color": "red" } ]
1700+
"descriptions": [ { "id": "vampire_sense", "text": "You detect a vampire here.", "symbol": "V", "color": "red" } ]
17081701
}
17091702
]
17101703
}

data/mods/Xedra_Evolved/mutations/paraclesians/arvore_mutation_spells.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
},
4545
"descriptions": [
4646
{
47-
"id": "moving_creature",
48-
"symbol": "?",
47+
"id": "human_sense",
48+
"symbol": "@",
4949
"color": "c_white",
5050
"text": "The forest nervously whispers to you about the presence of humans."
5151
}

data/mods/Xedra_Evolved/mutations/paraclesians/homullus_mutations.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
{
143143
"condition": { "or": [ { "npc_has_species": "HUMAN" }, { "npc_has_species": "FERAL" }, { "npc_has_species": "RENFIELD" } ] },
144144
"distance": { "math": [ "u_val('perception') * 1.5" ] },
145-
"descriptions": [ { "id": "infrared_creature_medium", "text": "You sense a human here." } ]
145+
"descriptions": [ { "id": "human_sense", "text": "You sense a human here.", "symbol": "@", "color": "c_white" } ]
146146
}
147147
]
148148
}

0 commit comments

Comments
 (0)