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/EXECUTIVE_WENDY_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/EXECUTIVE_WENDY_MONSTER.json')
-rw-r--r-- | items/EXECUTIVE_WENDY_MONSTER.json | 49 |
1 files changed, 35 insertions, 14 deletions
diff --git a/items/EXECUTIVE_WENDY_MONSTER.json b/items/EXECUTIVE_WENDY_MONSTER.json index a5dbdd31..c4b27c43 100644 --- a/items/EXECUTIVE_WENDY_MONSTER.json +++ b/items/EXECUTIVE_WENDY_MONSTER.json @@ -1,28 +1,49 @@ { "itemid": "minecraft:skull", "displayname": "§aExecutive Wendy (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"076f14c0-f574-3396-876f-14c0f5742396\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWY1ZTAzYjhkZTExOWY4NTg5YTgwODIyNGNiZWE3MzdmNWRjZjI0MjM1Nzk5YjczNzhhYzViZjA2YWJmNmRkNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Prepare for trouble!\",1:\"\",2:\"§c❤ Health§8: §c153.000\",3:\"§7Coins per Kill: §610\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§fCommon Loot\",7:\"§8 ■ §f❤ Rough Ruby Gemstone §8x8-15x\",8:\"§8 ■ §f☘ Rough Jade Gemstone §8x8-15x\",9:\"\",10:\"§9Rare Loot\",11:\"§8 ■ §5Treasurite §8(§a1%§8)\"],Name:\"§aExecutive Wendy (Monster)\"},ExtraAttributes:{id:\"EXECUTIVE_WENDY_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"076f14c0-f574-3396-876f-14c0f5742396\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWY1ZTAzYjhkZTExOWY4NTg5YTgwODIyNGNiZWE3MzdmNWRjZjI0MjM1Nzk5YjczNzhhYzViZjA2YWJmNmRkNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Prepare for trouble!\",1:\"\",2:\"§c❤ Health§8: §c153,000\"],Name:\"§aExecutive Wendy (Monster)\"},ExtraAttributes:{id:\"EXECUTIVE_WENDY_MONSTER\"}}", "damage": 3, "lore": [ "§7Prepare for trouble!", "", - "§c❤ Health§8: §c153.000", - "§7Coins per Kill: §610", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §f❤ Rough Ruby Gemstone §8x8-15x", - "§8 ■ §f☘ Rough Jade Gemstone §8x8-15x", - "", - "§9Rare Loot", - "§8 ■ §5Treasurite §8(§a1%§8)" + "§c❤ Health§8: §c153,000" ], "internalname": "EXECUTIVE_WENDY_MONSTER", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Team_Treasurite" + "https://hypixel-skyblock.fandom.com/wiki/Team_Treasurite", + "https://wiki.hypixel.net/Executive_Wendy" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 100, + "coins": 10, + "xp": 10, + "combat_xp": 35, + "name": "§cExecutive Wendy", + "panorama": "crystal_hollows", + "render": "@neurepo:mobs/executive_wendy.json", + "type": "drops", + "drops": [ + { + "id": "ROUGH_RUBY_GEM:1", + "extra": [], + "chance": "x8-15" + }, + { + "id": "ROUGH_JADE_GEM:1", + "extra": [], + "chance": "x8-15" + }, + { + "id": "TREASURITE:1", + "extra": [], + "chance": "1%" + } + ] + } + ] }
\ No newline at end of file |