diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 20:00:04 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 20:00:04 -0400 |
commit | 023d353acb2ce5087b39b30ac16152c0d5b03b78 (patch) | |
tree | 64f60efa2e389a3955d7f611c837273d80945d4e /constants | |
parent | 1e2f5ad4df21b5c0bd3fadf23a06bc1860ade7c8 (diff) | |
download | NotEnoughUpdates-REPO-023d353acb2ce5087b39b30ac16152c0d5b03b78.tar.gz NotEnoughUpdates-REPO-023d353acb2ce5087b39b30ac16152c0d5b03b78.tar.bz2 NotEnoughUpdates-REPO-023d353acb2ce5087b39b30ac16152c0d5b03b78.zip |
Added Spirit Stone, Fixed Spirit mask link, added epic spirit pet
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": [ |