Actions

Medical Eyepatch: Difference between revisions

From Wiki | BlackoutRO

No edit summary
No edit summary
Line 13: Line 13:
|-
|-
!colspan="2"|How to Obtain
!colspan="2"|How to Obtain
|colspan="4"|Redeemed by exchanging 7 [[Donation Credit]]s.
|colspan="4"|
*Redeemed by exchanging 7 [[Donation Credit]]s.
|-
|-
!colspan="2"|Item Class
!colspan="2"|Item Class

Revision as of 13:45, 18 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
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);