Item-Kombination Details

Item-Kombination #7545

Kombinationsgröße: 2
Kombinationsgegenstände
Daybreak Stargazer [1]
Daybreak_Stargazer
Power Signet of Star [1]
Signet_Of_Pow_Star
Kombinationseffekt
bonus bAllStats,30;
bonus2 bAddClass,Class_All,30;
bonus bMatkRate,30;
autobonus "{}",30,20000,BF_WEAPON|BF_MAGIC,"{ sc_start SC_REFRESH,20000,1; specialeffect2 EF_ENHANCE; }";
Skriptreferenzen
bAllStats Gegenstandsbonus
bAllStats
Signatur:
bonus bAllStats,n;
Beschreibung:
STR + n, AGI + n, VIT + n, INT + n, DEX + n, LUK + n
bAddClass Gegenstandsbonus
bAddClass
Signatur:
bonus2 bAddClass,c,x;
Beschreibung:
+x% physical damage against class c
bMatkRate Gegenstandsbonus
bMatkRate
Signatur:
bonus bMatkRate,n;
Beschreibung:
Magical attack power + n%
specialeffect2 Befehl
specialeffect2
Signatur:
specialeffect2 <effect number>{,<send_target>{,"<Player Name>"}};
Beschreibung:
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.