Skip to content

Commit

Permalink
progression[major] - added schemas files for every map zone type
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus committed Jan 12, 2024
1 parent 4b5348c commit 256ef95
Show file tree
Hide file tree
Showing 21 changed files with 126 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemas/zones_badlands butte.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_badlands canyon.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_badlands hills.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_badlands landforms.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_badlands plateaus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_badlands valleys.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_badlands.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_beach.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_black rocky canyons.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_desert canyons.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_desert hills.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_desert valleys.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_desert.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_flatlands.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_high mountains.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_hills.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_mountains.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_plains canyon.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_plains.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_rocky canyons.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)
6 changes: 6 additions & 0 deletions schemas/zones_valleys.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: str()
description: str()
type: str()
map:
map full: str()
map raw: str(required=False)

0 comments on commit 256ef95

Please sign in to comment.