diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-06 00:15:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 18:15:22 -0400 |
commit | 207e0ee6ed384dc8f8f66ac94684cc838ec74698 (patch) | |
tree | be31fcd39d9a83f60af0723ae22c8ab3510c8e6a /items/WITHER_SKELETON_MONSTER.json | |
parent | e0378a48c581b70571887a1bb44fbd4a3c74df99 (diff) | |
download | NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.gz NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.bz2 NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.zip |
SB Changes, Mobs Part 2 and Easter Things (#456)
* constants things
* SB Changes and Easter Things
* Mobs
* Update pls no hate
Diffstat (limited to 'items/WITHER_SKELETON_MONSTER.json')
-rw-r--r-- | items/WITHER_SKELETON_MONSTER.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/items/WITHER_SKELETON_MONSTER.json b/items/WITHER_SKELETON_MONSTER.json index 45d97d94..4b97023b 100644 --- a/items/WITHER_SKELETON_MONSTER.json +++ b/items/WITHER_SKELETON_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "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.\",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, + "nbttag": "{overrideMeta:\"1b,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)\\\"}\",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": 1, "lore": [ "§7The Wither Skeleton is a mob in the Blazing Fortress.", "§7It has 250 HP and will always be level 10. It has a", @@ -29,6 +29,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Skeleton" ], - "entityrender": "Skeleton", "crafttext": "" }
\ No newline at end of file |