Hell Tornado Booster Sword, одноручный меч (Renewal)
Hell Tornado Booster Sword (HS_T_SWORD) – оружие.

Can't be refined by normal means.
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 melee physical damage by 2% per each level of Sword Training user learned.
If refine rate is 9 or higher, reduces global cooldown by 5%, increases Hell Plant and Cart Tornado damage by 25%.
If refine rate is 11 or higher, reduces global cooldown by additional 10%, increases physical damage against all size enemies by 20%.
If refine rate is 13 or higher, increases Hell Plant and Cart Tornado damage by additional 15%.
Базовые свойства предмета
- ID: 31160
 - Код: HS_T_SWORD
 - Тип: оружие
 - Подтип: одноручный меч
 - Уровень оружия: 4
 - Атака: 190
 - Требуемый уровень: 100
 - Профессии: alchemist
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bAtkRate,2;
bonus bBaseAtk,3*.@r;
bonus bBaseAtk,3*(min(BaseLevel,195)/15);
if (.@r>=7) {
   bonus bShortAtkRate,2*getskilllv("GN_TRAINING_SWORD");
}
if (.@r>=9) {
   bonus bDelayrate,-5;
   bonus2 bSkillAtk,"GN_CART_TORNADO",25;
   bonus2 bSkillAtk,"GN_HELLS_PLANT",25;
}
if (.@r>=11) {
   bonus2 bAddSize,Size_All,20;
   bonus bDelayrate,-10;
}
if (.@r>=13) {
   bonus2 bSkillAtk,"GN_CART_TORNADO",15;
   bonus2 bSkillAtk,"GN_HELLS_PLANT",15;
}