Smash: Difference between revisions
Coolthulhu (talk | contribs) (Rough description of how getting smashed works) |
Coolthulhu (talk | contribs) (Starting velocity) |
||
Line 6: | Line 6: | ||
Exact damage is rng(velocity, velocity * 2) / 3 (or /6 when landing). Velocity only changes when you slam into stuff. Monsters you slam into get rng(vel, vel*2) damage (no /3 here). Obstacles other than monsters are bashed with force equal to current velocity. Getting slammed through any obstacles doesn't affect the range you fly, as long as your velocity is high enough to breach all of them. Range is starting velocity/10. | Exact damage is rng(velocity, velocity * 2) / 3 (or /6 when landing). Velocity only changes when you slam into stuff. Monsters you slam into get rng(vel, vel*2) damage (no /3 here). Obstacles other than monsters are bashed with force equal to current velocity. Getting slammed through any obstacles doesn't affect the range you fly, as long as your velocity is high enough to breach all of them. Range is starting velocity/10. | ||
Starting velocity is 3 * melee_sides * melee_dice, which is 72 for brute, 36 for shocker brute and 96 for hulk. |
Latest revision as of 09:10, 4 December 2014
Getting smashed sends you (or some other target) flying.
Getting slammed into monsters and walls uses the same rules. When you blast through a monster or an obstacle, your velocity gets halved. When you fail to blast through, it is zeroed. You then get damaged depending on how much your speed changed. That damage respects armor. Obstacle hardness is binary - if you slam through, you get the weaker effect whether it was solid rock or a paper wall you slammed through.
Then you land and get some damage for that. If you land on (swimmable) water, 0 damage. Otherwise you get roughly half the damage you'd get from being slammed into (but not through) a wall or about equal to what you'd get from getting slammed through a wall. This damage is then reduced by your parkour skill (halved if you have it) and then your dex (damage = damage * 8 / dex) with dex getting a lower cap of 4. This damage also respects armor.
Exact damage is rng(velocity, velocity * 2) / 3 (or /6 when landing). Velocity only changes when you slam into stuff. Monsters you slam into get rng(vel, vel*2) damage (no /3 here). Obstacles other than monsters are bashed with force equal to current velocity. Getting slammed through any obstacles doesn't affect the range you fly, as long as your velocity is high enough to breach all of them. Range is starting velocity/10.
Starting velocity is 3 * melee_sides * melee_dice, which is 72 for brute, 36 for shocker brute and 96 for hulk.