diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-03-11 19:18:15 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-03-11 19:18:15 -0500 |
commit | 90835aec0486e4d72091be2c4951d5907f62dced (patch) | |
tree | f12bd6ce59b6b94d61a70db424a8970ef8301ebd | |
parent | 5fe0418ad613962c295e6d82398e6315072a6984 (diff) | |
download | NotEnoughUpdates-REPO-90835aec0486e4d72091be2c4951d5907f62dced.tar.gz NotEnoughUpdates-REPO-90835aec0486e4d72091be2c4951d5907f62dced.tar.bz2 NotEnoughUpdates-REPO-90835aec0486e4d72091be2c4951d5907f62dced.zip |
pain and suffering
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | README.md | 27 | ||||
-rw-r--r-- | constants/parents.json | 6 | ||||
-rw-r--r-- | constants/petnums.json | 152 | ||||
-rw-r--r-- | items/GRANDMA_WOLF;0.json | 46 | ||||
-rw-r--r-- | items/GRANDMA_WOLF;1.json | 46 | ||||
-rw-r--r-- | items/GRANDMA_WOLF;2.json | 46 | ||||
-rw-r--r-- | items/GRANDMA_WOLF;3.json | 46 | ||||
-rw-r--r-- | items/GRANDMA_WOLF;4.json | 46 |
9 files changed, 406 insertions, 11 deletions
@@ -1,2 +1,2 @@ .vscode -constants/credits.txt +.idea
\ No newline at end of file @@ -1,17 +1,22 @@ +<!-- markdownlint-disable no-inline-html --> <h1 align="center"> NotEnoughUpdates-REPO </h1> <p align="center"> - <a href="https://discord.gg/moulberry" target="_blank"> - <img src="https://img.shields.io/discord/516977525906341928?label=discord&style=plastic" alt="discord"> - </a> + <!-- lint --> <a href="https://github.com/Moulberry/NotEnoughUpdates-REPO/actions" target="_blank"> - <img src="https://img.shields.io/github/workflow/status/Moulberry/NotEnoughUpdates-REPO/JSON/master?label=lint&style=plastic" alt="lint"> + <img src="https://img.shields.io/github/workflow/status/Moulberry/NotEnoughUpdates-REPO/JSON/master?label=lint&logo=github&logoColor=FFFFFF" alt="lint"> </a> - <a href="https://github.com/Moulberry/NotEnoughUpdates-REPO/blob/master/LICENSE"> - <img src="https://img.shields.io/github/license/Moulberry/NotEnoughUpdates-REPO?style=plastic&color=44CC11" alt="license"> + <!-- license --> + <a href="https://github.com/Moulberry/NotEnoughUpdates-REPO/blob/master/LICENSE" target="_blank"> + <img src="https://img.shields.io/github/license/Moulberry/NotEnoughUpdates-REPO?color=success&logo=github&logoColor=FFFFFF" alt="license"> </a> - <a> - <img src="https://img.shields.io/tokei/lines/github/Moulberry/NotEnoughUpdates-REPO?color=44CC11&style=plastic" alt="lines"> + <!-- lines --> + <a href="https://github.com/Moulberry/NotEnoughUpdates-REPO"> + <img src="https://img.shields.io/tokei/lines/github/Moulberry/NotEnoughUpdates-REPO?color=success&logo=github&logoColor=FFFFFF" alt="lines"> + </a> + <!-- discord --> + <a href="https://discord.gg/moulberry" target="_blank"> + <img src="https://img.shields.io/discord/516977525906341928?label=discord&color=success&logo=discord&logoColor=FFFFFF" alt="discord"> </a> </p> @@ -34,10 +39,12 @@ I would also highly recommend disabling auto update if you are in the middle of Once you have these options enabled you can edit and add items in-game using the following keybinds: -* `k` - Open the item editor. +* `k` - Opens the item editor. * `o` - While in an items recipe menu, add the recipe. * `y` - Opens a pane on the right side of your inventory. -* `left ctrl` - Hold to show the NBT data of an item. +* `left ctrl` - Hold to show the NBT data of an item. + * `h` - copies the nbt data to your clipboard. +* `n` - While viewing the essence guide, prints the essence costs to your log. Once you have made the changes you would like you can find the files located in `.minecraft\config\notenoughupdates\repo`. diff --git a/constants/parents.json b/constants/parents.json index dc779408..836dcff1 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2024,5 +2024,11 @@ "PERSONAL_DELETOR_5000", "PERSONAL_DELETOR_6000", "PERSONAL_DELETOR_7000" + ], + "GRANDMA_WOLF;4": [ + "GRANDMA_WOLF;3", + "GRANDMA_WOLF;2", + "GRANDMA_WOLF;1", + "GRANDMA_WOLF;0" ] } diff --git a/constants/petnums.json b/constants/petnums.json index 962ff879..dc83496a 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4461,5 +4461,157 @@ } } } + }, + "GRANDMA_WOLF":{ + "COMMON":{ + "1":{ + "otherNums":[ + 8, + 6, + 4, + 3, + 3, + 2 + ], + "statNums":{ + "HEALTH": 1, + "STRENGTH":0 + } + }, + "100":{ + "otherNums":[ + 10, + 8, + 6, + 5, + 4, + 3 + ], + "statNums":{ + "HEALTH": 25, + "STRENGTH":100 + } + } + }, + "UNCOMMON":{ + "1":{ + "otherNums":[ + 8, + 6, + 4, + 3, + 3, + 2 + ], + "statNums":{ + "HEALTH": 1, + "STRENGTH":0 + } + }, + "100":{ + "otherNums":[ + 10, + 8, + 6, + 5, + 4, + 3 + ], + "statNums":{ + "HEALTH": 25, + "STRENGTH":100 + } + } + }, + "RARE":{ + "1":{ + "otherNums":[ + 8, + 6, + 4, + 3, + 3, + 2 + ], + "statNums":{ + "HEALTH": 1, + "STRENGTH":0 + } + }, + "100":{ + "otherNums":[ + 10, + 8, + 6, + 5, + 4, + 3 + ], + "statNums":{ + "HEALTH": 25, + "STRENGTH":100 + } + } + }, + "EPIC":{ + "1":{ + "otherNums":[ + 8, + 6, + 4, + 3, + 3, + 2 + ], + "statNums":{ + "HEALTH": 1, + "STRENGTH":0 + } + }, + "100":{ + "otherNums":[ + 10, + 8, + 6, + 5, + 4, + 3 + ], + "statNums":{ + "HEALTH": 25, + "STRENGTH":100 + } + } + }, + "LEGENDARY":{ + "1":{ + "otherNums":[ + 8, + 6, + 4, + 3, + 3, + 2 + ], + "statNums":{ + "HEALTH": 1, + "STRENGTH":0 + } + }, + "100":{ + "otherNums":[ + 10, + 8, + 6, + 5, + 4, + 3 + ], + "statNums":{ + "HEALTH": 25, + "STRENGTH":100 + } + } + } } } diff --git a/items/GRANDMA_WOLF;0.json b/items/GRANDMA_WOLF;0.json new file mode 100644 index 00000000..07bf1e67 --- /dev/null +++ b/items/GRANDMA_WOLF;0.json @@ -0,0 +1,46 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §fGrandma Wolf", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0623d171-ff7a-4284-a281-64c60cc232f6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzQ5MDk3ODc1MiwKICAicHJvZmlsZUlkIiA6ICJjODE0MzE4MmQ1MDc0NjQ5YWZlODRmZDNmODY1NDQ2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBWll4ViIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTc5NDI3NGMxYmIxOTdhZDMwNjU0MDI4NmE3YWE5NTI5NzRmNTY2MWJjY2YyYjcyNTQyNGY2ZWQ3OWM3ODg0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Kill Combo\",6:\"§7Gain buffs for combo kills.\",7:\"§7Effects stack as you increase\",8:\"§7your combo. This pet does not\",9:\"§7need to be spawned for combos to\",10:\"§7be active!\",11:\"\",12:\"§a5 Combo §8(lasts §a{0}s§8)\",13:\" §8+§b1% §b✯ Magic Find\",14:\"§a10 Combo §8(lasts §a{1}s§8)\",15:\" §8+§62 §7coins per kill\",16:\"§a15 Combo §8(lasts §a{2}s§8)\",17:\" §8+§b1% §b✯ Magic Find\",18:\"§a20 Combo §8(lasts §a{3}s§8)\",19:\" §8+§35% §7Combat Exp\",20:\"§a25 Combo §8(lasts §a{4}s§8)\",21:\" §8+§b1% §b✯ Magic Find\",22:\"§a30 Combo §8(lasts §a{5}s§8)\",23:\" §8+§62 §7coins per kill\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fGrandma Wolf\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRANDMA_WOLF\\\",\\\"active\\\":false,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRANDMA_WOLF;0\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Pet", + "", + "§7Health: §a{HEALTH}", + "§7Strength: §a{STRENGTH}", + "", + "§6Kill Combo", + "§7Gain buffs for combo kills.", + "§7Effects stack as you increase", + "§7your combo. This pet does not", + "§7need to be spawned for combos to", + "§7be active!", + "", + "§a5 Combo §8(lasts §a{0}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a10 Combo §8(lasts §a{1}s§8)", + " §8+§62 §7coins per kill", + "§a15 Combo §8(lasts §a{2}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a20 Combo §8(lasts §a{3}s§8)", + " §8+§35% §7Combat Exp", + "§a25 Combo §8(lasts §a{4}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a30 Combo §8(lasts §a{5}s§8)", + " §8+§62 §7coins per kill", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§f§lCOMMON" + ], + "internalname": "GRANDMA_WOLF;0", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "useneucraft": true, + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Grandma_Wolf_Pet" + ] +}
\ No newline at end of file diff --git a/items/GRANDMA_WOLF;1.json b/items/GRANDMA_WOLF;1.json new file mode 100644 index 00000000..af0af324 --- /dev/null +++ b/items/GRANDMA_WOLF;1.json @@ -0,0 +1,46 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §aGrandma Wolf", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0623d171-ff7a-4284-a281-64c60cc232f6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzQ5MDk3ODc1MiwKICAicHJvZmlsZUlkIiA6ICJjODE0MzE4MmQ1MDc0NjQ5YWZlODRmZDNmODY1NDQ2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBWll4ViIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTc5NDI3NGMxYmIxOTdhZDMwNjU0MDI4NmE3YWE5NTI5NzRmNTY2MWJjY2YyYjcyNTQyNGY2ZWQ3OWM3ODg0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Kill Combo\",6:\"§7Gain buffs for combo kills.\",7:\"§7Effects stack as you increase\",8:\"§7your combo. This pet does not\",9:\"§7need to be spawned for combos to\",10:\"§7be active!\",11:\"\",12:\"§a5 Combo §8(lasts §a{0}s§8)\",13:\" §8+§b1% §b✯ Magic Find\",14:\"§a10 Combo §8(lasts §a{1}s§8)\",15:\" §8+§62 §7coins per kill\",16:\"§a15 Combo §8(lasts §a{2}s§8)\",17:\" §8+§b1% §b✯ Magic Find\",18:\"§a20 Combo §8(lasts §a{3}s§8)\",19:\" §8+§35% §7Combat Exp\",20:\"§a25 Combo §8(lasts §a{4}s§8)\",21:\" §8+§b1% §b✯ Magic Find\",22:\"§a30 Combo §8(lasts §a{5}s§8)\",23:\" §8+§62 §7coins per kill\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aGrandma Wolf\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRANDMA_WOLF\\\",\\\"active\\\":false,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRANDMA_WOLF;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Pet", + "", + "§7Health: §a{HEALTH}", + "§7Strength: §a{STRENGTH}", + "", + "§6Kill Combo", + "§7Gain buffs for combo kills.", + "§7Effects stack as you increase", + "§7your combo. This pet does not", + "§7need to be spawned for combos to", + "§7be active!", + "", + "§a5 Combo §8(lasts §a{0}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a10 Combo §8(lasts §a{1}s§8)", + " §8+§62 §7coins per kill", + "§a15 Combo §8(lasts §a{2}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a20 Combo §8(lasts §a{3}s§8)", + " §8+§35% §7Combat Exp", + "§a25 Combo §8(lasts §a{4}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a30 Combo §8(lasts §a{5}s§8)", + " §8+§62 §7coins per kill", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§a§lUNCOMMON" + ], + "internalname": "GRANDMA_WOLF;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "useneucraft": true, + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Grandma_Wolf_Pet" + ] +}
\ No newline at end of file diff --git a/items/GRANDMA_WOLF;2.json b/items/GRANDMA_WOLF;2.json new file mode 100644 index 00000000..48f26789 --- /dev/null +++ b/items/GRANDMA_WOLF;2.json @@ -0,0 +1,46 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §9Grandma Wolf", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0623d171-ff7a-4284-a281-64c60cc232f6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzQ5MDk3ODc1MiwKICAicHJvZmlsZUlkIiA6ICJjODE0MzE4MmQ1MDc0NjQ5YWZlODRmZDNmODY1NDQ2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBWll4ViIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTc5NDI3NGMxYmIxOTdhZDMwNjU0MDI4NmE3YWE5NTI5NzRmNTY2MWJjY2YyYjcyNTQyNGY2ZWQ3OWM3ODg0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Kill Combo\",6:\"§7Gain buffs for combo kills.\",7:\"§7Effects stack as you increase\",8:\"§7your combo. This pet does not\",9:\"§7need to be spawned for combos to\",10:\"§7be active!\",11:\"\",12:\"§a5 Combo §8(lasts §a{0}s§8)\",13:\" §8+§b1% §b✯ Magic Find\",14:\"§a10 Combo §8(lasts §a{1}s§8)\",15:\" §8+§62 §7coins per kill\",16:\"§a15 Combo §8(lasts §a{2}s§8)\",17:\" §8+§b1% §b✯ Magic Find\",18:\"§a20 Combo §8(lasts §a{3}s§8)\",19:\" §8+§35% §7Combat Exp\",20:\"§a25 Combo §8(lasts §a{4}s§8)\",21:\" §8+§b1% §b✯ Magic Find\",22:\"§a30 Combo §8(lasts §a{5}s§8)\",23:\" §8+§62 §7coins per kill\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Grandma Wolf\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRANDMA_WOLF\\\",\\\"active\\\":false,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRANDMA_WOLF;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Pet", + "", + "§7Health: §a{HEALTH}", + "§7Strength: §a{STRENGTH}", + "", + "§6Kill Combo", + "§7Gain buffs for combo kills.", + "§7Effects stack as you increase", + "§7your combo. This pet does not", + "§7need to be spawned for combos to", + "§7be active!", + "", + "§a5 Combo §8(lasts §a{0}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a10 Combo §8(lasts §a{1}s§8)", + " §8+§62 §7coins per kill", + "§a15 Combo §8(lasts §a{2}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a20 Combo §8(lasts §a{3}s§8)", + " §8+§35% §7Combat Exp", + "§a25 Combo §8(lasts §a{4}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a30 Combo §8(lasts §a{5}s§8)", + " §8+§62 §7coins per kill", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§9§lRARE" + ], + "internalname": "GRANDMA_WOLF;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "useneucraft": true, + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Grandma_Wolf_Pet" + ] +}
\ No newline at end of file diff --git a/items/GRANDMA_WOLF;3.json b/items/GRANDMA_WOLF;3.json new file mode 100644 index 00000000..b92a086a --- /dev/null +++ b/items/GRANDMA_WOLF;3.json @@ -0,0 +1,46 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §5Grandma Wolf", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0623d171-ff7a-4284-a281-64c60cc232f6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzQ5MDk3ODc1MiwKICAicHJvZmlsZUlkIiA6ICJjODE0MzE4MmQ1MDc0NjQ5YWZlODRmZDNmODY1NDQ2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBWll4ViIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTc5NDI3NGMxYmIxOTdhZDMwNjU0MDI4NmE3YWE5NTI5NzRmNTY2MWJjY2YyYjcyNTQyNGY2ZWQ3OWM3ODg0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Kill Combo\",6:\"§7Gain buffs for combo kills.\",7:\"§7Effects stack as you increase\",8:\"§7your combo. This pet does not\",9:\"§7need to be spawned for combos to\",10:\"§7be active!\",11:\"\",12:\"§a5 Combo §8(lasts §a{0}s§8)\",13:\" §8+§b1% §b✯ Magic Find\",14:\"§a10 Combo §8(lasts §a{1}s§8)\",15:\" §8+§62 §7coins per kill\",16:\"§a15 Combo §8(lasts §a{2}s§8)\",17:\" §8+§b1% §b✯ Magic Find\",18:\"§a20 Combo §8(lasts §a{3}s§8)\",19:\" §8+§35% §7Combat Exp\",20:\"§a25 Combo §8(lasts §a{4}s§8)\",21:\" §8+§b1% §b✯ Magic Find\",22:\"§a30 Combo §8(lasts §a{5}s§8)\",23:\" §8+§62 §7coins per kill\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Grandma Wolf\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRANDMA_WOLF\\\",\\\"active\\\":false,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRANDMA_WOLF;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Pet", + "", + "§7Health: §a{HEALTH}", + "§7Strength: §a{STRENGTH}", + "", + "§6Kill Combo", + "§7Gain buffs for combo kills.", + "§7Effects stack as you increase", + "§7your combo. This pet does not", + "§7need to be spawned for combos to", + "§7be active!", + "", + "§a5 Combo §8(lasts §a{0}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a10 Combo §8(lasts §a{1}s§8)", + " §8+§62 §7coins per kill", + "§a15 Combo §8(lasts §a{2}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a20 Combo §8(lasts §a{3}s§8)", + " §8+§35% §7Combat Exp", + "§a25 Combo §8(lasts §a{4}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a30 Combo §8(lasts §a{5}s§8)", + " §8+§62 §7coins per kill", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§5§lEPIC" + ], + "internalname": "GRANDMA_WOLF;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "useneucraft": true, + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Grandma_Wolf_Pet" + ] +}
\ No newline at end of file diff --git a/items/GRANDMA_WOLF;4.json b/items/GRANDMA_WOLF;4.json new file mode 100644 index 00000000..c5a3c02a --- /dev/null +++ b/items/GRANDMA_WOLF;4.json @@ -0,0 +1,46 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §6Grandma Wolf", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0623d171-ff7a-4284-a281-64c60cc232f6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzQ5MDk3ODc1MiwKICAicHJvZmlsZUlkIiA6ICJjODE0MzE4MmQ1MDc0NjQ5YWZlODRmZDNmODY1NDQ2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBWll4ViIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTc5NDI3NGMxYmIxOTdhZDMwNjU0MDI4NmE3YWE5NTI5NzRmNTY2MWJjY2YyYjcyNTQyNGY2ZWQ3OWM3ODg0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Kill Combo\",6:\"§7Gain buffs for combo kills.\",7:\"§7Effects stack as you increase\",8:\"§7your combo. This pet does not\",9:\"§7need to be spawned for combos to\",10:\"§7be active!\",11:\"\",12:\"§a5 Combo §8(lasts §a{0}s§8)\",13:\" §8+§b1% §b✯ Magic Find\",14:\"§a10 Combo §8(lasts §a{1}s§8)\",15:\" §8+§62 §7coins per kill\",16:\"§a15 Combo §8(lasts §a{2}s§8)\",17:\" §8+§b1% §b✯ Magic Find\",18:\"§a20 Combo §8(lasts §a{3}s§8)\",19:\" §8+§35% §7Combat Exp\",20:\"§a25 Combo §8(lasts §a{4}s§8)\",21:\" §8+§b1% §b✯ Magic Find\",22:\"§a30 Combo §8(lasts §a{5}s§8)\",23:\" §8+§62 §7coins per kill\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Grandma Wolf\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRANDMA_WOLF\\\",\\\"active\\\":false,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRANDMA_WOLF;4\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Pet", + "", + "§7Health: §a{HEALTH}", + "§7Strength: §a{STRENGTH}", + "", + "§6Kill Combo", + "§7Gain buffs for combo kills.", + "§7Effects stack as you increase", + "§7your combo. This pet does not", + "§7need to be spawned for combos to", + "§7be active!", + "", + "§a5 Combo §8(lasts §a{0}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a10 Combo §8(lasts §a{1}s§8)", + " §8+§62 §7coins per kill", + "§a15 Combo §8(lasts §a{2}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a20 Combo §8(lasts §a{3}s§8)", + " §8+§35% §7Combat Exp", + "§a25 Combo §8(lasts §a{4}s§8)", + " §8+§b1% §b✯ Magic Find", + "§a30 Combo §8(lasts §a{5}s§8)", + " §8+§62 §7coins per kill", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§6§lLEGENDARY" + ], + "internalname": "GRANDMA_WOLF;4", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "useneucraft": true, + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Grandma_Wolf_Pet" + ] +}
\ No newline at end of file |