1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/entities/template_structure_civic_temple.xml

82 lines
1.4 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
2009-05-03 04:40:21 +02:00
<Entity Parent="template_structure_civic">
<Traits>
<Id>
<Internal_Only />
<Generic>Temple</Generic>
<Icon_Cell>58</Icon_Cell>
<Classes>Town</Classes>
2009-05-03 04:40:21 +02:00
<Tooltip>Trains physicians, researches medical technologies, and provides slow healing to nearby allied organic units. Garrison units inside for even quicker healing.</Tooltip>
</Id>
<Creation>
<Foundation>foundation_3x3</Foundation>
2009-05-03 04:40:21 +02:00
<Time>40</Time>
<Resource>
<Stone>300</Stone>
</Resource>
</Creation>
<Footprint>
<Width>12.0</Width>
<Depth>12.0</Depth>
<Height>8.0</Height>
</Footprint>
<Auras>
<Heal>
2009-05-03 04:40:21 +02:00
<Radius>40</Radius>
<Rate>5</Rate>
2009-05-03 04:40:21 +02:00
<Speed>1000</Speed>
<r>1.0</r>
<g>1.0</g>
<b>0.0</b>
<a>0.6</a>
</Heal>
</Auras>
<Health>
<Max>2000</Max>
</Health>
<Armour>
2009-05-03 04:40:21 +02:00
<Hack>20.0</Hack>
<Pierce>40.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<Population>
<Add>5</Add>
</Population>
2009-05-03 04:40:21 +02:00
<Garrison>
<Max>10</Max>
</Garrison>
<Vision>
<Los>15</Los>
</Vision>
</Traits>
<Actions>
<Create>
<List>
<Train>
<Support_Healer />
</Train>
<Research>
<Real_Example />
</Research>
</List>
<Speed>1</Speed>
<Rally/>
</Create>
</Actions>
</Entity>