92 lines
2.2 KiB
XML
92 lines
2.2 KiB
XML
|
<Entity tags="teleportable_NOT,enemy" >
|
||
|
<Base file="data/entities/base_humanoid.xml" >
|
||
|
<AnimalAIComponent
|
||
|
preferred_job="JobDefault"
|
||
|
creature_detection_range_x="300"
|
||
|
creature_detection_range_y="300"
|
||
|
attack_melee_damage_min="0.2"
|
||
|
attack_melee_damage_max="0.4"
|
||
|
attack_dash_enabled="0"
|
||
|
attack_ranged_enabled="0"
|
||
|
food_material="meat"
|
||
|
needs_food="1"
|
||
|
sense_creatures="1"
|
||
|
can_fly="0"
|
||
|
aggressiveness_min="1"
|
||
|
aggressiveness_max="100"
|
||
|
>
|
||
|
</AnimalAIComponent>
|
||
|
|
||
|
<DamageModelComponent
|
||
|
hp="0.25"
|
||
|
materials_create_messages="1"
|
||
|
ragdoll_material="meat"
|
||
|
ragdoll_filenames_file="data/ragdolls/zombie/filenames.txt"
|
||
|
blood_sprite_directional="data/particles/bloodsplatters/bloodsplatter_directional_$[1-3].xml"
|
||
|
blood_sprite_large="data/particles/bloodsplatters/bloodsplatter_$[1-3].xml"
|
||
|
air_needed="1"
|
||
|
>
|
||
|
<damage_multipliers
|
||
|
drill="0.7"
|
||
|
physics_hit="2.0"
|
||
|
>
|
||
|
</damage_multipliers>
|
||
|
</DamageModelComponent>
|
||
|
|
||
|
<SpriteComponent
|
||
|
image_file="data/enemies_gfx/zombie.xml"
|
||
|
z_index="-1">
|
||
|
</SpriteComponent>
|
||
|
|
||
|
<PathFindingComponent
|
||
|
distance_to_reach_node_x="20"
|
||
|
distance_to_reach_node_y="20"
|
||
|
frames_to_get_stuck="70"
|
||
|
can_jump="0" >
|
||
|
</PathFindingComponent>
|
||
|
|
||
|
<PathFindingGridMarkerComponent
|
||
|
marker_work_flag="16" >
|
||
|
</PathFindingGridMarkerComponent>
|
||
|
|
||
|
<GenomeDataComponent
|
||
|
herd_id="-1"
|
||
|
food_chain_rank="10"
|
||
|
is_predator="1" >
|
||
|
</GenomeDataComponent>
|
||
|
|
||
|
<CharacterPlatformingComponent
|
||
|
accel_x="0.3"
|
||
|
pixel_gravity="600"
|
||
|
jump_velocity_y="-8"
|
||
|
run_velocity="12"
|
||
|
velocity_min_y="-500"
|
||
|
velocity_max_y="500"
|
||
|
run_animation_velocity_switching_enabled="1"
|
||
|
run_animation_velocity_switching_threshold="50" >
|
||
|
</CharacterPlatformingComponent>
|
||
|
|
||
|
<HitboxComponent
|
||
|
aabb_min_x="-4.5"
|
||
|
aabb_max_x="4.5"
|
||
|
aabb_min_y="-5.5"
|
||
|
aabb_max_y="3"
|
||
|
>
|
||
|
</HitboxComponent>
|
||
|
|
||
|
<CharacterDataComponent
|
||
|
climb_over_y="4"
|
||
|
collision_aabb_min_x="-2.0"
|
||
|
collision_aabb_max_x="2.0"
|
||
|
collision_aabb_min_y="-3"
|
||
|
collision_aabb_max_y="3"
|
||
|
buoyancy_check_offset_y="-6">
|
||
|
</CharacterDataComponent>
|
||
|
|
||
|
<CameraBoundComponent
|
||
|
max_count="20"
|
||
|
distance="160000">
|
||
|
</CameraBoundComponent>
|
||
|
</Base>
|
||
|
</Entity>
|