Mystery: Difference between revisions
No edit summary |
(Structure update) |
||
Line 3: | Line 3: | ||
Mystery is the tenth [[Powerups|powerup]] in Fortress Blast. It was added to Fortress Blast in version 1.0 and is a completely original powerup. | Mystery is the tenth [[Powerups|powerup]] in Fortress Blast. It was added to Fortress Blast in version 1.0 and is a completely original powerup. | ||
Mystery takes on the effects of another random enabled powerup upon use. Unlike other powerups, Mystery cannot be the only powerup enabled. | Mystery takes on the effects of another random enabled powerup upon use. Unlike other powerups, Mystery cannot be the only powerup enabled. It always randomly selects from all of the enabled powerups with an equal chance of selecting each, this chance is not affected by any [[ConVars]] [[sm_fortressblast_event_fools|despite what others may believe]]. | ||
<youtube>ZRfYXTq3_UA</youtube> | <youtube>ZRfYXTq3_UA</youtube> | ||
Line 9: | Line 9: | ||
== Developer Information == | == Developer Information == | ||
Mystery operates by setting the player's powerup to a random powerup that fits all rules defined for spawning according to the [[ConVars|ConVar]] <code>[[sm_fortressblast_powerups]]</code>, but with an additional rule that prevents the chosen powerup from being Mystery. Immediately after this, the selected powerup is automatically used. Mystery is | Mystery operates by setting the player's powerup to a random powerup that fits all rules defined for spawning according to the [[ConVars|ConVar]] <code>[[sm_fortressblast_powerups]]</code>, but with an additional rule that prevents the chosen powerup from being Mystery. Immediately after this, the selected powerup is automatically used. Mystery is a powerup that does not have a use sound, since it simply plays the use sound of the powerup it picks. | ||
[[Category:Powerups]] | [[Category:Powerups]] | ||
[[Category:Powerups with no callback]] | [[Category:Powerups with no callback]] |
Revision as of 03:17, 22 March 2021
Mystery is the tenth powerup in Fortress Blast. It was added to Fortress Blast in version 1.0 and is a completely original powerup.
Mystery takes on the effects of another random enabled powerup upon use. Unlike other powerups, Mystery cannot be the only powerup enabled. It always randomly selects from all of the enabled powerups with an equal chance of selecting each, this chance is not affected by any ConVars despite what others may believe.
Developer Information
Mystery operates by setting the player's powerup to a random powerup that fits all rules defined for spawning according to the ConVar sm_fortressblast_powerups
, but with an additional rule that prevents the chosen powerup from being Mystery. Immediately after this, the selected powerup is automatically used. Mystery is a powerup that does not have a use sound, since it simply plays the use sound of the powerup it picks.