Viewing Item

#550076: Electric Fox-OSAD

Item ID 550076 For Sale No
Identifier ElectricFox_AD Credit Price Not For Sale
Name Electric Fox-OSAD Type Weapon - Staff
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 250 Min Equip Level 170
MATK 350 Max Equip Level None
Description A upgraded version of 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 +10%
_______________________
Refine Level +7:
Increases damage of Silvervine Stem Spear by 30%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
Increases Magical Damage with Earth, Fire, Water, Ghost and Neutral element by 20%.
_______________________
Refine Level +11:
Increases damage of Catnip Meteor by 45%.
_______________________
Type: One-Handed Staff
Attack: 250
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 170
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 .@r

2 =

3 getrefine();

4 bonus

5 bUnbreakableWeapon;

6 bonus

7 bMatkRate,7;

8 if

9 (.@r

10 =7)

11 {

12 bonus2

13 bSkillAtk,"SU_SV_STEMSPEAR",30;

14 if

15 (.@r

16 =9)

17 {

18 bonus2

19 bMagicAtkEle,Ele_Neutral,20;

20 bonus2

21 bMagicAtkEle,Ele_Fire,20;

22 bonus2

23 bMagicAtkEle,Ele_Earth,20;

24 bonus2

25 bMagicAtkEle,Ele_Water,20;

26 bonus2

27 bMagicAtkEle,Ele_Wind,20;

28 bonus2

29 bMagicAtkEle,Ele_Ghost,20;

30 bonus

31 bVariableCastrate,-10;

32 if

33 (.@r

34 =11)

35 {

36 bonus2

37 bSkillAtk,"SU_CN_METEOR",45;

38 }

39 }

40 }

Equip Script None
Unequip Script None