Template:KV BModelParticleSpawner: Difference between revisions
Jump to navigation
Jump to search
Note:Fourth number effects transparency after reload.
m (Add internal names, Fix expected types) |
MyGamepedia (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
:*1: Yes | :*1: Yes | ||
{{KV|Particle Color (R G B)|intn=Color|color255|Color of the particles.}} | {{KV|Particle Color (R G B)|intn=Color|color255|Color of the particles.}} | ||
{{KV|Particle Per Second|intn=SpawnRate|integer|Number of particles to spawn, per second.}} | {{KV|Particle Per Second|intn=SpawnRate|integer|Number of particles to spawn, per second. | ||
{{note|Fourth number effects transparency after reload.}} | |||
}} | |||
}} | |||
{{KV|Maximum Particle Speed|intn=SpeedMax|string|Maximum speed that the particles can move after spawning.}} | {{KV|Maximum Particle Speed|intn=SpeedMax|string|Maximum speed that the particles can move after spawning.}} | ||
{{KV|Minimum Particle Lifetime|intn=LifetimeMin|string|Minimum number of seconds until each particle dies. Particles live for a random duration between this and 'Maximum Particle Lifetime'.}} | {{KV|Minimum Particle Lifetime|intn=LifetimeMin|string|Minimum number of seconds until each particle dies. Particles live for a random duration between this and 'Maximum Particle Lifetime'.}} |
Revision as of 08:38, 11 February 2024
BModelParticleSpawner:
- Start Disabled (StartDisabled) <choices>
- Suspend spawning particles after spawning ? Default value is 0
- 0: No
- 1: Yes
- Particle Color (R G B) (Color) <color255>
- Color of the particles.
- Particle Per Second (SpawnRate) <integer>
- Number of particles to spawn, per second.

- Maximum Particle Speed (SpeedMax) <string>
- Maximum speed that the particles can move after spawning.
- Minimum Particle Lifetime (LifetimeMin) <string>
- Minimum number of seconds until each particle dies. Particles live for a random duration between this and 'Maximum Particle Lifetime'.
- Maximum Particle Lifetime (LifetimeMax) <string>
- Maximum number of seconds until each particle dies. Particles live for a random duration between 'Minimum Particle Lifetime' and this.
- Maximum Visible Distance (DistMax) <integer>
- Maximum distance at which particles are visible. They fade to translucent at this distance.
- Frozen (Frozen) <choices>
- Spawn the number of particles in SpawnRate immediately, and then go inactive ? Default value is 0
- 0: No
- 1: Yes
}}