Acid Cannon Booster Club, булава (Renewal)
Acid Cannon Booster Club (AC_B_CLUB) – оружие.

Can't be refined by normal means.
Can't be destroyed.
Atk + 2%.
Atk + 3 per refine rate.
Atk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, increases long ranged physical damage by 2% per each level of Potion Research user learned.
If refine rate is 9 or higher, reduces variable casting time by 10%, increases Acid Bomb and Cart Cannon damage by 25%.
If refine rate is 11 or higher, reduces global cooldown by 10%, increases physical damage against all size enemies by 20%.
If refine rate is 13 or higher, increases Acid Bomb and Cart Cannon damage by additional 15%.
Скрипт
.@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,2; bonus bBaseAtk,3*.@r+3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bLongAtkRate,2*getskilllv("AM_LEARNINGPOTION"); } if (.@r>=9) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",25; bonus2 bSkillAtk,"GN_CARTCANNON",25; } if (.@r>=11) { bonus2 bAddSize,Size_All,20; bonus bDelayrate,-10; } if (.@r>=13) { bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",15; bonus2 bSkillAtk,"GN_CARTCANNON",15; }