1
0
forked from 0ad/0ad

A new stoa for the Greeks.

This was SVN commit r8341.
This commit is contained in:
Michael D. Hafer 2010-10-13 00:40:25 +00:00
parent f41434e3f6
commit 2559496fdf
11 changed files with 125 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="props a">
<mesh>props/hele_stoa2_props_new.dae</mesh>
<texture>props/hele_props_a.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="shields">
<mesh>props/hele_stoa2_shields.dae</mesh>
<texture>props/hele_props_b.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="tiles">
<mesh>props/hele_stoa2_tiles.dae</mesh>
<texture>props/hele_tile_b.dds</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="trees">
<mesh>props/hele_stoa2_trees.dae</mesh>
<texture>gaia/prop_tree_cypess.dds</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Stoa 2">
<mesh>structural/hele_stoa2_base.dae</mesh>
<props>
<prop actor="props/special/greek_stoa2_trees.xml" attachpoint="root"/>
<prop actor="props/special/greek_stoa2_shields.xml" attachpoint="root"/>
<prop actor="props/special/greek_stoa2_props_a.xml" attachpoint="root"/>
<prop actor="props/special/greek_stoa2_tiles.xml" attachpoint="root"/>
</props>
<texture>structural/hele_struct.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Identity>
<IconSheet>snPortraitSheetSpecialGaia</IconSheet>
<IconCell>5</IconCell>
<Civ>hele</Civ>
<GenericName>Stoa</GenericName>
<SpecificName>Hellenic Royal Stoa</SpecificName>
<History>A structure built for civic purposes. Stoas eventually became meeting places for philosophy and commerce. They were usually built within the Agora, or city center, of a Greek city.</History>
<Tooltip>Add +10 to Population Cap.</Tooltip>
</Identity>
<Cost>
<PopulationBonus>10</PopulationBonus>
<BuildTime>300</BuildTime>
<Resources>
<food>0</food>
<wood>0</wood>
<stone>100</stone>
<metal>100</metal>
</Resources>
</Cost>
<Health>
<Max>1400</Max>
</Health>
<Armour>
<Hack>20.0</Hack>
<Pierce>40.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<Loot>
<xp>10</xp>
<food>0</food>
<wood>0</wood>
<stone>75</stone>
<metal>75</metal>
</Loot>
<VisualActor>
<Actor>special/greek_stoa_great.xml</Actor>
</VisualActor>
<Footprint>
<Square width="29" depth="21.0"/>
<Height>10.0</Height>
</Footprint>
<Obstruction>
<Static width="28.0" depth="20.0"/>
</Obstruction>
<Vision>
<Range>40</Range>
<RetainInFog>true</RetainInFog>
</Vision>
</Entity>