Viewing Item

#311139: Ice Magic Orb (Cutter Break)

Item ID 311139 For Sale No
Identifier Ice_F_Orb_Skill_2 Credit Price Not For Sale
Name Ice Magic Orb (Cutter Break) Type Card - Enchant
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Description Increases damage of Wind Cutter and Ignition Break by 15%.
_______________________
Refine Level +7:
Increases damage of Wind Cutter and Ignition Break by additional 15%.
_______________________
Refine Level +9:
Increases damage of Wind Cutter and Ignition Break by additional 15%.
_______________________
Refine Level +11:
Increases damage of Wind Cutter by additional 15%.
Decreases Ignition Break skill cooldown by 0.5 seconds.
Increases damage of Storm Slash by 15%.
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus2

5 bSkillAtk,"RK_IGNITIONBREAK",15;

6 bonus2

7 bSkillAtk,"RK_WINDCUTTER",15;

8 if

9 (.@r

10 =7)

11 {

12 bonus2

13 bSkillAtk,"RK_IGNITIONBREAK",15;

14 bonus2

15 bSkillAtk,"RK_WINDCUTTER",15;

16 if

17 (.@r

18 =9)

19 {

20 bonus2

21 bSkillAtk,"RK_IGNITIONBREAK",15;

22 bonus2

23 bSkillAtk,"RK_WINDCUTTER",15;

24 if

25 (.@r

26 =11)

27 {

28 bonus2

29 bSkillCooldown,"RK_IGNITIONBREAK",-500;

30 bonus2

31 bSkillAtk,"RK_WINDCUTTER",15;

32 bonus2

33 bSkillAtk,"DK_STORMSLASH",15;

34 }

35 }

36 }

Equip Script None
Unequip Script None