Addiction Wand [2], посох (Renewal)
Addiction Wand [2] (EP172_1H_FOXTAIL) – оружие. Выпадает из монстров: Senior Special Alnoldi, Spell Addicted Dolor.
![Addiction Wand [2], посох (Renewal) Addiction Wand [2], посох (Renewal)](/images/db/items/picture/550009.png)
Once it was nothing but a weed growing in the mansion's botanical garden, but now
It has been horribly distorted by the magic-jamming device that Illusion has installed.
Indestructible.
MATK +330.
When dealing magic damage, create a chance of restoring 300 SP every second for 5 seconds, incoming damage -15% from Normal monsters.
MATK +6 and Variable Cast Time -3% for every 3 refine levels.
When refined to +7 or higher, Silvervine Stem Spear and Catnip Meteor damage +15%.
When refined to +9 or higher, Catnip Meteor cooldown -1.5 sec.
When refined to +11 or higher, Additional Silvervine Stem Spear and Catnip Meteor damage +20%.
ATK: 280
Скрипт
.@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;
}