Pigritia Wave [2]
570005 Ep172_1h_Inst
P
An instrument that filled the Varmundt's Mansion with a beautiful melody.
It was terribly transformed by the magic interference device installed by the Illusionians.
MATK +210
Increases damage of Metallic Sound and Reverberation by 10%.
For each 3 Refine Levels:
MATK +8
Refine Level +7:
Decreases Variable Casting Time by 10%.
Refine Level +9:
Increases damage of Metallic Sound and Reverberation by additional 15%.
Refine Level +11:
Decreases Metallic Sound skill cooldown by 2 seconds.
Decreases SP Consumption of Reverberation by 20%.
Type: Musical Instrument
Attack: 150
Weight: 70
Weapon Level: 4
Requirement:
Base Level 150
Minstrel
ATK150
MATK210
Rango1
Nivel de arma4
Información adicional
- Precio de compra
- 0 z
- Nivel máximo
- Sin límite
- Género
- Male
- Refinable
- Sí
- Gradable
- No
Script del ítem
.@r = getrefine();
bonus2 bSkillAtk,"WM_REVERBERATION",10;
bonus2 bSkillAtk,"WM_METALICSOUND",10;
bonus bMatk,8*(.@r/3);
if (.@r>=7) {
bonus bVariableCastrate,-10;
}
if (.@r>=9) {
bonus2 bSkillAtk,"WM_REVERBERATION",15;
bonus2 bSkillAtk,"WM_METALICSOUND",15;
}
if (.@r>=11) {
bonus2 bSkillUseSPrate,"WM_REVERBERATION",20;
bonus2 bSkillCooldown,"WM_METALICSOUND",-2000;
}