2017-11-22 05:09:35 +07:00
[
2017-12-21 20:31:01 +07:00
// Bonus resources
2017-11-22 05:09:35 +07:00
{
2020-01-14 00:01:28 +07:00
"name" : "Cattle" ,
"resourceType" : "Bonus" ,
"terrainsCanBeFoundOn" : [ "Grassland" ] ,
"food" : 1 ,
"improvement" : "Pasture" ,
2021-12-07 12:25:16 +07:00
"improvementStats" : { "production" : 1 } ,
"uniques" : [ "Generated on every [18] tiles <in [Featureless] [Grassland] tiles>" ,
"Generated on every [22] tiles <in [Featureless] [Grassland] tiles> <in [Hill] Regions>" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Sheep" ,
"resourceType" : "Bonus" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Hill" ] ,
2020-01-14 00:01:28 +07:00
"food" : 1 ,
"improvement" : "Pasture" ,
2021-12-07 12:25:16 +07:00
"improvementStats" : { "food" : 1 } ,
"uniques" : [ "Generated on every [13] tiles <in [Hill] tiles> <in tiles without [Forest]> <in tiles without [Jungle]>" ,
"Generated on every [10] tiles <in [Hill] tiles> <in tiles without [Forest]> <in tiles without [Jungle]> <in tiles without [Fresh Water]> <in [Hill] Regions>" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Deer" ,
"resourceType" : "Bonus" ,
"terrainsCanBeFoundOn" : [ "Forest" , "Tundra" ] ,
"food" : 1 ,
"improvement" : "Camp" ,
2021-12-07 12:25:16 +07:00
"improvementStats" : { "production" : 1 } ,
"uniques" : [ "Generated on every [8] tiles <in [Tundra] [Forest] tiles>" ,
"Generated on every [12] tiles <in [Featureless] [Tundra] tiles>" ,
"Generated on every [25] tiles <in [Plains] [Forest] tiles> <in tiles without [Hill]>" ,
"Generated on every [25] tiles <in [Grassland] [Forest] tiles> <in tiles without [Hill]>" ,
"Generated on every [16] tiles <in [Featureless] [Tundra] tiles> <in [Hill] Regions>" ,
"Generated on every [28] tiles <in [Forest] tiles> <in [Hill] Regions>" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Bananas" ,
"resourceType" : "Bonus" ,
"terrainsCanBeFoundOn" : [ "Jungle" ] ,
"food" : 1 ,
"improvement" : "Plantation" ,
2021-12-07 12:25:16 +07:00
"improvementStats" : { "food" : 2 , "production" : -1 } ,
"uniques" : [ "Generated on every [14] tiles <in [Jungle] tiles>" ,
"Generated on every [16] tiles <in [Jungle] tiles> <in [Hill] Regions>" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Wheat" ,
"resourceType" : "Bonus" ,
"terrainsCanBeFoundOn" : [ "Plains" , "Flood plains" , "Desert" ] ,
"food" : 1 ,
"improvement" : "Farm" ,
2021-12-07 12:25:16 +07:00
"improvementStats" : { "food" : 1 } ,
"uniques" : [ "Generated on every [27] tiles <in [Featureless] [Plains] tiles>" ,
"Generated on every [10] tiles <in [Desert] [Fresh Water] tiles> <in tiles without [Hill]>" ,
"Generated on every [20] tiles <in [Featureless] [Plains] tiles> <in [Hill] Regions>" ,
"Generated on every [20] tiles <in [Fresh Water] [Desert] tiles> <in tiles without [Hill]> <in [Hill] Regions>" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Stone" ,
"resourceType" : "Bonus" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Grassland" , "Desert" , "Tundra" ] ,
2020-01-14 00:01:28 +07:00
"production" : 1 ,
"improvement" : "Quarry" ,
"improvementStats" : { "production" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated on every [20] tiles <in [Featureless] [Grassland] tiles> <in tiles without [Fresh Water]>" ,
"Generated on every [15] tiles <in [Featureless] [Tundra] tiles>" ,
"Generated on every [19] tiles <in [Featureless] [Desert] tiles>" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Fish" ,
"resourceType" : "Bonus" ,
"terrainsCanBeFoundOn" : [ "Coast" ] ,
"food" : 1 ,
"improvement" : "Fishing Boats" ,
2021-12-07 12:25:16 +07:00
"improvementStats" : { "food" : 1 } ,
"uniques" : [ "Generated on every [10] tiles <in [Featureless] [Coast] tiles>" ]
2018-10-11 17:00:23 +07:00
} ,
2019-03-06 22:33:23 +07:00
/ *
{
2020-01-14 00:01:28 +07:00
"name" : "Bison" ,
"resourceType" : "Bonus" ,
"terrainsCanBeFoundOn" : [ "Plains" , "Grassland" ] ,
"food" : 1 ,
"improvement" : "Camp" ,
2021-02-23 04:00:48 +07:00
"improvementStats" : { "food" : 1 }
2019-03-06 22:33:23 +07:00
} ,
* /
2017-11-22 05:09:35 +07:00
2017-12-21 20:31:01 +07:00
// Strategic resources
2017-11-22 05:09:35 +07:00
{
2020-01-14 00:01:28 +07:00
"name" : "Horses" ,
"resourceType" : "Strategic" ,
"revealedBy" : "Animal Husbandry" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Plains" , "Grassland" , "Hill" ] ,
2020-01-14 00:01:28 +07:00
"production" : 1 ,
"improvement" : "Pasture" ,
2021-10-12 11:38:07 +07:00
"improvementStats" : { "production" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Guaranteed with Strategic Balance resource option" ,
"Generated with weight [100] <in [Featureless] [Grassland] tiles>" ,
"Generated with weight [100] <in [Featureless] [Plains] tiles>" ,
"Minor deposits generated with weight [10] <in [Grassland] [Hill] tiles> <in tiles without [Forest]> <in tiles without [Jungle]>" ,
"Minor deposits generated with weight [10] <in [Plains] [Hill] tiles> <in tiles without [Forest]> <in tiles without [Jungle]>" ,
"Minor deposits generated with weight [100] <in [Featureless] [Grassland] tiles> <in [Fresh Water] tiles>" ,
"Minor deposits generated with weight [20] <in [Featureless] [Grassland] tiles> <in tiles without [Fresh Water]>" ,
"Minor deposits generated with weight [30] <in [Featureless] [Plains] tiles>" ] ,
2021-10-12 11:38:07 +07:00
"majorDepositAmount" : { "sparse" : 4 , "default" : 4 , "abundant" : 6 } ,
"minorDepositAmount" : { "sparse" : 1 , "default" : 2 , "abundant" : 3 }
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Iron" ,
"resourceType" : "Strategic" ,
"revealedBy" : "Iron Working" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Grassland" , "Plains" , "Desert" , "Tundra" , "Snow" , "Hill" , "Marsh" ] ,
2020-01-14 00:01:28 +07:00
"production" : 1 ,
"improvement" : "Mine" ,
2021-10-12 11:38:07 +07:00
"improvementStats" : { "production" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Guaranteed with Strategic Balance resource option" ,
"Generated with weight [45] <in [Featureless] [Tundra] tiles>" ,
"Generated with weight [25] <in [Featureless] [Snow] tiles>" ,
"Generated with weight [35] <in [Featureless] [Desert] tiles>" ,
"Generated with weight [26] <in [Hill] tiles>" ,
"Minor deposits generated with weight [10] <in [Marsh] tiles> <in tiles without [Hill]>" ,
"Minor deposits generated with weight [10] <in [Jungle] [Hill] tiles>" ,
"Minor deposits generated with weight [20] <in [Forest] tiles>" ,
"Minor deposits generated with weight [20] <in [Hill] tiles> <in tiles without [Forest]> <in tiles without [Jungle]>" ,
"Minor deposits generated with weight [30] <in [Featureless] [Grassland] tiles> <in tiles without [Fresh Water]>" ,
"Minor deposits generated with weight [20] <in [Featureless] [Plains] tiles>" ,
"Minor deposits generated with weight [10] <in [Featureless] [Desert] tiles>" ,
"Minor deposits generated with weight [10] <in [Featureless] [Tundra] tiles>" ,
"Minor deposits generated with weight [10] <in [Featureless] [Snow] tiles>" ] ,
2021-10-12 11:38:07 +07:00
"majorDepositAmount" : { "sparse" : 4 , "default" : 6 , "abundant" : 9 } ,
"minorDepositAmount" : { "sparse" : 1 , "default" : 2 , "abundant" : 3 }
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Coal" ,
"resourceType" : "Strategic" ,
2021-11-09 11:23:30 +07:00
"revealedBy" : "Scientific Theory" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Grassland" , "Plains" , "Hill" , "Jungle" , "Forest" , "Marsh" ] ,
2020-01-14 00:01:28 +07:00
"production" : 1 ,
"improvement" : "Mine" ,
2021-10-12 11:38:07 +07:00
"improvementStats" : { "production" : 2 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [35] <in [Hill] tiles>" ,
"Generated with weight [30] <in [Jungle] tiles> <in tiles without [Hill]>" ,
"Generated with weight [30] <in [Forest] tiles> <in tiles without [Hill]>" ,
"Minor deposits generated with weight [10] <in [Marsh] tiles> <in tiles without [Hill]>" ,
"Minor deposits generated with weight [10] <in [Jungle] tiles>" ,
"Minor deposits generated with weight [10] <in [Forest] tiles>" ,
"Minor deposits generated with weight [20] <in [Grassland] [Hill] tiles>" ,
"Minor deposits generated with weight [20] <in [Plains] [Hill] tiles>" ,
"Minor deposits generated with weight [30] <in [Desert] [Hill] tiles>" ,
"Minor deposits generated with weight [30] <in [Tundra] [Hill] tiles>" ,
"Minor deposits generated with weight [30] <in [Snow] [Hill] tiles>" ] ,
2021-10-12 11:38:07 +07:00
"majorDepositAmount" : { "sparse" : 5 , "default" : 7 , "abundant" : 10 } ,
"minorDepositAmount" : { "sparse" : 2 , "default" : 3 , "abundant" : 3 }
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Oil" ,
"resourceType" : "Strategic" ,
"revealedBy" : "Biology" ,
"terrainsCanBeFoundOn" : [ "Desert" , "Coast" , "Tundra" , "Snow" , "Marsh" , "Jungle" ] ,
"production" : 1 ,
2022-05-11 05:35:21 +07:00
"improvedBy" : [ "Oil well" , "Offshore Platform" ] ,
2021-10-12 11:38:07 +07:00
"improvementStats" : { "production" : 3 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Deposits in [Coast] tiles always provide [4] resources" ,
"Guaranteed with Strategic Balance resource option" ,
"Generated with weight [65] <in [Marsh] tiles> <in tiles without [Hill]>" ,
"Generated with weight [40] <in [Featureless] [Tundra] tiles>" ,
"Generated with weight [60] <in [Featureless] [Snow] tiles>" ,
"Generated with weight [65] <in [Featureless] [Desert] tiles>" ,
"Generated with weight [100] <in [Featureless] [Coast] tiles>" ,
"Minor deposits generated with weight [20] <in [Marsh] tiles> <in tiles without [Hill]>" ,
"Minor deposits generated with weight [10] <in [Jungle] tiles> <in tiles without [Hill]>" ,
"Minor deposits generated with weight [10] <in [Featureless] [Desert] tiles>" ,
"Minor deposits generated with weight [20] <in [Featureless] [Tundra] tiles>" ,
"Minor deposits generated with weight [20] <in [Featureless] [Snow] tiles>" ] ,
2021-10-12 11:38:07 +07:00
"majorDepositAmount" : { "sparse" : 5 , "default" : 7 , "abundant" : 9 } ,
"minorDepositAmount" : { "sparse" : 2 , "default" : 3 , "abundant" : 3 }
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Aluminum" ,
"resourceType" : "Strategic" ,
"revealedBy" : "Electricity" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Desert" , "Tundra" , "Hill" , "Snow" , "Jungle" ] ,
2020-01-14 00:01:28 +07:00
"production" : 1 ,
"improvement" : "Mine" ,
2021-10-12 11:38:07 +07:00
"improvementStats" : { "production" : 2 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [15] <in [Featureless] [Tundra] tiles>" ,
"Generated with weight [15] <in [Featureless] [Snow] tiles>" ,
"Generated with weight [39] <in [Hill] tiles>" ,
"Minor deposits generated with weight [20] <in [Jungle] tiles>" ,
"Minor deposits generated with weight [10] <in [Featureless] [Desert] tiles>" ] ,
2021-10-12 11:38:07 +07:00
"majorDepositAmount" : { "sparse" : 5 , "default" : 8 , "abundant" : 10 } ,
"minorDepositAmount" : { "sparse" : 2 , "default" : 3 , "abundant" : 3 }
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Uranium" ,
"resourceType" : "Strategic" ,
"revealedBy" : "Atomic Theory" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Marsh" , "Jungle" , "Forest" , "Tundra" , "Snow" ] ,
2020-01-14 00:01:28 +07:00
"production" : 1 ,
"improvement" : "Mine" ,
2021-10-12 11:38:07 +07:00
"improvementStats" : { "production" : 2 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [35] <in [Marsh] tiles> <in tiles without [Hill]>" ,
"Generated with weight [70] <in [Jungle] tiles> <in tiles without [Hill]>" ,
"Generated with weight [70] <in [Forest] tiles> <in tiles without [Hill]>" ,
"Minor deposits generated with weight [10] <in [Forest] tiles>" ,
"Minor deposits generated with weight [10] <in [Featureless] [Tundra] tiles>" ,
"Minor deposits generated with weight [10] <in [Featureless] [Snow] tiles>" ] ,
2021-10-12 11:38:07 +07:00
"majorDepositAmount" : { "sparse" : 2 , "default" : 4 , "abundant" : 4 } ,
"minorDepositAmount" : { "sparse" : 1 , "default" : 2 , "abundant" : 3 }
2017-11-22 05:09:35 +07:00
} ,
2021-12-07 12:25:16 +07:00
2017-12-21 20:31:01 +07:00
// Luxury resources
2017-11-22 05:09:35 +07:00
{
2020-01-14 00:01:28 +07:00
"name" : "Furs" ,
"resourceType" : "Luxury" ,
"terrainsCanBeFoundOn" : [ "Forest" , "Tundra" ] ,
"gold" : 2 ,
"improvement" : "Camp" ,
2021-11-05 12:59:48 +07:00
"improvementStats" : { "gold" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [40] <in [Tundra] Regions>" ,
"Generated with weight [10] <in [Forest] Regions>" ,
"Generated near City States with weight [15]" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Cotton" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Grassland" , "Flood plains" ] ,
2020-01-14 00:01:28 +07:00
"gold" : 2 ,
"improvement" : "Plantation" ,
2021-11-05 12:59:48 +07:00
"improvementStats" : { "gold" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [15] <in [Desert] Regions>" ,
"Generated with weight [30] <in [Grassland] Regions>" ,
"Generated with weight [15] <in [Hybrid] Regions>" ,
"Generated near City States with weight [10]" ,
"Doesn't generate naturally <in [Hill] tiles>" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Dyes" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Jungle" , "Forest" , "Marsh" ] ,
2020-01-14 00:01:28 +07:00
"gold" : 2 ,
"improvement" : "Plantation" ,
2021-11-05 12:59:48 +07:00
"improvementStats" : { "gold" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [5] <in [Tundra] Regions>" ,
"Generated with weight [5] <in [Jungle] Regions>" ,
"Generated with weight [30] <in [Forest] Regions>" ,
"Generated near City States with weight [10]" ,
"Doesn't generate naturally <in [Hill] tiles>" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Gems" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Jungle" , "Forest" , "Hill" ] ,
2020-01-14 00:01:28 +07:00
"gold" : 3 ,
"improvement" : "Mine" ,
2021-11-05 12:59:48 +07:00
"improvementStats" : { "production" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [5] <in [Tundra] Regions>" ,
"Generated with weight [20] <in [Jungle] Regions>" ,
"Generated with weight [15] <in [Hill] Regions>" ,
"Generated with weight [5] <in [Grassland] Regions>" ,
"Generated with weight [5] <in [Hybrid] Regions>" ,
"Generated near City States with weight [10]" ,
"Doesn't generate naturally <in [Forest] tiles> <in tiles without [Hill]>" ]
2020-01-14 00:01:28 +07:00
} ,
{
2021-02-24 01:07:49 +07:00
"name" : "Gold Ore" , // Not called "Gold" in order to not conflict with siege type units for translations
2020-01-14 00:01:28 +07:00
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Desert" , "Hill" , "Forest" , "Jungle" ] ,
2020-01-14 00:01:28 +07:00
"gold" : 2 ,
"improvement" : "Mine" ,
2021-11-05 12:59:48 +07:00
"improvementStats" : { "production" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [25] <in [Desert] Regions>" ,
"Generated with weight [30] <in [Hill] Regions>" ,
"Generated with weight [5] <in [Plains] Regions>" ,
"Generated with weight [5] <in [Hybrid] Regions>" ,
"Generated near City States with weight [10]" ,
"Doesn't generate naturally <in [Forest] tiles> <in tiles without [Hill]>" ,
"Doesn't generate naturally <in [Jungle] tiles> <in tiles without [Hill]>" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Silver" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Hill" , "Forest" , "Jungle" , "Tundra" , "Grassland" ] ,
2020-01-14 00:01:28 +07:00
"gold" : 2 ,
"improvement" : "Mine" ,
2021-11-05 12:59:48 +07:00
"improvementStats" : { "production" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [25] <in [Tundra] Regions>" ,
"Generated with weight [30] <in [Hill] Regions>" ,
"Generated with weight [20] <in [Grassland] Regions>" ,
"Generated with weight [10] <in [Hybrid] Regions>" ,
"Generated near City States with weight [10]" ,
"Doesn't generate naturally <in [Forest] tiles> <in tiles without [Hill]>" ,
"Doesn't generate naturally <in [Jungle] tiles> <in tiles without [Hill]>" ,
"Doesn't generate naturally <in [Tundra] [Hill] tiles>" ,
"Doesn't generate naturally <in [Grassland] [Fresh Water] tiles>" ,
"Doesn't generate naturally <in [Grassland] [Hill] tiles>"
]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Incense" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Plains" , "Desert" , "Flood plains" ] ,
2020-01-14 00:01:28 +07:00
"gold" : 2 ,
"improvement" : "Plantation" ,
2021-11-05 12:59:48 +07:00
"improvementStats" : { "gold" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [35] <in [Desert] Regions>" ,
"Generated with weight [10] <in [Plains] Regions>" ,
"Generated with weight [5] <in [Hybrid] Regions>" ,
"Generated near City States with weight [15]" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Ivory" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Plains" , "Grassland" ] ,
2020-01-14 00:01:28 +07:00
"gold" : 2 ,
"improvement" : "Camp" ,
2021-11-05 12:59:48 +07:00
"improvementStats" : { "gold" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [35] <in [Plains] Regions>" ,
"Generated with weight [15] <in [Hybrid] Regions>" ,
"Generated near City States with weight [10]" ,
"Doesn't generate naturally <in [Grassland] [Fresh Water] tiles>" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Silk" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Forest" , "Jungle" ] ,
2020-01-14 00:01:28 +07:00
"gold" : 2 ,
"improvement" : "Plantation" ,
2021-11-05 12:59:48 +07:00
"improvementStats" : { "gold" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [5] <in [Jungle] Regions>" ,
"Generated with weight [30] <in [Forest] Regions>" ,
"Generated with weight [5] <in [Hybrid] Regions>" ,
"Generated near City States with weight [15]" ,
"Doesn't generate naturally <in [Hill] tiles>" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Spices" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Jungle" , "Forest" , "Marsh" ] ,
2020-01-14 00:01:28 +07:00
"gold" : 2 ,
"improvement" : "Plantation" ,
2021-11-05 12:59:48 +07:00
"improvementStats" : { "gold" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [30] <in [Jungle] Regions>" ,
"Generated with weight [10] <in [Forest] Regions>" ,
"Generated with weight [5] <in [Plains] Regions>" ,
"Generated with weight [5] <in [Grassland] Regions>" ,
"Generated with weight [5] <in [Hybrid] Regions>" ,
"Generated near City States with weight [15]" ,
"Doesn't generate naturally <in [Hill] tiles>" ,
"Doesn't generate naturally <in [Tundra] [Forest] tiles>" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Wine" ,
"resourceType" : "Luxury" ,
"terrainsCanBeFoundOn" : [ "Grassland" , "Plains" ] ,
"gold" : 2 ,
"improvement" : "Plantation" ,
2021-11-05 12:59:48 +07:00
"improvementStats" : { "gold" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [35] <in [Plains] Regions>" ,
"Generated with weight [15] <in [Hybrid] Regions>" ,
"Generated near City States with weight [10]" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Sugar" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Flood plains" , "Grassland" , "Marsh" ] ,
// Technically sugar can also be placed on lowland jungles which then *turn* into marsh.
2020-01-14 00:01:28 +07:00
"gold" : 2 ,
"improvement" : "Plantation" ,
2021-11-05 12:59:48 +07:00
"improvementStats" : { "gold" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [20] <in [Jungle] Regions>" ,
"Generated with weight [15] <in [Desert] Regions>" ,
"Generated with weight [20] <in [Grassland] Regions>" ,
"Generated with weight [5] <in [Hybrid] Regions>" ,
"Generated near City States with weight [10]" ,
"Doesn't generate naturally <in [Grassland] tiles> <in tiles without [Fresh Water]>" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Marble" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Desert" , "Plains" , "Hill" , "Grassland" ] ,
2020-01-14 00:01:28 +07:00
"gold" : 2 ,
"improvement" : "Quarry" ,
2021-08-11 22:48:10 +07:00
"improvementStats" : { "production" : 1 } ,
2021-11-11 17:11:48 +07:00
"uniques" : [ "[+15]% Production when constructing [All] wonders [in all cities]" ,
2021-12-07 12:25:16 +07:00
"Special placement during map generation" ,
"Doesn't generate naturally <in [Grassland] [Fresh Water] tiles>" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Whales" ,
"resourceType" : "Luxury" ,
"terrainsCanBeFoundOn" : [ "Coast" ] ,
"food" : 1 ,
"gold" : 1 ,
"improvement" : "Fishing Boats" ,
2021-11-05 12:59:48 +07:00
"improvementStats" : { "food" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [35] <in [Tundra] Regions>" ,
"Generated with weight [10] <in [Forest] Regions>" ,
"Generated with weight [10] <in [Hill] Regions>" ,
"Generated with weight [5] <in [Plains] Regions>" ,
"Generated with weight [10] <in [Grassland] Regions>" ,
"Generated with weight [20] <in [Hybrid] Regions>" ,
"Generated near City States with weight [10]" ]
2020-01-14 00:01:28 +07:00
} ,
{
"name" : "Pearls" ,
"resourceType" : "Luxury" ,
"terrainsCanBeFoundOn" : [ "Coast" ] ,
"gold" : 2 ,
"improvement" : "Fishing Boats" ,
2021-11-05 12:59:48 +07:00
"improvementStats" : { "food" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [20] <in [Jungle] Regions>" ,
"Generated with weight [10] <in [Forest] Regions>" ,
"Generated with weight [5] <in [Desert] Regions>" ,
"Generated with weight [15] <in [Hill] Regions>" ,
"Generated with weight [5] <in [Plains] Regions>" ,
"Generated with weight [10] <in [Grassland] Regions>" ,
"Generated with weight [20] <in [Hybrid] Regions>" ,
"Generated near City States with weight [15]" ]
2021-07-28 02:28:36 +07:00
} ,
{
"name" : "Jewelry" ,
"resourceType" : "Luxury" ,
"gold" : 2 ,
2021-09-17 19:00:19 +07:00
"uniques" : [ "Can only be created by Mercantile City-States" ]
2021-07-28 02:28:36 +07:00
} ,
{
"name" : "Porcelain" ,
"resourceType" : "Luxury" ,
"gold" : 2 ,
2021-09-17 19:00:19 +07:00
"uniques" : [ "Can only be created by Mercantile City-States" ]
2017-11-22 05:09:35 +07:00
}
2019-03-06 22:33:23 +07:00
]