Superbia String [2]
700007 Ep172_Bh_Bow
S
A bow used by mercenaries once guarding the Mansion.
It was terribly transformed by the magic interference device installed by the Illusionians.
Increases damage of Arrow Storm by 10%.
For each 3 Refine Levels:
ATK +12
Refine Level +7:
Increases damage of Arrow Storm by additional 10%.
Refine Level +9:
Decreases Arrow Storm skill cooldown by 1 second.
Refine Level +11:
Increases damage of Arrow Storm by additional 15%.
Type: Bow
Attack: 220
Weight: 140
Weapon Level: 4
Requirement:
Base Level 150
Ranger
ATK220
Rango5
Nivel de arma4
Información adicional
- Precio de compra
- 0 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- No
Script del ítem
.@r = getrefine();
bonus2 bSkillAtk,"RA_ARROWSTORM",10;
bonus bBaseAtk,12*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"RA_ARROWSTORM",10;
}
if (.@r>=9) {
bonus2 bSkillCooldown,"RA_ARROWSTORM",-1000;
}
if (.@r>=11) {
bonus2 bSkillAtk,"RA_ARROWSTORM",15;
}