Viewing Item

#24370: Mortal Blow Shadow Weapon

Item ID 24370 For Sale No
Identifier S_MortalBlow_Weapon Credit Price Not For Sale
Name Mortal Blow Shadow Weapon Type Shadow Equipment
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable Yes
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Equip Locations Shadow Weapon
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bBaseAtk,.@r;

3 bonus bMatk,.@r;

4 if (.@r >= 9) {

5 .@val = 7;

6 } else if (.@r >= 7) {

7 .@val = 4;

8 }

9 else {

10 .@val = 2;

11 }

12 bonus bCritAtkRate,.@val;

Equip Script None
Unequip Script None