This repository was archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlegacy-characters.html
More file actions
81 lines (76 loc) · 5.58 KB
/
legacy-characters.html
File metadata and controls
81 lines (76 loc) · 5.58 KB
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
<html>
<head>
<link href="/legacy.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="type" content="website">
<!-- HTML Meta Tags -->
<title>Sonic the Hedgehog in DOOM: Legacy Edition » Information</title>
<meta name="description" content="Information about Sonic's weapons and abilities.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://sonic-lockandload.github.io/legacy-characters.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Sonic the Hedgehog in DOOM: Legacy Edition » Information">
<meta property="og:description" content="Information about Sonic's weapons and abilities.">
<meta property="og:image" content="https://raw.githubusercontent.com/Sonic-LockandLoad/SonicDoom-Legacy/edge/Graphics/TITLEPIC.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="sonic-lockandload.github.io">
<meta property="twitter:url" content="https://sonic-lockandload.github.io/legacy-characters.html">
<meta name="twitter:title" content="Sonic the Hedgehog in DOOM: Legacy Edition » Information">
<meta name="twitter:description" content="Information about Sonic's weapons and abilities.">
<meta name="twitter:image" content="https://raw.githubusercontent.com/Sonic-LockandLoad/SonicDoom-Legacy/edge/Graphics/TITLEPIC.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<script src="https://kit.fontawesome.com/56b6b2df41.js" crossorigin="anonymous"></script>
<title>Sonic the Hedgehog in DOOM: Legacy Edition » Information</title>
</head>
<body>
<div id="header">
<a href="legacy.html"><img src="STH-In-DoomLogo.png" id="logo"/></a>
<hr id="separator">
</div>
<div id="content">
<a href="legacy.html" style="position:absolute;">⟨ Back to main page</a>
<h1>Skills and weapons</h1>
<img src=sonic.png id=character />
<h3>Sonic the Hedgehog</h3>
<p>Sonic is a blend of Sonic: Lock & Load's Modern and Classic Sonic, with super high mobility, but with an air of classic DOOM-ness.</p>
<p>He can blast through the levels much faster than Doomguy would be able to, and he doesn't even need a rocket-powered wheelchair to do it!</p>
<p>A lot of his weapons and movement skills can be tied together for high speed and fast action gameplay.</p>
<h4>Skills</h4>
<ul>
<li><strong>Kick</strong> - <kbd>Kick</kbd> <br> Sonic can kick enemies at any time. Unlike its Sonic: Lock & Load counterpart, Sonic won't do extra damage if he's in the air.</li>
</ul>
<h4>Weapons</h4>
<ul>
<li><strong>Caliburn</strong> - Sonic's personal talking sword from a dimension of stories.</li>
<ul>
<li><strong>Sword Swing</strong> - <kbd>Fire</kbd> <br> Swing Caliburn from side to side. Hold down <kbd>Fire</kbd> to continuously swing. Attacks multiple times in a single hit.</li>
<li><strong>Boost</strong> - <kbd>Alt-Fire</kbd> <br> Make Sonic zoom forward at high speed. The longer you hold, the faster it'll go. Press <kbd>Jump</kbd> to perform a Boost Jump, which preserves the Boost's momentum and gives Sonic a height boost. Can be held mid-air, unlike its Sonic: Lock & Load counterpart.</li>
</ul>
<li><strong>Speedforce Pistol</strong> - A railshot pistol that can send Sonic flying back quite a bit.</li>
<ul>
<li><strong>Speedforce Burst</strong> - <kbd>Fire</kbd> <br> Fire a weak railgun shot.</li>
<li><strong>Charged Burst</strong> - <kbd>Fire</kbd> <br> Fire a strong railgun shot.</li>
</ul>
<li><strong>Speedy Shotgun</strong> - An automatic shotgun with a burst fire.</li>
<ul>
<li><strong>Speedy Shot</strong> - <kbd>Fire</kbd> <br> Fire a rapid shotgun blast.</li>
</ul>
<li><strong>Chaos Rain</strong> - A turbo-charged chaingun with a wide spread.</li>
<ul>
<li><strong>Bullet Rain</strong> - <kbd>Fire</kbd> <br> Fire a barrage of incredibly inaccurate bullets.</li>
</ul>
<li><strong>Eclipse Blaster</strong> - An enhanced plasma rifle that has the ability to heal.</li>
<ul>
<li><strong>Eclipse Shot</strong> - <kbd>Fire</kbd> <br>Fire a stream of plasma that deals continuous damage to enemies.</li>
<li><strong>Chaos Restoration</strong> - <kbd>Alt-Fire</kbd> <br> The Eclipse Blaster can heal Sonic. It doesn't waste as much Energy as the Sonic: Lock & Load version, so go nuts.</li>
</ul>
<li><strong>Rocket Stream</strong> - A rapid fire rocket launcher that can be used for rocket jumping.</li>
<ul>
<li><strong>Stream Launch</strong> - <kbd>Fire</kbd> <br> Fire a stream of rockets that launch targets far, including Sonic. Sonic takes less damage from his own rockets, so you can get away with rocket jumping.</li>
</ul>
</ul>
</div>
</body>
</html>