Unciv/docs/Modders/schemas/stats.json
2023-09-21 23:38:00 +03:00

15 lines
427 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"production": { "type": "number" },
"food": { "type": "number" },
"gold": { "type": "number" },
"science": { "type": "number" },
"culture": { "type": "number" },
"happiness": { "type": "number" },
"faith": { "type": "number" }
},
"additionalProperties": false
}