env_wrapball (Half-Life: Blue-Shift)
Last edited 3 years ago2021-09-01 22:38:35 UTC
- Wiki
- View Page
-
You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date.
Click here to see the current revision of this page.
An entity to simplify the "Xen teleport effect" (sprite for the "ball", teleporting the entity, playing the sound, making the beams....)
Attributes
- Name (targetname) - Property used to identify entities.
- Beam radius (radius) - Radius of the beams.
- Wrap target (wrap_target) - Name of the entity to teleport.
- Damage delay (damage_delay) - Time in seconds to wait before applying the "teleport damage" after the last beam spawned (requires the appropriate spawn flag to be enabled).
Flags
- Remove On fire (1) - If this is set, the entity will be removed from the game after finishing it's job.
- Delayed damage (2) - If enabled, the "teleport damage" is applied after a set period of time after the last beam's creation instead of instantly.
Notes
- The "teleport damage" described in this article is an invisible sphere of 300 units radius that deals 300 HP of shock damage to all entities except the one being wraped.
Comments
You must log in to post a comment.
You can login or register a new account.