diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-05-02 14:49:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 08:49:04 -0400 |
commit | 03075e639a24db3c170c824df78daf74b1a2163f (patch) | |
tree | dbc38ee54e5eb43bbf391fec7c886a762c285c4f /constants/parents.json | |
parent | a8336480974df3c6decc714bfb348fe9d8a1b567 (diff) | |
download | NotEnoughUpdates-REPO-03075e639a24db3c170c824df78daf74b1a2163f.tar.gz NotEnoughUpdates-REPO-03075e639a24db3c170c824df78daf74b1a2163f.tar.bz2 NotEnoughUpdates-REPO-03075e639a24db3c170c824df78daf74b1a2163f.zip |
Added new mm items - wiki slow moment (#482)
* new items
* Added parents
Diffstat (limited to 'constants/parents.json')
-rw-r--r-- | constants/parents.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/constants/parents.json b/constants/parents.json index 32889ebf..0e4fda14 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2093,5 +2093,18 @@ ], "PET_SKIN_BLACK_CAT_ONYX":[ "PET_SKIN_BLACK_CAT_IVORY" + ], + "FIRST_MASTER_STAR":[ + "SECOND_MASTER_STAR", + "THIRD_MASTER_STAR", + "FOURTH_MASTER_STAR" + ], + "MASTER_SKULL_TIER_7":[ + "MASTER_SKULL_TIER_6", + "MASTER_SKULL_TIER_5", + "MASTER_SKULL_TIER_4", + "MASTER_SKULL_TIER_3", + "MASTER_SKULL_TIER_2", + "MASTER_SKULL_TIER_1" ] } |