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:
Yair Morgenstern
2020-09-30 20:18:52 +03:00
parent e39d3e89da
commit aa2486c896
8 changed files with 95 additions and 70 deletions

View File

@ -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]
}
]