Wrath Wheel [2], (Renewal)
Wrath Wheel [2] (EP172_BH_HUUMA) – оружие. Выпадает из монстров: Senior Papila Ruba, Broken Cleaner.
![Wrath Wheel [2], (Renewal) Wrath Wheel [2], (Renewal)](/images/db/items/picture/650003.png)
A big chunk of metal that came from somewhere in Barmund Mansion.
It has been horribly distorted by the magic-jamming device that Illusion has installed.
Indestructible.
Swirling Petal damage +15%.
ATK +6 and Variable Cast Time -2% for every 3 refine levels
When refined to +7 or higher, Cross Slash damage +15%.
When refined to +9 or higher, Swirling Petal cooldown -2 sec., Cross Slash cooldown -1 sec.
When refined to +11 or higher, Additional Swirling Petal and Cross Slash damage +20%.
ATK: 320 Property: Wind
Базовые свойства предмета
- ID: 31857
- Код: EP172_BH_HUUMA
- Тип: оружие
- Подтип:
- Уровень оружия: 4
- Атака: 320
- Требуемый уровень: 150
- Профессии: kagerou, ninja, oboro
- Вес: 180
Скрипт
.@r = getrefine(); bonus bAtkEle,Ele_Wind; bonus bUnbreakableWeapon; bonus2 bSkillAtk,"KO_HUUMARANKA",15; bonus bVariableCastrate,-2*(.@r/3); bonus bBaseAtk,6*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"KO_JYUMONJIKIRI",15; } if (.@r>=9) { bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-1000; bonus2 bSkillCooldown,"KO_HUUMARANKA",-2000; } if (.@r>=11) { bonus2 bSkillAtk,"KO_HUUMARANKA",20; bonus2 bSkillAtk,"KO_JYUMONJIKIRI",20; }