
Pigritia Wave
ID 570005Arma2 slotsrefinable
Descripción
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
Quién lo deja caer
Propiedades básicas
- Identificador
- Ep172_1h_Inst
- Peso
- 70.0
- Slots
- 2
Estadísticas de combate
- Ataque
- 150
- Ataque mágico
- 210
- Rango
- 1
- Nivel de arma
- 4
Requisitos
- Nivel mínimo
- 150
- Sexo
- Masculino
- Profesiones
- Bard/Dancer
- Tipo de personaje
- Tercera clase, Tercera transclase, Tercera baby, Cuarta clase
- Posición
- Mano derecha
Script del item
.@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;
}