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
|
[
"%s walked into fire whilst fighting %s",
"%s was struck by lightning whilst fighting %s",
"%s was burnt to a crisp whilst fighting %s",
"%s tried to swim in lava to escape %s",
"%s walked into danger zone due to %s",
"%s suffocated in a wall whilst fighting %s",
"%s drowned whilst trying to escape %s",
"%s starved to death whilst fighting %s",
"%s walked into a cactus whilst trying to escape %s",
"%s hit the ground too hard whilst trying to escape %s",
"%s experienced kinetic energy whilst trying to escape %s",
"%s didn't want to live in the same world as %s",
"%s died because of %s",
"%s was killed by magic whilst trying to escape %s",
"%s was killed by %s using magic",
"%s was roasted in dragon breath by %s",
"%s withered away whilst fighting %s",
"%s was shot by a skull from %s",
"%s was squashed by a falling anvil whilst fighting %s",
"%s was slain by %s",
"%s was shot by %s",
"%s was fireballed by %s",
"%s was killed trying to hurt %s",
"%s was blown up by %s",
"%s was squashed by %s"
]
|