Viewing Item

#26164: Electric Fox-OS

Item ID 26164 For Sale No
Identifier ElectricFox_OS Credit Price Not For Sale
Name Electric Fox-OS Type Weapon - Staff
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 250 Min Equip Level 130
MATK 350 Max Equip Level None
Description A foxtail-shaped machine made of numerous wires.
It seems that the use of micro-fine wires hits each other and dissipates static electricity.
_______________________
Indestructible in battle
_______________________
MATK +350
MATK +5%
_______________________
Refine Level +7:
Increases damage of Silvervine Stem Spear by 20%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
Increases Magical Damage with Earth, Fire, Water, Ghost and Neutral element by 15%.
_______________________
Refine Level +11:
Increases damage of Catnip Meteor by 30%.
_______________________
Type: One-Handed Staff
Attack: 250
Weight: 120
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Summoner (Doram)
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Summoner
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus

2 bUnbreakableWeapon;

3 bonus

4 bMatkRate,5;

5 .@r

6 =

7 getrefine();

8 if

9 (.@r

10 =7)

11 {

12 bonus2

13 bSkillAtk,"SU_SV_STEMSPEAR",20;

14 }

15 if

16 (.@r

17 =9)

18 {

19 bonus

20 bVariableCastrate,-10;

21 bonus2

22 bMagicAtkEle,Ele_Earth,15;

23 bonus2

24 bMagicAtkEle,Ele_Water,15;

25 bonus2

26 bMagicAtkEle,Ele_Wind,15;

27 bonus2

28 bMagicAtkEle,Ele_Fire,15;

29 bonus2

30 bMagicAtkEle,Ele_Ghost,15;

31 bonus2

32 bMagicAtkEle,Ele_Neutral,15;

33 }

34 if

35 (.@r

36 =11)

37 {

38 bonus2

39 bSkillAtk,"SU_CN_METEOR",30;

40 }

Equip Script None
Unequip Script None