diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-16 19:35:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-16 18:35:48 +0000 |
| commit | 741fb3107b3cd799947c7114562b5bd85f9f4aed (patch) | |
| tree | 556a7a7a3f5ba8187fe7d6e54bd0487dee3c53a3 /constants | |
| parent | edbfdf6897a9fed380460e67d2a04257302c42e7 (diff) | |
| download | NotEnoughUpdates-REPO-741fb3107b3cd799947c7114562b5bd85f9f4aed.tar.gz NotEnoughUpdates-REPO-741fb3107b3cd799947c7114562b5bd85f9f4aed.tar.bz2 NotEnoughUpdates-REPO-741fb3107b3cd799947c7114562b5bd85f9f4aed.zip | |
Added new skins and missing enchant (#1040)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/enchants.json | 19 | ||||
| -rw-r--r-- | constants/parents.json | 21 |
2 files changed, 34 insertions, 6 deletions
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 |
