Wolf Orb (Warrior) Level 1, (Renewal)
Wolf Orb (Warrior) Level 1 (WOLF_ORB_WAR_1) – карта.

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