aboutsummaryrefslogtreecommitdiff
path: root/constants/petnums.json
diff options
context:
space:
mode:
Diffstat (limited to 'constants/petnums.json')
-rw-r--r--constants/petnums.json152
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
+ }
+ }
+ }
}
}