This commit is contained in:
parent
ff6a27d790
commit
978aca61cf
@ -21,6 +21,7 @@
|
|||||||
},
|
},
|
||||||
"charactor": {
|
"charactor": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"enum": ["ai", "test"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"ai":{
|
"ai":{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@ -31,6 +32,15 @@
|
|||||||
"maximum": 7,
|
"maximum": 7,
|
||||||
"default": 1
|
"default": 1
|
||||||
},
|
},
|
||||||
|
"exp":{
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
|
"rank":{
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 0,
|
||||||
|
"maximum": 7,
|
||||||
|
"default": 0
|
||||||
|
},
|
||||||
"hp":{
|
"hp":{
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"maximum": 255,
|
"maximum": 255,
|
||||||
@ -41,6 +51,18 @@
|
|||||||
"minimum": 1,
|
"minimum": 1,
|
||||||
"maximum": 255,
|
"maximum": 255,
|
||||||
"default": 1
|
"default": 1
|
||||||
|
},
|
||||||
|
"critical":{
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 0,
|
||||||
|
"maximum": 255,
|
||||||
|
"default": 0
|
||||||
|
},
|
||||||
|
"critical_d":{
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 0,
|
||||||
|
"maximum": 255,
|
||||||
|
"default": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user