Item-Kombination Details

Item-Kombination #6454

Kombinationsgröße: 2
Kombinationsgegenstände
Poring Village Leek
PoringTownOnion
Kombinationseffekt
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bMaxHP,1000;
bonus bMaxSP,200;
bonus bBaseAtk,10*(.@r/2);
bonus bHit,4*(.@r/2);
bonus bAspdRate,.@r/2;
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;
bMaxHP Gegenstandsbonus
bMaxHP
Signatur:
bonus bMaxHP,n;
Beschreibung:
MaxHP + n
bMaxSP Gegenstandsbonus
bMaxSP
Signatur:
bonus bMaxSP,n;
Beschreibung:
MaxSP + n
bBaseAtk Gegenstandsbonus
bBaseAtk
Signatur:
bonus bBaseAtk,n;
Beschreibung:
Basic attack power + n
bHit Gegenstandsbonus
bHit
Signatur:
bonus bHit,n;
Beschreibung:
Hit + n
bAspdRate Gegenstandsbonus
bAspdRate
Signatur:
bonus bAspdRate,n;
Beschreibung:
Attack speed + n%