From c16f96e7b0dc116f357647fb66e2e777ac04e837 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 13 Jul 2022 21:57:44 +0200 Subject: [PATCH] Added a dot --- source/behavior/entities/format/components/equipment.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/behavior/entities/format/components/equipment.json b/source/behavior/entities/format/components/equipment.json index 0bcc4fc5..3bae563a 100644 --- a/source/behavior/entities/format/components/equipment.json +++ b/source/behavior/entities/format/components/equipment.json @@ -7,7 +7,7 @@ "properties": { "slot_drop_chance": { "type": "array", - "description": "A list of slots with the chance to drop an equipped item from that slot", + "description": "A list of slots with the chance to drop an equipped item from that slot.", "title": "Slot Drop Chance", "items": { "additionalProperties": false, @@ -26,9 +26,7 @@ "title": "Slot", "description": "The slot in which the item will drop from", "$comment": "UNDOCUMENTED", - "examples": [ - "slot.weapon.mainhand" - ] + "examples": ["slot.weapon.mainhand"] } } }