Tf projectile lightningorb: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy, cleanup)
m (Classifying as model entity)
 
Line 1: Line 1:
{{CD|CTFProjectile_SpellLightningOrb|file1=tf_weapon_spellbook.cpp}}
{{CD|CTFProjectile_SpellLightningOrb|file1=tf_weapon_spellbook.cpp}}
{{this is a|point entity|game=Team Fortress 2|name=tf_projectile_lightningorb}}
{{this is a|model entity|game=Team Fortress 2|name=tf_projectile_lightningorb}}


==Entity Description==
==Entity Description==
This entity represents the lightning orb [https://wiki.teamfortress.com/wiki/Magic_spells spell]. It pulls in players within 200hu every 0.2 seconds, and inflicts 20 burn damage every 0.25 to 0.35 seconds. After five seconds or when it hits a solid, this entity will explode and try to zap every player once, under 16 times.
This entity represents the lightning orb [https://wiki.teamfortress.com/wiki/Magic_spells spell]. It pulls in players within 200hu every 0.2 seconds, and inflicts 20 burn damage every 0.25 to 0.35 seconds. After five seconds or when it hits a solid, this entity will explode and try to zap every player once, under 16 times.

Latest revision as of 04:35, 19 May 2025

C++ Class hierarchy
CTFProjectile_SpellLightningOrb
CTFProjectile_SpellFireball
CD_CTFProjectile_Rocket
CTFBaseRocket
CBaseProjectile
CBaseAnimating
CBaseEntity
C++ tf_weapon_spellbook.cpp

tf_projectile_lightningorb is a model entity available in Team Fortress 2 Team Fortress 2.

Entity Description

This entity represents the lightning orb spell. It pulls in players within 200hu every 0.2 seconds, and inflicts 20 burn damage every 0.25 to 0.35 seconds. After five seconds or when it hits a solid, this entity will explode and try to zap every player once, under 16 times.