Creative of Varmundt Lv1, (Renewal)

Creative of Varmundt Lv1 (BARMUND_CRT1) – карта.

Creative of Varmundt Lv1, (Renewal)

CRT + 1.
Atk + 3, P.Atk + 1 and increases critical damage by 3% per 20 base CRT of the user.
If the enchanted equipment is grade D, additional P.Atk + 1 per 20 base CRT.
If the enchanted equipment is grade C, additional P.Atk + 1 per 20 base CRT.
If the enchanted equipment is grade B, additional P.Atk + 1 per 20 base CRT.
If the enchanted equipment is grade A, additional P.Atk + 1 per 20 base CRT.

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

  • ID: 17841
  • Код: BARMUND_CRT1
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@param = (readparam(bCrt)/20);
.@g = getenchantgrade();
bonus bCrt,1;
bonus bCritAtkRate,3*.@param;
bonus bPAtk,.@param;
bonus bBaseAtk,3*.@param;
if (.@g >= ENCHANTGRADE_D) {
   bonus bPAtk,.@param;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bPAtk,.@param;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bPAtk,.@param;
         if (.@g >= ENCHANTGRADE_A) {
            bonus bPAtk,2*.@param;
         }
      }
   }
}