blob: 4a4e5f6ae0088b0c5f7f7951c2e1ba60220f5f59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<!DOCTYPE html>
<head>
<title>Crusader Rex - Notes</title>
<link rel="stylesheet" href="/fonts/fonts.css">
<link rel="stylesheet" href="/style.css">
<style>h1{text-align:center}body{max-width:50rem;margin:0 auto;}</style>
</head>
<body>
<div class="main">
<h1>
Crusader Rex: Implementation Notes</h1>
<hr>
<p>
How do I designate the attacking main force?
<p>
The first block that moves into a contested area defines the main force. Any other blocks
who enter the battle from the same road also count as being part of the main force.
The attacking main force move is marked with an asterisk in the game log.
<hr>
<p style="font-style:normal;font-size:36px;text-align:center;margin:0">✠</p>
|