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
|
diff --git a/homebrew/characters/npc/Gersephone.md b/homebrew/characters/npc/Gersephone.md
new file mode 100644
index 0000000000000000000000000000000000000000..f666b612b8e90f69aa309560bf267ec8b0bfe916
--- /dev/null
+++ b/homebrew/characters/npc/Gersephone.md
@@ -0,0 +1,61 @@
+An ancient hedge witch of unknown age. Helped [[Lili]] recover. Proprietor of [[Slateford#Herbert and Gherbert]].
+Speaks to her herb pouches as if they were pets
+None of her spells go by their normal name, they are all hedge variants
+
+```statblock
+image:
+bestiary: true
+name: Gersephone
+source:
+ - XMM
+ - ScoEE
+type: humanoid
+size: Small
+alignment: any alignment
+hp: 43
+hit_dice: 5d8 + 8
+ac: 16
+speed: 30 ft.
+stats:
+ - 8
+ - 14
+ - 12
+ - 14
+ - 16
+ - 10
+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: "9"
+traits: []
+actions:
+ - name: Vine
+ desc: "+5, reach 15 ft. 13 (2d8 + 4) The witch lashes out with a vine, striking at an enemy. CON save 10 poison"
+bonus_actions:
+ - name: Menacing Look
+ desc: "WIS save 14, one creature the witch can see within 30 feet. On fail, the target has the Frightened condition until it succeeds the save."
+reactions:
+ - name: Rebuke
+ desc: "The witch responds to anything foolish enough to attack an eldritch being such as themself with sharp words. The attacking creature has DISADVANTAGE on their next attack"
+legendary_actions:
+ - name: Polymorph
+ desc: "Being an ancient hedge witch, Gersephone can polymorph other creatures at will, though she doesn't do it often"
+mythic_actions: []
+spells:
+ - Cantrips (at will): acid splash, druidcraft, shape water, spare the dying
+ - 1st Level (5 slots): cure wounds, healing word, silvery barbs, witch bolt, shield
+ - 2nd Level (4 slots): crown of madness, melf's acid arrow, misty step
+ - 3rd Level (3 slots): call lightning, fireball
+spellsNotes: ""
+```
\ No newline at end of file
|