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
Description One of the daggers forged for an assassin who wields the art of the sword.
_______________________
When equipped with Furious Shadow on the left hand:
Increases damage of Shadow Stab by 5%.

Base Level at least 210:
ATK +7%, ATK +70.

Base Level at least 220:
Increases damage of Shadow Stab by additional 5%.

Base Level at least 230:
Increases Physical Damage against enemies of every size by 10%.

Total Refine Level of entire set is at least +14:
Increases Melee Physical Damage by 10%.

Total Refine Level of entire set is at least +17:
Increases damage of Shadow Stab by additional 10%.

Total Refine Level of entire set is at least +19:
Decreases After Skill Delay by 10%.

Total Refine Level of entire set is at least +21:
Increases damage of Shadow Stab by additional 10%.

When equipped with Furious Boots:
Increases damage of Shadow Stab by (the sum of refine level)% additionally.
_______________________
[Bonus by Grade]
[Grade D]: Melee Physical Damage +15%.
[Grade C]: Damage of Shadow Stab +5%.
[Grade B]: Damage of Shadow Stab +10%.
[Grade A]: ATK +4%, P.ATK +4 per 2 Refine Levels.
_______________________
Type: Dagger
Attack: 180
Weight: 140
Weapon Level: 5
_______________________
Requirement:
Base Level 205
Shadow Cross
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Assassin
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 if

8 (.@g

9 =ENCHANTGRADE_D)

10 {

11 bonus

12 bShortAtkRate,15;

13 if

14 (.@g

15 =ENCHANTGRADE_C)

16 {

17 bonus2

18 bSkillAtk,"SHC_SHADOW_STAB",5;

19 if

20 (.@g

21 =ENCHANTGRADE_B)

22 {

23 bonus2

24 bSkillAtk,"SHC_SHADOW_STAB",10;

25 if

26 (.@g

27 =ENCHANTGRADE_A)

28 {

29 bonus

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

31 bonus

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

33 }

34 }

35 }

36 }

Equip Script None
Unequip Script None