This article's documentation is for the "GoldSrc" engine. Click here for more information.

item_powerup

From Valve Developer Community
Revision as of 12:07, 10 May 2025 by SirYodaJedi (talk | contribs)
Jump to navigation Jump to search
C++ Class hierarchy
CDiscwarPowerup
CBaseAnimating
CBaseDelay
CBaseEntity
C++ disc_powerups.cpp

item_powerup is a point entity available in Ricochet Ricochet. No setup is necessary for the item_powerup entity. The entity will spawn a random powerup each time.

There are four different types of powerups:

  • Powershot - Grab the swirling red powerup and you get discs that hit your opponent harder.
  • Triple Shot - These three spinning purple discs turns each of yours into a deadly triple-disked attack.
  • Fast Shot - Green circles will make your discs move much faster to catch your enemy.
  • Freeze Shot - Blue fragments create a disc that slows your opponent to a crawl.

Keyvalues

Name (targetname) <string>
The targetname that other entities refer to this entity by.

Flags

Not In Deathmatch : [2048]
Prevent this entity from attempting to spawn when deathmatch (multiplayer) is enabled.