Viewing Item

#550134: Dimensions Spirit Foxtail

Item ID 550134 For Sale No
Identifier Dimen_SH_Foxtail Credit Price Not For Sale
Name Dimensions Spirit Foxtail Type Weapon - Staff
NPC Buy 0 Weight 210
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 430 Min Equip Level 250
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 bonus bCritical,5;

5 bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",15+5*(.@r/3);

6 bonus bAtkRate,(.@r/2);

7 bonus bBaseAtk,25*(.@r/2);

8 if (.@r>=7) {

9 bonus bCritAtkRate,20;

10 if (.@r>=9) {

11 bonus bCRate,5;

12 bonus bCritical,15;

13 if (.@r>=11) {

14 bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",15;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bPAtk,5;

20 if (.@g>=ENCHANTGRADE_C) {

21 bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",15;

22 if (.@g>=ENCHANTGRADE_B) {

23 bonus bLongAtkRate,10; /* note: 15 according to description */

24 if (.@g>=ENCHANTGRADE_A) {

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

26 }

27 }

28 }

29 }

Equip Script None
Unequip Script None