diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-21 14:50:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 14:50:32 +0200 |
commit | 19d37551d8523b8d0463b9c5d22aeebb662676b1 (patch) | |
tree | 3c0856d623165791c0853e54c248d6c6713fd8f0 /constants/petnums.json | |
parent | 7e10f2ff281938a14c1fe0c6103c1b3b8884aa8c (diff) | |
download | NotEnoughUpdates-REPO-19d37551d8523b8d0463b9c5d22aeebb662676b1.tar.gz NotEnoughUpdates-REPO-19d37551d8523b8d0463b9c5d22aeebb662676b1.tar.bz2 NotEnoughUpdates-REPO-19d37551d8523b8d0463b9c5d22aeebb662676b1.zip |
New Nether Stuff (#718)
* New Stuff
* i hate timestamps
* god
* Abi abi
* mood
* Hello, can someone send me money please
* bingo
* workflow hello
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 200 |
1 files changed, 200 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 0df4ea78..4b62052a 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2534,6 +2534,108 @@ } } }, + "MOOSHROOM_COW": { + "COMMON": { + "1": { + "otherNums": [ + 0.3 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 30 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 0.3 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 30 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + }, + "RARE": { + "1": { + "otherNums": [ + 0.4 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 40 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + }, + "EPIC": { + "1": { + "otherNums": [ + 0.4 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 40 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.4 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 40 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + } + }, "OCELOT": { "COMMON": { "1": { @@ -3922,6 +4024,104 @@ } } }, + "SNAIL": { + "COMMON": { + "1": { + "otherNums": [ + 0.1 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 10 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 0.1 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 10 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + }, + "RARE": { + "1": { + "otherNums": [ + 0.3 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 30 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + }, + "EPIC": { + "1": { + "otherNums": [ + 0.3, + 0.5 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 30, + 50 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.3, + 0.5, + 0.0 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 30, + 50, + 1.0 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + } + }, "TARANTULA": { "EPIC": { "1": { |