1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/structures/template_building.xml
Acumen 65abe909b3 Added default building LOS.
This was SVN commit r1412.
2004-11-27 22:18:42 +00:00

26 lines
423 B
XML
Executable File

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="Generic Structure">
<Traits>
<Id
generic="Generic Structure"
internal_only="false"
version="0.1 pasap2"
class1="Structure"
/>
<Health
hitpoints="100"
hpcurr="80"
/>
<Vision
los="2"
/>
</Traits>
<Actions>
<Move
speed="0"
turningRadius="0"
/>
</Actions>
<Footprint Width="12.0" Height="12.0"/>
</Entity>