#New Celt Market

This was SVN commit r8252.
This commit is contained in:
Michael D. Hafer 2010-10-03 09:24:26 +00:00
parent 91a644df3c
commit a47227daaa
7 changed files with 55 additions and 1 deletions

View File

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

View File

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

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>structural/celt_market.dae</mesh>
<props>
<prop actor="props/structures/celts/market_props_1.xml" attachpoint="root"/>
<prop actor="props/structures/celts/market_props_new.xml" attachpoint="root"/>
<prop actor=""/>
</props>
<texture>structural/celt_struct_1.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -8,7 +8,15 @@
<Cost>
<PopulationBonus>12</PopulationBonus>
</Cost>
<Footprint>
<Square width="26.0" depth="24.0"/>
<Height>8.0</Height>
</Footprint>
<Obstruction>
<Static width="25.0" depth="23.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/celts/market.xml</Actor>
<Actor>structures/celts/market_new.xml</Actor>
<FoundationActor>structures/fndn_5x5.xml</FoundationActor>
</VisualActor>
</Entity>