Combo de Itens Detalhes

Combo de Itens #8088

Tamanho do Combo: 2
Itens do Combo
Carta Ninfa Perversa
Wicked_Nymph_Card
Snake Queen Crown [1]
DarkSnake_Crown
Efeito do Combo
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bPow,3;
bonus bCon,3;
bonus bShortAtkRate,4*(.@r/3);
bonus bLongAtkRate,4*(.@r/3);
Referências do Script
getequiprefinerycnt Comando
getequiprefinerycnt
Assinatura:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Descrição:
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:
Exemplo:
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 Bônus de Item
bPow
Assinatura:
bonus bPow,n;
Descrição:
POW + n
bCon Bônus de Item
bCon
Assinatura:
bonus bCon,n;
Descrição:
CON + n
bShortAtkRate Bônus de Item
bShortAtkRate
Assinatura:
bonus bShortAtkRate,n;
Descrição:
Increases damage of short ranged attacks by n%
bLongAtkRate Bônus de Item
bLongAtkRate
Assinatura:
bonus bLongAtkRate,n;
Descrição:
Increases damage of long ranged attacks by n%