Illusion Death Guidance [2], двуручный меч (Renewal)
Illusion Death Guidance [2] (DEATH_GUIDANCE_IL) – оружие.
![Illusion Death Guidance [2], двуручный меч (Renewal) Illusion Death Guidance [2], двуручный меч (Renewal)](/images/db/items/picture/600011.png)
Atk + 4 per refine rate.
If refine rate is 7 or higher, increases Storm Blast damage by 20%.
If refine rate is 9 or higher, when dealing physical damage, has a 3% chance to recover HP as 50 times of refine rate per second for 4 times.
If refine rate is 11 or higher, Cri + 15, increases critical damage by 15%.
When equipped with Illusion Chain Mail, Atk + 30.
If refine rate of each is 7 or higher, Cri + 5.
If the sum of refine rate is 18 or higher, increases Storm Blast damage by 20%.
If the sum of refine rate is 22 or higher, increases physical damage against water property enemies and fish race monsters by 15%.
Базовые свойства предмета
- ID: 31698
- Код: DEATH_GUIDANCE_IL
- Тип: оружие
- Подтип: двуручный меч
- Уровень оружия: 4
- Атака: 240
- Требуемый уровень: 120
- Профессии: crusader, knight, swordman
- Вес: 200
Скрипт
.@r = getrefine();
bonus bBaseAtk,4*.@r;
if (.@r>=7) {
bonus2 bSkillAtk,"RK_STORMBLAST",20;
}
if (.@r>=9) {
autobonus "{ bonus2 bHPRegenRate,getrefine()*50,1000; }",30,4000,BF_WEAPON;
}
if (.@r>=11) {
bonus bCritAtkRate,15;
bonus bCritical,15;
}