1
0
forked from 0ad/0ad

This was SVN commit r6859.

This commit is contained in:
Michael D. Hafer 2009-05-06 02:55:57 +00:00
parent 9842b8df98
commit 7b132fd1eb
9 changed files with 52 additions and 30 deletions

View File

@ -1,13 +1,10 @@
<?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/kart_fc.pmd</mesh>
<texture>props/kart_prop_a.dds</texture>
<variant frequency="1" name="props_a1">
<mesh>props/kart_farmstead_a_1.dae</mesh>
<texture>structural/kart_struct.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="farmstead_prop_cart">
<mesh>props/kart_farmstead_c_1.dae</mesh>
<texture>props/wrld_wood_1.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="props_horse">
<mesh>props/kart_farmstead_b.dae</mesh>
<texture>skeletal/horse.dds</texture>
</variant>
</group>
</actor>

View File

@ -1,19 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<mesh>structural/kart_fc.pmd</mesh>
<props>
<prop actor="props/structures/carthaginians/farmstead.xml" attachpoint="props_main"/>
<prop actor="props/structures/carthaginians/farmstead_hay.xml" attachpoint="hay"/>
</props>
<texture>structural/kart_struct_1.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<mesh>structural/kart_farmstead.dae</mesh>
<props>
<prop actor="props/structures/carthaginians/farmstead.xml" attachpoint="root"/>
<prop actor="props/structures/carthaginians/farmstead_horse.xml" attachpoint="root"/>
<prop actor="props/structures/carthaginians/farmstead_cart.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_small.xml" attachpoint="root"/>
</props>
<texture>structural/kart_struct.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

View File

@ -14,7 +14,11 @@
<History>Although there must have been many small farms as well, when the Carthaginians expanded into the hinterland, most farms and orchardist establishments were created by the wealthy segment of society that became known as the landowners, and the resulting estates were mostly worked by ?almost enslaved? Liby-Phoenicians, Numidians, and whomever they could get.</History>
</Id>
<Footprint>
<Width>15.0</Width>
<Depth>15.0</Depth>
<Height>5.0</Height>
</Footprint>
</Traits>
<Actor>structures/carthaginians/farmstead.xml</Actor>

Binary file not shown.

Binary file not shown.