Addiction Wand [2]
550009 Ep172_1h_Foxtail
It was a common weed that grew in the mansion botanical garden,
but was terribly transformed by the magic interference device installed by the Illusionians.
Indestructible in battle
MATK +330
Magical attacks have a chance to recover 300SP per second for 5 seconds.
Decreases damage taken from Normal class by 15%.
For each 3 Refine Levels:
MATK +6
Decreases Variable Casting Time by 3%.
Refine Level +7:
Increases damage of Silvervine Stem Spear and Catnip Meteor by 15%.
Refine Level +9:
Decreases Catnip Meteor skill cooldown by 1.5 seconds.
Refine Level +11:
Increases damage of Silvervine Stem Spear and Catnip Meteor by additional 15%.
Type: One-Handed Staff
Attack: 280
Weight: 150
Weapon Level: 4
Requirement:
Base Level 150
Summoner (Doram)
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();
bonus bUnbreakableWeapon;
autobonus "{ bonus2 bSubClass,Class_Normal,15; bonus2 bSPRegenRate,300,1000; }",1,5000,BF_MAGIC;
bonus bVariableCastrate,-3*(.@r/3);
bonus bMatk,6*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"SU_SV_STEMSPEAR",15;
bonus2 bSkillAtk,"SU_CN_METEOR",15;
}
if (.@r>=9) {
bonus2 bSkillCooldown,"SU_CN_METEOR",-1500;
}
if (.@r>=11) {
bonus2 bSkillAtk,"SU_SV_STEMSPEAR",20;
bonus2 bSkillAtk,"SU_CN_METEOR",20;
}