-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Page for Midas Mayham challange (#23)
* Create midas-mayham.html * Update index.html * Update midas-mayham.html * Update index.html
- Loading branch information
1 parent
8610014
commit a191dc3
Showing
2 changed files
with
195 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
<!DOCTYPE html> | ||
<!--W H A T A R E Y O U D O I N G I N M Y C O D E ? ! | ||
⢀⡴⠑⡄⠀⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ | ||
⠸⡇⠀⠿⡀⠀⠀⠀⣀⡴⢿⣿⣿⣿⣿⣿⣿⣿⣷⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀ | ||
⠀⠀⠀⠀⠑⢄⣠⠾⠁⣀⣄⡈⠙⣿⣿⣿⣿⣿⣿⣿⣿⣆⠀⠀⠀⠀⠀⠀⠀⠀ | ||
⠀⠀⠀⠀⢀⡀⠁⠀⠀⠈⠙⠛⠂⠈⣿⣿⣿⣿⣿⠿⡿⢿⣆⠀⠀⠀⠀⠀⠀⠀ | ||
⠀⠀⠀⢀⡾⣁⣀⠀⠴⠂⠙⣗⡀⠀⢻⣿⣿⠭⢤⣴⣦⣤⣹⠀⠀⠀⢀⢴⣶⣆ | ||
⠀⠀⢀⣾⣿⣿⣿⣷⣮⣽⣾⣿⣥⣴⣿⣿⡿⢂⠔⢚⡿⢿⣿⣦⣴⣾⠁⠸⣼⡿ | ||
⠀⢀⡞⠁⠙⠻⠿⠟⠉⠀⠛⢹⣿⣿⣿⣿⣿⣌⢤⣼⣿⣾⣿⡟⠉⠀⠀⠀⠀⠀ | ||
⠀⣾⣷⣶⠇⠀⠀⣤⣄⣀⡀⠈⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀ | ||
⠀⠉⠈⠉⠀⠀⢦⡈⢻⣿⣿⣿⣶⣶⣶⣶⣤⣽⡹⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀ | ||
⠀⠀⠀⠀⠀⠀⠀⠉⠲⣽⡻⢿⣿⣿⣿⣿⣿⣿⣷⣜⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀ | ||
⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣷⣶⣮⣭⣽⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀ | ||
⠀⠀⠀⠀⠀⠀⣀⣀⣈⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀ | ||
⠀⠀⠀⠀⠀⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀ | ||
⠀⠀⠀⠀⠀⠀⠀⠹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀ | ||
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠛⠻⠿⠿⠿⠿⠛⠉--> | ||
<html lang="en"> | ||
<head> | ||
<!-- PAGE TITLE --> | ||
<title> Midas Mayham | Thronefall wiki</title> | ||
<!-- PAGE INFORMATION --> | ||
<meta name="description" content="Details about the Midas Mayham event"> | ||
<meta name="keywords" content="Thronefall, throne fall, leaderBoard, grizzly games, speedrun, wiki, fandom"> | ||
<meta name='author' content="GhostMiner, ItsMeRaven"> | ||
<meta name='robots' content="index,follow"> | ||
<meta name="language" content="en"> | ||
|
||
<!-- Tab icon--> | ||
<link rel="shortcut icon" type="image/webp" href="/assets/images/game_logo_small.webp"> | ||
<!-- Responsive design--> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<!-- Chatracter set--> | ||
<meta charset="utf-8"> | ||
<!-- HTMX --> | ||
<script src="https://unpkg.com/[email protected]" integrity="sha384-zUfuhFKKZCbHTY6aRR46gxiqszMk5tcHjsVFxnUo8VMus4kHGVdIYVbOYYNlKmHV" crossorigin="anonymous"></script> | ||
<!-- jQuery --> | ||
<script src="https://code.jquery.com/jquery-3.7.1.min.js" crossorigin="anonymous"></script> | ||
<!-- Various features --> | ||
<script src="/assets/scripts/pageOptions.js"></script> | ||
<!-- Article contents menu script --> | ||
<script src="/assets/scripts/contentsMenu.js"></script> | ||
<!-- Dark mode --> | ||
<script src="/assets/scripts/darkmode.js"></script> | ||
<!-- Cookies --> | ||
<script src="/assets/scripts/cookies.js"></script> | ||
<script src="/assets/scripts/uaParser.js"></script> | ||
</head> | ||
<style> | ||
#MidasMayhamGrid | ||
{ | ||
display: grid; | ||
grid-template-columns: repeat(3,1fr); | ||
column-gap: 15px; | ||
margin-top: 50px; | ||
text-align: center; | ||
} | ||
.videoFrame | ||
{ | ||
margin-top: 10px; | ||
border: 0px; | ||
max-width: 500px; | ||
max-height: 275px; | ||
width: 100%; | ||
height: 100%; | ||
aspect-ratio: 16/9; | ||
border-radius: 5px; | ||
} | ||
</style> | ||
<body> | ||
<!-- PAGE TITLE --> | ||
<h1 class="pageTitle"> Midas Mayham </h1> | ||
<hr class="pageTitleUnderline"> | ||
<!-- CONTENT GOES HERE --> | ||
<p>Every couple of months, the developers host an official Thronefall tournament! Players can participate on the official <a href="https://discord.gg/gVYctptyg8">Thronefall discord server</a>.</p> | ||
<p>Midas Mayham was the third official tournament that has been hosted. The developers wanted to take everyones focus away from the usual high-score hunting and instead focus on that sweet sweet money making! The goal of the challenge was to finish with as much leftover gold as possible while playing on the map <a href="../../game-content/maps/nordfels">Nordfels</a> using the <a href="../../game-content/weapons/sword.html">Sword</a> as weapon. The <a href="../../game-content/perks/elite-towers.html">Elite Towers</a>, <a href="../../game-content/perks/healing-spirits">Healing Spirits</a> & <a href="../../game-content/perks/loan.html">Loan</a> perks were mandatory. You could use any number and combination of mutators, with exception of <a href="../../game-content/mutators/pray-to-the-war-gods.html">Pray to the War Gods</a> which was prohibited.</p> | ||
<p>The start of the event was the 25th of March 2024 and it ended on the 1st of April of the same year.</p> | ||
<br> | ||
<h2 class="pageSubtitle">Event Characteristics</h2> | ||
<hr> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th> Event Name </th> | ||
<th> Goal </th> | ||
<th> Map </th> | ||
<th> Requirements </th> | ||
<th> Date </th> | ||
<th> Winners </th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<strong>Midas Mayham Challenge</strong> | ||
</td> | ||
<td> | ||
Most gold remaining | ||
</td> | ||
<td> | ||
<a href="/game-content/maps/nordfels.html">Nordfels</a> | ||
</td> | ||
<td> | ||
<a href="/game-content/perks/elite-towers.html"> | ||
<img src="/assets/images/icons/weapons/heavy_sword.webp" alt="Icon of the Sword weapon" class="tableIcon"> | ||
</a> | ||
<a href="/game-content/perks/elite-towers.html"> | ||
<img src="/assets/images/icons/perks/elite_towers.webp" alt="Icon of the Elite Towers perk" class="tableIcon"> | ||
</a> | ||
<a href="../../game-content/perks/healing-spirits.html"> | ||
<img src="/assets/images/icons/perks/healing_spirits.webp" alt="Icon of the Healing Spirits perk" class="tableIcon"> | ||
</a> | ||
<a href="../../game-content/perks/loan.html"> | ||
<img src="/assets/images/icons/perks/loan.webp" alt="Icon of the Loan perk" class="tableIcon"> | ||
</a> | ||
</td> | ||
<td> | ||
25th March - 1st April 2024 | ||
</td> | ||
<td> | ||
🥇 ORANGUTAN <br>🥈 ItsMeRaven <br>🥉 SpeedBuff & Dorce <br>🎖️ Astrinaar <br>🎖️ Pirates | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<div id="MidasMayhamGrid"> | ||
<div> | ||
<h2 class="pageSubtitle">🥇 First Place - ORANGUTAN (542 Gold)</h2> | ||
<iframe class="videoFrame" src="https://youtube.com/embed/SzzC9_UUWSE"> | ||
</iframe> | ||
</div> | ||
<div> | ||
<h2 class="pageSubtitle">🥈 Second Place - ItsMeRaven (539 Gold)</h2> | ||
<iframe class="videoFrame" src="https://youtube.com/embed/fAjRPFQ9VK0"> | ||
</iframe> | ||
</div> | ||
<div> | ||
<h2 class="pageSubtitle">🥉 Shared Third Place - SpeedBuff (536 Gold)</h2> | ||
<iframe class="videoFrame" src="https://youtube.com/embed/azG40_vWy7I"> | ||
</iframe> | ||
</div> | ||
<div> | ||
<h2 class="pageSubtitle">🥉 Shared Third Place - Dorce (536 Gold)</h2> | ||
<iframe class="videoFrame" src="https://youtube.com/embed/YLSlSSyTu64"> | ||
</iframe> | ||
</div> | ||
<div> | ||
<h2 class="pageSubtitle">🎖️ Fourth Place - Astrinaar (535 Gold)</h2> | ||
<iframe class="videoFrame" src="https://www.youtube.com/embed/I1KuOC6kYi4"> | ||
</iframe> | ||
</div> | ||
<div> | ||
<h2 class="pageSubtitle">🎖️ Fifth Place - Pirates (532 Gold)</h2> | ||
<iframe class="videoFrame" src="https://www.youtube.com/embed/_q24YWgEGpw"> | ||
</iframe> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
<script src="/assets/scripts/pageBuilder.js"></script> | ||
<script>BuildPage(true);</script> | ||
</html> |