diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 8 | ||||
-rw-r--r-- | constants/parents.json | 80 | ||||
-rw-r--r-- | constants/petnums.json | 143 | ||||
-rw-r--r-- | constants/pets.json | 3 | ||||
-rw-r--r-- | constants/reforgestones.json | 32 |
5 files changed, 264 insertions, 2 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 1be873e1..34d007d8 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -76,6 +76,7 @@ "experience", "fortune", "silk_touch", + "pristine", "smelting_touch", "telekinesis" ], @@ -84,6 +85,7 @@ "efficiency", "experience", "fortune", + "pristine", "silk_touch", "smelting_touch", "telekinesis" @@ -760,6 +762,12 @@ 40, 50 ], + "pristine": [ + 25, + 25, + 25, + 25 + ], "caster": [ 20, 25, diff --git a/constants/parents.json b/constants/parents.json index 26af7538..9518500a 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -982,6 +982,12 @@ "ROCK;1", "ROCK;0" ], + "ARMADILLO;4":[ + "ARMADILLO;3", + "ARMADILLO;2", + "ARMADILLO;1", + "ARMADILLO;0" + ], "SILVERFISH;4":[ "SILVERFISH;3", "SILVERFISH;2", @@ -1982,8 +1988,9 @@ ], "TITANIUM_DRILL_3":[ "TITANIUM_DRILL_2", - "TITANIUM_DRILL_1", - "MITHRIL_DRILL_2", + "TITANIUM_DRILL_1" + ], + "MITHRIL_DRILL_2":[ "MITHRIL_DRILL_1" ], "SIMPLE_CARROT_CANDY":[ @@ -2233,5 +2240,74 @@ ], "PET_SKIN_JERRY_GREEN_ELF":[ "PET_SKIN_JERRY_RED_ELF" + ], + "HARD_STONE_GENERATOR_1" : [ + "HARD_STONE_GENERATOR_2", + "HARD_STONE_GENERATOR_3", + "HARD_STONE_GENERATOR_4", + "HARD_STONE_GENERATOR_5", + "HARD_STONE_GENERATOR_6", + "HARD_STONE_GENERATOR_7", + "HARD_STONE_GENERATOR_8", + "HARD_STONE_GENERATOR_9", + "HARD_STONE_GENERATOR_10", + "HARD_STONE_GENERATOR_11" + ], + "GEMSTONE_DRILL_3": [ + "GEMSTONE_DRILL_2", + "GEMSTONE_DRILL_1" + ], + "PERFECT_RUBY_GEM": [ + "FLAWLESS_RUBY_GEM", + "FINE_RUBY_GEM", + "FLAWED_RUBY_GEM", + "ROUGH_RUBY_GEM" + ], + "PERFECT_SAPPHIRE_GEM": [ + "FLAWLESS_SAPPHIRE_GEM", + "FINE_SAPPHIRE_GEM", + "FLAWED_SAPPHIRE_GEM", + "ROUGH_SAPPHIRE_GEM" + ], + "PERFECT_JASPER_GEM": [ + "FLAWLESS_JASPER_GEM", + "FINE_JASPER_GEM", + "FLAWED_JASPER_GEM", + "ROUGH_JASPER_GEM" + ], + "PERFECT_TOPAZ_GEM": [ + "FLAWLESS_TOPAZ_GEM", + "FINE_TOPAZ_GEM", + "FLAWED_TOPAZ_GEM", + "ROUGH_TOPAZ_GEM" + ], + "PERFECT_AMBER_GEM": [ + "FLAWLESS_AMBER_GEM", + "FINE_AMBER_GEM", + "FLAWED_AMBER_GEM", + "ROUGH_AMBER_GEM" + ], + "PERFECT_JADE_GEM": [ + "FLAWLESS_JADE_GEM", + "FINE_JADE_GEM", + "FLAWED_JADE_GEM", + "ROUGH_JADE_GEM" + ], + "PERFECT_AMETHYST_GEM": [ + "FLAWLESS_AMETHYST_GEM", + "FINE_AMETHYST_GEM", + "FLAWED_AMETHYST_GEM", + "ROUGH_AMETHYST_GEM" + ], + "CATACOMBS_PASS_10": [ + "CATACOMBS_PASS_9", + "CATACOMBS_PASS_8", + "CATACOMBS_PASS_8", + "CATACOMBS_PASS_7", + "CATACOMBS_PASS_6", + "CATACOMBS_PASS_5", + "CATACOMBS_PASS_4", + "CATACOMBS_PASS_3" ] } + diff --git a/constants/petnums.json b/constants/petnums.json index 2638110b..3693f6e3 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1,4 +1,147 @@ { + "GOLDEN_DRAGON": { + "LEGENDARY": { + "1": { + "otherNums": [ + + ], + "statNums": { + + } + }, + "100": { + "otherNums": [ + + ], + "statNums": { + + } + }, + "interp": "1:100" + } +}, + "BAL": { + "COMMON": { + "1": { + "otherNums": [ + + ], + "statNums": { + "FEROCITY": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + + ], + "statNums": { + "FEROCITY": 10.0, + "STRENGTH": 25.0 + } + }, + "interp": "1:100" + } +}, + "ARMADILLO": { + "COMMON": { + "1": { + "otherNums": [ + + ], + "statNums": { + "DEFENSE": 2.0 + } + }, + "100": { + "otherNums": [ + + ], + "statNums": { + "DEFENSE": 200 + } + }, + "interp": "1:100" + }, + "UNCOMMON": { + "1": { + "otherNums": [ + + ], + "statNums": { + "DEFENSE": 2.0 + } + }, + "100": { + "otherNums": [ + + ], + "statNums": { + "DEFENSE": 200 + } + }, + "interp": "1:100" + }, + "RARE": { + "1": { + "otherNums": [ + 57.9 + ], + "statNums": { + "DEFENSE": 2.0 + } + }, + "100": { + "otherNums": [ + 30.0 + ], + "statNums": { + "DEFENSE": 200 + } + }, + "interp": "1:100" + }, + "EPIC": { + "1": { + "otherNums": [ + 57.9 + ], + "statNums": { + "DEFENSE": 2.0 + } + }, + "100": { + "otherNums": [ + 30.0 + ], + "statNums": { + "DEFENSE": 200 + } + }, + "interp": "1:100" + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 57.9, + 99.5 + ], + "statNums": { + "DEFENSE": 2.0 + } + }, + "100": { + "otherNums": [ + 30.0, + 50 + ], + "statNums": { + "DEFENSE": 200 + } + }, + "interp": "1:100" + } + }, "BABY_YETI": { "EPIC": { "1": { diff --git a/constants/pets.json b/constants/pets.json index 5b7b5275..f853b8e2 100644 --- a/constants/pets.json +++ b/constants/pets.json @@ -180,6 +180,9 @@ "WOLF":"COMBAT", "GUARDIAN":"ENCHANTING", "GRANDMA_WOLF":"COMBAT", + "ARMADILLO":"MINING", + "BAL":"COMBAT", + "GOLDEN_DRAGON":"COMBAT", "RAT":"COMBAT" } }
\ No newline at end of file diff --git a/constants/reforgestones.json b/constants/reforgestones.json index dbe2a475..5c199700 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -822,6 +822,38 @@ } } }, + "HOT_STUFF":{ + "internalName":"HOT_STUFF", + "reforgeName":"Heated", + "reforgeType":"blacksmith/reforge_stone", + "itemTypes":"PICKAXE", + "requiredRarities":[ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY" + ], + "reforgeCosts":{ + "COMMON":20000, + "UNCOMMON":40000, + "RARE":80000, + "EPIC":150000, + "LEGENDARY":300000 + }, + "reforgeStats":{ + "COMMON":{ + "mining_speed":1 + } + }, + "reforgeAbility":{ + "COMMON":"§7Grants §aincreased §6⸕ Mining §6Speed §7the deeper the you §7venture.", + "UNCOMMON":"§7Grants §aincreased §6⸕ Mining §6Speed §7the deeper the you §7venture.", + "RARE":"§7Grants §aincreased §6⸕ Mining §6Speed §7the deeper the you §7venture.", + "EPIC":"§7Grants §aincreased §6⸕ Mining §6Speed §7the deeper the you §7venture.", + "LEGENDARY":"§7Grants §aincreased §6⸕ Mining §6Speed §7the deeper the you §7venture." + } + }, "JERRY_STONE":{ "internalName":"JERRY_STONE", "reforgeName":"Jerry's", |