From 741fb3107b3cd799947c7114562b5bd85f9f4aed Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 16 Nov 2023 19:35:48 +0100 Subject: Added new skins and missing enchant (#1040) --- constants/enchants.json | 19 +++++++++++++++---- constants/parents.json | 21 +++++++++++++++++++-- 2 files changed, 34 insertions(+), 6 deletions(-) (limited to 'constants') diff --git a/constants/enchants.json b/constants/enchants.json index 7794753b..122b9d24 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -218,7 +218,8 @@ "hecatomb", "ultimate_habanero_tactics", "ultimate_bobbin_time", - "transylvanian" + "transylvanian", + "pesterminator" ], "CHESTPLATE": [ "protection", @@ -242,7 +243,8 @@ "ferocious_mana", "ultimate_habanero_tactics", "ultimate_bobbin_time", - "reflection" + "reflection", + "pesterminator" ], "LEGGINGS": [ "protection", @@ -264,7 +266,8 @@ "mana_vampire", "ferocious_mana", "ultimate_habanero_tactics", - "ultimate_bobbin_time" + "ultimate_bobbin_time", + "pesterminator" ], "BOOTS": [ "protection", @@ -289,7 +292,8 @@ "mana_vampire", "ferocious_mana", "ultimate_habanero_tactics", - "ultimate_bobbin_time" + "ultimate_bobbin_time", + "pesterminator" ], "LONGSWORD": [ "bane_of_arthropods", @@ -1344,6 +1348,13 @@ 100, 150 ], + "pesterminator": [ + 5, + 9, + 13, + 18, + 23 + ], "one_for_all": [ 50 ], diff --git a/constants/parents.json b/constants/parents.json index 9a8a9241..d4561142 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3297,7 +3297,7 @@ "GLYPH_ROBUR", "GLYPH_VALIDUS", "GLYPH_VIS" - ], + ], "ARGOFAY_TRAFFICKER_1_RIFT_NPC": [ "ARGOFAY_TRAFFICKER_2_RIFT_NPC", "ARGOFAY_TRAFFICKER_3_RIFT_NPC", @@ -3382,5 +3382,22 @@ "VINYL_RODENT_REVOLUTION", "VINYL_WINGS_OF_HARMONY", "VINYL_BUZZIN_BEATS" + ], + "PESTERMINATOR;1": [ + "PESTERMINATOR;2", + "PESTERMINATOR;3", + "PESTERMINATOR;4", + "PESTERMINATOR;5" + ], + "PET_SKIN_RAT_GYM_RAT": [ + "PET_SKIN_RAT_SQUEAKHEART", + "PET_SKIN_RAT_MR_CLAWS", + "PET_SKIN_RAT_KARATE", + "PET_SKIN_RAT_RAT-STRONAUT", + "PET_SKIN_RAT_SECRAT_SERVICE", + "PET_SKIN_RAT_NINJA", + "PET_SKIN_RAT_SECURATY_GUARD", + "PET_SKIN_RAT_JUNK_RAT", + "PET_SKIN_RAT_PIRATE" ] -} +} \ No newline at end of file -- cgit