From 90835aec0486e4d72091be2c4951d5907f62dced Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 11 Mar 2021 19:18:15 -0500 Subject: pain and suffering --- constants/parents.json | 6 ++ constants/petnums.json | 152 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 158 insertions(+) (limited to 'constants') 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 + } + } + } } } -- cgit