Skip to content

Commit

Permalink
added missing gunfire for precache, fixed bug with multi spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
higps committed Oct 14, 2023
1 parent 5c27934 commit af36801
Show file tree
Hide file tree
Showing 14 changed files with 861 additions and 1,326 deletions.
221 changes: 2 additions & 219 deletions CFG_BASE/MERGED/FIXED_HEALTH/free_damage_flames_pyro_agro.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"itemindex" "215"
"quality" "6"
"level" "1"
"slot" "2"
"slot" "0"
"paint" "0"
"attributes"
{
Expand All @@ -67,7 +67,7 @@
"itemindex" "740"
"quality" "6"
"level" "1"
"slot" "2"
"slot" "1"
"paint" "0"
"attributes"
{
Expand All @@ -89,7 +89,6 @@
"dmg bonus vs buildings" "3.25"
"melee range multiplier" "1.4"
"fire rate penalty" "1.2"
"apply look velocity on damage" "1500.0"
}
}
}
Expand Down Expand Up @@ -119,219 +118,3 @@
}

}

"class" "pyro"






"weapons"
{
"tf_weapon_flamethrower"
{
"itemindex" "215"
"quality" "6"
"level" "1"
"slot" "2"
"skin" "0"
"attributes"
{
"dmg bonus vs buildings" "3.25"
"melee range multiplier" "1.4"
"fire rate penalty" "1.2"
}
}
"tf_weapon_flaregun"
{
"itemindex" "740"
"quality" "6"
"level" "1"
"slot" "2"
"skin" "0"
"attributes"
{
"dmg bonus vs buildings" "3.25"
"melee range multiplier" "1.4"
"fire rate penalty" "1.2"
}
}
"tf_weapon_fireaxe"
{
"itemindex" "466"
"quality" "6"
"level" "1"
"slot" "2"
"skin" "0"
"attributes"
{
"dmg bonus vs buildings" "3.25"
"melee range multiplier" "1.4"
"fire rate penalty" "1.2"
}
}
}
"model" "models/bots/pyro_boss/bot_pyro_boss.mdl"
"class" "Pyro"
"shortdescription" "Degreaser, Scorch shot, Maul"
"name" "Agro"
"deathtip" "Agro's Scorch Shot homes in on burning players"
"role" "Damage"
"subclass" "Flames"
"tips" "You have 3 weapons\nScorch shot homes in on burning players\nHeal 200 on extinguish"
"sounds"
{
"death" "mvm/sentrybuster/mvm_sentrybuster_explode.wav"
"loop" "mvm/giant_pyro/giant_pyro_loop.wav"
"spawn" "#mvm/giant_heavy/giant_heavy_entrance.wav"
}

"tf_weapon_flamethrower"
{
"itemindex" "215"
"quality" "6"
"level" "1"
"slot" "2"
"paint" "0"
}

"tf_weapon_flaregun"
{
"itemindex" "740"
"quality" "6"
"level" "1"
"slot" "2"
"paint" "0"
}

"tf_weapon_fireaxe"
{
"itemindex" "466"
"quality" "6"
"level" "1"
"slot" "2"
"paint" "0"
}

"cosmetics"
{
"LOFILONGWAVE"
{
"itemindex" "470"
"paint" "Cream Spirit"
"style" "-1.0"
"scale" "1.0"
}
"HANDSOMEDEVIL"
{
"itemindex" "31135"
"paint" "Cream Spirit"
"style" "-1.0"
"scale" "0.75"
}
"PHOBOS"
{
"itemindex" "30652"
"paint" "0.0"
"style" "-1.0"
"scale" "0.75"
}
}
"class" "pyro"
"scale" "1.75"
"player_attributes"
{
"ammo regen" "100.0"
"move speed penalty" "0.65"
"damage force reduction" "0.5"
"airblast vulnerability multiplier" "0.8"
"cancel falling damage" "1.0"
"override footstep sound set" "6.0"
"rage giving scale" "0.85"
"head scale" "0.75"
}
"Weapon1"
{
"dmg penalty vs players" "1.25"
"maxammo primary increased" "2.5"
"killstreak tier" "1.0"
"airblast pushback scale" "0.6"
"dmg penalty vs buildings" "0.8"
"flame_spread_degree" "5.0"
"flame size bonus" "1.6"
"flame_speed" "3600.0"
"attach particle effect" "4.0"
"single wep deploy time decreased" "0.4"
"switch from wep deploy time decreased" "0.7"
"extinguish restores health" "200.0"
"weapon burn dmg reduced" "1.0"
}
"Weapon2"
{
"dmg penalty vs players" "0.5"
"Projectile speed decreased" "0.6"
"damage causes airblast" "1.0"
"mod projectile heat seek power" "3600.0"
"apply look velocity on damage" "1500.0"
}
"Weapon3"
{
"dmg bonus vs buildings" "3.25"
"melee range multiplier" "1.4"
"fire rate penalty" "1.2"
"apply look velocity on damage" "1500.0"
}
"remove_weapon_slots"
{
"slot" "0"
"slot" "1"
"slot" "2"
}

"weapons"
{
"tf_weapon_flamethrower"
{
"itemindex" "215"
"quality" "6"
"level" "1"
"slot" "2"
"skin" "0"
"attributes"
{
"dmg bonus vs buildings" "3.25"
"melee range multiplier" "1.4"
"fire rate penalty" "1.2"
}
}
"tf_weapon_flaregun"
{
"itemindex" "740"
"quality" "6"
"level" "1"
"slot" "2"
"skin" "0"
"attributes"
{
"dmg bonus vs buildings" "3.25"
"melee range multiplier" "1.4"
"fire rate penalty" "1.2"
}
}
"tf_weapon_fireaxe"
{
"itemindex" "466"
"quality" "6"
"level" "1"
"slot" "2"
"skin" "0"
"attributes"
{
"dmg bonus vs buildings" "3.25"
"melee range multiplier" "1.4"
"fire rate penalty" "1.2"
}
}
}
}
11 changes: 7 additions & 4 deletions CFG_BASE/MERGED/FIXED_HEALTH/free_damage_flames_pyro_lister.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"quality" "6"
"level" "1"
"slot" "0"
"skin" "390"
"paint" "390"
"attributes"
{
"dmg penalty vs players" "1.35"
"extinguish restores health" "175.0"
"maxammo primary increased" "2.5"
"afterburn duration bonus" "2.0"
"dmg penalty vs buildings" "0.25"
"dmg penalty vs buildings" "0.5"
"killstreak tier" "1.0"
"airblast pushback scale" "1.5"
}
Expand All @@ -63,7 +63,7 @@
"quality" "6"
"level" "1"
"slot" "2"
"skin" "0"
"paint" "0"
"attributes"
{
"dmg penalty vs players" "1.5"
Expand All @@ -80,7 +80,10 @@
"DeadCone"
{
"itemindex" "435"
"style" "-1.0"
"level" "6"
"quality" "6"
"scale" "0.75"
"style" "-1.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"health" "3500"
"difficulty" "1"
"scale" "1.75"
"footsteps" "1"
"sounds"
{
"death" "mvm/sentrybuster/mvm_sentrybuster_explode.wav"
Expand Down Expand Up @@ -56,8 +57,6 @@
}
}
}


"cosmetics"
{
"Bubble"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"airblast vulnerability multiplier" "0.8"
"cancel falling damage" "1.0"
"rage giving scale" "0.85"
"head scale" "0.85"
}
"custom_attributes_player"
{
Expand Down
Loading

0 comments on commit af36801

Please sign in to comment.