propack/factions/tech/units/ornithopter/ornithopter.xml

231 lines
7.0 KiB
XML

<?xml version="1.0" standalone="no"?>
<unit>
<parameters>
<size value="2"/>
<height value="1"/>
<max-hp value="1500" regeneration="4"/>
<max-ep value="0"/>
<armor value="15"/>
<armor-type value="organic"/>
<sight value="15"/>
<time value="50"/>
<multi-selection value="true"/>
<cellmap value="false"/>
<levels>
<level name="elite" kills="10"/>
</levels>
<fields>
<field value="air"/>
</fields>
<properties/>
<light enabled="false"/>
<unit-requirements>
<unit name="technodrome"/>
</unit-requirements>
<upgrade-requirements/>
<resource-requirements>
<resource name="gold" amount="150"/>
<resource name="stone" amount="150"/>
<resource name="food" amount="1"/>
</resource-requirements>
<resources-stored/>
<image path="images/ornithopter.bmp"/>
<image-cancel path="../archer/images/tech_cancel.bmp"/>
<meeting-point value="false"/>
<selection-sounds enabled="true">
<sound path="$COMMONDATAPATH/sounds/technician_select1.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_select2.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_select3.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_select4.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_select5.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_select6.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_select7.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_select8.wav"/>
</selection-sounds>
<command-sounds enabled="true">
<sound path="$COMMONDATAPATH/sounds/technician_ack1.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack2.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack3.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack4.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack5.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack6.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack7.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack8.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack9.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack10.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack11.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack12.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack13.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack14.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack15.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack16.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack17.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack18.wav"/>
<sound path="$COMMONDATAPATH/sounds/technician_ack19.wav"/>
</command-sounds>
</parameters>
<skills>
<skill>
<type value="stop"/>
<name value="stop_skill"/>
<ep-cost value="0"/>
<speed value="1000"/>
<anim-speed value="75"/>
<animation path="models/ornithopter_standing.g3d"/>
<sound enabled="true" start-time="0">
<sound-file path="$COMMONDATAPATH/sounds/orni_standing.wav"/>
</sound>
</skill>
<skill>
<type value="move"/>
<name value="move_skill"/>
<ep-cost value="0"/>
<speed value="450"/>
<anim-speed value="75"/>
<animation path="models/ornithopter_walking.g3d"/>
<sound enabled="true" start-time="0">
<sound-file path="$COMMONDATAPATH/sounds/orni_fly.wav"/>
</sound>
</skill>
<skill>
<type value="attack"/>
<name value="molotov_skill"/>
<ep-cost value="0"/>
<speed value="100"/>
<anim-speed value="100"/>
<animation path="models/ornithopter_attacking.g3d"/>
<sound enabled="true" start-time="0.5">
<sound-file path="../technician/sounds/technician_attack.wav"/>
</sound>
<attack-strenght value="150"/>
<attack-var value="100"/>
<attack-range value="6"/>
<attack-type value="energy"/>
<attack-start-time value="0"/>
<attack-fields>
<field value="land"/>
</attack-fields>
<projectile value="true">
<particle value="true" path="molotov_particle_proj.xml"/>
<sound enabled="true">
<sound-file path="../technician/sounds/technician_hit1.wav"/>
<sound-file path="../technician/sounds/technician_hit2.wav"/>
</sound>
</projectile>
<splash value="true">
<radius value="1"/>
<damage-all value="true"/>
<particle value="true" path="molotov_particle_splash.xml"/>
</splash>
</skill>
<skill>
<type value="attack"/>
<name value="arrow_skill"/>
<ep-cost value="0"/>
<speed value="70"/>
<anim-speed value="70"/>
<animation path="models/ornithopter_attacking.g3d"/>
<sound enabled="true" start-time="0.5">
<sound-file path="/sounds/orni_attack.wav"/>
</sound>
<attack-strenght value="150"/>
<attack-var value="50"/>
<attack-range value="9"/>
<attack-type value="piercing"/>
<attack-start-time value="0.5"/>
<attack-fields>
<field value="air"/>
</attack-fields>
<projectile value="true">
<particle value="true" path="arrow_particle_proj.xml"/>
<sound enabled="true">
<sound-file path="/sounds/orni_hit1.wav"/>
<sound-file path="/sounds/orni_hit2.wav"/>
<sound-file path="/sounds/orni_hit3.wav"/>
<sound-file path="/sounds/orni_hit4.wav"/>
<sound-file path="/sounds/orni_hit5.wav"/>
</sound>
</projectile>
<splash value="true">
<radius value="1"/>
<damage-all value="true"/>
<particle value="true" path="arrow_particle_splash.xml"/>
</splash>
</skill>
<skill>
<type value="die"/>
<name value="die_skill"/>
<ep-cost value="0"/>
<speed value="50"/>
<anim-speed value="50"/>
<animation path="models/ornithopter_dying.g3d"/>
<sound enabled="true" start-time="0">
<sound-file path="sounds/orni_die1.wav"/>
<sound-file path="sounds/orni_die2.wav"/>
<sound-file path="sounds/orni_die3.wav"/>
</sound>
<fade value="false"/>
</skill>
</skills>
<commands>
<command>
<type value="stop"/>
<name value="stop"/>
<image path="../archer/images/tech_stop.bmp"/>
<unit-requirements/>
<upgrade-requirements/>
<stop-skill value="stop_skill"/>
</command>
<command>
<type value="move"/>
<name value="move"/>
<image path="../archer/images/tech_move.bmp"/>
<unit-requirements/>
<upgrade-requirements/>
<move-skill value="move_skill"/>
</command>
<command>
<type value="attack"/>
<name value="molotov"/>
<image path="../technician/images/molotov.bmp"/>
<unit-requirements/>
<upgrade-requirements/>
<move-skill value="move_skill"/>
<attack-skill value="molotov_skill"/>
</command>
<command>
<type value="attack"/>
<name value="fire_arrow"/>
<image path="images/fire_arrow.bmp"/>
<unit-requirements/>
<upgrade-requirements/>
<move-skill value="move_skill"/>
<attack-skill value="arrow_skill"/>
</command>
<command>
<type value="attack_stopped"/>
<name value="hold_position"/>
<image path="../archer/images/tech_hold.bmp"/>
<unit-requirements/>
<upgrade-requirements/>
<stop-skill value="stop_skill"/>
<attack-skill value="arrow_skill"/>
</command>
</commands>
</unit>