Basic Info

Name 2049 Blue Flame Staff[1]
Item ID 2049 - Staff_Of_Blue_Flame
Type Weapon
2049
Two-handed wand with magical crystals out of water and fire.
INT + 5, MATK + 230.
MaxSP + 150, increases Water & Fire property magical damage by 5%.
When dealing magical damage, has a chance to decrease Variable Cast Time by 30% for 7 seconds.
If refine rate is 7 or higher, increases Water & Fire property magical damage by 10%.
If refine rate is 9 or higher, increases Water & Fire property magical damage by 10%, Variable Cast Time - 5%.
_
Class: Two-handed Staff Attack: 45
Weight: 80
Weapon Level: 4
Required Level: 60
Usable Jobs: Mage classes

Details

Weight 130
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Main Hand + Off Hand

Stats

Range 1
Defense 0
Attack 45
Magical Attack 230
Weapon Level 4
Slots 1

Restrictions

Level Range 60 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes Magician / Wizard / Sage
Gender Any

Scripts

Use Script
bonus(bMaxSP, 150); bonus(bInt, 5); bonus2(bMagicAtkEle, Ele_Fire, 5); bonus2(bMagicAtkEle, Ele_Water, 5); autobonus("{ bonus(bVariableCastrate, -30); }", 50, 7000, BF_MAGIC, "{ specialeffect(EF_SUFFRAGIUM, AREA, playerattached()); }"); if (getrefine() >= 7) bonus2(bMagicAtkEle, Ele_Fire, 10); bonus2(bMagicAtkEle, Ele_Water, 10); if (getrefine() >= 9) { bonus2(bMagicAtkEle, Ele_Fire, 10); bonus2(bMagicAtkEle, Ele_Water, 10); bonus(bVariableCastrate, -5); }
Equip Script
None
Unequip Script
None