1
0
forked from 0ad/0ad

#Iberian Dock and Persian Special Building.

This was SVN commit r6916.
This commit is contained in:
Michael D. Hafer 2009-06-20 21:32:28 +00:00
parent d1e13a86b1
commit 1e07a93c48
10 changed files with 49 additions and 25 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<group>
<variant frequency="1" name="persian kahk props">
<mesh>props/pers_sb1_props.dae</mesh>
<texture>structural/pers_struct.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

View File

@ -1,15 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations/>
<mesh>structural/plac_pc.pmd</mesh>
<props/>
<texture>structural/plac_iber.dds</texture>
<variant frequency="1" name="Iberian Dock">
<mesh>structural/iber_dock.dae</mesh>
<texture>structural/iber_struct.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,15 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="base">
<mesh>structural/iber_fortress.dae</mesh>
<texture>structural/iber_struct_a.dds</texture>
<texture>structural/iber_struct.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Persian Kahk Special Building">
<mesh>structural/pers_sb_1_new.dae</mesh>
<props>
<prop actor="props/structures/persians/sb1.xml" attachpoint="root"/>
</props>
<texture>structural/pers_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.

View File

@ -7,11 +7,7 @@
<Civ>Carthaginians</Civ>
<History>Carthiginian's History</History>
</Id>
<Footprint>
<Width>32.0</Width>
<Depth>32.0</Depth>
<Height>10.0</Height>
</Footprint>
</Traits>
<Actions>
<Create>

View File

@ -7,11 +7,14 @@
<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>
<Creation>
<Foundation>foundation_6x6</Foundation>
</Creation>
<Footprint>
<Width>20.0</Width>
<Depth>24.0</Depth>
<Width>28.0</Width>
<Depth>32.0</Depth>
<Height>8.0</Height>
</Footprint>
</Traits>
<Actor>structures/persians/sb1.xml</Actor>
<Actor>structures/persians/sb1_new.xml</Actor>
</Entity>