
Sealed Maximum Sword
ID 13462Arma2 slotsrefinable
Descripción
A maximum sword sealed with powerful seal.
It's not easy to draw the true power of this sword.
MaxHP -1000
Random chance to auto-cast Level 5 Cold Bolt when dealing physical damage.
Refine Level +7:
ATK +65
MaxHP +500
Refine Level +10:
ASPD +1
ATK +45
MaxHP +500
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_Max_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();
.@hp = -1000;
bonus3 bAutoSpell,"MG_COLDBOLT",5,100;
if (.@r >= 7) {
.@atk = 65;
.@hp += 500;
if (.@r >= 10) {
bonus bAspd,1;
.@atk += 45;
.@hp += 500;
}
bonus bBaseAtk,.@atk;
}
if (.@hp) {
bonus bMaxHP,.@hp;
}