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/petnums.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/petnums.json')
-rw-r--r-- | constants/petnums.json | 26 |
1 files changed, 26 insertions, 0 deletions
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": { |