Skip to content

Commit

Permalink
Add more terrain types to map schema (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
p2004a authored Nov 20, 2023
1 parent 0fb79be commit 43de7a6
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions map_list.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 43de7a6

Please sign in to comment.