Skip to content

Commit 926e0d5

Browse files
Update mobs drops (#1453)
* add dwarven os block bran * Revert "add dwarven os block bran" This reverts commit 40826e5. * first test * test if combat xp shows up or if cache * test if combat xp and farming xp works * see if i added multiple levels of mobs correctly * see if i added multiple levels of mobs correctly * see if i added multiple levels of mobs correctly second time * test if mobs can have different names under the same nest * see if i added silverfish correctly * fix background maybe * check on spider changes * test of adding a new mob what could go wrong * this time * maybe it's in the correct section now? * bat update 2 * wrong one * idk anymore pls just work * 3 * maybe this? * test with another skin * test with another skin with the correct id * idk anymore * 3 * 4 * 5 * 6 * test this? * test the same item multiple times * test using ranges and key ids * test using ranges and key ids * slime test * test goblins * lets find out if i can do this * upload progress * test of fish * a few more sea creatures * revert dye chances, my fault :( * remove unneeded file and fix bat lore * forgot a comma * fix dye drop chances * how do i keep missing these omg sorry * :( poor jani * fix dye chance, fix formatting * magma cube pet drop changes * use the right pet this time
1 parent e62d712 commit 926e0d5

File tree

94 files changed

+663
-416
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+663
-416
lines changed

items/AGARIMOO_SC.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
],
3434
"drops": [
3535
{
36-
"id": "RED_MUSHROOM:35",
37-
"chance": "100%"
36+
"id": "RED_MUSHROOM",
37+
"chance": "x35-55"
3838
},
3939
{
4040
"id": "AGARIMOO_TONGUE:3",

items/ANGRY_ARCHEOLOGIST_MINIBOSS.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"crafttext": "",
2222
"recipes": [
2323
{
24+
"xp": 100,
2425
"combat_xp": 100,
2526
"coins": 1,
2627
"name": "§d§lAngry Archeologist",

items/ARACHNES_BROOD_MONSTER.json

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,41 @@
2222
"recipes": [
2323
{
2424
"level": 100,
25-
"coins": 10,
25+
"coins": 800,
2626
"xp": 10,
27+
"combat_xp": 80,
2728
"name": "§cArachne\u0027s Brood",
2829
"panorama": "combat_1",
2930
"render": "Spider",
3031
"type": "drops",
3132
"drops": [
3233
{
33-
"id": "SPIDER_EYE",
34+
"id": "SPIDER_EYE:10",
3435
"chance": "100%"
3536
},
3637
{
37-
"id": "STRING",
38-
"chance": "50%"
38+
"id": "STRING:5",
39+
"chance": "100%"
40+
}
41+
]
42+
},
43+
{
44+
"level": 200,
45+
"coins": 1500,
46+
"xp": 13,
47+
"combat_xp": 120,
48+
"name": "§cArachne\u0027s Brood",
49+
"panorama": "combat_1",
50+
"render": "Spider",
51+
"type": "drops",
52+
"drops": [
53+
{
54+
"id": "SPIDER_EYE:10",
55+
"chance": "100%"
56+
},
57+
{
58+
"id": "STRING:5",
59+
"chance": "100%"
3960
}
4061
]
4162
}

items/ARACHNES_KEEPER_MINIBOSS.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
},
3434
{
3535
"id": "SPIDER_EYE",
36-
"chance": "100%"
36+
"chance": "x4-8"
3737
},
3838
{
3939
"id": "STRING",
40-
"chance": "50%"
40+
"chance": "x2-4"
4141
},
4242
{
4343
"id": "ARACHNE_GLOVES",

items/ARACHNE_BOSS.json

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"recipes": [
2121
{
2222
"level": 300,
23-
"coins": 15,
23+
"coins": 2000,
2424
"xp": 15,
25-
"combat_xp": 35,
25+
"combat_xp": 200,
2626
"name": "§6Arachne",
2727
"panorama": "combat_1",
2828
"render": "Spider",
@@ -38,7 +38,15 @@
3838
},
3939
{
4040
"id": "STRING",
41-
"chance": "x0-3"
41+
"chance": "x10-20"
42+
},
43+
{
44+
"id": "ENCHANTED_SPIDER_EYE",
45+
"chance": "x0-2"
46+
},
47+
{
48+
"id": "SPIDER_EYE",
49+
"chance": "x10-20"
4250
},
4351
{
4452
"id": "ARACHNE_FRAGMENT",
@@ -80,9 +88,9 @@
8088
},
8189
{
8290
"level": 500,
83-
"coins": 20,
91+
"coins": 8000,
8492
"xp": 20,
85-
"combat_xp": 35,
93+
"combat_xp": 400,
8694
"name": "§6Arachne",
8795
"panorama": "combat_1",
8896
"render": "Spider",
@@ -98,11 +106,15 @@
98106
},
99107
{
100108
"id": "STRING",
101-
"chance": "x0-3"
109+
"chance": "x10-60"
102110
},
103111
{
104-
"id": "DARK_QUEENS_SOUL_DROP",
105-
"chance": "100%"
112+
"id": "ENCHANTED_SPIDER_EYE",
113+
"chance": "x0-6"
114+
},
115+
{
116+
"id": "SPIDER_EYE",
117+
"chance": "x10-60"
106118
},
107119
{
108120
"id": "SOUL_STRING",
@@ -124,14 +136,14 @@
124136
"id": "ARACHNE_BOOTS",
125137
"chance": "25%"
126138
},
127-
{
128-
"id": "LUXURIOUS_SPOOL",
129-
"chance": "100%"
130-
},
131139
{
132140
"id": "ARACK",
133141
"chance": "25%"
134142
},
143+
{
144+
"id": "DARK_QUEENS_SOUL_DROP",
145+
"chance": "100%"
146+
},
135147
{
136148
"id": "ESSENCE_SPIDER:30",
137149
"chance": "100%"

items/ASHFANG_MINIBOSS.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,25 @@
3030
"panorama": "crimson_isle",
3131
"drops": [
3232
{
33-
"id": "BLAZE_ROD:20",
34-
"chance": "100%"
33+
"id": "BLAZE_ROD",
34+
"chance": "x20-35"
3535
},
3636
{
3737
"id": "ENCHANTED_BLAZE_POWDER:1",
38-
"chance": "50%"
38+
"chance": "x0-2"
3939
},
4040
{
4141
"id": "LUMINO_FIBER:1",
4242
"chance": "100%"
4343
},
44+
{
45+
"id": "KUUDRA_HOT_TIER_KEY",
46+
"chance": "4%"
47+
},
48+
{
49+
"id": "KUUDRA_TIER_KEY",
50+
"chance": "6%"
51+
},
4452
{
4553
"id": "MAGMA_URCHIN:1",
4654
"chance": "2%"

items/BARBARIAN_DUKE_X_MINIBOSS.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
{
2222
"name": "§8Barbarian Duke X",
2323
"level": 200,
24-
"coins": 100,
24+
"coins": 1000,
2525
"xp": 5000,
2626
"combat_xp": 4000,
2727
"render": "@neurepo:mobs/barbarian_duke_x.json",
2828
"type": "drops",
2929
"panorama": "crimson_isle",
3030
"drops": [
3131
{
32-
"id": "PORK:20",
33-
"chance": "100%"
32+
"id": "PORK",
33+
"chance": "x20-35"
3434
},
3535
{
3636
"id": "ENCHANTED_PORK:1",
37-
"chance": "50%"
37+
"chance": "x0-2"
3838
},
3939
{
4040
"id": "LEATHER_CLOTH",
@@ -44,6 +44,14 @@
4444
"id": "MAGMA_URCHIN",
4545
"chance": "2%"
4646
},
47+
{
48+
"id": "KUUDRA_HOT_TIER_KEY",
49+
"chance": "4%"
50+
},
51+
{
52+
"id": "KUUDRA_TIER_KEY",
53+
"chance": "6%"
54+
},
4755
{
4856
"id": "FLAMING_FIST",
4957
"chance": "0.2%"

items/BAT_MONSTER.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"itemid": "minecraft:skull",
3+
"displayname": "§aBat (Monster)",
4+
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"b676e304-9f3d-3b60-9032-295f36bb0141\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMjAzOTYxNzA5MSwKICAicHJvZmlsZUlkIiA6ICJlZDUzZGQ4MTRmOWQ0YTNjYjRlYjY1MWRjYmE3N2U2NiIsCiAgInByb2ZpbGVOYW1lIiA6ICIwMTAwMDExMDAxMDAwMDExIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM3N2FkZThhZmIyNTcwODZmYjE4NjFkYTQzYzhhZTQ2OGI4ZWIwNTc4ZmFkYTg0MzAzODU4NTE3YmExNzIxN2UiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7The Bat is a Mob that can be spawned from the\",1:\"§7Roofed Forest Island's Bat Crystal during the night.\",2:\"\",3:\"§c❤ Health§8: §c100\"],Name:\"§aBat (Monster)\"},ExtraAttributes:{id:\"BAT_MONSTER\"}}",
5+
"damage": 3,
6+
"lore": [
7+
"§7The Bat is a Mob that can be spawned from the",
8+
"§7Roofed Forest Island's Bat Crystal during the night.",
9+
"",
10+
"§c❤ Health§8: §c100"
11+
],
12+
"internalname": "BAT_MONSTER",
13+
"clickcommand": "viewrecipe",
14+
"modver": "2.1.0-REL",
15+
"infoType": "WIKI_URL",
16+
"info": [
17+
"https://wiki.hypixel.net/Bat_(Private_Island)"
18+
],
19+
"crafttext": "",
20+
"recipes": [
21+
{
22+
"level": 3,
23+
"coins": 100,
24+
"xp": 100,
25+
"combat_xp": 33,
26+
"name": "§cBat",
27+
"render": "Bat",
28+
"panorama": "dynamic",
29+
"type": "drops",
30+
"drops": [
31+
{
32+
"id": "BAT_TALISMAN",
33+
"chance": "1%"
34+
}
35+
]
36+
}
37+
]
38+
}

items/BEZAL_MONSTER.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
{
2222
"level": 80,
2323
"coins": 20,
24-
"xp": 100,
25-
"combat_xp": 0,
24+
"xp": 60,
25+
"combat_xp": 60,
2626
"name": "§fBezal",
2727
"type": "drops",
2828
"panorama": "crimson_isle",
@@ -59,6 +59,10 @@
5959
"extra": [],
6060
"chance": "0.2%"
6161
},
62+
{
63+
"id": "SWORD_OF_BAD_HEALTH:1",
64+
"chance": "0.05%"
65+
},
6266
{
6367
"id": "DYE_CYCLAMEN",
6468
"chance": "0.00001%"

items/BLADESOUL_MINIBOSS.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@
2626
{
2727
"name": "§8Bladesoul",
2828
"level": 200,
29-
"coins": 4000,
29+
"coins": 1000,
3030
"xp": 5000,
3131
"combat_xp": 4000,
3232
"render": "@neurepo:mobs/bladesoul.json",
3333
"type": "drops",
3434
"panorama": "crimson_isle",
3535
"drops": [
3636
{
37-
"id": "COAL:20",
38-
"chance": "100%"
37+
"id": "COAL",
38+
"chance": "x20-35"
3939
},
4040
{
4141
"id": "ENCHANTED_COAL:1",
42-
"chance": "50%"
42+
"chance": "x0-2"
4343
},
4444
{
4545
"id": "HALLOWED_SKULL:1",
@@ -49,6 +49,14 @@
4949
"id": "MAGMA_URCHIN:1",
5050
"chance": "2%"
5151
},
52+
{
53+
"id": "KUUDRA_HOT_TIER_KEY",
54+
"chance": "4%"
55+
},
56+
{
57+
"id": "KUUDRA_TIER_KEY",
58+
"chance": "6%"
59+
},
5260
{
5361
"id": "RAGNAROCK_AXE:1",
5462
"chance": "0.5%"

0 commit comments

Comments
 (0)