Pigritia Rhythm [2]
700009 Ep172_Bh_Bow3
P
Prototype of automatic shooting bow with new technology.
It was terribly transformed by the magic interference device installed by the Illusionians.
Increases damage of Severe Rainstorm by 10%.
For each 3 Refine Levels:
ATK +12
Refine Level +7:
Increases damage of Severe Rainstorm by additional 15%.
Refine Level +9:
Decreases Severe Rainstorm skill cooldown by 2.5 seconds.
Refine Level +11:
Increases damage of Severe Rainstorm by additional 20%.
Type: Bow
Attack: 190
Weight: 100
Weapon Level: 4
Requirement:
Base Level 150
Minstrel and Wanderer
ATK190
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,"WM_SEVERE_RAINSTORM_MELEE",10;
bonus bBaseAtk,12*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15;
}
if (.@r>=9) {
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2500;
}
if (.@r>=11) {
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20;
}