aboutsummaryrefslogtreecommitdiff
path: root/items/ENDSTONE_PROTECTOR_BOSS.json
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2022-04-22 06:57:21 +0200
committerjani270 <jani270@gmx.de>2022-04-22 06:57:21 +0200
commit63769b63076a9951a3089abf519b3e9fff825b13 (patch)
tree2fd8b4b8155e4a53e6ff4279c9685b81d9346fb7 /items/ENDSTONE_PROTECTOR_BOSS.json
parentbbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4 (diff)
downloadNotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.gz
NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.bz2
NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.zip
Nether stuff and mob recipes
Diffstat (limited to 'items/ENDSTONE_PROTECTOR_BOSS.json')
-rw-r--r--items/ENDSTONE_PROTECTOR_BOSS.json61
1 files changed, 47 insertions, 14 deletions
diff --git a/items/ENDSTONE_PROTECTOR_BOSS.json b/items/ENDSTONE_PROTECTOR_BOSS.json
index 8c920de0..8dab2cea 100644
--- a/items/ENDSTONE_PROTECTOR_BOSS.json
+++ b/items/ENDSTONE_PROTECTOR_BOSS.json
@@ -1,31 +1,64 @@
{
"itemid": "minecraft:skull",
"displayname": "§6Endstone Protector (Boss)",
- "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"a46a9adf-60a3-38f2-a3dd-335d85f1cc10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJiY2FjZWViNDE2MmY0MDBkNDQ3NDMzMTU5MzJhYzgyMGQzMTE5YWM4OTg2YTAxNjFhNzI2MTYxY2NjOTNmYyJ9fX0\"}]}},display:{Lore:[0:\"§7Risen from the debris of\",1:\"§7Endstone.\",2:\"\",3:\"§c❤ Health§8: §c5.000.000\",4:\"§7Coins per Kill: §6100\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§fCommon Loot\",8:\"§8 ■ §fEnchanted Endstone\",9:\"§8 ■ §9Endstone Rose\",10:\"§8 ■ §5Crystal Fragment\",11:\"§8 ■ §7[Lvl 1] §5Golem\",12:\"§8 ■ §6Tier Boost Core\",13:\"§8 ■ §7[Lvl 1] §6Golem\"],Name:\"§6Endstone Protector (Boss)\"},ExtraAttributes:{id:\"ENDSTONE_PROTECTOR_BOSS\"}}",
+ "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"a46a9adf-60a3-38f2-a3dd-335d85f1cc10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJiY2FjZWViNDE2MmY0MDBkNDQ3NDMzMTU5MzJhYzgyMGQzMTE5YWM4OTg2YTAxNjFhNzI2MTYxY2NjOTNmYyJ9fX0\"}]}},display:{Lore:[0:\"§7Risen from the debris of\",1:\"§7Endstone.\",2:\"\",3:\"§c❤ Health§8: §c5,000,000\"],Name:\"§6Endstone Protector (Boss)\"},ExtraAttributes:{id:\"ENDSTONE_PROTECTOR_BOSS\"}}",
"damage": 3,
"lore": [
"§7Risen from the debris of",
"§7Endstone.",
"",
- "§c❤ Health§8: §c5.000.000",
- "§7Coins per Kill: §6100",
- "",
- "§6§lPossible Drops:",
- "§fCommon Loot",
- "§8 ■ §fEnchanted Endstone",
- "§8 ■ §9Endstone Rose",
- "§8 ■ §5Crystal Fragment",
- "§8 ■ §7[Lvl 1] §5Golem",
- "§8 ■ §6Tier Boost Core",
- "§8 ■ §7[Lvl 1] §6Golem"
+ "§c❤ Health§8: §c5,000,000"
],
"internalname": "ENDSTONE_PROTECTOR_BOSS",
- "clickcommand": "",
+ "clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Endstone_Protector",
"https://wiki.hypixel.net/Endstone_Protector"
],
- "crafttext": ""
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 100,
+ "coins": 125,
+ "xp": 5000,
+ "name": "§cEndstone Protector (Boss)",
+ "render": "Eisengolem",
+ "panorama": "combat_3",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENDSTONE_ROSE",
+ "extra": [],
+ "chance": "x1"
+ },
+ {
+ "id": "ENCHANTED_ENDSTONE",
+ "extra": [],
+ "chance": "x-10"
+ },
+ {
+ "id": "CRYSTAL_FRAGMENT",
+ "extra": [],
+ "chance": "x1-3"
+ },
+ {
+ "id": "PET_ITEM_TIER_BOOST_DROP",
+ "extra": [],
+ "chance": "0.2%"
+ },
+ {
+ "id": "GOLEM;3",
+ "extra": [],
+ "chance": "2%"
+ },
+ {
+ "id": "GOLEM;4",
+ "extra": [],
+ "chance": "0.6%"
+ }
+ ]
+ }
+ ]
} \ No newline at end of file