Item Combo Details

Item Combo #3097

Combo Size: 2
Combo Items
Asteria's Armor [1]
Astraea_Armor
Asteria's Helm [1]
Astraea_Helm_TW
Combo Effect
bonus bHealPower,20;
autobonus2 "{ bonus bDef,1000; bonus2 bSPLossRate,50,1000; }",20,5000,BF_WEAPON,"{ specialeffect2 EF_MAGNUMBREAK; }";
Script References
bHealPower Item Bonus
bHealPower
Signature:
bonus bHealPower,n;
Description:
Increases heal amount of all heal skills by n%
bDef Item Bonus
bDef
Signature:
bonus bDef,n;
Description:
Equipment DEF + n
bSPLossRate Item Bonus
bSPLossRate
Signature:
bonus2 bSPLossRate,n,t;
Description:
Lose n SP every t milliseconds
specialeffect2 Command
specialeffect2
Signature:
specialeffect2 <effect number>{,<send_target>{,"<Player Name>"}};
Description:
This command behaves identically to 'specialeffect', but the effect will be centered on the invoking character's sprite. <Player name> parameter will display <effect number> on another Player than the one currently attached to the script. Like with specialeffect, when specifying a player, <send_target> must be supplied, specifying AREA will retain the default behavior of the command.