Prototype/EnemySpawner: Difference between revisions
(Converted to SMW format) |
(→Mandatory properties: range- > array) |
||
Line 17: | Line 17: | ||
How many friendly units are required within the [[#spawning_radius|spawning_radius]] of this spawner for it to stop producing more units. | How many friendly units are required within the [[#spawning_radius|spawning_radius]] of this spawner for it to stop producing more units. | ||
{{Prototype property|spawning_cooldown|[[Types/ | {{Prototype property|spawning_cooldown|[[Types/table|Array]] of two types/double}} | ||
Ticks for cooldown after unit is spawned | Ticks for cooldown after unit is spawned | ||
Revision as of 18:07, 7 August 2019
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/EnemySpawner
Can spawn entities. Used for biter/spitter nests.
Mandatory properties
This prototype inherits all the properties from Prototype/EntityWithHealth.
dying_sound
Type: Sound
animations
Type: AnimationVariations
max_count_of_owned_units
Type: uint32
Count of enemies this spawner can sustain.
max_friends_around_to_spawn
Type: uint32
How many friendly units are required within the spawning_radius of this spawner for it to stop producing more units.
spawning_cooldown
Type: Array of two types/double
Ticks for cooldown after unit is spawned
spawning_radius
Type: double
How far from the spawner can the units be spawned.
spawning_spacing
Type: double
What spaces should be between the spawned units.
max_richness_for_spawn_shift
Type: double
Max richness to determine spawn shift. Spawn shift is linear interpolation between 0 and maxSpawnShift.
max_spawn_shift
Type: double
Caps how much richness can be added on top of evolution when spawning units. (See also [1])
pollution_absorption_absolute
Type: double
pollution_absorption_proportional
Type: double
call_for_help_radius
Type: double
result_units
Type: table of UnitSpawnDefinition
Array of the entities that this spawner can spawn and their spawn probabilities. The sum of probabilities is expected to be 1.0. The array must not be empty.
Optional properties
integration
Type: SpriteVariations
random_animation_offset
Type: bool
Default: true
min_darkness_to_spawn
Type: float
Default: 0.0
max_darkness_to_spawn
Type: float
Default: 1.0