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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Time of Crisis - Playtest 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;}
li{margin:0.5rem 0}
blockquote{
margin:1em;
padding:1em;
background-color:gainsboro;
}
</style>
</head>
<body>
<article>
<h1>
Time of Crisis - Deluxe Edition Playtest
</h1>
<hr>
<p>
The "Deluxe Edition" option will enable the following changes.
<p>
Please send playtest feedback to the designers:
<ul>
<li>By e-mail to tempus42@yahoo.com, wrayferrell@gmail.com, and jasoncarr@gmtgames.com.
<li>On the <a href="https://discord.gg/pvp5f7W3zD">#time-of-crisis</a> Discord channel
</ul>
<p>
Note that the art for the new components is PLAYTEST only - the real thing will look nicer, we promise!
<hr>
<h3>
Setup
</h3>
<p>
Draft initial provinces in reverse order (last player picks first).
<p>
<i>This should help reduce the first player advantage.</i>
<p>
The 4th player gets a better pick and less chance of getting totally screwed by the time he gets his first turn. (Rule change only.)
<h3>
Military Emperor
</h3>
<p>
Change special disadvantage to:
<blockquote>
Roll 1 die and add 1 to the value per hit dealt to the Emperor's army.
If the total value is at least 7, your Emperor has died in battle.
</blockquote>
<p>
<i>This should make a Military Emperor considerably more durable.</i>
<h3>
Card - Foederati
</h3>
<p>
Change card text to:
<blockquote>
Select an army you command in a Roman province and remove one non-leader
barbarian counter not in a player's army from the selected army's region. If
the selected army contains fewer barbarians than legions, the barbarian joins
your army. Otherwise, return the barbarian to its home region on its inactive
side.
</blockquote>
<ul>
<li>Limit to current province only.
<li>Limit to Roman provinces (no recruiting in barbarian homelands).
</ul>
<h3>
Card - Demagogue
</h3>
<p>
Change card text to:
<blockquote>
Each other player with 5 or more cards in hand must simultaneously discard one
card (of value 2 or higher, if possible.) Only one Demagogue may be played per
Action Phase.
</blockquote>
<ul>
<li>Limit to players with 5+ cards in hand.
<li>Put in discard, not return to available.
<li>Must choose a value 2+ card if possible.
<li>No Mob tokens placed.
</ul>
<h3>
Improvements
</h3>
<dl>
<p>
Remove Amphitheater.
<p>
Add 4 new improvement building options:
<dt>
Market
<dd>
For each Market in a province you govern, during your turn you may exchange 1 Influence point for 1 Influence point of another type.
<i>(E.g. You control 2 Markets, and you decide to change 1 Red and 1 Yellow point into 2 Blue points.)</i>
<dt>
Port
<dd>
You may move one army per turn from your governed province with a Port to any other Roman province for 1 Military influence.
<dt>
Monument
<dd>
Any time your Governor is removed from a province with a Monument, remove the Monument and place 1 Mob token in that province.
<dt>
Temple
<dd>
During your Crisis phase you may re-roll the Crisis dice once for each Temple in a province you govern.
<i>Note: Not the barbarian invasion dice!</i>
</dl>
<p>
Maximum 3 (different) Improvements per province.
<hr>
<img style="display:block;margin:20px auto;" src="../favicon.png">
|