Glacier Flower Meow Power (Powerful), (Renewal)
Glacier Flower Meow Power (Powerful) (ICE_C_ORB_P_FULL) – карта.

Increases melee / long ranged physical damage and all property magical damage by 3%.
If refine rate is 7 or higher, increases melee / long ranged physical damage and all property magical damage by additional 3%.
If refine rate is 9 or higher, increases melee / long ranged physical damage and all property magical damage by additional 3%.
If grade of enchanted equipment is D or higher, increases melee / long ranged physical damage and all property magical damage by additional 3%.
If grade of enchanted equipment is C or higher, increases melee / long ranged physical damage and all property magical damage by additional 3%.
Базовые свойства предмета
- ID: 18595
- Код: ICE_C_ORB_P_FULL
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bLongAtkRate,3; bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; if (.@r>=7) { bonus bLongAtkRate,3; bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; if (.@r>=9) { bonus bLongAtkRate,3; bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; } } if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,3; bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; if (.@g>=ENCHANTGRADE_C) { bonus bLongAtkRate,3; bonus bShortAtkRate,3; bonus2 bMagicAtkEle,Ele_All,3; } }