Added resourceType field to tileResources json schema

This commit is contained in:
Yair Morgenstern
2024-02-25 23:31:24 +02:00
parent cba867bb7e
commit 46dacd2991

View File

@ -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" },