diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-05-08 01:26:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 19:26:16 -0400 |
commit | 6a436fd516aefa90ce2366272318fc67758bcbba (patch) | |
tree | 60bd10e7357fae0363689f073880e1f99cd0d5f4 /items/POWDER_GHAST_MONSTER.json | |
parent | 7f1e7145a27783512953993de5d79b055bb64de3 (diff) | |
download | NotEnoughUpdates-REPO-6a436fd516aefa90ce2366272318fc67758bcbba.tar.gz NotEnoughUpdates-REPO-6a436fd516aefa90ce2366272318fc67758bcbba.tar.bz2 NotEnoughUpdates-REPO-6a436fd516aefa90ce2366272318fc67758bcbba.zip |
Stuff (#486)
Diffstat (limited to 'items/POWDER_GHAST_MONSTER.json')
-rw-r--r-- | items/POWDER_GHAST_MONSTER.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/items/POWDER_GHAST_MONSTER.json b/items/POWDER_GHAST_MONSTER.json new file mode 100644 index 00000000..60e398ab --- /dev/null +++ b/items/POWDER_GHAST_MONSTER.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aPowder Ghast (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b473ca7d-e895-3986-ab3e-a70b89270a3f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGI2YTcyMTM4ZDY5ZmJiZDJmZWEzZmEyNTFjYWJkODcxNTJlNGYxYzk3ZTVmOTg2YmY2ODU1NzFkYjNjYzAifX19\"}]}},display:{Lore:[0:\"§7The Powder Ghast is a mob that spawns,\",1:\"§7randomly in Dwarven Mines. It\u0027s not a part of the regular cycle,\",2:\"§7and instead is a random occurrence. The Powder Ghast can spawn\",3:\"§7in one of the following locations: Divan\u0027s Gateway,\",4:\"§7Rampart\u0027s Quarry, Cliffside Veinsand Forge Basin. \",5:\"§7The Powder Ghast is immune to melee damage. Players will receive,\",6:\"§760 Mithril Powder for every hit that lands on its hitbox.\",7:\"\",8:\"§c❤ Health§8: §c100(hits)\"],Name:\"§aPowder Ghast (Monster)\"},ExtraAttributes:{id:\"POWDER_GHAST_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7The Powder Ghast is a mob that spawns,", + "§7randomly in Dwarven Mines. It\u0027s not a part of the regular cycle,", + "§7and instead is a random occurrence. The Powder Ghast can spawn", + "§7in one of the following locations: Divan\u0027s Gateway,", + "§7Rampart\u0027s Quarry, Cliffside Veinsand Forge Basin. ", + "§7The Powder Ghast is immune to melee damage. Players will receive,", + "§760 Mithril Powder for every hit that lands on its hitbox.", + "", + "§c❤ Health§8: §c100(hits)" + ], + "internalname": "POWDER_GHAST_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Powder_Ghast" + ], + "crafttext": "" +}
\ No newline at end of file |