diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-08-20 06:26:11 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-08-20 06:26:11 +1000 |
commit | d673233ca2315e92ec703a9d39ac3c436fa9fad1 (patch) | |
tree | 1cd56a32dc76b2c7173b2232049abc426793599e /constants | |
parent | 885669e05fb9476f3c96fca471df19588430fc24 (diff) | |
parent | a6d765c01b809e775c0dc1bc6c10ac8576086709 (diff) | |
download | NotEnoughUpdates-REPO-d673233ca2315e92ec703a9d39ac3c436fa9fad1.tar.gz NotEnoughUpdates-REPO-d673233ca2315e92ec703a9d39ac3c436fa9fad1.tar.bz2 NotEnoughUpdates-REPO-d673233ca2315e92ec703a9d39ac3c436fa9fad1.zip |
Merge branch 'master' of https://github.com/Moulberry/NotEnoughUpdates-REPO
Diffstat (limited to 'constants')
-rw-r--r-- | constants/petnums.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index a5979109..c8046eed 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3057,6 +3057,31 @@ } }, "SPIRIT": { + "EPIC": { + "1": { + "otherNums": [ + 10.0, + 5.0, + 5.5 + ], + "statNums": { + "INTELLIGENCE": 1.0, + "SPEED": 0.0 + } + }, + "100": { + "otherNums": [ + 10.0, + 5.0, + 49.98571428571429 + ], + "statNums": { + "INTELLIGENCE": 100.0, + "SPEED": 29.57142857142857 + } + }, + "interp": "1:78" + }, "LEGENDARY": { "1": { "otherNums": [ |