Actions

Medical Eyepatch

From Wiki | BlackoutRO

Revision as of 09:32, 12 June 2018 by Martin (talk | contribs)
King Martin
Generic
King Martin
Generic

Medical Eyepatch [17090]

Description A patch worn over the eye by medical experts.

Enable use of Level 5 Heal.
Auto-Cast Level 5 Heal on yourself when hit.

How to Obtain Redeemed by exchanging 7 Donation Credits.
Item Class Middle Headgear
Weight 5
Slots 1
Defense 3
Applicable Jobs
  • Every Job
Item Script
if (checkbroclassic() >= 2) {
	bonus(bInt, 3);
	bonus(bMdef, 10);
}
skill(AL_HEAL, 5);
bonus4(bAutoSpellWhenHit, AL_HEAL, 5, 100, 0);