it says:
"Each time you take damage, you roll 31% of your mental save against it. A successful saving throw can crit and will reduce the damage by at least 50%"
It is the second sentence that makes little sense.
Let's say I have mental save of 20. So, I have 31% of 20 to save against damage, that is 6.2% chance to dismiss damage. So, let's say I throw a 5 out of 100 and save against damage.
Such a throw can crit. If crit is 150%, does that mean my throw is effectively 7.5 ???? but then, how much is my damaged reduced by? Is it 50% plus 7.5% , so I reduce by 57.5% ???
Basically, the description makes little sense.
Can someone please exaplin how this works, and fix the talent description?
How does dismissal work?
Moderator: Moderator
How does dismissal work?
MADNESS rocks
-
- Uruivellas
- Posts: 708
- Joined: Wed Apr 30, 2008 5:55 pm
Re: How does dismissal work?
You don't actually roll against your mindsave like that. Instead, the damage amount of the incoming attack is treated as a mindpower.
So in your example, instead of a 6.2% chance to save against damage, you're treated as having a mindsave of 6.2. That means you have a 50% chance to dismiss a hit for 6.2 damage, a 25% chance to dismiss at hit for 16.2 damage, and it'll always fail at 26.2 or higher.
For the crit, I dunno, lessee...So the amount of damage you take is divided by 2. If you make the crit, that 2 is multiplied by your crit power.
So with a standard crit power of 150% that'd be 3 and you'd take 1/3 of the damage.
At 200% crit power you'd take 1/4, etc.
So in your example, instead of a 6.2% chance to save against damage, you're treated as having a mindsave of 6.2. That means you have a 50% chance to dismiss a hit for 6.2 damage, a 25% chance to dismiss at hit for 16.2 damage, and it'll always fail at 26.2 or higher.
For the crit, I dunno, lessee...
Code: Select all
local dismissed = value * (1 - (1 / self:mindCrit(2)))
So with a standard crit power of 150% that'd be 3 and you'd take 1/3 of the damage.
At 200% crit power you'd take 1/4, etc.
Addons: Arcane Blade Tweaks, Fallen Race, Monk Class, Weapons Pack
Currently working on Elementals. It's a big project, so any help would be appreciated.
Currently working on Elementals. It's a big project, so any help would be appreciated.

Re: How does dismissal work?
really? then that makes the description even more bizarre and inaccurate.grayswandir wrote:You don't actually roll against your mindsave like that. Instead, the damage amount of the incoming attack is treated as a mindpower.
So in your example, instead of a 6.2% chance to save against damage, you're treated as having a mindsave of 6.2. That means you have a 50% chance to dismiss a hit for 6.2 damage, a 25% chance to dismiss at hit for 16.2 damage, and it'll always fail at 26.2 or higher.
For the crit, I dunno, lessee...So the amount of damage you take is divided by 2. If you make the crit, that 2 is multiplied by your crit power.Code: Select all
local dismissed = value * (1 - (1 / self:mindCrit(2)))
So with a standard crit power of 150% that'd be 3 and you'd take 1/3 of the damage.
At 200% crit power you'd take 1/4, etc.
and i still don't understand how you got all those figures. is there a simpler explanation?
MADNESS rocks
Re: How does dismissal work?
Dismissal rolls your mental save against the damage, treating damage as the power saved against. If the save is successful, the damage from the attack is reduced by half. The effect can crit, further reducing the damage.
Re: How does dismissal work?
so, can you elaborate on this bit: "treating damage as the power saved against" - for example, i take 500 damage and i have mental save of 52. i still don't understand how you roll 52 against 500.edge2054 wrote:Dismissal rolls your mental save against the damage, treating damage as the power saved against. If the save is successful, the damage from the attack is reduced by half. The effect can crit, further reducing the damage.
and which bit crits?
MADNESS rocks
Re: How does dismissal work?
Its the same as any other save roll.
The bit that crits is the divide by 2.
The bit that crits is the divide by 2.
My feedback meter decays into coding. Give me feedback and I make mods.
Re: How does dismissal work?
ok, so i ran dismissal with the log flushed and studied it. it is even more bizarre than I thought, and hard to understand.
you are right, the incoming dmg is rolled against, but that means dismissal doesn't ever work against large dmg amounts, making it pretty hopeless for nightmare and above modes.
and the description is poorly written.
i think the talent needs reworking and rewording.
you are right, the incoming dmg is rolled against, but that means dismissal doesn't ever work against large dmg amounts, making it pretty hopeless for nightmare and above modes.
and the description is poorly written.
i think the talent needs reworking and rewording.
MADNESS rocks
Re: How does dismissal work?
Well it made sense to me, and not every talent has to be burst protection.
My feedback meter decays into coding. Give me feedback and I make mods.
-
- Thalore
- Posts: 169
- Joined: Fri May 17, 2013 6:15 am
Re: How does dismissal work?
I think it makes perfect sense. This is all in my head. And therefore it actually makes sense.