mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 14:24:43 -04:00
specialistSlots and greatPersonPoints are specifically maps to numbers
This commit is contained in:
parent
8913b667c8
commit
ae18b6d7ad
@ -26,8 +26,14 @@
|
|||||||
"cost": { "type": "number" },
|
"cost": { "type": "number" },
|
||||||
"maintenance": { "type": "number" },
|
"maintenance": { "type": "number" },
|
||||||
"percentStatBonus": { "$ref": "https://raw.githubusercontent.com/yairm210/Unciv/master/docs/Modders/schemas/stats.json" },
|
"percentStatBonus": { "$ref": "https://raw.githubusercontent.com/yairm210/Unciv/master/docs/Modders/schemas/stats.json" },
|
||||||
"specialistSlots": { "type": "object" },
|
"specialistSlots": {
|
||||||
"greatPersonPoints": { "type": "object" },
|
"type": "object",
|
||||||
|
"additionalProperties": {"type": "integer"}
|
||||||
|
},
|
||||||
|
"greatPersonPoints": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": {"type": "integer"}
|
||||||
|
},
|
||||||
"hurryCostModifier": { "type": "number" },
|
"hurryCostModifier": { "type": "number" },
|
||||||
"isWonder": { "type": "boolean" },
|
"isWonder": { "type": "boolean" },
|
||||||
"isNationalWonder": { "type": "boolean" },
|
"isNationalWonder": { "type": "boolean" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user