Skip to content

Commit

Permalink
added function for clothes on various teams
Browse files Browse the repository at this point in the history
  • Loading branch information
higps committed Oct 21, 2023
1 parent e4f4450 commit e29e91e
Show file tree
Hide file tree
Showing 21 changed files with 1,780 additions and 2,483 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"rage giving scale" "0.85"
"head scale" "0.8"
}
""custom_attributes_player""
"custom_attributes_player"
{
"Spell-Caster" "Spell=0 Cooldown=7.0 SpellOnCond=9 Cond=11"
}
Expand Down
134 changes: 57 additions & 77 deletions CFG_BASE/MERGED/FIXED_HEALTH/free_healer_medic_arrayseven.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,67 @@
"role" "Healer"
"subclass" "Healer"
"tips" "Increase your team's damage output with the Kritzkrieg\nDefend yourself with the Blutsauger"
"health" "1500"
"health" "1500"

"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"
{
"damage force reduction" "0.8"
"airblast vulnerability multiplier" "0.5"
"cancel falling damage" "1.0"
"ammo regen" "100.0"
"health regen" "20.0"
"head scale" "0.75"
"rage giving scale" "0.85"
"move speed penalty" "0.8"
}

"tf_weapon_medigun"
{
"itemindex" "35"
"quality" "6"
"level" "1"
"slot" "0"
"paint" "0"
}
"remove_weapon_slots"
{
"slot" "0"
"slot" "1"
"slot" "2"
}

"tf_weapon_syringegun_medic"
{
"itemindex" "36"
"quality" "6"
"level" "1"
"slot" "0"
"paint" "0"
}
"weapons"
{
"tf_weapon_medigun"
{
"itemindex" "35"
"quality" "6"
"level" "1"
"slot" "0"
"skin" "0"
"attributes"
{
"killstreak tier" "1.0"
"uber duration bonus" "4.0"
"overheal penalty" "0.01"
"ubercharge rate penalty" "0.75"
"heal rate bonus" "2.0"
"dmg penalty vs buildings" "0.5"
}
}
"tf_weapon_syringegun_medic"
{
"itemindex" "36"
"quality" "6"
"level" "1"
"slot" "0"
"skin" "0"
"attributes"
{
"health drain" "0.0"
"killstreak tier" "1.0"
"damage bonus" "1.15"
}
}
}

"cosmetics"
{
Expand All @@ -58,19 +94,7 @@
"scale" "1.0"
}
}
"class" "medic"
"scale" "1.75"
"player_attributes"
{
"damage force reduction" "0.8"
"airblast vulnerability multiplier" "0.5"
"cancel falling damage" "1.0"
"ammo regen" "100.0"
"health regen" "20.0"
"head scale" "0.75"
"rage giving scale" "0.85"
"move speed penalty" "0.8"
}

"Weapon1"
{
"health drain" "0.0"
Expand Down Expand Up @@ -182,7 +206,7 @@
}
}
"class" "medic"
"scale" "1.75"

"player_attributes"
{
"damage force reduction" "0.8"
Expand All @@ -196,55 +220,11 @@
}
"Weapon1"
{
"health drain" "0.0"
"killstreak tier" "1.0"
"damage bonus" "1.15"

}
"Weapon2"
{
"killstreak tier" "1.0"
"uber duration bonus" "4.0"
"overheal penalty" "0.01"
"ubercharge rate penalty" "0.75"
"heal rate bonus" "2.0"
"dmg penalty vs buildings" "0.5"
}
"remove_weapon_slots"
{
"slot" "0"
"slot" "1"
"slot" "2"
}

"weapons"
{
"tf_weapon_medigun"
{
"itemindex" "35"
"quality" "6"
"level" "1"
"slot" "0"
"skin" "0"
"attributes"
{
"health drain" "0.0"
"killstreak tier" "1.0"
"damage bonus" "1.15"
}
}
"tf_weapon_syringegun_medic"
{
"itemindex" "36"
"quality" "6"
"level" "1"
"slot" "0"
"skin" "0"
"attributes"
{
"health drain" "0.0"
"killstreak tier" "1.0"
"damage bonus" "1.15"
}
}
}

}
Loading

0 comments on commit e29e91e

Please sign in to comment.