diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-26 01:36:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 20:36:53 -0400 |
commit | e5413c6e707b234c5600880c047d0a8935d4d4ad (patch) | |
tree | e69aceeebfecf5790346989a31389a81987e0426 /items/OLD_WOLF_MONSTER.json | |
parent | b054e4b55e36ad8219f65e5826eadfe18508a501 (diff) | |
download | NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.gz NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.bz2 NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.zip |
Possible Mobdrops Part 1, some Fixes and added a Item (#447)
* Monster & Boss Things
* Fix for 2 Items and a Wiki Link
* Added Vicious Bundle
Diffstat (limited to 'items/OLD_WOLF_MONSTER.json')
-rw-r--r-- | items/OLD_WOLF_MONSTER.json | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/items/OLD_WOLF_MONSTER.json b/items/OLD_WOLF_MONSTER.json index f09526aa..dada3dbc 100644 --- a/items/OLD_WOLF_MONSTER.json +++ b/items/OLD_WOLF_MONSTER.json @@ -1,21 +1,37 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§9Old Wolf (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Old Wolf is a wolf found in the throne room\",1:\"§7or behind the Ruins with 15,000 health. It drops\",2:\"§7more bones than a normal wolf. It was added in\",3:\"§7the slayer update as a high-exp option for\",4:\"§7completing slayer quests. \"],Name:\"§9Old Wolf (Monster)\"},ExtraAttributes:{id:\"OLD_WOLF_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Old Wolf is a wolf found in the throne room\",1:\"§7or behind the Ruins with 15,000 health. It drops\",2:\"§7more bones than a normal wolf. It was added in\",3:\"§7the slayer update as a high-exp option for\",4:\"§7completing slayer quests. \",5:\"\",6:\"§c❤ Health§8: §c15.000\",7:\"§7Coins per Kill: §640\",8:\"§7Combat XP: §340\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fBone\",13:\"\",14:\"§6Legendary Loot\",15:\"§8 ■ §fWolf Talisman §8(§a1.0%§8)\",16:\"\",17:\"§dRNGesus Loot\",18:\"§8 ■ §5Hound §8(§a0.001%§8)\",19:\"§8 ■ §6Hound §8(§a0.0003%§8)\"],Name:\"§9Old Wolf (Monster)\"},ExtraAttributes:{id:\"OLD_WOLF_MONSTER\"}}", "damage": 95, "lore": [ "§7The Old Wolf is a wolf found in the throne room", "§7or behind the Ruins with 15,000 health. It drops", "§7more bones than a normal wolf. It was added in", "§7the slayer update as a high-exp option for", - "§7completing slayer quests. " + "§7completing slayer quests. ", + "", + "§c❤ Health§8: §c15.000", + "§7Coins per Kill: §640", + "§7Combat XP: §340", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fBone", + "", + "§6Legendary Loot", + "§8 ■ §fWolf Talisman §8(§a1.0%§8)", + "", + "§dRNGesus Loot", + "§8 ■ §5Hound §8(§a0.001%§8)", + "§8 ■ §6Hound §8(§a0.0003%§8)" ], "internalname": "OLD_WOLF_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Old_Wolf" ], - "entityrender": "Wolf" + "entityrender": "Wolf", + "crafttext": "" }
\ No newline at end of file |