Wolf Orb (Reverb), (Renewal)
Wolf Orb (Reverb) (WOLF_ORB_SKILL_35) – карта.

Increases Reverberation damage by 15%, increases all property magical damage by 5%.
If refine rate is 7 or higher, increases Reverberation damage by additional 15%, increases all property magical damage by additional 5%.
If refine rate is 9 or higher, increases Reverberation damage by additional 15%, increases all property magical damage by additional 5%.
If refine rate is 11 or higher, increases Reverberation damage by additional 15%, increases all property magical damage by additional 10%.
Базовые свойства предмета
- ID: 17567
- Код: WOLF_ORB_SKILL_35
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine(); bonus2 bMagicAtkEle,Ele_All,5; bonus2 bSkillAtk,"WM_REVERBERATION",15; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,5; bonus2 bSkillAtk,"WM_REVERBERATION",15; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,5; bonus2 bSkillAtk,"WM_REVERBERATION",15; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_All,10; bonus2 bSkillAtk,"WM_REVERBERATION",15; } } }