diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-03-11 19:18:15 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-03-11 19:18:15 -0500 |
commit | 90835aec0486e4d72091be2c4951d5907f62dced (patch) | |
tree | f12bd6ce59b6b94d61a70db424a8970ef8301ebd /constants/petnums.json | |
parent | 5fe0418ad613962c295e6d82398e6315072a6984 (diff) | |
download | NotEnoughUpdates-REPO-90835aec0486e4d72091be2c4951d5907f62dced.tar.gz NotEnoughUpdates-REPO-90835aec0486e4d72091be2c4951d5907f62dced.tar.bz2 NotEnoughUpdates-REPO-90835aec0486e4d72091be2c4951d5907f62dced.zip |
pain and suffering
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 152 |
1 files changed, 152 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 962ff879..dc83496a 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4461,5 +4461,157 @@ } } } + }, + "GRANDMA_WOLF":{ + "COMMON":{ + "1":{ + "otherNums":[ + 8, + 6, + 4, + 3, + 3, + 2 + ], + "statNums":{ + "HEALTH": 1, + "STRENGTH":0 + } + }, + "100":{ + "otherNums":[ + 10, + 8, + 6, + 5, + 4, + 3 + ], + "statNums":{ + "HEALTH": 25, + "STRENGTH":100 + } + } + }, + "UNCOMMON":{ + "1":{ + "otherNums":[ + 8, + 6, + 4, + 3, + 3, + 2 + ], + "statNums":{ + "HEALTH": 1, + "STRENGTH":0 + } + }, + "100":{ + "otherNums":[ + 10, + 8, + 6, + 5, + 4, + 3 + ], + "statNums":{ + "HEALTH": 25, + "STRENGTH":100 + } + } + }, + "RARE":{ + "1":{ + "otherNums":[ + 8, + 6, + 4, + 3, + 3, + 2 + ], + "statNums":{ + "HEALTH": 1, + "STRENGTH":0 + } + }, + "100":{ + "otherNums":[ + 10, + 8, + 6, + 5, + 4, + 3 + ], + "statNums":{ + "HEALTH": 25, + "STRENGTH":100 + } + } + }, + "EPIC":{ + "1":{ + "otherNums":[ + 8, + 6, + 4, + 3, + 3, + 2 + ], + "statNums":{ + "HEALTH": 1, + "STRENGTH":0 + } + }, + "100":{ + "otherNums":[ + 10, + 8, + 6, + 5, + 4, + 3 + ], + "statNums":{ + "HEALTH": 25, + "STRENGTH":100 + } + } + }, + "LEGENDARY":{ + "1":{ + "otherNums":[ + 8, + 6, + 4, + 3, + 3, + 2 + ], + "statNums":{ + "HEALTH": 1, + "STRENGTH":0 + } + }, + "100":{ + "otherNums":[ + 10, + 8, + 6, + 5, + 4, + 3 + ], + "statNums":{ + "HEALTH": 25, + "STRENGTH":100 + } + } + } } } |