How much time is needed to spawn a creep ?
- 
					
					
					
					
 Hello, I can't find the information on how many game ticks are needed to spawn a creep with a defined body Is it simply 1 tick per body part ? or something more complicated ? Example : body = [WORK, CARRY, MOVE, MOVE ] -_> Does this body take 4 game ticks to be spawned ? (when energey is available obviously) Thank you 
 
- 
					
					
					
					
 I'm not sure I read it somewhere or just notice when my creeps spawn, 1 body part take 3 ticks to spawn. So if your creep has [WORK, CARRY, MOVE, MOVE], it takes 12 ticks to spawn that creep. 
 
- 
					
					
					
					
 
 
- 
					
					
					
					
 OK, great . 3 ticks/body parts. Didn't see this before  
 
- 
					
					
					
					
 there is also game const in case it changes in future CREEP_SPAWN_TIME: 3