Secret Wing Philopontes Card, карта (Renewal)
Secret Wing Philopontes Card (AEGIS_300495) – карта.
Increases all property magical damage by 10%.
Increases magical 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 Secret Wing Leizi Card, increases magical damage against small and large size enemies by additional 15%, increases magical damage against demihuman race enemies and formless race monsters by 15%.
Compound on: Weapon
Базовые свойства предмета
- ID: 17081
- Код: AEGIS_300495
- Тип: карта
- Вес: 1
Скрипт
bonus2 bMagicAtkEle,Ele_All,10; bonus2 bMagicAddSize,Size_Small,15; bonus2 bMagicAddSize,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; }