2020-05-17 02:01:10 +07:00
|
|
|
[
|
|
|
|
|
2017-11-22 05:09:35 +07:00
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Farm",
|
|
|
|
"terrainsCanBeBuiltOn": ["Plains","Grassland","Desert","Flood plains"],
|
|
|
|
"food": 1,
|
|
|
|
"turnsToBuild": 7,
|
|
|
|
"techRequired": "Agriculture",
|
2020-10-08 21:35:25 +07:00
|
|
|
"uniques": ["Can also be built on tiles adjacent to fresh water",
|
2021-03-12 02:01:17 +07:00
|
|
|
"[+1 Food] on [Fresh water] tiles once [Civil Service] is discovered",
|
2020-10-08 21:35:25 +07:00
|
|
|
"[+1 Food] on [non-fresh water] tiles once [Fertilizer] is discovered"],
|
2020-10-18 02:06:50 +07:00
|
|
|
"shortcutKey": "F"
|
2020-01-14 00:01:28 +07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Lumber mill",
|
|
|
|
"terrainsCanBeBuiltOn": ["Forest"],
|
|
|
|
"production": 1,
|
|
|
|
"turnsToBuild": 7,
|
|
|
|
"techRequired": "Construction",
|
2020-10-18 02:06:50 +07:00
|
|
|
"uniques": ["[+1 Production] once [Scientific Theory] is discovered"],
|
|
|
|
"shortcutKey": "L"
|
2020-01-14 00:01:28 +07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Mine",
|
|
|
|
"terrainsCanBeBuiltOn": ["Hill"],
|
|
|
|
"production": 1,
|
|
|
|
"turnsToBuild": 7,
|
|
|
|
"techRequired": "Mining",
|
2020-10-18 02:06:50 +07:00
|
|
|
"uniques": ["[+1 Production] once [Chemistry] is discovered"],
|
|
|
|
"shortcutKey": "M"
|
2020-01-14 00:01:28 +07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Trading post",
|
|
|
|
"terrainsCanBeBuiltOn": ["Plains","Grassland","Desert","Hill","Tundra","Forest","Jungle","Flood plains"],
|
|
|
|
"gold": 1,
|
|
|
|
"turnsToBuild": 7,
|
|
|
|
"techRequired": "Guilds",
|
2020-10-18 02:06:50 +07:00
|
|
|
"uniques": ["[+1 Gold] once [Economics] is discovered"],
|
|
|
|
"shortcutKey": "T"
|
2017-11-22 05:09:35 +07:00
|
|
|
},
|
2017-12-21 20:31:01 +07:00
|
|
|
|
|
|
|
// Resource-specific
|
2017-11-22 05:09:35 +07:00
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Camp",
|
|
|
|
"turnsToBuild": 7,
|
|
|
|
"techRequired": "Trapping",
|
2021-06-06 16:40:02 +07:00
|
|
|
"uniques": ["Does not need removal of [Forest]","[+1 Gold] once [Economics] is discovered"],
|
2020-10-18 02:06:50 +07:00
|
|
|
"shortcutKey": "C"
|
2017-11-22 05:09:35 +07:00
|
|
|
},
|
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Oil well",
|
2021-03-25 15:46:45 +07:00
|
|
|
"terrainsCanBeBuiltOn": ["Coast"],
|
2020-01-14 00:01:28 +07:00
|
|
|
"turnsToBuild": 9,
|
2021-05-04 15:59:08 +07:00
|
|
|
"techRequired": "Biology",
|
2021-08-18 16:19:08 +07:00
|
|
|
"uniques": ["Cannot be built on [Coast] tiles until [Refrigeration] is discovered"],
|
2021-05-04 15:59:08 +07:00
|
|
|
"shortcutKey": "W"
|
2017-11-22 05:09:35 +07:00
|
|
|
},
|
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Pasture",
|
|
|
|
"turnsToBuild": 8,
|
|
|
|
"techRequired": "Animal Husbandry",
|
2020-10-18 02:06:50 +07:00
|
|
|
"uniques": ["[+1 Food] once [Fertilizer] is discovered"],
|
|
|
|
"shortcutKey": "P"
|
2017-11-22 05:09:35 +07:00
|
|
|
},
|
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Plantation",
|
|
|
|
"turnsToBuild": 6,
|
|
|
|
"gold": 1,
|
|
|
|
"techRequired": "Calendar",
|
2020-10-18 02:06:50 +07:00
|
|
|
"uniques": ["[+1 Food] once [Fertilizer] is discovered"],
|
|
|
|
"shortcutKey": "P"
|
2017-11-22 05:09:35 +07:00
|
|
|
},
|
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Quarry",
|
|
|
|
"turnsToBuild": 8,
|
|
|
|
"techRequired": "Masonry",
|
2020-10-18 02:06:50 +07:00
|
|
|
"uniques": ["[+1 Production] once [Chemistry] is discovered"],
|
|
|
|
"shortcutKey": "Q"
|
2017-12-01 03:31:00 +07:00
|
|
|
},
|
2018-10-12 03:03:31 +07:00
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Fishing Boats",
|
|
|
|
"terrainsCanBeBuiltOn": ["Coast"],
|
|
|
|
"food": 1,
|
|
|
|
"techRequired": "Sailing",
|
2020-09-02 23:49:29 +07:00
|
|
|
"uniques": ["[+1 Gold] once [Compass] is discovered"]
|
2018-10-12 03:03:31 +07:00
|
|
|
},
|
2020-04-03 15:22:27 +07:00
|
|
|
|
|
|
|
// Military improvement
|
|
|
|
{
|
2020-08-07 18:48:14 +07:00
|
|
|
"name": "Fort",
|
2020-09-06 00:32:27 +07:00
|
|
|
"terrainsCanBeBuiltOn": ["Plains","Grassland","Desert","Hill","Tundra","Snow","Forest","Jungle"],
|
2020-08-07 18:48:14 +07:00
|
|
|
"turnsToBuild": 6,
|
|
|
|
"techRequired": "Engineering",
|
2021-07-27 14:41:25 +07:00
|
|
|
"uniques": ["Can be built outside your borders", "Gives a defensive bonus of [50]%"],
|
2020-10-18 02:06:50 +07:00
|
|
|
"shortcutKey": "O"
|
2020-04-03 15:22:27 +07:00
|
|
|
},
|
|
|
|
|
2017-12-21 20:31:01 +07:00
|
|
|
// Transportation
|
2017-12-01 03:31:00 +07:00
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Road",
|
|
|
|
"turnsToBuild": 4,
|
2020-08-07 21:22:48 +07:00
|
|
|
"techRequired": "The Wheel",
|
2020-12-22 02:15:07 +07:00
|
|
|
"uniques": ["Can be built outside your borders", "Costs [1] gold per turn when in your territory"],
|
2021-07-02 23:22:38 +07:00
|
|
|
"shortcutKey": "R",
|
|
|
|
"civilopediaText": [
|
2021-07-27 14:41:25 +07:00
|
|
|
{"text":"Reduces movement cost to ½ if the other tile also has a Road or Railroad"},
|
|
|
|
{"text":"Reduces movement cost to ⅓ with Machinery", "link":"Technology/Machinery"},
|
|
|
|
{"text":"Requires Engineering to bridge rivers", "link":"Technology/Engineering"}
|
2021-07-02 23:22:38 +07:00
|
|
|
]
|
2017-12-01 03:31:00 +07:00
|
|
|
},
|
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Railroad",
|
|
|
|
"turnsToBuild": 4,
|
2021-07-25 23:04:51 +07:00
|
|
|
"techRequired": "Railroads",
|
2021-05-04 15:59:08 +07:00
|
|
|
"uniques": ["Can be built outside your borders", "Costs [2] gold per turn when in your territory"],
|
2021-07-02 23:22:38 +07:00
|
|
|
"shortcutKey": "R",
|
2021-07-27 14:41:25 +07:00
|
|
|
"civilopediaText": [{"text":"Reduces movement cost to ⅒ if the other tile also has a Railroad"}]
|
2017-12-07 04:13:49 +07:00
|
|
|
},
|
|
|
|
|
2017-12-21 20:31:01 +07:00
|
|
|
// Removals
|
2017-12-07 04:13:49 +07:00
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Remove Forest",
|
|
|
|
"turnsToBuild": 4,
|
|
|
|
"terrainsCanBeBuiltOn": ["Forest"],
|
2020-09-02 23:49:29 +07:00
|
|
|
"techRequired": "Mining",
|
2020-10-18 02:06:50 +07:00
|
|
|
"uniques": ["Can be built outside your borders"],
|
2021-07-02 23:22:38 +07:00
|
|
|
"shortcutKey": "X",
|
2021-07-27 14:41:25 +07:00
|
|
|
"civilopediaText": [{"text":"Provides a one-time Production bonus depending on distance to the closest city once finished"}]
|
2017-12-07 04:13:49 +07:00
|
|
|
},
|
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Remove Jungle",
|
|
|
|
"turnsToBuild": 7,
|
|
|
|
"terrainsCanBeBuiltOn": ["Jungle"],
|
2020-09-02 23:49:29 +07:00
|
|
|
"techRequired": "Bronze Working",
|
2020-10-18 02:06:50 +07:00
|
|
|
"uniques": ["Can be built outside your borders"],
|
|
|
|
"shortcutKey": "X"
|
2017-12-07 04:13:49 +07:00
|
|
|
},
|
2019-11-19 13:43:04 +07:00
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Remove Fallout",
|
2021-06-24 20:03:59 +07:00
|
|
|
"turnsToBuild": 2,
|
2020-01-14 00:01:28 +07:00
|
|
|
"terrainsCanBeBuiltOn": ["Fallout"],
|
2021-06-24 20:03:59 +07:00
|
|
|
// Has no tile improvements as it can always be built
|
2020-10-18 02:06:50 +07:00
|
|
|
"uniques": ["Can be built outside your borders"],
|
|
|
|
"shortcutKey": "X"
|
2019-11-19 13:43:04 +07:00
|
|
|
},
|
2017-12-07 04:13:49 +07:00
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Remove Marsh",
|
|
|
|
"turnsToBuild": 6,
|
|
|
|
"terrainsCanBeBuiltOn": ["Marsh"],
|
2020-09-22 19:17:04 +07:00
|
|
|
"techRequired": "Masonry",
|
2020-10-18 02:06:50 +07:00
|
|
|
"uniques": ["Can be built outside your borders"],
|
|
|
|
"shortcutKey": "X"
|
2017-12-07 04:13:49 +07:00
|
|
|
},
|
2019-11-19 13:43:04 +07:00
|
|
|
|
2019-05-05 01:55:31 +07:00
|
|
|
// These are unique and have unique in-game checks related to them
|
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Remove Road",
|
2020-08-21 03:21:12 +07:00
|
|
|
"turnsToBuild": 2,
|
|
|
|
"uniques": ["Can be built outside your borders"]
|
2019-05-05 01:55:31 +07:00
|
|
|
},
|
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Remove Railroad",
|
2020-08-21 03:21:12 +07:00
|
|
|
"turnsToBuild": 2,
|
|
|
|
"uniques": ["Can be built outside your borders"]
|
2019-05-05 01:55:31 +07:00
|
|
|
},
|
2020-04-12 02:02:00 +07:00
|
|
|
{
|
|
|
|
"name": "Cancel improvement order",
|
2021-05-04 15:59:08 +07:00
|
|
|
"uniques": ["Can be built outside your borders"],
|
|
|
|
"shortcutKey": "."
|
2020-04-12 02:02:00 +07:00
|
|
|
},
|
2019-05-05 01:55:31 +07:00
|
|
|
|
2017-12-21 20:31:01 +07:00
|
|
|
// Great Person improvements
|
2017-12-19 00:43:34 +07:00
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Academy",
|
|
|
|
"science": 8,
|
2021-06-27 02:47:27 +07:00
|
|
|
"uniques": ["Great Improvement", "[+2 Science] once [Scientific Theory] is discovered", "[+2 Science] once [Atomic Theory] is discovered"]
|
2017-12-19 00:43:34 +07:00
|
|
|
},
|
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Landmark",
|
2020-06-16 00:20:48 +07:00
|
|
|
"culture": 6,
|
2020-09-02 23:49:29 +07:00
|
|
|
"uniques": ["Great Improvement"]
|
2017-12-19 00:43:34 +07:00
|
|
|
},
|
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Manufactory",
|
|
|
|
"production": 4,
|
2020-09-02 23:49:29 +07:00
|
|
|
"uniques": ["Great Improvement", "[+1 Production] once [Chemistry] is discovered"]
|
2017-12-19 00:43:34 +07:00
|
|
|
},
|
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Customs house",
|
|
|
|
"gold": 4,
|
2020-09-02 23:49:29 +07:00
|
|
|
"uniques": ["Great Improvement", "[+1 Gold] once [Economics] is discovered"]
|
2018-09-23 15:03:03 +07:00
|
|
|
},
|
2021-07-09 14:48:33 +07:00
|
|
|
{
|
|
|
|
"name": "Holy site",
|
|
|
|
"faith": 6,
|
|
|
|
"uniques": ["Great Improvement"]
|
|
|
|
},
|
2020-04-03 15:22:27 +07:00
|
|
|
{
|
2020-06-16 00:20:48 +07:00
|
|
|
"name": "Citadel",
|
2021-07-27 14:41:25 +07:00
|
|
|
"uniques": ["Great Improvement", "Gives a defensive bonus of [100]%", "Deal 30 damage to adjacent enemy units", "Can be built just outside your borders"],
|
|
|
|
"civilopediaText": [{"text":"Constructing it will take over the tiles around it and assign them to your closest city"}]
|
2020-04-03 15:22:27 +07:00
|
|
|
},
|
|
|
|
|
2019-09-19 21:43:22 +07:00
|
|
|
//Civilization unique improvements
|
|
|
|
{
|
2020-01-14 00:01:28 +07:00
|
|
|
"name": "Moai",
|
|
|
|
"uniqueTo": "Polynesia",
|
|
|
|
"culture": 1,
|
|
|
|
"turnsToBuild": 4,
|
2021-07-27 14:41:25 +07:00
|
|
|
"uniques": ["Can only be built on [Coastal] tiles", "[+1 Culture] for each adjacent [Moai]", "[+1 Gold] once [Flight] is discovered"],
|
2020-10-18 02:06:50 +07:00
|
|
|
"techRequired": "Construction",
|
|
|
|
"shortcutKey": "M"
|
2019-09-19 21:43:22 +07:00
|
|
|
},
|
|
|
|
{
|
2020-03-26 21:46:24 +07:00
|
|
|
"name": "Terrace farm",
|
|
|
|
"uniqueTo": "Inca",
|
2020-04-26 23:39:48 +07:00
|
|
|
"terrainsCanBeBuiltOn": ["Hill"],
|
2020-03-26 21:46:24 +07:00
|
|
|
"food": 1,
|
|
|
|
"turnsToBuild": 7,
|
2021-07-27 14:41:25 +07:00
|
|
|
"uniques": ["Cannot be built on [Bonus resource] tiles",
|
|
|
|
"[+1 Food] for each adjacent [Mountain]",
|
2021-05-09 04:28:32 +07:00
|
|
|
"[+1 Food] on [Fresh water] tiles once [Civil Service] is discovered",
|
2020-10-08 21:35:25 +07:00
|
|
|
"[+1 Food] on [non-fresh water] tiles once [Fertilizer] is discovered"],
|
2020-10-18 02:06:50 +07:00
|
|
|
"techRequired": "Construction",
|
|
|
|
"shortcutKey": "F"
|
2019-09-19 21:43:22 +07:00
|
|
|
},
|
2021-07-05 13:35:04 +07:00
|
|
|
{
|
|
|
|
"name": "Polder",
|
|
|
|
"uniqueTo": "The Netherlands",
|
|
|
|
"food": 3,
|
|
|
|
"terrainsCanBeBuiltOn": ["Marsh", "Flood plains"],
|
|
|
|
"turnsToBuild": 7,
|
|
|
|
"uniques": ["[+1 Production, +2 Gold] once [Economics] is discovered"],
|
|
|
|
"techRequired": "Guilds",
|
|
|
|
"shortcutKey": "F"
|
|
|
|
},
|
2021-07-27 14:41:25 +07:00
|
|
|
|
2021-08-08 21:31:08 +07:00
|
|
|
{
|
|
|
|
"name": "Ancient ruins",
|
|
|
|
"uniques": ["Unpillagable", "Provides a random bonus when entered"],
|
2021-07-27 14:41:25 +07:00
|
|
|
"civilopediaText": [
|
|
|
|
{"text":"Ancient ruins provide a one-time random bonus when explored"},
|
|
|
|
{},
|
|
|
|
{"text":"The possible rewards are:"},
|
|
|
|
{"text":"a stash of gold", "indent":1, "starred":true, "color":"#ffeb7f"},
|
|
|
|
{"text":"survivors (adds population to a city)", "indent":1, "starred":true, "color":"#81c784"},
|
|
|
|
{"text":"discover a lost technology", "indent":1, "starred":true, "color":"#7f7fff"},
|
|
|
|
{"text":"a unit joins you", "indent":1, "starred":true},
|
|
|
|
{"text":"your exploring unit receives training", "indent":1, "starred":true}, // "link":"Tutorial/Experience"
|
|
|
|
{"text":"discover cultural artifacts", "indent":1, "starred":true, "color":"#cf8ff7"},
|
|
|
|
{"text":"find a crudely-drawn map", "indent":1, "starred":true}
|
|
|
|
]
|
|
|
|
},
|
2021-08-08 21:31:08 +07:00
|
|
|
{
|
|
|
|
"name": "City ruins",
|
|
|
|
"uniques": ["Unpillagable"],
|
|
|
|
"civilopediaText": [{"text":"A bleak reminder of the destruction wreaked by War"}]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "City center",
|
|
|
|
"uniques": ["Unpillagable", "Indestructible"],
|
2021-07-27 14:41:25 +07:00
|
|
|
"civilopediaText": [
|
|
|
|
{"text":"Marks the center of a city"},
|
|
|
|
{"text":"Appearance changes with the technological era of the owning civilization"}
|
|
|
|
]
|
|
|
|
},
|
2021-08-08 21:31:08 +07:00
|
|
|
{
|
|
|
|
"name": "Barbarian encampment",
|
|
|
|
"uniques": ["Unpillagable"],
|
|
|
|
"civilopediaText": [{"text":"Home to uncivilized barbarians, will spawn a hostile unit from time to time"}]
|
|
|
|
}
|
2019-09-19 21:43:22 +07:00
|
|
|
]
|