X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=unit_mlrs.cfg;h=c3f3f7859d437f9d09bc2aade560a001433b5857;hp=d63c1335e7e5bcec58219e623772761fa344311e;hb=6ac6997bf385c44ef9294db2f375342c87b81982;hpb=116d76158f4f21b2fb10734e7a03cd7f2bd01838 diff --git a/unit_mlrs.cfg b/unit_mlrs.cfg index d63c1335e7..c3f3f7859d 100644 --- a/unit_mlrs.cfg +++ b/unit_mlrs.cfg @@ -9,7 +9,10 @@ set g_turrets_unit_mlrs_std_shot_spread 0.05 set g_turrets_unit_mlrs_std_shot_force 25 set g_turrets_unit_mlrs_std_shot_volly 6 -set g_turrets_unit_mlrs_std_shot_volly_refire 1 + +// !must be correctly matched with ammo_recharge as this unit use +// volly_always. (means ammo_recharge * ammo_max must be eaqual to volly_refire) +set g_turrets_unit_mlrs_std_shot_volly_refire 4 set g_turrets_unit_mlrs_std_target_range 3000 set g_turrets_unit_mlrs_std_target_range_min 500 @@ -21,9 +24,10 @@ set g_turrets_unit_mlrs_std_target_select_anglebias 0.5 set g_turrets_unit_mlrs_std_target_select_playerbias 1 set g_turrets_unit_mlrs_std_target_select_missilebias 0 -set g_turrets_unit_mlrs_std_ammo_max 420 -set g_turrets_unit_mlrs_std_ammo 420 -set g_turrets_unit_mlrs_std_ammo_recharge 70 +// !must be shot_dmg * 6 as this unit uses ammo to control the animation +set g_turrets_unit_mlrs_std_ammo_max 300 +set g_turrets_unit_mlrs_std_ammo 300 +set g_turrets_unit_mlrs_std_ammo_recharge 75 set g_turrets_unit_mlrs_std_aim_firetolerance_dist 120 set g_turrets_unit_mlrs_std_aim_speed 100