Mental Stick [1], посох (Renewal)
Mental Stick [1] (MENTAL_STICK) – оружие. Выпадает из монстров: Celia Ringleader, Fruits Pom Spider, Celia, Pom Spider.
![Mental Stick [1], посох (Renewal) Mental Stick [1], посох (Renewal)](/images/db/items/picture/1654.png)
A staff which converts elemental power into psychic energy.
Magic Property: Neutral
Reduces the variable casting time of Psychic Wave by 3%.
Increases the SP cost of Psychic Wave by 60.
Max HP - 2% per upgrade level of the item past the upgrade level of 5
Increases the damage of Psychic Wave by 2% per upgrade level of the item past the upgrade level of 5.
Drains 100 SP from the user when the item is unequipped.
Скрипт
.@r = getrefine(); if (.@r>5) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",(.@r-6)*2; bonus bMaxHPrate,-(.@r-6)*2; } bonus2 bSkillVariableCast,"SO_PSYCHIC_WAVE",-3000; bonus2 bSkillUseSP,"SO_PSYCHIC_WAVE",-60;
Скрипт при снятии
heal 0,-100;