Side Hat: Difference between revisions
From Wiki | BlackoutRO
No edit summary |
No edit summary |
||
Line 39: | Line 39: | ||
|colspan="6"| | |colspan="6"| | ||
<pre> | <pre> | ||
if (readparam(bVit) >= 150) | |||
bonus(bMaxHPrate, 5); | |||
if (readparam(bInt) >= 150) | |||
bonus(bMaxSPrate, 5); | |||
if (readparam(bVit) >= 350) | |||
bonus(bDef2, -200); | |||
</pre> | </pre> | ||
|} | |} |
Revision as of 13:18, 4 April 2018
Description |
This is a hat you wear to the side, on a bad day your hair you can hide. So put it on and squeal with glee, you're ready now for crumpets and tea! | ||||
---|---|---|---|---|---|
How to Obtain | Redeemed by exchanging 7 Donation Credits. | ||||
Item Class | Upper Headgear | ||||
Weight | 20 | ||||
Slots | 1 | ||||
Defense | 3 | ||||
Applicable Jobs | |||||
| |||||
Item Script | |||||
if (readparam(bVit) >= 150) bonus(bMaxHPrate, 5); if (readparam(bInt) >= 150) bonus(bMaxSPrate, 5); if (readparam(bVit) >= 350) bonus(bDef2, -200); |