Комбо Предметов #441
Размер Комбо: 2
Предметы Комбо
Valkyrie_Manteau
Robe_Of_Vituperation
Эффект Комбо
.@r = getequiprefinerycnt(EQI_ARMOR); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,15; bonus2 bIgnoreDefRaceRate,RC_Player_Human,15; bonus2 bIgnoreDefRaceRate,RC_Demon,15; bonus2 bIgnoreDefRaceRate,RC_Undead,15; bonus bMaxHPrate,10+.@r; bonus bAtkRate,2+.@r;
Справка по Скрипту
getequiprefinerycnt
Команда
getequiprefinerycnt
Сигнатура:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Описание:
slot. For a list of equipment slots see 'getequipid'.
Can be used to check if you have reached a maximum refine value, default for
this is +10:
Пример:
if (getequiprefinerycnt(EQI_HEAD_TOP) < 10)
mes "I will now upgrade your " + getequipname(EQI_HEAD_TOP);
else
mes "Sorry, it's not possible to refine hats better than +10";
close;
bIgnoreDefRaceRate
Бонус Предмета
bIgnoreDefRaceRate
Сигнатура:
bonus2 bIgnoreDefRaceRate,r,n;
Описание:
Disregard n% of the target's DEF if the target belongs to race r
bMaxHPrate
Бонус Предмета
bMaxHPrate
Сигнатура:
bonus bMaxHPrate,n;
Описание:
MaxHP + n%
bAtkRate
Бонус Предмета
bAtkRate
Сигнатура:
bonus bAtkRate,n;
Описание:
ATK + n% that won't interfere with Damage modifier and SC_EDP (renewal mode only)