Skip to content

Commit

Permalink
adjust bot pause frequencies (less pause for low level), strafe frequ…
Browse files Browse the repository at this point in the history
…encies (less strafe for low level) and 'keep optimal distance' frequencies (less for low level)
  • Loading branch information
jkivilin committed Dec 3, 2011
1 parent 8fa5ef1 commit db9d528
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bot_skill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ bot_skill_settings_t default_skill_settings[5] = {
// best skill (lvl1)
{
//0:
1, 0.10, 0.25, 10.0, 50.0, 80,
1, 0.05, 0.30, 10.0, 50.0, 80,
//6:
0.4, {0.01, 0.07, 0.10}, {0.04, 0.11, 0.15},
//9:
Expand All @@ -120,7 +120,7 @@ bot_skill_settings_t default_skill_settings[5] = {
// lvl2
{
//0:
5, 0.25, 0.5, 8.0, 30.0, 70,
2, 0.10, 0.60, 6.0, 30.0, 60,
//6:
0.5, {0.02, 0.09, 0.12}, {0.06, 0.14, 0.18},
//9:
Expand All @@ -142,7 +142,7 @@ bot_skill_settings_t default_skill_settings[5] = {
// lvl3
{
//0:
10, 0.35, 0.75, 6.0, 15.0, 60,
3, 0.15, 0.80, 4.0, 10.0, 40,
//6:
0.6, {0.03, 0.12, 0.15}, {0.08, 0.18, 0.22},
//9:
Expand All @@ -164,7 +164,7 @@ bot_skill_settings_t default_skill_settings[5] = {
// lvl4
{
//0:
20, 0.45, 1.5, 4.0, 5.0, 50,
4, 0.20, 0.90, 2.0, 5.0, 25,
//6:
0.7, {0.04, 0.14, 0.18}, {0.10, 0.21, 0.25},
//9:
Expand All @@ -186,7 +186,7 @@ bot_skill_settings_t default_skill_settings[5] = {
// worst skill (lvl5)
{
//0:
50, 0.55, 2.5, 0.5, 1.0, 40,
5, 0.25, 1.00, 0.5, 0.5, 15,
//6:
0.8, {0.05, 0.17, 0.21}, {0.12, 0.25, 0.30},
//9:
Expand Down

0 comments on commit db9d528

Please sign in to comment.