Cursed Mad Bunny, броня (Renewal)
Cursed Mad Bunny (MAD_BUNNY_K) – броня.

A rag doll that Piamette uses for both offense and defense. It looks so real and alive!
Atk + 5%
Matk + 5%
Aspd + 3
Reflects 10% of the received short-ranged damage back to the attacker.
Adds a 10% chance of casting Level 8 Magic Mirror on the user when receiving a magical attack that lasts for 2 seconds.
If upgrade level is +7 or higher,
Atk + 5
Matk + 5
If upgrade level is +9 or higher,
Additional Atk + 15
Additional Matk + 15
If upgrade level is +12 or higher,
Crit + 10
The users casting cannot be interrupted outside of WoE.
Базовые свойства предмета
- ID: 28053
- Код: MAD_BUNNY_K
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 1
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 10
Скрипт
bonus bAspd,3;
bonus bAtkRate,5;
bonus bMatkRate,5;
bonus bShortWeaponDamageReturn,10;
bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",8,100,BF_MAGIC,0;
.@r = getrefine();
if (.@r>=7) {
bonus bBaseAtk,5;
bonus bMatk,5;
}
if (.@r>=9) {
bonus bBaseAtk,15;
bonus bMatk,15;
}
if (.@r>=12) {
bonus bCritical,10;
bonus bNoCastCancel;
}