Skip to content

Commit

Permalink
change ubermachine to death negator
Browse files Browse the repository at this point in the history
  • Loading branch information
higps committed Feb 18, 2024
1 parent 8d50a56 commit 58800ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion berobot_dmg_handler.sp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ int g_Eyelander_Counter[MAXPLAYERS + 1] = {0, ...};
float g_AirStrikeDamage[MAXPLAYERS +1] = {0.0, ...};
float g_AirStrikeDMGRequirement = 250.0;
float g_ElectricStunDuration = 5.0;
float g_HealDebuff = 0.5;
float g_HealDebuff = 1.0;

float g_FrontierJusticeDamage[MAXPLAYERS + 1] = {0.0, ...};
float g_FrontierJusticeDMGRequirement = 250.0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
{
"model" "models/bots/medic/bot_medic.mdl"
"class" "Medic"
"shortdescription" "Rapid Uber Build and Debuff remover"
"name" "Uber Flasher"
"shortdescription" "Negate Death with Uber"
"name" "Immortality Protocol"
"deathtip" "Separate this robot from his team and rush him down"
"role" "Healer"
"subclass" "Healer"
"tips" "Uber builds fasts, lasts short and removes all debuffs"
"tips" "Uber builds fasts, negates death"
"health" "1500"
"difficulty" "2"
"sounds"
Expand Down Expand Up @@ -62,6 +62,10 @@
"ubercharge rate penalty" "4.0"
"heal rate bonus" "2.0"
}
"custom_attributes_weapon"
{
"medigun charge is cond" "cond=70 duration=8.0"
}
}
}
"cosmetics"
Expand Down

0 comments on commit 58800ca

Please sign in to comment.