Open gbasso666 opened 1 year ago
Hello, thank you for your contribution!
It would be nice if this was split into commits so that if in the future we'll need to debug an issue near the lines of code edited here, we'll be able to figure out if a change was intentional or accidental by reading the commit messages.
I'm scheduling this to be merged in the next release - I can lend a hand splitting this if you can't or don't know how
Thanks Mishima, I've been terribly busy with work (and sick with covid also), also I'm not particularly good at github, so for now that's all I can contribute.
Implemented the skill changes from this patch: https://www.divine-pride.net/forum/index.php?/topic/3453-kro-mass-skills-balance-1st-2nd-and-transcendent-classes-skills/
All skills that were reworked were tested and seem to be working correctly. If I miss anything let me know
NOT IMPLEMENTED: -Basilica (completely new skill); -AMP (completely new skill); -Harmonic Lick (completely new skill); -Classical Pluck (todo: add CONFUSION to the aoe effect); -New Falcon Assault formula (IRO formula seems weird/wrong and I couldnt find another source).
Also, Bowling Bash should only have 4 hits on 4 or more targets with 2h sword. Atm I only implemented 4 hits with 2h sword at all instances (which I think it's fair).
Additional content: Some skill were later (2022) adjusted again in kro, I might have already updated them (like songs lasting 180sec).
PS: btw, Hindsight skill from Professor seems very convoluted on skill.c, large portions of code doesnt seem to do anything, I recommend someone clean it up.