This repository has been archived by the owner on Jun 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
artworks.xml
211 lines (180 loc) · 5.33 KB
/
artworks.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<page title="Artwork">
<p style="text-align: center;">
[
<a href="#Vehicles">Vehicles</a>
| <a href="#Buildings">Buildings</a>
| <a href="#Concept Art">Concept Art</a>
]
</p>
<section title="Vehicles">
<p>
<table bgcolor="lightgrey" border="1" width="100%" style="border-style: solid;">
<tr>
<td align="center">
<img src="images/tank.png" alt="" />
</td>
<td><h3>Tank Nr.1</h3>
A slow tank, with a low fire frequency, but with an
extremely strong gun, can drop mines.
</td>
</tr>
<tr>
<td align="center">
<img src="images/tank2.png" alt="" />
</td>
<td>
<h3>Tank Nr.2</h3>
This tank is faster than Nr.1, has weaker gun, but
a faster fire frequency. As Nr.1 it can drop
mine.
</td>
</tr>
<tr>
<td align="center">
<img src="images/helicopter.png" alt="" />
</td>
<td>
<h3>Helicopter</h3>
The helicopter is faster than all ground vehicles,
but it lacks a strong plating, so it can be easily
shoot down. Weapons are a minigun and rockets.
</td>
</tr>
<tr>
<td align="center">
<img src="images/jeep.png" alt="" />
</td>
<td>
<h3>Jeep</h3>
The jeep as basically no plating and only a week
machine gun, but it is fast and the only vehicle
that can capture the flag.
</td>
</tr>
<tr>
<td align="center">
<img src="images/hovercraft.png" alt="" />
</td>
<td>
<h3>Hovercraft</h3>
Can travel over water and land. Weak gun, strong
plating. Can't be destroyed by mines.
</td>
</tr>
<tr>
<td align="center">
<img src="images/trooper.png" alt="" />
</td>
<td>
<h3>Trooper</h3>
Can transport a number of soldiers and release them.
Weapons are two maschine guns + the weapons which the
soldiers carry.
</td>
</tr>
<tr>
<td align="center">
<img src="images/artillery1.png" alt="" />
</td>
<td>
<h3>Artillery 1</h3>
<p>Long Range Weapon Vehicle, can shoot gradates over a long distance.
</p>
</td>
</tr>
<tr>
<td align="center">
<img src="images/flak.png" alt="" />
</td>
<td>
<h3>Flak/MG</h3>
<p>Extreme high fire frequenze, usefull against soldiers, planes and helicopters</p>
</td>
</tr>
<tr>
<td align="center">
<img src="images/artillery2.png" alt="" />
</td>
<td>
<h3>Artillery 2</h3>
<p>Same as Artillery 1, but shoots rockets. Longer Range and more powerfull.</p>
</td>
</tr>
<tr>
<td align="center">
<img src="images/bomber.jpg" alt="" />
</td>
<td>
<h3>Bomber</h3>
Might not be controllable directly by the player. Can
only be destroyed by ground-to-air missles. Weapons:
Lots of bombs, be used to destroy a basis.
</td>
</tr>
<tr>
<td align="center">
<img src="images/huey.jpg" alt="" />
</td>
<td>
<h3>UH-1 Huey</h3>
Rescue helicopter, might be able to capture the
flag. Weapon is a maschine gun.
</td>
</tr>
<tr>
<td align="center">
<img src="images/ambulance.png" alt="" />
</td>
<td>
<h3>Ambulance</h3>
Rescue vehicle, can collect wounded soldiers
</td>
</tr>
<tr>
<td align="center">
<img src="images/soldier.png" alt="" />
</td>
<td>
<h3>Soldier</h3>
There should be different kinds of soldiers, nothing
specific at the moment. Soldiers should be controllable
by the computer.
</td>
</tr>
</table>
</p>
</section>
<section title="Buildings">
<p>
<table bgcolor="lightgrey" border="1" width="100%">
<tr>
<td align="center">
<img src="images/buildings/armoredgenerator.png" alt="" />
</td>
<td><h3>Armored Generator</h3>
</td>
</tr>
<tr>
<td align="center">
<img src="images/buildings/generator.png" alt="" />
</td>
<td><h3>Generator</h3>
</td>
</tr>
<tr>
<td align="center">
<img src="images/buildings/garage.png" alt="" />
</td>
<td><h3>Garage</h3>
</td>
</tr>
</table>
</p>
</section>
<section title="Concept Art">
<thumbnail-link href="images/conceptart1.jpg" />
<thumbnail-link href="images/conceptart2.jpg" />
<thumbnail-link href="images/sketch.jpg" />
</section>
</page>