Modification Orb (Above All), (Renewal)
Modification Orb (Above All) (IMPROVE_ORB_ABOVE) – карта.

Reduces damage taken from physical and magical attacks of all property enemies by 5%.
If upgrade level is +7 or higher, reduces damage taken from physical and magical attacks of all size enemies by 5%.
If upgrade level is +9 or higher, reduces damage taken from physical and magical attacks of all race enemies by 5% (Players excluded).
Базовые свойства предмета
- ID: 16550
- Код: IMPROVE_ORB_ABOVE
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine();
bonus2 bSubEle,Ele_All,5;
if (.@r>=7) {
bonus2 bSubSize,Size_All,5;
if (.@r>=9) {
bonus2 bSubRace,RC_All,5;
bonus2 bSubRace,RC_Player_Human,-5;
bonus2 bSubRace,RC_Player_Doram,-5;
}
}