Mad Bunny [1], броня (Renewal)
Mad Bunny [1] (MAD_BUNNY_K_) – броня.
![Mad Bunny [1], броня (Renewal) Mad Bunny [1], броня (Renewal)](/images/db/items/picture/28902.png)
A rag doll that Piamette uses for both offense and defense. It looks so real and alive!
Required
Atk + 5%
Matk + 5%
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: 28054
- Код: MAD_BUNNY_K_
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 1
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 10
Скрипт
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;
}