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>

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:219d2fb385329d3738d55d2d2d1f52637c957a5875ed874f60c87672fd88def5
size 131683

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86573cd6c2ed303cbd7720a3e6bea2929e21b29ba0d5d021c380eef82fdd82b9
size 142752

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:044cfc814a354b8f1a7c6c59cc0d9be1cffc493433810b334272f91b48823e67
size 131683

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>