diff options
Diffstat (limited to 'items/GHAST_MONSTER.json')
-rw-r--r-- | items/GHAST_MONSTER.json | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/items/GHAST_MONSTER.json b/items/GHAST_MONSTER.json index d6256660..99ce5ede 100644 --- a/items/GHAST_MONSTER.json +++ b/items/GHAST_MONSTER.json @@ -1,22 +1,31 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§aGhast (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Ghasts are mobs found in the northern end of\",1:\"§7the Blazing Fortress at nighttime (8:30 PM - 5:00\",2:\"§7AM skyblock time) in the sky within the zone where\",3:\"§7level 9 Magma Cubes spawn, or the Magma Cube Boss\",4:\"§7It can also be spawned from Ghast Minions.\"],Name:\"§aGhast (Monster)\"},ExtraAttributes:{id:\"GHAST_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7Ghasts are mobs found in the northern end of\",1:\"§7the Blazing Fortress at nighttime (8:30 PM - 5:00\",2:\"§7AM skyblock time) in the sky within the zone where\",3:\"§7level 9 Magma Cubes spawn, or the Magma Cube Boss.\",4:\"§7It can also be spawned from Ghast Minions.\",5:\"\",6:\"§c❤ Health§8: §c330\",7:\"§7Coins per Kill: §630\",8:\"§7Combat XP: §350\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fGhast Tear\"],Name:\"§aGhast (Monster)\"},ExtraAttributes:{id:\"GHAST_MONSTER\"}}", "damage": 56, "lore": [ "§7Ghasts are mobs found in the northern end of", "§7the Blazing Fortress at nighttime (8:30 PM - 5:00", "§7AM skyblock time) in the sky within the zone where", "§7level 9 Magma Cubes spawn, or the Magma Cube Boss.", - "§7It can also be spawned from Ghast Minions." + "§7It can also be spawned from Ghast Minions.", + "", + "§c❤ Health§8: §c330", + "§7Coins per Kill: §630", + "§7Combat XP: §350", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fGhast Tear" ], "internalname": "GHAST_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ghast" ], "entityrender": "Ghast", - "entityscale": 0.3 + "entityscale": 0.3, + "crafttext": "" }
\ No newline at end of file |