useSelf skill smartHeal: Difference between revisions
Jump to navigation
Jump to search
(Improved historical) |
m (Conversion script moved page UseSelf skill smartHeal to useSelf skill smartHeal: Converting page titles to lowercase) |
(No difference)
|
Latest revision as of 22:34, 26 April 2021
- useSelf_skill_smartHeal <0|1|2>
- Enables auto adjusting skill level when auto using Heal on self or party member to preserve sp.
1 - this old formula: (int(($char->{lv} + $char->{int}) / 8) * (4 + $i * 8)) * $meditatioBonus;
2 - this new Renewal formula: (int(($char->{lv} + $char->{int} + $char->{'int_bonus'}) / 5) * 30) * ($i / 10) * (1 + $meditatioBonus) + ($char->{'attack_magic_min'});
Notes
Current HP, Meditatio and mercenary's penalty are used for calculations.
Changelog
r8805
Add useSelf_skill_smartHeal 2: partial renewal formula
Developer Notes
Include Fatal Wounds status, gears with bonus to Heal.