feat: simplify SCUM activity management
This commit is contained in:
@@ -53,8 +53,12 @@
|
||||
"required": ["tradeGoodsId", "percent", "value", "r", "x", "y", "z"],
|
||||
"properties": {
|
||||
"tradeGoodsId": { "type": "string", "minLength": 1, "maxLength": 128 },
|
||||
"catalogCode": { "type": "string", "minLength": 1, "maxLength": 128 },
|
||||
"percent": { "type": "integer", "minimum": 0, "maximum": 100 },
|
||||
"probability": { "type": "integer", "minimum": 0, "maximum": 100 },
|
||||
"value": { "type": "integer", "minimum": 1 },
|
||||
"quantity": { "type": "integer", "minimum": 1 },
|
||||
"durability": { "type": "integer", "minimum": 0, "maximum": 100 },
|
||||
"r": { "type": "number", "minimum": 0 },
|
||||
"x": { "type": "number" },
|
||||
"y": { "type": "number" },
|
||||
|
||||
Reference in New Issue
Block a user