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

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

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

A sword with a blue flame when pulled out of a sword.
Started to show off his natural abilities with a more intense flame.
It seems to resonate with the boots of the great hero.

ATK +15 per 2 refine rates
Increase ranged physical damage 4% per 3 refine rates.
When refined to +7 or higher, reduce SP consump tion of Cart Cannon by 10%, reduce variable casting by 7%.
When refined to +9 or higher, increase damage of Cart Cannon by 20%
When refined to +11 or higher, increase damage of Acid Demonstration by 10%, reduce variable casting by 5%.
When equipped with Great Hero's Boots, DEX +10, increase ranged physical damage by 5%.

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

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

Скрипт

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