Actions

Medical Eyepatch: Difference between revisions

From Wiki | BlackoutRO

No edit summary
No edit summary
Line 15: Line 15:
|colspan="4"|
|colspan="4"|
*Redeemed by exchanging 7 [[Donation Credit]]s.
*Redeemed by exchanging 7 [[Donation Credit]]s.
*Can be rented for 5 [[Rental Ticket]]s per week.
|-
|-
!colspan="2"|Item Class
!colspan="2"|Item Class

Revision as of 17:22, 5 July 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);