aboutsummaryrefslogtreecommitdiff
path: root/items/CELLAR_SPIDER_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/CELLAR_SPIDER_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/CELLAR_SPIDER_MONSTER.json')
-rw-r--r--items/CELLAR_SPIDER_MONSTER.json38
1 files changed, 26 insertions, 12 deletions
diff --git a/items/CELLAR_SPIDER_MONSTER.json b/items/CELLAR_SPIDER_MONSTER.json
index 06a083de..b58724f2 100644
--- a/items/CELLAR_SPIDER_MONSTER.json
+++ b/items/CELLAR_SPIDER_MONSTER.json
@@ -1,24 +1,38 @@
{
"itemid": "minecraft:skull",
"displayname": "§9Cellar Spider (Monster)",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a8aee72d-0d1d-3db7-8cf8-be1ce6ec2dc4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDE2NDVkZmQ3N2QwOTkyMzEwN2IzNDk2ZTk0ZWViNWMzMDMyOWY5N2VmYzk2ZWQ3NmUyMjZlOTgyMjQifX19\"}]}},display:{Lore:[0:\"§7Creepy crawler\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §335-105\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §8Spider Essence x0-1\"],Name:\"§9Cellar Spider (Monster)\"},ExtraAttributes:{id:\"CELLAR_SPIDER_MONSTER\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a8aee72d-0d1d-3db7-8cf8-be1ce6ec2dc4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDE2NDVkZmQ3N2QwOTkyMzEwN2IzNDk2ZTk0ZWViNWMzMDMyOWY5N2VmYzk2ZWQ3NmUyMjZlOTgyMjQifX19\"}]}},display:{Lore:[0:\"§7Creepy crawler\",1:\"\",2:\"§c❤ Health§8: §c22,000 - 420,000\",3:\"§c❤ Health §8(MM) : §c500,000 - 9,500,000\"],Name:\"§9Cellar Spider (Monster)\"},ExtraAttributes:{id:\"CELLAR_SPIDER_MONSTER\"}}",
"damage": 3,
"lore": [
"§7Creepy crawler",
"",
- "§7Coins per Kill: §61",
- "§7Combat XP: §335-105",
- "",
- "§6§lPossible Drops:",
- "§aUncommon Loot",
- "§8 ■ §8Spider Essence x0-1"
+ "§c❤ Health§8: §c22,000 - 420,000",
+ "§c❤ Health §8(MM) : §c500,000 - 9,500,000"
],
"internalname": "CELLAR_SPIDER_MONSTER",
- "clickcommand": "",
- "modver": "2.0.0-REL",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://hypixel-skyblock.fandom.com/wiki/Cellar_Spider"
+ "https://hypixel-skyblock.fandom.com/wiki/Cellar_Spider",
+ "https://wiki.hypixel.net/Cellar_Spider"
],
- "crafttext": ""
-}
+ "crafttext": "",
+ "recipes": [
+ {
+ "combat_xp": 35,
+ "coins": 1,
+ "xp": 30,
+ "name": "§cCellar Spider",
+ "panorama": "dungeon",
+ "render": "Spider",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ESSENCE_SPIDER",
+ "chance": "12%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file