aboutsummaryrefslogtreecommitdiff
path: root/items/MINER_SKELETON_MONSTER.json
diff options
context:
space:
mode:
Diffstat (limited to 'items/MINER_SKELETON_MONSTER.json')
-rw-r--r--items/MINER_SKELETON_MONSTER.json65
1 files changed, 46 insertions, 19 deletions
diff --git a/items/MINER_SKELETON_MONSTER.json b/items/MINER_SKELETON_MONSTER.json
index 7e90518d..5dac31c4 100644
--- a/items/MINER_SKELETON_MONSTER.json
+++ b/items/MINER_SKELETON_MONSTER.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§9Miner Skeleton (Monster)",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7These skeletons have crafted\",1:\"§7gear from the diamonds around§\",2:\"§7them - resulting in a look both\",3:\"§7fashionable and protective.\",4:\"\",5:\"§c❤ Health§8: §c250-300\",6:\"§7Coins per Kill: §612-15\",7:\"§7Combat XP: §320-24\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fRotten Flesh §8x1-2\",12:\"\",13:\"§9Rare Loot\",14:\"§8 ■ §9Miner Helmet §8(§a1%§8)\",15:\"§8 ■ §9Miner Chestplate §8(§a1%§8)\",16:\"§8 ■ §9Miner Leggings §8(§a1%§8)\",17:\"§8 ■ §9Miner Boots §8(§a1%§8)\",18:\"\",19:\"§dRNGesus Loot\",20:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\"],Name:\"§9Miner Skeleton (Monster)\"},ExtraAttributes:{id:\"MINER_SKELETON_MONSTER\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7These skeletons have crafted\",1:\"§7gear from the diamonds around§\",2:\"§7them - resulting in a look both\",3:\"§7fashionable and protective.\",4:\"\",5:\"§c❤ Health§8: §c250 - 300\"],Name:\"§9Miner Skeleton (Monster)\"},ExtraAttributes:{id:\"MINER_SKELETON_MONSTER\"}}",
"damage": 0,
"lore": [
"§7These skeletons have crafted",
@@ -9,30 +9,57 @@
"§7them - resulting in a look both",
"§7fashionable and protective.",
"",
- "§c❤ Health§8: §c250-300",
- "§7Coins per Kill: §612-15",
- "§7Combat XP: §320-24",
- "",
- "§6§lPossible Drops:",
- "§fCommon Loot",
- "§8 ■ §fRotten Flesh §8x1-2",
- "",
- "§9Rare Loot",
- "§8 ■ §9Miner Helmet §8(§a1%§8)",
- "§8 ■ §9Miner Chestplate §8(§a1%§8)",
- "§8 ■ §9Miner Leggings §8(§a1%§8)",
- "§8 ■ §9Miner Boots §8(§a1%§8)",
- "",
- "§dRNGesus Loot",
- "§8 ■ §5Exp Share Core §8(§a0.01%§8)"
+ "§c❤ Health§8: §c250 - 300"
],
"internalname": "MINER_SKELETON_MONSTER",
- "clickcommand": "",
+ "clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Skeleton",
"https://wiki.hypixel.net/Miner_Skeleton"
],
- "crafttext": ""
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 15,
+ "coins": 12,
+ "xp": 30,
+ "combat_xp": 20,
+ "name": "§cMiner Skeleton",
+ "render": "@neurepo:mobs/miner_skeleton.json",
+ "panorama": "mining_2",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "BONE",
+ "chance": "100%"
+ },
+ {
+ "id": "TANK_MINER_HELMET",
+ "chance": "1%"
+ },
+ {
+ "id": "TANK_MINER_CHESTPLATE",
+ "chance": "1%"
+ },
+ {
+ "id": "TANK_MINER_LEGGINGS",
+ "chance": "1%"
+ },
+ {
+ "id": "TANK_MINER_BOOTS",
+ "chance": "1%"
+ },
+ {
+ "id": "PET_ITEM_EXP_SHARE_DROP:1",
+ "chance": "0.01%"
+ },
+ {
+ "id": "DYE_BONE",
+ "chance": "0.0000333%"
+ }
+ ]
+ }
+ ]
} \ No newline at end of file