Brutal Murderer Card, карта (Renewal)
Brutal Murderer Card (BRUTAL_MURDERER_CARD) – карта. Выпадает из монстров: Brutal Murderer.

ATK + 15.
------------------------
Increases physical damage against medium size enemies by 15%..
------------------------
If the user's base level is 200 or higher, increases physical damage against medium size enemies by additional 25%.
------------------------
When equipped with Bloody Murderer Card, increases physical damage against medium size enemies by additional 30%.
------------------------
Compound on : Weapon
Базовые свойства предмета
- ID: 16863
 - Код: BRUTAL_MURDERER_CARD
 - Тип: карта
 
- Вес: 1
 
Скрипт
bonus bBaseAtk,15;
bonus2 bAddSize,Size_Medium,15;
if (BaseLevel>=200) {
   bonus2 bAddSize,Size_Medium,25;
}