Commander [2], посох (Renewal)

Commander [2] (LOCAL04_WAND) – оружие.

 

MATK + 180
A mechanical staff with the power to bring an end to a World.
------------------------
Reduces damage taken from players by 10%.
------------------------
Enables to use Blessing level 1.
------------------------
Each 1 refine level:
MaxHP + 2% , MaxSP + 2%,
MATK + 6%, Reduce after cast delay 1%

When refined to +5 or higher,
Reduce damage taken from longe-ranged attack by 5%.

When refined to +7 or higher,
Enables to use Blessing level equal to refine level Weapon (Max lv. 10).

When refined to +9 or higher,
Additional reduce damage taken from longe-ranged attack by 5%.

When refined to +10 or higher,
Reduce Fix cast time 70%.
------------------------

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

  • ID: 31434
  • Код: LOCAL04_WAND
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 3
  • Атака: 40
  • Магическая атака: 130
  •  
  • Требуемый уровень: 70
  • Профессии: acolyte, mage, monk, novice, priest, sage, super_novice, wizard
  • Вес: 80

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bMagicAddRace,RC_Plant,5;
bonus2 bMagicAddEle,Ele_Wind,5;
if (.@r>=7) {
   bonus2 bMagicAddRace,RC_Plant,5;
   bonus2 bMagicAddEle,Ele_Wind,5;
}
if (.@r>=9) {
   bonus2 bMagicAddRace,RC_Plant,10;
   bonus2 bMagicAddEle,Ele_Wind,10;
}