Super Speed: Difference between revisions

From Fortress Blast
Jump to navigationJump to search
(Created page with "Super Speed is the third powerup in the {{powerups}} powerups in Fortress Blast. It speeds the player up very high, but slowly decreases their speed over an eight-second perio...")
 
m (8 revisions imported: Importing pages from old wiki)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Super Speed is the third powerup in the {{powerups}} powerups in Fortress Blast. It speeds the player up very high, but slowly decreases their speed over an eight-second period. This can primarily be used for escapes, rollouts, or getting to areas not normally accessible by your class.
[[File:Powerup super speed.png|frameless|right]]


== Development Information ==
Super Speed is the third [[Powerups|powerup]] in Fortress Blast. It was included in Fortress Blast's initial release and is inspired by the game {{mbg}}.
The speed is changed every 0.1 seconds according to a variable stating how many times left, counting down from 80 to 0. (80 iterations * 0.1 interval = 8 seconds time). The speed is changed by doubling the interval left (i.e. if there are 46 intervals left, their speed will be increased by 92 HU/s). Additionally, the speed will be recorded and compared, in case an external source has changed the speed through the middle of the powerup, Super Speed will adjust for that (i.e. holstering the Gloves Of Running Urgently). Speed is changed using the netprop m_flMaxspeed rather than the in-game attribute.
 
Super Speed greatly increases the user's speed, but this gained speed slowly decreases over an 8 second period. This powerup is used mainly for rollouts, clearing large gaps, or escaping from danger.
 
<youtube>6EgVg6kxwi4</youtube>
 
== Developer information ==
 
The user's speed is changed every 0.1 seconds according to a variable counting down from 80 to 0 (80 iterations x 0.1 second interval = 8 seconds). The speed is adjusted based on the double of the variable's distance from 0. Additionally, the speed is recorded and compared, in case an external source has changed the speed during the powerup's effects (e.g. holstering the {{link|tf2wiki|Gloves of Running Urgently}}). Speed is changed using the netprop m_flMaxspeed rather than the in-game attribute.
 
[[Category:Powerups]]
[[Category:Powerups with no callback]]

Latest revision as of 21:22, 6 June 2023

Powerup super speed.png

Super Speed is the third powerup in Fortress Blast. It was included in Fortress Blast's initial release and is inspired by the game Marble blast gold icon.png Marble Blast Gold.

Super Speed greatly increases the user's speed, but this gained speed slowly decreases over an 8 second period. This powerup is used mainly for rollouts, clearing large gaps, or escaping from danger.

Developer information

The user's speed is changed every 0.1 seconds according to a variable counting down from 80 to 0 (80 iterations x 0.1 second interval = 8 seconds). The speed is adjusted based on the double of the variable's distance from 0. Additionally, the speed is recorded and compared, in case an external source has changed the speed during the powerup's effects (e.g. holstering the Tf2 logo.png Gloves of Running Urgently). Speed is changed using the netprop m_flMaxspeed rather than the in-game attribute.