Gula Gun [2]
700008 Ep172_Bh_Bow2
G
A portable bow that was once used for self-defense.
It was terribly transformed by the magic interference device installed by the Illusionians.
Increases damage of Triangle Shot by 10%.
For each 3 Refine Levels:
ATK +12
Refine Level +7:
Increases damage of Triangle Shot by additional 15%.
Refine Level +9:
Decreases After Skill Delay by 10%.
Refine Level +11:
Increases damage of Triangle Shot by additional 20%.
Type: Bow
Attack: 220
Weight: 120
Weapon Level: 4
Requirement:
Base Level 150
Shadow Chaser
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,"SC_TRIANGLESHOT",10;
bonus bBaseAtk,12*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"SC_TRIANGLESHOT",15;
}
if (.@r>=9) {
bonus bDelayrate,-10;
}
if (.@r>=11) {
bonus2 bSkillAtk,"SC_TRIANGLESHOT",20;
}