Updated titles

This commit is contained in:
DaanV2
2021-07-01 16:32:59 +02:00
parent 0b1527e81a
commit bd92fde1b8
30 changed files with 132 additions and 124 deletions

View File

@@ -10,24 +10,25 @@
"type": "number",
"default": 3,
"description": "The strength with which blocking entities should be knocked back",
"title": "TODO Title"
"title": "Knockback Strength"
},
"reaction_choices": {
"type": "array",
"description": "A list of weighted responses to the melee attack being blocked",
"title": "Reaction Choices",
"items": {
"additionalProperties": false,
"type": "object",
"properties": {
"weight": { "type": "integer" },
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"value": {
"additionalProperties": false,
"type": "object",
"properties": { "event": { "type": "string" }, "target": { "type": "string", "$ref": "../../filters/filters/types/subject.json" } }
"title": "Value",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "../types/event.json"
}
}
},
"title": "TODO Title"
}
}
}
}