diff options
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 54 |
1 files changed, 52 insertions, 2 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 16a3e00f..c37cd002 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4126,6 +4126,30 @@ "STRENGTH": 10.0 } } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 0.1, + 0.4, + 0.3 + ], + "statNums": { + "CRIT_CHANCE": 0.1, + "STRENGTH": 0.1 + } + }, + "100": { + "otherNums": [ + 10, + 40, + 30 + ], + "statNums": { + "CRIT_CHANCE": 10.0, + "STRENGTH": 10.0 + } + } } }, "SPIRIT": { @@ -4518,7 +4542,7 @@ "otherNums": [ 0.3, 0.5, - 0.5 + 1 ], "statNums": { "CRIT_CHANCE": 0.0, @@ -4530,7 +4554,33 @@ "otherNums": [ 30, 50, - 50 + 1.5 + ], + "statNums": { + "CRIT_CHANCE": 10.0, + "CRIT_DAMAGE": 30.0, + "STRENGTH": 10.0 + } + } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 0.3, + 0.5, + 1 + ], + "statNums": { + "CRIT_CHANCE": 0.0, + "CRIT_DAMAGE": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 30, + 50, + 1.5 ], "statNums": { "CRIT_CHANCE": 10.0, |