From: terencehill Date: Tue, 10 Jan 2017 15:26:29 +0000 (+0100) Subject: Assign a higher priority to the vortex on close distances for more lethal vortex... X-Git-Tag: xonotic-v0.8.2~293^2~3 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=02fcc0dedfa054184be2761853e6ae5672878325 Assign a higher priority to the vortex on close distances for more lethal vortex-shotgun combos --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 9d3bea88c1..2264658983 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -375,7 +375,7 @@ set bot_ai_aimskill_think 1 "Aiming velocity. Use values below 1 for slower aimi set bot_ai_custom_weapon_priority_distances "300 850" "Define close and far distances in any order. Based on the distance to the enemy bots will choose different weapons" set bot_ai_custom_weapon_priority_far "vaporizer vortex rifle electro devastator mortar hagar hlac crylink blaster machinegun fireball seeker shotgun shockwave tuba minelayer" "Desired weapons for far distances ordered by priority" set bot_ai_custom_weapon_priority_mid "vaporizer devastator vortex fireball seeker mortar electro machinegun arc crylink hlac hagar shotgun shockwave blaster rifle tuba minelayer" "Desired weapons for middle distances ordered by priority" -set bot_ai_custom_weapon_priority_close "vaporizer shotgun shockwave vortex machinegun arc hlac tuba seeker hagar crylink mortar electro devastator blaster fireball rifle minelayer" "Desired weapons for close distances ordered by priority" +set bot_ai_custom_weapon_priority_close "vaporizer shockwave vortex shotgun machinegun arc hlac tuba seeker hagar crylink mortar electro devastator blaster fireball rifle minelayer" "Desired weapons for close distances ordered by priority" set bot_ai_weapon_combo 1 "Enable bots to do weapon combos" set bot_ai_weapon_combo_threshold 0.4 "Try to make a combo N seconds after the last attack" set bot_ai_friends_aware_pickup_radius "500" "Bots will not pickup items if a team mate is this distance near the item"