Remove Poison (Level 1) - Removes Poison (= Poisona)
Remove Blindness (Level 20) - Removes Blindness (= Blindna)
Remove Paralysis (Level 40) - Removes Paralyze (= Paralyna)
Remove Curse (Level 60) - Removes Curse, Bane, and Doom (= Cursna)
Remove Disease (Level 80) - Removes Diseases and Plague (= Viruna)
These will all reset the wyvern's TP, but the effectiveness is not changed.
It triggers on Dragoon WS, like the Elemental Breaths, but only when SJ is one of the following: WHM/BLM/RDM/BLU/SCH/SMN
The usage has a priority check: Remove Paralysis > Remove Curse > Remove Disease > Remove Blindness > Remove Poison
The usage also has a target priority check: This targeting priority is the same as the Healing Breath check (In order as seen from Master's party list, top to bottom)
Example: <p1> is Blinded, <p2> is paralyzed -> Remove Paralysis on <p2>
Most of the code (targeting) needs to be committed at the core level, but the actual abilities themselves can be cloned from the spells, with the obvious changes (onSpellCast -> onPetAbility, spell:setMsg->skill:setMsg, etc...)
Wyvern Status-Curing Breaths
-
- Posts: 238
- Joined: Wed Sep 05, 2012 10:48 am
Re: Wyvern Status-Curing Breaths
Were healing breathes ever implemented?
I recently unlocked drg and might attempt to level it soon. I know at least one other person who is really interested in leveling drg but it would be hard to solo without the breathes.
I recently unlocked drg and might attempt to level it soon. I know at least one other person who is really interested in leveling drg but it would be hard to solo without the breathes.
-
- Developer
- Posts: 539
- Joined: Sun Jul 22, 2012 12:17 am
Re: Wyvern Status-Curing Breaths
Healing Breath is implemented, but the Drachen Armet doesn't influence the percentage right now. I think the calculations also aren't handling Wyvern HP+ gear properly. You should be able to swap in HP+ gear and get a small potency boost, even though all you did was raise mHP and not current HP.
Pretty sure Wyrm Armet is also not implemented, although there's no legitimate way to get that right now.
Pretty sure Wyrm Armet is also not implemented, although there's no legitimate way to get that right now.
Test Server: Hanekawa | Fantasy World: Naito
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
Re: Wyvern Status-Curing Breaths
Just wanted to add that during my tests Healing Breath did not trigger at all.