-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconcept.html
127 lines (127 loc) · 5.7 KB
/
concept.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Midnight Cavern - Concept</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="apple-touch-icon" sizes="120x120" href="assets/image/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/image/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/image/favicon-16x16.png">
<link rel="manifest" href="assets/image/site.webmanifest">
<link rel="mask-icon" href="assets/image/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css" />
<script src="js/main.js"></script>
</head>
<body>
<div id="navbar">
<ul class="nav-list">
<li class="nav-item">
<a href="/index.html">Midnight Cavern</a>
</li>
<li class="nav-item">
<a href="/index.html">Home</a>
</li>
<li class="nav-item">
<a href="/concept.html">Concept</a>
</li>
<li class="nav-item">
<a href="/demo.html">Live Demo</a>
</li>
<!--<li class="nav-item">
<a href="/about.html">About</a>
</li>-->
<li class="nav-item">
<a href="https://github.com/MidnightCavern/Midnight-Cavern-Unity">GitHub Repo</a>
</li>
</ul>
</div>
<section class="headerpanel">
<div class="video-container">
<video src="assets/video/concept.mp4" autoplay muted loop></video>
</div>
<div class="content">
<h1>Concept Features</h1>
<a href="#here" class="btn">Read More</a>
</div>
</section>
<main class="container">
<section id="here" class="card">
<img src="https://img.itch.zone/aW1hZ2UvNjAzNDgwLzMyMDA5MTYucG5n/original/40Zk2Z.png" alt="" />
<div>
<h3>The Ruined Cavern</h3>
<p>
Midnight Cavern's main point point is to explore and raid caverns/dungeons.
The game will feature a 1st cavern to battle and explore at the spawn section.
It'll plan to look dark, gritty, and have ancient lookin' structures.
Each Cavern will always have a main purpose of completing, for example, you can find relics or ancient artifacts that can be sold for a hefty price.
Not to mention, each cavern will also include a boss. Remember, not all bosses are evil!
</p>
</div>
</section>
<section class="card" data-aos="fade-left">
<img src="https://img.itch.zone/aW1hZ2UvODM4MDk1LzQ2OTc3ODYuZ2lm/347x500/ZQ6Opu.gif" alt="" />
<div>
<h3>Cavern Bosses</h3>
<p>
Midnight Cavern will include a boss for each cavern.
Each boss will always be different for each cavern.
Meaning some might be stronger, some might be weaker, some might be strong in defence but low in attack damage.
There's also gonna be a option to chat with them first.
A dialogue option will appear to chat with the boss itself. There will be different ways to approach each one.
But remember this, each choice of dialogue will effect your player's rep.
</p>
</div>
</section>
<section class="card" data-aos="fade-right">
<img src="https://img.itch.zone/aW1hZ2UvNzYyMDkxLzUyMTQxNTIucG5n/347x500/KRDY0t.png" alt="" />
<div>
<h3>Simple Inventory System</h3>
<p>
Midnight Cavern's simple to use Inventory system will be one of the main features.
It'll be designed to be used in every setting of the game, sometimes you may want to swap your armor to a different one in battles.
Not only that, but there's gonna be shortcuts when you want to swap or equipt an item.
</p>
</div>
</section>
<section class="card" data-aos="fade-left">
<img src="https://img.itch.zone/aW1hZ2UvMTA2ODc5Mi82MTIxNTU1LnBuZw==/original/WGWJZs.png" alt="" />
<div>
<h3>RPG Roguelike Combat</h3>
<p>
Midnight Cavern will deeply include a very comfortable & satisfying combat mechanic system.
Meaning every move & animation & buff will always bring a satisfying mechanic just for the player.
The game will also include a very customzed & detailed skill tree. This will bring customization at It's finest.
Currently There'll be only three main classes to choose from, Archer, Knight, Mage. More will come at the future.
</p>
</div>
</main>
<footer class="footer">
<div class="containerfooter">
<div>
<h1>Midnight Cavern (CavernWeb)</h1>
<p>Copyright © 2019 - 2021 All Rights Reserved<br>
Website & Game Developed by KayTwenty</p>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="concept.html">Concept</a></li>
<li><a href="demo.html">Live Demo</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://github.com/KayTwenty/Midnight-Cavern-Unity">GitHub Repo</a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>