diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-20 13:10:32 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-20 13:10:32 -0500 |
commit | 6a49d447c48e9921470161c2863c30653dc612db (patch) | |
tree | b114692955afa8a2956f2051f2ebb27b59f241a8 | |
parent | bef32fe763500bc9122b9843e07e4574afcc2482 (diff) | |
download | NotEnoughUpdates-REPO-6a49d447c48e9921470161c2863c30653dc612db.tar.gz NotEnoughUpdates-REPO-6a49d447c48e9921470161c2863c30653dc612db.tar.bz2 NotEnoughUpdates-REPO-6a49d447c48e9921470161c2863c30653dc612db.zip |
Learning To Count with IRONM00N pt 2
-rw-r--r-- | constants/parents.json | 12 | ||||
-rw-r--r-- | items/AUTO_RECOMBOBULATOR.json | 19 | ||||
-rw-r--r-- | items/CRYPT_DREADLORD_SWORD.json | 6 | ||||
-rw-r--r-- | items/GOLDOR_THE_FISH.json | 17 | ||||
-rw-r--r-- | items/IMPLOSION_SCROLL.json | 25 | ||||
-rw-r--r-- | items/INK_WAND.json | 6 | ||||
-rw-r--r-- | items/MAXOR_THE_FISH.json | 16 | ||||
-rw-r--r-- | items/NECRON_HANDLE.json | 16 | ||||
-rw-r--r-- | items/PUMPKIN_BOMB.json | 6 | ||||
-rw-r--r-- | items/STORM_THE_FISH.json | 17 | ||||
-rw-r--r-- | items/TACTICIAN_SWORD.json | 17 | ||||
-rw-r--r-- | items/ULTIMATE_ONE_FOR_ALL;1.json | 25 | ||||
-rw-r--r-- | items/ULTIMATE_SOUL_EATER;2.json | 27 | ||||
-rw-r--r-- | items/ULTIMATE_SOUL_EATER;3.json | 27 | ||||
-rw-r--r-- | items/ULTIMATE_SOUL_EATER;4.json | 27 | ||||
-rw-r--r-- | items/ULTIMATE_SOUL_EATER;5.json | 27 |
16 files changed, 270 insertions, 20 deletions
diff --git a/constants/parents.json b/constants/parents.json index 717bd0b9..4483e5dc 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -347,7 +347,7 @@ "PERFECT_CHESTPLATE_9", "PERFECT_CHESTPLATE_10", "PERFECT_CHESTPLATE_11", - "PERFECT_CHESTPLATE_12", + "PERFECT_CHESTPLATE_12" ], "PERFECT_HELMET_1": [ "PERFECT_HELMET_2", @@ -373,7 +373,7 @@ "PERFECT_LEGGINGS_9", "PERFECT_LEGGINGS_10", "PERFECT_LEGGINGS_11", - "PERFECT_LEGGINGS_12", + "PERFECT_LEGGINGS_12" ], "POWER;4": [ "POWER;1", @@ -530,7 +530,7 @@ "STAINED_GLASS_PANE-12", "STAINED_GLASS_PANE-13", "STAINED_GLASS_PANE-14", - "STAINED_GLASS_PANE-15", + "STAINED_GLASS_PANE-15" ], "STEP": [ "STEP-1", @@ -674,6 +674,12 @@ "ULTIMATE_REND;4", "ULTIMATE_REND;5" ], + "ULTIMATE_SOUL_EATER;1": [ + "ULTIMATE_SOUL_EATER;2", + "ULTIMATE_SOUL_EATER;3", + "ULTIMATE_SOUL_EATER;4", + "ULTIMATE_SOUL_EATER;5" + ], "ULTIMATE_SWARM;1": [ "ULTIMATE_SWARM;2", "ULTIMATE_SWARM;3", diff --git a/items/AUTO_RECOMBOBULATOR.json b/items/AUTO_RECOMBOBULATOR.json new file mode 100644 index 00000000..b0098d40 --- /dev/null +++ b/items/AUTO_RECOMBOBULATOR.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6Auto Recombobulator", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"10479f18-e67f-3c86-93e2-b4df79d0457e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWRmZjhkYmJhYjE1YmZiYjExZTIzYjFmNTBiMzRlZjU0OGFkOTgzMmMwYmQ3ZjVhMTM3OTFhZGFkMDA1N2UxYiJ9fX0K\"}]}},display:{Lore:[0:\"§7Grants a §a1% §7chance to\",1:\"§7automatically recombobulate\",2:\"§7drops you get from enemies.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY DUNGEON ACCESSORY\"],Name:\"§f§f§6Auto Recombobulator\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"AUTO_RECOMBOBULATOR\",uuid:\"275c097e-0672-45b5-9a6d-6813a126f2c4\",timestamp:\"11/20/20 6:58 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Grants a §a1% §7chance to", + "§7automatically recombobulate", + "§7drops you get from enemies.", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY DUNGEON ACCESSORY" + ], + "internalname": "AUTO_RECOMBOBULATOR", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CRYPT_DREADLORD_SWORD.json b/items/CRYPT_DREADLORD_SWORD.json index 61a7eea8..535ba07f 100644 --- a/items/CRYPT_DREADLORD_SWORD.json +++ b/items/CRYPT_DREADLORD_SWORD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_sword", "displayname": "§9Dreadlord Sword", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d145\",1:\"§7Damage: §c+52\",2:\"§7Strength: §c+50\",3:\"\",4:\"§7Intelligence: §a+85\",5:\"\",6:\"§6Item Ability: Dreadlord §e§lRIGHT CLICK\",7:\"§7Shoot a skull that deals §a578§7\",8:\"§7damage.\",9:\"§8Mana Cost: §340\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 35000 / 35000\",13:\"§7§4❣ §cRequires §aCatacombs Level 5\",14:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Dreadlord Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_DREADLORD_SWORD\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d145\",1:\"§7Damage: §c+52\",2:\"§7Strength: §c+50\",3:\"\",4:\"§7Intelligence: §a+85\",5:\"\",6:\"§6Item Ability: Dreadlord §e§lRIGHT CLICK\",7:\"§7Shoot a skull that deals §a500§7\",8:\"§7damage.\",9:\"§8Mana Cost: §340\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 35000 / 35000\",13:\"§7§4❣ §cRequires §aCatacombs Level 5\",14:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Dreadlord Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_DREADLORD_SWORD\"}}", "damage": 0, "lore": [ "§7Gear Score: §d145", @@ -11,7 +11,7 @@ "§7Intelligence: §a+85", "", "§6Item Ability: Dreadlord §e§lRIGHT CLICK", - "§7Shoot a skull that deals §a578§7", + "§7Shoot a skull that deals §a500§7", "§7damage.", "§8Mana Cost: §340", "", @@ -23,7 +23,7 @@ "internalname": "CRYPT_DREADLORD_SWORD", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.6-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Dreadlord_Sword" diff --git a/items/GOLDOR_THE_FISH.json b/items/GOLDOR_THE_FISH.json new file mode 100644 index 00000000..ef835892 --- /dev/null +++ b/items/GOLDOR_THE_FISH.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§cGoldor the Fish", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bff50f62-bbd8-3ea8-9e7f-126e7efe9544\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2U0ZjQ5NTM1YTI3NmFhY2M0ZGM4NDEzM2JmZTgxYmU1ZjJhNDc5OWE0YzA0ZDlhNGRkYjcyZDgxOWVjMmIyYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Two things are infinite, the\",1:\"§7universe and my ego.\",2:\"\",3:\"§c§lSPECIAL DUNGEON ITEM\"],Name:\"§f§f§cGoldor the Fish\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"GOLDOR_THE_FISH\",uuid:\"74d7ca3e-c8bd-4424-a640-dc00d3efc8a5\",timestamp:\"11/19/20 4:14 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Two things are infinite, the", + "§7universe and my ego.", + "", + "§c§lSPECIAL DUNGEON ITEM" + ], + "internalname": "GOLDOR_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/IMPLOSION_SCROLL.json b/items/IMPLOSION_SCROLL.json new file mode 100644 index 00000000..72380cff --- /dev/null +++ b/items/IMPLOSION_SCROLL.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:writable_book", + "displayname": "§f§f§5Implosion", + "nbttag": "{generation:0,ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7This scroll can be applied to a\",1:\"§7§6Necron\u0027s Blade (Unrefined)\",2:\"§6§7granting it the §6Implosion\",3:\"§6§7ability.\",4:\"\",5:\"§6Item Ability: Implosion §e§lRIGHT CLICK\",6:\"§7Deals §c10,000 §7damage to\",7:\"§7nearby enemies.\",8:\"§8Mana Cost: §3300\",9:\"§8Cooldown: §a10s\",10:\"\",11:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Implosion\"},ExtraAttributes:{id:\"IMPLOSION_SCROLL\"},AttributeModifiers:[],resolved:0b}", + "damage": 0, + "lore": [ + "§7This scroll can be applied to a", + "§7§6Necron\u0027s Blade (Unrefined)", + "§6§7granting it the §6Implosion", + "§6§7ability.", + "", + "§6Item Ability: Implosion §e§lRIGHT CLICK", + "§7Deals §c10,000 §7damage to", + "§7nearby enemies.", + "§8Mana Cost: §3300", + "§8Cooldown: §a10s", + "", + "§5§lEPIC DUNGEON ITEM" + ], + "internalname": "IMPLOSION_SCROLL", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/INK_WAND.json b/items/INK_WAND.json index c6553f4d..fd82796d 100644 --- a/items/INK_WAND.json +++ b/items/INK_WAND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stick", "displayname": "§5Ink Wand", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+130\",1:\"§7Strength: §c+90\",2:\"\",3:\"§6Item Ability: Ink Bomb §e§lRIGHT CLICK\",4:\"§7Shoot an ink bomb in front of\",5:\"§7you dealing §a42,200 §7damage\",6:\"§7and giving blindness!\",7:\"§8Mana Cost: §360\",8:\"§8Cooldown: §a30s\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§5§lEPIC SWORD\"],Name:\"§5Ink Wand\"},ExtraAttributes:{id:\"INK_WAND\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+130\",1:\"§7Strength: §c+90\",2:\"\",3:\"§6Item Ability: Ink Bomb §e§lRIGHT CLICK\",4:\"§7Shoot an ink bomb in front of\",5:\"§7you dealing §a10,000 §7damage\",6:\"§7and giving blindness!\",7:\"§8Mana Cost: §360\",8:\"§8Cooldown: §a30s\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§5§lEPIC SWORD\"],Name:\"§5Ink Wand\"},ExtraAttributes:{id:\"INK_WAND\"}}", "damage": 0, "lore": [ "§7Damage: §c+130", @@ -9,7 +9,7 @@ "", "§6Item Ability: Ink Bomb §e§lRIGHT CLICK", "§7Shoot an ink bomb in front of", - "§7you dealing §a42,200 §7damage", + "§7you dealing §a10,000 §7damage", "§7and giving blindness!", "§8Mana Cost: §360", "§8Cooldown: §a30s", @@ -30,7 +30,7 @@ }, "internalname": "INK_WAND", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.6-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ink_Wand" diff --git a/items/MAXOR_THE_FISH.json b/items/MAXOR_THE_FISH.json new file mode 100644 index 00000000..70669ca1 --- /dev/null +++ b/items/MAXOR_THE_FISH.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§cMaxor the Fish", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5cf7683e-1630-37ec-b943-e725e18d401c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2RmNzRlMzIzZWQ0MTQzNjk2NWY1YzU3ZGRmMjgxNWQ1MzMyZmU5OTllNjhmYmI5ZDZjZjVjOGJkNDEzOWYifX19\"}]}},display:{Lore:[0:\"§7Dynamite fishing is my favorite!\",1:\"\",2:\"§c§lSPECIAL DUNGEON ITEM\"],Name:\"§f§f§cMaxor the Fish\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"MAXOR_THE_FISH\",uuid:\"5859ffe7-9ae2-4878-8d57-e8a0cae64204\",timestamp:\"11/20/20 5:53 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Dynamite fishing is my favorite!", + "", + "§c§lSPECIAL DUNGEON ITEM" + ], + "internalname": "MAXOR_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/NECRON_HANDLE.json b/items/NECRON_HANDLE.json new file mode 100644 index 00000000..48581b2c --- /dev/null +++ b/items/NECRON_HANDLE.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:stick", + "displayname": "§f§f§5Necron\u0027s Handle", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Necron\u0027s Handle\"},ExtraAttributes:{id:\"NECRON_HANDLE\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§eRight-click to view recipes!", + "", + "§5§lEPIC DUNGEON ITEM" + ], + "internalname": "NECRON_HANDLE", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PUMPKIN_BOMB.json b/items/PUMPKIN_BOMB.json index 661d4944..a35b30ed 100644 --- a/items/PUMPKIN_BOMB.json +++ b/items/PUMPKIN_BOMB.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:skull", "displayname": "§9Blast o\u0027 Lantern", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3263c14e-c555-365e-a244-0ee97a8b2056\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhmMmZmYzZmYjRlOTk1OWI5YTdhMzE3ZjUxYTY3NzVhMTU5ZGRjMjI0MWRiZDZjNzc0ZDNhYzA4YjYifX19\"}]}},display:{Lore:[0:\"§7Throwable explosive. Deals §a2\",1:\"§a§7damage to §6Spooky §7enemies\",2:\"§7and §c9,546 §7damage against\",3:\"§7non-scary enemies!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Blast o\u0027 Lantern\"},ExtraAttributes:{id:\"PUMPKIN_BOMB\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3263c14e-c555-365e-a244-0ee97a8b2056\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhmMmZmYzZmYjRlOTk1OWI5YTdhMzE3ZjUxYTY3NzVhMTU5ZGRjMjI0MWRiZDZjNzc0ZDNhYzA4YjYifX19\"}]}},display:{Lore:[0:\"§7Throwable explosive. Deals §a2\",1:\"§a§7damage to §6Spooky §7enemies\",2:\"§7and §c3,000 §7damage against\",3:\"§7non-scary enemies!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Blast o\u0027 Lantern\"},ExtraAttributes:{id:\"PUMPKIN_BOMB\"}}", "damage": 3, "lore": [ "§7Throwable explosive. Deals §a2", "§a§7damage to §6Spooky §7enemies", - "§7and §c9,546 §7damage against", + "§7and §c3,000 §7damage against", "§7non-scary enemies!", "", "§9§lRARE" @@ -14,7 +14,7 @@ "internalname": "PUMPKIN_BOMB", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "1.6-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Blast_o%27_Lantern" diff --git a/items/STORM_THE_FISH.json b/items/STORM_THE_FISH.json new file mode 100644 index 00000000..8cbbb0b7 --- /dev/null +++ b/items/STORM_THE_FISH.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§cStorm the Fish", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6efe0293-870d-3632-8140-59796aa9f456\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTQyNzM4ZjU2YTI0M2M0ODdlODg3NDlhYzVjOWNiYWViZDgyNjYxMWRhYTNhNWViYWQxYWIwYzQ3ZDkxMjIwMyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Be glad you\u0027ll never have to\",1:\"§7face me!\",2:\"\",3:\"§c§lSPECIAL DUNGEON ITEM\"],Name:\"§f§f§cStorm the Fish\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"STORM_THE_FISH\",uuid:\"e4c4f0a1-6fcd-42ac-bef8-faa034c65987\",timestamp:\"11/19/20 7:37 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Be glad you\u0027ll never have to", + "§7face me!", + "", + "§c§lSPECIAL DUNGEON ITEM" + ], + "internalname": "STORM_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TACTICIAN_SWORD.json b/items/TACTICIAN_SWORD.json index 4c351228..05580dad 100644 --- a/items/TACTICIAN_SWORD.json +++ b/items/TACTICIAN_SWORD.json @@ -1,13 +1,10 @@ { - "internalname": "TACTICIAN_SWORD", "itemid": "minecraft:wooden_sword", - "displayname": "§9Tactician's Sword", - "clickcommand": "", + "displayname": "§9Tactician\u0027s Sword", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Crit Chance: §c+20%\",2:\"\",3:\"§7§7Gains §c+15 Damage §7for\",4:\"§7each Combat collection of\",5:\"§7Tier VII and over of its\",6:\"§7wearer.\",7:\"\",8:\"§7Your Collections: §e0§7/§e10\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE SWORD\"],Name:\"§9Tactician\u0027s Sword\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"TACTICIAN_SWORD\",uuid:\"8eb777e2-5707-4ffe-b43c-c52b044e2b94\",timestamp:\"11/15/20 2:32 AM\"},AttributeModifiers:[]}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+140\",1:\"§7Crit Chance: §c+20%\",2:\"\",3:\"§7§7Gains §c+15 Damage §7for\",4:\"§7each Combat collection of\",5:\"§7Tier VII and over of its\",6:\"§7wearer.\",7:\"\",8:\"§7Your Collections: §e6§7/§e10\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE SWORD\"],Name:\"§9Tactician's Sword\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"TACTICIAN_SWORD\",uuid:\"50734d02-f812-4990-8f67-52adb218e90a\",timestamp:\"7/7/20 1:56 PM\"}}", - "modver": "1.0.0", "lore": [ - "§7Damage: §c+140", + "§7Damage: §c+50", "§7Crit Chance: §c+20%", "", "§7§7Gains §c+15 Damage §7for", @@ -15,13 +12,17 @@ "§7Tier VII and over of its", "§7wearer.", "", - "§7Your Collections: §e6§7/§e10", + "§7Your Collections: §e0§7/§e10", "", "§7§8This item can be reforged!", "§9§lRARE SWORD" ], + "internalname": "TACTICIAN_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tactician's_Sword" ] -}
\ No newline at end of file +} diff --git a/items/ULTIMATE_ONE_FOR_ALL;1.json b/items/ULTIMATE_ONE_FOR_ALL;1.json new file mode 100644 index 00000000..a45af400 --- /dev/null +++ b/items/ULTIMATE_ONE_FOR_ALL;1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lOne For All I\",1:\"§7Removes all other enchants but\",2:\"§7increases your weapon damage by\",3:\"§7§a210%§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_ONE_FOR_ALL;1\",enchantments:{ultimate_one_for_all:1},uuid:\"96c05e87-5c87-4521-b64c-12042712b103\",timestamp:\"11/20/20 9:48 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9§d§lOne For All I", + "§7Removes all other enchants but", + "§7increases your weapon damage by", + "§7§a210%§7.", + "", + "§7§cYou can only have 1 Ultimate", + "§cEnchantment on an item!", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "ULTIMATE_ONE_FOR_ALL;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ULTIMATE_SOUL_EATER;2.json b/items/ULTIMATE_SOUL_EATER;2.json new file mode 100644 index 00000000..4e713b4f --- /dev/null +++ b/items/ULTIMATE_SOUL_EATER;2.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lSoul Eater II\",1:\"§7Your weapon gains §c4§7x the\",2:\"§7Strength of the latest monster\",3:\"§7killed and applies it on your\",4:\"§7next hit.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_SOUL_EATER;2\",enchantments:{ultimate_soul_eater:2},uuid:\"ac18ba26-f0c7-4dd9-b544-b9d604bb5e00\",anvil_uses:1,timestamp:\"11/17/20 8:23 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9§d§lSoul Eater II", + "§7Your weapon gains §c4§7x the", + "§7Strength of the latest monster", + "§7killed and applies it on your", + "§7next hit.", + "", + "§7§cYou can only have 1 Ultimate", + "§cEnchantment on an item!", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "ULTIMATE_SOUL_EATER;2", + "parent": "ULTIMATE_SOUL_EATER;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ULTIMATE_SOUL_EATER;3.json b/items/ULTIMATE_SOUL_EATER;3.json new file mode 100644 index 00000000..fed680e4 --- /dev/null +++ b/items/ULTIMATE_SOUL_EATER;3.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lSoul Eater III\",1:\"§7Your weapon gains §c6§7x the\",2:\"§7Strength of the latest monster\",3:\"§7killed and applies it on your\",4:\"§7next hit.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_SOUL_EATER;3\",enchantments:{ultimate_soul_eater:3},uuid:\"c9b1054a-12e9-45a5-b07b-74bc550e947b\",anvil_uses:2,timestamp:\"11/20/20 10:45 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9§d§lSoul Eater III", + "§7Your weapon gains §c6§7x the", + "§7Strength of the latest monster", + "§7killed and applies it on your", + "§7next hit.", + "", + "§7§cYou can only have 1 Ultimate", + "§cEnchantment on an item!", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "ULTIMATE_SOUL_EATER;3", + "parent": "ULTIMATE_SOUL_EATER;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ULTIMATE_SOUL_EATER;4.json b/items/ULTIMATE_SOUL_EATER;4.json new file mode 100644 index 00000000..0a57dbbb --- /dev/null +++ b/items/ULTIMATE_SOUL_EATER;4.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lSoul Eater IV\",1:\"§7Your weapon gains §c8§7x the\",2:\"§7Strength of the latest monster\",3:\"§7killed and applies it on your\",4:\"§7next hit.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_SOUL_EATER;4\",enchantments:{ultimate_soul_eater:4},uuid:\"b8695779-1b64-4939-97a8-eb4da245b4c3\",anvil_uses:4,timestamp:\"11/19/20 8:18 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9§d§lSoul Eater IV", + "§7Your weapon gains §c8§7x the", + "§7Strength of the latest monster", + "§7killed and applies it on your", + "§7next hit.", + "", + "§7§cYou can only have 1 Ultimate", + "§cEnchantment on an item!", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "ULTIMATE_SOUL_EATER;4", + "parent": "ULTIMATE_SOUL_EATER;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ULTIMATE_SOUL_EATER;5.json b/items/ULTIMATE_SOUL_EATER;5.json new file mode 100644 index 00000000..29365d7f --- /dev/null +++ b/items/ULTIMATE_SOUL_EATER;5.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lSoul Eater V\",1:\"§7Your weapon gains §c10§7x the\",2:\"§7Strength of the latest monster\",3:\"§7killed and applies it on your\",4:\"§7next hit.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_SOUL_EATER;5\",enchantments:{ultimate_soul_eater:5},uuid:\"b8695779-1b64-4939-97a8-eb4da245b4c3\",anvil_uses:4,timestamp:\"11/19/20 8:18 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9§d§lSoul Eater V", + "§7Your weapon gains §c10§7x the", + "§7Strength of the latest monster", + "§7killed and applies it on your", + "§7next hit.", + "", + "§7§cYou can only have 1 Ultimate", + "§cEnchantment on an item!", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "ULTIMATE_SOUL_EATER;5", + "parent": "ULTIMATE_SOUL_EATER;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file |