forked from TheKotti/thekotti.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
55 lines (51 loc) · 2 KB
/
about.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
<!DOCTYPE html>
<html>
<head lang="en">
<title>Hitman Roulette</title>
<link rel="stylesheet" href="css/main.css" type="text/css" />
<meta charset="utf-8" />
</head>
<body>
<header>
<img src="roulettebanner2018.png" />
</header>
<nav>
<a href="roulette.html">Blood Money</a><br />
<a href="index.html">HITMAN</a><br />
<a href="about.html">About</a>
</nav>
<section>
<p>
Original 'about' page <a href="https://thekotti.github.io/about.html">https://thekotti.github.io/about.html</a>
<br><br><br>
What I did to make the 'HITMAN' roulette even better:
<br><br>
1. Added an extra condition: "Kill the targets in the given order". The order of the targets will be randomized if you get it.
<br><br>
2. Added an option to prevent the main mission targets from appearing on Contracts rolls.
<br><br>
3. Added options to add unlockable weapons to rolls. This is supposed to make you use them more often.
<br><br>
4. Added an option to set the minimum and maximum amount of targets for Contracts mode.
<br><br>
5. Added targets for 'Contracts' mode for HITMAN 2 levels.
<br><br>
6. Added locations of melee items for all of the levels.
<br><br>
7. Removed some melee weapons that are not present on the levels they were listed in.
<br><br>
8. Added 'Nightcall' mission to the roulette.
<br><br>
9. Added options to roll for only season 1 or season 2 missions.
<br><br>
10. Added the link that opens the map for the rolled level on hitman2maps.
</p>
<br>
<a href="https://github.com/andoleal/hitman-roulette/issues">>>> Click here to report an error <<<</a>
</section>
<footer>
<p>Enhanced roulette by <a href="https://steamcommunity.com/id/andole">andole</a> | <a href="https://github.com/andoleal/hitman-roulette">Fork Github</a> </p>
<p>Original roulette by <a href="https://twitter.com/TheKotti">Kotti</a> | <a href="https://github.com/TheKotti/thekotti.github.io">Original Github</a> </p>
</footer>
</body>
</html>