Skip to content

Commit

Permalink
reworked huntsbot
Browse files Browse the repository at this point in the history
  • Loading branch information
higps committed Jul 11, 2024
1 parent 808587b commit 8917a32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions cfg/robots/free_sniper_huntsbot.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@
"skin" "0"
"attributes"
{
"dmg penalty vs players" "1.35"
"killstreak tier" "1.0"
"dmg penalty vs buildings" "0.5"
"projectile penetration" "1.0"
"gesture speed increase" "1.95"
"fire rate bonus" "0.4"
"heal on kill" "50.0"
// "gesture speed increase" "1.95"
// "fire rate bonus" "0.4"
// "heal on kill" "50.0"
}
}
"tf_weapon_club"
Expand Down
2 changes: 1 addition & 1 deletion mm_attributes_huntsbot_ablity.sp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bool g_FireMode = false;
float g_skill;
float g_skill_cooldown = 30.0;
float g_skill_time;
float g_f_duration = 5.0;
float g_f_duration = 8.0;
bool b_alerted = false;
float g_fired_cooldown;
#define ROBOT_NAME "Huntsbot"
Expand Down

0 comments on commit 8917a32

Please sign in to comment.