Item powerup (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
SirYodaJedi (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{ | {{CD|CDiscwarPowerup|goldsrc=1|file=1}} | ||
{{this is a|point entity|<!--sprite=1-->|name=item_powerup|engine=GoldSrc|game=Ricochet}} | {{this is a|point entity|<!--sprite=1-->|name=item_powerup|engine=GoldSrc|game=Ricochet}} | ||
No setup is necessary for the item_powerup entity. The entity will spawn a random powerup each time. | No setup is necessary for the item_powerup entity. The entity will spawn a random powerup each time. | ||
| Line 11: | Line 10: | ||
*'''Freeze Shot''' - Blue fragments create a disc that slows your opponent to a crawl. | *'''Freeze Shot''' - Blue fragments create a disc that slows your opponent to a crawl. | ||
== | == Keyvalues == | ||
{{hl1 kv targetname}} | |||
== Flags == | |||
{{hl1 Appearflags}} | |||
Revision as of 12:07, 10 May 2025
| CDiscwarPowerup |
item_powerup is a point entity available in
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.