Secret Wing Leizi Card, карта (Renewal)
Secret Wing Leizi Card (AEGIS_300497) – карта.
Increases all property magical damage by 10%.
Increases magical damage against demihuman race enemies and formless race monsters 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 demihuman race enemies and formless race monsters by 7%.
Compound on: Weapon
Базовые свойства предмета
- ID: 17083
- Код: AEGIS_300497
- Тип: карта
- Вес: 1
Скрипт
bonus2 bMagicAtkEle,Ele_All,10; bonus2 bMagicAtkEle,Ele_Neutral,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 bSubRace,RC_Formless,7; bonus2 bSubRace,RC_DemiHuman,7; bonus2 bSubRace,RC_Player_Human,7; }