Combo d'Objets #6705
Taille du Combo: 2
Objets du Combo
S_Circlet_Of_Time_SR
Firm_Faith_Ring
Effet du Combo
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bLongAtkRate,8; bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",6*(.@r/2); bonus2 bSkillAtk,"SR_KNUCKLEARROW",10*(.@r/2); bonus bCritical,6*(.@r/3); bonus bCritAtkRate,6*(.@r/3);
Références du Script
getequiprefinerycnt
Commande
getequiprefinerycnt
Signature:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Description:
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:
Exemple:
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;
bLongAtkRate
Bonus d’Objet
bLongAtkRate
Signature:
bonus bLongAtkRate,n;
Description:
Increases damage of long ranged attacks by n%
bSkillAtk
Bonus d’Objet
bSkillAtk
Signature:
bonus2 bSkillAtk,sk,n;
Description:
Increases damage of skill sk by n%
bCritical
Bonus d’Objet
bCritical
Signature:
bonus bCritical,n;
Description:
Critical + n
bCritAtkRate
Bonus d’Objet
bCritAtkRate
Signature:
bonus bCritAtkRate,n;
Description:
Increases critical damage by +n%