Changeset 136 for trunk/Forms
- Timestamp:
- Jul 6, 2017, 12:04:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormHelp.pas
r135 r136 37 37 'opponents.' + LineEnding + LineEnding + 38 38 'Each cell has defined number of units which can be instructed to attack ' + 39 'enemy or neutral adj ecent cells. Units can also defend against enemy attach from adjecent cells. ' +39 'enemy or neutral adjacent cells. Units can also defend against enemy attach from adjacent cells. ' + 40 40 'You can move units inside your territory. ' + LineEnding + 41 41 'Number of units in cells grows by square root of number of units. More units cell contains, more ' + … … 43 43 'have more units but excessive cells will die gradually every turn to balance to number 99.' + 44 44 LineEnding + LineEnding + 45 'Resolution of attac hof units is determined by rule similar to one which is ' +45 'Resolution of attack of units is determined by rule similar to one which is ' + 46 46 'used in Risk game. Battle consist of several fights. Each fight attacker can use ' + 47 47 'up to 3 units and defender up to 2 units. Number of units for each side determine ' + 48 'number of dices. Both sides roll their dices and order them in descending order. ' +48 'number of dices. Both sides roll their dices and order them in descending order. ' + 49 49 'Each side takes one dice with highest value. One who has dice with higher value wins. ' + 50 50 'In case of tie, defender wins. Loser lose its unit and another pair of dices is evaluated. ' +
Note:
See TracChangeset
for help on using the changeset viewer.