ID #700101
Weapon
Furious Tornado Bow [2]
Buy Price: N/A
Sell Price: N/A
A bow imbued with the power of furious gale.
_______________________
Increases damage of Crescive Bolt by 5%.
_______________________
Base Level at least 210:
ATK +7%, ATK +70.
_______________________
Base Level at least 220:
Increases damage of Crescive Bolt by additional 5%.
_______________________
Base Level at least 230:
Increases Physical Damage against enemies of every size by 10%.
_______________________
Refine Level +7:
Increases Critical Damage by 10%.
_______________________
Refine Level +9:
Increases damage of Crescive Bolt by additional 10%.
_______________________
Refine Level +10:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
Increases damage of Crescive Bolt by additional 10%.
_______________________
When equipped with Furious Boots:
Decreases After Skill Delay by 10%.
_______________________
[Bonus by Grade]
[Grade D]: Critical Damage +15%.
[Grade C]: Damage of Crescive Bolt +5%.
[Grade B]: Damage of Crescive Bolt +10%.
[Grade A]: ATK +4%, P.ATK +4 per 2 Refine Levels.
_______________________
Type: Bow
Attack: 210
Weight: 180
Weapon Level: 5
_______________________
Requirement:
Base Level 205
Windhawk
_______________________
Increases damage of Crescive Bolt by 5%.
_______________________
Base Level at least 210:
ATK +7%, ATK +70.
_______________________
Base Level at least 220:
Increases damage of Crescive Bolt by additional 5%.
_______________________
Base Level at least 230:
Increases Physical Damage against enemies of every size by 10%.
_______________________
Refine Level +7:
Increases Critical Damage by 10%.
_______________________
Refine Level +9:
Increases damage of Crescive Bolt by additional 10%.
_______________________
Refine Level +10:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
Increases damage of Crescive Bolt by additional 10%.
_______________________
When equipped with Furious Boots:
Decreases After Skill Delay by 10%.
_______________________
[Bonus by Grade]
[Grade D]: Critical Damage +15%.
[Grade C]: Damage of Crescive Bolt +5%.
[Grade B]: Damage of Crescive Bolt +10%.
[Grade A]: ATK +4%, P.ATK +4 per 2 Refine Levels.
_______________________
Type: Bow
Attack: 210
Weight: 180
Weapon Level: 5
_______________________
Requirement:
Base Level 205
Windhawk
Equipment Reform
Available through the reform system Refine_Furious
- HD Etherdeocon × 10
- Enriched Etherdeocon × 20
Basic Information
Type
Weapon
Weight
1800
Range
5
Acquisition method
Equipment reform
Job Requirements
Hunter
Yes
Requirements
Weapon Level
5
Min Level
205
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5; if (BaseLevel>=210) { bonus bAtkRate,7; bonus bBaseAtk,70; } if (BaseLevel>=220) { bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5; } if (BaseLevel>=230) { bonus2 bAddSize,Size_All,10; } if (.@r>=7) { bonus bCritAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10; if (.@r>=10) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10; } } } } if (.@g>=ENCHANTGRADE_D) { bonus bCritAtkRate,15; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5; if (.@g>=ENCHANTGRADE_B) { bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10; if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,4*(.@r/2); bonus bAtkRate,4*(.@r/2); } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5;
if (BaseLevel>=210) {
bonus bAtkRate,7;
bonus bBaseAtk,70;
}
if (BaseLevel>=220) {
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5;
}
if (BaseLevel>=230) {
bonus2 bAddSize,Size_All,10;
}
if (.@r>=7) {
bonus bCritAtkRate,10;
if (.@r>=9) {
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;
if (.@r>=10) {
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bCritAtkRate,15;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,4*(.@r/2);
bonus bAtkRate,4*(.@r/2);
}
}
}
}