Open ShiyoKozuki opened 3 years ago
related: agi doesn't help parry either, and possibly doesn't help guard
Agility has no effect on any defensive skill besides evasion, crit rate against you, and subtle blow(is this even coded here?).
and subtle blow(is this even coded here?).
I'd wager the agi part of that is not but I didn't go looking.
Additional Information (Steps to reproduce/Expected behavior) : https://www.bg-wiki.com/ffxi/Shield_block_rate Round Shields should be 40%, not 50%. https://github.com/LandSandBoat/server/blob/f909259cc9967f952cc7f90d1af5989bb61641bf/src/map/utils/battleutils.cpp#L1762 Should be
float skillmodifier = (blockskill - attackskill) * 0.2325f;
BG Wiki: BlockRate = SizeBaseBlockRate + ((ShieldSkill - AttackerCombatSkill) × 0.2325)AGI does nothing for block rate. https://www.bluegartr.com/threads/120223-Agility-s-effect-on-Parrying-and-Shield-rate