Patent Freedom Stick [2], посох (Renewal)
Patent Freedom Stick [2] (UP_FREEDOM_STICK) – оружие.
![Patent Freedom Stick [2], посох (Renewal) Patent Freedom Stick [2], посох (Renewal)](/images/db/items/picture/550081.png)
One-handed cane used by a hero who was not bound by any form]
The power of ancient times has gathered and started to show off their original abilities.
It seems to resonate with the boots of the great hero.
Cannot be destroyed.
MATK + 200.
MATK + 15 per 2 refine rates.
Increase damage of Heavens Drive by 30% per 3 refine rates.
When refined to +7 or higher, increase magic damage to all property monsters by 15%, can use Psychic Wave slv5.
When refined to +9 or higher, increase damage of Psychic wave by 10%, reduce variable casting by 10%.
When refined to +11 or higher, increase magic damage of Earth, Neutral property by 10%, reduce variable casting by 5%.
When equipped with Great Hero's Boots, INT + 10, MATK + 7%.
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatk,15*(.@r/2);
bonus2 bSkillAtk,"WZ_HEAVENDRIVE",30*(.@r/3);
if (.@r>=7) {
skill "SO_PSYCHIC_WAVE",5;
bonus2 bMagicAddEle,Ele_All,15;
if (.@r>=9) {
bonus bVariableCastrate,-10;
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",10;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Neutral,10;
bonus2 bMagicAtkEle,Ele_Earth,10;
bonus bVariableCastrate,-5;
}
}
}