1
0
forked from 0ad/0ad

#New Roman Market

This was SVN commit r11021.
This commit is contained in:
Michael D. Hafer 2012-02-04 22:42:47 +00:00
parent ffe6d0c6a7
commit d739995d78
10 changed files with 63 additions and 9 deletions

View File

@ -1,15 +1,16 @@
<?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>props/rome_tc.dae</mesh>
<texture>structural/rome_struct_2.dds</texture>
<variant frequency="100" name="roman market">
<mesh>structural/rome_market_struct1.dae</mesh>
<props>
<prop actor="props/structures/romans/market_nature.xml" attachpoint="root"/>
<prop actor="props/structures/romans/market_struct2.xml" attachpoint="root"/>
<prop actor="props/structures/romans/market_struct1_trans.xml" attachpoint="root"/>
</props>
<texture>structural/rome_struct.png</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>
<mesh>props/rome_market_nature.dae</mesh>
<texture>props/structs_nature.png</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>structural/rome_market_struct1_tran.dae</mesh>
<texture>structural/rome_struct.png</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>structural/rome_market_struct2.dae</mesh>
<texture>structural/rome_struct_2.png</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -17,7 +17,7 @@
<variant frequency="100" name="Idle"/>
<variant name="garrisoned">
<props>
<prop actor="props/special/common/waypoint_flag_0ad.xml" attachpoint="garrisoned"/>
<prop actor="props/special/common/garrison_flag_rome.xml" attachpoint="garrisoned"/>
</props>
</variant>
</group>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_economic_market">
<Footprint>
<Square width="37.0" depth="30.0"/>
<Height>8.0</Height>
</Footprint>
<Identity>
<Civ>rome</Civ>
<SpecificName>Forum</SpecificName>
<History>The Forum was the most important place in Rome, for it was there that important speeches were held and decisions taken. Starting with Julius Caesar, the great emperors Vespasian, Nerva and Trajan built their magnificent forums.</History>
</Identity>
<Obstruction>
<Static width="33.0" depth="26.0"/>
</Obstruction>
<VisualActor>
<FoundationActor>structures/fndn_6x6.xml</FoundationActor>
<Actor>structures/romans/market.xml</Actor>
</VisualActor>
</Entity>