Adds support for optional formes in encounter schema
This commit is contained in:
parent
1216a9a272
commit
2d88f4cddc
|
@ -42,6 +42,20 @@
|
||||||
},
|
},
|
||||||
"maximumlvl": {
|
"maximumlvl": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
|
},
|
||||||
|
"formes": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"forme": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"chance": {
|
||||||
|
"type": "integer"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue