diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 39 | ||||
-rw-r--r-- | constants/islands.json | 5 | ||||
-rw-r--r-- | constants/petnums.json | 104 |
3 files changed, 138 insertions, 10 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 5d34b82c..feff95db 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -89,7 +89,8 @@ "fortune", "silk_touch", "pristine", - "smelting_touch" + "smelting_touch", + "paleontologist" ], "DRILL": [ "compact", @@ -98,7 +99,8 @@ "fortune", "pristine", "silk_touch", - "smelting_touch" + "smelting_touch", + "paleontologist" ], "FISHING ROD": [ "angler", @@ -220,7 +222,8 @@ "ultimate_bobbin_time", "transylvanian", "pesterminator", - "ultimate_refrigerate" + "ultimate_refrigerate", + "ice_cold" ], "CHESTPLATE": [ "protection", @@ -246,7 +249,8 @@ "ultimate_bobbin_time", "reflection", "pesterminator", - "ultimate_refrigerate" + "ultimate_refrigerate", + "ice_cold" ], "LEGGINGS": [ "protection", @@ -270,7 +274,8 @@ "ultimate_habanero_tactics", "ultimate_bobbin_time", "pesterminator", - "ultimate_refrigerate" + "ultimate_refrigerate", + "ice_cold" ], "BOOTS": [ "protection", @@ -297,7 +302,8 @@ "ultimate_habanero_tactics", "ultimate_bobbin_time", "pesterminator", - "ultimate_refrigerate" + "ultimate_refrigerate", + "ice_cold" ], "LONGSWORD": [ "bane_of_arthropods", @@ -391,7 +397,8 @@ "ultimate_fatal_tempo", "tabasco", "champion", - "divine_gift" + "divine_gift", + "paleontologist" ], "GLOVES": [ "cayenne", @@ -1360,6 +1367,20 @@ 18, 23 ], + "paleontologist": [ + 23, + 45, + 91, + 136, + 179 + ], + "ice_cold": [ + 27, + 41, + 55, + 68, + 82 + ], "one_for_all": [ 50 ], @@ -1498,7 +1519,7 @@ ] }, "max_xp_table_levels": { - "sharpness" : 5, + "sharpness": 5, "smite": 5, "bane_of_arthropods": 5, "looting": 3, @@ -1545,7 +1566,7 @@ "turbo_cocoa", "turbo_cacti" ], - "enchant_mapping_item" : [ + "enchant_mapping_item": [ "PROSECUTE", "aiming", "turbo_coco", diff --git a/constants/islands.json b/constants/islands.json index 1a7766ef..4336390a 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -416,7 +416,10 @@ "z": 200, "aliases": [ "camp", - "base" + "base", + "tunnel", + "glacite", + "tunnels" ] } ] diff --git a/constants/petnums.json b/constants/petnums.json index c5f33c16..700801cd 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1943,6 +1943,32 @@ } } }, + "GOBLIN": { + "LEGENDARY": { + "1": { + "otherNums": [ + 0.5, + 1, + 0.5 + ], + "statNums": { + "SPEED": 0.2, + "CRIT_CHANCE": 0.1 + } + }, + "100": { + "otherNums": [ + 50, + 100, + 50 + ], + "statNums": { + "SPEED": 20, + "CRIT_CHANCE": 10 + } + } + } + }, "GOLEM": { "EPIC": { "1": { @@ -2878,6 +2904,32 @@ } } }, + "MAMMOTH": { + "LEGENDARY": { + "1": { + "otherNums": [ + 1, + 0.01, + 0.3 + ], + "statNums": { + "DEFENSE": 0.5, + "COLD_RESISTANCE": 0.1 + } + }, + "100": { + "otherNums": [ + 100, + 0.5, + 30 + ], + "statNums": { + "DEFENSE": 50, + "COLD_RESISTANCE": 10 + } + } + } + }, "MEGALODON": { "EPIC": { "1": { @@ -3358,6 +3410,30 @@ } } }, + "PENGUIN": { + "LEGENDARY": { + "1": { + "otherNums": [ + 1, + 1, + 0.8 + ], + "statNums": { + "SEA_CREATURE_CHANCE": 0.3 + } + }, + "100": { + "otherNums": [ + 6, + 100, + 75 + ], + "statNums": { + "SEA_CREATURE_CHANCE": 30 + } + } + } + }, "PHOENIX": { "EPIC": { "1": { @@ -4812,6 +4888,34 @@ } } }, + "TYRANNOSAURUS": { + "LEGENDARY": { + "1": { + "otherNums": [ + 1, + 0.1, + 1 + ], + "statNums": { + "STRENGTH": 0.75, + "CRIT_CHANCE": 0.05, + "FEROCITY": 0.25 + } + }, + "100": { + "otherNums": [ + 100, + 10, + 100 + ], + "statNums": { + "STRENGTH": 75, + "CRIT_CHANCE": 5, + "FEROCITY": 75 + } + } + } + }, "TARANTULA": { "EPIC": { "1": { |