Item Combo Details

Item Combo #3120

Combo Size: 2
Combo Items
High Priest Card
B_Magaleta_Card
Combo Effect
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;
Script References
bDefEle Item Bonus
bDefEle
Signature:
bonus bDefEle,e;
Description:
Gives the player's defense element e
bonus5 Command
bonus5
Signature:
bonus5 <bonus type>,<val1>,<val2>,<val3>,<val4>,<val5>;
Description:
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 Item Bonus
bAutoSpellWhenHit
Signature:
bonus5 bAutoSpellWhenHit,sk,y,n,bf,i;
Description:
Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack with trigger criteria bf
bAddClass Item Bonus
bAddClass
Signature:
bonus2 bAddClass,c,x;
Description:
+x% physical damage against class c
bMagicAddClass Item Bonus
bMagicAddClass
Signature:
bonus2 bMagicAddClass,c,x;
Description:
+x% magical damage against class c