aboutsummaryrefslogtreecommitdiff
path: root/items/EMERALD_SLIME_MONSTER.json
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2022-10-19 09:14:54 +0200
committerGitHub <noreply@github.com>2022-10-19 18:14:54 +1100
commit5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch)
tree6ae23d4819eb974901de2743065c3ad23327dd06 /items/EMERALD_SLIME_MONSTER.json
parentc02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff)
downloadNotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz
NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2
NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Co-authored-by: nea <romangraef@gmail.com> Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/EMERALD_SLIME_MONSTER.json')
-rw-r--r--items/EMERALD_SLIME_MONSTER.json46
1 files changed, 30 insertions, 16 deletions
diff --git a/items/EMERALD_SLIME_MONSTER.json b/items/EMERALD_SLIME_MONSTER.json
index b4c2099c..e622bd48 100644
--- a/items/EMERALD_SLIME_MONSTER.json
+++ b/items/EMERALD_SLIME_MONSTER.json
@@ -1,29 +1,43 @@
{
"itemid": "minecraft:skull",
"displayname": "§9Emerald Slime (Monster)",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cb762e0d-a1e6-3888-8c05-eddabbbe49a2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTc3NGU4NmFhNGNmZjc5MjM5NWI3N2FkZDU3YjAwYmIxYTEwMmY4ZjBmMDk4MGY0ZDU1YjNkN2FmZjFlNmRhOSJ9fX0\"}]}},display:{Lore:[0:\"§7It is said that these slimes\",1:\"§7absorb emeralds to grow larger.\",2:\"\",3:\"§c❤ Health§8: §c80-250\",4:\"§7Coins per Kill: §65-12\",5:\"§7Combat XP: §312-20\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fSlimeball §8x1-2\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\"],Name:\"§9Emerald Slime (Monster)\"},ExtraAttributes:{id:\"EMERALD_SLIME_MONSTER\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cb762e0d-a1e6-3888-8c05-eddabbbe49a2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTc3NGU4NmFhNGNmZjc5MjM5NWI3N2FkZDU3YjAwYmIxYTEwMmY4ZjBmMDk4MGY0ZDU1YjNkN2FmZjFlNmRhOSJ9fX0\"}]}},display:{Lore:[0:\"§7It is said that these slimes\",1:\"§7absorb emeralds to grow larger.\",2:\"\",3:\"§c❤ Health§8: §c80 - 250\"],Name:\"§9Emerald Slime (Monster)\"},ExtraAttributes:{id:\"EMERALD_SLIME_MONSTER\"}}",
"damage": 3,
"lore": [
"§7It is said that these slimes",
"§7absorb emeralds to grow larger.",
"",
- "§c❤ Health§8: §c80-250",
- "§7Coins per Kill: §65-12",
- "§7Combat XP: §312-20",
- "",
- "§6§lPossible Drops:",
- "§fCommon Loot",
- "§8 ■ §fSlimeball §8x1-2",
- "",
- "§dRNGesus Loot",
- "§8 ■ §5Exp Share Core §8(§a0.01%§8)"
+ "§c❤ Health§8: §c80 - 250"
],
"internalname": "EMERALD_SLIME_MONSTER",
- "clickcommand": "",
- "modver": "2.0.0-REL",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://hypixel-skyblock.fandom.com/wiki/Emerald_Slime"
+ "https://hypixel-skyblock.fandom.com/wiki/Emerald_Slime",
+ "https://wiki.hypixel.net/Emerald_Slime"
],
- "crafttext": ""
-}
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 5,
+ "coins": 5,
+ "xp": 20,
+ "combat_xp": 12,
+ "name": "§cEmerald Slime",
+ "panorama": "mining_2",
+ "render": "Slime",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "SLIME_BALL:1",
+ "chance": "100%"
+ },
+ {
+ "id": "PET_ITEM_EXP_SHARE_DROP:1",
+ "chance": "0.01%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file