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-10-25 00:47:29 +07:00
"[+1 Food] from [Fresh water] tiles <after discovering [Civil Service]>" ,
"[+1 Food] from [non-fresh water] tiles <after discovering [Fertilizer]>" ] ,
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" ,
2021-10-25 00:47:29 +07:00
"uniques" : [ "[+1 Production] <after discovering [Scientific Theory]>" ] ,
2020-10-18 02:06:50 +07:00
"shortcutKey" : "L"
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Mine" ,
"terrainsCanBeBuiltOn" : [ "Hill" ] ,
"production" : 1 ,
"turnsToBuild" : 7 ,
"techRequired" : "Mining" ,
2021-10-25 00:47:29 +07:00
"uniques" : [ "[+1 Production] <after discovering [Chemistry]>" ] ,
2020-10-18 02:06:50 +07:00
"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 ,
2021-11-09 11:23:30 +07:00
"techRequired" : "Trapping" ,
2021-10-25 00:47:29 +07:00
"uniques" : [ "[+1 Gold] <after discovering [Economics]>" ] ,
2020-10-18 02:06:50 +07:00
"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-10-25 00:47:29 +07:00
"uniques" : [ "Does not need removal of [Forest]" , "Does not need removal of [Jungle]" , "[+1 Gold] <after discovering [Economics]>" ] ,
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-12-31 17:13:09 +07:00
"uniques" : [ "Cannot be built on [Coast] tiles <before discovering [Refrigeration]>" ] ,
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" ,
2021-10-25 00:47:29 +07:00
"uniques" : [ "[+1 Food] <after discovering [Fertilizer]>" ] ,
2020-10-18 02:06:50 +07:00
"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" ,
2021-10-25 00:47:29 +07:00
"uniques" : [ "[+1 Food] <after discovering [Fertilizer]>" ] ,
2020-10-18 02:06:50 +07:00
"shortcutKey" : "P"
2017-11-22 05:09:35 +07:00
} ,
{
2020-01-14 00:01:28 +07:00
"name" : "Quarry" ,
"turnsToBuild" : 8 ,
"techRequired" : "Masonry" ,
2021-10-25 00:47:29 +07:00
"uniques" : [ "[+1 Production] <after discovering [Chemistry]>" ] ,
2020-10-18 02:06:50 +07:00
"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" ,
2021-10-25 00:47:29 +07:00
"uniques" : [ "[+1 Gold] <after discovering [Compass]>" ]
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" ,
2021-10-25 00:47:29 +07:00
// "Costs [1] gold per turn when in your territory" does nothing and is only to inform the user
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-11-09 11:23:30 +07:00
"uniques" : [ "Great Improvement" , "[+2 Science] <after discovering [Scientific Theory]>" ]
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 ,
2021-10-25 00:47:29 +07:00
"uniques" : [ "Great Improvement" , "[+1 Production] <after discovering [Chemistry]>" ]
2017-12-19 00:43:34 +07:00
} ,
{
2020-01-14 00:01:28 +07:00
"name" : "Customs house" ,
"gold" : 4 ,
2021-10-25 00:47:29 +07:00
"uniques" : [ "Great Improvement" , "[+1 Gold] <after discovering [Economics]>" ]
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-10-25 00:47:29 +07: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" ] ,
2021-07-27 14:41:25 +07:00
"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-10-25 00:47:29 +07:00
"uniques" : [ "Can only be built on [Coastal] tiles" , "[+1 Culture] for each adjacent [Moai]" , "[+1 Gold] <after discovering [Flight]>" ] ,
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-11-24 23:43:19 +07:00
"[+1 Food] from [Fresh water] tiles <after discovering [Civil Service]>" ,
"[+1 Food] from [non-fresh water] tiles <after discovering [Fertilizer]>" ]
2020-10-18 02:06:50 +07:00
"techRequired" : "Construction" ,
"shortcutKey" : "F"
2019-09-19 21:43:22 +07:00
} ,
2021-07-27 14:41:25 +07:00
2021-08-08 21:31:08 +07:00
{
"name" : "Ancient ruins" ,
2021-08-22 00:57:39 +07:00
"uniques" : [ "Unpillagable" , "Provides a random bonus when entered" ]
2021-07-27 14:41:25 +07:00
} ,
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
]