mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 05:14:32 -04:00
Added resourceType field to tileResources json schema
This commit is contained in:
parent
cba867bb7e
commit
46dacd2991
@ -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" },
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user