Avenger Hunter Bow ( Avenger_Hunter_Bow )
| ID 18143 |
|
|||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Buy Price: 20 zeny | Sell Price: 10 zeny | Weight: 0 | Slots: Not specified | ||||||||||||||||||||
| Type: Weapon item. | Sub Type: Bow | Gender: Both | Locations: Right_Hand + Left_Hand | |||||||||||||||||||||
| Attack: 170 | Magic Attack: Not specified | Range: 5 | Defense: Not specified | |||||||||||||||||||||
| Weapon Level: 4 | Armor Level: Not specified | Min. Equip Level: 100 | Max. Equip Level: Not specified | |||||||||||||||||||||
| Refineable: 1 | Gradable: Not specified | Element: Neutral | Classes: Fourth classes., All Third classes. | |||||||||||||||||||||
|
Not specified
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bAddRace,RC_DemiHuman,30;
bonus2 bAddRace,RC_Player_Human,30;
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus bCritAtkRate,2*.@r;
if (.@r>=5) {
bonus2 bAddRace,RC_DemiHuman,20;
bonus2 bAddRace,RC_Player_Human,20;
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Human,10;
if (.@r>=7) {
bonus2 bAddRace,RC_DemiHuman,20+(pow(min(10,.@r)-4,2));
bonus2 bAddRace,RC_Player_Human,20+(pow(min(10,.@r)-4,2));
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Human,10;
if (.@r>=9) {
bonus2 bSkillAtk,"RA_ARROWSTORM",20;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20;
}
}
}
Not specified Not specified Not specified Not specified |
||||||||||||||||||||||||