Wolf Orb (Shooter) Level 2, (Renewal)
Wolf Orb (Shooter) Level 2 (WOLF_ORB_RAN_2) – карта.

Increases long ranged physical damage by 5%.
If refine rate is 7 or higher, increases long ranged physical damage by additional 3%.
If refine rate is 9 or higher, increases long ranged physical damage by additional 3%.
If refine rate is 11 or higher, increases long ranged physical damage by additional 5%.
Базовые свойства предмета
- ID: 17522
 - Код: WOLF_ORB_RAN_2
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bLongAtkRate,5;
if (.@r>=7) {
   bonus bLongAtkRate,3;
   if (.@r>=9) {
      bonus bLongAtkRate,3;
      if (.@r>=11) {
         bonus bLongAtkRate,5;
      }
   }
}