Ghostring Hat: Difference between revisions
From Wiki | BlackoutRO
No edit summary |
No edit summary |
||
Line 39: | Line 39: | ||
|colspan="6"| | |colspan="6"| | ||
<pre> | <pre> | ||
if (checkbroclassic() >= 2) { | |||
bonus2(bSubEle, Ele_Neutral, 10); | |||
bonus2(bSubEle, Ele_Ghost, -50); | |||
if (getrefine() > 7) | |||
bonus2(bSubEle, Ele_Neutral, 5); | |||
} | |||
else { | |||
bonus2(bSubEle, Ele_Neutral, getrefine() / 2 + 8); | |||
bonus2(bSubEle, Ele_Dark, -3 * getrefine() - 15); | |||
bonus2(bSubEle, Ele_Ghost, -3 * getrefine() - 15); | |||
} | |||
</pre> | </pre> | ||
|} | |} |
Revision as of 13:12, 4 April 2018
Description |
An eerie sound on an October night, makes children and parents scream with fright, witches spirits, a cute little bat are nothing compared to this Ghostring Hat. | ||||
---|---|---|---|---|---|
How to Obtain | Redeemed by exchanging 7 Donation Credits. | ||||
Item Class | Upper Headgear | ||||
Weight | 35 | ||||
Slots | 1 | ||||
Defense | 0 | ||||
Applicable Jobs | |||||
| |||||
Item Script | |||||
if (checkbroclassic() >= 2) { bonus2(bSubEle, Ele_Neutral, 10); bonus2(bSubEle, Ele_Ghost, -50); if (getrefine() > 7) bonus2(bSubEle, Ele_Neutral, 5); } else { bonus2(bSubEle, Ele_Neutral, getrefine() / 2 + 8); bonus2(bSubEle, Ele_Dark, -3 * getrefine() - 15); bonus2(bSubEle, Ele_Ghost, -3 * getrefine() - 15); } |