Hardrock Titan Card, карта (Renewal)

Hardrock Titan Card (HARDROCK_TITAN_CARD) – карта.

Hardrock Titan Card, карта (Renewal)

Atk + 5%.
If refine rate is 7 or higher, increases physical damage against earth property enemies by 10%.
If refine rate is 9 or higher, increases physical damage against earth property enemies by additional 7%.
Compound on: Shoes

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

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

Скрипт

.@r = getrefine();
bonus bAtkRate,5;
if (.@r>=7) {
   bonus2 bAddEle,Ele_Earth,10;
   if (.@r>=9) {
      bonus2 bAddEle,Ele_Earth,7;
   }
}