2020-05-16 22:01:10 +03:00
[
2017-11-22 00:09:35 +02:00
{
2020-01-13 18:01:28 +01:00
"name" : "Farm" ,
"terrainsCanBeBuiltOn" : [ "Plains" , "Grassland" , "Desert" , "Flood plains" ] ,
"food" : 1 ,
"turnsToBuild" : 7 ,
"techRequired" : "Agriculture" ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "Can also be built on tiles adjacent to fresh water" ,
2021-10-24 19:47:29 +02:00
"[+1 Food] from [Fresh water] tiles <after discovering [Civil Service]>" ,
2022-06-01 13:13:04 -04:00
"[+1 Food] from [non-fresh water] tiles <after discovering [Fertilizer]>" ,
"Pillaging this improvement yields approximately [+18 Gold]" ] ,
2020-10-17 22:06:50 +03:00
"shortcutKey" : "F"
2020-01-13 18:01:28 +01:00
} ,
{
"name" : "Lumber mill" ,
"terrainsCanBeBuiltOn" : [ "Forest" ] ,
"production" : 1 ,
"turnsToBuild" : 7 ,
"techRequired" : "Construction" ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "[+1 Production] <after discovering [Scientific Theory]>" , "Pillaging this improvement yields approximately [+10 Gold]" ] ,
2020-10-17 22:06:50 +03:00
"shortcutKey" : "L"
2020-01-13 18:01:28 +01:00
} ,
{
"name" : "Mine" ,
"terrainsCanBeBuiltOn" : [ "Hill" ] ,
"production" : 1 ,
"turnsToBuild" : 7 ,
"techRequired" : "Mining" ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "[+1 Production] <after discovering [Chemistry]>" , "Pillaging this improvement yields approximately [+20 Gold]" ] ,
2020-10-17 22:06:50 +03:00
"shortcutKey" : "M"
2020-01-13 18:01:28 +01:00
} ,
{
"name" : "Trading post" ,
"terrainsCanBeBuiltOn" : [ "Plains" , "Grassland" , "Desert" , "Hill" , "Tundra" , "Forest" , "Jungle" , "Flood plains" ] ,
"gold" : 1 ,
"turnsToBuild" : 7 ,
2021-11-09 05:23:30 +01:00
"techRequired" : "Trapping" ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "[+1 Gold] <after discovering [Economics]>" , "Pillaging this improvement yields approximately [+20 Gold]" ] ,
2020-10-17 22:06:50 +03:00
"shortcutKey" : "T"
2017-11-22 00:09:35 +02:00
} ,
2022-06-01 13:13:04 -04:00
2017-12-21 15:31:01 +02:00
// Resource-specific
2017-11-22 00:09:35 +02:00
{
2020-01-13 18:01:28 +01:00
"name" : "Camp" ,
"turnsToBuild" : 7 ,
"techRequired" : "Trapping" ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "Does not need removal of [Forest]" , "Does not need removal of [Jungle]" , "[+1 Gold] <after discovering [Economics]>" , "Can only be built to improve a resource" , "Pillaging this improvement yields approximately [+10 Gold]" ] ,
2020-10-17 22:06:50 +03:00
"shortcutKey" : "C"
2017-11-22 00:09:35 +02:00
} ,
{
2020-01-13 18:01:28 +01:00
"name" : "Oil well" ,
"turnsToBuild" : 9 ,
2021-05-04 10:59:08 +02:00
"techRequired" : "Biology" ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "Can only be built to improve a resource" , "Cannot be built on [Water] tiles" , "Pillaging this improvement yields approximately [+20 Gold]" ] ,
2021-05-04 10:59:08 +02:00
"shortcutKey" : "W"
2017-11-22 00:09:35 +02:00
} ,
2022-05-11 00:35:21 +02:00
{
"name" : "Offshore Platform" ,
"techRequired" : "Refrigeration" ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "Can only be built to improve a resource" , "Can only be built on [Water] tiles" , "Pillaging this improvement yields approximately [+20 Gold]" ] ,
2022-05-11 00:35:21 +02:00
"shortcutKey" : "P"
} ,
2017-11-22 00:09:35 +02:00
{
2020-01-13 18:01:28 +01:00
"name" : "Pasture" ,
"turnsToBuild" : 8 ,
"techRequired" : "Animal Husbandry" ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "[+1 Food] <after discovering [Fertilizer]>" , "Can only be built to improve a resource" , "Pillaging this improvement yields approximately [+10 Gold]" ] ,
2020-10-17 22:06:50 +03:00
"shortcutKey" : "P"
2017-11-22 00:09:35 +02:00
} ,
{
2020-01-13 18:01:28 +01:00
"name" : "Plantation" ,
"turnsToBuild" : 6 ,
"gold" : 1 ,
"techRequired" : "Calendar" ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "[+1 Food] <after discovering [Fertilizer]>" , "Can only be built to improve a resource" , "Pillaging this improvement yields approximately [+10 Gold]" ] ,
2020-10-17 22:06:50 +03:00
"shortcutKey" : "P"
2017-11-22 00:09:35 +02:00
} ,
{
2020-01-13 18:01:28 +01:00
"name" : "Quarry" ,
"turnsToBuild" : 8 ,
"techRequired" : "Masonry" ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "[+1 Production] <after discovering [Chemistry]>" , "Can only be built to improve a resource" , "Pillaging this improvement yields approximately [+20 Gold]" ] ,
2020-10-17 22:06:50 +03:00
"shortcutKey" : "Q"
2017-11-30 22:31:00 +02:00
} ,
2018-10-11 23:03:31 +03:00
{
2020-01-13 18:01:28 +01:00
"name" : "Fishing Boats" ,
"terrainsCanBeBuiltOn" : [ "Coast" ] ,
"food" : 1 ,
"techRequired" : "Sailing" ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "[+1 Gold] <after discovering [Compass]>" , "Can only be built to improve a resource" , "Pillaging this improvement yields approximately [+10 Gold]" ] ,
2022-05-11 00:35:21 +02:00
"shortcutKey" : "F"
2018-10-11 23:03:31 +03:00
} ,
2020-04-03 11:22:27 +03:00
// Military improvement
{
2020-08-07 14:48:14 +03:00
"name" : "Fort" ,
2020-09-05 20:32:27 +03:00
"terrainsCanBeBuiltOn" : [ "Plains" , "Grassland" , "Desert" , "Hill" , "Tundra" , "Snow" , "Forest" , "Jungle" ] ,
2020-08-07 14:48:14 +03:00
"turnsToBuild" : 6 ,
"techRequired" : "Engineering" ,
2021-07-27 09:41:25 +02:00
"uniques" : [ "Can be built outside your borders" , "Gives a defensive bonus of [50]%" ] ,
2020-10-17 22:06:50 +03:00
"shortcutKey" : "O"
2020-04-03 11:22:27 +03:00
} ,
2017-12-21 15:31:01 +02:00
// Transportation
2017-11-30 22:31:00 +02:00
{
2020-01-13 18:01:28 +01:00
"name" : "Road" ,
2022-05-11 00:35:21 +02:00
"terrainsCanBeBuiltOn" : [ "Land" ] ,
2020-01-13 18:01:28 +01:00
"turnsToBuild" : 4 ,
2020-08-07 17:22:48 +03:00
"techRequired" : "The Wheel" ,
2022-12-24 09:43:37 -08:00
"uniques" : [ "Can be built outside your borders" , "Costs [1] [Gold] per turn when in your territory" ] ,
2021-07-02 18:22:38 +02:00
"shortcutKey" : "R" ,
"civilopediaText" : [
2021-07-27 09:41:25 +02: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 18:22:38 +02:00
]
2017-11-30 22:31:00 +02:00
} ,
{
2020-01-13 18:01:28 +01:00
"name" : "Railroad" ,
2022-05-11 00:35:21 +02:00
"terrainsCanBeBuiltOn" : [ "Land" ] ,
2020-01-13 18:01:28 +01:00
"turnsToBuild" : 4 ,
2021-07-25 18:04:51 +02:00
"techRequired" : "Railroads" ,
2022-12-24 09:43:37 -08:00
"uniques" : [ "Can be built outside your borders" , "Costs [2] [Gold] per turn when in your territory" ] ,
2021-07-02 18:22:38 +02:00
"shortcutKey" : "R" ,
2021-07-27 09:41:25 +02:00
"civilopediaText" : [ { "text" : "Reduces movement cost to ⅒ if the other tile also has a Railroad" } ]
2017-12-06 23:13:49 +02:00
} ,
2022-06-01 13:13:04 -04:00
2017-12-21 15:31:01 +02:00
// Removals
2022-06-01 13:13:04 -04:00
// Any improvement that starts with 'Remove ' is automatically changed into
2022-05-11 00:35:21 +02:00
// the improvement that removes the terrainfeature after it.
2017-12-06 23:13:49 +02:00
{
2020-01-13 18:01:28 +01:00
"name" : "Remove Forest" ,
"turnsToBuild" : 4 ,
2020-09-02 19:49:29 +03:00
"techRequired" : "Mining" ,
2020-10-17 22:06:50 +03:00
"uniques" : [ "Can be built outside your borders" ] ,
2021-07-02 18:22:38 +02:00
"shortcutKey" : "X" ,
2021-07-27 09:41:25 +02:00
"civilopediaText" : [ { "text" : "Provides a one-time Production bonus depending on distance to the closest city once finished" } ]
2017-12-06 23:13:49 +02:00
} ,
{
2020-01-13 18:01:28 +01:00
"name" : "Remove Jungle" ,
"turnsToBuild" : 7 ,
2020-09-02 19:49:29 +03:00
"techRequired" : "Bronze Working" ,
2020-10-17 22:06:50 +03:00
"uniques" : [ "Can be built outside your borders" ] ,
"shortcutKey" : "X"
2017-12-06 23:13:49 +02:00
} ,
2019-11-19 14:43:04 +08:00
{
2020-01-13 18:01:28 +01:00
"name" : "Remove Fallout" ,
2021-06-24 15:03:59 +02:00
"turnsToBuild" : 2 ,
2022-05-11 00:35:21 +02:00
// Has no tech requirements as it can always be built
2020-10-17 22:06:50 +03:00
"uniques" : [ "Can be built outside your borders" ] ,
"shortcutKey" : "X"
2019-11-19 14:43:04 +08:00
} ,
2017-12-06 23:13:49 +02:00
{
2020-01-13 18:01:28 +01:00
"name" : "Remove Marsh" ,
"turnsToBuild" : 6 ,
2020-09-22 15:17:04 +03:00
"techRequired" : "Masonry" ,
2020-10-17 22:06:50 +03:00
"uniques" : [ "Can be built outside your borders" ] ,
"shortcutKey" : "X"
2017-12-06 23:13:49 +02:00
} ,
2019-11-19 14:43:04 +08:00
2019-05-04 21:55:31 +03:00
// These are unique and have unique in-game checks related to them
{
2020-01-13 18:01:28 +01:00
"name" : "Remove Road" ,
2020-08-20 23:21:12 +03:00
"turnsToBuild" : 2 ,
"uniques" : [ "Can be built outside your borders" ]
2019-05-04 21:55:31 +03:00
} ,
{
2020-01-13 18:01:28 +01:00
"name" : "Remove Railroad" ,
2020-08-20 23:21:12 +03:00
"turnsToBuild" : 2 ,
"uniques" : [ "Can be built outside your borders" ]
2019-05-04 21:55:31 +03:00
} ,
2020-04-11 21:02:00 +02:00
{
"name" : "Cancel improvement order" ,
2021-05-04 10:59:08 +02:00
"uniques" : [ "Can be built outside your borders" ] ,
"shortcutKey" : "."
2020-04-11 21:02:00 +02:00
} ,
2022-11-27 09:12:26 -08:00
// Purely for turnsToBuild and civilopediaText. Unbuildable so it doesn't show in ImprovementPicker
{
"name" : "Repair" ,
"terrainsCanBeBuiltOn" : [ "Land" ] ,
"turnsToBuild" : 2 ,
"uniques" : [ "Unbuildable" ] ,
"shortcutKey" : "E" ,
"civilopediaText" : [ { "text" : "Repairs a pillaged Improvement or Route" } ]
} ,
2022-06-01 13:13:04 -04:00
2017-12-21 15:31:01 +02:00
// Great Person improvements
2017-12-18 19:43:34 +02:00
{
2020-01-13 18:01:28 +01:00
"name" : "Academy" ,
2022-05-11 00:35:21 +02:00
"terrainsCanBeBuiltOn" : [ "Land" ] ,
2020-01-13 18:01:28 +01:00
"science" : 8 ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "Great Improvement" , "[+2 Science] <after discovering [Scientific Theory]>" , "Removes removable features when built" , "Pillaging this improvement yields approximately [+20 Gold]" ]
2017-12-18 19:43:34 +02:00
} ,
{
2020-01-13 18:01:28 +01:00
"name" : "Landmark" ,
2022-05-11 00:35:21 +02:00
"terrainsCanBeBuiltOn" : [ "Land" ] ,
2020-06-15 20:20:48 +03:00
"culture" : 6 ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "Great Improvement" , "Removes removable features when built" , "Pillaging this improvement yields approximately [+20 Gold]" ]
2017-12-18 19:43:34 +02:00
} ,
{
2020-01-13 18:01:28 +01:00
"name" : "Manufactory" ,
2022-05-11 00:35:21 +02:00
"terrainsCanBeBuiltOn" : [ "Land" ] ,
2020-01-13 18:01:28 +01:00
"production" : 4 ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "Great Improvement" , "[+1 Production] <after discovering [Chemistry]>" , "Removes removable features when built" , "Pillaging this improvement yields approximately [+20 Gold]" ]
2017-12-18 19:43:34 +02:00
} ,
{
2020-01-13 18:01:28 +01:00
"name" : "Customs house" ,
2022-05-11 00:35:21 +02:00
"terrainsCanBeBuiltOn" : [ "Land" ] ,
2020-01-13 18:01:28 +01:00
"gold" : 4 ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "Great Improvement" , "[+1 Gold] <after discovering [Economics]>" , "Removes removable features when built" , "Pillaging this improvement yields approximately [+20 Gold]" ]
2018-09-23 11:03:03 +03:00
} ,
2021-07-09 09:48:33 +02:00
{
"name" : "Holy site" ,
2022-05-11 00:35:21 +02:00
"terrainsCanBeBuiltOn" : [ "Land" ] ,
2021-07-09 09:48:33 +02:00
"faith" : 6 ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "Great Improvement" , "Removes removable features when built" , "Pillaging this improvement yields approximately [+20 Gold]" ]
2021-07-09 09:48:33 +02:00
} ,
2020-04-03 11:22:27 +03:00
{
2020-06-15 20:20:48 +03:00
"name" : "Citadel" ,
2022-05-11 00:35:21 +02:00
"terrainsCanBeBuiltOn" : [ "Land" ] ,
2022-05-08 20:22:01 +02:00
"uniques" : [
"Great Improvement" ,
"Gives a defensive bonus of [100]%" ,
"Adjacent enemy units ending their turn take [30] damage" ,
"Can be built just outside your borders" ,
2022-06-01 13:13:04 -04:00
"Constructing it will take over the tiles around it and assign them to your closest city" ,
2022-05-17 19:04:49 +02:00
"Removes removable features when built" ,
2022-05-11 00:35:21 +02:00
]
2020-04-03 11:22:27 +03:00
} ,
2019-09-19 16:43:22 +02:00
//Civilization unique improvements
{
2020-01-13 18:01:28 +01:00
"name" : "Moai" ,
"uniqueTo" : "Polynesia" ,
2022-05-11 00:35:21 +02:00
"terrainsCanBeBuiltOn" : [ "Land" ] ,
2020-01-13 18:01:28 +01:00
"culture" : 1 ,
"turnsToBuild" : 4 ,
2022-06-01 13:13:04 -04:00
"uniques" : [ "Can only be built on [Coastal] tiles" , "[+1 Culture] for each adjacent [Moai]" , "[+1 Gold] <after discovering [Flight]>" , "Pillaging this improvement yields approximately [+10 Gold]" ] ,
2020-10-17 22:06:50 +03:00
"techRequired" : "Construction" ,
"shortcutKey" : "M"
2019-09-19 16:43:22 +02:00
} ,
{
2020-03-26 15:46:24 +01:00
"name" : "Terrace farm" ,
"uniqueTo" : "Inca" ,
2020-04-26 18:39:48 +02:00
"terrainsCanBeBuiltOn" : [ "Hill" ] ,
2020-03-26 15:46:24 +01:00
"food" : 1 ,
"turnsToBuild" : 7 ,
2021-07-27 09:41:25 +02:00
"uniques" : [ "Cannot be built on [Bonus resource] tiles" ,
"[+1 Food] for each adjacent [Mountain]" ,
2021-11-24 18:43:19 +02:00
"[+1 Food] from [Fresh water] tiles <after discovering [Civil Service]>" ,
2022-06-01 13:13:04 -04:00
"[+1 Food] from [non-fresh water] tiles <after discovering [Fertilizer]>" ,
"Pillaging this improvement yields approximately [+18 Gold]" ] ,
2020-10-17 22:06:50 +03:00
"techRequired" : "Construction" ,
"shortcutKey" : "F"
2019-09-19 16:43:22 +02:00
} ,
2021-07-27 09:41:25 +02:00
2022-05-11 00:35:21 +02:00
// Unbuildable improvements
2022-06-01 13:13:04 -04:00
{
2022-05-11 00:35:21 +02:00
"name" : "Ancient ruins" ,
"terrainsCanBeBuiltOn" : [ "Land" ] ,
"uniques" : [ "Unpillagable" , "Provides a random bonus when entered" , "Unbuildable" ]
2021-07-27 09:41:25 +02:00
} ,
2022-06-01 13:13:04 -04:00
{
2022-05-11 00:35:21 +02:00
"name" : "City ruins" ,
"terrainsCanBeBuiltOn" : [ "Land" ] ,
2022-07-22 23:12:55 +02:00
"uniques" : [ "Unpillagable" , "Unbuildable" , "Will be replaced by automated workers" ] ,
2021-08-08 16:31:08 +02:00
"civilopediaText" : [ { "text" : "A bleak reminder of the destruction wreaked by War" } ]
} ,
2022-06-01 13:13:04 -04:00
{
2022-05-11 00:35:21 +02:00
"name" : "City center" ,
"terrainsCanBeBuiltOn" : [ "Land" ] ,
"uniques" : [ "Unpillagable" , "Irremovable" , "Unbuildable" ] ,
2021-07-27 09:41:25 +02:00
"civilopediaText" : [
{ "text" : "Marks the center of a city" } ,
{ "text" : "Appearance changes with the technological era of the owning civilization" }
]
} ,
2022-06-01 13:13:04 -04:00
{
2022-05-11 00:35:21 +02:00
"name" : "Barbarian encampment" ,
"terrainsCanBeBuiltOn" : [ "Land" ] ,
"uniques" : [ "Unpillagable" , "Unbuildable" ] ,
2021-08-08 16:31:08 +02:00
"civilopediaText" : [ { "text" : "Home to uncivilized barbarians, will spawn a hostile unit from time to time" } ]
}
2019-09-19 16:43:22 +02:00
]