Difference between revisions of "Speed Pad"
(Added and unified TF2Wiki and TCRF information) |
GrampaSwood (talk | contribs) m (Some mc, needs confirmation later) |
||
Line 11: | Line 11: | ||
}} | }} | ||
− | The '''Speed Pad''', also referred as "Speed Teleporter"<ref>game/server/tf/tf_obj_teleporter.cpp, line 655</ref> is a scrapped [[Engineer]] building that would supposed to grant temporary speed boost effect<ref>game/server/tf/tf_obj_teleporter.cpp, line 653</ref> | + | The '''Speed Pad''', also referred to as "Speed Teleporter"<ref>game/server/tf/tf_obj_teleporter.cpp, line 655</ref>, is a scrapped [[Engineer]] building that would supposed to grant temporary speed boost effect<ref>game/server/tf/tf_obj_teleporter.cpp, line 653</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, line 11001</ref> and would also be influenced by Teleporter build and upgrade cost modifiers, such as the [[Eureka Effect]]<ref>game\shared\tf\tf_player_shared.cpp, line 11010</ref>. Upgrade cost is also reduced to fixed (and therefore not influenced by any teleporter upgrade cost modifiers) 100 metal<ref>game/server/tf/tf_obj_teleporter.cpp, line 334</ref>. Upgrade level would affect recharge time<ref>game/server/tf/tf_obj_teleporter.cpp, line 756</ref> and effect duration<ref>game/server/tf/tf_obj_teleporter.cpp, line 749</ref>: |
{| class="wikitable" | {| class="wikitable" | ||
+ | ! class="header" | Buiding level | ||
+ | ! class="header" | Recharge time | ||
+ | ! class="header" | Effect duration | ||
|- | |- | ||
− | + | | 1 || 1.67 || 4 | |
|- | |- | ||
− | + | | 2 || 1.33 || 5 | |
− | |||
− | | 2 || 1 | ||
|- | |- | ||
| 3 || 1 || 6 | | 3 || 1 || 6 | ||
Line 36: | Line 37: | ||
"wave" ")weapons/speed_pad.wav" | "wave" ")weapons/speed_pad.wav" | ||
} | } | ||
+ | |||
+ | == References == | ||
+ | <references/> | ||
{{Unused Content Nav}} | {{Unused Content Nav}} |
Revision as of 16:32, 7 March 2024
“Ok guys, bad news: we lost that last one.” This article documents experimental content for Team Fortress 2. It may contain speculation, broken links or errors. |
The Speed Pad, also referred to as "Speed Teleporter"[1], is a scrapped Engineer building that would supposed to grant temporary speed boost effect[2] to any teammate player who touched it. This building would be cheaper than standard Teleporter at 25 metal[3] and would also be influenced by Teleporter build and upgrade cost modifiers, such as the Eureka Effect[4]. Upgrade cost is also reduced to fixed (and therefore not influenced by any teleporter upgrade cost modifiers) 100 metal[5]. Upgrade level would affect recharge time[6] and effect duration[7]:
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 (End of the Line Update). 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
- ↑ game/server/tf/tf_obj_teleporter.cpp, line 655
- ↑ game/server/tf/tf_obj_teleporter.cpp, line 653
- ↑ game/shared/tf/tf_player_shared.cpp, line 11001
- ↑ game\shared\tf\tf_player_shared.cpp, line 11010
- ↑ game/server/tf/tf_obj_teleporter.cpp, line 334
- ↑ game/server/tf/tf_obj_teleporter.cpp, line 756
- ↑ game/server/tf/tf_obj_teleporter.cpp, line 749
|