Wolf Orb (Above All) Level 1, (Renewal)
Wolf Orb (Above All) Level 1 (WOLF_ORB_ABOVE_1) – карта.

Reduces physical and magical damage taken from normal and boss enemies by 3%.
If refine rate is 7 or higher, reduces physical and magical damage taken from all property enemies by 3%.
If refine rate is 9 or higher, reduces physical and magical damage taken from all size enemies by 3%.
If refine rate is 11 or higher, reduces physical and magical damage taken from all race monsters (except players) by 3%.
Базовые свойства предмета
- ID: 17596
- Код: WOLF_ORB_ABOVE_1
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine(); bonus2 bSubClass,Class_Normal,3; bonus2 bSubClass,Class_Boss,3; if (.@r>=7) { bonus2 bSubEle,Ele_All,3; if (.@r>=9) { bonus2 bSubSize,Size_All,3; if (.@r>=11) { bonus2 bSubRace,RC_All,3; bonus2 bSubRace,RC_Player_Human,-3; bonus2 bSubRace,RC_Player_Doram,-3; } } }