mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-05 15:59:50 +07:00
Add stats as separate schema
This commit is contained in:
14
docs/Modders/schemas/stats.json
Normal file
14
docs/Modders/schemas/stats.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"$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
|
||||||
|
}
|
Reference in New Issue
Block a user