Phoenix Foxtail

Item ID 550018 Name Phoenix Foxtail
None
Weapon Level 4 Identifier Phoenix_Foxtail
Attack 110 Type Weapon - Staff
MATK 160 Equip Locations Main Hand
Defense 0 Equippable Jobs Summoner
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSubEle,Ele_Fire,5;
bonus bBaseAtk,10*.@r;
bonus bMatk,10*.@r;
bonus bAspdRate,.@r;

Set Script
Flame Bird
Phoenix Foxtail
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bBaseAtk,15*.@r;
bonus bMatk,15*.@r;
bonus2 bIgnoreMdefRaceRate,RC_All,10*.@r;
Mutant Dragonoid Card
Phoenix Foxtail
bonus3 bAutoSpell,"WZ_METEOR",5,30;
bonus2 bSkillAtk,"WZ_METEOR",10*getequiprefinerycnt(EQI_HAND_R);
Boitata Card
Phoenix Foxtail
.@r = getequiprefinerycnt(EQI_HAND_R);
if (getskilllv("SU_SPRITEMABLE") == 1)
   bonus3 bAutoSpell,"WL_CRIMSONROCK",5,30;
bonus2 bSkillAtk,"WL_CRIMSONROCK",10*.@r;
bonus2 bMagicAtkEle,Ele_Fire,5*.@r;
Sealed Boitata Card
Phoenix Foxtail
.@r = getequiprefinerycnt(EQI_HAND_R);
if (getskilllv("SU_SPRITEMABLE") == 1)
   bonus3 bAutoSpell,"WL_CRIMSONROCK",5,30;
bonus2 bSkillAtk,"WL_CRIMSONROCK",3*.@r;
bonus2 bMagicAtkEle,Ele_Fire,2*.@r;