From 5ec6eb5d5401d40124f30de684145aae5def62fd Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Wed, 2 Sep 2020 16:46:28 -0400 Subject: [PATCH] shroud --- entities/shroud.json | 88 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 entities/shroud.json diff --git a/entities/shroud.json b/entities/shroud.json new file mode 100644 index 00000000..84c2f405 --- /dev/null +++ b/entities/shroud.json @@ -0,0 +1,88 @@ +{ + "type": "STRAY", + "ai": true, + "aware": true, + "customName": "&7Shroud", + "removable": true, + "mainHand": { + "displayName": "&7Shroud's Bow", + "type": "BOW", + "enchantments": [ + { + "enchantment": "ARROW_DAMAGE", + "maxLevel": 2, + "minLevel": 1 + }, + { + "enchantment": "MULTISHOT", + "maxLevel": 3, + "minLevel": 2 + } + ] + }, + "offHand": { + "type": "SOUL_LANTERN", + "displayName": "&7Shoud's Light" + }, + "attributes": [ + { + "attribute": "GENERIC_MOVEMENT_SPEED", + "maxAmount": 0.5, + "minAmount": 0.35, + "name": "Speed of shroud", + "operation": "MULTIPLY_SCALAR_1" + } + ], + "helmet": { + "type": "LEATHER_HELMET", + "leatherColor": "#1f2063", + "displayName": "&7Shroud's Hood", + "enchantments": [ + { + "chance": 0.25, + "enchantment": "THORNS", + "maxLevel": 1, + "minLevel": 1 + } + ] + }, + "chestplate": { + "type": "LEATHER_CHESTPLATE", + "displayName": "&7Shroud's Robes", + "leatherColor": "#363457", + "enchantments": [ + { + "chance": 0.25, + "enchantment": "PROTECTION_ENVIRONMENTAL", + "maxLevel": 1, + "minLevel": 1 + } + ] + }, + "leggings": { + "type": "LEATHER_LEGGINGS", + "displayName": "&7Shroud's Leggings", + "leatherColor": "#363042", + "enchantments": [ + { + "chance": 0.25, + "enchantment": "PROTECTION_FIRE", + "maxLevel": 1, + "minLevel": 1 + } + ] + }, + "boots": { + "type": "LEATHER_BOOTS", + "leatherColor": "#2a2730", + "displayName": "&7Shroud's Boots", + "enchantments": [ + { + "chance": 0.25, + "enchantment": "FROST_WALKER", + "maxLevel": 1, + "minLevel": 1 + } + ] + } +} \ No newline at end of file