Pollux Book [1], книга (Renewal)

Pollux Book [1] (POLLUX_BOOK_J) – оружие.

 

A magic book used by Glastheim scholars.
It's an ordinary weapon with no special features, but it's influenced by Himelmez and has magical energy.
------------------------
Can't be destroyed,
Matk + 170, increases wind and water property magical damage by 5%.
Matk + 4 per refine rate.
------------------------
If refine rate is 9 or higher, increases Varetyr Spear and Diamond Dust damage by 20%.
------------------------
If refine rate is 11 or higher, increases magical damage against undead and angel race monsters by 20%.
------------------------
Set Bonus
Royal Sage Book
King Schmidt's Suit
King Schmidt's Manteau

Matk + 30,
Has a chance to gain bonus water and wind property magical damage by 10% for 10 seconds when dealing magical damage.

If the sum of refine rate of set is 30 or higher, increases magical damage against holy and undead property enemies by 20%.
------------------------
Weapon Lv : 4

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

  • ID: 28000
  • Код: POLLUX_BOOK_J
  • Тип: оружие
  • Подтип: книга
  • Уровень оружия: 4
  • Атака: 10
  •  
  • Профессии: priest, sage, star_gladiator
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,50+BaseLevel;
bonus bAspdRate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Star_Gladiator) {
   bonus bAtkRate,50;
   bonus bSPDrainValue,2;
   bonus2 bSubClass,Class_Boss,10;
   autobonus "{ bonus bBaseAtk,150; }",20,3000,BF_WEAPON;
   if (.@r >=7) {
      .@val = 50;
      if (.@r>=9)
          .@val = 50;
      bonus2 bIgnoreDefRaceRate,RC_All,.@val;
   }
}