Unciv/android/assets/jsons/Civ V - Gods & Kings/Specialists.json
Xander Lenstra ac2bc3a404
Second version of G&K / vanilla split (#5647)
* Copied files for Gods & Kings folder

* Added G&K and unified with mods in dropdown

* Split the baseruleset from the mods list in game parameters

* Mod links are checked again when selecting a mod

* The new map editor screen now also uses the base ruleset

* Updated the ruleset change dialog in the map editor; Fixed a crash

* Refactored some code and fixed some bugs
2021-11-08 22:57:09 +02: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]
}
]