forked from FAForever/fa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpatchnotes_template.html
99 lines (84 loc) · 4.21 KB
/
patchnotes_template.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>Patch XXXX</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="patchnotes.css">
</head>
<body>
<table id="container">
<tbody>
<tr>
<td id="main">
<div id="intro">
<h1>Patch XXXX</h1>
<p>Welcome to the patchnotes for the XXXX patch.</p>
<p>Intro Text</p>
<p>We wish you good luck and much fun playing with the new patch!</p>
<p>-- The Balance Team</p>
</div>
<h2>Land</h2>
<div id="aeont1maa" class="card">
<h3><img src="images/aeont1maa.png"> Unit</h3>
<p>WText</p>
<ul>
<li>Health: <strike>360</strike> ? 250</li>
<li>Range: <strike>32</strike> ? 35</li>
</ul>
</div>
<h2>ACUs</h2>
<div id="allacu" class="card">
<h3><img src="images/RAS.png">RAS & ARAS</h3>
<p>Text</p>
ACU RAS:
<ul>
<li>BuildTime: <strike>1400</strike> ? 2800
<li>Energy cost: <strike>150000</strike> ? 175000
<li>Aeon energy income: <strike>2700</strike> ? 1700 energy</li>
<li>Seraphim energy income: <strike>3000</strike> ? 2000 energy</li>
<li>UEF energy income: <strike>3300</strike> ? 2500 energy</li>
<li>Cybran energy income: <strike>3500</strike> ? 2700 energy</li>
</ul>
SCU RAS:
<ul><li>Energy cost: <strike>60000</strike> ? 90000</li></ul>
</div>
<h2>Bug Fixes</h2>
<div id="uefmml" class="card">
<h3><img src="images/uefmml.png"> Flapjack</h3>
The Flapjack now does friendly fire damage like all other MMLs. <br><br>
</div>
<p style="height: 1000px"></p>
</td>
<td id="sidebar">
<div id="icongrid">
<h2><a href="#container">Contents</a></h2>
</p><p>Land<br>
<a href="#aeont1maa"><img src="images/aeont1maa.png"></a>
</p><p>Air<br>
<a href="#janus"><img src="images/janus.png"></a>
<a href="#t1 bomber"><img src="images/t1bomber.png"></a>
<a href="#mercy"><img src="images/mercy.png"></a>
</p><p>Structures<br>
<a href="#aeontmd"><img src="images/aeontmd.png"></a>
<a href="#t2landhq"><img src="images/t2landhq.png"></a>
<a href="#airstaging"><img src="images/airstaging.png"></a>
</p><p>ACUs<br>
<a href="#allacu"><img src="images/RAS.png"></a>
<a href="#t2"><img src="images/t2.png"></a>
<a href="#uefcom"><img src="images/uefcom.png"></a>
<a href="#seracom"><img src="images/seracom.png"></a>
</p><p>Bug Fixes<br>
<a href="#uefmml"><img src="images/uefmml.png"></a>
<a href="#selen"><img src="images/selen.png"></a>
<a href="#aeonnavaltmd"><img src="images/aeonbs.png"></a>
<a href="#transdrops"><img src="images/beetle.png"></a>
<a href="#cloakfx"><img src="images/mole.png"></a>
</div>
</td>
</tr>
</tbody>
</table>
</body>
</html>