Frost Touch: Difference between revisions
From Fortress Blast
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[File:Powerup frost touch.png|frameless|right]] | [[File:Powerup frost touch.png|frameless|right]] | ||
Line 11: | Line 9: | ||
== Developer Information == | == Developer Information == | ||
An ice statue is spawned with a <code>tf_ragdoll</code> entity while forcing the client to look at that position in third person. Unlike most powerups, Frost Touch has two callbacks, one for the freezing of players and one for the powerup use itself. Most of the code for Frost Touch is re-used from the Roll the Dice effect 'Frozen'. | |||
Most of the code for Frost Touch is from the | |||
[[Category:Powerups]] | [[Category:Powerups]] |
Revision as of 20:27, 4 March 2020
Frost Touch is the ninth powerup in Fortress Blast. It was added to Fortress Blast in version 1.0 and is inspired by the game PlatinumQuest.
Frost Touch lasts for 8 seconds, during which a trail of slow-moving smoke is visible behind the user. If the user touches an enemy while Frost Touch is active, the enemy is frozen for 3 seconds.
Developer Information
An ice statue is spawned with a tf_ragdoll
entity while forcing the client to look at that position in third person. Unlike most powerups, Frost Touch has two callbacks, one for the freezing of players and one for the powerup use itself. Most of the code for Frost Touch is re-used from the Roll the Dice effect 'Frozen'.