162 lines
3.8 KiB
XML
162 lines
3.8 KiB
XML
<Entity name="$animal_thundermage" tags="thundermage" >
|
|
|
|
<Base file="data/entities/base_enemy_basic.xml" >
|
|
<ItemChestComponent level="2" > </ItemChestComponent>
|
|
|
|
<AnimalAIComponent
|
|
_enabled="1"
|
|
preferred_job="JobDefault"
|
|
attack_melee_damage_min="0.4"
|
|
attack_melee_damage_max="0.7"
|
|
creature_detection_range_x="300"
|
|
creature_detection_range_y="300"
|
|
food_material="blood"
|
|
needs_food="0"
|
|
sense_creatures="1"
|
|
attack_ranged_enabled="1"
|
|
can_fly="1"
|
|
attack_ranged_entity_file="data/entities/projectiles/thunderball.xml"
|
|
attack_ranged_action_frame="6"
|
|
attack_ranged_frames_between="140"
|
|
>
|
|
</AnimalAIComponent>
|
|
|
|
<DamageModelComponent
|
|
hp="2.5"
|
|
ragdoll_material="diamond"
|
|
ragdoll_filenames_file="data/ragdolls/thundermage/filenames.txt"
|
|
fire_probability_of_ignition="0"
|
|
blood_material="diamond"
|
|
blood_spray_material="diamond"
|
|
blood_sprite_directional=""
|
|
blood_sprite_large=""
|
|
air_needed="0"
|
|
healing_particle_effect_entity="data/entities/particles/heal_effect.xml"
|
|
>
|
|
<damage_multipliers
|
|
explosion="0.5"
|
|
electricity="-1">
|
|
</damage_multipliers>
|
|
</DamageModelComponent>
|
|
|
|
<SpriteComponent
|
|
image_file="data/enemies_gfx/thundermage.xml"
|
|
offset_x="0"
|
|
offset_y="0">
|
|
</SpriteComponent>
|
|
|
|
<PathFindingComponent
|
|
can_jump="1" >
|
|
</PathFindingComponent>
|
|
|
|
<PathFindingGridMarkerComponent
|
|
marker_work_flag="16" >
|
|
</PathFindingGridMarkerComponent>
|
|
|
|
<GenomeDataComponent
|
|
herd_id="mage"
|
|
food_chain_rank="6"
|
|
is_predator="1" >
|
|
</GenomeDataComponent>
|
|
|
|
<CharacterPlatformingComponent
|
|
jump_velocity_y="-12"
|
|
swim_idle_buoyancy_coeff="1.0"
|
|
run_velocity="18" >
|
|
</CharacterPlatformingComponent>
|
|
|
|
<CameraBoundComponent
|
|
max_count="30"
|
|
distance="160000">
|
|
</CameraBoundComponent>
|
|
|
|
<HitboxComponent
|
|
_enabled="1"
|
|
aabb_min_x="-4.5"
|
|
aabb_max_x="4.5"
|
|
aabb_min_y="-14"
|
|
aabb_max_y="3"
|
|
>
|
|
</HitboxComponent>
|
|
|
|
<CharacterDataComponent
|
|
collision_aabb_min_x="-2.5"
|
|
collision_aabb_max_x="3.0"
|
|
collision_aabb_min_y="-16"
|
|
collision_aabb_max_y="3"
|
|
mass="1.4"
|
|
>
|
|
</CharacterDataComponent>
|
|
</Base>
|
|
|
|
<SpriteParticleEmitterComponent
|
|
sprite_file="data/particles/spark_electric.xml"
|
|
delay="0"
|
|
lifetime="0"
|
|
color.r="1" color.g="1" color.b="1" color.a="1"
|
|
color_change.r="0" color_change.g="0" color_change.b="0" color_change.a="0"
|
|
velocity.x="0" velocity.y="0"
|
|
gravity.x="0" gravity.y="10"
|
|
velocity_slowdown="0"
|
|
rotation="0"
|
|
angular_velocity="0"
|
|
use_velocity_as_rotation="0"
|
|
scale.x="1" scale.y="1"
|
|
scale_velocity.x="0" scale_velocity.y="0"
|
|
emission_interval_min_frames="5"
|
|
emission_interval_max_frames="10"
|
|
count_min="1" count_max="1"
|
|
randomize_rotation.min="-3.1415"
|
|
randomize_rotation.max="3.1415"
|
|
randomize_position.min_x="-6"
|
|
randomize_position.max_x="6"
|
|
randomize_position.min_y="-12"
|
|
randomize_position.max_y="2"
|
|
>
|
|
</SpriteParticleEmitterComponent>
|
|
|
|
<ElectricChargeComponent
|
|
_tags="enabled_in_hand,item_identified"
|
|
charge_time_frames="2"
|
|
electricity_emission_interval_frames="10"
|
|
>
|
|
</ElectricChargeComponent>
|
|
|
|
<LightComponent
|
|
_enabled="1"
|
|
r="120"
|
|
g="180"
|
|
b="220"
|
|
radius="64" >
|
|
</LightComponent>
|
|
|
|
<SpriteComponent
|
|
_tags="character"
|
|
_enabled="1"
|
|
alpha="1"
|
|
image_file="data/enemies_gfx/thundermage_emissive.xml"
|
|
offset_x="0"
|
|
offset_y="0"
|
|
emissive="1"
|
|
additive="1"
|
|
next_rect_animation=""
|
|
rect_animation="walk" >
|
|
</SpriteComponent>
|
|
|
|
<ItemPickUpperComponent
|
|
is_in_npc="1">
|
|
</ItemPickUpperComponent>
|
|
|
|
<MusicEnergyAffectorComponent
|
|
energy_target="1">
|
|
</MusicEnergyAffectorComponent>
|
|
|
|
<AudioLoopComponent
|
|
file="data/audio/Desktop/animals.bank"
|
|
event_name="animals/thundermage/movement_loop"
|
|
set_speed_parameter="1"
|
|
auto_play="1">
|
|
</AudioLoopComponent>
|
|
|
|
</Entity>
|