aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-09-20 10:33:27 +0200
committerGitHub <noreply@github.com>2024-09-20 08:33:27 +0000
commit6fa216d68d5ccf5ae3c4c7f63ccf7c46bb801bae (patch)
treecae330e8aefbe37e41086a13a059bfa24a5a086b
parent434223dee8a2ae0e4ddf3fe8b1834085ffc5a4bf (diff)
downloadNotEnoughUpdates-REPO-6fa216d68d5ccf5ae3c4c7f63ccf7c46bb801bae.tar.gz
NotEnoughUpdates-REPO-6fa216d68d5ccf5ae3c4c7f63ccf7c46bb801bae.tar.bz2
NotEnoughUpdates-REPO-6fa216d68d5ccf5ae3c4c7f63ccf7c46bb801bae.zip
feat: Reforge Stone changes + legy snail pet (#1363)
-rw-r--r--constants/petnums.json14
-rw-r--r--constants/reforgestones.json383
-rw-r--r--items/SNAIL;4.json27
3 files changed, 262 insertions, 162 deletions
diff --git a/constants/petnums.json b/constants/petnums.json
index b5dc4bea..e0d9cb01 100644
--- a/constants/petnums.json
+++ b/constants/petnums.json
@@ -4915,21 +4915,23 @@
"1": {
"otherNums": [
0.3,
- 0.5,
- 0.0
+ 4.97,
+ 4.0
],
"statNums": {
- "INTELLIGENCE": 1.0
+ "INTELLIGENCE": 1.0,
+ "DEFENSE": 1.0
}
},
"100": {
"otherNums": [
30,
- 50,
- 1.0
+ 2,
+ 400
],
"statNums": {
- "INTELLIGENCE": 100.0
+ "INTELLIGENCE": 100.0,
+ "DEFENSE": 100.0
}
}
}
diff --git a/constants/reforgestones.json b/constants/reforgestones.json
index 50e39a2f..6a1d78be 100644
--- a/constants/reforgestones.json
+++ b/constants/reforgestones.json
@@ -10,34 +10,48 @@
"RARE",
"EPIC",
"LEGENDARY",
- "MYTHIC"
+ "MYTHIC",
+ "DIVINE"
],
+ "reforgeAbility": {
+ "COMMON": "§7Increases your chances of finding §7§6Golden Goblins §7and §bDiamond Goblins §b§7while mining by §a+10%§7.",
+ "UNCOMMON": "§7Increases your chances of finding §7§6Golden Goblins §7and §bDiamond Goblins §b§7while mining by §a+15%§7.",
+ "RARE": "§7Increases your chances of finding §7§6Golden Goblins §7and §bDiamond Goblins §b§7while mining by §a+20%§7.",
+ "EPIC": "§7Increases your chances of finding §7§6Golden Goblins §7and §bDiamond Goblins §b§7while mining by §a+25%§7.",
+ "LEGENDARY": "§7Increases your chances of finding §7§6Golden Goblins §7and §bDiamond Goblins §b§7while mining by §a+30%§7.",
+ "MYTHIC": "§7Increases your chances of finding §7§6Golden Goblins §7and §bDiamond Goblins §b§7while mining by §a+40%§7.",
+ "DIVINE": "§7Increases your chances of finding §7§6Golden Goblins §7and §bDiamond Goblins §b§7while mining by §a+50%§7."
+ },
"reforgeCosts": {
"COMMON": 20000,
"UNCOMMON": 40000,
"RARE": 80000,
"EPIC": 150000,
"LEGENDARY": 300000,
- "MYTHIC": 600000
+ "MYTHIC": 600000,
+ "DIVINE": 800000
},
"reforgeStats": {
"COMMON": {
"mining_speed": 25
},
"UNCOMMON": {
- "mining_speed": 31
+ "mining_speed": 35
},
"RARE": {
- "mining_speed": 38
+ "mining_speed": 50
},
"EPIC": {
- "mining_speed": 46
+ "mining_speed": 75
},
"LEGENDARY": {
- "mining_speed": 55
+ "mining_speed": 100
},
"MYTHIC": {
- "mining_speed": 65
+ "mining_speed": 150
+ },
+ "DIVINE": {
+ "mining_speed": 200
}
}
},
@@ -540,34 +554,55 @@
"RARE",
"EPIC",
"LEGENDARY",
- "MYTHIC"
+ "MYTHIC",
+ "DIVINE"
],
+ "reforgeAbility": {
+ "COMMON": "§7Grants §e+50▚ Mining Spread §7on §7non-ore blocks.",
+ "UNCOMMON": "§7Grants §e+60▚ Mining Spread §7on §7non-ore blocks.",
+ "RARE": "§7Grants §e+70▚ Mining Spread §7on §7non-ore blocks.",
+ "EPIC": "§7Grants §e+85▚ Mining Spread §7on §7non-ore blocks.",
+ "LEGENDARY": "§7Grants §e+100▚ Mining Spread §7on §7non-ore blocks.",
+ "MYTHIC": "§7Grants §e+125▚ Mining Spread §7on §7non-ore blocks.",
+ "DIVINE": "§7Grants §e+150▚ Mining Spread §7on §7non-ore blocks."
+ },
"reforgeCosts": {
"COMMON": 15000,
"UNCOMMON": 30000,
"RARE": 60000,
"EPIC": 125000,
"LEGENDARY": 250000,
- "MYTHIC": 500000
+ "MYTHIC": 500000,
+ "DIVINE": 500000
},
"reforgeStats": {
"COMMON": {
- "mining_speed": 9
+ "mining_speed": 10,
+ "block_fortune": 25
},
"UNCOMMON": {
- "mining_speed": 15
+ "mining_speed": 20,
+ "block_fortune": 30
},
"RARE": {
- "mining_speed": 25
+ "mining_speed": 30,
+ "block_fortune": 35
},
"EPIC": {
- "mining_speed": 40
+ "mining_speed": 40,
+ "block_fortune": 45
},
"LEGENDARY": {
- "mining_speed": 55
+ "mining_speed": 50,
+ "block_fortune": 55
},
"MYTHIC": {
- "mining_speed": 75
+ "mining_speed": 75,
+ "block_fortune": 65
+ },
+ "DIVINE": {
+ "mining_speed": 100,
+ "block_fortune": 75
}
}
},
@@ -1138,28 +1173,36 @@
"MYTHIC": 600000,
"DIVINE": 800000
},
- "reforgeAbility": "§7Grants §6+0.25☘ Mining Fortune §7for §7every §b1 ❄ Cold §7you have.",
+ "reforgeAbility": {
+ "COMMON": "§7Grants §6+0.5☘ Mining Fortune §7for §7every §b1❄ Cold §7you have.",
+ "UNCOMMON": "§7Grants §6+0.7☘ Mining Fortune §7for §7every §b1❄ Cold §7you have.",
+ "RARE": "§7Grants §6+0.9☘ Mining Fortune §7for §7every §b1❄ Cold §7you have.",
+ "EPIC": "§7Grants §6+1.1☘ Mining Fortune §7for §7every §b1❄ Cold §7you have.",
+ "LEGENDARY": "§7Grants §6+1.4☘ Mining Fortune §7for §7every §b1❄ Cold §7you have.",
+ "MYTHIC": "§7Grants §6+1.7☘ Mining Fortune §7for §7every §b1❄ Cold §7you have.",
+ "DIVINE": "§7Grants §6+2☘ Mining Fortune §7for §7every §b1❄ Cold §7you have."
+ },
"reforgeStats": {
"COMMON": {
- "mining_speed": 5
+ "mining_speed": 3
},
"UNCOMMON": {
- "mining_speed": 10
+ "mining_speed": 6
},
"RARE": {
- "mining_speed": 17
+ "mining_speed": 9
},
"EPIC": {
- "mining_speed": 25
+ "mining_speed": 13
},
"LEGENDARY": {
- "mining_speed": 37
+ "mining_speed": 16
},
"MYTHIC": {
- "mining_speed": 50
+ "mining_speed": 20
},
"DIVINE": {
- "mining_speed": 65
+ "mining_speed": 25
}
}
},
@@ -1347,34 +1390,43 @@
"MYTHIC": 600000,
"DIVINE": 800000
},
+ "reforgeAbility": {
+ "COMMON": "§7Grants §e+5▚ Mining Spread §7during §7§6Mining Fiesta§7.",
+ "UNCOMMON": "§7Grants §e+10▚ Mining Spread §7during §7§6Mining Fiesta§7.",
+ "RARE": "§7Grants §e+15▚ Mining Spread §7during §7§6Mining Fiesta§7.",
+ "EPIC": "§7Grants §e+29▚ Mining Spread §7during §7§6Mining Fiesta§7.",
+ "LEGENDARY": "§7Grants §e+25▚ Mining Spread §7during §7§6Mining Fiesta§7.",
+ "MYTHIC": "§7Grants §e+30▚ Mining Spread §7during §7§6Mining Fiesta§7.",
+ "DIVINE": "§7Grants §e+35▚ Mining Spread §7during §7§6Mining Fiesta§7."
+ },
"reforgeStats": {
"COMMON": {
- "mining_speed": 5,
- "mining_fortune": 5
+ "mining_speed": 10,
+ "mining_fortune": 10
},
"UNCOMMON": {
- "mining_speed": 10,
- "mining_fortune": 7
+ "mining_speed": 20,
+ "mining_fortune": 20
},
"RARE": {
- "mining_speed": 15,
- "mining_fortune": 9
+ "mining_speed": 30,
+ "mining_fortune": 30
},
"EPIC": {
- "mining_speed": 20,
- "mining_fortune": 12
+ "mining_speed": 40,
+ "mining_fortune": 40
},
"LEGENDARY": {
- "mining_speed": 25,
- "mining_fortune": 16
+ "mining_speed": 50,
+ "mining_fortune": 50
},
"MYTHIC": {
- "mining_speed": 30,
- "mining_fortune": 20
+ "mining_speed": 60,
+ "mining_fortune": 60
},
"DIVINE": {
- "mining_speed": 35,
- "mining_fortune": 25
+ "mining_speed": 75,
+ "mining_fortune": 75
}
}
},
@@ -1496,6 +1548,15 @@
"MYTHIC",
"DIVINE"
],
+ "reforgeAbility": {
+ "COMMON": "§7Grants §6+0.3☘ Mining Fortune §7and §7§6+1⸕ Mining Speed §7per §c1♨ Heat §7you §7have.",
+ "UNCOMMON": "§7Grants §6+0.4☘ Mining Fortune §7and §7§6+1.4⸕ Mining Speed §7per §c1♨ Heat §7you §7have.",
+ "RARE": "§7Grants §6+0.5☘ Mining Fortune §7and §7§6+1.8⸕ Mining Speed §7per §c1♨ Heat §7you §7have.",
+ "EPIC": "§7Grants §6+0.6☘ Mining Fortune §7and §7§6+2.2⸕ Mining Speed §7per §c1♨ Heat §7you §7have.",
+ "LEGENDARY": "§7Grants §6+0.7☘ Mining Fortune §7and §7§6+2.8⸕ Mining Speed §7per §c1♨ Heat §7you §7have.",
+ "MYTHIC": "§7Grants §6+0.8☘ Mining Fortune §7and §7§6+3.4⸕ Mining Speed §7per §c1♨ Heat §7you §7have.",
+ "DIVINE": "§7Grants §6+1☘ Mining Fortune §7and §7§6+4⸕ Mining Speed §7per §c1♨ Heat §7you §7have."
+ },
"reforgeCosts": {
"COMMON": 20000,
"UNCOMMON": 40000,
@@ -1505,7 +1566,36 @@
"MYTHIC": 600000,
"DIVINE": 600000
},
- "reforgeAbility": "§7Grants §aincreased §6⸕ Mining Speed §7the deeper you venture."
+ "reforgeStats": {
+ "COMMON": {
+ "mining_speed": 5,
+ "mining_fortune": 3
+ },
+ "UNCOMMON": {
+ "mining_speed": 10,
+ "mining_fortune": 6
+ },
+ "RARE": {
+ "mining_speed": 15,
+ "mining_fortune": 9
+ },
+ "EPIC": {
+ "mining_speed": 25,
+ "mining_fortune": 13
+ },
+ "LEGENDARY": {
+ "mining_speed": 40,
+ "mining_fortune": 16
+ },
+ "MYTHIC": {
+ "mining_speed": 55,
+ "mining_fortune": 20
+ },
+ "DIVINE": {
+ "mining_speed": 70,
+ "mining_fortune": 25
+ }
+ }
},
"JERRY_STONE": {
"internalName": "JERRY_STONE",
@@ -1672,32 +1762,32 @@
"DIVINE": 15000
},
"reforgeAbility": {
- "COMMON": "Gain §a+10% §7extra experience§r§7 when mining.",
- "UNCOMMON": "Gain §a+12% §7extra experience§r§7 when mining.",
- "RARE": "Gain §a+14% §7extra experience§r§7 when mining.",
- "EPIC": "Gain §a+16% §7extra experience§r§7 when mining.",
- "LEGENDARY": "Gain §a+18% §7extra experience§r§7 when mining.",
- "MYTHIC": "Gain §a+20% §7extra experience§r§7 when mining.",
- "DIVINE": "Gain §a+22% §7extra experience§r§7 when mining."
+ "COMMON": "§7Earn §a+25% §7more Exp when mining.",
+ "UNCOMMON": "§7Earn §a+35% §7more Exp when mining.",
+ "RARE": "§7Earn §a+45% §7more Exp when mining.",
+ "EPIC": "§7Earn §a+55% §7more Exp when mining.",
+ "LEGENDARY": "§7Earn §a+65% §7more Exp when mining.",
+ "MYTHIC": "§7Earn §a+80% §7more Exp when mining.",
+ "DIVINE": "§7Earn §a+100% §7more Exp when mining."
},
"reforgeStats": {
"COMMON": {
- "defense": 4
+ "mining_speed": 10
},
"UNCOMMON": {
- "defense": 5
+ "mining_speed": 20
},
"RARE": {
- "defense": 6
+ "mining_speed": 30
},
"EPIC": {
- "defense": 8
+ "mining_speed": 40
},
"LEGENDARY": {
- "defense": 10
+ "mining_speed": 50
},
"DIVINE": {
- "defense": 14
+ "mining_speed": 60
}
}
},
@@ -2030,7 +2120,8 @@
"RARE",
"EPIC",
"LEGENDARY",
- "MYTHIC"
+ "MYTHIC",
+ "DIVINE"
],
"reforgeCosts": {
"COMMON": 100,
@@ -2038,39 +2129,46 @@
"RARE": 500,
"EPIC": 1000,
"LEGENDARY": 2500,
- "MYTHIC": 15000
+ "MYTHIC": 5000,
+ "DIVINE": 10000
+ },
+ "reforgeAbility": {
+ "COMMON": "§7Grants §a+25❈ Defense §7while on §bMining §bIslands§7.",
+ "UNCOMMON": "§7Grants §a+30❈ Defense §7while on §bMining §bIslands§7.",
+ "RARE": "§7Grants §a+35❈ Defense §7while on §bMining §bIslands§7.",
+ "EPIC": "§7Grants §a+40❈ Defense §7while on §bMining §bIslands§7.",
+ "LEGENDARY": "§7Grants §a+50❈ Defense §7while on §bMining §bIslands§7.",
+ "MYTHIC": "§7Grants §a+60❈ Defense §7while on §bMining §bIslands§7.",
+ "DIVINE": "§7Grants §a+70❈ Defense §7while on §bMining §bIslands§7."
},
- "reforgeAbility": "Grants §a+3 §6☘ Mining §6Fortune§7 which increases your §7chance for multiple drops.",
"reforgeStats": {
"COMMON": {
- "defense": 3,
- "intelligence": 1,
- "mining_fortune": 3
+ "mining_speed": 5,
+ "mining_fortune": 2
},
"UNCOMMON": {
- "defense": 4,
- "intelligence": 1,
- "mining_fortune": 3
+ "mining_speed": 10,
+ "mining_fortune": 4
},
"RARE": {
- "defense": 5,
- "intelligence": 1,
- "mining_fortune": 3
+ "mining_speed": 15,
+ "mining_fortune": 6
},
"EPIC": {
- "defense": 7,
- "intelligence": 1,
- "mining_fortune": 3
+ "mining_speed": 25,
+ "mining_fortune": 8
},
"LEGENDARY": {
- "defense": 9,
- "intelligence": 1,
- "mining_fortune": 3
+ "mining_speed": 40,
+ "mining_fortune": 10
},
"MYTHIC": {
- "defense": 12,
- "intelligence": 1,
- "mining_fortune": 3
+ "mining_speed": 55,
+ "mining_fortune": 12
+ },
+ "DIVINE": {
+ "mining_speed": 70,
+ "mining_fortune": 15
}
}
},
@@ -2200,42 +2298,43 @@
"MYTHIC": 800000,
"DIVINE": 800000
},
- "reforgeAbility": "Deals §a+1 §7extra damage to §5Star Sentries §7and increases the chance for §9Starfall §7to drop from them by §a20%§7.",
+ "reforgeAbility": {
+ "COMMON": "§7Earn §2+8% Mithril Powder §7and §6+25☘ §6Mining Fortune §7when mining near a §7Fallen Star.",
+ "UNCOMMON": "§7Earn §2+9% Mithril Powder §7and §6+30☘ §6Mining Fortune §7when mining near a §7Fallen Star.",
+ "RARE": "§7Earn §2+10% Mithril Powder §7and §6+35☘ §6Mining Fortune §7when mining near a §7Fallen Star.",
+ "EPIC": "§7Earn §2+12% Mithril Powder §7and §6+45☘ §6Mining Fortune §7when mining near a §7Fallen Star.",
+ "LEGENDARY": "§7Earn §2+14% Mithril Powder §7and §6+55☘ §6Mining Fortune §7when mining near a §7Fallen Star.",
+ "MYTHIC": "§7Earn §2+17% Mithril Powder §7and §6+65☘ §6Mining Fortune §7when mining near a §7Fallen Star.",
+ "DIVINE": "§7Earn §2+20% Mithril Powder §7and §6+75☘ §6Mining Fortune §7when mining near a §7Fallen Star."
+ },
"reforgeStats": {
"COMMON": {
- "strength": 5,
- "defense": 5,
- "mining_speed": 3
+ "mining_speed": 5,
+ "mining_fortune": 5
},
"UNCOMMON": {
- "strength": 8,
- "defense": 8,
- "mining_speed": 6
+ "mining_speed": 10,
+ "mining_fortune": 10
},
"RARE": {
- "strength": 12,
- "defense": 12,
- "mining_speed": 9
+ "mining_speed": 15,
+ "mining_fortune": 15
},
"EPIC": {
- "strength": 16,
- "defense": 16,
- "mining_speed": 12
+ "mining_speed": 25,
+ "mining_fortune": 20
},
"LEGENDARY": {
- "strength": 20,
- "defense": 20,
- "mining_speed": 15
+ "mining_speed": 40,
+ "mining_fortune": 25
},
"MYTHIC": {
- "strength": 25,
- "defense": 25,
- "mining_speed": 20
+ "mining_speed": 55,
+ "mining_fortune": 35
},
"DIVINE": {
- "strength": 30,
- "defense": 30,
- "mining_speed": 25
+ "mining_speed": 70,
+ "mining_fortune": 50
}
}
},
@@ -2506,28 +2605,36 @@
"MYTHIC": 500000,
"DIVINE": 500000
},
- "reforgeAbility": "Grants a §a10% §7chance to gain §a1 §7extra §fMithril §7when mining Mithril Ore.",
+ "reforgeAbility": {
+ "COMMON": "§7Grants §6+10☘ Mining Fortune §7when §7mining §2Mithril §7or §fTitanium§7.",
+ "UNCOMMON": "§7Grants §6+15☘ Mining Fortune §7when §7mining §2Mithril §7or §fTitanium§7.",
+ "RARE": "§7Grants §6+20☘ Mining Fortune §7when §7mining §2Mithril §7or §fTitanium§7.",
+ "EPIC": "§7Grants §6+25☘ Mining Fortune §7when §7mining §2Mithril §7or §fTitanium§7.",
+ "LEGENDARY": "§7Grants §6+30☘ Mining Fortune §7when §7mining §2Mithril §7or §fTitanium§7.",
+ "MYTHIC": "§7Grants §6+40☘ Mining Fortune §7when §7mining §2Mithril §7or §fTitanium§7.",
+ "DIVINE": "§7Grants §6+50☘ Mining Fortune §7when §7mining §2Mithril §7or §fTitanium§7."
+ },
"reforgeStats": {
"COMMON": {
- "mining_speed": 6
+ "mining_fortune": 3
},
"UNCOMMON": {
- "mining_speed": 12
+ "mining_fortune": 6
},
"RARE": {
- "mining_speed": 20
+ "mining_fortune": 9
},
"EPIC": {
- "mining_speed": 30
+ "mining_fortune": 13
},
"LEGENDARY": {
- "mining_speed": 40
+ "mining_fortune": 16
},
"MYTHIC": {
- "mining_speed": 55
+ "mining_fortune": 20
},
"DIVINE": {
- "mining_speed": 70
+ "mining_fortune": 25
}
}
},
@@ -2749,9 +2856,7 @@
"EPIC",
"LEGENDARY",
"MYTHIC",
- "DIVINE",
- "SPECIAL",
- "VERY SPECIAL"
+ "DIVINE"
],
"reforgeCosts": {
"COMMON": 10000,
@@ -2760,52 +2865,40 @@
"EPIC": 10000,
"MYTHIC": 10000,
"LEGENDARY": 10000,
- "DIVINE": 10000,
- "SPECIAL": 10000,
- "VERY SPECIAL": 10000
+ "DIVINE": 10000
},
"reforgeAbility": {
- "COMMON": "Grants §3+1☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.",
- "UNCOMMON": "Grants §3+2☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.",
- "RARE": "Grants §3+3☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.",
- "EPIC": "Grants §3+4☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.",
- "LEGENDARY": "Grants §3+5☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.",
- "MYTHIC": "Grants §3+6☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.",
- "DIVINE": "Grants §3+7☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.",
- "SPECIAL": "Grants §3+8☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.",
- "VERY SPECIAL": "Grants §3+9☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine."
+ "COMMON": "§7Grants a §a0.1% §7chance to drop an §7enchanted item when mining §6Ores§7.",
+ "UNCOMMON": "§7Grants a §a0.13% §7chance to drop an §7enchanted item when mining §6Ores§7.",
+ "RARE": "§7Grants a §a0.16% §7chance to drop an §7enchanted item when mining §6Ores§7.",
+ "EPIC": "§7Grants a §a0.19% §7chance to drop an §7enchanted item when mining §6Ores§7.",
+ "LEGENDARY": "§7Grants a §a0.22% §7chance to drop an §7enchanted item when mining §6Ores§7.",
+ "MYTHIC": "§7Grants a §a0.26% §7chance to drop an §7enchanted item when mining §6Ores§7.",
+ "DIVINE": "§7Grants a §a0.3% §7chance to drop an §7enchanted item when mining §6Ores§7."
},
"reforgeStats": {
"COMMON": {
- "defense": 5,
"mining_wisdom": 1
},
"UNCOMMON": {
- "defense": 7,
"mining_wisdom": 2
},
"RARE": {
- "defense": 10,
"mining_wisdom": 3
},
"EPIC": {
- "defense": 13,
"mining_wisdom": 4
},
"LEGENDARY": {
- "defense": 16,
"mining_wisdom": 5
},
"MYTHIC": {
- "defense": 20,
"mining_wisdom": 6
},
"DIVINE": {
- "defense": 24,
"mining_wisdom": 7
},
"SPECIAL": {
- "defense": 20,
"mining_wisdom": 8
},
"VERY SPECIAL": {
@@ -2837,35 +2930,43 @@
"MYTHIC": 600000,
"DIVINE": 600000
},
- "reforgeAbility": "Grants §a+8 §6☘ Mining §6Fortune§7, which increases your §7chance for multiple drops.",
+ "reforgeAbility": {
+ "COMMON": "§7Grants §6+0.4% §6☘ Mining Fortune§7.",
+ "UNCOMMON": "§7Grants §6+0.5% §6☘ Mining Fortune§7.",
+ "RARE": "§7Grants §6+0.6% §6☘ Mining Fortune§7.",
+ "EPIC": "§7Grants §6+0.7% §6☘ Mining Fortune§7.",
+ "LEGENDARY": "§7Grants §6+0.8% §6☘ Mining Fortune§7.",
+ "MYTHIC": "§7Grants §6+0.9% §6☘ Mining Fortune§7.",
+ "DIVINE": "§7Grants §6+1% §6☘ Mining Fortune§7."
+ },
"reforgeStats": {
"COMMON": {
- "mining_speed": 7,
- "mining_fortune": 8
+ "mining_speed": 10,
+ "mining_fortune": 3
},
"UNCOMMON": {
- "mining_speed": 14,
- "mining_fortune": 8
+ "mining_speed": 20,
+ "mining_fortune": 6
},
"RARE": {
- "mining_speed": 23,
- "mining_fortune": 8
+ "mining_speed": 30,
+ "mining_fortune": 9
},
"EPIC": {
- "mining_speed": 34,
- "mining_fortune": 8
+ "mining_speed": 40,
+ "mining_fortune": 13
},
"LEGENDARY": {
- "mining_speed": 45,
- "mining_fortune": 8
+ "mining_speed": 50,
+ "mining_fortune": 16
},
"MYTHIC": {
- "mining_speed": 65,
- "mining_fortune": 8
+ "mining_speed": 75,
+ "mining_fortune": 20
},
"DIVINE": {
- "mining_speed": 75,
- "mining_fortune": 8
+ "mining_speed": 100,
+ "mining_fortune": 25
}
}
},
@@ -3569,4 +3670,4 @@
}
}
}
-}
+} \ No newline at end of file
diff --git a/items/SNAIL;4.json b/items/SNAIL;4.json
index 7bae8a73..e7ac4471 100644
--- a/items/SNAIL;4.json
+++ b/items/SNAIL;4.json
@@ -1,29 +1,26 @@
{
"itemid": "minecraft:skull",
"displayname": "§7[Lvl {LVL}] §6Snail",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"93b9bbd5-8750-39ef-8ff0-7388982d87f8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjQxMzY3ODczMiwKICAicHJvZmlsZUlkIiA6ICJjMTNkYzkxZjg1YjA0ZWM4OGU2NDk5YzdjZDc4Zjk3MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJjcnlwdGljX2Zyb2dfIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUwYTk5MzNhM2IxMDQ4OWQzOGY2OTUwYzRlNjI4YmZjZjlmN2EyN2Y4ZDg0NjY2ZjA0ZjE0ZDUzNzQyNTI5NzIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"\",4:\"§6Red Sand Enjoyer\",5:\"§7§7Red Sand minions work §a{0}%\",6:\"§a§7faster while on your island.\",7:\"\",8:\"§6Slow Moving\",9:\"§7§7Converts all §f✦ Speed §7over\",10:\"§7100 into §6☘ Mining Fortune\",11:\"§6§7for non-ores at §a{1}%\",12:\"§a§7efficiency. Current bonus:\",13:\"§7§6+0☘\",14:\"\",15:\"§6Slow But Efficient\",16:\"§7§7Reduces the mana cost of\",17:\"§7§9Utility Abilities §7by §a{2}% §7\",18:\"§7for every 15 §f✦ Speed\",19:\"§f§7converted.\",20:\"\",21:\"§7§eRight-click to add this pet to\",22:\"§eyour pet menu!\",23:\"\",24:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Snail\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SNAIL\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false,\\\"noMove\\\":false}\",id:\"SNAIL;4\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"93b9bbd5-8750-39ef-8ff0-7388982d87f8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjQxMzY3ODczMiwKICAicHJvZmlsZUlkIiA6ICJjMTNkYzkxZjg1YjA0ZWM4OGU2NDk5YzdjZDc4Zjk3MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJjcnlwdGljX2Zyb2dfIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUwYTk5MzNhM2IxMDQ4OWQzOGY2OTUwYzRlNjI4YmZjZjlmN2EyN2Y4ZDg0NjY2ZjA0ZjE0ZDUzNzQyNTI5NzIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Red Sand Enjoyer\",6:\"§7§7§9Red Sand Minions §7work §a{0}% §7faster\",7:\"§7while on your §bPrivate Island§7.\",8:\"\",9:\"§6Slow and Steady\",10:\"§7§7Convert every §f{1}§f✦ Speed §7you\",11:\"§7have above §f100 §7into §6+1☘ Block\",12:\"§6Fortune§7.\",13:\"\",14:\"§6Slimy Reach\",15:\"§7§7Grants §e+{2}▚ Mining Spread §7while\",16:\"§7mining §9Blocks§7.\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Snail\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SNAIL\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false,\\\"noMove\\\":false}\",id:\"SNAIL;4\"}}",
"damage": 3,
"lore": [
"§8Mining Pet",
"",
+ "§7Defense: §a{DEFENSE}",
"§7Intelligence: §a{INTELLIGENCE}",
"",
"§6Red Sand Enjoyer",
- "§7§7Red Sand minions work §a{0}%",
- "§a§7faster while on your island.",
+ "§7§7§9Red Sand Minions §7work §a{0}% §7faster",
+ "§7while on your §bPrivate Island§7.",
"",
- "§6Slow Moving",
- "§7§7Converts all §f✦ Speed §7over",
- "§7100 into §6☘ Mining Fortune",
- "§6§7for non-ores at §a{1}%",
- "§a§7efficiency. Current bonus:",
- "§7§6+0☘",
+ "§6Slow and Steady",
+ "§7§7Convert every §f{1}§f✦ Speed §7you",
+ "§7have above §f100 §7into §6+1☘ Block",
+ "§6Fortune§7.",
"",
- "§6Slow But Efficient",
- "§7§7Reduces the mana cost of",
- "§7§9Utility Abilities §7by §a{2}% §7",
- "§7for every 15 §f✦ Speed",
- "§f§7converted.",
+ "§6Slimy Reach",
+ "§7§7Grants §e+{2}▚ Mining Spread §7while",
+ "§7mining §9Blocks§7.",
"",
"§7§eRight-click to add this pet to",
"§eyour pet menu!",
@@ -45,7 +42,7 @@
},
"crafttext": "20% chance",
"useneucraft": true,
- "modver": "",
+ "modver": "2.3.2",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Snail_Pet",