-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
68 lines (47 loc) · 3.01 KB
/
index.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>AVR Update Index</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="header">
<img id="logo" src="https://cdn.discordapp.com/attachments/548914397527932938/554849212207202324/avrlogo2.png"></img>
<ul>
<li><a href="https://github.com/pozzum/AxiomRandomizer">GitHub</a></li>
<li><a href="https://github.com/pozzum/AxiomRandomizer/releases/latest">Download</a></li>
<li><a href="">Tutorials</a></li>
<li><a href="https://www.twitch.tv/pozzum">Twitch</a></li>
<li><a href="https://twitter.com/Pozzum">Twitter</a></li>
<li><a href="https://discord.gg/GSkA4ms">Discord</a></li>
</ul>
</div>
<div class="middle">
<div class="container">
<div id="project_description">An all purpose tool for modifying and randomizing different aspects of the game Axiom Verge.</div>
<div id="creator">Created By: Pozzum</div>
<div id="contributor">Contributors: VideoGameRoulette, and Leemyy</div>
<div id="version">Current Version: 0.7.5.0</div>
</div>
<div class="headername">Easy Mode</div>
<div class="description">Locks items to be within areas reachable by vanilla item combinations. This will likely take you on a route closer to the vanilla game than other logic.</div>
<img id="screenshot1" src="https://cdn.discordapp.com/attachments/548914397527932938/554832571838758936/20190311210141_1.jpg" />
<img id="screenshot1" src="https://cdn.discordapp.com/attachments/548914397527932938/554832585109405696/20190311210305_1.jpg" />
<img id="screenshot1" src="https://cdn.discordapp.com/attachments/548914397527932938/554832638456627211/20190311210429_1.jpg" />
<div class="headername">Normal Mode</div>
<div class="description">Takes into account more complex item combinations which can lead to larger progression processes.</div>
<img id="screenshot2" src="https://cdn.discordapp.com/attachments/548914397527932938/554834861496729610/20190311211152_1.jpg" />
<img id="screenshot2" src="https://cdn.discordapp.com/attachments/548914397527932938/554834874893205505/20190311211329_1.jpg" />
<img id="screenshot2" src="https://cdn.discordapp.com/attachments/548914397527932938/554834888679751710/20190311211530_1.jpg" />
<div class="headername">Practice Mode</div>
<div class="description">Spawns all upgrades and weapons in the opening area for practicing different combinations of logic for progression.</div>
<img id="screenshot3" src="https://cdn.discordapp.com/attachments/548914397527932938/554833632691224580/20190311210903_1.jpg" />
<img id="screenshot3" src="https://cdn.discordapp.com/attachments/548914397527932938/554833644259377152/20190311210941_1.jpg" />
<img id="screenshot3" src="https://cdn.discordapp.com/attachments/548914397527932938/554833657110724628/20190311211001_1.jpg" />
<div class="headername">Rebuild</div>
<div class="description">this option rebuilds the working files. This allows for some additional modding capability.</div>
<img id="screenshot4" src="" />
</div>
</body>
</html>