Base de datos de items/Sealed Evil Sword
Sealed Evil Sword

Sealed Evil Sword

ID 13461Arma2 slotsrefinable

Descripción

An evil sword sealed with powerful seal.

It's not easy to draw the true power of this sword.


DEF -50

MDEF -10


Random chance to auto-cast Level 5 Frost Nova when dealing physical damage.


Refine Level +7:

Critical +30

MDEF +10


Refine Level +10:

ASPD +1

Critical +20

DEF +50


Type: One-Handed Sword

Attack: 100

Weight: 150

Weapon Level: 4

Can be enchanted by:

<NAVI>[Mayomayo]<INFO>malangdo,213,167,0,100,0,0</INFO></NAVI>


Requirement:

Base Level 100

3rd classes of Swordsman, Merchant and Thief

Quién lo deja caer

Propiedades básicas

Identificador
Sealed_Evil_Sword
Peso
150.0
Slots
2

Estadísticas de combate

Ataque
100
Rango
1
Nivel de arma
4

Requisitos

Nivel mínimo
100
Profesiones
Swordman, Merchant, Thief, Knight, Blacksmith, Assassin, Crusader, Rogue, Alchemist
Tipo de personaje
Transclase, Tercera clase, Tercera transclase, Tercera baby, Cuarta clase
Posición
Mano derecha
Script del item
.@r = getrefine();
.@def = -50;
.@mdef = -10;
bonus3 bAutoSpell,"WZ_FROSTNOVA",5,100;
if (.@r >= 7) {
   .@crit = 30;
   .@mdef += 10;
   if (.@r >= 10) {
      bonus bAspd,1;
      .@crit += 20;
      .@def += 50;
   }
   bonus bCritical,.@crit;
}
bonus bDef,.@def;
bonus bMdef,.@mdef;