Band Aid: Difference between revisions
From Wiki | BlackoutRO
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
|- | |- | ||
!colspan="2"|How to Obtain | !colspan="2"|How to Obtain | ||
|colspan="4"|Redeemed by exchanging 5 [[Donation Credit]]s. | |colspan="4"| | ||
*Redeemed by exchanging 5 [[Donation Credit]]s. | |||
|- | |- | ||
|- | |- |
Revision as of 13:45, 18 June 2018
Description | Ouchie! I've got a boo-boo! A cute little headgear made to ward off damage. Reduces damage from Demihuman monsters by 10% [Refine Rate 7] [Refine Rate 8] [Refine Rate 9] [Refine Rate 10] | ||||
---|---|---|---|---|---|
How to Obtain |
| ||||
Item Class | Upper Headgear | ||||
Weight | 5 | ||||
Slots | 1 | ||||
Defense | 4 | ||||
Applicable Jobs | |||||
| |||||
Item Script | |||||
if (checkbroclassic() >= 2) { bonus(bVit, 2); bonus(bMdef, 10); bonus2(bSubRace, RC_DemiPlayer, 10); } else { bonus2(bSubRace, RC_DemiPlayer, 10); bonus(bDef, (-1 * getrefine() / 2)); if (getrefine() >= 7) bonus(bMaxHPrate, 5); if (getrefine() >= 8) bonus2(bSubRace, RC_DemiPlayer, 1); if (getrefine() >= 9) bonus(bMaxHPrate, 5); if (getrefine() >= 10) bonus2(bSubRace, RC_DemiPlayer, 1); } |