Magic vision nerf (#1697)

* Update ShowHealthBarsComponent.cs

* mana split now can destroy mana trace

* delete aura examine

* Add aura confusion status effect and concealment reagent

Introduces the Confused Aura status effect, which causes entities to leave randomized magical aura imprints. Adds the CP14HideMagicAuraStatusEffectComponent, new localization strings, alert, and reagent (Aura concealment solution) that applies the effect. Updates magic vision logic to support the new effect, and adds related icons and prototype definitions.

* vampire market

* easy vampire clothing craft

* obscure magic trace
This commit is contained in:
Red
2025-08-23 15:03:33 +03:00
committed by GitHub
parent 5699b4a7a0
commit 9bda0c85e2
30 changed files with 258 additions and 60 deletions

View File

@@ -151,7 +151,7 @@ public abstract partial class CP14SharedMagicSystem : EntitySystem
&& TryComp<ActionComponent>(ent, out var actionComp)
&& TryComp<CP14MagicEffectManaCostComponent>(ent, out var manaCost))
{
_magicVision.SpawnMagicVision(
_magicVision.SpawnMagicTrace(
Transform(args.User.Value).Coordinates,
actionComp.Icon,
Loc.GetString("cp14-magic-vision-used-spell", ("name", MetaData(ent).EntityName)),