Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Status effects: Difference between revisions

From TF2 Classified Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
Status effects are temporary conditions or modifiers applied to the player that can alter your attacks, movement, health, etc. These effects can be beneficial (buffs) or detrimental (debuffs), and are triggered by certain weapons. They often have visual indicators, sound effects, and gameplay consequences. {{code|addcond}} commands can only be used if {{code|sv_cheats}} is set to 1.
Status effects are temporary conditions or modifiers applied to the player that can alter your attacks, movement, health, etc. These effects can be beneficial (buffs) or detrimental (debuffs), and are triggered by certain weapons. They often have visual indicators, sound effects, and gameplay consequences. The [[Spy]]'s [[Invis Watch]] reduces the duration of negative effects. {{code|addcond}} commands can only be used if {{code|sv_cheats}} is set to 1.  


== Crit Boost ==
== Crit Boost ==
Line 237: Line 237:
|-
|-
|}
|}
Afterburn can be stopped by going into water, picking up a health pack, touching a resupply cabinet, getting airblasted by a friendly pyro and being healed.
== Tranquilized ==
Tranquilization is a negative effect that reduces damage dealt by 30%, movement speed by 20%, makes you colorblind and deaf and all melee damage taken will crit.
Entering {{code|addcond 109}} tranquilizes you.
The following weapons inflict afterburn to enemy players.
{| class="wikitable" style="text-align:left;"
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Name
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Picture
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Class
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Notes
|-
| '''[[Tranquilizer Gun]]'''
| [[File:Backpack_Tranquilizer Gun.png|100px]]
| [[Spy]]
| The Tranquilizer Gun tranquilizes enemies for 5 seconds.
|-
|}
[[Category:Gameplay]] [[Category:Lists]]