Consistency/data/entities/animals/apparition/playerghost.xml

34 lines
814 B
XML

<Entity tags="glue_NOT" name="$animal_playerghost">
<!-- NOTE! This is the file for the spawned ghost that has an old wand -->
<!-- the other playerghost.xml is used as a polymorph target -->
<Base file="data/entities/base_apparition.xml">
<CameraBoundComponent
_enabled="0"
max_count="30"
distance="160000">
</CameraBoundComponent>
</Base>
<MusicEnergyAffectorComponent
energy_target="0.5">
</MusicEnergyAffectorComponent>
<AudioLoopComponent
file="data/audio/Desktop/animals.bank"
event_name="animals/ghost/movement_loop"
set_speed_parameter="1"
auto_play="1">
</AudioLoopComponent>
<Entity>
<InheritTransformComponent />
<GameEffectComponent
effect="PROTECTION_FREEZE"
frames="-1"
>
</GameEffectComponent >
</Entity>
</Entity>