aboutsummaryrefslogtreecommitdiff
path: root/items/GRAVEL_SKELETON_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/GRAVEL_SKELETON_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/GRAVEL_SKELETON_MONSTER.json')
-rw-r--r--items/GRAVEL_SKELETON_MONSTER.json39
1 files changed, 28 insertions, 11 deletions
diff --git a/items/GRAVEL_SKELETON_MONSTER.json b/items/GRAVEL_SKELETON_MONSTER.json
index 056774a1..5efb2555 100644
--- a/items/GRAVEL_SKELETON_MONSTER.json
+++ b/items/GRAVEL_SKELETON_MONSTER.json
@@ -1,25 +1,42 @@
{
"itemid": "minecraft:skull",
"displayname": "§aGravel Skeleton (Monster)",
- "nbttag": "{display:{Lore:[0:\"§7These Skeletons just never say\",1:\"§7die.\",2:\"\",3:\"§c❤ Health§8: §c100\",4:\"§7Coins per Kill: §62-12\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§fCommon Loot\",8:\"§8 ■ §fBone §8x3-6\"],Name:\"§aGravel Skeleton (Monster)\"},ExtraAttributes:{id:\"GRAVEL_SKELETON_MONSTER\"}}",
+ "nbttag": "{display:{Lore:[0:\"§7These Skeletons just never say\",1:\"§7die.\",2:\"\",3:\"§c❤ Health§8: §c100\"],Name:\"§aGravel Skeleton (Monster)\"},ExtraAttributes:{id:\"GRAVEL_SKELETON_MONSTER\"}}",
"damage": 0,
"lore": [
"§7These Skeletons just never say",
"§7die.",
"",
- "§c❤ Health§8: §c100",
- "§7Coins per Kill: §62-12",
- "",
- "§6§lPossible Drops:",
- "§fCommon Loot",
- "§8 ■ §fBone §8x3-6"
+ "§c❤ Health§8: §c100"
],
"internalname": "GRAVEL_SKELETON_MONSTER",
- "clickcommand": "",
- "modver": "2.0.0-REL",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://hypixel-skyblock.fandom.com/wiki/Skeleton"
+ "https://hypixel-skyblock.fandom.com/wiki/Skeleton",
+ "https://wiki.hypixel.net/Gravel_Skeleton"
],
- "crafttext": ""
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 2,
+ "coins": 1,
+ "xp": 1,
+ "name": "§cGravel Skeleton",
+ "panorama": "combat_1",
+ "render": "Skeleton",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "BONE",
+ "chance": "x3-6"
+ },
+ {
+ "id": "DYE_BONE",
+ "chance": "0.0000333%"
+ }
+ ]
+ }
+ ]
} \ No newline at end of file