Automatic Orb(Drive Press), (Renewal)

Automatic Orb(Drive Press) (AUTOMATIC_ORB49) – карта.

Automatic Orb(Drive Press), (Renewal)

Earth Drive and Shield Press damage +15%
When refined to +7 or higher, Earth Drive and Shield Press damage +3% (Additional)
When refined to +11 or higher, Earth Drive and Shield Press damage +7% (Additional)

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

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

Скрипт

.@r = getrefine();
bonus2 bSkillAtk,"LG_EARTHDRIVE",15;
bonus2 bSkillAtk,"LG_SHIELDPRESS",15;
if (.@r>=9) {
   bonus2 bSkillAtk,"LG_EARTHDRIVE",3;
   bonus2 bSkillAtk,"LG_SHIELDPRESS",3;
   if (.@r>=11) {
      bonus2 bSkillAtk,"LG_EARTHDRIVE",7;
      bonus2 bSkillAtk,"LG_SHIELDPRESS",7;
   }
}