2020-09-30 17:10:02 +07:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"name":"Scientist",
|
2020-09-30 23:26:20 +07:00
|
|
|
"science":3,
|
2021-04-12 10:23:44 +07:00
|
|
|
"greatPersonPoints": {"science":3},
|
2020-09-30 23:26:20 +07:00
|
|
|
"color": [0,0,255]
|
2020-09-30 17:10:02 +07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"Merchant",
|
2020-09-30 23:26:20 +07:00
|
|
|
"gold":3,
|
2021-04-12 10:23:44 +07:00
|
|
|
"greatPersonPoints": {"gold":3},
|
2020-09-30 23:26:20 +07:00
|
|
|
"color": [255,215,0]
|
2020-09-30 17:10:02 +07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"Artist",
|
2020-09-30 23:26:20 +07:00
|
|
|
"culture":2,
|
2021-04-12 10:23:44 +07:00
|
|
|
"greatPersonPoints": {"culture":3},
|
2020-09-30 23:26:20 +07:00
|
|
|
"color": [160,32,240]
|
2020-09-30 17:10:02 +07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"Engineer",
|
2020-09-30 23:26:20 +07:00
|
|
|
"production":2,
|
2021-04-12 10:23:44 +07:00
|
|
|
"greatPersonPoints": {"production":3},
|
2020-09-30 23:26:20 +07:00
|
|
|
"color": [139,69,19]
|
2020-09-30 17:10:02 +07:00
|
|
|
}
|
|
|
|
]
|