-
Notifications
You must be signed in to change notification settings - Fork 0
/
water_standard_fire_ships.html
232 lines (223 loc) · 11.5 KB
/
water_standard_fire_ships.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
<!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>Standard coastal opening</h2>
<p>
The standard coastal opening is an easy to perform aggressive opening used in water maps.
The game plan with this opening is to perform a safe but aggressive pass to feudal age an attack there with fire galleys.
</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 wood near the first lumber camp created</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 the villager to build a dock</p></td>
<td class="image_column"><img src="img/dock.png" alt="Dock icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">15</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">15-17</p></td>
<td><p class="cell_text">Send the villagers 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">17</p></td>
<td><p class="cell_text">Enqueue four fishing ships in your dock</p></td>
<td class="image_column"><img src="img/fishing_ship.png" alt="Fishing ship icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">17</p></td>
<td><p class="cell_text">When the dock has been built, send the villager to build a house</p></td>
<td class="image_column"><img src="img/house.png" alt="House icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">17-20</p></td>
<td><p class="cell_text">Send the villagers 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</p></td>
<td><p class="cell_text">When the house has been built, send the villager to build a houses</p></td>
<td class="image_column"><img src="img/house.png" alt="House icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">20-26</p></td>
<td><p class="cell_text">Send the villagers 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">26</p></td>
<td><p class="cell_text">Pass to feudal age</p></td>
<td class="image_column"><img src="img/house.png" alt="House icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">26</p></td>
<td><p class="cell_text">Send seven villagers that are gathering from sheep or boar 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">26</p></td>
<td><p class="cell_text">Send all the villagers that are gathering from sheep or boar 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">26</p></td>
<td><p class="cell_text">Enqueue fire galleys until you reach to castle age</p></td>
<td class="image_column"><img src="img/fire_galley.png" alt="Fire galley icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">26</p></td>
<td><p class="cell_text">Send the villager that was building houses to build a dock</p></td>
<td class="image_column"><img src="img/dock.png" alt="Dock icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">26</p></td>
<td><p class="cell_text">Send one villager that was gathering wood near the town center to build a house until you reach 200 of max population</p></td>
<td class="image_column"><img src="img/House.png" alt="House icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">27</p></td>
<td><p class="cell_text">Send the villager that was building the dock to build a dock</p></td>
<td class="image_column"><img src="img/dock.png" alt="Dock icon"></td>
</tr>
<tr>
<td><p class="cell_text_number">32-35</p></td>
<td><p class="cell_text">Send four villagers to gather food 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">36</p></td>
<td><p class="cell_text">Send the villagers that were gathering food to build a mill and gather from berries</p></td>
<td class="image_column"><img src="img/mill.png" alt="Mill icon"></td>
</tr>
</table>
<h4>Sources: </h4>
<div class="videos">
<iframe src="https://www.youtube.com/embed/fnjltfJh-4Y" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/Uiu09dzn6wM" 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>