Viewing Item

#550135: Dimensions Spirit Foxtail Model

Item ID 550135 For Sale No
Identifier Dimen_SH_F_Model Credit Price Not For Sale
Name Dimensions Spirit Foxtail Model Type Weapon - Staff
NPC Buy 0 Weight 180
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 100 Min Equip Level 250
MATK 430 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 bMatk,25*(.@r/2);

4 bonus bUnbreakableWeapon;

5 bonus bMatkRate,3+(.@r/2);

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

7 if (.@r>=7) {

8 bonus2 bMagicAtkEle,Ele_All,25;

9 if (.@r>=9) {

10 bonus bVariableCastrate,-10;

11 bonus bSMatk,7;

12 if (.@r>=11) {

13 bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",15;

14 }

15 }

16 }

17 if (.@g>=ENCHANTGRADE_D) {

18 bonus bSMatk,5;

19 if (.@g>=ENCHANTGRADE_C) {

20 bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",15;

21 if (.@g>=ENCHANTGRADE_B) {

22 bonus2 bMagicAtkEle,Ele_All,10;

23 if (.@g>=ENCHANTGRADE_A) {

24 bonus bSMatk,3*(.@r/2);

25 }

26 }

27 }

28 }

Equip Script None
Unequip Script None