Skip to content

Commit b2ed837

Browse files
committed
docs
1 parent 73cf3e5 commit b2ed837

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

sphinx/source/concepts/combat.rst

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ Combat & Upgrades
44
Shooting
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

1920
Explosions
2021
----------
@@ -55,4 +56,11 @@ When the delay expires, the unit starts healing at the specified rate.
5556
Upgrades
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.

0 commit comments

Comments
 (0)