about summary refs log tree commit diff
path: root/html/resources/index.html
blob: 8d21a335c7c3df0b9627c40bc77ad5893fcebc7b (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
<!DOCTYPE html>
<html lang=en-US dir=ltr>
<title>Starfall</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/theming.js></script>

<header>
	<h1>~/resources</h1>
	<nav aria-label=primary>
		<ul>
			<li><a href=/>Home</a>
			<li><a href=/resources class=active aria-current=page>Resources</a>
			<li><a href=https://git.starfall.systems>Git</a>
		</ul>
	</nav>
</header>

<section>
	<ul>
		<li><a href=/resources/mutant-standard>Mutant Standard emoji color reference</a>
		<li>TBA: Plurality resources
	<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><a href=https://www.theamazonbasin.com/wiki/index.php/Diablo_II>Basin Wiki for Diablo II</a>
		<li><a href=http://www.mannm.org/d2library/faqtoids/faqtoids_eng.html>Diablo II FAQtoids</a>
	</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. For 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>
	Artemis IV: +2<br/>
	Anti-Missile System: -4<br/>
	Streak SRM: Treat as roll of 12 before AMS modifier<br/>
	Hyper-Assault Gauss: -2 / 0 / +2 at short / medium / long range<br/>
</section>

<footer>
<section>
	<p>This site is 100% hand-coded and <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>