mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 05:14:32 -04:00
Buildings schema references stats schema, so it's reusable from other places
This commit is contained in:
parent
c7775412c7
commit
8913b667c8
@ -25,7 +25,7 @@
|
|||||||
"requiredTech": { "type": "string" },
|
"requiredTech": { "type": "string" },
|
||||||
"cost": { "type": "number" },
|
"cost": { "type": "number" },
|
||||||
"maintenance": { "type": "number" },
|
"maintenance": { "type": "number" },
|
||||||
"percentStatBonus": { "$ref": "#/definitions/stats" },
|
"percentStatBonus": { "$ref": "https://raw.githubusercontent.com/yairm210/Unciv/master/docs/Modders/schemas/stats.json" },
|
||||||
"specialistSlots": { "type": "object" },
|
"specialistSlots": { "type": "object" },
|
||||||
"greatPersonPoints": { "type": "object" },
|
"greatPersonPoints": { "type": "object" },
|
||||||
"hurryCostModifier": { "type": "number" },
|
"hurryCostModifier": { "type": "number" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user