﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	phab_field
2128	[PATCH] Let structures deploy units without any cost directly after being built	Palantius		"The idea is to allow structures to deploy units directly after being built. It should not require more resources.

Example of xml:

{{{
<ProductionQueue>
  <BatchTimeModifier>1.0</BatchTimeModifier>
  <Entities datatype=""tokens"">
    units/{civ}_support_female_citizen_house
  </Entities>
  <Technologies datatype=""tokens"">
    unlock_females_house
  </Technologies>
  <DirectDeployUnit datatype=""tokens"">
    units/{civ}_support_female_citizen_house
  </DirectDeployUnit>
  <DirectDeployCount>20</DirectDeployCount>
</ProductionQueue>
}}}
"	enhancement	new	If Time Permits	Backlog	Simulation				
