Sura Rampage [1], кастет (Renewal)
Sura Rampage [1] (SURA_RAMPAGE) – оружие. Выпадает из монстров: Swift Angra Mantis, Elusive Angra Mantis, Chen, Angra Mantis.
![Sura Rampage [1], кастет (Renewal) Sura Rampage [1], кастет (Renewal)](/images/db/items/picture/1830.png)
A knuckle engraved with splendid patterns of a bronze dragon.
Property: Neutral
Required
Increases the damage of Earth Shaker and Sky Blow by 20%.
Increases the SP cost of Earth Shaker and Sky Blow by 5%.
Max SP - 1% per upgrade level of the item past the upgrade level of 6.
Скрипт
bonus2 bSkillAtk,"SR_EARTHSHAKER",20;
bonus2 bSkillAtk,"SR_SKYNETBLOW",20;
bonus bUseSPrate,5;
.@r = getrefine();
if (.@r>6) {
bonus bUseSPrate,-1*(.@r-6);
}


