mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-05 15:59:50 +07:00
specialistSlots and greatPersonPoints are specifically maps to numbers
This commit is contained in:
@ -26,8 +26,14 @@
|
||||
"cost": { "type": "number" },
|
||||
"maintenance": { "type": "number" },
|
||||
"percentStatBonus": { "$ref": "https://raw.githubusercontent.com/yairm210/Unciv/master/docs/Modders/schemas/stats.json" },
|
||||
"specialistSlots": { "type": "object" },
|
||||
"greatPersonPoints": { "type": "object" },
|
||||
"specialistSlots": {
|
||||
"type": "object",
|
||||
"additionalProperties": {"type": "integer"}
|
||||
},
|
||||
"greatPersonPoints": {
|
||||
"type": "object",
|
||||
"additionalProperties": {"type": "integer"}
|
||||
},
|
||||
"hurryCostModifier": { "type": "number" },
|
||||
"isWonder": { "type": "boolean" },
|
||||
"isNationalWonder": { "type": "boolean" },
|
||||
|
Reference in New Issue
Block a user