[DiscordArchive] Isn't Parry based on defense skill?
[DiscordArchive] Isn't Parry based on defense skill?
Archived author: Lloyd2k4 • Posted: 2025-07-03T13:46:31.534000+00:00
Original source
Isn't Parry based on defense skill?
Archived author: Mithria • Posted: 2025-07-03T13:47:44.554000+00:00
Original source
agility affects dodge
Archived author: Mithria • Posted: 2025-07-03T13:48:58.323000+00:00
Original source
parry should have a base chance, then is further boosted by parry rating and talents i think
Archived author: Lloyd2k4 • Posted: 2025-07-03T13:49:05.062000+00:00
Original source
yeah
Archived author: Lloyd2k4 • Posted: 2025-07-03T13:49:43.580000+00:00
Original source
my base chance is 0% despite max defense though.. trying to figure out what I'm missing here.
Archived author: Ryan Turner • Posted: 2025-07-03T13:51:32.960000+00:00
Original source
https://wowpedia.fandom.com/wiki/Parry
[Embed: Parry]
Parry is the name of a passive ability which gives targets of melee attacks a chance to parry each incoming frontal attack. Parried attacks are negated - no damage is dealt. All melee classes except druids have this ability: death knights, monks, paladins, rogues and warriors. Shamans who specialize into enhancement also gain the ability.
https://wowpedia.fandom.com/wiki/Parry
Archived author: Mithria • Posted: 2025-07-03T13:51:35.777000+00:00
Original source
```
void Player::UpdateParryPercentage()
{
const float parry_cap[MAX_CLASSES] =
{
47.003525f, // Warrior
47.003525f, // Paladin
145.560408f, // Hunter
145.560408f, // Rogue
0.0f, // Priest
47.003525f, // DK
145.560408f, // Shaman
0.0f, // Mage
0.0f, // Warlock
0.0f, // ??
0.0f // Druid
};
```
Archived author: Ryan Turner • Posted: 2025-07-03T13:51:36.565000+00:00
Original source
See if it helps
Archived author: Mithria • Posted: 2025-07-03T13:51:37.899000+00:00
Original source
perhaps this
Archived author: Lloyd2k4 • Posted: 2025-07-03T13:51:54.405000+00:00
Original source
haha I knew it was going to be in the C++