diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-10 05:08:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-10 03:08:31 +0000 |
| commit | 7d489aff38c343105b0fb706402e6ed785a19afc (patch) | |
| tree | b5cc910a918b83c52e4dfd2f34059041795ca013 /constants/parents.json | |
| parent | deb0f6167140625d7997a88fdb15bab12d78d15f (diff) | |
| download | NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.tar.gz NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.tar.bz2 NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.zip | |
Added SOME of the new items (alot missing) (#1150)
Diffstat (limited to 'constants/parents.json')
| -rw-r--r-- | constants/parents.json | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/constants/parents.json b/constants/parents.json index e6da8ccc..f0aafa5d 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2986,7 +2986,11 @@ "RUBY_CRYSTAL", "SAPPHIRE_CRYSTAL", "TOPAZ_CRYSTAL", - "JASPER_CRYSTAL" + "JASPER_CRYSTAL", + "PERIDOT_CRYSTAL", + "AQUAMARINE_CRYSTAL", + "CITRINE_CRYSTAL", + "ONYX_CRYSTAL" ], "LAVATEARS_RUNE;1": [ "LAVATEARS_RUNE;2", @@ -3465,5 +3469,29 @@ "PET_SKIN_SPIDER_BLACK_WIDOW", "PET_SKIN_TARANTULA_GREENBOTTLE", "PET_SKIN_SPIDER_PEACOCK" + ], + "PERFECT_PERIDOT_GEM": [ + "FLAWLESS_PERIDOT_GEM", + "FINE_PERIDOT_GEM", + "FLAWED_PERIDOT_GEM", + "ROUGH_PERIDOT_GEM" + ], + "PERFECT_CITRINE_GEM": [ + "FLAWLESS_CITRINE_GEM", + "FINE_CITRINE_GEM", + "FLAWED_CITRINE_GEM", + "ROUGH_CITRINE_GEM" + ], + "PERFECT_AQUAMARINE_GEM": [ + "FLAWLESS_AQUAMARINE_GEM", + "FINE_AQUAMARINE_GEM", + "FLAWED_AQUAMARINE_GEM", + "ROUGH_AQUAMARINE_GEM" + ], + "PERFECT_ONYX_GEM": [ + "FLAWLESS_ONYX_GEM", + "FINE_ONYX_GEM", + "FLAWED_ONYX_GEM", + "ROUGH_ONYX_GEM" ] }
\ No newline at end of file |
