Item-Kombination #3165
Kombinationsgröße: 2
Kombinationsgegenstände
Applause_Sandal
Phendark_Card
Kombinationseffekt
.@r = getequiprefinerycnt(EQI_SHOES); bonus bHPGainValue,30; bonus bSPGainValue,3; bonus bBaseAtk,10*(.@r/3); bonus bMatk,10*(.@r/3);
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;
bHPGainValue
Gegenstandsbonus
bHPGainValue
Signatur:
bonus bHPGainValue,n;
Beschreibung:
Heals +n HP when killing an enemy with a melee-physical attack
bSPGainValue
Gegenstandsbonus
bSPGainValue
Signatur:
bonus bSPGainValue,n;
Beschreibung:
Heals +n SP when killing an enemy with a melee-physical attack
bBaseAtk
Gegenstandsbonus
bBaseAtk
Signatur:
bonus bBaseAtk,n;
Beschreibung:
Basic attack power + n
bMatk
Gegenstandsbonus
bMatk
Signatur:
bonus bMatk,n;
Beschreibung:
Magical attack power + n