2024-03-18 04:12:40 +07:00
[
2021-11-09 03:57:09 +07:00
// Bonus resources
{
"name" : "Cattle" ,
"resourceType" : "Bonus" ,
"terrainsCanBeFoundOn" : [ "Grassland" ] ,
"food" : 1 ,
"improvement" : "Pasture" ,
2021-12-07 12:25:16 +07:00
"improvementStats" : { "production" : 1 } ,
2024-04-07 16:43:38 +07:00
"uniques" : [ "Generated on every [18] tiles <in [{Featureless} {Grassland}] tiles>" ,
"Generated on every [22] tiles <in [{Featureless} {Grassland}] tiles> <in [Hill] Regions>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Sheep" ,
"resourceType" : "Bonus" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Hill" ] ,
2021-11-09 03:57:09 +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>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Deer" ,
"resourceType" : "Bonus" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Forest" , "Tundra" ] , // Tundra only if lowland
2021-11-09 03:57:09 +07:00
"food" : 1 ,
"improvement" : "Camp" ,
2021-12-07 12:25:16 +07:00
"improvementStats" : { "production" : 1 } ,
2024-04-07 16:43:38 +07:00
"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>" ,
2021-12-07 12:25:16 +07:00
"Generated on every [28] tiles <in [Forest] tiles> <in [Hill] Regions>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Bananas" ,
"resourceType" : "Bonus" ,
"terrainsCanBeFoundOn" : [ "Jungle" ] ,
"food" : 1 ,
"improvement" : "Plantation" ,
2022-01-26 17:20:13 +07:00
"improvementStats" : { "food" : 2 , "production" : -1 , "gold" : -1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated on every [14] tiles <in [Jungle] tiles>" ,
"Generated on every [16] tiles <in [Jungle] tiles> <in [Hill] Regions>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Wheat" ,
"resourceType" : "Bonus" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Plains" , "Flood plains" , "Desert" ] , // Desert only if fresh water
2021-11-09 03:57:09 +07:00
"food" : 1 ,
"improvement" : "Farm" ,
2024-04-07 16:43:38 +07:00
"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>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Stone" ,
"resourceType" : "Bonus" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Grassland" , "Desert" , "Tundra" ] ,
2021-11-09 03:57:09 +07:00
"production" : 1 ,
"improvement" : "Quarry" ,
"improvementStats" : { "production" : 1 } ,
2024-04-07 16:43:38 +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>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Fish" ,
"resourceType" : "Bonus" ,
"terrainsCanBeFoundOn" : [ "Coast" ] ,
"food" : 1 ,
"improvement" : "Fishing Boats" ,
2024-04-07 16:43:38 +07:00
"uniques" : [ "Generated on every [10] tiles <in [{Featureless} {Coast}] tiles>" ]
2021-11-09 03:57:09 +07:00
} ,
/ *
{
"name" : "Bison" ,
"resourceType" : "Bonus" ,
"terrainsCanBeFoundOn" : [ "Plains" , "Grassland" ] ,
"food" : 1 ,
"improvement" : "Camp" ,
2022-01-26 17:20:13 +07:00
"improvementStats" : { "production" : 1 }
2021-11-09 03:57:09 +07:00
} ,
* /
2024-03-18 04:12:40 +07:00
2021-11-09 03:57:09 +07:00
// Strategic resources
{
"name" : "Horses" ,
"resourceType" : "Strategic" ,
"revealedBy" : "Animal Husbandry" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Plains" , "Grassland" , "Hill" ] , // Hill only if plains or grassland
2021-11-09 03:57:09 +07:00
"production" : 1 ,
"improvement" : "Pasture" ,
"improvementStats" : { "production" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Guaranteed with Strategic Balance resource option" ,
2024-04-07 16:43:38 +07:00
"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-11-09 03:57:09 +07:00
"majorDepositAmount" : { "sparse" : 4 , "default" : 4 , "abundant" : 6 } ,
"minorDepositAmount" : { "sparse" : 1 , "default" : 2 , "abundant" : 3 }
} ,
{
"name" : "Iron" ,
"resourceType" : "Strategic" ,
"revealedBy" : "Iron Working" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Grassland" , "Plains" , "Desert" , "Tundra" , "Snow" , "Hill" , "Marsh" ] ,
2021-11-09 03:57:09 +07:00
"production" : 1 ,
"improvement" : "Mine" ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Guaranteed with Strategic Balance resource option" ,
2024-04-07 16:43:38 +07:00
"Generated with weight [45] <in [{Featureless} {Tundra}] tiles>" ,
"Generated with weight [25] <in [{Featureless} {Snow}] tiles>" ,
"Generated with weight [35] <in [{Featureless} {Desert}] tiles>" ,
2021-12-07 12:25:16 +07:00
"Generated with weight [26] <in [Hill] tiles>" ,
"Minor deposits generated with weight [10] <in [Marsh] tiles> <in tiles without [Hill]>" ,
2024-04-07 16:43:38 +07:00
"Minor deposits generated with weight [10] <in [{Jungle} {Hill}] tiles>" ,
2021-12-07 12:25:16 +07:00
"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]>" ,
2024-04-07 16:43:38 +07:00
"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-11-09 03:57:09 +07:00
"majorDepositAmount" : { "sparse" : 4 , "default" : 6 , "abundant" : 9 } ,
"minorDepositAmount" : { "sparse" : 1 , "default" : 2 , "abundant" : 3 }
} ,
{
"name" : "Coal" ,
"resourceType" : "Strategic" ,
2021-12-15 19:30:12 +07:00
"revealedBy" : "Industrialization" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Grassland" , "Plains" , "Hill" , "Jungle" , "Forest" , "Marsh" ] ,
2021-11-09 03:57:09 +07:00
"production" : 1 ,
"improvement" : "Mine" ,
2022-01-26 17:20:13 +07:00
"improvementStats" : { "production" : 1 } ,
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>" ,
2024-04-07 16:43:38 +07:00
"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-11-09 03:57:09 +07:00
"majorDepositAmount" : { "sparse" : 5 , "default" : 7 , "abundant" : 10 } ,
"minorDepositAmount" : { "sparse" : 2 , "default" : 3 , "abundant" : 3 }
} ,
{
"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-11-09 03:57:09 +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]>" ,
2024-04-07 16:43:38 +07:00
"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>" ,
2021-12-07 12:25:16 +07:00
"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]>" ,
2024-04-07 16:43:38 +07:00
"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-11-09 03:57:09 +07:00
"majorDepositAmount" : { "sparse" : 5 , "default" : 7 , "abundant" : 9 } ,
"minorDepositAmount" : { "sparse" : 2 , "default" : 3 , "abundant" : 3 }
} ,
{
"name" : "Aluminum" ,
"resourceType" : "Strategic" ,
"revealedBy" : "Electricity" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Desert" , "Tundra" , "Hill" , "Snow" , "Jungle" ] ,
2021-11-09 03:57:09 +07:00
"production" : 1 ,
"improvement" : "Mine" ,
2022-01-26 17:20:13 +07:00
"improvementStats" : { "production" : 1 } ,
2024-04-07 16:43:38 +07:00
"uniques" : [ "Generated with weight [15] <in [{Featureless} {Tundra}] tiles>" ,
"Generated with weight [15] <in [{Featureless} {Snow}] tiles>" ,
2021-12-07 12:25:16 +07:00
"Generated with weight [39] <in [Hill] tiles>" ,
"Minor deposits generated with weight [20] <in [Jungle] tiles>" ,
2024-04-07 16:43:38 +07:00
"Minor deposits generated with weight [10] <in [{Featureless} {Desert}] tiles>" ] ,
2021-11-09 03:57:09 +07:00
"majorDepositAmount" : { "sparse" : 5 , "default" : 8 , "abundant" : 10 } ,
"minorDepositAmount" : { "sparse" : 2 , "default" : 3 , "abundant" : 3 }
} ,
{
"name" : "Uranium" ,
"resourceType" : "Strategic" ,
"revealedBy" : "Atomic Theory" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Marsh" , "Jungle" , "Forest" , "Tundra" , "Snow" ] ,
2021-11-09 03:57:09 +07:00
"production" : 1 ,
"improvement" : "Mine" ,
2022-01-26 17:20:13 +07:00
"improvementStats" : { "production" : 1 } ,
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>" ,
2024-04-07 16:43:38 +07:00
"Minor deposits generated with weight [10] <in [{Featureless} {Tundra}] tiles>" ,
"Minor deposits generated with weight [10] <in [{Featureless} {Snow}] tiles>" ] ,
2021-11-09 03:57:09 +07:00
"majorDepositAmount" : { "sparse" : 2 , "default" : 4 , "abundant" : 4 } ,
"minorDepositAmount" : { "sparse" : 1 , "default" : 2 , "abundant" : 3 }
} ,
2024-03-18 04:12:40 +07:00
2021-11-09 03:57:09 +07:00
// Luxury resources
{
"name" : "Furs" ,
"resourceType" : "Luxury" ,
"terrainsCanBeFoundOn" : [ "Forest" , "Tundra" ] ,
"gold" : 2 ,
"improvement" : "Camp" ,
2021-11-09 11:23:30 +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]" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Cotton" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Grassland" , "Flood plains" ] ,
2021-11-09 03:57:09 +07:00
"gold" : 2 ,
"improvement" : "Plantation" ,
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>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Dyes" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Jungle" , "Forest" , "Marsh" ] ,
2021-11-09 03:57:09 +07:00
"gold" : 2 ,
"improvement" : "Plantation" ,
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>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Gems" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Jungle" , "Forest" , "Hill" ] ,
2021-11-09 03:57:09 +07:00
"gold" : 3 ,
"improvement" : "Mine" ,
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]>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Gold Ore" , // Not called "Gold" in order to not conflict with siege type units for translations
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Desert" , "Hill" , "Forest" , "Jungle" ] ,
2021-11-09 03:57:09 +07:00
"gold" : 2 ,
"improvement" : "Mine" ,
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]>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Silver" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Hill" , "Forest" , "Jungle" , "Tundra" , "Grassland" ] ,
2021-11-09 03:57:09 +07:00
"gold" : 2 ,
"improvement" : "Mine" ,
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]>" ,
2024-04-07 16:43:38 +07:00
"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>"
2021-12-07 12:25:16 +07:00
]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Incense" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Plains" , "Desert" , "Flood plains" ] ,
2021-11-09 03:57:09 +07:00
"gold" : 2 ,
"improvement" : "Plantation" ,
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]" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Ivory" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Plains" , "Grassland" ] ,
2021-11-09 03:57:09 +07:00
"gold" : 2 ,
"improvement" : "Camp" ,
2021-11-09 11:23:30 +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]" ,
2024-04-07 16:43:38 +07:00
"Doesn't generate naturally <in [{Grassland} {Fresh Water}] tiles>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Silk" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Forest" , "Jungle" ] ,
2021-11-09 03:57:09 +07:00
"gold" : 2 ,
"improvement" : "Plantation" ,
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>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Spices" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Jungle" , "Forest" , "Marsh" ] ,
2021-11-09 03:57:09 +07:00
"gold" : 2 ,
"improvement" : "Plantation" ,
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>" ,
2024-04-07 16:43:38 +07:00
"Doesn't generate naturally <in [{Tundra} {Forest}] tiles>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Wine" ,
"resourceType" : "Luxury" ,
"terrainsCanBeFoundOn" : [ "Grassland" , "Plains" ] ,
"gold" : 2 ,
"improvement" : "Plantation" ,
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]" ]
2021-11-09 03:57:09 +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.
2021-11-09 03:57:09 +07:00
"gold" : 2 ,
"improvement" : "Plantation" ,
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]>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Marble" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Desert" , "Plains" , "Hill" , "Grassland" ] ,
2021-11-09 03:57:09 +07:00
"gold" : 2 ,
"improvement" : "Quarry" ,
"improvementStats" : { "production" : 1 } ,
2024-03-26 04:20:22 +07:00
"uniques" : [ "[+15]% Production when constructing [All] wonders [in this city]" ,
2021-12-07 12:25:16 +07:00
"Special placement during map generation" ,
2024-04-07 16:43:38 +07:00
"Doesn't generate naturally <in [{Grassland} {Fresh Water}] tiles>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Whales" ,
"resourceType" : "Luxury" ,
"terrainsCanBeFoundOn" : [ "Coast" ] ,
"food" : 1 ,
"gold" : 1 ,
"improvement" : "Fishing Boats" ,
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]" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Pearls" ,
"resourceType" : "Luxury" ,
"terrainsCanBeFoundOn" : [ "Coast" ] ,
"gold" : 2 ,
"improvement" : "Fishing Boats" ,
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-11-09 03:57:09 +07:00
} ,
{
"name" : "Jewelry" ,
"resourceType" : "Luxury" ,
"gold" : 2 ,
"uniques" : [ "Can only be created by Mercantile City-States" ]
} ,
{
"name" : "Porcelain" ,
"resourceType" : "Luxury" ,
"gold" : 2 ,
"uniques" : [ "Can only be created by Mercantile City-States" ]
2021-12-07 12:25:16 +07:00
} ,
2021-11-09 03:57:09 +07:00
{
"name" : "Citrus" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Jungle" , "Forest" , "Flood plains" ] ,
2021-11-09 03:57:09 +07:00
"food" : 1 ,
"gold" : 1 ,
"improvement" : "Plantation" ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [35] <in [Jungle] Regions>" ,
"Generated with weight [5] <in [Forest] Regions>" ,
"Generated with weight [5] <in [Desert] Regions>" ,
"Generated with weight [5] <in [Hybrid] Regions>" ,
"Generated near City States with weight [15]" ,
"Doesn't generate naturally <in [Tundra] tiles>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Copper" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Hill" , "Forest" , "Jungle" , "Grassland" , "Tundra" ] ,
2021-11-09 03:57:09 +07:00
"gold" : 2 ,
"improvement" : "Mine" ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [15] <in [Tundra] Regions>" ,
"Generated with weight [5] <in [Jungle] Regions>" ,
"Generated with weight [5] <in [Forest] Regions>" ,
"Generated with weight [10] <in [Desert] Regions>" ,
"Generated with weight [30] <in [Hill] Regions>" ,
"Generated with weight [20] <in [Grassland] Regions>" ,
"Generated with weight [20] <in [Hybrid] Regions>" ,
"Generated near City States with weight [10]" ,
2024-04-07 16:43:38 +07:00
"Doesn't generate naturally <in [{Grassland} {Fresh Water}] tiles>" ,
2021-12-07 12:25:16 +07:00
"Doesn't generate naturally <in [Jungle] tiles> <in tiles without [Hill]>" ,
"Doesn't generate naturally <in [Forest] tiles> <in tiles without [Hill]> <in tiles without [Tundra]>" ]
2021-11-09 03:57:09 +07:00
} ,
2024-03-18 04:12:40 +07:00
/ *
2021-11-09 03:57:09 +07:00
{
"name" : "Cocoa" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Jungle" , "Forest" ] , // Forest only if flat, non-tundra
2021-11-09 03:57:09 +07:00
"food" : 1 ,
"gold" : 1 ,
2022-01-26 17:20:13 +07:00
"improvement" : "Plantation"
2021-11-09 03:57:09 +07:00
} ,
* /
{
"name" : "Crab" ,
"resourceType" : "Luxury" ,
"terrainsCanBeFoundOn" : [ "Coast" ] ,
"food" : 1 ,
"gold" : 1 ,
"improvement" : "Fishing Boats" ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [30] <in [Tundra] Regions>" ,
"Generated with weight [5] <in [Jungle] 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 [20] <in [Grassland] Regions>" ,
"Generated with weight [20] <in [Hybrid] Regions>" ,
"Generated near City States with weight [15]" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Salt" ,
"resourceType" : "Luxury" ,
2021-12-07 12:25:16 +07:00
"terrainsCanBeFoundOn" : [ "Desert" , "Tundra" , "Plains" , "Forest" ] ,
2021-11-09 03:57:09 +07:00
"gold" : 1 ,
"food" : 1 ,
"improvement" : "Mine" ,
2022-01-26 17:20:13 +07:00
"improvementStats" : { "food" : 1 } ,
2021-12-07 12:25:16 +07:00
"uniques" : [ "Generated with weight [15] <in [Tundra] Regions>" ,
"Generated with weight [5] <in [Forest] Regions>" ,
"Generated with weight [15] <in [Desert] Regions>" ,
"Generated with weight [10] <in [Hill] Regions>" ,
"Generated with weight [25] <in [Plains] Regions>" ,
"Generated with weight [15] <in [Hybrid] Regions>" ,
"Generated near City States with weight [10]" ,
2024-04-07 16:43:38 +07:00
"Doesn't generate naturally <in [{Forest} {Hill}] tiles>" ]
2021-11-09 03:57:09 +07:00
} ,
{
"name" : "Truffles" ,
"resourceType" : "Luxury" ,
"terrainsCanBeFoundOn" : [ "Forest" , "Marsh" , "Jungle" ] ,
"gold" : 2 ,
"improvement" : "Camp" ,
2021-11-09 11:23:30 +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 [Plains] Regions>" ,
"Generated with weight [5] <in [Grassland] Regions>" ,
"Generated with weight [10] <in [Hybrid] Regions>" ,
"Generated near City States with weight [15]" ,
2024-04-07 16:43:38 +07:00
"Doesn't generate naturally <in [{Forest} {Hill}] tiles>" ,
"Doesn't generate naturally <in [{Tundra} {Forest}] tiles>" ]
2021-11-09 11:23:30 +07:00
}
2021-11-09 03:57:09 +07:00
]