mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 14:48:56 +07:00
Buildings schema references stats schema, so it's reusable from other places
This commit is contained in:
@ -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" },
|
||||
|
Reference in New Issue
Block a user