mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
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:
parent
faa2090146
commit
f8aec9214a
4 changed files with 28 additions and 0 deletions
|
|
@ -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."
|
||||
}
|
||||
|
|
@ -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."
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="special/player">
|
||||
<Auras datatype="tokens">teambonuses/cart_player_teambonus</Auras>
|
||||
</Entity>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="special/player">
|
||||
<Auras datatype="tokens">teambonuses/pers_player_teambonus</Auras>
|
||||
</Entity>
|
||||
Loading…
Reference in a new issue