Pikachu Ears: Difference between revisions
From Wiki | BlackoutRO
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
|colspan="6"| | |colspan="6"| | ||
<pre> | <pre> | ||
skill(MG_LIGHTNINGBOLT, | skill(MG_LIGHTNINGBOLT, (checkbroclassic() >= 2 && | ||
(checkbroclassic() >= 2 && getrefine() > 6) ? | getrefine() > 6) ? | ||
getrefine() - 1 : 5); | getrefine() - 1 : 5); | ||
bonus3(bAutoSpell,MG_LIGHTNINGBOLT, 5, 40); | bonus3(bAutoSpell,MG_LIGHTNINGBOLT, 5, 40); | ||
</pre> | </pre> | ||
|} | |} |
Revision as of 22:03, 15 June 2018
Description | Pike! Pikachu-chu! Enables use of Level 5 Lightning Bolt. | ||||
---|---|---|---|---|---|
How to Obtain | Redeemed by exchanging 7 Donation Credits. | ||||
Item Class | Upper Headgear | ||||
Weight | 10 | ||||
Slots | 1 | ||||
Defense | 1 | ||||
Applicable Jobs | |||||
| |||||
Item Script | |||||
skill(MG_LIGHTNINGBOLT, (checkbroclassic() >= 2 && getrefine() > 6) ? getrefine() - 1 : 5); bonus3(bAutoSpell,MG_LIGHTNINGBOLT, 5, 40); |