Viewing Item

#500083: Boosting Ice & Snow One-Handed Sword

Item ID 500083 For Sale No
Identifier Z_Boost_P_OH_Sword Credit Price Not For Sale
Name Boosting Ice & Snow One-Handed Sword Type Weapon - One-Handed Sword
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 3
Range 1 Defense 0
Slots 0 Refineable Yes
Attack 330 Min Equip Level 1
MATK 220 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Novice / Super novice / Swordman / Merchant / Thief / Knight / Blacksmith / Assassin / Crusader / Rogue / Alchemist
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bUnbreakableWeapon;

3 bonus bAtkRate,15;

4 bonus bMatkRate,15;

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

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

7 bonus bVit,5*(.@r/2);

8 if (.@r>=7) {

9 bonus2 bIgnoreDefRaceRate,RC_All,25;

10 bonus2 bIgnoreMdefRaceRate,RC_All,25;

11 bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-25;

12 bonus2 bIgnoreDefRaceRate,RC_Player_Human,-25;

13 bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-25;

14 bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-25;

15 if (.@r>=9) {

16 bonus bAtkRate,10;

17 bonus bMatkRate,10;

18 }

19 }

Equip Script None
Unequip Script None