mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-09 23:07:35 +07:00
15 lines
427 B
JSON
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
|
|
}
|