From d254a96e9cab31e0efb10a640bdeefa25003c5c9 Mon Sep 17 00:00:00 2001 From: Phoebe <77941535+catgirlseraid@users.noreply.github.com> Date: Thu, 5 Dec 2024 00:15:08 +1300 Subject: change powder ghast health (#1487) --- items/POWDER_GHAST_MONSTER.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items') diff --git a/items/POWDER_GHAST_MONSTER.json b/items/POWDER_GHAST_MONSTER.json index e54bb922..d88142bd 100644 --- a/items/POWDER_GHAST_MONSTER.json +++ b/items/POWDER_GHAST_MONSTER.json @@ -1,7 +1,7 @@ { "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's 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's Gateway,\",4:\"§7Rampart's 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\"}}", + "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's 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's Gateway,\",4:\"§7Rampart's 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: §c50(hits)\"],Name:\"§aPowder Ghast (Monster)\"},ExtraAttributes:{id:\"POWDER_GHAST_MONSTER\"}}", "damage": 3, "lore": [ "§7The Powder Ghast is a mob that spawns,", @@ -12,7 +12,7 @@ "§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)" + "§c❤ Health§8: §c50(hits)" ], "internalname": "POWDER_GHAST_MONSTER", "clickcommand": "", -- cgit