Viewing Item (Glorious Hunter Bow)

Glorious Hunter Bow
#1743

Glorious Hunter Bow

Krieger_Bow1
Weapon Bow

General

Type Weapon
Subtype Bow
Buy Price -
Sell Price -
Weight 0

Equipment

ATK 100
Range 5
Weapon Lv 4
Slots 0
Refineable Yes

Requirements

Location:
Right Hand Left Hand
Level:
80
Jobs:
Archer Thief Hunter Rogue Bard Dancer

Item Script

Script
bonus2 bAddRace,RC_DemiHuman,55;
bonus2 bAddRace,RC_Player_Human,55;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
bonus bCritAtkRate,getrefine() * 2;
bonus bUnbreakableWeapon;
if (getrefine()>5) {
   bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4);
   bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4);
   bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
}
if (getrefine()>8)
   bonus2 bSkillAtk,"AC_DOUBLE",20;