Adds support for optional formes in encounter schema

This commit is contained in:
2021-01-16 15:15:58 +01:00
parent 1216a9a272
commit 2d88f4cddc

View File

@@ -42,6 +42,20 @@
},
"maximumlvl": {
"type": "integer"
},
"formes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"forme": {
"type": "string"
},
"chance": {
"type": "integer"
}
}
}
}
}
}