This was SVN commit r6758.

This commit is contained in:
Michael D. Hafer 2009-03-21 05:55:40 +00:00
parent 64c801bd0b
commit dc7809f8d6
5 changed files with 46 additions and 15 deletions

View File

@ -13,6 +13,21 @@
<Depth>8.0</Depth>
<Height>7.0</Height>
</Footprint>
<Creation>
<Foundation>foundation_1x1</Foundation>
<Resource>
<Stone>0</Stone>
<Wood>150</Wood>
</Resource>
</Creation>
<Health>
<Max>1000</Max>
</Health>
<Armour>
<Hack>15.0</Hack>
<Pierce>35.0</Pierce>
<Crush>10.0</Crush>
</Armour>
</Traits>
<Actor>structures/romans/siege_wall.xml</Actor>
</Entity>

View File

@ -12,6 +12,21 @@
<Depth>8.0</Depth>
<Height>7.0</Height>
</Footprint>
<Creation>
<Foundation>foundation_1x1</Foundation>
<Resource>
<Stone>0</Stone>
<Wood>150</Wood>
</Resource>
</Creation>
<Health>
<Max>1000</Max>
</Health>
<Armour>
<Hack>15.0</Hack>
<Pierce>35.0</Pierce>
<Crush>10.0</Crush>
</Armour>
</Traits>
<Actor>structures/romans/siege_wall_gate.xml</Actor>
</Entity>

View File

@ -7,6 +7,21 @@
<Civ>Romans</Civ>
<History>(Insert history here)</History>
</Id>
<Creation>
<Foundation>foundation_1x1</Foundation>
<Resource>
<Stone>0</Stone>
<Wood>100</Wood>
</Resource>
</Creation>
<Health>
<Max>1000</Max>
</Health>
<Armour>
<Hack>15.0</Hack>
<Pierce>35.0</Pierce>
<Crush>10.0</Crush>
</Armour>
</Traits>
<Actor>structures/romans/siege_wall_tower.xml</Actor>
</Entity>

View File

@ -1,46 +1,32 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure_civic"
>
<Entity Parent="template_structure_civic">
<Traits>
<Id>
<Internal_Only />
<Generic>Wall</Generic>
<Icon_Cell>54</Icon_Cell>
<Classes>Village</Classes>
<Tooltip>Protects a town, closes off choke points, and defends resource sites.</Tooltip>
</Id>
<Creation>
<Foundation>foundation_1x1</Foundation>
<Resource>
<Stone>100</Stone>
</Resource>
</Creation>
<Footprint>
<Width>6.0</Width>
<Depth>6.0</Depth>
<Height>8.0</Height>
</Footprint>
<Health>
<Max>3000</Max>
</Health>
<Armour>
<Hack>15.0</Hack>
<Pierce>42.0</Pierce>
<Crush>20.0</Crush>
</Armour>
</Traits>
</Entity>