Wolf Orb (Dex) Level 2, (Renewal)
Wolf Orb (Dex) Level 2 (WOLF_ORB_DEX_2) – карта.

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