Combo de Objetos Detalles

Combo de Objetos #3296

Tamaño del Combo: 6
Objetos del Combo
Efecto del Combo
bonus2 bSkillCooldown,"SP_SOULCURSE",-1500;
bonus2 bMagicAtkEle,Ele_All,15;
bonus2 bIgnoreDefRaceRate,RC_All,70;
bonus2 bIgnoreMdefRaceRate,RC_All,70;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-70;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-70;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-70;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-70;
bonus bVariableCastrate,-10;
bonus2 bSkillCooldown,"SP_SOULREAPER",-5000;
bonus2 bSkillAtk,"SP_CURSEEXPLOSION",15;
bonus2 bSkillAtk,"SP_SPA",15;
bonus2 bSkillAtk,"SP_SWHOO",15;
Referencias del Script
bSkillCooldown Bono de Ítem
bSkillCooldown
Firma:
bonus2 bSkillCooldown,sk,t;
Descripción:
Increases cooldown of skill sk by t milliseconds
bMagicAtkEle Bono de Ítem
bMagicAtkEle
Firma:
bonus2 bMagicAtkEle,e,x;
Descripción:
Increases damage of e element magic by x%
bIgnoreDefRaceRate Bono de Ítem
bIgnoreDefRaceRate
Firma:
bonus2 bIgnoreDefRaceRate,r,n;
Descripción:
Disregard n% of the target's DEF if the target belongs to race r
bIgnoreMdefRaceRate Bono de Ítem
bIgnoreMdefRaceRate
Firma:
bonus2 bIgnoreMdefRaceRate,r,n;
Descripción:
Disregard n% of the target's MDEF if the target belongs to race r
bVariableCastrate Bono de Ítem
bVariableCastrate
Firma:
bonus2 bVariableCastrate,sk,n;
Descripción:
Increases variable cast time of skill sk by n% (If RENEWAL_CAST is NOT defined, this bonus is equal to bCastrate)
bSkillAtk Bono de Ítem
bSkillAtk
Firma:
bonus2 bSkillAtk,sk,n;
Descripción:
Increases damage of skill sk by n%