diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-06 00:15:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-05 18:15:22 -0400 |
| commit | 207e0ee6ed384dc8f8f66ac94684cc838ec74698 (patch) | |
| tree | be31fcd39d9a83f60af0723ae22c8ab3510c8e6a /items | |
| parent | e0378a48c581b70571887a1bb44fbd4a3c74df99 (diff) | |
| download | NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.gz NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.bz2 NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.zip | |
SB Changes, Mobs Part 2 and Easter Things (#456)
* constants things
* SB Changes and Easter Things
* Mobs
* Update pls no hate
Diffstat (limited to 'items')
107 files changed, 1533 insertions, 469 deletions
diff --git a/items/ARACHNES_BROOD_MONSTER.json b/items/ARACHNES_BROOD_MONSTER.json new file mode 100644 index 00000000..c207f998 --- /dev/null +++ b/items/ARACHNES_BROOD_MONSTER.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Arachne\u0027s Brood (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7Arachne\u0027s Brood is a mob spawned\",1:\"§7in waves by Arachne when she falls\",2:\"§7below 50% and 25% of her health\",3:\"\",4:\"§c❤ Health§8: §c10.000-100.000\",5:\"§7Coins per Kill: §610-13\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fSpider Eye\",10:\"§8 ■ §fString §8(§a50%§8)\"],Name:\"§9Arachne\u0027s Brood (Monster)\"},ExtraAttributes:{id:\"ARACHNES_BROOD_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Arachne\u0027s Brood is a mob spawned", + "§7in waves by Arachne when she falls", + "§7below 50% and 25% of her health", + "", + "§c❤ Health§8: §c10.000-100.000", + "§7Coins per Kill: §610-13", + "§7Combat XP: §31", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fSpider Eye", + "§8 ■ §fString §8(§a50%§8)" + ], + "internalname": "ARACHNES_BROOD_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Arachne\u0027s_Brood" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/ARACHNES_KEEPER_MINIBOSS.json b/items/ARACHNES_KEEPER_MINIBOSS.json new file mode 100644 index 00000000..b6741fb6 --- /dev/null +++ b/items/ARACHNES_KEEPER_MINIBOSS.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Arachne\u0027s Keeper (Mini Boss)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7Keeper of Arachne\",1:\"\",2:\"§c❤ Health§8: §c100.000\",3:\"§7Coins per Kill: §610\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§fCommon Loot\",7:\"§8 ■ §fSpider Eye\",8:\"§8 ■ §fString §8(§a50%§8)\",9:\"§8 ■ §9Arachne\u0027s Keeper Fragment\"],Name:\"§9Arachne\u0027s Keeper (Mini Boss)\"},ExtraAttributes:{id:\"ARACHNES_KEEPER_MINIBOSS\"}}", + "damage": 3, + "lore": [ + "§7Keeper of Arachne", + "", + "§c❤ Health§8: §c100.000", + "§7Coins per Kill: §610", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fSpider Eye", + "§8 ■ §fString §8(§a50%§8)", + "§8 ■ §9Arachne\u0027s Keeper Fragment" + ], + "internalname": "ARACHNES_KEEPER_MINIBOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Arachne\u0027s_Keeper" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/ASTRAEA.json b/items/ASTRAEA.json index ffa2bec9..e3c6b2f3 100644 --- a/items/ASTRAEA.json +++ b/items/ASTRAEA.json @@ -1,20 +1,21 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Astraea", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d885\",1:\"§7Damage: §c+260\",2:\"§7Strength: §c+150\",3:\"\",4:\"§7Defense: §a+210\",5:\"§7Intelligence: §a+50\",6:\"§7Ferocity: §a+30\",7:\"\",8:\"§7Deals +§c50% §7damage to\",9:\"§7Withers. Grants §c+1 §c❁ Damage\",10:\"§c§7and §a+1 §a❈ Defense §7per\",11:\"§7§cCatacombs §7level.\",12:\"\",13:\"§7Your Catacombs Level: §c0\",14:\"\",15:\"§eRight-click to use your class ability!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCatacombs Floor VII\",19:\"§aCompletion\",20:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Astraea\"},ExtraAttributes:{id:\"ASTRAEA\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d985\",1:\"§7Damage: §c+270\",2:\"§7Strength: §c+150\",3:\"\",4:\"§7Defense: §a+250\",5:\"§7Intelligence: §a+50\",6:\"§7True Defense: §a+20\",7:\"§7Ferocity: §a+30\",8:\"\",9:\"§7Deals +§c50% §7damage to\",10:\"§7Withers. Grants §c+1 §c❁ Damage\",11:\"§c§7and §a+2 §a❈ Defense §7per\",12:\"§7§cCatacombs §7level.\",13:\"\",14:\"§7Your Catacombs Level: §c0\",15:\"\",16:\"§eRight-click to use your class ability!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Astraea\"},ExtraAttributes:{id:\"ASTRAEA\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d885", - "§7Damage: §c+260", + "§7Gear Score: §d985", + "§7Damage: §c+270", "§7Strength: §c+150", "", - "§7Defense: §a+210", + "§7Defense: §a+250", "§7Intelligence: §a+50", + "§7True Defense: §a+20", "§7Ferocity: §a+30", "", "§7Deals +§c50% §7damage to", "§7Withers. Grants §c+1 §c❁ Damage", - "§c§7and §a+1 §a❈ Defense §7per", + "§c§7and §a+2 §a❈ Defense §7per", "§7§cCatacombs §7level.", "", "§7Your Catacombs Level: §c0", @@ -46,4 +47,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Astraea" ] -} +}
\ No newline at end of file diff --git a/items/BLAZE_MONSTER.json b/items/BLAZE_MONSTER.json index f6bc06c6..8b35ded2 100644 --- a/items/BLAZE_MONSTER.json +++ b/items/BLAZE_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aBlaze (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Blazes are found in the Blazing Fortress near\",1:\"§7the very top of the area, or to the right of the\",2:\"§7main entrance stairs. They can also be found on\",3:\"§7your Private Island if spawned by a Blaze Minion. \",4:\"\",5:\"§c❤ Health§8: §c500\",6:\"§7Coins per Kill: §65-10\",7:\"§7Combat XP: §310\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fBlaze Rod §8x2-4\",12:\"\",13:\"§aUncommon Loot §8[Lvl 15]\",14:\"§8 ■ §aBlaze Hat §8(§a5%§8)\"],Name:\"§aBlaze (Monster)\"},ExtraAttributes:{id:\"BLAZE_MONSTER\"}}", - "damage": 61, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"118fe834-28aa-3b0d-afe6-f0c52d01afe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ\"}]}},display:{Lore:[0:\"§7Blazes are found in the Blazing Fortress near\",1:\"§7the very top of the area, or to the right of the\",2:\"§7main entrance stairs. They can also be found on\",3:\"§7your Private Island if spawned by a Blaze Minion. \",4:\"\",5:\"§c❤ Health§8: §c500\",6:\"§7Coins per Kill: §65-10\",7:\"§7Combat XP: §310\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fBlaze Rod §8x2-4\",12:\"\",13:\"§aUncommon Loot §8[Lvl 15]\",14:\"§8 ■ §aBlaze Hat §8(§a5%§8)\"],Name:\"§aBlaze (Monster)\"},ExtraAttributes:{id:\"BLAZE_MONSTER\"}}", + "damage": 3, "lore": [ "§7Blazes are found in the Blazing Fortress near", "§7the very top of the area, or to the right of the", @@ -27,6 +27,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Blaze" ], - "entityrender": "Blaze", "crafttext": "" }
\ No newline at end of file diff --git a/items/BLUE_EGG.json b/items/BLUE_EGG.json new file mode 100644 index 00000000..ea6d2e5a --- /dev/null +++ b/items/BLUE_EGG.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Blue Egged Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"03e0770a-4f32-3a1e-aa85-4024af7d1b12\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxNzQwODA2ODk5NSwKICAicHJvZmlsZUlkIiA6ICJiNzVjZDRmMThkZjg0MmNlYjJhY2MxNTU5MTNiMjA0YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJLcm |
