Item-Kombination #7296
Kombinationsgröße: 2
Kombinationsgegenstände
Diabolus_Robe
aegis_410305
Kombinationseffekt
.@r = getequiprefinerycnt(EQI_ARMOR); bonus bMdef,25; bonus bMaxSP,350; bonus bDelayrate,-10; bonus bMatk,15*.@r; bonus bHealPower,2*.@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%