blob: ed3e2a5a0c6540950a90040c992d6128312f3f00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<dl>
<dt>
<label>
<input type="checkbox" name="iron_bridge" value="true">
Iron Bridge
</label>
<dd>The road between Antioch and Harim has a move limit of 3.
</dl>
<dl>
<dt>
<label>
<input type="checkbox" id="delay_hits" name="delay_hits" value="true">
Delayed hit assignment
</label>
<dd>Fire all blocks with the same initiative before assigning hits.
|