Item-Kombination #2917
Kombinationsgröße: 6
Kombinationsgegenstände
S_2Para_Shield
S_2Para_Armor
S_2Para_Shoes
S_2Para_Earing
S_2Para_Pendant
S_2Para_GN_Weapon
Kombinationseffekt
bonus bShortAtkRate,15; bonus bLongAtkRate,15; bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreDefRaceRate,RC_Player_Human,-50; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-50; bonus bVariableCastrate,-10; bonus bDelayrate,-15; bonus2 bSkillCooldown,"GN_CART_TORNADO",-1000; bonus2 bSkillAtk,"GN_CARTCANNON",15; bonus2 bSkillAtk,"GN_CART_TORNADO",15;
Skriptreferenzen
bShortAtkRate
Gegenstandsbonus
bShortAtkRate
Signatur:
bonus bShortAtkRate,n;
Beschreibung:
Increases damage of short ranged attacks by n%
bLongAtkRate
Gegenstandsbonus
bLongAtkRate
Signatur:
bonus bLongAtkRate,n;
Beschreibung:
Increases damage of long ranged attacks by n%
bIgnoreDefRaceRate
Gegenstandsbonus
bIgnoreDefRaceRate
Signatur:
bonus2 bIgnoreDefRaceRate,r,n;
Beschreibung:
Disregard n% of the target's DEF if the target belongs to 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)
bDelayrate
Gegenstandsbonus
bDelayrate
Signatur:
bonus bDelayrate,n;
Beschreibung:
Increases skill delay by n%
bSkillCooldown
Gegenstandsbonus
bSkillCooldown
Signatur:
bonus2 bSkillCooldown,sk,t;
Beschreibung:
Increases cooldown of skill sk by t milliseconds
bSkillAtk
Gegenstandsbonus
bSkillAtk
Signatur:
bonus2 bSkillAtk,sk,n;
Beschreibung:
Increases damage of skill sk by n%