Item Combo Details

Item Combo #1166

Combo Size: 2
Combo Items
Desert Twilight [2]
Twilight_Desert
Sandstorm [4]
Sandstorm
Combo Effect
bonus bMaxSP,20;
bonus bMaxHPrate,5;
bonus bHit,10;
bonus2 bAddSize,Size_Large,30;
autobonus "{ bonus bAspdRate,100; }",1,7000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
Script References
bMaxSP Item Bonus
bMaxSP
Signature:
bonus bMaxSP,n;
Description:
MaxSP + n
bMaxHPrate Item Bonus
bMaxHPrate
Signature:
bonus bMaxHPrate,n;
Description:
MaxHP + n%
bHit Item Bonus
bHit
Signature:
bonus bHit,n;
Description:
Hit + n
bAddSize Item Bonus
bAddSize
Signature:
bonus2 bAddSize,s,x;
Description:
+x% physical damage against size s
bAspdRate Item Bonus
bAspdRate
Signature:
bonus bAspdRate,n;
Description:
Attack speed + n%
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.