diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-11 21:09:35 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-11 21:09:35 -0500 |
commit | d6551c2cf5789ae96c11ed4300901f32cd3c8134 (patch) | |
tree | b485c58b57dd0ed1ed2537fe7212a320e2f7a317 | |
parent | 13cf0a82332f73cc57431611404d8a1fadcaa81e (diff) | |
download | NotEnoughUpdates-REPO-d6551c2cf5789ae96c11ed4300901f32cd3c8134.tar.gz NotEnoughUpdates-REPO-d6551c2cf5789ae96c11ed4300901f32cd3c8134.tar.bz2 NotEnoughUpdates-REPO-d6551c2cf5789ae96c11ed4300901f32cd3c8134.zip |
Parenting Jerry stuff
-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" ] } |