diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/REDSTONE_PIGMAN_MONSTER.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/REDSTONE_PIGMAN_MONSTER.json')
-rw-r--r-- | items/REDSTONE_PIGMAN_MONSTER.json | 47 |
1 files changed, 32 insertions, 15 deletions
diff --git a/items/REDSTONE_PIGMAN_MONSTER.json b/items/REDSTONE_PIGMAN_MONSTER.json index d050d444..6da79792 100644 --- a/items/REDSTONE_PIGMAN_MONSTER.json +++ b/items/REDSTONE_PIGMAN_MONSTER.json @@ -1,30 +1,47 @@ { "itemid": "minecraft:skull", "displayname": "§aRedstone Pigman (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fc29372-e78e-3ad6-b0b0-05ca0a84babd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ\"}]}},display:{Lore:[0:\"§7These pigmen will defend their\",1:\"§7redstone to the death\",2:\"\",3:\"§c❤ Health§8: §c250\",4:\"§7Coins per Kill: §612\",5:\"§7Combat XP: §320\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fGold Nugget §8x2\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\",13:\"§8 ■ §5Brick Red Dye§8(§a0%§8)\"],Name:\"§aRedstone Pigman (Monster)\"},ExtraAttributes:{id:\"REDSTONE_PIGMAN_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fc29372-e78e-3ad6-b0b0-05ca0a84babd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ\"}]}},display:{Lore:[0:\"§7These pigmen will defend their\",1:\"§7redstone to the death\",2:\"\",3:\"§c❤ Health§8: §c250\"],Name:\"§aRedstone Pigman (Monster)\"},ExtraAttributes:{id:\"REDSTONE_PIGMAN_MONSTER\"}}", "damage": 3, "lore": [ "§7These pigmen will defend their", "§7redstone to the death", "", - "§c❤ Health§8: §c250", - "§7Coins per Kill: §612", - "§7Combat XP: §320", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §fGold Nugget §8x2", - "", - "§dRNGesus Loot", - "§8 ■ §5Exp Share Core §8(§a0.01%§8)", - "§8 ■ §5Brick Red Dye§8(§a0%§8)" + "§c❤ Health§8: §c250" ], "internalname": "REDSTONE_PIGMAN_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Redstone_Pigman" + "https://hypixel-skyblock.fandom.com/wiki/Redstone_Pigman", + "https://wiki.hypixel.net/Redstone_Pigman" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 10, + "coins": 12, + "xp": 25, + "combat_xp": 20, + "name": "§cRedstone Pigman", + "panorama": "mining_2", + "render": "@neurepo:mobs/redstone_pigman.json", + "type": "drops", + "drops": [ + { + "id": "GOLD_NUGGET", + "chance": "x2" + }, + { + "id": "PET_ITEM_EXP_SHARE_DROP:1", + "chance": "0.01%" + }, + { + "id": "DYE_BRICK_RED", + "chance": "0.00005%" + } + ] + } + ] }
\ No newline at end of file |