Regenschirm Scientist Card, карта (Renewal)

Regenschirm Scientist Card (REGEN_SCIENTIST_CARD) – карта.

Regenschirm Scientist Card, карта (Renewal)

MATK + 5%.
------------------------
When compounded on two-handed staff, increase all property magical damage by 10% and additional 2% per 3 refine rate of weapon,
------------------------
When base level is 200 or higher, increase all property magical damage by additional 3% per 3 refine rate of weapon.
------------------------
Compound on : Weapon

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

  • ID: 16887
  • Код: REGEN_SCIENTIST_CARD
  • Тип: карта
  •  
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMatkRate,5;
if (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {
   bonus2 bMagicAtkEle,Ele_All,10+2*(.@r/3);
   if (BaseLevel>=200 && eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) {
      bonus2 bMagicAtkEle,Ele_All,3*(.@r/3);
   }
}