Item-Kombination Details

Item-Kombination #2585

Kombinationsgröße: 3
Kombinationsgegenstände
Chain Press Shadow Weapon
S_Chain_Press_Weapon
Chain Press Shadow Pendant
S_Chain_Press_Pendant
Chain Press Shadow Earring
S_Chain_Press_Earing
Kombinationseffekt
.@sum = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_ACC_R);
bonus2 bSkillAtk,"LG_SHIELDPRESS",.@sum;
bonus2 bSkillAtk,"PA_SHIELDCHAIN",.@sum;
Skriptreferenzen
getequiprefinerycnt Befehl
getequiprefinerycnt
Signatur:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Beschreibung:
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:
Beispiel:
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;
bSkillAtk Gegenstandsbonus
bSkillAtk
Signatur:
bonus2 bSkillAtk,sk,n;
Beschreibung:
Increases damage of skill sk by n%