Viewing Item

#550143: Furious Foxtail

Item ID 550143 For Sale No
Identifier Foxtail_Furious Credit Price Not For Sale
Name Furious Foxtail Type Weapon - Staff
NPC Buy 0 Weight 160
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 380 Min Equip Level 205
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Summoner
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bUnbreakableWeapon;

4 bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",5;

5 if (BaseLevel>=210) {

6 bonus bAtkRate,4;

7 bonus bBaseAtk,40;

8 }

9 if (BaseLevel>=220) {

10 bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",5;

11 }

12 if (BaseLevel>=230) {

13 bonus2 bAddSize,Size_All,10;

14 }

15 if (.@r>=7) {

16 bonus bCritAtkRate,10;

17 if (.@r>=9) {

18 bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",10;

19 if (.@r>=10) {

20 bonus bDelayrate,-10;

21 if (.@r>=11) {

22 bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",10;

23 }

24 }

25 }

26 }

27 if (.@g>=ENCHANTGRADE_D) {

28 bonus bCritAtkRate,15;

29 if (.@g>=ENCHANTGRADE_C) {

30 bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",5;

31 if (.@g>=ENCHANTGRADE_B) {

32 bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",10;

33 if (.@g>=ENCHANTGRADE_A) {

34 bonus bPAtk,3*(.@r/2);

35 bonus bAtkRate,3*(.@r/2);

36 }

37 }

38 }

39 }

Equip Script None
Unequip Script None