Skip to content

Commit

Permalink
adjust respawn reaction times (higher times for all levels)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkivilin committed Dec 3, 2011
1 parent db9d528 commit 02e99df
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 @@ -100,7 +100,7 @@ bot_skill_settings_t default_skill_settings[5] = {
//0:
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},
0.6, {0.01, 0.07, 0.10}, {0.04, 0.11, 0.15},
//9:
0.1, 0.3,
//11:
Expand All @@ -122,7 +122,7 @@ bot_skill_settings_t default_skill_settings[5] = {
//0:
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},
0.8, {0.02, 0.09, 0.12}, {0.06, 0.14, 0.18},
//9:
0.2, 0.5,
//11:
Expand All @@ -144,7 +144,7 @@ bot_skill_settings_t default_skill_settings[5] = {
//0:
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},
1.0, {0.03, 0.12, 0.15}, {0.08, 0.18, 0.22},
//9:
0.3, 0.7,
//11:
Expand All @@ -166,7 +166,7 @@ bot_skill_settings_t default_skill_settings[5] = {
//0:
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},
1.20, {0.04, 0.14, 0.18}, {0.10, 0.21, 0.25},
//9:
0.6, 1.4,
//11:
Expand All @@ -188,7 +188,7 @@ bot_skill_settings_t default_skill_settings[5] = {
//0:
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},
1.4, {0.05, 0.17, 0.21}, {0.12, 0.25, 0.30},
//9:
1.2, 2.8,
//11:
Expand Down

0 comments on commit 02e99df

Please sign in to comment.