Actions

Medical Eyepatch: Difference between revisions

From Wiki | BlackoutRO

No edit summary
No edit summary
Line 8: Line 8:
|-
|-
!colspan="2"  style="width: 20%"|Description
!colspan="2"  style="width: 20%"|Description
|colspan="4"|
|colspan="4"|A patch worn over the eye by medical experts.<br>
A patch worn over the eye by medical experts.<br>
Enable use of Level 5 [http://ratemyserver.net/index.php?page=skill_db&skid=28 Heal].<br>
Enable use of Level 5 [http://ratemyserver.net/index.php?page=skill_db&skid=28 Heal].<br>
Auto-Cast Level 5 Heal on yourself when hit.
Auto-Cast Level 5 Heal on yourself when hit.

Revision as of 00:51, 24 May 2018

File:17090l1.png
King Martin
Generic
File:17090l2.png
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 Mid 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);