Currently breath damage is calculated by dividing the monster HP by a divider and then multiplying by a resistance. The results are summarized in the table below:
There's something fishy here. All high elements have a divisor of 6, except for gravity and time. Furthermore, these are arguably the breaths with the most damaging side effect! I recommend changing the divisors for gravity and time to be 6 each. I'd also raise the max damage from plasma to 300.
This would produce the following changes.
Time hounds would average 55 per breath instead of 110.
Time vortices would average 30 per breath instead of 60.
This brings them in line with damage from the equi-potent hounds. (hounds with the same, HP, level and EXP). For Time hounds, these are plasma and nether hounds
(also is there any reason why time hounds move at +20 speed while the equi-potent hounds only move at +10?)
Gravity hounds would average 32 per breath instead of 64.
This brings them to the same level of damage as the equi-potent Inertia hounds and Impact hounds.
Monsters that would see a damage increase to plasma breath are:
Phoenix (150 -> 300)
Uriel (150 -> 300)
Aether hounds (150 -> 205)
Greater Balrog (150 -> 300)
Lungorthin (150 -> 300)
Gothmog (150 -> 300)
Code:
Breath type Divider Max Resist ------------------------------------- Acid 3 1600 1/6 (1/18) assuming armor Elec 3 1600 1/3 (1/9) Fire 3 1600 1/3 (1/9) Cold 3 1600 1/3 (1/9) Pois 3 800 1/3 (1/9) Neth 6 550 1/6 - 5/6 Light 6 400 1/6 - 3/6 Dark 6 400 1/6 - 3/6 Sound 6 500 1/6 - 5/6 Chaos 6 500 1/6 - 5/6 Disenchant 6 500 1/6 - 5/6 Nexus 6 400 1/6 - 5/6 Time 3 150 none Inertia 6 200 none Gravity 3 200 none Shards 6 500 1/6 - 5/6 Plasma 6 150 none Force 6 200 none
This would produce the following changes.
Time hounds would average 55 per breath instead of 110.
Time vortices would average 30 per breath instead of 60.
This brings them in line with damage from the equi-potent hounds. (hounds with the same, HP, level and EXP). For Time hounds, these are plasma and nether hounds
(also is there any reason why time hounds move at +20 speed while the equi-potent hounds only move at +10?)
Gravity hounds would average 32 per breath instead of 64.
This brings them to the same level of damage as the equi-potent Inertia hounds and Impact hounds.
Monsters that would see a damage increase to plasma breath are:
Phoenix (150 -> 300)
Uriel (150 -> 300)
Aether hounds (150 -> 205)
Greater Balrog (150 -> 300)
Lungorthin (150 -> 300)
Gothmog (150 -> 300)
Comment