Jump to content

Colony: Difference between revisions

410 bytes added ,  5 years ago
Marked this version for translation
(Marked this version for translation)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
[[File:colony1.png]]
[[File:colony2.png]]
[[File:colony3.png]]
<translate>
<!--T:1-->
The ant colony means the ants living together but here the word colony is normally also used to refer to the physical [[nest]] built underground too.
The ant colony means the ants living together but here the word colony is normally also used to refer to the physical [[nest]] built underground too.


<!--T:2-->
The different owner status of colonies
The different owner status of colonies
* [[Nest]]
* [[Nest]]
Line 8: Line 16:
* [[Controlled Colony]]
* [[Controlled Colony]]


= Properties =
= Properties = <!--T:3-->
The colony has
The colony has
* Population (the number of ants living there). This population is directly related to the zone of control (zoc) that may interfere with other colonies. The area of the zoc in propotional to the polulation, i.e. the radius is propotional to the square root of the population.
* Population (the number of ants living there). This population is directly related to the zone of control (zoc) that may interfere with other colonies. The area of the zoc in propotional to the polulation, i.e. the radius is propotional to the square root of the population.
Line 20: Line 28:
* Name
* Name


<!--T:4-->
Implementation note: All numbers are stored as floating numbers but the user interface rounds values.
Implementation note: All numbers are stored as floating numbers but the user interface rounds values.


= Orders =
= Orders = <!--T:5-->
The player may set what the ants should be doing in the colony. See [[Colony Orders]]
The player may set what the ants should be doing in the colony. See [[Colony Orders]]


= Founding =
= Founding = <!--T:6-->
See [[Build Nest]] and [[Colonize]]
See [[Found New Colony]] (was [[Build Nest]] and [[Colonize]])
 
= Competition for food = <!--T:8-->
If 2 (or more) colonies areas overlap they compete for food making it harder to get enough food in both colonies. Both allied and enemy colonies have the same effect.


= Over time =
= Over time = <!--T:7-->
* Ordered to expand, the colony expands the nest's capacity.
* Ordered to expand, the colony expands the nest's capacity.
* Ordered to breed the colony do so if there is enough capacity.
* Ordered to breed the colony do so if there is enough capacity.
Line 36: Line 48:
* Sometimes cave ins and other accidents occur (decreasing capacity and killing ants)
* Sometimes cave ins and other accidents occur (decreasing capacity and killing ants)
* See [[Technical Implementation]] for the actual calculations being done
* See [[Technical Implementation]] for the actual calculations being done
</translate>