Evil's Whisper [1], броня (Renewal)
Evil's Whisper [1] (AEGIS_400396) – броня.
A beautiful demon horn.
It's decorated with ornamental ribbons.
------------------------
ASPD + 10%.
------------------------
For every base level, increase Meteor Assault damage by 1%, up to level 210.
------------------------
For every refine level, reduce after cast delay by 3%, up to refine level +12.
------------------------
When refined to +11 or higher, increase Soul Destroyer damage by 1% and Meteor Assault damage by additional 1% per base level, up to level 210.
------------------------
When refined to +12 or higher, increase Soul Destroyer and Meteor Assault damage by additional 1% per base level, up to level 210.
------------------------
When learned Weapon Blocking Lv 5, reduce after cast delay by 20%.
------------------------
When learned Weapon Crush Lv 5, increase physical damage against all property enemies by 25%.
------------------------
When learned Counter Slash Lv 10, ATK + 25%
------------------------
When learned Hallucination Walk Lv 5, reduce damage taken from normal and boss monsters by 20%.
------------------------
Def : 10
Базовые свойства предмета
- ID: 29461
- Код: AEGIS_400396
- Тип: броня
- Уровень брони: 1
- Защита: 10
- Требуемый уровень: 100
- Вес: 50
Скрипт
.@r = getrefine(); .@b = BaseLevel; if (.@r>=9) { .@b *=3; bonus2 bSkillAtk,"ASC_BREAKER",BaseLevel*2; } else if (.@r>=7) { .@b *=2; bonus2 bSkillAtk,"ASC_BREAKER",BaseLevel; } bonus bMdef,10; bonus bAspdRate,10; bonus bDelayrate,-3*.@r; bonus2 bSkillAtk,"ASC_METEORASSAULT",.@b; if (getskilllv("GC_WEAPONCRUSH") == 5) bonus2 bAddEle,Ele_All,25; if (getskilllv("GC_WEAPONBLOCKING") == 5) bonus bDelayrate,-20; if (getskilllv("GC_COUNTERSLASH") == 10) bonus bWeaponAtkRate,25; if (getskilllv("GC_HALLUCINATIONWALK") == 5) { bonus2 bSubClass,Class_Normal,20; bonus2 bSubClass,Class_Boss,20; }