about summary refs log tree commit diff
path: root/html/resources/index.html
blob: dfca4f35770410c6899eb9e0642d3a1eca7383c2 (plain) (blame)
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
<!doctype html>
<html lang=en-US dir=ltr>
<head>
	<title>~/resources</title>
	<meta charset=UTF-8>
	<meta name=robots content="noindex, nofollow">
	<meta name=viewport content="width=device-width, initial-scale=1">
	<link rel=stylesheet href=/css/terminal.css>
	<script src='/js/moon-phase.js'></script>
	
</head>

<body>
<!-- todo color picker -->

<header>
	<h1>~/resources</h1>
	<span style="float: right; user-select: none" id=decor-moons aria-hidden=true></span>
	<nav aria-label=primary>
		
		<ul>
			<li>
				<a href="/">Home</a>
			</li>
			<li>
				<a href="/resources/" class="active" aria-current="page">Resources</a>
			</li>
			<li>
				<a href="/blog/">Blog</a>
			</li>
			<li>
				<a href="https://git.starfall.systems">Git</a>
			</li>
		</ul>
	</nav>
</header>

<main>
<section>
<ul>
<li><a href="mutant-standard">Mutant Standard emoji color reference</a></li>
</ul>
</section>
<section>
<h2>Diablo II</h2>
<ul>
<li><a href="/files/diablo/D2Fileguide.pdf">Diablo II File Guide (pdf, 2.2 MiB)</a></li>
<li><a href="https://www.theamazonbasin.com/wiki/index.php/Diablo_II">Basin Wiki</a></li>
<li><a href="http://www.mannm.org/d2library/faqtoids/faqtoids_eng.html">FAQtoids</a></li>
</ul>
</section>
<section>
	<h2>Battletech: Cluster Table Quickref</h2>
	<p>For small packs (2-6), look up your 2d6 roll in the appropriate column and read the number of hits on the left. F    or large packs (7+), look up your 2d6 roll and read across for the number of hits.
	<div style="display:flex;flex-wrap:wrap;">
		<table class=center-cells>
			<tr><th>Hits <th>2  <th>3   <th>4    <th>5    <th>6
			<tr><td>1    <td>7- <td>4-  <td>2-   <td>2-   <td>
			<tr><td>2    <td>8+ <td>5-9 <td>3-6  <td>3-4  <td>3-
			<tr><td>3    <td>   <td>10+ <td>7-10 <td>5-8  <td>4-5
			<tr><td>4    <td>   <td>    <td>11+  <td>9-10 <td>6-8
			<tr><td>5    <td>   <td>    <td>     <td>11+  <td>9-10
			<tr><td>6    <td>   <td>    <td>     <td>     <td>11+
		</table>
		<table class=center-cells>
			<tr><th>Roll <th>7 <th>9 <th>10 <th>12 <th>15 <th>20 <th>30 <th>40
			<tr><td>3-   <td>2 <td>3 <td>3  <td>4  <td>5  <td>6  <td>10 <td>12
			<tr><td>4    <td>3 <td>4 <td>5  <td>5  <td>6  <td>9  <td>12 <td>18
			<tr><td>5-8  <td>4 <td>5 <td>6  <td>8  <td>9  <td>12 <td>18 <td>24
			<tr><td>9-10 <td>6 <td>7 <td>8  <td>10 <td>12 <td>16 <td>24 <td>32
			<tr><td>11+  <td>7 <td>9 <td>10 <td>12 <td>15 <td>24 <td>30 <td>40
	</table>
    </div>
	<h3>Modifiers</h3>
	<p>Artemis IV: +2<br>
	Anti-Missile System: -4<br>
	Streak SRM: Treat as roll of 12 (8 against AMS)<br>
    Hyper-Assault Gauss: -2 / 0 / +2 at short / medium / long range</p>
</section>

</main>

<footer>
<section>
	<p>This site is 100% <a href=https://git.starfall.systems/web>source-available</a>. © 2020-2023 Starfall. See <a href=https://git.starfall.systems/web/tree/COPYING.md rel=license>COPYING.md</a>.
</section>
<div style=text-align:center>∨/∧</div>
</footer>

</body>