diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-19 15:39:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 15:39:49 +0200 |
commit | f144e9fb45018e18ce16ea9c0f01518b877d34dd (patch) | |
tree | 508463965aea3f3ad3dcda11b96b15ef717ee4eb /items/WITHER_SKELETON_MONSTER.json | |
parent | 1102dc62c60916df7095d266e907ed191e658e2b (diff) | |
download | NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.tar.gz NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.tar.bz2 NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.zip |
Added reqs to items, fixed slayer drops, added new drop, fixed some lores (#998)
Diffstat (limited to 'items/WITHER_SKELETON_MONSTER.json')
-rw-r--r-- | items/WITHER_SKELETON_MONSTER.json | 34 |
1 files changed, 3 insertions, 31 deletions
diff --git a/items/WITHER_SKELETON_MONSTER.json b/items/WITHER_SKELETON_MONSTER.json index 51411a3d..955b6ea4 100644 --- a/items/WITHER_SKELETON_MONSTER.json +++ b/items/WITHER_SKELETON_MONSTER.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:skull", "displayname": "§aWither Skeleton (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Keepers of the Crimson Isle.\",1:\"\",2:\"§c❤ Health§8: §c600,000\"],Name:\"§aWither Skeleton (Monster)\"},ExtraAttributes:{id:\"WITHER_SKELETON_MONSTER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Keepers of the Crimson Isle.\",1:\"\",2:\"§c❤ Health§8: §c300,000\"],Name:\"§aWither Skeleton (Monster)\"},ExtraAttributes:{id:\"WITHER_SKELETON_MONSTER\"}}", "damage": 1, "lore": [ "§7Keepers of the Crimson Isle.", "", - "§c❤ Health§8: §c600,000" + "§c❤ Health§8: §c300,000" ], "internalname": "WITHER_SKELETON_MONSTER", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Skeleton", @@ -19,34 +19,6 @@ "crafttext": "", "recipes": [ { - "level": 10, - "coins": 4, - "xp": 15, - "combat_xp": 13, - "name": "§fWither Skeleton", - "render": "@neurepo:mobs/witherskeleton.json", - "type": "drops", - "panorama": "crimson_isle", - "drops": [ - { - "id": "COAL:1", - "chance": "50%" - }, - { - "id": "BONE:1", - "chance": "x3" - }, - { - "id": "ENCHANTED_COAL:1", - "chance": "1%" - }, - { - "id": "ENCHANTED_CHARCOAL:1", - "chance": "1%" - } - ] - }, - { "level": 70, "coins": 20, "xp": 100, |