diff options
author | Roman / Linnea Gräf <nea@nea.moe> | 2023-06-23 11:38:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 19:38:42 +1000 |
commit | 7c9262c3ec4cd17ca18bc464d8adf10d36f592e4 (patch) | |
tree | 67718e67176589f5970bc90c3e4db2fa3c51a2ee /constants | |
parent | 38a2c295289dae2cf5de3e6c40694a76156cb54a (diff) | |
download | NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.gz NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.bz2 NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.zip |
Rift (#944)
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 25 | ||||
-rw-r--r-- | constants/fairy_souls.json | 2 | ||||
-rw-r--r-- | constants/islands.json | 17 | ||||
-rw-r--r-- | constants/leveling.json | 13 | ||||
-rw-r--r-- | constants/misc.json | 13 | ||||
-rw-r--r-- | constants/parents.json | 54 | ||||
-rw-r--r-- | constants/petnums.json | 102 | ||||
-rw-r--r-- | constants/reforgestones.json | 116 | ||||
-rw-r--r-- | constants/rngscore.json | 10 |
9 files changed, 338 insertions, 14 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 13c57923..301cd818 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -217,7 +217,8 @@ "ferocious_mana", "hecatomb", "ultimate_habanero_tactics", - "ultimate_bobbin_time" + "ultimate_bobbin_time", + "transylvanian" ], "CHESTPLATE": [ "protection", @@ -240,7 +241,8 @@ "mana_vampire", "ferocious_mana", "ultimate_habanero_tactics", - "ultimate_bobbin_time" + "ultimate_bobbin_time", + "reflection" ], "LEGGINGS": [ "protection", @@ -395,7 +397,8 @@ "NECKLACE": [ "cayenne", "prosperity", - "green_thumb" + "green_thumb", + "quantum" ], "BRACELET": [ "cayenne", @@ -1320,6 +1323,22 @@ 30, 100 ], + "quantum": [ + 50, + 50, + 100 + ], + "reflection": [ + 20, + 40, + 60, + 80, + 100 + ], + "transylvanian": [ + 100, + 150 + ], "one_for_all": [ 50 ], diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index 7f44e5eb..b88f6053 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -1,6 +1,6 @@ { "//": "If you would like to contribute to this list please ensure that you: take the coordinates of the soul its self and not where you stand.", - "Max Souls": 240, + "Max Souls": 242, "hub": [ "138,66,129", "169,60,129", diff --git a/constants/islands.json b/constants/islands.json index d3527275..fa357c31 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -14,11 +14,19 @@ "dungeon": "Dungeon", "dungeon_hub": "Dungeon Hub", "crystal_hollows": "Crystal Hollows", - "garden": "The Garden" + "garden": "The Garden", + "rift": "Rift" }, "teleporters": [ { "from": "hub", + "to": "rift", + "x": 42, + "y": 123, + "z": 72 + }, + { + "from": "hub", "to": "foraging_1", "x": -221, "y": 75, @@ -305,6 +313,13 @@ "x": 91, "y": 75, "z": 173 + }, + { + "warp": "wizard", + "mode": "hub", + "x": 42, + "y": 122, + "z": 69 } ] }
\ No newline at end of file diff --git a/constants/leveling.json b/constants/leveling.json index 460dc438..99edcbb8 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -158,6 +158,13 @@ 100000, 400000, 1000000 + ], + "vampire": [ + 20, + 75, + 240, + 840, + 2400 ] }, "slayer_boss_xp": [ @@ -172,14 +179,16 @@ "Tarantula Broodfather": 4, "Sven Packmaster": 4, "Voidgloom Seraph": 4, - "Inferno Demonlord": 4 + "Inferno Demonlord": 4, + "Riftstalker Bloodfiend": 5 }, "slayer_to_highest_tier": { "zombie": 5, "spider": 4, "wolf": 4, "enderman": 4, - "blaze": 4 + "blaze": 4, + "vampire": 5 }, "slayer_tier_colors": [ "§a", diff --git a/constants/misc.json b/constants/misc.json index c6a5e15a..16ae66e4 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -77,7 +77,8 @@ "dungeon_hub": "Dungeon Hub", "crystal_hollows": "Crystal Hollows", "instanced": "Kuudra's End", - "garden": "The Garden" + "garden": "The Garden", + "rift": "Rift" }, "talisman_upgrades": { "WOLF_TALISMAN": [ @@ -1340,6 +1341,13 @@ "PARTY_HAT_CRAB_RED_ANIMATED", "PARTY_HAT_CRAB_AQUA_ANIMATED", "PARTY_HAT_CRAB_YELLOW_ANIMATED" + ], + "BLOOD_DONOR_TALISMAN": [ + "BLOOD_DONOR_RING", + "BLOOD_DONOR_ARTIFACT" + ], + "BLOOD_DONOR_RING": [ + "BLOOD_DONOR_ARTIFACT" ] }, "special_bois": [ @@ -1639,7 +1647,8 @@ "HARD_STONE_GENERATOR": 12, "RED_SAND_GENERATOR": 12, "MYCELIUM_GENERATOR": 12, - "INFERNO_GENERATOR": 11 + "INFERNO_GENERATOR": 11, + "VAMPIRE_GENERATOR": 11 }, "credits": { "itemid": "writable_book", diff --git a/constants/parents.json b/constants/parents.json index 67150c84..1f686b3d 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -969,7 +969,8 @@ "OCELOT;1", "OCELOT;0" ], - "GUARDIAN;4": [ + "GUARDIAN;5": [ + "GUARDIAN;4", "GUARDIAN;3", "GUARDIAN;2", "GUARDIAN;1", @@ -1069,7 +1070,8 @@ "SKELETON;1", "SKELETON;0" ], - "SPIDER;4": [ + "SPIDER;5": [ + "SPIDER;4", "SPIDER;3", "SPIDER;2", "SPIDER;1", @@ -1120,7 +1122,8 @@ "SPIRIT;4": [ "SPIRIT;3" ], - "TARANTULA;4": [ + "TARANTULA;5": [ + "TARANTULA;4", "TARANTULA;3" ], "TURTLE;4": [ @@ -3206,5 +3209,50 @@ ], "DANTE_TALISMAN": [ "DANTE_RING" + ], + "CRUX_TALISMAN_6": [ + "CRUX_TALISMAN_5", + "CRUX_TALISMAN_4", + "CRUX_TALISMAN_3", + "CRUX_TALISMAN_2", + "CRUX_TALISMAN_1" + ], + "AGARIMOO_ARTIFACT": [ + "AGARIMOO_RING", + "AGARIMOO_TALISMAN" + ], + "LUSH_ARTIFACT": [ + "LUSH_RING", + "LUSH_TALISMAN" + ], + "REFLECTION;1": [ + "REFLECTION;2", + "REFLECTION;3", + "REFLECTION;4", + "REFLECTION;5" + ], + "QUANTUM;3": [ + "QUANTUM;4", + "QUANTUM;5" + ], + "BLOOD_DONOR_ARTIFACT": [ + "BLOOD_DONOR_RING", + "BLOOD_DONOR_TALISMAN" + ], + "VAMPIRE_GENERATOR_1": [ + "VAMPIRE_GENERATOR_2", + "VAMPIRE_GENERATOR_3", + "VAMPIRE_GENERATOR_4", + "VAMPIRE_GENERATOR_5", + "VAMPIRE_GENERATOR_6", + "VAMPIRE_GENERATOR_7", + "VAMPIRE_GENERATOR_8", + "VAMPIRE_GENERATOR_9", + "VAMPIRE_GENERATOR_10", + "VAMPIRE_GENERATOR_11", + "VAMPIRE_GENERATOR_12" + ], + "TRANSYLVANIAN;4": [ + "TRANSYLVANIAN;5" ] }
\ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index 16a3e00f..1092d7fc 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1963,6 +1963,32 @@ "INTELLIGENCE": 100.0 } } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 1.2, + 0.3, + 0.3, + 0.1 + ], + "statNums": { + "DEFENSE": 0.0, + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 120, + 30, + 30, + 7.0 + ], + "statNums": { + "DEFENSE": 50.0, + "INTELLIGENCE": 100.0 + } + } } }, "GOLDEN_DRAGON": { @@ -3468,6 +3494,28 @@ } } }, + "RIFT_FERRET": { + "EPIC": { + "1": { + "otherNums": [ + 10 + ], + "statNums": { + "SPEED": 0.5, + "INTELLIGENCE": 0.02 + } + }, + "100": { + "otherNums": [ + 10 + ], + "statNums": { + "SPEED": 5, + "INTELLIGENCE": 2 + } + } + } + }, "ROCK": { "COMMON": { "1": { @@ -4126,6 +4174,30 @@ "STRENGTH": 10.0 } } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 0.1, + 0.4, + 0.3 + ], + "statNums": { + "CRIT_CHANCE": 0.1, + "STRENGTH": 0.1 + } + }, + "100": { + "otherNums": [ + 10, + 40, + 30 + ], + "statNums": { + "CRIT_CHANCE": 10.0, + "STRENGTH": 10.0 + } + } } }, "SPIRIT": { @@ -4518,7 +4590,7 @@ "otherNums": [ 0.3, 0.5, - 0.5 + 1 ], "statNums": { "CRIT_CHANCE": 0.0, @@ -4530,7 +4602,33 @@ "otherNums": [ 30, 50, - 50 + 1.5 + ], + "statNums": { + "CRIT_CHANCE": 10.0, + "CRIT_DAMAGE": 30.0, + "STRENGTH": 10.0 + } + } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 0.3, + 0.5, + 1 + ], + "statNums": { + "CRIT_CHANCE": 0.0, + "CRIT_DAMAGE": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 30, + 50, + 1.5 ], "statNums": { "CRIT_CHANCE": 10.0, diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 0edd3f96..593f5797 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -907,6 +907,61 @@ } } }, + "FULL_JAW_FANGING_KIT": { + "internalName": "FULL_JAW_FANGING_KIT", + "reforgeName": "Fanged", + "reforgeType": "blacksmith/reforge_stone", + "itemTypes": "SWORD", + "requiredRarities": [ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC" + ], + "reforgeCosts": { + "COMMON": 10000, + "UNCOMMON": 12500, + "RARE": 25000, + "EPIC": 50000, + "LEGENDARY": 100000, + "MYTHIC": 250000 + }, + "reforgeAbility": "Every 7th melee hit on an enemy deals +100% damage.", + "reforgeStats": { + "COMMON": { + "strength": 30, + "bonus_attack_speed": 2, + "crit_chance": 3 + }, + "UNCOMMON": { + "strength": 35, + "bonus_attack_speed": 3, + "crit_chance": 4 + }, + "RARE": { + "strength": 40, + "bonus_attack_speed": 4, + "crit_chance": 5 + }, + "EPIC": { + "strength": 50, + "bonus_attack_speed": 6, + "crit_chance": 7 + }, + "LEGENDARY": { + "strength": 60, + "bonus_attack_speed": 9, + "crit_chance": 8 + }, + "MYTHIC": { + "strength": 65, + "bonus_attack_speed": 10, + "crit_chance": 10 + } + } + }, "GIANT_TOOTH": { "internalName": "GIANT_TOOTH", "reforgeName": "Giant", @@ -1935,6 +1990,67 @@ } } }, + "PRESUMED_GALLON_OF_RED_PAINT": { + "internalName": "PRESUMED_GALLON_OF_RED_PAINT", + "reforgeName": "Blood-Soaked", + "reforgeType": "blacksmith/reforge_stone", + "itemTypes": "EQUIPMENT", + "requiredRarities": [ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC" + ], + "reforgeCosts": { + "COMMON": 7500, + "UNCOMMON": 15000, + "RARE": 30000, + "EPIC": 75000, + "LEGENDARY": 150000, + "MYTHIC": 300000, + "DIVINE": 400000 + }, + "reforgeAbility": "Heal 1.15x more from Vampirism and Lifesteal.", + "reforgeStats": { + "COMMON": { + "health": 6, + "defense": 1, + "vitality": 1 + }, + "UNCOMMON": { + "health": 8, + "defense": 2, + "vitality": 1 + }, + "RARE": { + "health": 8, + "defense": 3, + "vitality": 2 + }, + "EPIC": { + "health": 9, + "defense": 4, + "vitality": 2 + }, + "LEGENDARY": { + "health": 10, + "defense": 5, + "vitality": 3 + }, + "MYTHIC": { + "health": 12, + "defense": 6, + "vitality": 3 + }, + "DIVINE": { + "health": 14, + "defense": 7, + "vitality": 4 + } + } + }, "PURE_MITHRIL": { "internalName": "PURE_MITHRIL", "reforgeName": "Mithraic", diff --git a/constants/rngscore.json b/constants/rngscore.json index 34cdfadb..edd1295e 100644 --- a/constants/rngscore.json +++ b/constants/rngscore.json @@ -391,6 +391,16 @@ "WILSON_ENGINEERING_PLANS": 578941, "SUBZERO_INVERTER": 578941, "POTION": 17700 + }, + "Riftstalker Bloodfiend": { + "ENCHANTED_BOOK_BUNDLE_QUANTUM": 3750, + "SOULTWIST_RUNE;1": 4250, + "BUBBA_BLISTER": 5000, + "CHOCOLATE_CHIP": 5000, + "GUARDIAN_LUCKY_BLOCK": 8000, + "MCGRUBBER_BURGER": 41000, + "UNFANGED_VAMPIRE_PART": 41000, + "ENCHANTED_BOOK_BUNDLE_THE_ONE": 27833 } } }
\ No newline at end of file |