diff options
author | Starfall <us@starfall.systems> | 2023-08-17 14:33:33 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-08-17 14:33:33 -0500 |
commit | 2bb2e4ddb4a7c9bc6e0f411d4389ce5227932b93 (patch) | |
tree | dcb8d345ba2002afaba019c18bd1ca23ee2ec1d3 /src/resources/index.md | |
parent | decd49af7f2ddd8ca7526cc54a8e154438c5eb18 (diff) |
add resources page from existing site
Diffstat (limited to 'src/resources/index.md')
-rw-r--r-- | src/resources/index.md | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/src/resources/index.md b/src/resources/index.md new file mode 100644 index 0000000..029efc5 --- /dev/null +++ b/src/resources/index.md @@ -0,0 +1,47 @@ +--- +title = "~/resources" +layout = "base.njk" +eleventyNavigation.key = "Resources" +--- + +<section> + +- [Mutant Standard emoji color reference](mutant-standard) +</section> + +<section> + +## Diablo II +- [Diablo II File Guide (pdf, 2.2 MiB)](/files/diablo/D2Fileguide.pdf) +- [Basin Wiki](https://www.theamazonbasin.com/wiki/index.php/Diablo_II) +- [FAQtoids](http://www.mannm.org/d2library/faqtoids/faqtoides_eng.html) +</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> |