-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlannedUpdates.html
More file actions
36 lines (33 loc) · 1.39 KB
/
PlannedUpdates.html
File metadata and controls
36 lines (33 loc) · 1.39 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DM Combat Compactifier :: Planned updates</title>
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<nav class="navbar">
<a href="index.html" class="navbutton">Home</a>
<a href="Instructions.html" class="navbutton">Instructions</a>
<a href="Indexadv.html" class="navbutton">Selection Advanced</a>
<a href="Contact.html" class="navbutton">Contact</a>
<a href="Credits.html" class="navbutton">Credits</a>
<a href="PlannedUpdates.html" class="navbutton">Planned Updates</a>
</nav>
<section style="max-width:600px">
<h1>DM Combat Compactifier</h1>
<h2>Planned Updates:</h2>
<p>I have no particular timescale dictating when these updates occur, but this is just a rough plan of what I
would like to update
next:</p>
<ul>
<li>Add Miscellaneous Creatures</li>
<li>Visually distinguish attack rolls and damage rolls in results using different colours</li>
<li>Create users so you can log in your own monsters</li>
<li>Add in NPCs from our current campaign</li>
<li>Add whether recharge attacks recharge into the roller (but I'm conflicted as I feel like DMs want to
roll this themselves)</li>
</ul>
</section>
</body>
</html>