aboutsummaryrefslogtreecommitdiff
path: root/items/CHARGED_CREEPER_MONSTER.json
diff options
context:
space:
mode:
Diffstat (limited to 'items/CHARGED_CREEPER_MONSTER.json')
-rw-r--r--items/CHARGED_CREEPER_MONSTER.json38
1 files changed, 25 insertions, 13 deletions
diff --git a/items/CHARGED_CREEPER_MONSTER.json b/items/CHARGED_CREEPER_MONSTER.json
index 0f36a9eb..bc628a09 100644
--- a/items/CHARGED_CREEPER_MONSTER.json
+++ b/items/CHARGED_CREEPER_MONSTER.json
@@ -1,26 +1,38 @@
{
"itemid": "minecraft:skull",
"displayname": "§9Charged Creeper (Monster)",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"eed2d903-ca32-4cc7-b33b-ca3bdbe18da4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjQyNTQ4MzhjMzNlYTIyN2ZmY2EyMjNkZGRhYWJmZTBiMDIxNWY3MGRhNjQ5ZTk0NDQ3N2Y0NDM3MGNhNjk1MiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Charged Creeper is a mob that spawn during the Thunder\",1:\"§7event from the Blood God Shrine.\",2:\"\",3:\"§c❤ Health§8: §c17.500\",4:\"§7Combat XP: §38\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§aUncommon Loot\",9:\"§8 ■ §aEnchanted Gunpowder §8x1-3\"],Name:\"§9Charged Creeper (Monster)\"},ExtraAttributes:{id:\"CHARGED_CREEPER_MONSTER\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"eed2d903-ca32-4cc7-b33b-ca3bdbe18da4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjQyNTQ4MzhjMzNlYTIyN2ZmY2EyMjNkZGRhYWJmZTBiMDIxNWY3MGRhNjQ5ZTk0NDQ3N2Y0NDM3MGNhNjk1MiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Charged Creeper is a mob that spawn during the Thunder\",1:\"§7event from the Blood God Shrine.\",2:\"\",3:\"§c❤ Health§8: §c17,500\"],Name:\"§9Charged Creeper (Monster)\"},ExtraAttributes:{id:\"CHARGED_CREEPER_MONSTER\"}}",
"damage": 3,
"lore": [
"§7Charged Creeper is a mob that spawn during the Thunder",
"§7event from the Blood God Shrine.",
"",
- "§c❤ Health§8: §c17.500",
- "§7Combat XP: §38",
- "§7Coins per Kill: §61",
- "",
- "§6§lPossible Drops:",
- "§aUncommon Loot",
- "§8 ■ §aEnchanted Gunpowder §8x1-3"
+ "§c❤ Health§8: §c17,500"
],
"internalname": "CHARGED_CREEPER_MONSTER",
- "clickcommand": "",
- "modver": "2.0.0-REL",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://hypixel-skyblock.fandom.com/wiki/Charged_Creeper"
+ "https://hypixel-skyblock.fandom.com/wiki/Charged_Creeper",
+ "https://wiki.hypixel.net/Charged_Creeper"
],
- "crafttext": ""
-}
+ "crafttext": "",
+ "recipes": [
+ {
+ "name": "§cCharged Creeper",
+ "coins": 250,
+ "xp": 10,
+ "render": "@neurepo:mobs/charged_creeper.json",
+ "panorama": "hub",
+ "level": 50,
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENCHANTED_GUNPOWDER",
+ "chance": "100%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file