Wolf Orb (Vit) Level 3, (Renewal)
Wolf Orb (Vit) Level 3 (WOLF_ORB_VIT_3) – карта.

Vit + 3.
If refine rate is 7 or higher, additional Vit + 1.
If refine rate is 9 or higher, additional Vit + 1.
If refine rate is 11 or higher, additional Vit + 2, reduces global cooldown by 3%.
Базовые свойства предмета
- ID: 17511
- Код: WOLF_ORB_VIT_3
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine();
bonus bVit,3;
if (.@r>=7) {
bonus bVit,1;
if (.@r>=9) {
bonus bVit,1;
if (.@r>=11) {
bonus bDelayrate,-3;
bonus bVit,2;
}
}
}