-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflavor_text.js
91 lines (90 loc) · 3.45 KB
/
flavor_text.js
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
// death variable at location variable
flavor_text = {
"Village" :
[
'Burned at the stake',
'Hung',
'Killed in a bar fight',
'Drowned',
'Kicked repeatedly by school children',
'Buried alive',
'Thrown off of a high place',
'Buried neck deep and smothered with honey',
'Stabbed, then kicked, then repeatedly beaten with sticks in the groin',
'Locked in a cage with a swarm of pissed off bees',
'Stoned by the children of the village',
'Force-fed hot coals',
'Death by snoo-snoo',
'Impaled professionally',
'Crushed by several large bolders',
'Drawn and quartered',
'Tarred, feathered, and then beaten',
'Stripped naked, slathered in cows blood, then given a 10 second head start before the hounds were released',
'Thrown into a pit of poisonous snakes',
'Thrown into a bear pit',
'Hung upsidedown',
'Beheaded',
'Poisoned',
'Forced blood transfusion',
'Crucified',
'Given a lethal lapjob',
'Dissolved in a vat of acid',
'Organs harvested to pay for new textbooks',
'Dragged behind a horse',
'Shipped to leper colony',
'Left to die in a bear trap',
'Exposed to a lethal dose of bureaucracy',
'Given exactly 1,342 paper cuts',
'Ground into a paste',
'Talked at by the town gossip until they killed themself',
'Had the papal pear shoved up their bum',
'Buried in a coffin filled with spiders',
'Shoved into a leaky barrel and floated downriver',
'Vivisected',
'Thrown into a howling maelstrom of fire',
],
"Werewolf" :
[
'Mauled at midnight',
'Throat torn out',
'ACL torn',
'Crushed',
'Torn into several gnawed pieces',
'Eaten',
'Eviscerated',
'Lethally stubbed toe',
'Head crushed in',
'Missing their bottom half, dragging themself towards help',
'Found missing their head',
'Found with nothing left but their butt',
'With a trail of bloody paw prints leading away from their house',
'Roasted over a spit',
'Strangled with claw marks',
'Feasted upon by carrion birds',
'Their junk bitten off while they were taking a piss',
'Bones were shattered',
],
"Location" :
[
'the Church House',
'the Town Square',
'the Library',
'the Well',
'the Old Jenkins Place',
'the Magistrate\'s office',
'the edge of town',
'the barn where they lost their virginity',
'the place where they felt most safe in the world',
'that place mom said to stay away from',
'a grassy knoll',
'a hill down by the river',
'the dog kennel',
'the abandoned mill',
'the spookiest place you can think of',
'that one place you thought only you knew about',
'a place between two ferns',
'that place down the road',
'your basement hangout',
'A jail cell locked from the inside',
]
}