Rebellion Lookie Card, карта (Renewal)
Rebellion Lookie Card (AEGIS_300489) – карта.
Increases melee physical damage by 10%.
Increases physical 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: 17075
- Код: AEGIS_300489
- Тип: карта
- Вес: 1
Скрипт
bonus bShortAtkRate,10; bonus2 bAddRace,RC_Formless,15; bonus2 bAddRace,RC_DemiHuman,15; bonus2 bAddRace,RC_Player_Human,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; }