Unciv/android/assets/jsons/Civ V - Vanilla/Specialists.json
Yair Morgenstern 570ec1c326 Converted Specialist GPP to Counter
Changed jsons of Buildings and Specialists to Great Person names
2021-07-23 16:15:31 +03:00

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