Viewing Item

#26143: Diva Foxtail

Item ID 26143 For Sale No
Identifier Diva_Foxtail Credit Price Not For Sale
Name Diva Foxtail Type Weapon - Staff
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 1 Refineable Yes
Attack 150 Min Equip Level 150
MATK 180 Max Equip Level None
Description A weapon of unknown origin with the magical power of the labyrinth.
It is unknown what kind of material is refined, and even similar weapons have different performance.
_______________________
MATK +180
_______________________
For each Refine Level:
Increases Healing skills effectiveness by 2%.
_______________________
Refine Level +7:
ATK +30, HIT +5
MATK +4%
_______________________
Refine Level +9:
ATK +30, HIT +5
MATK +4%
_______________________
When compounded with Labyrinth Baphomet Card:
Increases Physical Damage by 10%.
Normal attacks inflicts splash damage.
_______________________
Type: One-Handed Staff
Attack: 150
Weight: 40
Weapon Level: 4
_______________________
Requirement:
Base Level 150
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 bHealPower,2*.@r;

6 if

7 (.@r

8 =7)

9 {

10 bonus

11 bBaseAtk,30;

12 bonus

13 bHit,5;

14 bonus

15 bMatkRate,4;

16 }

17 if

18 (.@r

19 =9)

20 {

21 bonus

22 bBaseAtk,30;

23 bonus

24 bHit,5;

25 bonus

26 bMatkRate,4;

27 }

Equip Script None
Unequip Script None