Adds support for optional formes in encounter schema

This commit is contained in:
Deukhoofd 2021-01-16 15:15:58 +01:00
parent 1216a9a272
commit 2d88f4cddc
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 14 additions and 0 deletions

View File

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