diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-16 08:01:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-16 08:01:06 +0100 |
commit | 4d1e4ba9816b9247324e3a6337fcd0c53b732d32 (patch) | |
tree | a7b3dd352fda62e27171834e4ad3435ff1e8018a /constants | |
parent | 7be1dacaf27a78cb382abca6677788b9d302edef (diff) | |
download | NotEnoughUpdates-REPO-4d1e4ba9816b9247324e3a6337fcd0c53b732d32.tar.gz NotEnoughUpdates-REPO-4d1e4ba9816b9247324e3a6337fcd0c53b732d32.tar.bz2 NotEnoughUpdates-REPO-4d1e4ba9816b9247324e3a6337fcd0c53b732d32.zip |
Added new skins (#872)
* Added new skins
* Stuff
* Added not cracker
* Added new cosmetic
* [December 14] Winter Follow Up
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 5 | ||||
-rw-r--r-- | constants/petnums.json | 16 |
2 files changed, 17 insertions, 4 deletions
diff --git a/constants/parents.json b/constants/parents.json index 28ef732f..cdfd5bbf 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3152,5 +3152,10 @@ "RARE_KUUDRA_CHUNK", "EPIC_KUUDRA_CHUNK", "LEGENDARY_KUUDRA_CHUNK" + ], + "MAXOR_CELESTIAL": [ + "GOLDOR_CELESTIAL", + "NECRON_CELESTIAL", + "STORM_CELESTIAL" ] }
\ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index e20d409e..cc734d2d 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3534,20 +3534,28 @@ "LEGENDARY": { "1": { "otherNums": [ - 1.0 + 1.0, + 0.1, + 0.05, + 0.2 ], "statNums": { "HEALTH": 1.0, - "SEA_CREATURE_CHANCE": 0.05 + "SEA_CREATURE_CHANCE": 0.05, + "FISHING_SPEED": 0.25 } }, "100": { "otherNums": [ - 100 + 75, + 10, + 5, + 20 ], "statNums": { "HEALTH": 100.0, - "SEA_CREATURE_CHANCE": 5.0 + "SEA_CREATURE_CHANCE": 5.0, + "FISHING_SPEED": 25.0 } } } |