Rebellion Elena Volkova Card, карта (Renewal)

Rebellion Elena Volkova Card (AEGIS_300487) – карта.

 

Increases melee physical damage by 10%.
Increases physical damage against small and large size enemies by 15%.
When compounded on two-handed sword, two-handed spear, two-handed staff, two-handed axe, katar, bow, huuma shuriken or firearms, reduces physical and magical damage taken from small and large size enemies by 7%.

When equipped with Rebellion Lookie Card, increases physical damage against small and large size enemies by additional 15%, increases physical damage against demihuman race enemies and formless race monsters by 15%.


Compound on: Weapon

Базовые свойства предмета

  • Вес: 1

Скрипт

bonus bShortAtkRate,10;
bonus2 bAddSize,Size_Small,15;
bonus2 bAddSize,Size_Large,15;
.@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW);
if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) {
   bonus2 bSubSize,Size_Small,7;
   bonus2 bSubSize,Size_Large,7;
}