Rune of Strength_Lv 3, (Renewal)

Rune of Strength_Lv 3 (NEEV_STR_3) – карта.

Rune of Strength_Lv 3, (Renewal)

If upgrade level is +7 or higher,
Str + 7
If upgrade level is +12 or higher,
Additional Str + 1
Atk + 8%
If upgrade level is +13 or higher,
Additional Str + 1
Additional Atk + 2%

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

  • ID: 13311
  • Код: NEEV_STR_3
  • Тип: карта
  • Подтип:
  •  
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 1

Скрипт

.@r = getrefine();
if (.@r>=7) {
   bonus bStr,7;
   if (.@r>=12) {
      bonus2 bAddRace,RC_All,8;
      bonus bStr,1;
      if (.@r>=13) {
         bonus2 bAddRace,RC_All,2;
         bonus bStr,1;
      }
   }
}