Unciv/android/assets/jsons/Civ V - Gods & Kings/Specialists.json
Xander Lenstra db6e588479
Splitting of vanilla and gods & kings rulesets -- Part 1: Groundwork (#5577)
* Copied files for Gods & Kings folder

* Added G&K and unified with mods in dropdown
2021-10-28 18:02:30 +03:00

27 lines
444 B
JSON

[
{
"name":"Scientist",
"science":3,
"greatPersonPoints": {"Great Scientist":3},
"color": [0,0,255]
},
{
"name":"Merchant",
"gold":3,
"greatPersonPoints": {"Great Merchant":3},
"color": [255,215,0]
},
{
"name":"Artist",
"culture":2,
"greatPersonPoints": {"Great Artist":3},
"color": [160,32,240]
},
{
"name":"Engineer",
"production":2,
"greatPersonPoints": {"Great Engineer":3},
"color": [139,69,19]
}
]