Consistency/data/entities/animals/boss_wizard/debuff.xml

44 lines
1.0 KiB
XML

<Entity
name="$projectile_default"
tags=""
>
<InheritTransformComponent />
<ParticleEmitterComponent
_tags="buildup_particles"
emitted_material_name="spark_purple"
gravity.y="0.0"
lifetime_min="0.8"
lifetime_max="5.5"
count_min="20"
count_max="40"
render_on_grid="1"
fade_based_on_lifetime="1"
area_circle_radius.min="0"
area_circle_radius.max="0"
cosmetic_force_create="0"
airflow_force="1.1"
airflow_time="1.01"
airflow_scale="0.05"
emission_interval_min_frames="1"
emission_interval_max_frames="1"
emit_cosmetic_particles="1"
image_animation_file="data/particles/image_emitters/aura.png"
image_animation_speed="3.5"
image_animation_loop="0"
is_emitting="1" >
</ParticleEmitterComponent>
<LuaComponent
script_source_file="data/entities/animals/boss_wizard/debuff.lua"
execute_every_n_frame="70"
>
</LuaComponent>
<AudioComponent
file="data/audio/Desktop/projectiles.bank"
event_root="projectiles/polymorph_bubble">
</AudioComponent>
</Entity>