Gluttony Stick [2]
530002 Ep172_1h_Spear
G
A nicely decorated spear from the Varmundt's Mansion.
It was terribly transformed by the magic interference device installed by the Illusionians.
MATK +200
Increases damage of Genesis Ray by 10%.
For each 3 Refine Levels:
MATK +12
Refine Level +7:
Increases damage of Genesis Ray by additional 10%.
Refine Level +9:
Decreases Variable Casting Time by 10%.
Refine Level +11:
Increases damage of Genesis Ray by additional 15%.
Type: One-Handed Spear
Attack: 190
Weight: 200
Weapon Level: 4
Requirement:
Base Level 150
Royal Guard
ATK190
MATK200
Rango3
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,"LG_RAYOFGENESIS",10;
bonus bMatk,12*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"LG_RAYOFGENESIS",10;
}
if (.@r>=9) {
bonus bVariableCastrate,-10;
}
if (.@r>=11) {
bonus2 bSkillAtk,"LG_RAYOFGENESIS",15;
}