ISHGARDRAGNAROK ONLINE
Hora servidor--:--:--UTC
EstadoLogin: ...Char: ...Map: ...
Jugadores online—Récord online—
Wiki›Ítems›Pride Stone
PPride Stone

Pride Stone [2]

640005 Ep172_Bh_Staff

bROcROdpROidROiROjROkROMkROSLATAMthROGtwRO
Arma2hStaff
P

Scientific instrument that was kept in the Varmundt's Mansion.

It was terribly transformed by the magic interference device installed by the Illusionians.

Indestructible in battle

MATK +320

Increases Magical Damage with Neutral and Water element by 15%.

For each 3 Refine Levels:

MATK +6

Decreases Variable Casting Time by 3%.

Refine Level +7:

Increases damage of Comet and Jack Frost by 10%.

Refine Level +9:

Decreases Comet skill cooldown by 10 seconds.

Decreases Jack Frost skill cooldown by 1.5 seconds.

Refine Level +11:

Increases damage of Comet and Jack Frost by additional 20%.

Type: Two-Handed Staff

Attack: 180

Weight: 150

Weapon Level: 4

Requirement:

Base Level 150

Warlock

ATK180
MATK320
Rango1
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();
bonus bUnbreakableWeapon;
bonus2 bMagicAtkEle,Ele_Neutral,15;
bonus2 bMagicAtkEle,Ele_Water,15;
bonus bVariableCastrate,-3*(.@r/3);
bonus bMatk,6*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"WL_JACKFROST",10;
   bonus2 bSkillAtk,"WL_COMET",10;
}
if (.@r>=9) {
   bonus2 bSkillCooldown,"WL_JACKFROST",-1500;
   bonus2 bSkillCooldown,"WL_COMET",-10000;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"WL_JACKFROST",20;
   bonus2 bSkillAtk,"WL_COMET",20;
}