Tf projectile spellmirv: 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_SpellMirv|base=CTFBaseProjectile|file1=tf_weapon_spellbook.cpp}}
{{this is a|point entity|game=Team Fortress 2|name=tf_projectile_spellmirv}}
{{this is a|point entity|game=Team Fortress 2|name=tf_projectile_spellmirv}}


{{code class|CTFProjectile_SpellMirv|tf_weapon_spellbook.cpp}}


==Entity Description==
The [https://wiki.teamfortress.com/wiki/Magic_spells#Regular_Magic_Spells Pumpkin Bomb MIRV spell.] Upon impact it creates 6 {{ent|tf_projectile_spellpumpkin}}s approximately 133[[Hammer units|hu]] from the spot of the impact, with upward velocities between 100[[Hammer units|hu]] and 300[[Hammer units|hu]].
The [https://wiki.teamfortress.com/wiki/Magic_spells#Regular_Magic_Spells Pumpkin Bomb MIRV spell.] Upon impact it creates 6 {{ent|tf_projectile_spellpumpkin}}s approximately 133[[Hammer units|hu]] from the spot of the impact, with upward velocities between 100[[Hammer units|hu]] and 300[[Hammer units|hu]].
==Keyvalues==
{{KV BaseAnimating|base=1}}
{{KV BaseEntity|base=1}}
==Inputs==
{{I BaseAnimating|base=1}}
{{I BaseEntity|base=1}}
==Outputs==
{{O BaseAnimating|base=1}}
{{O BaseEntity|base=1}}

Revision as of 12:41, 2 July 2024

C++ Class hierarchy
CTFProjectile_SpellMirv
CTFBaseProjectile
CBaseProjectile
CBaseAnimating
CBaseEntity
C++ tf_weapon_spellbook.cpp

tf_projectile_spellmirv is a point entity available in Team Fortress 2 Team Fortress 2.


The Pumpkin Bomb MIRV spell. Upon impact it creates 6 tf_projectile_spellpumpkins approximately 133hu from the spot of the impact, with upward velocities between 100hu and 300hu.