mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Let team bonuses also apply to own player.
Requested in D3810 (and other places). It was weird that e.g. the Romans gave their allies a training bonus but lacked that themselves. Differential revision: https://code.wildfiregames.com/D3899 Reviewed by: @ValihrAnt Comment by: @darkcity Idea approved by: @wraitii This was SVN commit r25399.
This commit is contained in:
parent
2dfc8681d2
commit
a18d97b047
13 changed files with 25 additions and 25 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"type": "global",
|
||||
"affects": ["Warship"],
|
||||
"affectedPlayers": ["ExclusiveMutualAlly"],
|
||||
"affectedPlayers": ["MutualAlly"],
|
||||
"civ": "athen",
|
||||
"modifications": [
|
||||
{ "value": "Cost/BuildTime", "multiply": 0.75 }
|
||||
],
|
||||
"auraName": "Delian League",
|
||||
"auraDescription": "Allied Warships −25% construction time."
|
||||
"auraDescription": "Warships −25% construction time."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "global",
|
||||
"affects": ["Healer"],
|
||||
"affectedPlayers": ["ExclusiveMutualAlly"],
|
||||
"affectedPlayers": ["MutualAlly"],
|
||||
"civ": "brit",
|
||||
"modifications": [
|
||||
{ "value": "Cost/Resources/food", "multiply": 0.8 },
|
||||
|
|
@ -10,5 +10,5 @@
|
|||
{ "value": "Cost/Resources/metal", "multiply": 0.8 }
|
||||
],
|
||||
"auraName": "Druids",
|
||||
"auraDescription": "Allied Healers −20% resource costs."
|
||||
"auraDescription": "Healers −20% resource costs."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"type": "global",
|
||||
"affects": ["Trade"],
|
||||
"affectedPlayers": ["ExclusiveMutualAlly"],
|
||||
"affectedPlayers": ["MutualAlly"],
|
||||
"civ": "cart",
|
||||
"modifications": [
|
||||
{ "value": "Market/InternationalBonus", "add": 0.1 }
|
||||
],
|
||||
"auraName": "Trademasters",
|
||||
"auraDescription": "Allies +10% international trade bonus."
|
||||
"auraDescription": "+10% international trade bonus."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "global",
|
||||
"affects": ["Forge"],
|
||||
"affectedPlayers": ["ExclusiveMutualAlly"],
|
||||
"affectedPlayers": ["MutualAlly"],
|
||||
"civ": "gaul",
|
||||
"modifications": [
|
||||
{ "value": "ProductionQueue/TechCostMultiplier/food", "multiply": 0.85 },
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "global",
|
||||
"affects": ["Citizen Javelineer"],
|
||||
"affectedPlayers": ["ExclusiveMutualAlly"],
|
||||
"affectedPlayers": ["MutualAlly"],
|
||||
"civ": "iber",
|
||||
"modifications": [
|
||||
{ "value": "Cost/Resources/food", "multiply": 0.9 },
|
||||
|
|
@ -10,5 +10,5 @@
|
|||
{ "value": "Cost/Resources/metal", "multiply": 0.9 }
|
||||
],
|
||||
"auraName": "Saripeko",
|
||||
"auraDescription": "Allied Citizen Javelineers −10% resource costs."
|
||||
"auraDescription": "Citizen Javelineers −10% resource costs."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "global",
|
||||
"affects": ["Elephant"],
|
||||
"affectedPlayers": ["ExclusiveMutualAlly"],
|
||||
"affectedPlayers": ["MutualAlly"],
|
||||
"civ": "kush",
|
||||
"modifications": [
|
||||
{ "value": "Cost/BuildTime", "multiply": 0.8 },
|
||||
|
|
@ -11,5 +11,5 @@
|
|||
{ "value": "Cost/Resources/metal", "multiply": 0.8 }
|
||||
],
|
||||
"auraName": "Elephant Suppliers",
|
||||
"auraDescription": "Allied Elephants −20% resource costs and training time."
|
||||
"auraDescription": "Elephants −20% resource costs and training time."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "player",
|
||||
"affects": ["Player"],
|
||||
"affectedPlayers": ["ExclusiveMutualAlly"],
|
||||
"affectedPlayers": ["MutualAlly"],
|
||||
"civ": "mace",
|
||||
"modifications": [
|
||||
{ "value": "Player/BarterMultiplier/Sell/food", "multiply": 1.2 },
|
||||
|
|
@ -10,5 +10,5 @@
|
|||
{ "value": "Player/BarterMultiplier/Sell/metal", "multiply": 1.2 }
|
||||
],
|
||||
"auraName": "Standardized Currency",
|
||||
"auraDescription": "Allies +20% barter sell prices."
|
||||
"auraDescription": "+20% barter sell prices."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "global",
|
||||
"affects": ["Temple"],
|
||||
"affectedPlayers": ["ExclusiveMutualAlly"],
|
||||
"affectedPlayers": ["MutualAlly"],
|
||||
"civ": "maur",
|
||||
"modifications": [
|
||||
{ "value": "Cost/BuildTime", "multiply": 0.5 },
|
||||
|
|
@ -14,5 +14,5 @@
|
|||
{ "value": "ProductionQueue/TechCostMultiplier/time", "multiply": 0.5 }
|
||||
],
|
||||
"auraName": "Ashoka's Religious Support",
|
||||
"auraDescription": "Allied Temples −50% resource costs and building time; Temple technologies −50% resource costs and research time."
|
||||
"auraDescription": "Temples −50% resource costs and building time; Temple technologies −50% resource costs and research time."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"type": "global",
|
||||
"affects": ["Trader !Ship"],
|
||||
"affectedPlayers": ["ExclusiveMutualAlly"],
|
||||
"affectedPlayers": ["MutualAlly"],
|
||||
"civ": "pers",
|
||||
"modifications": [
|
||||
{ "value": "Trader/GainMultiplier", "multiply": 1.15 }
|
||||
],
|
||||
"auraName": "The Royal Road",
|
||||
"auraDescription": "Allied Land Traders +15% trade gain."
|
||||
"auraDescription": "Land Traders +15% trade gain."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"type": "player",
|
||||
"affects": ["Player"],
|
||||
"affectedPlayers": ["ExclusiveMutualAlly"],
|
||||
"affectedPlayers": ["MutualAlly"],
|
||||
"civ": "ptol",
|
||||
"modifications": [
|
||||
{ "value": "ResourceTrickle/Rates/food", "add": 1 }
|
||||
],
|
||||
"auraName": "Breadbasket of the Mediterranean",
|
||||
"auraDescription": "Allies +1.0 food trickle rate."
|
||||
"auraDescription": "+1.0 food trickle rate."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"type": "global",
|
||||
"affects": ["Citizen Infantry"],
|
||||
"affectedPlayers": ["ExclusiveMutualAlly"],
|
||||
"affectedPlayers": ["MutualAlly"],
|
||||
"civ": "rome",
|
||||
"modifications": [
|
||||
{ "value": "Cost/BuildTime", "multiply": 0.9 }
|
||||
],
|
||||
"auraName": "Conscription",
|
||||
"auraDescription": "Allied Citizen Infantry −10% training time."
|
||||
"auraDescription": "Citizen Infantry −10% training time."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "global",
|
||||
"affects": ["CivilCentre"],
|
||||
"affectedPlayers": ["ExclusiveMutualAlly"],
|
||||
"affectedPlayers": ["MutualAlly"],
|
||||
"civ": "sele",
|
||||
"modifications": [
|
||||
{ "value": "Cost/Resources/food", "multiply": 0.8 },
|
||||
|
|
@ -10,5 +10,5 @@
|
|||
{ "value": "Cost/Resources/metal", "multiply": 0.8 }
|
||||
],
|
||||
"auraName": "Syrian Tetrapolis",
|
||||
"auraDescription": "Allied Civil Centers −20% resource costs."
|
||||
"auraDescription": "Civil Centers −20% resource costs."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"type": "global",
|
||||
"affects": ["Citizen Infantry Spearman"],
|
||||
"affectedPlayers": ["ExclusiveMutualAlly"],
|
||||
"affectedPlayers": ["MutualAlly"],
|
||||
"civ": "spart",
|
||||
"modifications": [
|
||||
{ "value": "Health/Max", "multiply": 1.1 }
|
||||
],
|
||||
"auraName": "Peloponnesian League",
|
||||
"auraDescription": "Allied Citizen Infantry Spearmen +10% health."
|
||||
"auraDescription": "Citizen Infantry Spearmen +10% health."
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue