Combo de Objetos Detalles

Combo de Objetos #1166

Tamaño del Combo: 2
Objetos del Combo
Desert Twilight [2]
Twilight_Desert
Sandstorm [4]
Sandstorm
Efecto del Combo
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; }";
Referencias del Script
bMaxSP Bono de Ítem
bMaxSP
Firma:
bonus bMaxSP,n;
Descripción:
MaxSP + n
bMaxHPrate Bono de Ítem
bMaxHPrate
Firma:
bonus bMaxHPrate,n;
Descripción:
MaxHP + n%
bHit Bono de Ítem
bHit
Firma:
bonus bHit,n;
Descripción:
Hit + n
bAddSize Bono de Ítem
bAddSize
Firma:
bonus2 bAddSize,s,x;
Descripción:
+x% physical damage against size s
bAspdRate Bono de Ítem
bAspdRate
Firma:
bonus bAspdRate,n;
Descripción:
Attack speed + n%
specialeffect2 Comando
specialeffect2
Firma:
specialeffect2 <effect number>{,<send_target>{,"<Player Name>"}};
Descripción:
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.