diff --git a/berobot_dmg_handler.sp b/berobot_dmg_handler.sp index c4be3a67..797df384 100644 --- a/berobot_dmg_handler.sp +++ b/berobot_dmg_handler.sp @@ -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; diff --git a/cfg/robots/free_healer_medic_ubermachine.cfg b/cfg/robots/free_healer_medic_death_negator.cfg similarity index 88% rename from cfg/robots/free_healer_medic_ubermachine.cfg rename to cfg/robots/free_healer_medic_death_negator.cfg index bb717311..b03a47e5 100644 --- a/cfg/robots/free_healer_medic_ubermachine.cfg +++ b/cfg/robots/free_healer_medic_death_negator.cfg @@ -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" @@ -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" diff --git a/ability_paid_healer_medic_ubermachine_ability.sp b/z_dont_compile_ability_paid_healer_medic_ubermachine_ability.sp similarity index 100% rename from ability_paid_healer_medic_ubermachine_ability.sp rename to z_dont_compile_ability_paid_healer_medic_ubermachine_ability.sp