Actions

Medical Eyepatch: Difference between revisions

From Wiki | BlackoutRO

No edit summary
No edit summary
Line 1: Line 1:
[[File:17090l1.jpg|frame|King Martin <br> Generic]]
[[File:17090l1.jpg|frame|King Martin <br> Generic]]
[[File:17090l2.jpg|frame|King Martin <br> Generic]]
[[File:17090l2.jpg|frame|King Martin <br> Generic]]
{| class="wikitable" style="width: 70%"
{| class="wikitable" style="width: 65%"
!colspan="6"|
!colspan="6"|
<div>[[File:17090m.jpg]]</div>
<div>[[File:17090m.jpg]]</div>

Revision as of 22:06, 15 June 2018

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);