Closed palisade gate

This was SVN commit r9920.
This commit is contained in:
Pureon 2011-07-25 17:53:05 +00:00
parent 2a9e7f9449
commit 27e895b1b0
3 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="palisade rocks gate">
<animations/>
<mesh>props/palisade_rocks_gate.dae</mesh>
<texture>props/palisade_main.png</texture>
</variant>
</group>
</actor>

Binary file not shown.

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Identity>
<Civ>gaia</Civ>
<SpecificName>Palisade Gate</SpecificName>
<History>A cheap, quick wooden gate</History>
</Identity>
<Cost>
<BuildTime>12</BuildTime>
</Cost>
<Health>
<Max>2600</Max>
</Health>
<Footprint>
<Square width="1.8" depth="14.0"/>
<Height>9.0</Height>
</Footprint>
<Obstruction>
<Static width="1.8" depth="14.0"/>
</Obstruction>
<VisualActor>
<Actor>props/special/palisade_rocks_gate.xml</Actor>
</VisualActor>
</Entity>