Item-Kombination #3573
Kombinationsgröße: 2
Kombinationsgegenstände
Triad_God_Mail_J__
Sealed_Ktullanux_Card
Kombinationseffekt
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus2 bResEff,Eff_Freeze,10000;
autobonus2 "{ bonus2 bResEff,Eff_Crystalize,10000; bonus2 bResEff,Eff_Freezing,10000; bonus2 bSubEle,Ele_Water,100; }",100,3000,BF_WEAPON|BF_MAGIC;
bonus5 bAutoSpellWhenHit,"WZ_FROSTNOVA",10,-20,BF_WEAPON|BF_MAGIC,0;
bonus2 bAddEle,Ele_Fire,5*.@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;
bResEff
Gegenstandsbonus
bResEff
Signatur:
bonus2 bResEff,eff,n;
Beschreibung:
Adds a n/100% tolerance to status eff
bSubEle
Gegenstandsbonus
bSubEle
Signatur:
bonus3 bSubEle,e,x,bf;
Beschreibung:
+x% damage reduction against attack element e with trigger criteria bf
bonus5
Befehl
bonus5
Signatur:
bonus5 <bonus type>,<val1>,<val2>,<val3>,<val4>,<val5>;
Beschreibung:
These commands are meant to be used in item scripts. They will probably work
outside item scripts, but the bonus will not persist for long. They, as
expected, refer only to an invoking character.
kind in ''.
bAutoSpellWhenHit
Gegenstandsbonus
bAutoSpellWhenHit
Signatur:
bonus5 bAutoSpellWhenHit,sk,y,n,bf,i;
Beschreibung:
Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack with trigger criteria bf
bAddEle
Gegenstandsbonus
bAddEle
Signatur:
bonus3 bAddEle,e,x,bf;
Beschreibung:
+x% physical damage against element e with trigger criteria bf