Deviruchi Wings: Difference between revisions
From Wiki | BlackoutRO
No edit summary |
No edit summary |
||
Line 47: | Line 47: | ||
|- | |- | ||
|colspan="6"| | |colspan="6"| | ||
<pre> | |||
if (getmapflag(strcharinfo(PC_MAP), mf_broclassic)) { | |||
bonus(bVit, 4); | |||
bonus(bLuk, 2); | |||
bonus2(bSubRace, RC_DemiPlayer, 5); | |||
} | |||
else { | |||
bonus(bAtkRate, 10); | |||
bonus(bDef, (-1 * getrefine() / 2)); | |||
if (getrefine() >= 7) | |||
bonus(bStr, 2); | |||
if (getrefine() >= 8) | |||
bonus(bAtkRate, 1); | |||
if (getrefine() >= 9) | |||
bonus(bStr, 3); | |||
if (getrefine() >= 10) | |||
bonus(bAtkRate, 1); | |||
} | |||
</pre> | |||
|} | |} | ||
</center> | </center> |
Revision as of 01:15, 29 March 2018
Description |
Like the wings off the back, of a poring so black: this item from a Devim has malice quite heavy. [Refine Rate 7] [Refine Rate 8] [Refine Rate 9] [Refine Rate 10] | ||||
---|---|---|---|---|---|
How to Obtain | Redeemed by exchanging 5 Donation Credits. | ||||
Item Class | Lower Headgear | ||||
Weight | 100 | ||||
Slots | 1 | ||||
Defense | 2 | ||||
Applicable Jobs | |||||
| |||||
Item Script | |||||
if (getmapflag(strcharinfo(PC_MAP), mf_broclassic)) { bonus(bVit, 4); bonus(bLuk, 2); bonus2(bSubRace, RC_DemiPlayer, 5); } else { bonus(bAtkRate, 10); bonus(bDef, (-1 * getrefine() / 2)); if (getrefine() >= 7) bonus(bStr, 2); if (getrefine() >= 8) bonus(bAtkRate, 1); if (getrefine() >= 9) bonus(bStr, 3); if (getrefine() >= 10) bonus(bAtkRate, 1); } |