Item artifact super damage (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
No edit summary
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{this is a|item_artifact_super_damage<!--sprite=1-->|name=|engine=gldsrc|game=Deathmatch Classic|point}} This entity is used to create the Quad Damage Powerup.
{{CD|CItemPowerupQuad|goldsrc=1}}
{{this is a|model entity|name=item_artifact_super_damage<!--sprite=1-->|game=Deathmatch Classic}} This entity is used to create the Quad Damage Powerup.


==Key Values==
{{hl1 base CQuakeItem}}
{{KV|Target|intn=target|target_destination|Target Destination.}}
 
==Flags==
{{Hl1_Appearflags}}

Latest revision as of 06:06, 19 May 2025

C++ Class hierarchy
CItemPowerupQuad
CItemPowerup
CQuakeItem
CBaseEntity
C++ quake_items.cpp

item_artifact_super_damage is a model entity available in Deathmatch Classic Deathmatch Classic. This entity is used to create the Quad Damage Powerup.

Keyvalues

Name (targetname) <string>
The targetname that other entities refer to this entity by, usually via the target, killtarget, and TriggerTarget KVs.
Target (target) <targetname>
The targetname of an entity this entity will trigger when activated.
Pitch Yaw Roll (Y Z X) (angles) <QAngle>
This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.

Flags

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