-
Notifications
You must be signed in to change notification settings - Fork 0
/
fast_castle.html
252 lines (243 loc) · 12.5 KB
/
fast_castle.html
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AGE OF EMPIRES II OPENINGS</title>
<link rel="stylesheet" type="text/css" href="basic.css">
</head>
<body>
<div class="grid-container">
<header class="header">
<div class="title">
<h1>AGE OF EMPIRES II OPENINGS</h1>
</div>
<div class="nav">
<nav>
<a href="index.html">Home</a>
<a href="land.html">Land openings</a>
<a href="coastal.html">Coastal openings</a>
<a href="water.html">Water openings</a>
</nav>
</div>
</header>
<div class="page">
<section class ="main_info">
<h2>Fast castle opening</h2>
<p>
The fast castle opening is an easy to perform opening used mainly in land team games in which you play in the center of the map.
The game plan with this opening is to perform a quick pass to castle age and attack in that age
with knights or boom your economy.
</p>
<h3>Development</h3>
<table>
<tr>
<th class="col1">Population counter</th>
<th class="col2">Action</th>
<th class="col3"></th>
</tr>
<tr>
<td><p class="cell_text_number">4</p></td>
<td><p class="cell_text">Enqueue villagers in your urban center</p></td>
<td class="image_column"><img src="img/villager.png" alt="Villager icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">4</p></td>
<td><p class="cell_text">Send two villagers to build one house</p></td>
<td class="image_column"><img src="img/house.png" alt="House icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">4</p></td>
<td><p class="cell_text">Send one villager to build one house</p></td>
<td class="image_column"><img src="img/house.png" alt="House icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">4</p></td>
<td><p class="cell_text">Use you scout to find your sheep and boars</p></td>
<td class="image_column"><img src="img/scout.png" alt="Scout icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">5-7</p></td>
<td><p class="cell_text">Send all the villagers villagers to gather from sheep</p></td>
<td class="image_column"><img src="img/sheep.png" alt="Sheep icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">8-11</p></td>
<td><p class="cell_text">Send the villagers to build a lumber camp and gather wood</p></td>
<td class="image_column"><img src="img/lumber.png" alt="Lumber icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">12</p></td>
<td><p class="cell_text">Send the villager to lure boar</p></td>
<td class="image_column"><img src="img/boar.png" alt="Boar icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">12</p></td>
<td><p class="cell_text">Research loom</p></td>
<td class="image_column"><img src="img/loom.png" alt="Loom icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">13</p></td>
<td><p class="cell_text">Send the villager to build one house</p></td>
<td class="image_column"><img src="img/house.png" alt="House icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">14</p></td>
<td><p class="cell_text">Send the villager to gather from sheep</p></td>
<td class="image_column"><img src="img/sheep.png" alt="Sheep icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">14</p></td>
<td><p class="cell_text">When the house has been built, send both villagers to build a mill and gather from berries</p></td>
<td class="image_column"><img src="img/mill.png" alt="Mill icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">15-16</p></td>
<td><p class="cell_text">Send the villagers to gather from berries</p></td>
<td class="image_column"><img src="img/mill.png" alt="Mill icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">17</p></td>
<td><p class="cell_text">Send the villager to lure boar</p></td>
<td class="image_column"><img src="img/boar.png" alt="Boar icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">18</p></td>
<td><p class="cell_text">Send the villager to build one house</p></td>
<td class="image_column"><img src="img/house.png" alt="House icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">19</p></td>
<td><p class="cell_text">Send the villager to gather food from sheep or boar</p></td>
<td class="image_column"><img src="img/sheep.png" alt="Sheep icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">20-22</p></td>
<td><p class="cell_text">Send the villagers to build a lumber camp and gather wood</p></td>
<td class="image_column"><img src="img/lumber.png" alt="Lumber icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">23</p></td>
<td><p class="cell_text">Send the villager to build one house</p></td>
<td class="image_column"><img src="img/house.png" alt="House icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">23</p></td>
<td><p class="cell_text">Send four villagers that are gathering from sheep or boar to build a mill an gather deer</p></td>
<td class="image_column"><img src="img/mill.png" alt="Mill icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">24</p></td>
<td><p class="cell_text">Send the villager to gather wood near the last lumber camp created</p></td>
<td class="image_column"><img src="img/lumber.png" alt="Lumber icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">24</p></td>
<td><p class="cell_text">When the house has been built, send the villager to gather wood near the last lumber camp created</p></td>
<td class="image_column"><img src="img/lumber.png" alt="Lumber icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">24</p></td>
<td><p class="cell_text">Send one villager that is gathering from sheep or boar to gather wood near the first lumber camp created</p></td>
<td class="image_column"><img src="img/lumber.png" alt="Lumber icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">25-26</p></td>
<td><p class="cell_text">Send the villagers to gather wood near the town center</p></td>
<td class="image_column"><img src="img/lumber.png" alt="Lumber icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">27</p></td>
<td><p class="cell_text">Send the villager to build a farm</p></td>
<td class="image_column"><img src="img/farm.png" alt="Farm icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">27</p></td>
<td><p class="cell_text">Send two villagers that are gathering wood near the town center to build two farms</p></td>
<td class="image_column"><img src="img/farm.png" alt="Farm icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">28-30</p></td>
<td><p class="cell_text">Send the villagers to build a miner camp and gather gold</p></td>
<td class="image_column"><img src="img/miner.png" alt="Miner icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">30</p></td>
<td><p class="cell_text">Pass to Feudal age</p></td>
<td class="image_column"><img src="img/feudal.png" alt="Feudal icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">30</p></td>
<td><p class="cell_text">Send one villager that is gathering food from berries to build a house and a barracks</p></td>
<td class="image_column"><img src="img/house.png" alt="House icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">30</p></td>
<td><p class="cell_text">When the house has been built, send the villager to build a stable (in feudal age)</p></td>
<td class="image_column"><img src="img/stable.png" alt="Stable icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">30</p></td>
<td><p class="cell_text">Send one villager that is gathering food from berries to build a blacksmith (in feudal age)</p></td>
<td class="image_column"><img src="img/blacksmith.png" alt="Blacksmith icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">31-32</p></td>
<td><p class="cell_text">Send the villagers to gather gold</p></td>
<td class="image_column"><img src="img/miner.png" alt="Miner icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">32</p></td>
<td><p class="cell_text">Pass to Castle age</p></td>
<td class="image_column"><img src="img/castle.png" alt="Castle icon"></td>
</tr>
</table>
<h4>Sources: </h4>
<div class="videos">
<iframe src="https://www.youtube.com/embed/MzvC9yXvMqo" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</section>
<article class="opening_list">
<h3 class="openings_title">Opening list</h3>
<div class="land_openings">
<a href="land.html">Land openings</a>
<ul>
<li>
<a href="standard.html">Standard</a>
<ul>
<li><a href="standard_scouts.html">Scouts</a></li>
<li><a href="standard_archers.html">Archers</a></li>
</ul>
</li>
<li>
<a href="fast_castle.html">Fast castle</a>
</li>
</ul>
</div>
<div class="coastal_openings">
<a href="coastal.html">Coastal Openings</a>
<ul>
<li><a href="coastal_standard.html">Coastal standard</a></li>
</ul>
</div>
<div class="water_openings">
<a href="water.html">Water openings</a>
<ul>
<li>
<a href="water_standard.html">Water standard</a>
<ul>
<li><a href="water_standard_galleys.html">Galleys</a></li>
<li><a href="water_standard_fire_ships.html">Fire ships</a></li>
</ul>
</li>
</ul>
</div>
</article>
</div>
<footer>
<p>
Created by: Pablo García Marcos, UO245371
</p>
</footer>
</div>
</body>
</html>