Rekenber Guard Card, карта (Renewal)

Rekenber Guard Card (REKEN_GUARD_CARD) – карта.

Rekenber Guard Card, карта (Renewal)

ATK + 5%.
------------------------
When compounded on dagger, one-handed sword or two-handed sword, increase melee physical damage by 10%. and additional 2% per 3 refine rate of weapon.
------------------------
When base level is 200 or higher, increase melee physical damage by additional 3% per 3 refine rate of weapon.
------------------------
Compound on : Weapon

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

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

Скрипт

.@r = getrefine();
bonus bAtkRate,5;
if (getiteminfo(getequipid(EQI_HAND_R),11) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD || getiteminfo(getequipid(EQI_HAND_R),11) == W_DAGGER) {
   bonus bShortAtkRate,10+2*(.@r/3);
   if (BaseLevel>=200) {
      bonus bShortAtkRate,3*(.@r/3);
   }
}