diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-26 17:20:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 15:20:40 +0000 |
commit | 6dc008881f807c9485162556520db3f5a460071b (patch) | |
tree | 75e4b25867d1d9b9d7e64f424026acf93729d196 /constants/petnums.json | |
parent | f066e6c3cc55225df9ae6f1b84a060bce684ffbb (diff) | |
download | NotEnoughUpdates-REPO-6dc008881f807c9485162556520db3f5a460071b.tar.gz NotEnoughUpdates-REPO-6dc008881f807c9485162556520db3f5a460071b.tar.bz2 NotEnoughUpdates-REPO-6dc008881f807c9485162556520db3f5a460071b.zip |
Added legendary eerie pet (#1018)
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 7ef1def6..de3996a0 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1101,6 +1101,26 @@ "INTELLIGENCE": 60 } } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.1 + ], + "statNums": { + "SPEED": 0.1, + "INTELLIGENCE": 0.5 + } + }, + "100": { + "otherNums": [ + 0.5 + ], + "statNums": { + "SPEED": 10, + "INTELLIGENCE": 60 + } + } } }, "ELEPHANT": { |