File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,18 @@ Combat & Upgrades
44Shooting
55--------
66
7- todo
7+ Requirements for shooting:
88
9- Visibility
10- ^^^^^^^^^^
9+ - the target is withing shooting range.
10+ - the target is visible in line (or arc).
11+ - the target is not covered by fog-of-war.
1112
12- todo
13+ .. note ::
14+ Fog-of-war is not yet implemented.
1315
14- Elevation
15- ^^^^^^^^^
16-
17- todo
16+ Most units can shoot in straight line only.
17+ Some units can shoot in an arc, which is defined by ``shooterElevation `` and ``targetElevation ``.
18+ This allows to shoot "over a horizon", or "behind a corner".
1819
1920Explosions
2021----------
@@ -55,4 +56,11 @@ When the delay expires, the unit starts healing at the specified rate.
5556Upgrades
5657--------
5758
58- todo
59+ Research usually consumes some resources to produce upgrades.
60+ Upgrades will stack, up to a specified limit.
61+ This means that the upgrades have a ramp-up phase.
62+ When research stops, the upgrades will dissipate after some time.
63+
64+ Most upgrades apply percentage increase to one or more of the properties of a unit.
65+
66+ Each unit has a list of upgrades that apply to it.
You can’t perform that action at this time.
0 commit comments