Opened 11 years ago

Last modified 4 years ago

#2128 new enhancement

[PATCH] Let structures deploy units directly without any cost directly after being built — at Initial Version

Reported by: Palantius Owned by:
Priority: If Time Permits Milestone: Backlog
Component: Simulation Keywords:
Cc: Patch:

Description

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>

Change History (2)

by Palantius, 11 years ago

Attachment: diffDirectDeploy added

by Palantius, 11 years ago

Attachment: DirectDeploy.diff added
Note: See TracTickets for help on using tickets.