1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_entity.xml
2006-04-08 22:35:23 +00:00

59 lines
1.2 KiB
XML
Executable File

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity>
<Traits
extant="true"
>
<Id>
<Internal_Only />
</Id>
<Corpse>null</Corpse>
<!-- All but sea units are attached to the ground plane. -->
<Anchor>
<Type>Ground</Type>
</Anchor>
<!-- Defaults to no armour. -->
<Armour>
<Value>0.0</Value>
<Crush>0.0</Crush>
<Hack>0.0</Hack>
<Pierce>0.0</Pierce>
</Armour>
<Health>
<Bar_Height>-1.0</Bar_Height>
<Bar_Size>20</Bar_Size>
<Bar_Width>2.0</Bar_Width>
<Regen_Rate>5.0</Regen_Rate>
<Regen_Start>15.0</Regen_Start>
<Decay_Rate>5.0</Decay_Rate>
<Border_Height>7</Border_Height>
<Border_Width>28</Border_Width>
<Border_Name>bar.dds</Border_Name>
</Health>
<Stamina>
<Bar_Height>-1.0</Bar_Height>
<Bar_Size>20</Bar_Size>
<Bar_Width>2.0</Bar_Width>
<Border_Height>7</Border_Height>
<Border_Width>28</Border_Width>
<Border_Name>bar.dds</Border_Name>
</Stamina>
<Rank>
<Width>7.0</Width>
<Size>17</Size>
<Name></Name>
</Rank>
</Traits>
<Script File="entities/template_entity_script.js" />
<Event On="Initialize" Function="entityInit" />
<Event On="PrepareOrder" Function="entityEventPrepareOrder" />
</Entity>