Unidentified Creature card, карта (Renewal)
Unidentified Creature card (MD_AIRBOAT_CARD7) – карта.

Every 2 refine level, increase melee physical damage by 1%.
------------------------
When compounded on two-handed sword or two-handed axe, increases melee physical damage by additional 10%, ASPD + 1.
------------------------
Compound on : Weapon
Базовые свойства предмета
- ID: 16803
 - Код: MD_AIRBOAT_CARD7
 - Тип: карта
 
- Вес: 1
 
Скрипт
if (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) {
   bonus bShortAtkRate,10+(getrefine()/2);
   bonus bAspd,1;
}