ID #18174
Weapon
Illusion Hunter Bow [2]
Buy Price: N/A
Sell Price: N/A
It is said to be mainly used by hunters, but it is difficult to use, but when used, precise shooting and destructive damage are enough to crush the user.
_______________________
When equipped with Hunting Arrow:
Increases Ranged Physical Damage by 50%.
_______________________
For each Refine Level:
Critical +1.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases Critical Damage by 15%.
_______________________
Refine Level +11:
Increases Physical Damage gainst Insect and Brute race by 30%.
_______________________
When equipped with Illusion Boots:
ATK +10%
_______________________
Refine Level of Illusion Hunter Bow and Illusion Boots each is +7 or higher:
ASPD +2
_______________________
Total Refine Level of entire set at least +18:
Increases Critical Damage by 10%.
_______________________
Total Refine Level of entire set at least +22:
Long range physical attacks have a chance to activate Hunter's Sight for 10 seconds.
_______________________
[Hunter's Sight]:
ATK +100
Increases Critical Damage by 15%.
Increases Physical Damage gainst Insect and Brute race by 50%.
_______________________
Type: Bow
Attack: 165
Weight: 150
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Ranger
_______________________
When equipped with Hunting Arrow:
Increases Ranged Physical Damage by 50%.
_______________________
For each Refine Level:
Critical +1.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases Critical Damage by 15%.
_______________________
Refine Level +11:
Increases Physical Damage gainst Insect and Brute race by 30%.
_______________________
When equipped with Illusion Boots:
ATK +10%
_______________________
Refine Level of Illusion Hunter Bow and Illusion Boots each is +7 or higher:
ASPD +2
_______________________
Total Refine Level of entire set at least +18:
Increases Critical Damage by 10%.
_______________________
Total Refine Level of entire set at least +22:
Long range physical attacks have a chance to activate Hunter's Sight for 10 seconds.
_______________________
[Hunter's Sight]:
ATK +100
Increases Critical Damage by 15%.
Increases Physical Damage gainst Insect and Brute race by 50%.
_______________________
Type: Bow
Attack: 165
Weight: 150
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Ranger
Basic Information
Type
Weapon
Weight
1500
Range
5
Job Requirements
Hunter
Yes
Requirements
Weapon Level
4
Min Level
120
Scripts
Script .@r = getrefine(); bonus bCritical,.@r; if (.@r >= 7) { bonus bAspdRate,10; if (.@r >= 9) { bonus bCritAtkRate,15; if (.@r >= 11) { bonus2 bAddRace,RC_Insect,30; bonus2 bAddRace,RC_Brute,30; } } }
.@r = getrefine();
bonus bCritical,.@r;
if (.@r >= 7) {
bonus bAspdRate,10;
if (.@r >= 9) {
bonus bCritAtkRate,15;
if (.@r >= 11) {
bonus2 bAddRace,RC_Insect,30;
bonus2 bAddRace,RC_Brute,30;
}
}
}