diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-07-22 15:56:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 09:56:52 -0400 |
| commit | 92066489fdf9a26beb020347709bac55bc91467a (patch) | |
| tree | d919d77cc182c8a5899e73e6555c6020c255dc31 /constants/petnums.json | |
| parent | 7d57c2e37b0426d6ebe0053a8e8a2b77891475ef (diff) | |
| download | NotEnoughUpdates-REPO-92066489fdf9a26beb020347709bac55bc91467a.tar.gz NotEnoughUpdates-REPO-92066489fdf9a26beb020347709bac55bc91467a.tar.bz2 NotEnoughUpdates-REPO-92066489fdf9a26beb020347709bac55bc91467a.zip | |
Stuff (#558)
* Stuff
* New Skins & Fix
* New Items
* Fixed Pristine on MEB
* Added Pet to pets json
* Added another Rainbow name
* Rainbow Name
* Wiki Links
Diffstat (limited to 'constants/petnums.json')
| -rw-r--r-- | constants/petnums.json | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 9e488e05..68973a92 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3888,6 +3888,121 @@ "interp": "1:56" } }, + "SCATHA": { + "COMMON": { + "1": { + "otherNums": [ + 1.2 + ], + "statNums": { + "MINING_SPEED": 0.0, + "DEFENSE": 0.0 + } + }, + "100": { + "otherNums": [ + 100 + ], + "statNums": { + "MINING_SPEED": 100.0, + "DEFENSE": 100.0 + } + }, + "interp": "1:69" + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 1.2 + ], + "statNums": { + "MINING_SPEED": 0.0, + "DEFENSE": 0.0 + } + }, + "100": { + "otherNums": [ + 100 + ], + "statNums": { + "MINING_SPEED": 100.0, + "DEFENSE": 100.0 + } + }, + "interp": "1:69" + }, + "RARE": { + "1": { + "otherNums": [ + 1.2, + 0 + ], + "statNums": { + "MINING_SPEED": 0.0, + "DEFENSE": 0.0 + } + }, + "100": { + "otherNums": [ + 100, + 2.5 + ], + "statNums": { + "MINING_SPEED": 100.0, + "DEFENSE": 100.0 + } + }, + "interp": "1:69" + }, + "EPIC": { + "1": { + "otherNums": [ + 1.2, + 0 + ], + "statNums": { + "MINING_SPEED": 0.0, + "DEFENSE": 0.0 + } + }, + "100": { + "otherNums": [ + 100, + 2.5 + ], + "statNums": { + "MINING_SPEED": 100.0, + "DEFENSE": 100.0 + } + }, + "interp": "1:69" + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 1.2, + 0, + 0 + ], + "statNums": { + "MINING_SPEED": 0.0, + "DEFENSE": 0.0 + } + }, + "100": { + "otherNums": [ + 100, + 2.5, + 100 + ], + "statNums": { + "MINING_SPEED": 100.0, + "DEFENSE": 100.0 + } + }, + "interp": "1:69" + } + }, "TARANTULA": { "EPIC": { "1": { |
