Item-Kombination #3120
Kombinationsgröße: 2
Kombinationsgegenstände
B_Magaleta_Card
Astraea_Ring
Kombinationseffekt
bonus bDefEle,Ele_Ghost; bonus5 bAutoSpellWhenHit,"HP_ASSUMPTIO",5,-50,BF_WEAPON|BF_MAGIC,0; bonus2 bAddClass,Class_Boss,20; bonus2 bMagicAddClass,Class_Boss,20;
Skriptreferenzen
bDefEle
Gegenstandsbonus
bDefEle
Signatur:
bonus bDefEle,e;
Beschreibung:
Gives the player's defense element e
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
bAddClass
Gegenstandsbonus
bAddClass
Signatur:
bonus2 bAddClass,c,x;
Beschreibung:
+x% physical damage against class c
bMagicAddClass
Gegenstandsbonus
bMagicAddClass
Signatur:
bonus2 bMagicAddClass,c,x;
Beschreibung:
+x% magical damage against class c