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/WITHER_SKELETON_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/WITHER_SKELETON_MONSTER.json')
-rw-r--r-- | items/WITHER_SKELETON_MONSTER.json | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/items/WITHER_SKELETON_MONSTER.json b/items/WITHER_SKELETON_MONSTER.json index 19de8009..45d97d94 100644 --- a/items/WITHER_SKELETON_MONSTER.json +++ b/items/WITHER_SKELETON_MONSTER.json @@ -1,20 +1,34 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§aWither Skeleton (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Wither Skeleton is a mob in the Blazing Fortress.\",1:\"§7It has 250 HP and will always be level 10. It has a\",2:\"§7chance to drop Coal, Enchanted Coal or Enchanted\",3:\"§7Charcoal on death.\"],Name:\"§aWither Skeleton (Monster)\"},ExtraAttributes:{id:\"WITHER_SKELETON_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Wither Skeleton is a mob in the Blazing Fortress.\",1:\"§7It has 250 HP and will always be level 10. It has a\",2:\"§7chance to drop Coal, Enchanted Coal or Enchanted\",3:\"§7Charcoal on death.\",4:\"\",5:\"§c❤ Health§8: §c250\",6:\"§7Coins per Kill: §64\",7:\"§7Combat XP: §313\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fCoal §8(§a50%§8)\",12:\"§8 ■ §fBone §8x3\",13:\"\",14:\"§9Rare Loot §8[Lvl 42-50]\",15:\"§8 ■ §aEnchanted Coal §8(§a1%§8)\",16:\"§8 ■ §aEnchanted Charcoal §8(§a1%§8)\"],Name:\"§aWither Skeleton (Monster)\"},ExtraAttributes:{id:\"WITHER_SKELETON_MONSTER\"}}", "damage": 60, "lore": [ "§7The Wither Skeleton is a mob in the Blazing Fortress.", "§7It has 250 HP and will always be level 10. It has a", "§7chance to drop Coal, Enchanted Coal or Enchanted", - "§7Charcoal on death." + "§7Charcoal on death.", + "", + "§c❤ Health§8: §c250", + "§7Coins per Kill: §64", + "§7Combat XP: §313", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fCoal §8(§a50%§8)", + "§8 ■ §fBone §8x3", + "", + "§9Rare Loot §8[Lvl 42-50]", + "§8 ■ §aEnchanted Coal §8(§a1%§8)", + "§8 ■ §aEnchanted Charcoal §8(§a1%§8)" ], "internalname": "WITHER_SKELETON_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Skeleton" ], - "entityrender": "Skeleton" + "entityrender": "Skeleton", + "crafttext": "" }
\ No newline at end of file |