Add Persian and Carthaginian team bonus. Reviewed by mimo.

Differential Revision: https://code.wildfiregames.com/D32
This was SVN commit r19102.
This commit is contained in:
fatherbushido 2017-01-03 14:03:15 +00:00
parent faa2090146
commit f8aec9214a
4 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"type": "global",
"affects": ["Market"],
"affectedPlayers": ["ExclusiveMutualAlly"],
"modifications": [
{ "value": "Market/InternationalBonus", "add": 0.1 }
],
"auraName": "Trademasters",
"auraDescription": "10% bonus of trade profit for ally's international routes."
}

View file

@ -0,0 +1,10 @@
{
"type": "global",
"affects": ["Trader !Ship"],
"affectedPlayers": ["ExclusiveMutualAlly"],
"modifications": [
{ "value": "Trader/GainMultiplier", "multiply": 1.15 }
],
"auraName": "The Royal Road",
"auraDescription": "Higher income (+15%) from land trade routes for ally's traders."
}

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="special/player">
<Auras datatype="tokens">teambonuses/cart_player_teambonus</Auras>
</Entity>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="special/player">
<Auras datatype="tokens">teambonuses/pers_player_teambonus</Auras>
</Entity>