Electric Fox-OS [2], посох (Renewal)
Electric Fox-OS [2] (ELECTRICFOX_OS) – оружие.
![Electric Fox-OS [2], посох (Renewal) Electric Fox-OS [2], посох (Renewal)](/images/db/items/picture/26164.png)
A foxtail-shaped machine that consists of numerous cables.
These ultra-thin cables sometimes rub against each other and generate dangerous static electricity.
This item is indestructible in battle.
Matk +350
Matk +5%
If upgrade level is +7 or higher,
Increases damage dealt by Silvervine Stem Spear by an additional 20%.
If upgrade level is +9 or higher,
Reduces the variable casting time of skills by 10%.
Increases Earth, Fire, Water, Wind, Ghost, and Neutral Magic damage on targets by/by an additional 15%.
If upgrade level is +11 or higher,
Increases damage dealt by Catnip Meteor by an additional 30%.
Скрипт
bonus bUnbreakableWeapon; bonus bMatkRate,5; .@r = getrefine(); if (.@r>=7) { bonus2 bSkillAtk,"SU_SV_STEMSPEAR",20; } if (.@r>=9) { bonus bVariableCastrate,-10; bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAtkEle,Ele_Ghost,15; bonus2 bMagicAtkEle,Ele_Neutral,15; } if (.@r>=11) { bonus2 bSkillAtk,"SU_CN_METEOR",30; }