New Roman and Hele trader units

This was SVN commit r11285.
This commit is contained in:
Pureon 2012-03-08 23:52:46 +00:00
parent 6a2e5a9f16
commit 8484a2b2e2
5 changed files with 27 additions and 12 deletions

View File

@ -1,15 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<mesh>skeletal/celt_trader.dae</mesh>
<variant frequency="100" name="Trader Cart">
<animations>
<animation file="mechanical/trader_cart_idle.dae" name="Idle" speed="100"/>
<animation file="mechanical/trader_cart_move.dae" name="Walk" speed="10"/>
<animation file="mechanical/trader_cart_move.dae" name="Run" speed="10"/>
</animations>
<mesh>skeletal/trader_cart.dae</mesh>
<props>
<prop actor="units/hellenes/trader_r.xml" attachpoint="trader"/>
<prop actor="units/celts/trader_h.xml" attachpoint="donkey"/>
<prop actor="units/celts/boudicca_chariot_h1.xml" attachpoint="horse"/>
<prop actor="units/global/slave.xml" attachpoint="trader"/>
<prop actor="props/special/eyecandy/crate_a.xml" attachpoint="goodsa"/>
<prop actor="props/special/eyecandy/barrel_a.xml" attachpoint="goodsb"/>
</props>
<texture>null_white.dds</texture>
<texture>structural/rome_ram.png</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,16 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_support_trader">
<Footprint>
<Circle radius="1.5"/>
<Height>3.0</Height>
</Footprint>
<Identity>
<Civ>rome</Civ>
<SpecificName>Plebean</SpecificName>
<History>Plebians were the poor class in Roman society, underneath the patricians, often carrying out much local trading and business. While patricians financed large business ventures plebian merchants did the actual work. They traded far and wide, from Iberia to Syria, buying and selling everything from salt to wool to horses to metals to glass to slaves. Rome's extensive network of roads within Italy, many ports, and central location within the Mediterranean made it an ideal place to do business.</History>
<Icon>units/rome_support_trader.png</Icon>
</Identity>
<VisualActor>
<Actor>units/romans/trader.xml</Actor>
<Actor>units/hellenes/trader.xml</Actor>
</VisualActor>
</Entity>