aboutsummaryrefslogtreecommitdiff
path: root/items/WOLF_MONSTER.json
diff options
context:
space:
mode:
Diffstat (limited to 'items/WOLF_MONSTER.json')
-rw-r--r--items/WOLF_MONSTER.json52
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