Invidia Bundle [2]
500008 Ep172_1h_Sword2
I
Scientific instrument that was kept in the Varmundt's Mansion.
It was terribly transformed by the magic interference device installed by the Illusionians.
Increases damage of Cart Tornado by 10%.
For each 3 Refine Levels:
ATK +12
Refine Level +7:
Increases damage of Cart Tornado by additional 15%.
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 10%).
Refine Level +11:
Increases damage of Cart Tornado by additional 25%.
Type: Sword
Attack: 210
Weight: 180
Weapon Level: 4
Requirement:
Base Level 150
Genetic
ATK210
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();
bonus2 bSkillAtk,"GN_CART_TORNADO",10;
bonus bBaseAtk,12*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"GN_CART_TORNADO",15;
}
if (.@r>=9) {
bonus bAspdRate,10;
}
if (.@r>=11) {
bonus2 bSkillAtk,"GN_CART_TORNADO",25;
}