Skip to content

Commit 4435200

Browse files
authored
Add upgrade stones to various enchantments
1 parent c7a4201 commit 4435200

File tree

1 file changed

+36
-9
lines changed

1 file changed

+36
-9
lines changed

skyblock/enchants.json

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
"name": "Bane of Arthropods",
2323
"id": "bane_of_arthropods",
2424
"max_table": 5,
25-
"max": 7
25+
"max": 7,
26+
"upgrade_stones": {
27+
"7": "ENSNARED_SNAIL"
28+
}
2629
},
2730
"bank": {
2831
"name": "Bank",
@@ -83,7 +86,10 @@
8386
"name": "Charm",
8487
"id": "charm",
8588
"max_table": 0,
86-
"max": 6
89+
"max": 6,
90+
"upgrade_stones": {
91+
"6": "CHAIN_END_TIMES"
92+
}
8793
},
8894
"chimera": {
8995
"name": "Chimera",
@@ -293,7 +299,10 @@
293299
"name": "Frail",
294300
"id": "frail",
295301
"max_table": 5,
296-
"max": 7
302+
"max": 7,
303+
"upgrade_stones": {
304+
"7": "SEVERED_PINCER"
305+
}
297306
},
298307
"frost walker": {
299308
"name": "Frost Walker",
@@ -432,7 +441,10 @@
432441
"name": "Luck Of The Sea",
433442
"id": "luck_of_the_sea",
434443
"max_table": 5,
435-
"max": 7
444+
"max": 7,
445+
"upgrade_stones": {
446+
"7": "GOLD_BOTTLE_CAP"
447+
}
436448
},
437449
"lure": {
438450
"name": "Lure",
@@ -492,7 +504,10 @@
492504
"name": "Pesterminator",
493505
"id": "pesterminator",
494506
"max_table": 0,
495-
"max": 6
507+
"max": 6,
508+
"upgrade_stones": {
509+
"6": "PESTHUNTING_GUIDE"
510+
}
496511
},
497512
"piercing": {
498513
"name": "Piercing",
@@ -504,7 +519,10 @@
504519
"name": "Piscary",
505520
"id": "piscary",
506521
"max_table": 5,
507-
"max": 7
522+
"max": 7,
523+
"upgrade_stones": {
524+
"7": "TROUBLED_BUBBLE"
525+
}
508526
},
509527
"power": {
510528
"name": "Power",
@@ -612,7 +630,10 @@
612630
"name": "Scavenger",
613631
"id": "scavenger",
614632
"max_table": 3,
615-
"max": 6
633+
"max": 6,
634+
"upgrade_stones": {
635+
"6": "GOLDEN_BOUNTY"
636+
}
616637
},
617638
"scuba": {
618639
"name": "Scuba",
@@ -654,7 +675,10 @@
654675
"name": "Smite",
655676
"id": "smite",
656677
"max_table": 5,
657-
"max": 7
678+
"max": 7,
679+
"upgrade_stones": {
680+
"7": "SEVERED_HAND"
681+
}
658682
},
659683
"smoldering": {
660684
"name": "Smoldering",
@@ -678,7 +702,10 @@
678702
"name": "Spiked Hook",
679703
"id": "spiked_hook",
680704
"max_table": 5,
681-
"max": 7
705+
"max": 7,
706+
"upgrade_stones": {
707+
"7": "OCTOPUS_TENDRIL"
708+
}
682709
},
683710
"stealth": {
684711
"name": "Stealth",

0 commit comments

Comments
 (0)