From 43de7a6aaf6c634e4fdb06a1758b32793593995d Mon Sep 17 00:00:00 2001 From: Marek Rusinowski Date: Tue, 21 Nov 2023 00:28:38 +0100 Subject: [PATCH] Add more terrain types to map schema (#187) --- map_list.schema.yaml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/map_list.schema.yaml b/map_list.schema.yaml index e116e9c..e846561 100644 --- a/map_list.schema.yaml +++ b/map_list.schema.yaml @@ -36,9 +36,28 @@ additionalProperties: type: string title: TerrainType enum: - - water - - hills + - acidic + - alien + - asteroid + - asymmetrical + - desert - flat + - forests + - grassy + - hills + - ice + - industrial + - island + - jungle + - lava + - metal + - ruins + - sea + - space + - swamp + - tropical + - wasteland + - water uniqueItems: true default: [] playerCount: