diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/WOLF_MONSTER.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/WOLF_MONSTER.json')
-rw-r--r-- | items/WOLF_MONSTER.json | 52 |
1 files changed, 34 insertions, 18 deletions
diff --git a/items/WOLF_MONSTER.json b/items/WOLF_MONSTER.json index b7c7c483..a2829674 100644 --- a/items/WOLF_MONSTER.json +++ b/items/WOLF_MONSTER.json @@ -1,31 +1,47 @@ { "itemid": "minecraft:skull", "displayname": "§aWolf (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Wolf can be found in the Ruins. It is a level\",1:\"§715 hostile mob and has 250 Health. When killed, the\",2:\"§7Wolf drops 1 Bone and 1 coin.\",3:\"\",4:\"§c❤ Health§8: §c250\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fBone\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Hound §8(§a0.001%§8)\",13:\"§8 ■ §6Hound §8(§a0.0003%§8)\",14:\"§8 ■ §5Celeste Dye §8(§a0%§8)\"],Name:\"§aWolf (Monster)\"},ExtraAttributes:{id:\"WOLF_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7Roaming the remains of a Castle\",1:\"§7far from its best days.\",2:\"\",3:\"§c❤ Health§8: §c250\"],Name:\"§aWolf (Monster)\"},ExtraAttributes:{id:\"WOLF_MONSTER\"}}", "damage": 3, "lore": [ - "§7The Wolf can be found in the Ruins. It is a level", - "§715 hostile mob and has 250 Health. When killed, the", - "§7Wolf drops 1 Bone and 1 coin.", + "§7Roaming the remains of a Castle", + "§7far from its best days.", "", - "§c❤ Health§8: §c250", - "§7Coins per Kill: §61", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §fBone", - "", - "§dRNGesus Loot", - "§8 ■ §5Hound §8(§a0.001%§8)", - "§8 ■ §6Hound §8(§a0.0003%§8)", - "§8 ■ §5Celeste Dye §8(§a0%§8)" + "§c❤ Health§8: §c250" ], "internalname": "WOLF_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Wolf" + "https://hypixel-skyblock.fandom.com/wiki/Wolf", + "https://wiki.hypixel.net/Wolf" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 15, + "coins": 1, + "xp": 4, + "combat_xp": 10, + "name": "§cWolf", + "render": "Wolf", + "panorama": "hub", + "type": "drops", + "drops": [ + { + "id": "BONE:1", + "chance": "100%" + }, + { + "id": "HOUND;3", + "chance": "0.001%" + }, + { + "id": "HOUND;4", + "chance": "0.0003%" + } + ] + } + ] }
\ No newline at end of file |