Item-Kombination Details

Item-Kombination #2898

Kombinationsgröße: 2
Kombinationsgegenstände
Diabolus Wing [1]
Diabolus_Wing
Diabolus Boots [1]
Diabolus_Boots
Kombinationseffekt
bonus bMaxHP,100*BaseLevel;
bonus bBaseAtk,20*getequiprefinerycnt(EQI_SHOES);
bonus bMatk,20*getequiprefinerycnt(EQI_SHOES);
/*bonus2 bAddRace2,RC2_TEMPLE_DEMON,20;
bonus2 bMagicAddRace2,RC2_TEMPLE_DEMON,20;
bonus2 bSubRace2,RC2_TEMPLE_DEMON,5;*/
Skriptreferenzen
bMaxHP Gegenstandsbonus
bMaxHP
Signatur:
bonus bMaxHP,n;
Beschreibung:
MaxHP + n
bBaseAtk Gegenstandsbonus
bBaseAtk
Signatur:
bonus bBaseAtk,n;
Beschreibung:
Basic attack power + n
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;
bMatk Gegenstandsbonus
bMatk
Signatur:
bonus bMatk,n;
Beschreibung:
Magical attack power + n
bAddRace2 Gegenstandsbonus
bAddRace2
Signatur:
bonus2 bAddRace2,mr,x;
Beschreibung:
+x% damage against monster race mr
bMagicAddRace2 Gegenstandsbonus
bMagicAddRace2
Signatur:
bonus2 bMagicAddRace2,mr,x;
Beschreibung:
+x% magic damage against monster race mr
bSubRace2 Gegenstandsbonus
bSubRace2
Signatur:
bonus2 bSubRace2,mr,x;
Beschreibung:
+x% damage reduction against monster race mr