Updated comments
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
"title": "Attack Damage 1.8.0",
|
||||
"additionalProperties": false,
|
||||
"required": ["value"],
|
||||
"properties": { "value": { "type": "number", "description": "UNDOCUMENTATED: value", "title": "Value" } },
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"properties": { "value": { "type": "number", "description": "UNDOCUMENTED: value", "title": "Value" } },
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"type": "object",
|
||||
"title": "Balloonable 1.8.0",
|
||||
"required": [],
|
||||
"properties": { "mass": { "type": "number", "description": "UNDOCUMENTATED: mass", "title": "Mass" } },
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"properties": { "mass": { "type": "number", "description": "UNDOCUMENTED: mass", "title": "Mass" } },
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": [],
|
||||
"properties": { "value": { "type": "number", "default": 1, "description": "UNDOCUMENTATED: value", "title": "Value" } }
|
||||
"properties": { "value": { "type": "number", "default": 1, "description": "UNDOCUMENTED: value", "title": "Value" } }
|
||||
}
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"value": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Value" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
"description": "UNDOCUMENTED: "
|
||||
}
|
||||
|
||||
@@ -44,8 +44,13 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"weight": { "type": "integer", "description": "UNDOCUMENTATED: weight", "title": "Weight" },
|
||||
"value": { "type": "integer", "description": "UNDOCUMENTATED: value", "title": "Value" }
|
||||
"weight": {
|
||||
"type": "integer",
|
||||
"description": "The weight on how likely this section is to trigger",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Weight"
|
||||
},
|
||||
"value": { "type": "integer", "description": "UNDOCUMENTED: value", "title": "Value" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user