aboutsummaryrefslogtreecommitdiff
path: root/items/SLUDGE_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/SLUDGE_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/SLUDGE_MONSTER.json')
-rw-r--r--items/SLUDGE_MONSTER.json37
1 files changed, 24 insertions, 13 deletions
diff --git a/items/SLUDGE_MONSTER.json b/items/SLUDGE_MONSTER.json
index 3feca445..bb40952b 100644
--- a/items/SLUDGE_MONSTER.json
+++ b/items/SLUDGE_MONSTER.json
@@ -1,29 +1,40 @@
{
"itemid": "minecraft:skull",
"displayname": "§aSludge (Monster)",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b70a2f3-319c-38d5-b7d1-5b2425770184\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk1YWVlYzZiODQyYWRhODY2OWY4NDZkNjViYzQ5NzYyNTk3ODI0YWI5NDRmMjJmNDViZjNiYmI5NDFhYmU2YyJ9fX0\"}]}},display:{Lore:[0:\"§7They say that the juice of these\",1:\"§7slimes has valueable magical\",2:\"§7properties\",3:\"\",4:\"§c❤ Health§8: §c5.000\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §aSludge\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Celadon Dye §8(§a0%§8)\"],Name:\"§aSludge (Monster)\"},ExtraAttributes:{id:\"SLUDGE_MONSTER\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b70a2f3-319c-38d5-b7d1-5b2425770184\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk1YWVlYzZiODQyYWRhODY2OWY4NDZkNjViYzQ5NzYyNTk3ODI0YWI5NDRmMjJmNDViZjNiYmI5NDFhYmU2YyJ9fX0\"}]}},display:{Lore:[0:\"§7They say that the juice of these\",1:\"§7slimes has valueable magical\",2:\"§7properties\",3:\"\",4:\"§c❤ Health§8: §c5,000\"],Name:\"§aSludge (Monster)\"},ExtraAttributes:{id:\"SLUDGE_MONSTER\"}}",
"damage": 3,
"lore": [
"§7They say that the juice of these",
"§7slimes has valueable magical",
"§7properties",
"",
- "§c❤ Health§8: §c5.000",
- "§7Coins per Kill: §61",
- "",
- "§6§lPossible Drops:",
- "§fCommon Loot",
- "§8 ■ §aSludge",
- "",
- "§dRNGesus Loot",
- "§8 ■ §5Celadon Dye §8(§a0%§8)"
+ "§c❤ Health§8: §c5,000"
],
"internalname": "SLUDGE_MONSTER",
- "clickcommand": "",
+ "clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://hypixel-skyblock.fandom.com/wiki/Yog"
+ "https://hypixel-skyblock.fandom.com/wiki/Yog",
+ "https://wiki.hypixel.net/Sludge"
],
- "crafttext": ""
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 5,
+ "coins": 1,
+ "xp": 1,
+ "combat_xp": 15,
+ "name": "§cSludge",
+ "panorama": "crystal_hollows",
+ "render": "Slime",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "SLUDGE_JUICE:1",
+ "chance": "100%"
+ }
+ ]
+ }
+ ]
} \ No newline at end of file