diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 3 | ||||
-rw-r--r-- | constants/parents.json | 27 |
2 files changed, 29 insertions, 1 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 301cd818..4ae5ea01 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -398,7 +398,8 @@ "cayenne", "prosperity", "green_thumb", - "quantum" + "quantum", + "ultimate_the_one" ], "BRACELET": [ "cayenne", diff --git a/constants/parents.json b/constants/parents.json index 1f686b3d..a27ddc0a 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3254,5 +3254,32 @@ ], "TRANSYLVANIAN;4": [ "TRANSYLVANIAN;5" + ], + "SOULTWIST_RUNE;1": [ + "SOULTWIST_RUNE;2", + "SOULTWIST_RUNE;3" + ], + "GLYPH_CONCLAMATUS": [ + "GLYPH_CONCLAMATUS", + "GLYPH_FIRMITAS", + "GLYPH_FORTIS", + "GLYPH_PERNIMIUS", + "GLYPH_POTENTIA", + "GLYPH_ROBUR", + "GLYPH_VALIDUS", + "GLYPH_VIS" + ], + "ARGOFAY_TRAFFICKER_1_RIFT_NPC": [ + "ARGOFAY_TRAFFICKER_2_RIFT_NPC", + "ARGOFAY_TRAFFICKER_3_RIFT_NPC", + "ARGOFAY_TRAFFICKER_4_RIFT_NPC" + ], + "ARGOFAY_THREEBROTHER_1_RIFT_NPC": [ + "ARGOFAY_THREEBROTHER_2_RIFT_NPC", + "ARGOFAY_THREEBROTHER_3_RIFT_NPC" + ], + "HEALING_MELON": [ + "JUICY_HEALING_MELON", + "LUSCIOUS_HEALING_MELON" ] }
\ No newline at end of file |