Safety Saber [2], одноручный меч (Renewal)

Safety Saber [2] (EIN_1HSWORD) – оружие.

Safety Saber [2], одноручный меч (Renewal)

A sword used for lighting up the shaft and self-protection in a mine.
It glitters if there is something dangerous nearby.


ATK +10%.
Cart Cannon damage +10%.
When refined to +7 or higher, ATK +40, Variable Cast Time -10%.
When refined to +9 or higher, Additional Cart Cannon damage +15%, Long-ranged DMG +7%.
When refined to +11 or higher, After-cast delay -20%.

Базовые свойства предмета

  • ID: 29150
  • Код: EIN_1HSWORD
  • Тип: оружие
  • Подтип: одноручный меч
  • Уровень оружия: 4
  • Атака: 200
  •  
  • Требуемый уровень: 170
  • Профессии: alchemist
  • Вес: 250

Скрипт

.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"GN_CARTCANNON",10;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   bonus bBaseAtk,40;
}
if (.@r>=9) {
   bonus bLongAtkRate,5;   /* note: 7 in description */
   bonus2 bSkillAtk,"GN_CARTCANNON",15;
}
if (.@r>=11) {
   bonus bDelayrate,-20;
}