diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-16 22:33:16 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-16 22:33:16 -0500 |
commit | 2b0bb856ac66ec256d4827fef40250acc6a7c883 (patch) | |
tree | e1a45ea6d24be2e83dbf58b1b66d63d8de5ae503 /constants/petnums.json | |
parent | 587b6deec8d48208be1b5ead781577cc7378c187 (diff) | |
download | NotEnoughUpdates-REPO-2b0bb856ac66ec256d4827fef40250acc6a7c883.tar.gz NotEnoughUpdates-REPO-2b0bb856ac66ec256d4827fef40250acc6a7c883.tar.bz2 NotEnoughUpdates-REPO-2b0bb856ac66ec256d4827fef40250acc6a7c883.zip |
Books | Pet Fixes
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 48 |
1 files changed, 47 insertions, 1 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 3ee3ba4e..1b7bdf7d 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3307,7 +3307,30 @@ } }, "SPIDER": { - "UNCOMMON": { + "COMMON":{ + "1":{ + "otherNums": [ + 0.1, + 10.0 + ], + "statNums": { + "CRIT_CHANCE": 0.0, + "STRENGTH": 0.0 + } + }, + "100":{ + "otherNums": [ + 10.0, + 10.0 + ], + "statNums": { + "CRIT_CHANCE": 10.0, + "STRENGTH": 10.0 + } + }, + "interp": "1:100" + }, + "UNCOMMON": { "1": { "otherNums": [ 0.1, @@ -4101,6 +4124,29 @@ } }, "interp": "1:70" + }, + "RARE": { + "1": { + "otherNums": [ + 0.2, + 0.2 + ], + "statNums": { + "CRIT_DAMAGE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 25, + 25 + ], + "statNums": { + "CRIT_DAMAGE": 30.0, + "HEALTH": 100.0 + } + }, + "interp": "1:70" } }, "GRIFFIN": { |