From e8e8c6f8ad13b06bce6218714a4f03287a30ca01 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:10:17 +0200 Subject: Added new items from the spook event (#1013) * Added new items and fixed intimidation texture * Fixed Rarity of Tnt and 2 textures * Added new items * Fixed Sack Size, added new npcs and fixed some lore * Fixed lores, added new pet stats, added new items * Added new item, added new essenceshop perks (missing diamond and fixed monocle req * Added new items to museum and fixed order * Added Diamond Essence Perks and fixed some gold essence perk * Tf did i do here * Added winter warp * Fixed Intimidation parent --- items/ENDER_MONOCLE.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/ENDER_MONOCLE.json') diff --git a/items/ENDER_MONOCLE.json b/items/ENDER_MONOCLE.json index b77600bd..0499545e 100644 --- a/items/ENDER_MONOCLE.json +++ b/items/ENDER_MONOCLE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Ender Monocle", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e9fbaa43-29b0-3e8f-b8dc-8e7590c03d17\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MDAyODMzMjY3MiwKICAicHJvZmlsZUlkIiA6ICI5ZWEyMTQ0NGFiNjI0MWZkYjg5YjE2NDFhNDg2MGZiZiIsCiAgInByb2ZpbGVOYW1lIiA6ICI3QUJDSE9VTiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iODQ0NDIyNGFmMmNkNGE1ZDM5MDlkYjc3MmM3ZDBjOTViMTIxNmMzYWMwMTlmNGEwZTdjZGJiOGYwN2Y0MThmIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"§7Combine §a9x §7of this stone at the\",2:\"§7§6Thaumaturgist §7to permanently\",3:\"§7unlock the §aSighted §7power.\",4:\"\",5:\"§7At §6§k1,000§r §6Magical Power§7:\",6:\"§b+§k1,163✎§r §bIntelligence\",7:\"\",8:\"§7Unique Power Bonus:\",9:\"§c+3๑ Ability Damage\",10:\"\",11:\"§7Requires §aCombat Skill Level XX§7!\",12:\"\",13:\"§9§lRARE POWER STONE\"],Name:\"§9Ender Monocle\"},ExtraAttributes:{id:\"ENDER_MONOCLE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e9fbaa43-29b0-3e8f-b8dc-8e7590c03d17\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MDAyODMzMjY3MiwKICAicHJvZmlsZUlkIiA6ICI5ZWEyMTQ0NGFiNjI0MWZkYjg5YjE2NDFhNDg2MGZiZiIsCiAgInByb2ZpbGVOYW1lIiA6ICI3QUJDSE9VTiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iODQ0NDIyNGFmMmNkNGE1ZDM5MDlkYjc3MmM3ZDBjOTViMTIxNmMzYWMwMTlmNGEwZTdjZGJiOGYwN2Y0MThmIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"§7Combine §a9x §7of this stone at the\",2:\"§7§6Thaumaturgist §7to permanently\",3:\"§7unlock the §aSighted §7power.\",4:\"\",5:\"§7At §6§k1,000§r §6Magical Power§7:\",6:\"§b+§k1,163✎§r §bIntelligence\",7:\"\",8:\"§7Unique Power Bonus:\",9:\"§c+3๑ Ability Damage\",10:\"\",11:\"§7Requires §aCombat Skill Level XV§7!\",12:\"\",13:\"§9§lRARE POWER STONE\"],Name:\"§9Ender Monocle\"},ExtraAttributes:{id:\"ENDER_MONOCLE\"}}", "damage": 3, "lore": [ "§8Power Stone", @@ -15,14 +15,14 @@ "§7Unique Power Bonus:", "§c+3๑ Ability Damage", "", - "§7Requires §aCombat Skill Level XX§7!", + "§7Requires §aCombat Skill Level XV§7!", "", "§9§lRARE POWER STONE" ], "internalname": "ENDER_MONOCLE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ender_Monocle", -- cgit