From 2bb2e4ddb4a7c9bc6e0f411d4389ce5227932b93 Mon Sep 17 00:00:00 2001 From: Starfall Date: Thu, 17 Aug 2023 14:33:33 -0500 Subject: add resources page from existing site --- src/resources/index.md | 47 +++++++++++++ src/resources/mutant-standard.html | 139 +++++++++++++++++++++++++++++++++++++ 2 files changed, 186 insertions(+) create mode 100644 src/resources/index.md create mode 100755 src/resources/mutant-standard.html (limited to 'src') 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" +--- + +
+ +- [Mutant Standard emoji color reference](mutant-standard) +
+ +
+ +## 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) +
+ +
+

Battletech: Cluster Table Quickref

+

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. +

+ +
Hits 2 3 4 5 6 +
1 7- 4- 2- 2- +
2 8+ 5-9 3-6 3-4 3- +
3 10+ 7-10 5-8 4-5 +
4 11+ 9-10 6-8 +
5 11+ 9-10 +
6 11+ +
+ +
Roll 7 9 10 12 15 20 30 40 +
3- 2 3 3 4 5 6 10 12 +
4 3 4 5 5 6 9 12 18 +
5-8 4 5 6 8 9 12 18 24 +
9-10 6 7 8 10 12 16 24 32 +
11+ 7 9 10 12 15 24 30 40 +
+
+

Modifiers

+

Artemis IV: +2
+ Anti-Missile System: -4
+ Streak SRM: Treat as roll of 12 (8 against AMS)
+ Hyper-Assault Gauss: -2 / 0 / +2 at short / medium / long range

+
diff --git a/src/resources/mutant-standard.html b/src/resources/mutant-standard.html new file mode 100755 index 0000000..51bb432 --- /dev/null +++ b/src/resources/mutant-standard.html @@ -0,0 +1,139 @@ +--- +title = "Mutant Standard Shortcodes" +layout = "base.njk" +--- + + +
+

Mutant Standard has a lot of variations on emoji. Emoji which show people have 53 different skin/fur/scale colors for use. Hand emoji have "hmn", "paw", "clw", and "hoof" variants (not all hoof emoji are available yet), though 5 of the colors are only for human hands and 3 are only available for paws. +

On Plural Café and other instances with Mutant Standard emoji, the grey hand emoji like :ms_hand_clw: and person emoji like :ms_mechanic: can be recolored by adding the color codes below. Read the letter(s) in the row and then the number in the column. For instance, lime green has the code l2, so the code for a lime green claw is :ms_hand_clw_l2:. + + +
+ 1 + 2 + 3 + mnemonic +
r + + + + red +
d + + + + d +
o + + + + orange +
y + + + + yellow +
l + + + + lime +
g + + + + green +
t + + + + teal +
c + + + + cyan +
s + + + + sky +
b + + + + blue +
v + + + + violet +
m + + + + magenta +
p + + + + pink +
e + + + + espresso +
k + + + + key +
+ + +
hmn-only + 1 + 2 + 3 + 4 + 5 + mnemonic +
h + + + + + + human +
+ + +
paw-only + 1 + mnemonic +
fe + + fur espresso +
fk + + fur key +
ft + + fur tan +
+

+ +
+

This webpage uses Mutant Standard emoji, which are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. +

-- cgit