diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | constants/petnums.json | 34 |
2 files changed, 34 insertions, 3 deletions
diff --git a/constants/parents.json b/constants/parents.json index 3878f583..def5016f 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3424,5 +3424,8 @@ ], "ULTIMATE_THE_ONE;4": [ "ULTIMATE_THE_ONE;5" + ], + "SNOWMAN;5": [ + "SNOWMAN;4" ] }
\ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index 1ccba472..6f58737e 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4148,9 +4148,37 @@ 1.0 ], "statNums": { - "CRIT_DAMAGE": 0.0, - "DAMAGE": 0.0, - "STRENGTH": 0.0 + "CRIT_DAMAGE": 0.25, + "DAMAGE": 0.25, + "STRENGTH": 0.25 + } + }, + "100": { + "otherNums": [ + 8, + 15, + 5, + 1 + ], + "statNums": { + "CRIT_DAMAGE": 25.0, + "DAMAGE": 25.0, + "STRENGTH": 25.0 + } + } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 4.0, + 0.1, + 5.0, + 1.0 + ], + "statNums": { + "CRIT_DAMAGE": 0.25, + "DAMAGE": 0.25, + "STRENGTH": 0.25 } }, "100": { |