This commit is contained in:
parent
9398ac5646
commit
ff6a27d790
@ -3,7 +3,7 @@
|
|||||||
"id": "ai.syui.game.user",
|
"id": "ai.syui.game.user",
|
||||||
"defs": {
|
"defs": {
|
||||||
"main": {
|
"main": {
|
||||||
"type": "procedure",
|
"type": "record",
|
||||||
"key": "tid",
|
"key": "tid",
|
||||||
"description": "Record containing a game user.",
|
"description": "Record containing a game user.",
|
||||||
"input": {
|
"input": {
|
||||||
@ -19,10 +19,41 @@
|
|||||||
"did": {
|
"did": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"charactor": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"ai":{
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"lv":{
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 1,
|
||||||
|
"maximum": 7,
|
||||||
|
"default": 1
|
||||||
|
},
|
||||||
|
"hp":{
|
||||||
|
"type": "integer",
|
||||||
|
"maximum": 255,
|
||||||
|
"default": 0
|
||||||
|
},
|
||||||
|
"attach":{
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 1,
|
||||||
|
"maximum": 255,
|
||||||
|
"default": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"createdAt": {
|
"createdAt": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "datetime",
|
"format": "datetime",
|
||||||
"description": "Client-declared timestamp when this post was originally created."
|
"description": "Client-declared timestamp when this post was originally created."
|
||||||
|
},
|
||||||
|
"updatedAt": {
|
||||||
|
"type": "string",
|
||||||
|
"format": "datetime"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user