Difference between revisions of "Speed Pad"

From Team Fortress Wiki
Jump to: navigation, search
m (404UNF moved page User:404UNF/Speed Pad to Speed Pad)
m (Fixed the refs to use proper format, fixed some lines. These all look accurate)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{beta|experimental}}
 
{{beta|experimental}}
 
{{Item infobox
 
{{Item infobox
 +
| name          = Speed Pad
 
| type          = weapon
 
| type          = weapon
| name          = Speed Pad
+
| unused        = yes
 
| image          = Unknownweapon.png
 
| image          = Unknownweapon.png
| unused        = yes
 
 
| hide-kill-icon = yes
 
| hide-kill-icon = yes
 
| used-by        = [[Engineer]]
 
| used-by        = [[Engineer]]
Line 11: Line 11:
 
}}
 
}}
  
The '''Speed Pad''' is a scrapped Engineer building that was referenced in a modification to the {{code|tf/scripts/game_sounds_weapons.txt}} file in the {{Patch name|12|8|2014}} ([[End of the Line Update]]). The following code was added to the file:
+
The '''Speed Pad''' is a scrapped [[Engineer]] building that would supposed to grant temporary speed boost effect<ref>game/server/tf/tf_obj_teleporter.cpp:L658</ref> to any teammate player who touched it. This building would be cheaper than standard Teleporter at 25 metal<ref>game/shared/tf/tf_player_shared.cpp:L11001</ref> and would also be influenced by Teleporter build modifiers, such as the [[Eureka Effect]]<ref>game\shared\tf\tf_player_shared.cpp:L11010</ref>. It costs 100 metal to upgrade<ref>game/server/tf/tf_obj_teleporter.cpp:L337-343</ref>. Upgrade level would affect recharge time<ref>game/server/tf/tf_obj_teleporter.cpp:L756</ref> and effect duration<ref>game/server/tf/tf_obj_teleporter.cpp:L750</ref>:
 +
 
 +
{| class="wikitable"
 +
! class="header" | Buiding level
 +
! class="header" | Recharge time
 +
! class="header" | Effect duration
 +
|-
 +
| 1 || 1.67 || 4
 +
|-
 +
| 2 || 1.33 || 5
 +
|-
 +
| 3 || 1 || 6
 +
|}
 +
 
 +
This building was referenced in a modification to the {{code|tf/scripts/game_sounds_weapons.txt}} file in the {{Patch name|12|8|2014}}. The following code was added to the file:
  
 
  // ------------------------------------------------------------------------------------ //
 
  // ------------------------------------------------------------------------------------ //
Line 24: Line 38:
 
  }
 
  }
  
The Speed Pad was a modified Teleporter that applied the [[Disciplinary Action]]'s speed boost effect to teammates that stepped on the Speed Pad.
+
== References ==
 +
<references/>
  
 
{{Unused Content Nav}}
 
{{Unused Content Nav}}

Latest revision as of 20:50, 7 March 2024

The Speed Pad is a scrapped Engineer building that would supposed to grant temporary speed boost effect[1] to any teammate player who touched it. This building would be cheaper than standard Teleporter at 25 metal[2] and would also be influenced by Teleporter build modifiers, such as the Eureka Effect[3]. It costs 100 metal to upgrade[4]. Upgrade level would affect recharge time[5] and effect duration[6]:

Buiding level Recharge time Effect duration
1 1.67 4
2 1.33 5
3 1 6

This building was referenced in a modification to the tf/scripts/game_sounds_weapons.txt file in the December 8, 2014 Patch. The following code was added to the file:

// ------------------------------------------------------------------------------------ //
// SPEEDPAD
// ------------------------------------------------------------------------------------ //
"Building_Speedpad.Boost"
{
  "channel"   "CHAN_STATIC"
  "volume"    "1.0"
  "soundlevel"  "SNDLVL_74dB"
  "wave"      ")weapons/speed_pad.wav"
}

References

  1. game/server/tf/tf_obj_teleporter.cpp:L658
  2. game/shared/tf/tf_player_shared.cpp:L11001
  3. game\shared\tf\tf_player_shared.cpp:L11010
  4. game/server/tf/tf_obj_teleporter.cpp:L337-343
  5. game/server/tf/tf_obj_teleporter.cpp:L756
  6. game/server/tf/tf_obj_teleporter.cpp:L750