Talk:Crasher

From Team Fortress Wiki
Revision as of 20:58, 7 October 2022 by Azsofe (talk | contribs) (Created page with "== How giants status is achieved == I've decompiled the map and here are my results: When you pick up the intel, multiples "trigger_add_or_remove_tf_player_attribute" brushs a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How giants status is achieved

I've decompiled the map and here are my results: When you pick up the intel, multiples "trigger_add_or_remove_tf_player_attribute" brushs are enabled and affect only the carrier. Here a list of all attributes given, with 9999 secs duration:

  • +%s1 max health on wearer. There are multiple of those to accommodate for the different classes, but it's always 20 times the stardard max health (items may influences that)
  • Cannot be backstabbed 1
  • Wearer never takes falling damage 1
  • patient overheal penalty 0
  •  %s1% reduction in push force taken from damage 0.25
  • Attrib_AirBlastVulnerabilityMultipier 0.25
  • reduced_healing_from_medics 0.25
  •  %s1% slower move speed on wearer 0.75
  • TF_COND_CRITBOOSTED_USER_BUFF. Gives the condition 34, which is crit boost from pumpkin
  • voice pitch scale 0.75
  •  %s1% health from packs on wearer 0.1
  • No description 7 . To make all these changes invisible while inspecting the carrier

In addition, there is a "trigger_stun" that activates only for Medics carrier, to not let them match the speed of their healing target. And Giants can't do moving taunts. ~Azsofe (talk) 20:58, 7 October 2022 (UTC)