Skip to content

Commit c0b20d7

Browse files
committed
Environment added to npc schema
1 parent f6761d3 commit c0b20d7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/schemas/hk-npc-schema.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,23 @@
8989
"Chaotic evil"
9090
]
9191
},
92+
"environment": {
93+
"title": "Environment",
94+
"type": "string",
95+
"enum": [
96+
"arctic",
97+
"coastal",
98+
"desert",
99+
"forest",
100+
"grassland",
101+
"hill",
102+
"mountain",
103+
"swamp",
104+
"underdark",
105+
"underwater",
106+
"urban"
107+
]
108+
},
92109
"walk_speed": {
93110
"title": "Walk speed",
94111
"type": "integer",

0 commit comments

Comments
 (0)