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 | |
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')
-rw-r--r-- | constants/fairy_souls.json | 7 | ||||
-rw-r--r-- | constants/islands.json | 3 | ||||
-rw-r--r-- | constants/misc.json | 3 | ||||
-rw-r--r-- | constants/parents.json | 30 | ||||
-rw-r--r-- | constants/petnums.json | 26 |
5 files changed, 64 insertions, 5 deletions
diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index 336f586f..6d8c929c 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -1,6 +1,6 @@ { "//": "If you would like to contribute to this list please ensure that you: take the coordinates of the soul its self and not where you stand.", - "Max Souls": 243, + "Max Souls": 247, "hub": [ "138,66,129", "169,60,129", @@ -232,7 +232,10 @@ "-204,131,199", "22,127,184", "-110,142,143", - "-116,142,154" + "-116,142,154", + "20,121,240", + "-19,121,397", + "111,160,412" ], "winter": [ "-95,77,20", diff --git a/constants/islands.json b/constants/islands.json index 7d6ff7fc..0f30d038 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -16,7 +16,8 @@ "crystal_hollows": "Crystal Hollows", "garden": "The Garden", "rift": "Rift", - "kuudra": "Kuudra's Hollow" + "kuudra": "Kuudra's Hollow", + "mineshaft": "Mineshaft" }, "teleporters": [ { diff --git a/constants/misc.json b/constants/misc.json index a6f6079b..187ef55e 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -78,7 +78,8 @@ "crystal_hollows": "Crystal Hollows", "kuudra": "Kuudra's Hollow", "garden": "The Garden", - "rift": "Rift" + "rift": "Rift", + "mineshaft": "Mineshaft" }, "talisman_upgrades": { "WOLF_TALISMAN": [ 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 diff --git a/constants/petnums.json b/constants/petnums.json index a3a9b7e5..790c205d 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2906,6 +2906,32 @@ } } }, + "MOLE": { + "LEGENDARY": { + "1": { + "otherNums": [ + 0.2, + 1, + 1 + ], + "statNums": { + "MINING_SPEED": 0.75, + "INTELLIGENCE": 1 + } + }, + "100": { + "otherNums": [ + 25, + 100, + 100 + ], + "statNums": { + "MINING_SPEED": 75, + "INTELLIGENCE": 100 + } + } + } + }, "MONKEY": { "COMMON": { "1": { |