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/CRYPT_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/CRYPT_GHOUL_MONSTER.json')
-rw-r--r-- | items/CRYPT_GHOUL_MONSTER.json | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/items/CRYPT_GHOUL_MONSTER.json b/items/CRYPT_GHOUL_MONSTER.json index 2f1f6713..1f91d153 100644 --- a/items/CRYPT_GHOUL_MONSTER.json +++ b/items/CRYPT_GHOUL_MONSTER.json @@ -1,19 +1,32 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§9Crypt Ghoul (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Crypt Ghoul is a mob added in the Slayer\",1:\"§7update. It is a hostile zombie type mob that\u0027s\",2:\"§7a bit tougher than regular zombies. \"],Name:\"§9Crypt Ghoul (Monster)\"},ExtraAttributes:{id:\"CRYPT_GHOUL_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Crypt Ghoul is a mob added in the Slayer\",1:\"§7update. It is a hostile zombie type mob that\u0027s\",2:\"§7a bit tougher than regular zombies.\",3:\"\",4:\"§c❤ Health§8: §c2.000\",5:\"§7Combat XP: §332\",6:\"§7Coins per Kill: §613\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fRotten Flesh §8x1-2\",11:\"\",12:\"§dRNGesus Loot\",13:\"§8 ■ §5Ghoul §8(§a0.001%§8)\",14:\"§8 ■ §6Ghoul §8(§a0.003%§8)\"],Name:\"§9Crypt Ghoul (Monster)\"},ExtraAttributes:{id:\"CRYPT_GHOUL_MONSTER\"}}", "damage": 54, "lore": [ "§7The Crypt Ghoul is a mob added in the Slayer", "§7update. It is a hostile zombie type mob that\u0027s", - "§7a bit tougher than regular zombies. " + "§7a bit tougher than regular zombies.", + "", + "§c❤ Health§8: §c2.000", + "§7Combat XP: §332", + "§7Coins per Kill: §613", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fRotten Flesh §8x1-2", + "", + "§dRNGesus Loot", + "§8 ■ §5Ghoul §8(§a0.001%§8)", + "§8 ■ §6Ghoul §8(§a0.003%§8)" ], "internalname": "CRYPT_GHOUL_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Crypt_Ghoul" ], - "entityrender": "Zombie" + "entityrender": "Zombie", + "crafttext": "" }
\ No newline at end of file |