Red Lotus Sword [2], одноручный меч (Renewal)

Red Lotus Sword [2] (SWORD_OF_BLUEFIRE) – оружие.

Red Lotus Sword [2], одноручный меч (Renewal)

Glows blue when unsheathed.
It seems to resonate with Ancient Hero Boots.
Every 2 Refine level ATK +10
Every 3 Refine level distance physical damage power increased by 4%
When Refine level is 9, Cart Cannon SP usage lowered by 10%
When Refine level is 11, Card Cannon damage increased by 15%
When equipped together with Ancient Hero Boots and attacking with physical attacks, with a fixed rate (3%) for 7s DEX +20, distance physical attack power increased by +10%
Weapon Lv : 4
Required Lv : 100
Required

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

  • ID: 23755
  • Код: SWORD_OF_BLUEFIRE
  • Тип: оружие
  • Подтип: одноручный меч
  • Уровень оружия: 4
  • Атака: 180
  •  
  • Требуемый уровень: 100
  • Профессии: alchemist
  • Цена покупки: 1 з
  • Вес: 80

Скрипт

.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus bLongAtkRate,4*(.@r/3);
if (.@r>=9) {
   bonus2 bSkillUseSPrate,"GN_CARTCANNON",10;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"GN_CARTCANNON",15;
}