mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 15:27:50 +07:00
Added resourceType field to tileResources json schema
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
"uniqueItems": true
|
||||
},
|
||||
"improvement": { "type": "string" },
|
||||
"resourceType": { "enum": ["Strategic", "Luxury", "Bonus"]},
|
||||
"techRequired": { "type": "string" },
|
||||
"improvementStats": { "$ref": "https://raw.githubusercontent.com/yairm210/Unciv/master/docs/Modders/schemas/stats.json" },
|
||||
|
||||
|
Reference in New Issue
Block a user