Viewing Item

#510152: Furious Shape

Item ID 510152 For Sale No
Identifier RightShape_Furious Credit Price Not For Sale
Name Furious Shape Type Weapon - Dagger
NPC Buy 0 Weight 140
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 180 Min Equip Level 205
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Assassin
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 if (.@g>=ENCHANTGRADE_D) {

4 bonus bShortAtkRate,15;

5 if (.@g>=ENCHANTGRADE_C) {

6 bonus2 bSkillAtk,"SHC_SHADOW_STAB",5;

7 if (.@g>=ENCHANTGRADE_B) {

8 bonus2 bSkillAtk,"SHC_SHADOW_STAB",10;

9 if (.@g>=ENCHANTGRADE_A) {

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

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

12 }

13 }

14 }

15 }

Equip Script None
Unequip Script None