ID #2041
Weapon
Flame Thunder Witch's Wand [1]
Buy Price: N/A
Sell Price: N/A
A wand used by Gilant, who was called a rare witch.
The winding dragon amplifies the magical power of fire and wind and enhances its power.
_______________________
MATK +350
INT +10
DEX +10
_______________________
Decreases Variable Casting Time by 30%.
_______________________
For each Level of Fire Walk:
Increases Magical Damage with Fire element by 10%.
_______________________
For each Level of Electric Walk:
Increases Magical Damage with Wind element by 10%.
_______________________
For each Refine Level:
Increases Magical Damage with Fire and Wind element by additional 5%.
Ignore magic defense of enemies by 5%.
Increases damage of Fire Walk and Electric Walk by 30%.
_______________________
Refine Level +7:
Inflicts Curse status when enemies are hit by Fire Walk.
Inflicts Silence status when enemies are hit by Electric Walk.
_______________________
Refine Level +9:
Increases damage of Fire Walk and Electric Walk by 100%.
_______________________
Refine Level +10:
Decreases Fixed Casting Time by 70%.
_______________________
When equipped with Necromancer's Manteau:
MATK +5%
Decreases damage taken from Fire and Wind elemental attacks by 20%.
_______________________
When equipped with Necromancer's Dress:
Enables the use Level 1 Increase Agility.
For each Refine Level of Witch's Thunder Flame Wand:
Increases damage of Electric Walk and Fire Walk by additional 30%.
Recovers 50HP when defeating monsters.
Refine Level of Witch's Thunder Flame Wand is +7 or higher:
Enables the use of Increase Agility, skill level based on the refine level.
_______________________
Type: Two-Handed Staff
Attack: 200
Weight: 270
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Sorcerer
The winding dragon amplifies the magical power of fire and wind and enhances its power.
_______________________
MATK +350
INT +10
DEX +10
_______________________
Decreases Variable Casting Time by 30%.
_______________________
For each Level of Fire Walk:
Increases Magical Damage with Fire element by 10%.
_______________________
For each Level of Electric Walk:
Increases Magical Damage with Wind element by 10%.
_______________________
For each Refine Level:
Increases Magical Damage with Fire and Wind element by additional 5%.
Ignore magic defense of enemies by 5%.
Increases damage of Fire Walk and Electric Walk by 30%.
_______________________
Refine Level +7:
Inflicts Curse status when enemies are hit by Fire Walk.
Inflicts Silence status when enemies are hit by Electric Walk.
_______________________
Refine Level +9:
Increases damage of Fire Walk and Electric Walk by 100%.
_______________________
Refine Level +10:
Decreases Fixed Casting Time by 70%.
_______________________
When equipped with Necromancer's Manteau:
MATK +5%
Decreases damage taken from Fire and Wind elemental attacks by 20%.
_______________________
When equipped with Necromancer's Dress:
Enables the use Level 1 Increase Agility.
For each Refine Level of Witch's Thunder Flame Wand:
Increases damage of Electric Walk and Fire Walk by additional 30%.
Recovers 50HP when defeating monsters.
Refine Level of Witch's Thunder Flame Wand is +7 or higher:
Enables the use of Increase Agility, skill level based on the refine level.
_______________________
Type: Two-Handed Staff
Attack: 200
Weight: 270
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Sorcerer
Basic Information
Type
Weapon
Weight
2700
Range
1
Job Requirements
Sage
Yes
Requirements
Weapon Level
4
Min Level
130
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bInt,5; bonus bDex,10; bonus bVariableCastrate,-30; bonus2 bMagicAtkEle,Ele_Fire,(getskilllv("SO_FIREWALK")*10)+(.@r*5); bonus2 bMagicAtkEle,Ele_Wind,(getskilllv("SO_ELECTRICWALK")*10)+(.@r*5); bonus2 bSkillAtk,"SO_FIREWALK",.@r*30; bonus2 bSkillAtk,"SO_ELECTRICWALK",.@r*30; bonus2 bIgnoreMdefClassRate,Class_All,.@r*5; if (.@r>=7) { bonus3 bAddEffOnSkill,"SO_ELECTRICWALK",Eff_Silence,1000; bonus3 bAddEffOnSkill,"SO_FIREWALK",Eff_Curse,1000; } if (.@r>=9) { bonus2 bSkillAtk,"SO_FIREWALK",100; bonus2 bSkillAtk,"SO_ELECTRICWALK",100; } if (.@r>=10) bonus bFixedCastrate,-70;
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bInt,5;
bonus bDex,10;
bonus bVariableCastrate,-30;
bonus2 bMagicAtkEle,Ele_Fire,(getskilllv("SO_FIREWALK")*10)+(.@r*5);
bonus2 bMagicAtkEle,Ele_Wind,(getskilllv("SO_ELECTRICWALK")*10)+(.@r*5);
bonus2 bSkillAtk,"SO_FIREWALK",.@r*30;
bonus2 bSkillAtk,"SO_ELECTRICWALK",.@r*30;
bonus2 bIgnoreMdefClassRate,Class_All,.@r*5;
if (.@r>=7) {
bonus3 bAddEffOnSkill,"SO_ELECTRICWALK",Eff_Silence,1000;
bonus3 bAddEffOnSkill,"SO_FIREWALK",Eff_Curse,1000;
}
if (.@r>=9) {
bonus2 bSkillAtk,"SO_FIREWALK",100;
bonus2 bSkillAtk,"SO_ELECTRICWALK",100;
}
if (.@r>=10)
bonus bFixedCastrate,-70;