diff options
-rw-r--r-- | constants/parents.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/constants/parents.json b/constants/parents.json index 3891d77d..35be05e4 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1223,5 +1223,15 @@ ], "ALL_SKILLS_SUPER_BOOST":[ "PET_ITEM_ALL_SKILLS_BOOST_COMMON" + ], + "JERRY_BOX_GOLDEN":[ + "JERRY_BOX_PURPLE", + "JERRY_BOX_BLUE", + "JERRY_BOX_GREEN" + ], + "JERRY_TALISMAN_GOLDEN":[ + "JERRY_TALISMAN_PURPLE", + "JERRY_TALISMAN_BLUE", + "JERRY_TALISMAN_GREEN" ] } |