diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 4 | ||||
-rw-r--r-- | constants/misc.json | 4 | ||||
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | constants/petnums.json | 20 | ||||
-rw-r--r-- | constants/reforgestones.json | 23 |
5 files changed, 32 insertions, 22 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 8da8439d..098cd2c2 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -422,10 +422,6 @@ "vicious" ], [ - "pristine", - "compact" - ], - [ "turbo_pumpkin", "turbo_warts", "turbo_cactus", diff --git a/constants/misc.json b/constants/misc.json index 3dae3736..32d7920d 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -25,6 +25,7 @@ "epic": "§5", "legendary": "§6", "mythic": "§d", + "divine": "§b", "supreme": "§4", "special": "§c", "very special": "§c" @@ -1000,7 +1001,8 @@ "2d83918bd71f4ea4bf058b85e081904f", "2ae162f281a74f91a4b2104e78a0a7e1", "a27058b65fba4820b9ab9fd4f5a583c9", - "d56546049c924d6bb8f8da7c3e7d4b1a" + "d56546049c924d6bb8f8da7c3e7d4b1a", + "f215622c85de4ccf9e54fe3e0850c411" ], "ranks": { "OWNER": { diff --git a/constants/parents.json b/constants/parents.json index 302c90f8..4bfd1815 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -221,7 +221,8 @@ ], "FORTUNE;1": [ "FORTUNE;2", - "FORTUNE;3" + "FORTUNE;3", + "FORTUNE;4" ], "FRAIL;1": [ "FRAIL;2", diff --git a/constants/petnums.json b/constants/petnums.json index 94b6a333..53fa1352 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4631,8 +4631,8 @@ 3 ], "statNums": { - "HEALTH": 25, - "STRENGTH": 100 + "HEALTH": 100, + "STRENGTH": 25 } } }, @@ -4661,8 +4661,8 @@ 3 ], "statNums": { - "HEALTH": 25, - "STRENGTH": 100 + "HEALTH": 100, + "STRENGTH": 25 } } }, @@ -4691,8 +4691,8 @@ 3 ], "statNums": { - "HEALTH": 25, - "STRENGTH": 100 + "HEALTH": 100, + "STRENGTH": 25 } } }, @@ -4721,8 +4721,8 @@ 3 ], "statNums": { - "HEALTH": 25, - "STRENGTH": 100 + "HEALTH": 100, + "STRENGTH": 25 } } }, @@ -4751,8 +4751,8 @@ 3 ], "statNums": { - "HEALTH": 25, - "STRENGTH": 100 + "HEALTH": 100, + "STRENGTH": 25 } } } diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 8747681a..e7d8fe30 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -989,7 +989,8 @@ "RARE", "EPIC", "LEGENDARY", - "MYTHIC" + "MYTHIC", + "DIVINE" ], "reforgeCosts": { "COMMON": 250, @@ -997,7 +998,8 @@ "RARE": 1000, "EPIC": 2500, "LEGENDARY": 5000, - "MYTHIC": 10000 + "MYTHIC": 10000, + "DIVINE": 15000 }, "reforgeAbility": { "COMMON": "Gain §a+10% §7extra experience§r§7 when mining.", @@ -1005,7 +1007,8 @@ "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." + "MYTHIC": "Gain §a+20% §7extra experience§r§7 when mining.", + "DIVINE": "Gain §a+22% §7extra experience§r§7 when mining." }, "reforgeStats": { "COMMON": { @@ -1022,6 +1025,9 @@ }, "LEGENDARY": { "defense": 10 + }, + "DIVINE": { + "defense": 14 } } }, @@ -1859,7 +1865,8 @@ "RARE", "EPIC", "LEGENDARY", - "MYTHIC" + "MYTHIC", + "DIVINE" ], "reforgeCosts": { "COMMON": 20000, @@ -1867,7 +1874,8 @@ "RARE": 80000, "EPIC": 150000, "LEGENDARY": 300000, - "MYTHIC": 300000 + "MYTHIC": 300000, + "DIVINE": 300000 }, "reforgeAbility": "Grants §a+8 §6☘ Mining §6Fortune§7, which increases your §7chance for multiple drops.", "reforgeStats": { @@ -1887,7 +1895,10 @@ "mining_speed": 45 }, "MYTHIC": { - "mining_speed": 45 + "mining_speed": 65 + }, + "DIVINE": { + "mining_speed": 75 } } }, |