Combo de Objetos Detalles

Combo de Objetos #8088

Tamaño del Combo: 2
Objetos del Combo
Evil Nymph Card
Wicked_Nymph_Card
Snake Queen Crown [1]
DarkSnake_Crown
Efecto del Combo
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bPow,3;
bonus bCon,3;
bonus bShortAtkRate,4*(.@r/3);
bonus bLongAtkRate,4*(.@r/3);
Referencias del Script
getequiprefinerycnt Comando
getequiprefinerycnt
Firma:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Descripción:
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:
Ejemplo:
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;
bPow Bono de Ítem
bPow
Firma:
bonus bPow,n;
Descripción:
POW + n
bCon Bono de Ítem
bCon
Firma:
bonus bCon,n;
Descripción:
CON + n
bShortAtkRate Bono de Ítem
bShortAtkRate
Firma:
bonus bShortAtkRate,n;
Descripción:
Increases damage of short ranged attacks by n%
bLongAtkRate Bono de Ítem
bLongAtkRate
Firma:
bonus bLongAtkRate,n;
Descripción:
Increases damage of long ranged attacks by n%