Stem Whip [1], кнут (Renewal)
Stem Whip [1] (STEM_WHIP) – оружие. Выпадает из монстров: Dolomedes Ringleader, Trentini, Dolomedes.
![Stem Whip [1], кнут (Renewal) Stem Whip [1], кнут (Renewal)](/images/db/items/picture/1984.png)
A flexible whip made of renovated plant stem.
Magic Property: Neutral
Reduces the variable casting time of Swing Dance and Deep Sleep Lullaby by 2 seconds.
Reduces the SP cost of Swing Dance and Deep Sleep Lullaby by 4 per upgrade level of the item past the upgrade level of 5.
Скрипт
.@r = getrefine(); if (.@r>5) { bonus2 bSkillUseSP,"WA_SWING_DANCE",(.@r-5)*4; bonus2 bSkillUseSP,"WM_LULLABY_DEEPSLEEP",(.@r-5)*4; } bonus2 bSkillVariableCast,"WA_SWING_DANCE",-2000; bonus2 bSkillVariableCast,"WM_LULLABY_DEEPSLEEP",-2000;