result_units from spawner prototype, or evolution spawn func
result_units from spawner prototype, or evolution spawn func
I want to emulate the evolution-based spawning pattern of a biter-spawner. The easiest solution for me would be if the API exposed a function for the spawner prototype that did the selection for me, in the same fashion that real spawns use. Alternatively, just exposing result_units and making me do the math myself would still be useful.
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: result_units from spawner prototype, or evolution spawn func
What are you trying to do that would need this?
Re: result_units from spawner prototype, or evolution spawn func
"hatch" dropped artifacts [back] into biters
viewtopic.php?f=93&t=26524
My "dumb" solution is to just limit it to low-hp enemies, but that's no good late-game. What I want to do is pick something from the current evolution spawn table. (I already wrote code to balance out the various types of enemies linked to a particular color artifact, but threw it out when I couldn't find the evolution info)
viewtopic.php?f=93&t=26524
My "dumb" solution is to just limit it to low-hp enemies, but that's no good late-game. What I want to do is pick something from the current evolution spawn table. (I already wrote code to balance out the various types of enemies linked to a particular color artifact, but threw it out when I couldn't find the evolution info)
Re: result_units from spawner prototype, or evolution spawn func
This is a duplicate of viewtopic.php?f=28&t=16008
Also, this has supposedly been implemented for an upcoming release.
Also, this has supposedly been implemented for an upcoming release.