Viewing Item

#500045: Wicked Blade

Item ID 500045 For Sale No
Identifier Wicked_Blade Credit Price Not For Sale
Name Wicked Blade Type Weapon - One-Handed Sword
NPC Buy 0 Weight 180
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 230 Min Equip Level 220
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Alchemist
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",6*(.@r/2);

4 bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",6*(.@r/2);

5 bonus2 bSkillAtk,"GN_CART_TORNADO",7*(.@r/3);

6 bonus bAtkRate,5*(.@r/4);

7 if (.@g >= ENCHANTGRADE_D) {

8 bonus bPow,2;

9 if (.@g >= ENCHANTGRADE_C) {

10 bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",10;

11 bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",10;

12 if (.@g >= ENCHANTGRADE_B) {

13 bonus bPAtk,2;

14 }

15 }

16 }

Equip Script None
Unequip Script None