Wolf Orb (Vit) Level 2, (Renewal)
Wolf Orb (Vit) Level 2 (WOLF_ORB_VIT_2) – карта.

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