Template:KV BaseNPCMaker: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(keyvals like this should be added individually for less template nesting)
 
Line 1: Line 1:
{{ScrollBox|title=BaseNPCMaker|
{{minititle|BaseNPCMaker}}
{{KV|Num. of NPCs|intn=MaxNPCCount|integer|Number of NPCs that will spawn before this spawner is exhausted.}}
{{KV|Num. of NPCs|intn=MaxNPCCount|integer|Number of NPCs that will spawn before this spawner is exhausted.}}
{{KV|Frequency|intn=SpawnFrequency|string|How often (in seconds) a new NPC will be spawned. If set to -1, a new NPC will be made when the last NPC dies.}}
{{KV|Frequency|intn=SpawnFrequency|string|How often (in seconds) a new NPC will be spawned. If set to -1, a new NPC will be made when the last NPC dies.}}
{{KV|Max Live NPCs|intn=MaxLiveChildren|integer|Maximum number of live children allowed at any one time (new ones will not be made until one dies). If set to -1, no limit is applied.}}
{{KV|Max Live NPCs|intn=MaxLiveChildren|integer|Maximum number of live children allowed at any one time (new ones will not be made until one dies). If set to -1, no limit is applied.}}
{{KV Targetname}}
<noinclude>
{{KV Angles}}
{{KV EnableDisable}}
}}<noinclude>
[[Category:Keyvalue Templates|BaseNPCMaker]]
[[Category:Keyvalue Templates|BaseNPCMaker]]
</noinclude>
</noinclude>

Latest revision as of 08:59, 13 September 2024

BaseNPCMaker:

Num. of NPCs (MaxNPCCount) <integer>
Number of NPCs that will spawn before this spawner is exhausted.
Frequency (SpawnFrequency) <string>
How often (in seconds) a new NPC will be spawned. If set to -1, a new NPC will be made when the last NPC dies.
Max Live NPCs (MaxLiveChildren) <integer>
Maximum number of live children allowed at any one time (new ones will not be made until one dies). If set to -1, no limit is applied.