diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-26 01:36:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 20:36:53 -0400 |
commit | e5413c6e707b234c5600880c047d0a8935d4d4ad (patch) | |
tree | e69aceeebfecf5790346989a31389a81987e0426 /items/GHOST_MONSTER.json | |
parent | b054e4b55e36ad8219f65e5826eadfe18508a501 (diff) | |
download | NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.gz NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.bz2 NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.zip |
Possible Mobdrops Part 1, some Fixes and added a Item (#447)
* Monster & Boss Things
* Fix for 2 Items and a Wiki Link
* Added Vicious Bundle
Diffstat (limited to 'items/GHOST_MONSTER.json')
-rw-r--r-- | items/GHOST_MONSTER.json | 54 |
1 files changed, 35 insertions, 19 deletions
diff --git a/items/GHOST_MONSTER.json b/items/GHOST_MONSTER.json index a3088b0f..81af2c7e 100644 --- a/items/GHOST_MONSTER.json +++ b/items/GHOST_MONSTER.json @@ -1,19 +1,35 @@ -{
- "itemid": "minecraft:spawn_egg",
- "displayname": "§9Ghost (Monster)",
- "nbttag": "{display:{Lore:[0:\"§7Ghosts are powerful mobs that spawn in the\",1:\"§7mist area of the Dwarven mines. They appear as\",2:\"§7the outer part of charged creepers.\"],Name:\"§9Ghost (Monster)\"},ExtraAttributes:{id:\"GHOST_MONSTER\"}}",
- "damage": 54,
- "lore": [
- "§7Ghosts are powerful mobs that spawn in the",
- "§7mist area of the Dwarven mines. They appear as",
- "§7the outer part of charged creepers."
- ],
- "internalname": "GHOST_MONSTER",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Ghost"
- ],
- "entityrender": "Creeper"
- }
\ No newline at end of file +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Ghost (Monster)", + "nbttag": "{display:{Lore:[0:\"§7Ghosts are powerful mobs that spawn in the\",1:\"§7mist area of the Dwarven mines. They appear as\",2:\"§7the outer part of charged creepers.\",3:\"\",4:\"§c❤ Health§8: §c1.000.000\",5:\"§7Combat XP: §3100\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§9Rare Loot\",9:\"§8 ■ §9Volta §8(§a0.2%§8)\",10:\"§8 ■ §9Sorrow §8(§a0.12%§8)\",11:\"\",12:\"§6Legendary Loot\",13:\"§8 ■ §9Plasma §8(§a0.1%§8)\",14:\"\",15:\"§dRNGesus Loot\",16:\"§8 ■ §9Ghostly Boots §8(§a0.01%§8)\",17:\"§8 ■ §9Bag of Cash §8(§a0.01%§8)\"],Name:\"§9Ghost (Monster)\"},ExtraAttributes:{id:\"GHOST_MONSTER\"}}", + "damage": 54, + "lore": [ + "§7Ghosts are powerful mobs that spawn in the", + "§7mist area of the Dwarven mines. They appear as", + "§7the outer part of charged creepers.", + "", + "§c❤ Health§8: §c1.000.000", + "§7Combat XP: §3100", + "", + "§6§lPossible Drops:", + "§9Rare Loot", + "§8 ■ §9Volta §8(§a0.2%§8)", + "§8 ■ §9Sorrow §8(§a0.12%§8)", + "", + "§6Legendary Loot", + "§8 ■ §9Plasma §8(§a0.1%§8)", + "", + "§dRNGesus Loot", + "§8 ■ §9Ghostly Boots §8(§a0.01%§8)", + "§8 ■ §9Bag of Cash §8(§a0.01%§8)" + ], + "internalname": "GHOST_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ghost" + ], + "entityrender": "Creeper", + "crafttext": "" +}
\ No newline at end of file |