Combat Knife, кинжал (Renewal)
Combat Knife (COMBAT_KNIFE_C) – оружие.

A military combat knife designed for killing humanoids.
Account Bound
Reduces damage from and increases tolerance to Demihuman monsters by 10%
Reduces damage from and increases tolerance to Human Player monsters by 10%
Increases damage inflicted by Devil monsters by 10%.
Restores 3 SP when hitting a monster.
Max SP +10%.
Базовые свойства предмета
- ID: 23467
- Код: COMBAT_KNIFE_C
- Тип: оружие
- Подтип: кинжал
- Уровень оружия: 4
- Атака: 129
- Требуемый уровень: 1
- Профессии: alchemist, archer, assassin, bard, blacksmith, crusader, dancer, hunter, kagerou, knight, mage, merchant, ninja, oboro, rogue, sage, soul_linker, swordman, thief, wizard
- Цена покупки: 1 з
- Вес: 1
Скрипт
bonus bIgnoreDefRace,RC_DemiHuman;
bonus bIgnoreDefRace,RC_Player_Human;
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus2 bSubRace,RC_Demon,-10;
bonus bMaxSPrate,10;
bonus bSPDrainValue,3;
if (vip_status(VIP_STATUS_ACTIVE)) {
bonus bBaseAtk,10;
bonus bMatk,10;
}