Great improvements are marked as such in the Civilopedia
This commit is contained in:
parent
9547b82054
commit
ac0c874061
2 changed files with 10 additions and 4 deletions
|
@ -146,28 +146,32 @@
|
||||||
{
|
{
|
||||||
"name": "Academy",
|
"name": "Academy",
|
||||||
"science": 8,
|
"science": 8,
|
||||||
|
"uniques": ["Great improvement"],
|
||||||
"improvingTech": "Scientific Theory",
|
"improvingTech": "Scientific Theory",
|
||||||
"improvingTechStats": {"science": 2}
|
"improvingTechStats": {"science": 2}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Landmark",
|
"name": "Landmark",
|
||||||
"culture": 6
|
"culture": 6,
|
||||||
|
"uniques": ["Great improvement"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Manufactory",
|
"name": "Manufactory",
|
||||||
"production": 4,
|
"production": 4,
|
||||||
"improvingTech": "Chemistry",
|
"improvingTech": "Chemistry",
|
||||||
|
"uniques": ["Great improvement"],
|
||||||
"improvingTechStats": {"production": 1}
|
"improvingTechStats": {"production": 1}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Customs house",
|
"name": "Customs house",
|
||||||
"gold": 4,
|
"gold": 4,
|
||||||
"improvingTech": "Economics",
|
"improvingTech": "Economics",
|
||||||
|
"uniques": ["Great improvement"],
|
||||||
"improvingTechStats": {"gold": 1}
|
"improvingTechStats": {"gold": 1}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Citadel",
|
"name": "Citadel",
|
||||||
uniques: ["Gives a defensive bonus of 100%", "Deal 30 damage to adjacent enemy units"]
|
"uniques": ["Gives a defensive bonus of 100%", "Deal 30 damage to adjacent enemy units", "Great improvement"]
|
||||||
// TODO (G&K): adds every tile around it to your territory
|
// TODO (G&K): adds every tile around it to your territory
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,9 @@ Resolved #2723 - resource-specific improvement bonuses are *in addition to* the
|
||||||
|
|
||||||
Resolved #2708 - added rivers to plain tileset
|
Resolved #2708 - added rivers to plain tileset
|
||||||
|
|
||||||
Major translation updates
|
Medium-sized translation updates
|
||||||
|
|
||||||
|
Meanwhile, in Google Play, we've reached 500K downloads!
|
||||||
|
|
||||||
## 3.9.2
|
## 3.9.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue