Wolf Orb (Dex) Level 3, (Renewal)
Wolf Orb (Dex) Level 3 (WOLF_ORB_DEX_3) – карта.

Dex + 3.
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 3%.
Базовые свойства предмета
- ID: 17508
- Код: WOLF_ORB_DEX_3
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine();
bonus bDex,3;
if (.@r>=7) {
bonus bDex,1;
if (.@r>=9) {
bonus bDex,1;
if (.@r>=11) {
bonus bLongAtkRate,3;
bonus bDex,2;
}
}
}