Blue Flame Cane [2], двуручный посох (Renewal)
Blue Flame Cane [2] (STAFF_OF_BLUE_FLAME) – оружие. Выпадает из монстров: Corrupted Spider Queen.
![Blue Flame Cane [2], двуручный посох (Renewal) Blue Flame Cane [2], двуручный посох (Renewal)](/images/db/items/picture/2049.png)
Two-handed Rod that contains the essense of fire and water elements.
Can not be destroyed.
INT + 7, MATK + 300.
Increase MATK + 1% per 2 refine rates
If refined to +7 or higher, increase fire, earth, water, holy magic damage by 5%.
If refined to +9 or higher, increase fire, earth, water, holy magic damage by 10%.
If refined to +11 or higher, reduce damage from all size monsters by 20%.
If refined to +13 or higher, reduce delay after skill by 15%.
Базовые свойства предмета
- ID: 21410
- Код: STAFF_OF_BLUE_FLAME
- Тип: оружие
- Подтип: двуручный посох
- Уровень оружия: 4
- Атака: 110
- Магическая атака: 300
- Требуемый уровень: 175
- Профессии: acolyte, mage, monk, priest, sage, soul_linker, wizard
- Цена покупки: 50 000 з
- Цена продажи: 25 000 з
- Вес: 80
Скрипт
.@r = getrefine(); bonus bInt,7; bonus bMatkRate,.@r/2; bonus bUnbreakableWeapon; if (.@r>=9) .@val = 15; else if (.@r>=7) .@val = 5; if (.@r>=11) bonus2 bSubSize,Size_All,20; if (.@r>=13) bonus bDelayrate,-15; bonus2 bMagicAtkEle,Ele_Fire,.@val; bonus2 bMagicAtkEle,Ele_Earth,.@val; bonus2 bMagicAtkEle,Ele_Water,.@val; bonus2 bMagicAtkEle,Ele_Holy,.@val;