diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-30 12:30:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 06:30:04 -0400 |
commit | 25c10733446916c439ce6f0e8a4b534fab3ea995 (patch) | |
tree | e71eca1dc61a6c62a12d00f7e4658abb13f3cf8f /items/GOLDEN_GHOUL_MONSTER.json | |
parent | d3d8a844b68fdfa55fc5d62cd2255cd886a0eb40 (diff) | |
download | NotEnoughUpdates-REPO-25c10733446916c439ce6f0e8a4b534fab3ea995.tar.gz NotEnoughUpdates-REPO-25c10733446916c439ce6f0e8a4b534fab3ea995.tar.bz2 NotEnoughUpdates-REPO-25c10733446916c439ce6f0e8a4b534fab3ea995.zip |
Added Skins (Hypixel likes Money), changed Mobs to Heads, fixed a few things and added a Item (#448)
Diffstat (limited to 'items/GOLDEN_GHOUL_MONSTER.json')
-rw-r--r-- | items/GOLDEN_GHOUL_MONSTER.json | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/items/GOLDEN_GHOUL_MONSTER.json b/items/GOLDEN_GHOUL_MONSTER.json index 80c6ebe4..d5d67ce9 100644 --- a/items/GOLDEN_GHOUL_MONSTER.json +++ b/items/GOLDEN_GHOUL_MONSTER.json @@ -1,21 +1,34 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§9Golden Ghoul (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Golden Ghoul is a mob added in the Slayer\",1:\"§7update. It spawns accompanied by Crypt Ghouls\",2:\"§7and spawns at the deepest part of the Coal Mine.\",3:\"§7The Golden Ghoul\u0027s appearance is of a zombie wearing\",4:\"§7Golden Armor holding a Golden Sword.\"],Name:\"§9Golden Ghoul (Monster)\"},ExtraAttributes:{id:\"GOLDEN_GHOUL_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Golden Ghoul is a mob added in the Slayer\",1:\"§7update. It spawns accompanied by Crypt Ghouls\",2:\"§7and spawns at the deepest part of the Coal Mine.\",3:\"§7The Golden Ghoul\u0027s appearance is of a zombie wearing\",4:\"§7Golden Armor holding a Golden Sword.\",5:\"\",6:\"§c❤ Health§8: §c45.000\",7:\"§7Combat XP: §350\",8:\"§7Coins per Kill: §6100\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fGold Ingot§8x1-10\",13:\"§8 ■ §fRotten Flesh §8x2\",14:\"\",15:\"§6Legendary Loot\",16:\"§8 ■ §5Golden Powder §8(§a0.05%§8)\"],Name:\"§9Golden Ghoul (Monster)\"},ExtraAttributes:{id:\"GOLDEN_GHOUL_MONSTER\"}}", "damage": 100, "lore": [ "§7The Golden Ghoul is a mob added in the Slayer", "§7update. It spawns accompanied by Crypt Ghouls", "§7and spawns at the deepest part of the Coal Mine.", "§7The Golden Ghoul\u0027s appearance is of a zombie wearing", - "§7Golden Armor holding a Golden Sword." + "§7Golden Armor holding a Golden Sword.", + "", + "§c❤ Health§8: §c45.000", + "§7Combat XP: §350", + "§7Coins per Kill: §6100", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fGold Ingot§8x1-10", + "§8 ■ §fRotten Flesh §8x2", + "", + "§6Legendary Loot", + "§8 ■ §5Golden Powder §8(§a0.05%§8)" ], "internalname": "GOLDEN_GHOUL_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Golden_Ghoul" ], - "entityrender": "Zombie" + "entityrender": "Zombie", + "crafttext": "" }
\ No newline at end of file |