Tf projectile lightningorb: Difference between revisions

From Valve Developer Community
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.)
(-added class hierarchy, cleanup)
Line 1: Line 1:
{{CD|CTFProjectile_SpellLightningOrb|file1=tf_weapon_spellbook.cpp}}
{{this is a|point entity|game=Team Fortress 2|name=tf_projectile_lightningorb}}
{{this is a|point entity|game=Team Fortress 2|name=tf_projectile_lightningorb}}
{{code class|CTFProjectile_SpellLightningOrb|tf_weapon_spellbook.cpp}}


==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.
==Keyvalues==
{{KV BaseAnimating|base=1}}
{{KV BaseEntity|base=1}}
==Inputs==
{{I BaseAnimating}}
{{I BaseEntity|base=1}}
==Outputs==
{{O BaseAnimating}}
{{O BaseEntity|base=1}}

Revision as of 14:00, 2 July 2024

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

tf_projectile_lightningorb is a point 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.