Added civ-wide per-building stat bonus

This commit is contained in:
Yair Morgenstern
2020-07-30 19:05:07 +03:00
parent ca58bb22ac
commit 8dfc147bb1
4 changed files with 18 additions and 12 deletions

View File

@ -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"

View File

@ -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
},