diff --git a/cfg/robots/free_engineer_barricade.cfg b/cfg/robots/free_engineer_barricade.cfg new file mode 100644 index 00000000..a502ecd5 --- /dev/null +++ b/cfg/robots/free_engineer_barricade.cfg @@ -0,0 +1,116 @@ +"Robot" +{ + "model" "models/bots/engineer/bot_engineer.mdl" + "class" "Engineer" + "shortdescription" "Barricade Buildings, Weak LVL 3 sentry, Shotgun, Southern Hospitality" + "name" "Barricade" + "deathtip" "Barricade's sentry has very small range and shoots slowly" + "role" "Engineer" + "subclass" "SingleClass" + "tips" "Build teamporters to easily teleport your team to the front lines" + "health" "1250" + "difficulty" "3" + "scale" "1.65" + "sounds" + { + "death" "mvm/sentrybuster/mvm_sentrybuster_explode.wav" + "loop" "mvm/giant_heavy/giant_heavy_loop.wav" + "spawn" "#mvm/giant_heavy/giant_heavy_entrance.wav" + } + + "player_attributes" + { + "move speed penalty" "0.75" + "damage force reduction" "0.3" + "airblast vulnerability multiplier" "0.3" + "cancel falling damage" "1.0" + "override footstep sound set" "2.0" + "maxammo metal increased" "2.5" + "ammo regen" "100.0" + "metal regen" "200.0" + "building cost reduction" "0.5" + "mod teleporter cost" "18.0" + "major increased jump height" "1.25" + "rage giving scale" "0.75" + } + + "custom_attributes_player" + { + "robot engineer" "sentry_scale=1.35 dispenser_scale=1.5 infinite_ammo=0 sentries=1 dispensers=1 remove_all_sappers=0 yeet=0" + } + + "remove_weapon_slots" + { + "slot" "0" + "slot" "1" + "slot" "2" + } + "weapons" + { + "tf_weapon_shotgun_primary" + { + "itemindex" "199" + "quality" "6" + "level" "1" + "slot" "0" + "warpaint_id" "417" + "attributes" + { + "fire rate bonus" "0.8" + "killstreak tier" "1.0" + "engineer building teleporting pickup" "10.0" + "faster reload rate" "1.85" + "dmg penalty vs buildings" "0.5" + } + "custom_attributes_weapon" + { + "reload full clip at once" "1.0" + } + } + + "tf_weapon_wrench" + { + "itemindex" "155" + "quality" "6" + "level" "1" + "slot" "2" + "skin" "0" + "attributes" + { + "damage bonus" "1.25" + "Construction rate increased" "10.0" + "killstreak tier" "1.0" + "melee range multiplier" "1.65" + "Repair rate increased" "2.0" + "engineer building teleporting pickup" "10.0" + "engy sentry damage bonus" "0.4" + "engy dispenser radius increased" "10.0" + "engy building health bonus" "5.6" + "upgrade rate decrease" "8.0" + } + "custom_attributes_weapon" + { + "mod building health" "teleporter=500 dispenser=1000" + "robot engineer" "dispenser_scale=2.5 upgrade_level_dispenser=3 sentry_scale=2.5" + "owned building phasing" "sentry=1 dispenser=1" + } + } + } + "cosmetics" + { + "IronLung" + { + "itemindex" "30698" + "paint" "0.0" + "style" "-1.0" + "scale" "1.0" + } + "Wavefinder" + { + "itemindex" "31148" + "paint" "0.0" + "style" "-1.0" + "scale" "1.0" + } + } +} diff --git a/cfg/robots/free_healer_medic_death_negator.cfg b/cfg/robots/free_healer_medic_death_negator.cfg new file mode 100644 index 00000000..77c14b44 --- /dev/null +++ b/cfg/robots/free_healer_medic_death_negator.cfg @@ -0,0 +1,96 @@ +"Robot" +{ + "model" "models/bots/medic/bot_medic.mdl" + "class" "Medic" + "shortdescription" "Overheal, slow overheal decay and rapid Negate Death" + "name" "Death Negator" + "deathtip" "Separate this robot from his team and rush him down" + "role" "Healer" + "subclass" "Healer" + "tips" "Uber builds fasts, negates death" + "health" "1500" + "difficulty" "2" + "sounds" + { + "death" "mvm/sentrybuster/mvm_sentrybuster_explode.wav" + "loop" "mvm/giant_demoman/giant_demoman_loop.wav" + "spawn" "#mvm/giant_heavy/giant_heavy_entrance.wav" + } + "player_attributes" + { + "move speed penalty" "0.8" + "damage force reduction" "0.8" + "airblast vulnerability multiplier" "1.8" + "cancel falling damage" "1.0" + "health regen" "20.0" + "head scale" "0.75" + "rage giving scale" "0.75" + } + "remove_weapon_slots" + { + "slot" "0" + "slot" "1" + "slot" "2" + } + + "weapons" + { + "tf_weapon_bonesaw" + { + "itemindex" "37" + "quality" "6" + "level" "1" + "slot" "0" + "warpaint_id" "214" + "attributes" + { + "killstreak tier" "1.0" + "add uber charge on hit" "0.25" + } + } + "tf_weapon_medigun" + { + "itemindex" "211" + "quality" "6" + "level" "1" + "slot" "99" + "warpaint_id" "214" + "attributes" + { + "killstreak tier" "1.0" + "overheal penalty" "5.0" + "ubercharge rate penalty" "4.0" + "heal rate bonus" "2.0" + "overheal decay bonus" "50.0" + } + "custom_attributes_weapon" + { + "medigun charge is cond" "cond=70 duration=1.0" + } + } + } + "cosmetics" + { + "HeatOfWinter" + { + "itemindex" "30356" + "paint" "Team Spirit" + "style" "-1.0" + "scale" "1.0" + } + "UberMench" + { + "itemindex" "30410" + "paint" "Team Spirit" + "style" "1.0" + "scale" "1.0" + } + "Patriot" + { + "itemindex" "30743" + "paint" "Team Spirit" + "style" "-1.0" + "scale" "1.0" + } + } +} \ No newline at end of file