Shield Shooting Tuning Device, (Renewal)

Shield Shooting Tuning Device (GEAR_IG1) – карта.

Shield Shooting Tuning Device, (Renewal)

Increases Shield Shooting damage by 10%.
[Bonus by grade of weapon]
[Grade D] Increases Shield Shooting damage by additional 4%.
[Grade C] Increases physical damage against all size enemies by 10%.
[Grade B] Increases Shield Shooting damage by additional 5%.
[Grade A] Increases Shield Shooting damage by additional 7%.

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

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

Скрипт

.@g = getenchantgrade();
bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",10;
if (.@g >= ENCHANTGRADE_D) {
  bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",4;
  if (.@g >= ENCHANTGRADE_C) {
    bonus2 bAddSize,Size_All,10;
    if (.@g >= ENCHANTGRADE_B) {
      bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",5;
      if (.@g >= ENCHANTGRADE_A) {
        bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",7;
      }
    }
  }
}