auto: Formatted documents
This commit is contained in:
@@ -18,17 +18,34 @@
|
||||
"accepted_items": {
|
||||
"type": "array",
|
||||
"description": "The list of items that can go in this slot",
|
||||
"items": { "type": "string", "description": "A item name", "$ref": "../../../../general/item/identifier.json", "title": "Accepted Items" },
|
||||
"items": {
|
||||
"type": "string",
|
||||
"description": "A item name",
|
||||
"$ref": "../../../../general/item/identifier.json",
|
||||
"title": "Accepted Items"
|
||||
},
|
||||
"title": "Accepted Items"
|
||||
},
|
||||
"item": { "$ref": "../../../../general/item/identifier.json", "description": "Identifier of the item that can be equipped for this slot", "title": "Item" },
|
||||
"item": {
|
||||
"$ref": "../../../../general/item/identifier.json",
|
||||
"description": "Identifier of the item that can be equipped for this slot",
|
||||
"title": "Item"
|
||||
},
|
||||
"interact_text": {
|
||||
"type": "string",
|
||||
"description": "Text to be displayed when the entity can be equipped with this item when playing with Touch-screen controls",
|
||||
"title": "Interact Text"
|
||||
},
|
||||
"on_equip": { "$ref": "../types/event.json", "description": "Event to trigger when this entity is equipped with this item", "title": "On Equip" },
|
||||
"on_unequip": { "$ref": "../types/event.json", "description": "Event to trigger when this item is removed from this entity", "title": "On Unequip" }
|
||||
"on_equip": {
|
||||
"$ref": "../types/event.json",
|
||||
"description": "Event to trigger when this entity is equipped with this item",
|
||||
"title": "On Equip"
|
||||
},
|
||||
"on_unequip": {
|
||||
"$ref": "../types/event.json",
|
||||
"description": "Event to trigger when this item is removed from this entity",
|
||||
"title": "On Unequip"
|
||||
}
|
||||
},
|
||||
"title": "Slots"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user