Viewing Item

#530051: Boosting Ice & Snow Lance

Item ID 530051 For Sale No
Identifier Z_Boost_P_Lance Credit Price Not For Sale
Name Boosting Ice & Snow Lance Type Weapon - One-Handed Spear
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 3
Range 3 Defense 0
Slots 0 Refineable Yes
Attack 372 Min Equip Level 1
MATK 338 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Swordman / Knight / Crusader
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bAtkRate,15;

3 bonus bMatkRate,15;

4 bonus bMaxHPrate,4*(.@r/2);

5 bonus bBaseAtk,12*(.@r/2);

6 bonus bMatk,12*(.@r/2);

7 if (.@r>=7) {

8 bonus2 bIgnoreDefRaceRate,RC_All,25;

9 bonus2 bIgnoreMdefRaceRate,RC_All,25;

10 bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-25;

11 bonus2 bIgnoreDefRaceRate,RC_Player_Human,-25;

12 bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-25;

13 bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-25;

14 if (.@r>=9) {

15 bonus bVariableCastrate,-10;

16 }

17 }

Equip Script None
Unequip Script None