-
Notifications
You must be signed in to change notification settings - Fork 0
/
more-info.html
62 lines (57 loc) · 3.13 KB
/
more-info.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
<!DOCTYPE html>
<html lang="en-us" data-bs-theme="dark">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>More Info | R6S Roulette</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- CSS & Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel='stylesheet' href='common.css'>
<!-- scripts -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="scripts/common.js"></script>
<script src="scripts/more.js"></script>
</head>
<body>
<div id="header"></div>
<div class="container" id="main">
<h2 class="siege-uppercase page-title">More Info</h2>
<div>
<h4 class="siege-uppercase subheader">What is this?</h4>
<p>
If you've ever played Siege, you might have trouble deciding which operator
to play. This website contains a couple of customizable randomizers
where you could randomly select an operator or a gun meeting certain criteria.
</p>
<p>
A page of useful information for guns is located <a href="guns.html">here</a>,
which includes information about damage, mag size, and more. Another page provides
information for operators, located <a href="ops.html">here</a>. This page displays
loadouts for the operators.
</p>
<p>You can get started by using the navigation bar above!</p>
</div>
<div>
<h4 class="siege-uppercase subheader">How do I use this?</h4>
<p><b>Q: Want to select a random pistol to use? What about some random primary?</b></p>
<p>A: Simple: Go <a href="gun-roulette.html">here</a></p>
<p><b>Q: What about selecting some random defender or attacker?</b></p>
<p>A: Easy: Click <a href="op-roulette.html">here</a></p>
<p><b>Q: Why? Siege already has a randomizer!</b></p>
<p>
A: Sure, Siege does have a randomizer, but it isn't customizable (nor can you randomize which gun to use).
This site gives you the ability to add certain criteria to your randomization, to customize what pool
of operators or guns you want to select from.
</p>
</div>
<div>
<h4 class="siege-uppercase subheader">Features for the future</h4>
<p>Build strat roulette page</p>
<p>Add comparison pages with charts and whatnot. E.g., Gun Compare, which you could rank each gun by fire rate or something.</p>
</div>
<br>
<p><i>Last updated for <b><a href="https://www.ubisoft.com/en-us/game/rainbow-six/siege/game-info/seasons/deepfreeze" target="_blank">Y8S4</a></b></i></p>
</div>
</body>
</html>