Wickebine's Black Cat Ears-LT [1], броня (Renewal)
Wickebine's Black Cat Ears-LT [1] (WHIKEBAIN_EARS_K_LT) – броня.
![Wickebine's Black Cat Ears-LT [1], броня (Renewal) Wickebine's Black Cat Ears-LT [1], броня (Renewal)](/images/db/items/picture/400153.png)
Flee + 20.
Increases critical damage by 15%, increases all property magical damage by 15%.
If the user's base level is 210 or higher, P.Atk + 2, S.Matk + 2.
Has a high chance to gain Cri + 30 for 10 seconds when dealing physical damage.
Has a high chance to ignore magical defense of all race monsters (except players) by 100% for 10 seconds when dealing magical damage.
If refine rate is 7 or higher, increases critical damage and all property magical damage by additional 10%.
If refine rate is 9 or higher, Atk/Matk + 5%.
If refine rate is 11 or higher, reduces global cooldown by 5%.
[Bonus by grade]
[Grade D] If refine rate is 11 or higher, reduces global cooldown by additional 5%.
[Grade C] P.Atk + 2, S.Matk + 2.
[Grade B] If refine rate is 12 or higher, reduces fixed casting time by 0.5 seconds.
Базовые свойства предмета
- ID: 29273
- Код: WHIKEBAIN_EARS_K_LT
- Тип: броня
- Уровень брони: 2
- Требуемый уровень: 150
- Вес: 20
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bFlee,20; bonus2 bMagicAtkEle,Ele_All,15; bonus bCritAtkRate,15; if (BaseLevel>=210) { bonus bPAtk,2; bonus bSMatk,2; } if (.@r>=7) { bonus bCritAtkRate,10; bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=9) { bonus bAtkRate,5; bonus bMatkRate,5; if (.@r>=11) { bonus bDelayrate,-5; } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus bDelayrate,-5; } } if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,2; bonus bSMatk,2; if (.@g >= ENCHANTGRADE_B) { if (.@r>=12) { bonus bFixedCast,-500; } } } autobonus "{ bonus bCritical,30; }",1,10000,BF_WEAPON; autobonus "{ bonus2 bIgnoreMdefRaceRate,RC_All,100; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-100; bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-100; }",1,10000,BF_MAGIC;