1
1
forked from 0ad/0ad

Carthaginians +25% sea trading bonus.

Persians +25% land trading bonus.

This was SVN commit r11349.
This commit is contained in:
Michael D. Hafer 2012-03-16 17:56:58 +00:00
parent b6ec143aee
commit f347939909
2 changed files with 8 additions and 0 deletions

View File

@ -8,11 +8,15 @@
<Civ>cart</Civ>
<SpecificName>Seḥer</SpecificName>
<History>The entire purpose of the Phoenicians/Carthaginians was to conduct trade and commerce principally upon the sea (though not limited to that as far as Carthage was concerned). </History>
<Tooltip>Trade between docks. Garrison a Trader aboard for additional profit (+20% for each garrisoned). Gather profitable aquatic treasures. Carthaginians have +25% sea trading bonus.</Tooltip>
<Icon>units/cart_ship_merchant.png</Icon>
</Identity>
<Obstruction>
<Unit radius="6.0"/>
</Obstruction>
<Trader>
<GainMultiplier>1.25</GainMultiplier>
</Trader>
<VisualActor>
<Actor>structures/carthaginians/merchant_ship.xml</Actor>
</VisualActor>

View File

@ -10,6 +10,7 @@
<SpecificName>Tamkarum Arami</SpecificName>
<History>Merchants were the working corps of the Persian economy, moving goods from one end of the vast empire to the other. Commodities included linen, carpets, perfume, cotton, salt, fruit, and even pearls. Thanks to the Aramaeans, the main language of Mesopotamia and in all directions from it was Aramaic, making trade simple. The language was eventually taken on as the official language of the Empire.</History>
<Icon>units/pers_support_trader.png</Icon>
<Tooltip>Trade resources between your own markets and those of your allies. Persians have a +25% land trading bonus.</Tooltip>
</Identity>
<Sound>
<SoundGroups>
@ -17,6 +18,9 @@
<order_walk>actor/fauna/movement/camel.xml</order_walk>
</SoundGroups>
</Sound>
<Trader>
<GainMultiplier>1.25</GainMultiplier>
</Trader>
<VisualActor>
<Actor>units/persians/trader.xml</Actor>
</VisualActor>