Env sporeexplosion: Difference between revisions
Jump to navigation
Jump to search

m (removed {{DISPLAYTITLE}}, covered by the hl2 point template) |
(updates) |
||
Line 1: | Line 1: | ||
[[ | {{lang|Env sporeexplosion}} | ||
{{hl2 point|env_sporeexplosion}} | [[File:env_sporeexplosion.jpg|thumb|right|250px|Example with '''Spawn Rate''' set to '''40'''.]] | ||
{{hl2 point|env_sporeexplosion}} A purely cosmetic [[weapon_bugbait|bugbait]] spore effect. If you want something that antlions will react to, see {{ent|npc_grenade_bugbait}} or {{ent|ai_sound}}. | |||
{{code class|SporeExplosion|smoke_trail.cpp}} | |||
==Keyvalues== | ==Keyvalues== | ||
{{KV | {{KV|Spawn Rate (as percentage) (spawnrate)|float|How dense the spore effect is. This percentage is not bound to 100; even values in the thousands are acceptable.}} | ||
{{KV EnableDisable}} | {{KV EnableDisable}} | ||
{{KV BaseEntity|base=1}} | |||
{{KV| | |||
==Inputs== | ==Inputs== | ||
{{I EnableDisable}} | {{I EnableDisable}} | ||
{{I BaseEntity|base=1|prel4d=1}} | |||
==Outputs== | ==Outputs== | ||
{{O | {{O BaseEntity}} | ||
Revision as of 15:35, 7 September 2018


Template:Hl2 point A purely cosmetic bugbait spore effect. If you want something that antlions will react to, see npc_grenade_bugbait or ai_sound.
Keyvalues
- Spawn Rate (as percentage) (spawnrate) ([todo internal name (i)]) <float>
- How dense the spore effect is. This percentage is not bound to 100; even values in the thousands are acceptable.
- Start Disabled (StartDisabled) <boolean>
- Stay dormant until activated (with the
Enable
input).
Inputs
EnableDisable:
- Enable / Disable
- Enable/disable this entity from performing its task. It might also disappear from view.