mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 10:49:17 +07:00
Great person points come from the json! The only things that still happen directly to the specialists stats is the assign/unassign, this is as close as we'll get without changing the rest of it!
This commit is contained in:
@ -2,21 +2,25 @@
|
||||
{
|
||||
"name":"Scientist",
|
||||
"science":3,
|
||||
"greatPersonPoints": {"science":3}
|
||||
"color": [0,0,255]
|
||||
},
|
||||
{
|
||||
"name":"Merchant",
|
||||
"gold":3,
|
||||
"greatPersonPoints": {"gold":3}
|
||||
"color": [255,215,0]
|
||||
},
|
||||
{
|
||||
"name":"Artist",
|
||||
"culture":2,
|
||||
"greatPersonPoints": {"culture":3}
|
||||
"color": [160,32,240]
|
||||
},
|
||||
{
|
||||
"name":"Engineer",
|
||||
"production":2,
|
||||
"greatPersonPoints": {"production":3}
|
||||
"color": [139,69,19]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user