mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 14:57:58 +07:00
A mishmash of different fixes: Unit uniques and promotions, happiness calculation, etc.
This commit is contained in:
@ -786,7 +786,7 @@
|
||||
"culture": 1,
|
||||
"isWonder": true,
|
||||
"greatPersonPoints": {"production": 2},
|
||||
"uniques": ["+1 Production from specialists"],
|
||||
"uniques": ["[+1 Production] from every specialist"],
|
||||
"requiredTech": "Replaceable Parts",
|
||||
"quote": "'Give me your tired, your poor, your huddled masses yearning to breathe free, the wretched refuse of your teeming shore. Send these, the homeless, tempest-tossed to me, I lift my lamp beside the golden door!' - Emma Lazarus"
|
||||
},
|
||||
|
@ -8,7 +8,7 @@
|
||||
{
|
||||
"name": "Aristocracy",
|
||||
"effect": "+15% production when constructing wonders, +1 happiness for every 10 citizens in a city",
|
||||
"uniques": ["+[15]% Production when constructing [Wonders]", "+1 happiness for every 10 citizens in a city"],
|
||||
"uniques": ["+[15]% Production when constructing [Wonders]", "[+1 Happiness] per [10] population in all cities"],
|
||||
"row": 1,
|
||||
"column": 1
|
||||
},
|
||||
|
@ -451,6 +451,6 @@
|
||||
},
|
||||
{
|
||||
"name": "Slinger Withdraw", // only for Slinger and subsequent upgrades
|
||||
"effect": "May withdraw before melee (133%)"
|
||||
"effect": "May withdraw before melee ([133]%)"
|
||||
}
|
||||
]
|
@ -656,7 +656,7 @@
|
||||
"requiredTech": "Astronomy",
|
||||
"upgradesTo": "Ironclad",
|
||||
"obsoleteTech": "Combustion",
|
||||
"uniques": ["+1 Visibility Range","May withdraw before melee"],
|
||||
"uniques": ["+1 Visibility Range","May withdraw before melee ([50]%)"],
|
||||
"hurryCostModifier": 20
|
||||
},
|
||||
{
|
||||
@ -1071,7 +1071,7 @@
|
||||
"interceptRange": 2,
|
||||
"cost": 375,
|
||||
"requiredTech": "Combustion",
|
||||
"uniques": ["Can attack submarines", "[40]% chance to intercept air attacks", "May withdraw before melee"], // todo: add bonus vs submarines
|
||||
"uniques": ["Can attack submarines", "[40]% chance to intercept air attacks", "May withdraw before melee ([50]%)"], // todo: add bonus vs submarines
|
||||
"hurryCostModifier": 20
|
||||
},
|
||||
{
|
||||
|
@ -26,7 +26,6 @@ Get =
|
||||
|
||||
Hydro Plant =
|
||||
+1 population in each city =
|
||||
+1 happiness in each city =
|
||||
|
||||
# Diplomacy,Trade,Nations
|
||||
|
||||
|
Reference in New Issue
Block a user