Item-Kombination #3050
Kombinationsgröße: 2
Kombinationsgegenstände
Angel_Egg
Deep_Angel_Hairband
Kombinationseffekt
bonus bAllStats,1; bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus3 bAutoSpellWhenHit,"WZ_VERMILION",5,5; bonus2 bAddRace,RC_All,5; bonus bVariableCastrate,-10;
Skriptreferenzen
bAllStats
Gegenstandsbonus
bAllStats
Signatur:
bonus bAllStats,n;
Beschreibung:
STR + n, AGI + n, VIT + n, INT + n, DEX + n, LUK + n
bMaxHPrate
Gegenstandsbonus
bMaxHPrate
Signatur:
bonus bMaxHPrate,n;
Beschreibung:
MaxHP + n%
bMaxSPrate
Gegenstandsbonus
bMaxSPrate
Signatur:
bonus bMaxSPrate,n;
Beschreibung:
MaxSP + n%
bAutoSpellWhenHit
Gegenstandsbonus
bAutoSpellWhenHit
Signatur:
bonus5 bAutoSpellWhenHit,sk,y,n,bf,i;
Beschreibung:
Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack with trigger criteria bf
bAddRace
Gegenstandsbonus
bAddRace
Signatur:
bonus2 bAddRace,r,x;
Beschreibung:
+x% physical damage against race r
bVariableCastrate
Gegenstandsbonus
bVariableCastrate
Signatur:
bonus2 bVariableCastrate,sk,n;
Beschreibung:
Increases variable cast time of skill sk by n% (If RENEWAL_CAST is NOT defined, this bonus is equal to bCastrate)