Buildings schema references stats schema, so it's reusable from other places

This commit is contained in:
Yair Morgenstern
2023-09-22 10:13:35 +03:00
parent c7775412c7
commit 8913b667c8

View File

@ -25,7 +25,7 @@
"requiredTech": { "type": "string" },
"cost": { "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" },
"greatPersonPoints": { "type": "object" },
"hurryCostModifier": { "type": "number" },