
Sealed Magic Sword
ID 13460Arma2 slotsrefinable
Descripción
A magic sword sealed with powerful seal.
It's not easy to draw the true power of this sword.
MaxSP -100
Random chance to auto-cast Level 5 Fire Bolt when dealing physical damage.
Refine Level +7:
MATK +85
MaxSP +50
Refine Level +10:
ASPD +1
MATK +45
MaxSP +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_Magic_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();
.@sp = -100;
bonus3 bAutoSpell,"MG_FIREBOLT",5,100;
if (.@r >= 7) {
.@sp += 50;
.@matk = 85;
if (.@r >= 10) {
bonus bAspd,1;
.@sp += 50;
.@matk += 45;
}
bonus bMatk,.@matk;
}
bonus bMaxSP,.@sp;