Difference between revisions of "Unit Movement"
Jump to navigation
Jump to search
TinyCoyote (talk | contribs) |
TinyCoyote (talk | contribs) |
||
Line 36: | Line 36: | ||
* Every target's possibility is overridden by it's highest priority. (e.g. if an archery could move to an enemy AND attack it, it would never move to it) | * Every target's possibility is overridden by it's highest priority. (e.g. if an archery could move to an enemy AND attack it, it would never move to it) | ||
* Melee units attack when their on the same tile as the target. | * Melee units attack when their on the same tile as the target. | ||
− | * No unit will attack a town-center while there are still other buildings in the town (this makes town-centers invincible) | + | * No unit will attack a town-center while there are still other buildings in the town (this makes town-centers kind of invincible) |
= References = | = References = | ||
{{Reflist}} | {{Reflist}} |
Revision as of 13:32, 25 May 2013
This site explains how units decide to move.
Decision
Chooses randomly any of these possibilities, of none remains the unit does not move (e.g. stands still on tile where it was spawned)
Priority => | Low | High | |||
Move to an reachable .. | Attack an .. | ||||
Type | town-center[1] | enemy[2] | enemy-building | enemy | enemy-building |
---|---|---|---|---|---|
.. in sight-range | .. in sight-range, in line-of-sight, and in attack-range | ||||
Melee | x | x | x | ||
Archery | x | x | x | x | x |
Siege Melee | x | x | |||
Siege Archery | x | x | x |
- Every target's possibility is overridden by it's highest priority. (e.g. if an archery could move to an enemy AND attack it, it would never move to it)
- Melee units attack when their on the same tile as the target.
- No unit will attack a town-center while there are still other buildings in the town (this makes town-centers kind of invincible)