Difference between revisions of "Spy Trap"

From Team Fortress Wiki
Jump to: navigation, search
(One intermediate revision by one other user not shown)
Line 11: Line 11:
 
}}
 
}}
  
The '''Spy Trap''' is a [[scrapped]] building for the [[Spy]] that came with three different modes that could be used.
+
The '''Spy Trap''' is a [[scrapped]] PDA for the [[Spy]] intended to be used for [[Mann vs. Machine]] that came with three different modes that could be used.
* ''Reprogrammer Mode'', an [[MvM]]-only mode, would give any bots that enter it's area of effect the unused "Reprogrammed" condition.
+
* ''Reprogrammer Mode'': A mode that would give any Robots that enter its area of effect the "Reprogrammed" condition for 8 seconds. This condition temporarily switched the Robot to the Spy's team, move 2x faster<ref>game/shared/tf/tf_player_shared.cpp:L10560</ref>, and run toward the nearest Robot and attempt to explode near them.<ref>game/shared/tf/tf_player_shared.cpp:L4335</ref><ref>game/server/tf/bot/behavior/missions/tf_bot_mission_reprogrammed.cpp:L29</ref>
* ''Magnet Mode'' which causes the Spy Trap to attract itself to the nearest player and stun them.
+
* ''Magnet Mode'': A mode which causes the Spy Trap to attract nearby Robots in a 700 [[Hammer unit]] radius and decrease their movement speed by 15% for half a second.<ref>game/server/tf/tf_obj_spy_trap.cpp:L400</ref>
* ''Stealth Mode'' which cloaks the builder provided they are within a 250 unit radius of the Spy Trap.
+
* ''Radius Stealth Mode'': A mode which [[Cloak|cloak]]s friendly players for 2 seconds provided they are within a 250 Hammer unit radius of the Spy Trap.<ref>game/server/tf/tf_obj_spy_trap.cpp:L318</ref>
 +
 
 +
== References ==
 +
<references/>
  
 
{{Unused Content Nav}}
 
{{Unused Content Nav}}

Revision as of 11:49, 4 May 2024

The Spy Trap is a scrapped PDA for the Spy intended to be used for Mann vs. Machine that came with three different modes that could be used.

  • Reprogrammer Mode: A mode that would give any Robots that enter its area of effect the "Reprogrammed" condition for 8 seconds. This condition temporarily switched the Robot to the Spy's team, move 2x faster[1], and run toward the nearest Robot and attempt to explode near them.[2][3]
  • Magnet Mode: A mode which causes the Spy Trap to attract nearby Robots in a 700 Hammer unit radius and decrease their movement speed by 15% for half a second.[4]
  • Radius Stealth Mode: A mode which cloaks friendly players for 2 seconds provided they are within a 250 Hammer unit radius of the Spy Trap.[5]

References

  1. game/shared/tf/tf_player_shared.cpp:L10560
  2. game/shared/tf/tf_player_shared.cpp:L4335
  3. game/server/tf/bot/behavior/missions/tf_bot_mission_reprogrammed.cpp:L29
  4. game/server/tf/tf_obj_spy_trap.cpp:L400
  5. game/server/tf/tf_obj_spy_trap.cpp:L318