mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 01:08:25 +07:00
Added civ-wide per-building stat bonus
This commit is contained in:
@ -831,7 +831,7 @@
|
||||
"gold": 6,
|
||||
"greatPersonPoints": {"gold": 1},
|
||||
"isWonder": true,
|
||||
"uniques": ["+1 happiness, +2 culture and +3 gold from every Castle",
|
||||
"uniques": ["[+1 Happiness, +2 Culture, +3 Gold] from every [Castle]",
|
||||
"Must have an owned mountain within 2 tiles"],
|
||||
"requiredTech": "Railroad",
|
||||
"quote": "'...the location is one of the most beautiful to be found, holy and unapproachable, a worthy temple for the divine friend who has brought salvation and true blessing to the world.' - King Ludwig II of Bavaria"
|
||||
|
@ -154,10 +154,13 @@
|
||||
"name": "Piety",
|
||||
"era": "Classical era",
|
||||
"effect": "Building time of culture buildings reduced by 15%",
|
||||
"uniques": ["Production cost of [Culture] buildings reduced by [15]%"],
|
||||
"policies": [
|
||||
{
|
||||
"name": "Organized Religion",
|
||||
"effect": "+1 happiness for each monument, temple and monastery",
|
||||
"uniques": ["[+1 happiness] from every [Monument]","[+1 happiness] from every [Temple]",
|
||||
"[+1 happiness] from every [Monastery]"]
|
||||
"row": 1,
|
||||
"column": 2
|
||||
},
|
||||
|
Reference in New Issue
Block a user