You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.5 KiB
79 lines
1.5 KiB
module.exports = [
|
|
{
|
|
name: 'Count Chocula',
|
|
location: 'Minneapolis, Minnesota, US',
|
|
gender: 'm',
|
|
victims: 2
|
|
},{
|
|
name: 'Dracula',
|
|
location: 'Transylvania, Romania',
|
|
gender: 'm',
|
|
victims: 1238
|
|
},{
|
|
name: 'Elizabeth Bathory ',
|
|
location: 'Nyírbátor, Hungary',
|
|
gender: 'f',
|
|
victims: 980
|
|
},{
|
|
name: 'Lestat',
|
|
location: 'Auvergne, France',
|
|
gender: 'm',
|
|
victims: 324
|
|
},{
|
|
name: 'Louis de Pointe du Lac',
|
|
location: 'New Orleans, Louisiana, US',
|
|
gender:'m',
|
|
victims: 150
|
|
},{
|
|
name:'Claudia',
|
|
location: 'New Orleans, Louisiana, US',
|
|
gender: 'f',
|
|
victims: 290
|
|
},{
|
|
name:'Armand',
|
|
location: 'Kiev, Russia',
|
|
gender: 'm',
|
|
victims: 1045
|
|
},{
|
|
name:'Santino',
|
|
location: 'Rome, Italy',
|
|
gender: 'm',
|
|
victims: 1103
|
|
},{
|
|
name:'Akasha',
|
|
location: 'Kemet, Egypt',
|
|
gender: 'f',
|
|
victims: 210234,
|
|
},{
|
|
name: 'Edward Cullen',
|
|
location: 'Chicago, Illinois, US',
|
|
gender: 'm',
|
|
victims: 0
|
|
},{
|
|
name: 'Persephone Bourignon',
|
|
location: 'Paris, France',
|
|
gender: 'f',
|
|
victims: 450
|
|
},{
|
|
name: 'René Tremblay',
|
|
location: 'Bucharest, Romania',
|
|
gender: 'm',
|
|
victims: 134
|
|
},{
|
|
name: 'Caroline Belmont',
|
|
location: 'Ljubljana, Slovenia',
|
|
gender: 'f',
|
|
victims: 567
|
|
},{
|
|
name: 'Francis Frost',
|
|
location: 'New York, New York, US',
|
|
gender: 'm',
|
|
victims: 112
|
|
},{
|
|
name: 'Barnabas Spenser',
|
|
location: 'New York, New York, US',
|
|
gender: 'm',
|
|
victims: 0
|
|
}
|
|
];
|