-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (33 loc) · 1.46 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Meph, Drop Shako!</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body style="font-family: arial;">
<h1> Hell Meph at 100MF /players 1 </h1>
<img src="img/meph.png" alt="Meph in Durance">
<br>
<p> Click <strong>Run</strong> to Simulate 100 Meph Runs and see if RNG blesses you with a Shako! </p>
<br> <!-- Using the dropcalc from http://mfb.bplaced.net/dropcalc/dropcalc.php?lang=en&patch=113&mode=lod&interface=default&window=true -->
<button>Run</button>
<p class="results">
<!-- dropsim.js populates this element -->
</p>
<!-- dropsim.js populates the src to img/shako.png -->
<img class="shako" src="">
<br style="margin: 50px;">
<audio id="chestsound" preload="auto">
<source src="sound/zelda-chest.ogg" type="audio/ogg">
<source src="sound/zelda-chest.mp3" type="audio/mpeg">
Your browser does not support the <code>audio</code> element
</audio>
<p> <strong>Credits</strong>: <a href="http://mfb.bplaced.net/dropcalc">MFB DropCalc</a> for the drop odds <br>
Item: Harlequin Crest (qlvl 69) <br>
Chance: 0.1096207% (1:912)
</p>
<p> Code available on <i class="fa fa-github"></i> <a href="https://github.com/pairofdocs/drop-me-shako/">github</a> </p>
<script src="script/dropsim.js"></script>
</body>
</html>