Wolf Orb (Warrior) Level 3, (Renewal)
Wolf Orb (Warrior) Level 3 (WOLF_ORB_WAR_3) – карта.

Atk + 6%, Atk + 100.
If refine rate is 7 or higher, increases melee physical damage by additional 5%.
If refine rate is 9 or higher, increases melee physical damage by additional 5%.
If refine rate is 11 or higher, increases melee physical damage by additional 5%.
Базовые свойства предмета
- ID: 17526
- Код: WOLF_ORB_WAR_3
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine();
bonus bAtkRate,6;
bonus bBaseAtk,100;
if (.@r>=7) {
bonus bShortAtkRate,5;
if (.@r>=9) {
bonus bShortAtkRate,5;
if (.@r>=11) {
bonus bShortAtkRate,5;
}
}
}