diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-21 18:54:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 17:54:08 +0000 |
commit | 863d80d22f05bfaf6e3014871b2f02cc916870b0 (patch) | |
tree | 5d302d97e8badada7e27dbe907c3067bbf1cd3e4 /constants | |
parent | 65baaa519733aee8b5d1d492133e02b08c7dfd01 (diff) | |
download | NotEnoughUpdates-REPO-863d80d22f05bfaf6e3014871b2f02cc916870b0.tar.gz NotEnoughUpdates-REPO-863d80d22f05bfaf6e3014871b2f02cc916870b0.tar.bz2 NotEnoughUpdates-REPO-863d80d22f05bfaf6e3014871b2f02cc916870b0.zip |
Added new skins and some lore fixes (#1136)
* Added new skins and some lore fixes
* Fixed Cactus Knife lore
* Added parents for new skin
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/constants/parents.json b/constants/parents.json index 86a37c2d..e6da8ccc 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3447,5 +3447,23 @@ ], "BONE_NECKLACE": [ "STARRED_BONE_NECKLACE" + ], + "RECORD_3": [ + "RECORD_4", + "RECORD_5", + "RECORD_6", + "RECORD_7", + "RECORD_8", + "RECORD_9", + "RECORD_10", + "RECORD_11", + "RECORD_12", + "GOLD_RECORD", + "GREEN_RECORD" + ], + "PET_SKIN_TARANTULA_PINK": [ + "PET_SKIN_SPIDER_BLACK_WIDOW", + "PET_SKIN_TARANTULA_GREENBOTTLE", + "PET_SKIN_SPIDER_PEACOCK" ] }
\ No newline at end of file |