aboutsummaryrefslogtreecommitdiff
path: root/items/GOLDEN_GOBLIN_MONSTER.json
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-02-01 13:17:19 +0100
committerGitHub <noreply@github.com>2024-02-01 12:17:19 +0000
commit76742d1ec5542a78101c0eccada4be2bfc6d7d3a (patch)
treefd9ff15f59699da3104c1952555d627bef184392 /items/GOLDEN_GOBLIN_MONSTER.json
parent0064bbae453399ce406facbd281b9e3bb03397db (diff)
downloadNotEnoughUpdates-REPO-76742d1ec5542a78101c0eccada4be2bfc6d7d3a.tar.gz
NotEnoughUpdates-REPO-76742d1ec5542a78101c0eccada4be2bfc6d7d3a.tar.bz2
NotEnoughUpdates-REPO-76742d1ec5542a78101c0eccada4be2bfc6d7d3a.zip
Added Golden/Dia Goblin, fixed 1 Lore and a reforge stone ability (#1096)
* Added Golden/Dia Goblin, fixed 1 Lore and a reforge stone ability * Fixed health of diamond goblin
Diffstat (limited to 'items/GOLDEN_GOBLIN_MONSTER.json')
-rw-r--r--items/GOLDEN_GOBLIN_MONSTER.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/items/GOLDEN_GOBLIN_MONSTER.json b/items/GOLDEN_GOBLIN_MONSTER.json
new file mode 100644
index 00000000..63584466
--- /dev/null
+++ b/items/GOLDEN_GOBLIN_MONSTER.json
@@ -0,0 +1,59 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Golden Goblin (Monster)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"81435058-f0e1-2bda-b932-aa34dbb702c3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzE3Mjg1MDkwNmI3ZjBkOTUyYzBlNTA4MDczY2M0MzlmZDMzNzRjY2Y1Yjg4OWMwNmY3ZThkOTBjYzBjYzI1NWMifX19\"}]},Name:\"81435058-f0e1-2bda-b932-aa34dbb702c3\"},display:{Lore:[0:\"§7Chance to spawn from Eggs:\",1:\"§9Goblin Egg §7- §a2%\",2:\"§aGreen Goblin Egg §7- §a2.5%\",3:\"§eYellow Goblin Egg §7- §a3.33\",4:\"§cRed Goblin Egg §7- §a5%\",5:\"§3Blue Goblin Egg §7- §a10%\",6:\"\",7:\"§7Other Sources:\",8:\"§7Custom Ores (§6Gold §7etc.) §7- §a0.1%\",9:\"§dGemstones §7and §3Mithril §7in the §5Crystal Hollows §7- §a0.1%\",10:\"§7Hard Stone in the §5Crystal Hollows §7- §a0.01%\",11:\"\",12:\"§c❤ Health§8: §c3\"],Name:\"§9Golden Goblin (Monster)\"},ExtraAttributes:{id:\"GOLDEN_GOBLIN_MONSTER\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Chance to spawn from Eggs:",
+ "§9Goblin Egg §7- §a2%",
+ "§aGreen Goblin Egg §7- §a2.5%",
+ "§eYellow Goblin Egg §7- §a3.33",
+ "§cRed Goblin Egg §7- §a5%",
+ "§3Blue Goblin Egg §7- §a10%",
+ "",
+ "§7Other Sources:",
+ "§7Custom Ores (§6Gold §7etc.) §7- §a0.1%",
+ "§dGemstones §7and §3Mithril §7in the §5Crystal Hollows §7- §a0.1%",
+ "§7Hard Stone in the §5Crystal Hollows §7- §a0.01%",
+ "",
+ "§c❤ Health§8: §c3"
+ ],
+ "internalname": "GOLDEN_GOBLIN_MONSTER",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Golden_Goblin",
+ "https://wiki.hypixel.net/Golden_Goblin"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 50,
+ "coins": 100,
+ "xp": 50,
+ "combat_xp": 0,
+ "name": "§cGolden Goblin",
+ "panorama": "mining_3",
+ "render": "@neurepo:mobs/golden_goblin.json",
+ "type": "drops",
+ "extra": [
+ "§7Other Drops:",
+ "§7+ §2200 Mithril Powder"
+ ],
+ "drops": [
+ {
+ "id": "ESSENCE_GOLD:1",
+ "chance": "100%",
+ "extra": [
+ "x2-3"
+ ]
+ },
+ {
+ "id": "MITHRIL_ORE:5",
+ "chance": "100%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file