-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guard Overpowered #5901
Comments
Whenever this gets checked, Guard rate of Monsters could be checked aswell because it seems like it does scale off high with high level Monsters. Feels like SE would have implemented either a guard cap to Monsters or given them a base guard rate due to balancing, because having 10% base counter and a guard which scales ends up makes high level MNK mobs really tough. Or edens guard calculations might be off in general. I did a era video comparison once with an old and shortish Sabotender bailarina (lvl 80-82) Clip and The guard rate was similar to the base counter rate of 10%, edens bailarinas Guard rate was atleast double that. Seems to Be an occurring patterin as Ix'mnk on Eden has crazy defence capabilities aswell with counter + high guard rate. Defenitely things abit fishy with Guard |
It's not a job trait like Double attack so it is unlikely to be a base rate for all mobs. It's a skill like evasion. If we just assume guard skill - combat skill, combat skill would be 276+16+7 with torque and merits = 299 If this was the case, you could proc over 5% on mobs in the low 60s at 75, but otherwise you would remain floored at 5%. Guard and Parry were never meant to proc a lot as they come last in the series of checks Not saying the math there is correct, but it could be or there could be another number in the equation. For Attack, we use 8 base and STR/2 or STR*0.75. Evasion has AGI/2 but I think it is unlikely guard uses stat/2 as no testing has found a correlation and it would make it too powerful. If anything I'd guess at a tiny starting number just like how attack has a base of 8. |
Yeah never seen/found an actual formula for it. Feels like there might be something extra added to edens formula with even Ix MNK (lvl83) seemingly breaking +10% with ease and thats a ~40 skills difference pre merits/Gear. |
Yeah, I have been looking into guard for LSB (as I made a PR for adding guard to WS there). The formula on LSB is 11 years old and has no justification in the commit or PR. Thus I am not sure of the original source. Relatedly, as far as the mob types that should have guard, Siknoz has recently done some retail captures (video and files) and found the following (maybe Eden already this info but will add here just for reference). Also most of these tests showed floored guard rates of 5-6% (thus more captures probably needed to validate current formula). Have Guard: No Guard: |
Kind of related, when you do the morrigan legs 35 path in SSR 2nd floor, those mnk fomors are OP as hell. |
Checklist
Details
Guard should reduce pdif by 1 on the first hit if it procs. This can mean, if PDIF is low enough already a hit for 0.
It will only apply on the first hit of a multi hit
On Eden I can be fighting a mnk in dynamis where I know I have capped ratio and it will guard for 0. This should be impossible
https://www.bg-wiki.com/ffxi/Guard_Skill
https://ffxiclopedia.fandom.com/wiki/Guarding_Skill
This isn't just broken for mobs, a player on MNK is way tankier than they should be due to this as well.
Edit: I know the log error has been fixed, but it seems to be reducing PDIF more than 1?
The text was updated successfully, but these errors were encountered: