Medical Eyepatch: Difference between revisions
From Wiki | BlackoutRO
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
|colspan="6"| | |colspan="6"| | ||
<pre> | <pre> | ||
if (checkbroclassic() >= 2) { | |||
bonus(bInt, 3); | |||
bonus(bMdef, 10); | |||
} | |||
skill(AL_HEAL, 5); | |||
bonus4(bAutoSpellWhenHit, AL_HEAL, 5, 100, 0); | |||
</pre> | </pre> | ||
|} | |} |
Revision as of 13:19, 4 April 2018
Description |
A patch worn over the eye by medical experts. | ||||
---|---|---|---|---|---|
How to Obtain | Redeemed by exchanging 7 Donation Credits. | ||||
Item Class | Mid Headgear | ||||
Weight | 5 | ||||
Slots | 1 | ||||
Defense | 3 | ||||
Applicable Jobs | |||||
| |||||
Item Script | |||||
if (checkbroclassic() >= 2) { bonus(bInt, 3); bonus(bMdef, 10); } skill(AL_HEAL, 5); bonus4(bAutoSpellWhenHit, AL_HEAL, 5, 100, 0); |