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 | |
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')
-rw-r--r-- | constants/parents.json | 6 | ||||
-rw-r--r-- | constants/petnums.json | 152 |
2 files changed, 158 insertions, 0 deletions
diff --git a/constants/parents.json b/constants/parents.json index dc779408..836dcff1 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2024,5 +2024,11 @@ "PERSONAL_DELETOR_5000", "PERSONAL_DELETOR_6000", "PERSONAL_DELETOR_7000" + ], + "GRANDMA_WOLF;4": [ + "GRANDMA_WOLF;3", + "GRANDMA_WOLF;2", + "GRANDMA_WOLF;1", + "GRANDMA_WOLF;0" ] } 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 + } + } + } } } |