diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/leveling.json | 7 | ||||
-rw-r--r-- | constants/parents.json | 6 | ||||
-rw-r--r-- | constants/petnums.json | 54 |
3 files changed, 63 insertions, 4 deletions
diff --git a/constants/leveling.json b/constants/leveling.json index 21217bf8..99edcbb8 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -158,6 +158,13 @@ 100000, 400000, 1000000 + ], + "vampire": [ + 20, + 75, + 240, + 840, + 2400 ] }, "slayer_boss_xp": [ diff --git a/constants/parents.json b/constants/parents.json index 15969a4e..f66eeadd 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1069,7 +1069,8 @@ "SKELETON;1", "SKELETON;0" ], - "SPIDER;4": [ + "SPIDER;5": [ + "SPIDER;4", "SPIDER;3", "SPIDER;2", "SPIDER;1", @@ -1120,7 +1121,8 @@ "SPIRIT;4": [ "SPIRIT;3" ], - "TARANTULA;4": [ + "TARANTULA;5": [ + "TARANTULA;4", "TARANTULA;3" ], "TURTLE;4": [ 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, |