Item-Kombination #5793
Kombinationsgröße: 2
Kombinationsgegenstände
Diabolus_Robe
Comp_Diabolus_Wing
Kombinationseffekt
.@r = getequiprefinerycnt(EQI_ARMOR); bonus bMdef,25; bonus bMaxSP,350; bonus bDelayrate,-10; bonus bMatk,15*min(12,.@r); bonus bHealPower,2*min(12,.@r);
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;
bMdef
Gegenstandsbonus
bMdef
Signatur:
bonus bMdef,n;
Beschreibung:
Equipment MDEF + n
bMaxSP
Gegenstandsbonus
bMaxSP
Signatur:
bonus bMaxSP,n;
Beschreibung:
MaxSP + n
bDelayrate
Gegenstandsbonus
bDelayrate
Signatur:
bonus bDelayrate,n;
Beschreibung:
Increases skill delay by n%
bMatk
Gegenstandsbonus
bMatk
Signatur:
bonus bMatk,n;
Beschreibung:
Magical attack power + n
bHealPower
Gegenstandsbonus
bHealPower
Signatur:
bonus bHealPower,n;
Beschreibung:
Increases heal amount of all heal skills by n%