1
0
forked from 0ad/0ad

This was SVN commit r6575.

This commit is contained in:
Michael D. Hafer 2009-01-03 06:06:05 +00:00
parent 5228800b73
commit 88ae89007d
7 changed files with 34 additions and 16 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<mesh>props/pers_temple_lions.dae</mesh>
<texture>structural/pers_struct.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

View File

@ -5,11 +5,8 @@
<group>
<variant frequency="100" name="Base">
<mesh>structural/pers_cc.pmd</mesh>
<props>
<prop actor="props/structures/persians/civil_centre_b.xml" attachpoint="props_main"/>
</props>
<texture>structural/pers_struct_a.dds</texture>
<mesh>structural/pers_civic.dae</mesh>
<texture>structural/pers_struct.dds</texture>
</variant>
</group>

View File

@ -5,11 +5,11 @@
<group>
<variant frequency="100" name="Base">
<mesh>structural/pers_hc.pmd</mesh>
<mesh>structural/pers_temple_1.dae</mesh>
<props>
<prop actor="props/structures/persians/temple_b.xml" attachpoint="props_main"/>
<prop actor="props/structures/persians/temple.xml" attachpoint="root"/>
</props>
<texture>structural/pers_struct_a.dds</texture>
<texture>structural/pers_struct.dds</texture>
</variant>
</group>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2,19 +2,16 @@
<Entity Parent="template_structure_special">
<Traits>
<Id>
<Specific>Kakh</Specific>
<Civ>Persians</Civ>
<History>The annual tribute that the Persians received from their satrapies and vassal states, as regularised by Darius the Great, accounted for incredible annual revenue.</History>
</Id>
<Footprint>
<Width>20.0</Width>
<Depth>24.0</Depth>
<Height>8.0</Height>
</Footprint>
</Traits>
<Actor>structures/persians/sb1.xml</Actor>
</Entity>