From cc6a431ad9f71c03e8eb3be5bd69d605940ba982 Mon Sep 17 00:00:00 2001 From: Todd Parsons Date: Sun, 31 Mar 2024 20:46:05 +0000 Subject: [PATCH] Build --- docs/index.html | 157 +++++++++++++++++++++++++++++++++++++++++++++ docs/torillic.css | 45 +++++++++++++ docs/torillic.stub | 3 + 3 files changed, 205 insertions(+) create mode 100644 docs/index.html create mode 100644 docs/torillic.css create mode 100644 docs/torillic.stub diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..4622193 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,157 @@ + + + + +
+

Adult Blue Dragon

+

Huge dragon, lawful evil

+

Ancient Blue Dragon - Monsters - Archives of Nethys: Pathfinder ...

+
+

Armor Class 19 (Natural Armor)
+Hit Points 225 (18d12 + 108)
+Speed 40 ft., burrow 30 ft., fly 80 ft.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
STRDEXCONINTWISCHA
251023161519
(+7)(+0)(+6)(+3)(+2)(+4)
+

Saving Throws DEX +5, CON +11, WIS +7, CHA +9
+Skills Perception +12, Stealth +5
+Damage Immunities Lightning
+Senses Blindsight 60 ft., Darkvision 120 ft., Passive Perception 22
+Languages Common, Draconic
+Challenge 16 (15,000 XP)

+
+

Legendary Resistance (3/Day). If the dragon fails a saving throw, it can choose to succeed instead.

+

Actions

+

Multiattack. The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws.

+

Bite. Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 18 (2d10 + 7) piercing damage plus 5 (1d10) lightning damage.

+

Claw. Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage.

+

Tail. Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage.

+

Frightful Presence. Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 17 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.

+

Lightning Breath (Recharge 5–6). The dragon exhales lightning in a 90-­foot line that is 5 feet wide. Each creature in that line must make a DC 19 Dexterity saving throw, taking 66 (12d10) lightning damage on a failed save, or half as much damage on a successful one.

+

Legendary Actions

+

The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.

+

Detect. The dragon makes a Wisdom (Perception) check.

+

Tail Attack. The dragon makes a tail attack.

+

Wing Attack (Costs 2 Actions). The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 20 Dexterity saving throw or take 14 (2d6 + 7) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed.

+

+

Cultist

+

Medium Humanoid (Any Race), Any Non-Good Alignment

+

Cultist

+
+

Armor Class 12 (leather armor)
+Hit Points 9 (2d8)
+Speed 30 ft.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
STRDEXCONINTWISCHA
111210101110
(+0)(+1)(+0)(+0)(+0)(+0)
+

Skills Deception +2, Religion +2
+Senses Passive Perception 10
+Languages Any one language (usually Common)
+Challenge 1/8 (25 XP)

+
+

Dark Devotion. The cultist has advantage on saving throws against being charmed or frightened.

+

Actions

+

Scimitar. Melee Weapon Attack: +3 to hit, reach 5 ft., one creature. Hit: 4 (1d6 + 1) slashing damage.

+

+

Kobold

+

Small Humanoid (Kobold), Lawful Evil

+

Kobold

+
+

Armor Class 12
+Hit Points 5 (2d6 - 2)
+Speed 30 ft.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
STRDEXCONINTWISCHA
7159878
(-2)(+2)(-1)(-1)(-2)(-1)
+

Senses Darkvision 60 ft., Passive Perception 8
+Languages Common, Draconic
+Challenge 1/8 (25 XP)

+
+

Sunlight Sensitivity. While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.

+

Pack Tactics. The kobold has advantage on an attack roll against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.

+

Actions

+

Dagger. Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.

+

Sling. Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.

+
+ \ No newline at end of file diff --git a/docs/torillic.css b/docs/torillic.css new file mode 100644 index 0000000..af1aefd --- /dev/null +++ b/docs/torillic.css @@ -0,0 +1,45 @@ +@import url("torillic/torillic.css"); + +/* make visual indicators of column/page breaks in Typora */ +h1:empty { + margin: 1cm -1cm 2cm -1cm; + line-height: 1cm; + border-bottom: 1px solid var(--green); +} +h3:before { + margin-top: -1cm; + line-height: 1cm; + border-top: 1px solid var(--green); +} +/* style source code view */ +#typora-source { + font-family: var(--mono) !important; + column-count: 1 !important; + column-width: auto !important; +} +/* style typewriter mode view */ +.ty-on-typewriter-mode #write { + column-count: 1; + padding-bottom: 50%; +} +/* dim image splash in focus mode */ +.on-focus-mode img{ + background-blend-mode: overlay; +} +/* force images to content-box so the padding trick works */ +img { + box-sizing: content-box; + margin: -5mm !important; +} + + + +#write p, #write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write div, #write pre { + width: auto; +} + +/** Interface **/ +.native-window #md-searchpanel { + background: var(--green); + border-bottom: 2pt solid var(--red); +} \ No newline at end of file diff --git a/docs/torillic.stub b/docs/torillic.stub new file mode 100644 index 0000000..0b1a10a --- /dev/null +++ b/docs/torillic.stub @@ -0,0 +1,3 @@ +This file will be replaced by the base Torillic folder when the theme is built (by running `utils/build.py`). + +If you've checked out the `main` branch from GitHub, you can either build Torillic or switch to the `release` branch which is already built. \ No newline at end of file