mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 07:16:54 +07:00
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]
|
||
|
}
|
||
|
]
|