Illusion Doom Slayer [2], двуручный топор (Renewal)
Illusion Doom Slayer [2] (DOOM_SLAYER_IL) – оружие.
![Illusion Doom Slayer [2], двуручный топор (Renewal) Illusion Doom Slayer [2], двуручный топор (Renewal)](/images/db/items/picture/620010.png)
Can't be destroyed.
Reduces variable casting time by 5%, if base Str is 100 or higher, Atk + 75.
If refine rate is 7 or higher, reduces variable casting time by additional 10%.
If refine rate is 9 or higher, increases melee and long ranged physical damage by 15%, increases physical damage against all size enemies by 20%.
If refine rate is 11 or higher, reduces global cooldown by 10%.
When equipped with Illusion Chain Mail, Atk + 50, reduces global cooldown by 15%.
If refine rate of each is 7 or higher, increases attack speed (reduces delay after attack by 15%).
If the sum of refine rate is 18 or higher, increases physical damage against all race monsters by 20%.
If the sum of refine rate is 22 or higher, Atk + 15%, reduces variable casting time by 10%.
Базовые свойства предмета
- ID: 31771
- Код: DOOM_SLAYER_IL
- Тип: оружие
- Подтип: двуручный топор
- Уровень оружия: 4
- Атака: 250
- Требуемый уровень: 120
- Профессии: alchemist, blacksmith
- Вес: 700
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
if (readparam(bStr)>=100) {
bonus bBaseAtk,75;
}
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bAddSize,Size_All,20;
bonus bLongAtkRate,15;
bonus bShortAtkRate,15;
if (.@r>=11) {
bonus bDelayrate,-10;
}
}
}
bonus bVariableCastrate,-5;