diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-24 17:56:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 15:56:09 +0000 |
commit | f3dd8444ddb89d01e4ff3a44c99774f06049501e (patch) | |
tree | 0bcc65d9ea30a7f591ddae557e21b55c9c5fb72b /constants | |
parent | 8f2145bae826b4cc8ab2a5ff10eccc0f3c6fae58 (diff) | |
download | NotEnoughUpdates-REPO-f3dd8444ddb89d01e4ff3a44c99774f06049501e.tar.gz NotEnoughUpdates-REPO-f3dd8444ddb89d01e4ff3a44c99774f06049501e.tar.bz2 NotEnoughUpdates-REPO-f3dd8444ddb89d01e4ff3a44c99774f06049501e.zip |
0.20.1.0 changes (#1174)
* 0.20.1.0 changes
* Fixed hollow and fervor armor
Diffstat (limited to 'constants')
-rw-r--r-- | constants/gemstonecosts.json | 12 | ||||
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | constants/petnums.json | 50 | ||||
-rw-r--r-- | constants/pets.json | 3 |
4 files changed, 67 insertions, 1 deletions
diff --git a/constants/gemstonecosts.json b/constants/gemstonecosts.json index fa17b218..a07c2b72 100644 --- a/constants/gemstonecosts.json +++ b/constants/gemstonecosts.json @@ -73,6 +73,12 @@ "FLAWLESS_SAPPHIRE_GEM:2" ] }, + "AUGER_ROD": { + "AQUAMARINE_0": [ + "SKYBLOCK_COIN:100000", + "FINE_AQUAMARINE_GEM:40" + ] + }, "AURORA_BOOTS": { "COMBAT_0": [ "SKYBLOCK_COIN:250000", @@ -1409,6 +1415,12 @@ "FINE_JASPER_GEM:40" ] }, + "GIANT_FISHING_ROD": { + "AQUAMARINE_0": [ + "SKYBLOCK_COIN:100000", + "FINE_AQUAMARINE_GEM:40" + ] + }, "GLACITE_BOOTS": { "JADE_0": [ "SKYBLOCK_COIN:5000", diff --git a/constants/parents.json b/constants/parents.json index 776e6854..8319f3cd 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3515,5 +3515,8 @@ "ICE_COLD;3", "ICE_COLD;4", "ICE_COLD;5" + ], + "GLACITE_GOLEM;4": [ + "GLACITE_GOLEM;3" ] }
\ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index 8fbdd9e8..38495a2f 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1943,6 +1943,56 @@ } } }, + "GLACITE_GOLEM": { + "EPIC": { + "1": { + "otherNums": [ + 0.2, + 1, + 0.01 + ], + "statNums": { + "MINING_SPEED": 1.25, + "COLD_RESISTANCE": 0.1 + } + }, + "100": { + "otherNums": [ + 20, + 100, + 1 + ], + "statNums": { + "MINING_SPEED": 125, + "COLD_RESISTANCE": 10 + } + } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.2, + 1, + 0.01 + ], + "statNums": { + "MINING_SPEED": 1.25, + "COLD_RESISTANCE": 0.1 + } + }, + "100": { + "otherNums": [ + 20, + 100, + 1 + ], + "statNums": { + "MINING_SPEED": 125, + "COLD_RESISTANCE": 10 + } + } + } + }, "GOBLIN": { "LEGENDARY": { "1": { diff --git a/constants/pets.json b/constants/pets.json index be0c5675..05773940 100644 --- a/constants/pets.json +++ b/constants/pets.json @@ -299,6 +299,7 @@ "BINGO": "ALL", "EERIE": "COMBAT", "SLUG": "FARMING", - "OWL": "TAMING" + "OWL": "TAMING", + "GLACITE_GOLEM": "MINING" } }
\ No newline at end of file |