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
|
diff --git a/homebrew/characters/npc/Captain Griswald.md b/homebrew/characters/npc/Captain Griswald.md
index 4367fc3d912b656b13b20aded461e52327b2655f..76e406d72c3eff8336116b8073c1974bd5e1ec43 100644
--- a/homebrew/characters/npc/Captain Griswald.md
+++ b/homebrew/characters/npc/Captain Griswald.md
@@ -4,4 +4,61 @@ **Captain Griswald** stands out even among [[Slateford]]'s colorful inhabitants. A man of middling years, his weathered face tells tales of countless voyages. His most striking feature is a thick, salt-and-pepper beard that he often strokes thoughtfully. **Griswald**'s eyes, sharp as a hawk's, miss little, gleaming with a mix of cunning and hard-earned wisdom.
He moves with the easy grace of one long accustomed to a rolling deck, his lean but muscular frame hinting at a strength that belies his age. At his hip hangs a well-worn scimitar, its curved blade catching the light with a menacing glint. The captain's attire is practical yet speaks of success – quality boots, a long coat that's seen better days but still cuts an impressive figure, and a hat adorned with a single, vibrant feather.
-**Griswald**'s voice, when he speaks, is gravelly from years of shouting orders over storm winds, but it can drop to a dangerous whisper when the situation calls for discretion. He commands respect without demanding it, and his reputation in [[Slateford]]'s harbor is that of a fair but uncompromising leader. He is not part of the Harbor Watch, but has a casual alliance with them for the sake of order.
\ No newline at end of file
+**Griswald**'s voice, when he speaks, is gravelly from years of shouting orders over storm winds, but it can drop to a dangerous whisper when the situation calls for discretion. He commands respect without demanding it, and his reputation in [[Slateford]]'s harbor is that of a fair but uncompromising leader. He is not part of the Harbor Watch, but has a casual alliance with them for the sake of order.
+
+```statblock
+image:
+bestiary: true
+name: Captain Griswald
+source:
+ - XMM
+ - ScoEE
+type: humanoid
+size: Small
+alignment: any alignment
+hp: 78
+hit_dice: 12d8 + 24
+ac: 17
+speed: 30 ft.
+stats:
+ - 10
+ - 18
+ - 14
+ - 10
+ - 14
+ - 17
+damage_immunities: ""
+damage_resistances: ""
+damage_vulnerabilities: ""
+condition_immunities: ""
+saves:
+ - strength: "3"
+ - dexterity: "7"
+ - wisdom: "5"
+ - charisma: "6"
+skillsaves:
+ - acrobatics: "7"
+ - perception: "5"
+senses: passive Perception 15
+languages: Common plus one other language
+cr: "6"
+traits: []
+actions:
+ - name: Multiattack
+ desc: The pirate makes two attacks, using Scimitar or Hand Crossbow in any combination.
+ - name: Scimitar
+ desc: "+7, reach 5 ft. 13 (2d8 + 4) Slashing damage, and the pirate has Advantage on the next attack roll it makes before the end of this turn."
+ - name: Hand Crossbow
+ desc: "+7, range 30/120 ft. 15 (2d6 + 4) Piercing damage."
+bonus_actions:
+ - name: Captain's Charm
+ desc: "WIS save 14, one creature the pirate can see within 30 feet. On fail, the target has the Charmed condition until the start of the pirate's next turn."
+reactions:
+ - name: Riposte
+ desc: "The pirate is hit by a melee attack roll while holding a weapon. Griswald adds 3 to its AC against that attack, possibly causing the attack to miss. On a miss, he makes one Scimitar attack against the triggering creature."
+legendary_actions: []
+mythic_actions: []
+spells: []
+spellsNotes: ""
+
+```
\ No newline at end of file
|