mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 15:27:27 +07:00
ac2bc3a404
* 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
27 lines
444 B
JSON
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]
|
|
}
|
|
]
|