Módulo:Datatable
Ir a la navegación
Ir a la búsqueda
Caja de Información del Personaje
Tema Musical
Las Cajas de Información o "Infoboxes" automáticamente revisan si un Personaje viene con su propio Tema Musical, esta información no necesita ser añadida en la Datatable.
Sin embargo, esto requiere que los archivos de audio (.ogg Vorbis File Format) tengan el nombre correcto, de lo contrario, no serán detectados:
- Tema Musical del Asesino
- El nombre completo del Capítulo, pero sin la cabecera / número del Capítulo.
- Remueve todos los caracteres especiales tales como los signos de Marca Registrada o los dos puntos (:).
- Capitaliza la primera letra de cada palabra.
- Añade "Theme Music" (sin comillas).
- Ejemplo:
Resident_Evil_Project_W_Theme_Music.ogg
- Tema Musical de los Sobrevivientes
- El nombre completo del Capítulo, pero sin la cabecera / número del Capítulo.
- Remueve todos los caracteres especiales tales como los signos de Marca Registrada o los dos puntos (:).
- Capitaliza la primera letra de cada palabra.
- Añade "Survivors Theme Music" (sin comillas).
- Ejemplo:
Resident_Evil_Project_W_Survivors_Theme_Music.ogg
Parémetros
id
- [Obligatorio] El ID del Personaje (numerado según el orden de lanzamiento)name
- [Obligatorio] El Nombre Completo del Sobreviviente, el Título del Aseseino (i.e. David King, El Trampero)- [ K ]
realName
- [Opcional] El Nombre del Asesino (i.e. Evan MacMillan), opcional para los Personajes criatura (i.e. El Demogorgon, La Draga, El Xenomorfo) altName
- [Opcional] Nombres Alternativos (El nombre del Personaje en su idioma original o cualquier otro nombre del Lore)shortName
- [Opcional] Versión Corta del Nombre de un Personaje en los casos que tengan varios de ellos.dbdName
- [Opcional] nombre usado en DBD API (para poder sincronizar nombres entre la Wiki y la API para que CosmeticsParser pueda mapear los nombres correctamente)gender
- [Obligatorio] El Género del Personajeorigin
- [Opcional] El Origen o la Nacionalidad del Personaje- [ S ]
role
- [Opcional] El Rol del Sobreviviente (a veces no se usa en Personajes más nuevos y/o licenciados) actor
- [Opcional] El o Los Actor(es) de Voz del Personaje.dlc
- [Opcional] El ID del DLC del Personajetheme
- [Opcional] Bandera de Ausencia del Tema Musical (usado cuando los Personajes lanzados después del CAPÍTULO 25 no tengan su propio Tema Musical)possessive
- [Opcional] Bandera de Forma Posesiva:true
- Solo añade un apóstrofe{2[,3,...]
} - si la lógica contiene reglas para cada palabra, esto puede usarse para indicar qué palabras deben ser procesadas con ellas, saltándose cualquier otra"possessive form"
- Usa el valor dadonot keyed
- Default: añade "'s"
multiChars
- [Opcional] indica un Personaje que usa pronombres plurales (i.e. La Legión)useLastName
- [Opcional] indica a un Personaje al cual se hace referencia por su apellido (i.e. Min, Tapp, Cage, Ripley)gramLiving
- [Opcional] indica a un personaje como gramaticalmente 'vivo' (parámetro opcional para ciertos idiomas)gramGender
- [Opcional] indica a un Personaje como gramaticalmente 'masculino' o 'fememino' (parámetro opcional para ciertos idiomas).
Usado cuando el parámetrogender
no está alineado con el género gramatical.- [ K ]
realm
- [Opcional] Reino Asociado del Asesino - [ K ]
power
- [Obligatorio] Nombre del Poder del Asesino - [ K ]
specialAttack
- [Opcional] Especifica si el 'M2' del Asesino es un Ataque Básico o un Ataque Especial (solo usado en Asesinos con una habilidad 'M2' que puede dañar Sobrevivientes al golpearlos o al chocar con ellos) - [ K ]
altAttackNote
- [Opcional] Nota Corta que nombra el Ataque secundario del Asesino - [ K ]
weapon
- [Obligatorio] El Nombre del Arma del Asesino - [ K ]
diff
- [Obligatorio] El Rating de dificultad del Asesino, valores: [1, 2, 3, 4] (o string) - [ K ]
speed
- [Obligatorio] La Velocidad de Movimiento por defecto del Asesino - [ K ]
altSpeed
- [Opcional] La Velocidad de Movimiento alternativa del Asesino (usualmente cuando usa su Poder) - [ K ]
radius
- [Obligatorio] El rango por defecto del Radio de Terror del Asesino - [ K ]
altRadius
- [Opcional] El rango alternativo del Radio de Terror del Asesino (usualmente cuando usa su Poder) - [ K ]
lullabyRadius
- [Opcional] El rango del Arrullo del Radio de Terror del Asesino - [ K ]
height
- [Opcional] La Altura de Cámara del Asesino (basado en la pantalla de información F1 del juego)
Mapas / Reinos
Parámetros
id
- [Obligatorio] ID de un mapa (muchas funciones se refieren cuidadosamente al ID pero la mayoría del tiempo es un índice. Esto debería ser renombrado a un nombre apropiado. Se ha hecho algo de trabajo pero esta parte necesita revisión.)name
- [Obligatorio] Nombre del mapa. Usado para el montaje de nombres de las imágenes.altName
- [Opcional] Nombre alternativo usado durante desarrollo. Si el nombre es idéntico con el nombre o si no está presente debería entenderse que el mapa no tiene un nombre alternativo. Se utiliza para el montaje de nombres de las imágenes.realm
- [Obligatorio] ID del reino.ASTiles
- [Obligatorio] Área de Baldosas Cuadradas. El Tamaño del mapa. Los Metros son evaluados con base en la variable ASTiles. Pueden almacenarse como un número plano o en una tabla de la siguiente forma:ASTiles = {{76, "Upper Floor"}, {66, "Lower Floor"}}
minHooks
- [Opcional] Contador mínimo de ganchos que aparecen en el mapa.maxHooks
- [Opcional] Contador máximo de ganchos que aparecen en el mapa. Por defecto, se establece +5 a minHooks según la configuración mayoritaria del mapa. Básicamente, si la diferencia entre minHooks y maxHooks es 5 entonces no hay necesidad de almacenar maxHooksminPallets
- [Opcional] Tarimas mínimas que aparecen en el mapa.maxPallets
- [Opcional] Tarimas máximas que aparecen en el mapa.release
- [Opcional] Fecha de lanzamiento del mapa.landmark
- [Opcional] Punto Principal de Referencia del mapa.achievName
- [Opcional] Nombre del Logro relacionado a un mapa. También indica que el mapa tiene un logro.
Ejemplos
{id = 1, name = "Coal Tower", altName = "Warehouse", realm = 1, ASTiles = 132, minHooks = 6, maxHooks = 11, minPallets = 8, maxPallets = 20}
{id = 29, name = "The Game", altName = "Hideout", realm = 10, ASTiles = {{76, "Upper Floor"}, {66, "Lower Floor"}}, minHooks = 8, maxHooks = 13, minPallets = 15, maxPallets = 20, release = "1.9.0"},
Esta documentación está transcluida desde Módulo:Datatable/doc. (editar | historial)
local p = {} require("Module:Strings") --techName = technical name kept in english in order to link image names (in english) to correct filenames --multiName = the element shares the name with other "entity" (map/realm/perk/addon/item/offering/etc.) from the game p.charISCost = 9000 p.charACCost = 500 p.dlcCosts = { --based on 1 char, 2 chars, 3 chars --sorted by DLC category --[[1]] {4.99, 7.99, 11.99}, --chapters --[[2]] {4.99} --half-chapters } --p.chapterDlcCosts = {5.99, 7.99, 11.99} --p.halfChapterDlcCosts = {4.99} --gc = game currency --temp = temporary currency (not available all-year) ccy = { {id = 1, name = "Dólar", symbol = '$', gc = false}, {id = 2, name = "Punto de Sangre", symbol = 'BP', gc = true, plural = "Puntos de Sangre"}, {id = 3, name = "Fragmento Iridiscente", symbol = 'IS', gc = true, plural = "Fragmentos Iridiscentes"}, {id = 4, name = "Moneda Dorada", symbol = 'GC', gc = true, temp = true, plural = "Monedas Doradas"}, {id = 5, name = "Célula Áurica", symbol = 'AC', gc = true, plural = "Células Áuricas"}, {id = 6, name = "Suero Pútrido", symbol = 'PS', gc = true, temp = true}, {id = 7, name = "Fragmento de Grieta", symbol = 'RF', gc = true, plural = "Fragmentos de Grieta"}, {id = 8, name = "Dark Trinkets", symbol = 'DT', gc = true, temp = true}, {id = 9, name = "Frosty Trinkets", symbol = 'FT', gc = true, temp = true}, } p.ccy = ccy --rDate format: dd.mm.yyyy --multiName flag whether there's used the same name for any other element on wiki --Chapter number is sorted list by id of same category (1). For Paragraph number it's samethe same logic with category 2 --link: game id from DLC's Steam URL --{id = , name = "", rDate = "##.##.####", category = , cost = {},} --licensed = indicates whether the DLC contains licensed characters dlcs = { {id = 1, name = "The Last Breath Chapter", rDate = "18.08.2016", category = 1, cost = "Free", link = 509060, release = "1.1.0", codeName = "B"}, {id = 2, name = "The HALLOWEEN® Chapter", rDate = "25.10.2016", category = 1, link = 530711, release = "1.2.1", codeName = "C", licensed = true}, {id = 3, name = "Of Flesh and Mud", rDate = "08.12.2016", retired = "08.01.2024", category = 1, link = 554381, release = "1.3.1", codeName = "D", flags = {"xps"}}, {id = 16, name = "Left Behind", rDate = "08.03.2017", category = 2, cost = "Free", link = 573940, release = "1.4.2", codeName = "D", multiName = true}, {id = 4, name = "Spark of Madness", rDate = "11.05.2017", retired = "08.01.2024", category = 1, link = 582600, release = "1.5.1", codeName = "I", flags = {"xps"}}, {id = 5, name = "A Lullaby for the Dark", rDate = "27.07.2017", category = 1, cost = "Free", link = 661770, release = "1.6.0", codeName = "J"}, {id = 17, name = "LEATHERFACE™", rDate = "14.09.2017", category = 2, link = 700280, release = "1.7.0", codeName = "J", licensed = true}, {id = 6, name = "A Nightmare on Elm Street™", rDate = "26.10.2017", category = 1, link = 700282, release = "1.8.0", codeName = "England", licensed = true}, {id = 7, name = "The SAW™ Chapter", rDate = "23.01.2018", category = 1, link = 750381, release = "1.9.0", codeName = "Finland", licensed = true}, {id = 8, name = "Curtain Call", rDate = "12.06.2018", retired = "08.01.2024", category = 1, link = 799200, release = "2.0.0", codeName = "Guam", flags = {"switch"}}, {id = 9, name = "Shattered Bloodline", rDate = "18.09.2018", retired = "08.01.2024", category = 1, link = 925750, release = "2.2.0", codeName = "Haiti", flags = {"switch"}}, {id = 10, name = "Darkness Among Us", rDate = "11.12.2018", retired = "08.01.2024", category = 1, link = 971790, release = "2.4.0", codeName = "Kenya"}, {id = 11, name = "Demise of the Faithful", rDate = "19.03.2019", retired = "08.01.2024", category = 1, link = 1009820, release = "2.6.0", codeName = "Mali"}, {id = 18, name = "Ash vs Evil Dead", rDate = "02.04.2019", category = 2, link = 1009821, release = "2.6.3", codeName = "Mali", licensed = true}, {id = 12, name = "Ghost Face®", rDate = "18.06.2019", category = 1, link = 1089270, release = "3.0.0", codeName = "Oman", licensed = true}, {id = 13, name = "Stranger Things", rDate = "17.09.2019", category = 1, link = 1135280, release = "3.2.0", codeName = "Qatar", licensed = true, achRetired = true}, {id = 14, name = "Cursed Legacy", rDate = "03.12.2019", retired = "08.01.2024", category = 1, link = 1199880, release = "3.4.0", codeName = "Sweden"}, {id = 15, name = "Chains of Hate", rDate = "10.03.2020", retired = "08.01.2024", category = 1, link = 1251000, release = "3.6.0", codeName = "Ukraine"}, {id = 19, name = "The 80's Suitcase", rDate = "23.09.2016", retired = "08.01.2024", category = 3, cost = {{value = 2.99, ccy = 1}}, link = 530710, release = "1.1.2", flags = {"xps"}}, {id = 20, name = "The Bloodstained Sack", rDate = "17.11.2016", retired = "08.01.2024", category = 3, cost = {{value = 2.99, ccy = 1}}, link = 554380, release = "1.2.1e", flags = {"xps"}}, {id = 21, name = "Headcase", rDate = "08.06.2017", retired = "08.01.2024", category = 3, cost = {{value = 2.99, ccy = 1}}, link = 577901, release = "1.5.2", flags = {"switch"}}, {id = 22, name = "Charity Case", rDate = "10.08.2017", category = 3, cost = {{value = 4.99, ccy = 1}}, link = 627510, release = "1.6.2"}, {id = 23, name = "Dead by Daylight: Original Soundtrack", rDate = "14.06.2016", category = 4, cost = {{value = 9.99, ccy = 1}}, link = 492140, release = "1.0.0"}, {id = 24, name = "Silent Hill", rDate = "16.06.2020", category = 1, link = 1324970, release = "4.0.0", codeName = "Wales", multiName = true, licensed = true}, {id = 25, name = "Dead by Daylight: Original Soundtrack", rDate = "02.08.2019", category = 4, cost = {{value = 9.49, ccy = 1}}, link = 492140, release = "1.0.0", skip = true}, {id = 26, name = "Descend Beyond", rDate = "08.09.2020", retired = "08.01.2024", category = 1, link = 1408020, release = "4.2.0", codeName = "Yemen"}, {id = 27, name = "A Binding of Kin", rDate = "01.12.2020", retired = "08.01.2024", category = 1, link = 1474030, release = "4.4.0", codeName = "Aurora"}, {id = 28, name = "All-Kill", rDate = "30.03.2021", retired = "08.01.2024", category = 1, link = 1557310, release = "4.6.0", codeName = "Comet"}, {id = 29, name = "Resident Evil™", rDate = "15.06.2021", category = 1, link = 1634040, release = "5.0.0", codeName = "Eclipse", licensed = true}, {id = 30, name = "Escape Expansion Pack", rDate = "15.06.2021", category = 5, cost = {{value = 29.99, ccy = 1}}, link = 1622941, release = "5.0.0"}, {id = 31, name = "Terror Expansion Pack", rDate = "15.06.2021", category = 5, cost = {{value = 29.99, ccy = 1}}, link = 1622940, release = "5.0.0"}, {id = 32, name = "Hellraiser™", rDate = "07.09.2021", category = 1, link = 1734080, release = "5.2.0", codeName = "Gemini", licensed = true}, {id = 33, name = "Hour of the Witch", rDate = "19.10.2021", retired = "08.01.2024", category = 2, link = 1763310, release = "5.3.0", codeName = "Hubble"}, {id = 34, name = "Portrait of a Murder", rDate = "30.11.2021", retired = "14.05.2024", category = 1, link = 1804690, release = "5.4.0", codeName = "Ion"}, {id = 35, name = "Sadako Rising", rDate = "08.03.2022", category = 1, link = 1899750, release = "5.6.0", codeName = "Kepler", licensed = true}, {id = 36, name = "Roots of Dread", rDate = "07.06.2022", retired = "14.05.2024", category = 1, link = 1985790, release = "6.0.0", codeName = "Meteor"}, {id = 37, name = "Resident Evil™: PROJECT W", rDate = "30.08.2022", category = 1, link = 2102730, release = "6.2.0", codeName = "Orion", licensed = true}, {id = 38, name = "Forged in Fog", rDate = "22.11.2022", retired = "14.05.2024", category = 1, link = 2198470, release = "6.4.0", codeName = "Quantum"}, {id = 39, name = "Tools of Torment", rDate = "07.03.2023", retired = "14.05.2024", category = 1, link = 2294610, release = "6.6.0", codeName = "Saturn"}, {id = 40, name = "End Transmission", rDate = "13.06.2023", category = 1, link = 2399750, release = "7.0.0", codeName = "Umbra"}, {id = 41, name = "Armoured Pack", rDate = "19.06.2023", retracted = "18.07.2023", category = 3, link = 2405130, release = "7.0.0", licensed = true}, {id = 42, name = "War Hammer Pack", rDate = "19.06.2023", retracted = "18.07.2023", category = 3, link = 2405140, release = "7.0.0", licensed = true}, {id = 43, name = "Nicolas Cage", rDate = "25.07.2023", category = 2, cost = {{value = 9.99, ccy = 1}, {value = 500, ccy = 5}}, link = 2469400, release = "7.1.0", codeName = "Venus", licensed = true, multiName = true}, {id = 44, name = "Alien", rDate = "29.08.2023", category = 1, cost = {{value = 11.99, ccy = 1}, {value = 1000, ccy = 5}}, link = 2515990, release = "7.2.0", codeName = "Wormhole", licensed = true}, {id = 45, name = "Chucky", rDate = "28.11.2023", category = 1, link = 2656010, release = "7.4.0", codeName = "Yerkes", licensed = true, multiName = true}, {id = 46, name = "Maddening Darkness Pack", rDate = "08.01.2024", category = 8, cost = {{value = 9.99, ccy = 1}, {value = 1000, ccy = 5}, {value = 12000, ccy = 3}}, discount = 0.75, link = 2526530, release = "7.4.2"}, {id = 47, name = "Old Wounds Pack", rDate = "08.01.2024", category = 8, cost = {{value = 19.99, ccy = 1}, {value = 2000, ccy = 5}, {value = 36000, ccy = 3}}, link = 2526540, release = "7.4.2"}, {id = 48, name = "Macabre Tales Pack", rDate = "08.01.2024", category = 8, cost = {{value = 19.99, ccy = 1}, {value = 1750, ccy = 5}, {value = 31500, ccy = 3}}, link = 2526550, release = "7.4.2"}, {id = 49, name = "Alan Wake®", rDate = "30.01.2024", category = 2, link = 2661250, release = "7.5.0", codeName = "Zodiac", licensed = true, multiName = true}, {id = 50, name = "All Things Wicked", rDate = "12.03.2024", category = 1, link = 2661270, release = "7.6.0", codeName = "ApplePie"}, {id = 51, name = "Endless Hunt Pack", rDate = "14.05.2024", category = 8, cost = {{value = 19.99, ccy = 1}, {value = 2000, ccy = 5}, {value = 40500, ccy = 3}}, link = 2922730, release = "7.7.1"}, {id = 52, name = "Dungeons & Dragons", rDate = "03.06.2024", category = 1, link = 2958440, release = "8.0.0", codeName = "Churros", licensed = true}, {id = 53, name = "Tomb Raider™", rDate = "16.07.2024", category = 2, link = 3024580, release = "8.1.0", codeName = "Donut", licensed = true}, {id = 54, name = "Castlevania", rDate = "27.08.2024", category = 1, link = 3103150, release = "8.2.0", codeName = "Eclair", licensed = true}, {id = 55, name = "Doomed Course", rDate = "28.11.2024", category = 1, link = 3261720, release = "8.4.0", codeName = "Gelato"}, {id = 56, name = "Tokyo Ghoul", rDate = "02.04.2025", category = 1, link = 3448670, release = "8.6.0", codeName = "Icecream", licensed = true}, {id = 57, name = "Steady Pulse", rDate = "06.05.2025", category = 2, link = 3698790, release = "8.7.0", codeName = "Jerky"}, {id = 58, name = "Five Nights at Freddy's", rDate = "17.06.2025", category = 1, link = 3796620, release = "9.0.0", codeName = "Ketchup", licensed = true}, } p.dlcs = dlcs dlcCategories = { --[[1]] "Capítulo DLC", --[[2]] "Capítulo Intermedio DLC", --[[3]] "Paquete de Ropa DLC", --[[4]] "Soundtrack Original DLC", --[[5]] "Paquete de Personajes DLC", --[[6]] "Otro", -- unused --[[7]] "Replegado", -- unused --[[8]] "Paquete de Capítulos DLC" } p.dlcCategories = dlcCategories dlcImages = { --cover will be optional --jpg {id = 1, cover = "DLC1_LOGO"}, {id = 25, cover = "2019SOUNDTRACK LOGO"} } p.dlcImages = dlcImages --deprecated dlcCapsuleImages = { --{id = #, image = "customName"} } dlcThemes = { --need to test if can check if file exists (.ogg) -- {id = 3, fileName = "Hag Theme Music"}, } p.dlcThemes = dlcThemes survivors = { --dbdName => name used in DBD API --theme = music theme, nill/true = expected, false = not expected --{id = , name = "", altName = , gender = , role = "", origin = , actor = "", dlc =} {id = 1, name = "Dwight Fairfield", gender = "Hombre", role = "Líder Nervioso", origin = "Estadounidense", actor = "Ian Chuprun (BHVR)"}, {id = 2, name = "Meg Thomas", gender = "Mujer", role = "Atleta Enérgica", origin = "Estadounidense", actor = "Ingrid Blemur (BHVR)"}, {id = 3, name = "Claudette Morel", gender = "Mujer", role = "Botánica Estudiosa", origin = "Canadiense", actor = "Sarah Robinson (BHVR)"}, {id = 4, name = "Jake Park", altName = "제이크 박 (Coreano)", gender = "Hombre", role = "Preparacionista Solitario", origin = "Surcoreano", actor = "Kevin Boissonneault (BHVR)"}, {id = 5, name = "Nea Karlsson", gender = "Mujer", role = "Artista Urbana", origin = "Sueca", actor = "Morgane Ravasi (BHVR)", dlc = 1}, {id = 6, name = "Laurie Strode", gender = "Mujer", role = "Superviviente Determinada", origin = "Estadounidense", actor = "Catherine Lecours (BHVR)", dlc = 2}, {id = 7, name = "Ace Visconti", gender = "Hombre", role = "Jugador Afortunado", origin = "Argentino de descendencia Italiana", actor = "Sébastien Varas (BVHR)", dlc = {3, 46}}, {id = 8, name = 'William "Bill" Overbeck', shortName = "Bill Overbeck", gender = "Hombre", role = "Viejo Soldado", origin = "Estadounidense", actor = "Ricardo Gomez (BHVR)", dlc = 16}, {id = 9, name = "Feng Min", altName = "凤敏 (Chino)", useLastName = true, gender = "Mujer", role = "Competidora Centrada", origin = "China", actor = "Bianca Lavric (BHVR)", dlc = {4, 46}}, {id = 10, name = "David King", gender = "Hombre", role = "Macarra", origin = "Inglés", actor = "Stefan Horvath (BHVR)", dlc = 5}, {id = 11, name = "Quentin Smith", gender = "Hombre", role = "Caminante de Sueños", origin = "Estadounidense", actor = "Louis McLean (BHVR)", dlc = 6}, {id = 12, name = "Detective David Tapp", shortName = "David Tapp", dbdName = "Detective Tapp", useLastName = true, gender = "Hombre", role = "Detective Obsesionado", origin = "Afroamericano", actor = "Dave Blake (BHVR)", dlc = 7}, {id = 13, name = "Kate Denson", gender = "Mujer", role = "Ave Cantora", origin = "Estadounidense", actor = "Daphné Poulin Gourdeau (BHVR)", dlc = {8, 46}}, {id = 14, name = "Adam Francis", gender = "Hombre", role = "Profesor con Muchos Recursos", origin = "Jamaicano", actor = "Joseph Bourbaki (BHVR)", dlc = {9, 46}}, {id = 15, name = 'Jeffrey "Jeff" Johansen', shortName = "Jeff Johansen", dbdName = "Jeff Johansen", gender = "Hombre", role = "Artista Silencioso", origin = "Canadiense de descendencia Noruega", actor = "Filip Ivanovic (BHVR)", dlc = {10, 47}}, {id = 16, name = "Jane Romero", gender = "Mujer", role = "Celebridad Influyente", origin = "Latinoamericana", actor = "Patricia Brochu-Gagné (BHVR)", dlc = {11, 47}}, {id = 17, name = "Ashley J. Williams", shortName = "Ash Williams", gender = "Hombre", role = "Lobo Solitario", origin = "Estadounidense", actor = "Bruce Campbell (Original Actor)", dlc = 18}, {id = 18, name = "Nancy Wheeler", gender = "Mujer", role = "Aspirante a Periodista", origin = "Estadounidense", actor = "Diane Guillemont (BHVR)", dlc = 13}, {id = 19, name = "Steve Harrington", gender = "Hombre", role = "Abusón Reformado", origin = "Estadounidense", actor = "Sin Revelar", dlc = 13}, {id = 20, name = "Yui Kimura", altName = "木村 結衣 (Japonés)", gender = "Mujer", role = "Endurecida Corredora Callejera", origin = "Japonesa", actor = "Daniela Pinto (BHVR)", dlc = {14, 47}}, {id = 21, name = "Zarina Kassir", gender = "Mujer", role = "Intrépida Documentalista", origin = "Estadounidense-Libanesa", actor = "Émilie Paquin (BHVR)", dlc = {15, 47}}, {id = 22, name = "Cheryl Mason", gender = "Mujer", role = "Joven Veterana del Terror", origin = "Estadounidense", actor = "Actriz de Voz sin Revelar", dlc = 24}, {id = 23, name = "Felix Richter", gender = "Hombre", role = "Arquitecto Visionario", possessive = true, origin = "Alemán", actor = "Frédéric Poirier (BHVR)", dlc = {26, 48}}, {id = 24, name = "Élodie Rakoto", gender = "Mujer", role = "Investigadora del Ocultismo", origin = "Francesa, Malgache", actor = "Beatrix Moersch (BHVR)", dlc = {27, 48}, diacritics = true}, {id = 25, name = "Yun-Jin Lee", altName = "이윤진 (Coreano)", gender = "Mujer", role = "Productora Musical Egoísta", origin = "Surcoreana", actor = "So-Hee Kim (Voice Actor)", dlc = {28, 48}}, {id = 26, name = "Jill Valentine", gender = "Mujer", role = "Miembro Fundador de S.T.A.R.S.", origin = "Estadounidense", actor = "Chaney Crabb (The Monster Factory)", dlc = 29}, {id = 27, name = "Leon Scott Kennedy", dbdName = "Leon S. Kennedy", gender = "Hombre", role = "Oficial de Policía Novato", origin = "Estadounidense", actor = "Riley McShane (The Monster Factory)", dlc = 29}, {id = 28, name = "Mikaela Reid", gender = "Mujer", role = "Joven Mística", origin = "Estadounidense", actor = "Adrienne Cowan (The Monster Factory)", dlc = {33, 48}}, {id = 29, name = "Jonah Vasquez", gender = "Hombre", role = "Genio de las Matemáticas", origin = "Estadounidense de descendencia Hispánica", actor = "Actor de Voz Desconocido (The Monster Factory)", dlc = {34, 51}}, {id = 30, name = "Yoichi Asakawa", altName = "浅川 陽一 (Japonés)", gender = "Hombre", role = "Experto en Biología Marina", origin = "Japonés", actor = "Mirai Kawashima (The Monster Factory)", dlc = 35}, {id = 31, name = "Haddie Kaur", gender = "Mujer", role = "Podcaster Valiente y Decidida", origin = "Canadiense de descendencia India", actor = "Ashavari Anna Joshi (The Monster Factory)", dlc = {36, 51}}, {id = 32, name = "Ada Wong", gender = "Mujer", role = "Misteriosa Agente Secreta", origin = "Desconocida (Redactado)", actor = "Vicky Psarakis (The Monster Factory)", dlc = 37}, {id = 33, name = "Rebecca Chambers", gender = "Mujer", role = "Médico Entregado y Miembro del Equipo", origin = "Estadounidense", actor = "Megan Orvold-Scheider (The Monster Factory)", dlc = 37}, {id = 34, name = "Vittorio Toscano", gender = "Hombre", role = "Eterno Vagabundo", origin = "Italiano", actor = "Luc de Villars (The Monster Factory)", theme = false, dlc = {38, 51}}, {id = 35, name = "Thalita Lyra", gender = "Mujer", origin = "Brasileña", actor = "Sylvia Salustti (Brazilian Voice Actress)", dlc = {39, 51}}, {id = 36, name = "Renato Lyra", gender = "Hombre", origin = "Brasileña", actor = "Felipe Grinnan (Brazilian Voice Actor)", dlc = {39, 51}}, {id = 37, name = "Gabriel Soma", gender = "Hombre", role = "Ingeniero de Muchos Recursos", origin = "Proxima Centauri C", actor = "Stevie Boiser (The Monster Factory)", dlc = 40}, {id = 38, name = "Nicolas Cage", useLastName = true, gender = "Hombre", role = "Superestrella", origin = "Estadounidense", actor = "Nicolas Cage (Himself)", dlc = 43, multiName = true}, {id = 39, name = "Ellen Ripley", useLastName = true, gender = "Mujer", role = "Oficial de la Nostromo", origin = "Estadounidense", actor = "Molly Daisy (The Monster Factory)", dlc = 44}, {id = 40, name = "Alan Wake", gender = "Hombre", role = "Autor Exitoso", origin = "Estadounidense", actor = "Matthew Porretta (Actor de Voz Original, Blindlight)", dlc = 49, multiName = true}, {id = 41, name = "Sable Ward", gender = "Mujer", origin = "Estadounidense", actor = "Liz Morey (Blindlight)", dlc = 50}, {id = 42, name = "Aestri Yazar & Baermar Uraz", dbdName = "Aestri Yazar", article = "La", moniker = "Compañía", techMoniker = "Troupe", gender = "Mujer (Aestri)" .. br .. "Hombre (Baermar)", origin = "Oerth (D&D World)", actor = "Aestri: Jesse Vilinsky" .. br .. "Baermar: Robbie Daymond" .. br .. "(ambos de Blindlight)", dlc = 52}, {id = 43, name = "Lara Croft", gender = "Mujer", origin = "Inglesa", actor = "Emily O'Brien (Blindlight)", dlc = 53}, {id = 44, name = "Trevor Belmont", gender = "Hombre", origin = "Valaco (Rumania)", actor = "Andrew Wheildon-Dennis (Blindlight)", dlc = 54}, {id = 45, name = "Taurie Cain", gender = "Mujer", origin = "Escocesa", actor = "Arianna Ratner (Blindlight, Artista de Voice-Over)", dlc = 55}, {id = 46, name = "Orela Rose", gender = "Mujer Trans", role = "Paramédica", origin = "Afroamericana", actor = "Angelica Ross (Blindlight, Actriz y Defensora de los Derechos Transgénero)", dlc = 57}, } p.survivors = survivors survivorImages = { --this will be optional {id = 1, portrait = "DF_charSelect_portrait", preview = "DF_charPreview_portrait"}, {id = 8, preview = "DS_BO_charPreview_portrait"}, {id = 22, preview = "WS_CM_charPreview_portrait"}, {id = 23, preview = "YS_FR_charPreview_portrait"}, } p.survivorImages = survivorImages --realm can be deduced based on dlc ID --base speed (100 %) is 4 m/s --radius is in metres --speed will be by default 115 killers = { -- {id = number, name = "string", realName = "string", altName = "string" or {table = {"string"}}, gender = "string", origin = "string", power = "string", specialAttack = boolean, altAttackNote = "string", weapon = "string", --speed = number (%), altSpeed = {table = {number (%), "string"}}, radius = number or {table = {number}}, height = 'char', dlc = number (id), actor = "string" or {table = {"string"}}}, {id = 1, techName = "Trapper", name = "Trampero", article = "El", realName = "Evan MacMillan", altName = "Risitas", gender = "Hombre", origin = "Estadounidense", realm = 1, specialAttack = true, altAttackNote = "Agarre de Trampa para Osos", weapon = "Cuchillo de Carnicero", speed = 4.6, radius = 32, height = 'T', diff = 1, actor = "Filip Ivanovic (BHVR)"}, {id = 2, techName = "Wraith", name = "Espectro", article = "El", realName = "Philip Ojomo", altName = {"Banshee", "Bob"}, gender = "Hombre", origin = "Nigeriano", realm = 2, specialAttack = false, weapon = "Hacha de Azarov", speed = {4.6, "Reaparecido"}, altSpeed = {{6.0, "Oculto"}}, radius = 32, height = 'T', diff = 1, actor = "Filip Ivanovic (BHVR)"}, {id = 3, techName = "Hillbilly", name = "Pueblerino", article = "El", realName = "Max Thompson Jr.", altName = "The Crooked", gender = "Hombre", origin = "Estadounidense", realm = 3, specialAttack = true, altAttackNote = "Golpe de Motosierra", weapon = "Martillo para Ganado Brutal", speed = 4.6, altSpeed = {{10.12, "Corrida Rápida con Motosierra"}}, radius = 32, height = 'T', diff = 2, actor = "Filip Ivanovic (BHVR)"}, {id = 4, techName = "Nurse", name = "Enfermera", article = "La", realName = "Sally Smithson", gender = "Mujer", origin = "Estadounidense de descendencia Inglesa", specialAttack = true, altAttackNote = "Ataque de Proyección", weapon = "Sierra para Huesos", speed = 3.85, altSpeed = {{13.33, "Proyección"}}, radius = 32, height = 'A', diff = 4, dlc = 1, actor = "Anais Renevey (BHVR)"}, {id = 5, techName = "Shape", name = "Forma", article = "La", realName = "Michael Myers", altName = {"Boogeyman", "Stalker"}, gender = "Hombre", origin = "Estadounidense", specialAttack = false, weapon = "Cuchillo de Cocina", speed = {4.4, "Mal Interior I"}, altSpeed = {{4.6, "Mal Interior II y III"}}, radius = {{6, "Mal Interior I"}, {16, "Mal Interior II"}, {32, "Mal Interior III"}}, height = 'T', diff = 2, dlc = 2, actor = "Frédéric Poirier (BHVR)"}, {id = 6, techName = "Hag", name = "Bruja", article = "La", realName = "Lisa Sherwood", altName = "Witch", gender = "Mujer", origin = "Afroamericana", power = "Catalizador Ennegrecido", specialAttack = false, weapon = "Garras de Ceniza", speed = 4.4, radius = 24, height = 'A', diff = 4, dlc = {3, 46}, actor = "Eliane Pregent"}, {id = 7, techName = "Doctor", name = "Doctor", article = "El", realName = "Herman Carter", altName = "Mu Yi", gender = "Hombre", origin = "Afroamericano", power = "Chispa de Carter", specialAttack = true, altAttackNote = "Ataques de Choque", weapon = "El Palo", speed = 4.6, altSpeed = {{3.08, "Terapia de Choque"}, {2.99, "Explosión Estática"}}, radius = 32, height = 'T', diff = 3, dlc = {4, 46}, actor = "Alex Lin (BHVR)"}, {id = 8, techName = "Huntress", name = "Cazadora", article = "La", realName = "Anna", altName = {"Анна", "Bear"}, possessive = true , gender = "Mujer", origin = "Rusa", power = "Destrales de Caza", specialAttack = true, altAttackNote = "Golpes de Destrales", weapon = "Hacha Ancha", speed = 4.4, altSpeed = {{3.08, "Wind-up"}}, radius = 20, lullabyRadius = 45, height = 'T', diff = 2, dlc = 5, actor = "Amélie Leguiader (BHVR)"}, {id = 9, techName = "Cannibal", name = "Caníbal", article = "El", realName = "Bubba Sawyer", altName = "Leatherface", gender = "Hombre", origin = "Estadounidense", power = "Motosierra de Bubba", specialAttack = true, altAttackNote = "Golpes de Motosierra", weapon = "La Almádena", speed = 4.6, altSpeed = {{5.35, "Barrido con Motosierra"}}, radius = 32, height = 'T', diff = 2, dlc = 17, actor = "Filip Ivanovic (BHVR)"}, {id = 10, techName = "Nightmare", name = "Pesadilla", article = "La", realName = "Freddy Krueger", altName = "The Sandman", gender = "Hombre", origin = "Estadounidense", power = "Demonio de los Sueños", specialAttack = false, weapon = "Guantes con Garras", speed = 4.6, altSpeed = {{4.0, " colocando '''Trampas de los Sueños'''"}}, radius = 32, lullabyRadius = {{32, "[[Mundo de los Sueños]]"}}, height = 'A', diff = 2, dlc = 6, actor = "Filip Ivanovic (BHVR)"}, {id = 11, techName = "Pig", name = "Cerda", article = "La", realName = "Amanda Young", gender = "Mujer", origin = "Estadounidense", power = "Bautizo de Jigsaw", specialAttack = true, altAttackNote = "Golpe de Emboscada", weapon = "Cuchilla Oculta", speed = 4.6, altSpeed = {{3.8, "Agacharse"}, {6.9, "Emboscada"}}, radius = 32, height = 'A', diff = 3, dlc = 7, actor = "Christine Marsh (BHVR)"}, {id = 12, techName = "Clown", name = "Payaso", article = "El", realName = "Kenneth Chase alias Jeffrey Hawk", shortName = "Jeffrey Hawk", altName = {"The Ringmaster", "The Medicine Man"}, gender = "Hombre", origin = "Estadounidense", power = "El Último Acto", specialAttack = true, altAttackNote = "Golpes de Botellas", weapon = "Madame Butterfly", speed = 4.6, radius = 32, height = 'T', diff = 2, dlc = {8, 46}, actor = "Sébastien Duval (BHVR)"}, {id = 13, techName = "Spirit", name = "Espíritu", article = "El", realName = "Rin Yamaoka", gender = "Mujer", origin = "Japonesa", power = "Acecho de Yamaoka", specialAttack = false, weapon = "Katana Destrozada", speed = 4.4, altSpeed = {{7.04, "Cambio de Fase"}}, radius = 24, height = 'A', diff = 3, dlc = {9, 46}, actor = "Gabrielle Murphy (BHVR)"}, {id = 14, techName = "Legion", name = "Legión", article = "La", realName = "Frank Morrison, Julie Kostenko, Susie, Joey", shortName = "Frank, Julie, Susie, Joey", gender = "Hombres (Frank, Joey)" .. br .. "Mujeres (Julie, Susie)", origin = "Canadiense", power = "Frenesí Salvaje", specialAttack = true, altAttackNote = "Corte Salvaje", weapon = "Cuchillo de Caza", speed = 4.6, altSpeed = {{5.2, "Frenesí Salvaje"}}, radius = 32, altRadius = {{40, "Frenesí Salvaje"}}, height = 'A', diff = 1, dlc = {10, 47}, actor = {"Julie/Susie: Emilie Deschamps (BHVR)", "Frank/Joey: Nicolas Brassard (BHVR)"}}, {id = 15, techName = "Plague", name = "Plaga", article = "La", realName = "Adiris", altName = "Suma Sacerdotisa de Babilonia", gender = "Mujer", origin = "Babilónica (Antigua Mesopotamia)", power = "Purga Vil", specialAttack = true, altAttackNote = "Golpes de Purga Corrupta", weapon = "Incensario Profano", speed = 4.6, radius = 32, height = 'T', diff = 3, dlc = {11, 47}, actor = "Actriz de Voz No Revelada"}, {id = 16, techName = "Ghost Face", name = "Ghost Face", article = cstr.empty, realName = "Danny Johnson alias Jed Olsen", shortName = "Danny Johnson", gender = "Hombre", origin = "Estadounidense", power = "Velo de la Noche", specialAttack = false, weapon = "Cuchillo Táctico", speed = 4.6, altSpeed = {{3.8, "Agachado"}}, radius = 32, height = 'A', diff = 3, dlc = 12, actor = "Filip Ivanovic (Director de Arte)"}, {id = 17, techName = "Demogorgon", article = "El", name = "Demogorgon", altName = {"The Monster", "The Beast"}, gender = "No aplicable (no humano)", origin = "Ninguno (Criatura de Origen Extradimensional)", power = "Desde el Abismo", specialAttack = true, altAttackNote = "Desmenuzar", weapon = "Garra Bárbara", speed = 4.6, altSpeed = {{3.86, "Desde el Abismo"}, {18.4, "Desmenuzar"}}, radius = 32, height = 'T', diff = 3, dlc = 13, actor = "Ninguno (varios sonidos digitalmente procesados)"}, {id = 18, techName = "Oni", name = "Oni", article = "El", realName = "Kazan Yamaoka", gender = "Hombre", origin = "Japonés", power = "Ira de Yamaoka", specialAttack = true, altAttackNote = "Ataques de Furia de Sangre", weapon = "Hoja de Yamaoka", speed = 4.6, altSpeed = {{3.45, "Absorción"}, {7.82, "Emboscada Demoniaca"}}, radius = 32, height = 'T', diff = 4, dlc = {14, 47}, actor = "Jean-Baptiste Garnier (BHVR)"}, {id = 19, techName = "Deathslinger", name = "Arponero de la Muerte", article = "El", realName = "Caleb Quinn", altName = {"The Collector", "Gunslinger", "Mad Mick"}, gender = "Hombre", origin = "Estadounidense de descendencia Irlandesa", power = "El Redentor", specialAttack = false, weapon = "Muerte a Bayshore", speed = 4.4, radius = 32, height = 'T', diff = 3, dlc = {15, 47}, actor = "Patrick Harris (BHVR)"}, {id = 20, techName = "Executioner", name = "Ejecutor",article = "El", realName = "Pyramid Head", altName = "Red Pyramid Thing", gender = "Hombre", origin = "Ninguno (Criatura, Manifestación de Culpa)", power = "Ritos del Juicio", specialAttack = true, altAttackNote = "Ataques de Rastro", weapon = "Gran Cuchillo", speed = 4.6, altSpeed = {{3.68, "Modo de Carga de Tormento"}, {4.4, "Modo Tormento"}}, radius = 32, height = 'T', diff = 4, dlc = 24, actor = "Jean-Baptiste Garnier (BHVR)"}, {id = 21, techName = "Blight", name = "Deterioro", article = "El", realName = "Talbot Grimes", gender = "Hombre", origin = "Escocés", power = "Corrupción Deteriorada", specialAttack = true, altAttackNote = "Golpes de Avalancha", weapon = "Destructor de Huesos", speed = 4.6, altSpeed = {{9.2, "Avalancha"}}, radius = 32, height = 'A', diff = 4, dlc = {26, 48}, actor = "Jean-Baptiste Garnier (BHVR) & Mathieu Favier (BHVR)"}, {id = 22, techName = "Twins", name = "Gemelos", article = "Los", realName = "Charlotte & Victor Deshayes", altName = "Los Hermanos", possessive = true, gender = "Mujer (Charlotte)" .. br .. "Hombre (Victor)", origin = "Francés", power = "Vínculo de Sangre", specialAttack = true, altAttackNote = "Salto de Victor", weapon = "Cuchilla de Marsella", speed = {4.6, "Charlotte"}, altSpeed = {{6, "Victor"}}, radius = 32, lullabyRadius = {{12, "Gritos de Victor - inactivo"}, {14, "aferrado"}, {18, "controlado"}}, height = 'T', diff = 4, dlc = {27, 48}, actor = {"Charlotte: Catherine Gauthier (BHVR)", "Victor: Jean-Baptiste Garnier (BHVR)"}}, {id = 23, techName = "Trickster", name = "Embaucador", article = "El", realName = "Ji-Woon Hak", gender = "Hombre", origin = "Surcoreano", power = "Hora del Espectáculo", specialAttack = true, altAttackNote = "Golpes de Cuchillas", weapon = "Rompesesos Pulido", speed = 4.6, altSpeed = {{3.86, "Estado de Lanzamiento y Evento Principal"}}, radius = 32, lullabyRadius = 44, height = 'A', diff = 2, dlc = {28, 48}, actor = "Titus Kim (Voice Actor)"}, {id = 24, techName = "Nemesis", name = "Némesis", article = "La", techRealName = "Nemesis T-Type", realName = "Némesis T-Type", altName = {"The Pursuer", "The Tyrant", "The Potential"}, possessive = true, gender = "Hombre", origin = "Ninguno (Arma Biológica manufacturada por Umbrella Europa)", power = "Virus T", specialAttack = true, altAttackNote = "Golpe de Tentáculo", weapon = "Puños Rudos", speed = 4.6, altSpeed = {{3.8, "Golpe de Tentáculo MR1/MR2"}, {4.0, "Golpe de Tentáculo MR3"}}, radius = 32, height = 'T', diff = 3, dlc = 29, actor = {"Sébastien Croteau (Nemesis)", "Roxana B.L. (Female Zombie)", "David A.B. (Male Zombie) (The Monster Factory)"}, multiName = true}, {id = 25, techName = "Cenobite", name = "Cenobita", article = "El", realName = "Elliot Spencer", altName = {"Lead Cenobite", "Hell Priest"}, gender = "Hombre", origin = "Inglés", power = "Invocaciones de Dolor", specialAttack = true, altAttackNote = "Cadenas", weapon = "Gancho con Cadena", speed = 4.6, radius = 32, height = 'T', diff = 4, dlc = 32, actor = "Doug Bradley (Original Actor)"}, {id = 26, techName = "Artist", name = "Artista", article = "La", realName = "Carmina Mora", altName = {"The Bird Lady", "The Matron of Crows"}, gender = "Mujer", origin = "Chilena", power = "Aves de Tormento", specialAttack = true, altAttackNote = "Ataques de Cuervo", weapon = "Espátula Afilada", speed = 4.6, radius = 32, height = 'A', diff = 2, dlc = {34, 51}, actor = "Beatrix Moersch (The Monster Factory)"}, {id = 27, techName = "Onryō", name = "Onryō", article = "La", realName = "Sadako Yamamura", altName = {"山村 貞子"}, gender = "Mujer (Intersexual)", origin = "Japonesa", power = "Diluvio de Miedo", specialAttack = false, weapon = "Círculo de Furia", speed = 4.6, radius = 24, lullabyRadius = {{24, "[[El Otro Mundo]]"}}, height = 'S', diff = 3, dlc = 35, actor = "Ninguno"}, {id = 28, techName = "Dredge", name = "Draga", article = "La", altName = {"The Druanee"}, gender = "No aplicable (no humano)", origin = "Ninguno (Criatura, Manifestación de Pensamientos Oscuros)", power = "Reino de la Oscuridad", specialAttack = false, weapon = "Apéndice Enredado", speed = 4.6, radius = 32, height = 'T', diff = 2, dlc = {36, 51}, actor = {"Roxana B.L.", "Maude Théberge", "Vanessa Landry", "Misha Standjofski", "Philippe Langelier", "Sébastien Croteau (The Monster Factory)"}}, {id = 29, techName = "Mastermind", name = "Mente Maestra", article = "La", realName = "Albert Wesker", gender = "Hombre", origin = "Estadounidense", power = "Golpe Virulento", specialAttack = true, altAttackNote = "Ataque de Golpe", weapon = "Cuchillo de Combate", speed = 4.6, radius = 40, height = 'A', diff = 2, dlc = 37, actor = "Connor Fogarty (The Monster Factory)"}, {id = 30, techName = "Knight", name = "Caballero", article = "El", realName = "Tarhos Kovács", gender = "Hombre", origin = "Húngaro", power = "Guardia Compagnia", specialAttack = true, altAttackNote = "Ataque de Guardias", weapon = "Claymore Imponente", speed = 4.6, radius = 32, height = 'A', diff = 2, dlc = {38, 51}, actor = {"Misha Standjofski (Caballero)", "David A.B. (Carnicero)", "Simon Girard (Homicida)", "Jeff Mott (Carcelero) (The Monster Factory)"}}, {id = 31, techName = "Skull Merchant", name = "Comerciante de Calaveras", article = "La", realName = "Adriana Imai", gender = "Mujer", origin = "Brasileña de descendencia Japonesa", power = "Ojos en el Cielo", specialAttack = false, weapon = "Cuchillas Dobles Filosas", speed = 4.6, radius = 32, height = 'A', diff = 3, dlc = {39, 51}, actor = {"Viky Boyer (The Monster Factory)"}}, {id = 32, techName = "Singularity", name = "Singularidad", article = "La", realName = "HUX-A7-13", gender = "No aplicable (Voz de IA masculina)", origin = "Ninguno (Androide Humanoide manufacturado por Industrias Huxlee Ltda.)", power = "Instanciación Cuántica", specialAttack = false, weapon = "Garra Modular", speed = 4.6, radius = 32, height = 'A', diff = 3, dlc = 40, actor = {"Voz de IA Modificada"}}, {id = 33, techName = "Xenomorph", name = "Xenomorfo", article = "El", gender = "No aplicable (no humano)", origin = "Ninguno (Criatura de Origen Extraterrestre)", power = "Búsqueda Oculta", specialAttack = true, altAttackNote = "Ataques de Cola", weapon = "Brazo Ágil", speed = 4.6, altSpeed = {{4.6, "Modo Rastreador"}}, radius = 32, altRadius = {{24, "Modo Rastreador"}}, height = 'A', diff = 2, dlc = 44, actor = {"Sébastien Croteau (The Monster Factory)"}}, {id = 34, techName = "Good Guy", name = "Chico Bueno", article = "El", realName = "Charles Lee Ray", altName = {"Chucky", "El Estrangulador de Lakeshore"}, gender = "Hombre", origin = "Estadounidense", power = "Se Acabó el Juego", specialAttack = true, altAttackNote = "Cortar y Picar", weapon = "Cuchillo de Cocina", speed = 4.4, radius = 32, height = 'S', diff = 2, dlc = 45, actor = "Brad Dourif (Blindlight, Original Actor)", multiName = true}, {id = 35, techName = "Unknown", name = "Desconocido", article = "Lo", gender = "Ninguno (Entidad inhumana que adapta su apariencia según necesidad)", origin = "Desconocido (Entidad Maligna)", power = "VDX", specialAttack = true, weapon = "Hacha Cuidada", speed = 4.6, radius = 32, height = 'A', diff = 2, dlc = 50, actor = "Zoey Alexandria Wendorf (Blindlight, Professional Transvoice Teacher)"}, {id = 36, techName = "Lich", name = "Liche", article = "El", realName = "Vecna", gender = "Hombre", origin = "Oerth (Mudno de D&D)", power = "Oscuridad Vil", specialAttack = true, altAttackNote = "Vuelo de los Condenados", weapon = "Daga de Reflexión", speed = 4.6, altSpeed = {{6.92, "Volar"}}, radius = 32, height = 'A', diff = 2, dlc = 52, actor = "Matthew Mercer (Blindlight, Professional Voice Actor)"}, {id = 37, techName = "Dark Lord", name = "Señor Oscuro", article = "El", realName = "Drácula", altName = {"Vlad Tepes Drácula", "Vlad el Empalador"}, gender = "Hombre", origin = "Valaco (Rumania)", power = "Cambio Vampírico", specialAttack = true, altAttackNote = "Fuego del Infierno, Salto", weapon = "Garras Pálidas", speed = 4.6, radius = 32, lullabyRadius = {{48, "Forma de Murciélago"}}, height = 'T', diff = 2, dlc = 54, actor = "Crispin Freeman (Blindlight)"}, {id = 38, techName = "Houndmaster", name = "Señora de los Sabuesos", article = "La", realName = "Portia Maye", gender = "Mujer", origin = "Caribeña", speed = 4.6, altSpeed = {{6.0, "Slipstream"}}, radius = 32, lullabyRadius = {{32, "El Perro (Orden de Búsqueda)"}}, height = "A", diff = 2, power = "Olor a Sangre", weapon = "Bastón Mortal", dlc = 55, actor = "Debra Wilson (Blindlight)"}, {id = 39, techName = "Ghoul", name = "Ghoul", article = "El", realName = "Ken Kaneki", gender = "Hombre", origin = "Japonés", speed = 4.6, radius = 40, height = "A", power = "Terror de Un Ojo", weapon = false, dlc = 56, actor = "Natsuki Hanae (Actor de Voz Original)"}, {id = 40, techName = "Animatronic", name = "Animatrónico", article = "El", realName = "William Afton", gender = "Hombre", origin = "Estadounidense de ascendencia Inglesa", power = "Terror de Fazbear", specialAttack = true, weapon = "Cuchillo de Pizza", speed = 4.4, altSpeed = {{4.6, "Sin Hacha"}}, radius = 32, height = "A", dlc = 58, actor = "PJ Heywood (Actor de Voz Original)"}, } p.killers = killers killerImages = { {id = 20, preview = "WK_EX_charPreview_portrait"}, {id = 21, preview = "YK_BL_charPreview_portrait"}, } p.killerImages = killerImages p.npcs = { {id = 1, name = "Observer"}, {id = 2, name = "Tryks"}, } realms = { --Realm's name, Realm's Abbreviation --order of DLC matters. The First one will be used as the one that introduced the realm {id = 1, techName = "The MacMillan Estate", name = "La Finca MacMillan", codeName = "Industrial", abbr = "Ind", location = "Washington State, Estados Unidos", palette = "Blue", color="4982a2", dlc = 39}, {id = 2, techName = "Autohaven Wreckers", name = "Desguace Autohaven", codeName = "Junkyard", abbr = "Jnk", location = "Estados Unidos", palette = "Green", color="75d277"}, {id = 3, techName = "Coldwind Farm", name = "Granja Coldwind", codeName = "Farm", abbr = "Frm", location = "Estados Unidos", palette = "Orange", color="fccf6b"}, {id = 4, techName = "Crotus Prenn Asylum", name = "Psiquiátrico Crotus Prenn", codeName = "Asylum", abbr = "Asy", location = "Estados Unidos", palette = "Grey with yellowish tint", color="cccfbc", dlc = {1, 8}}, {id = 5, techName = "Haddonfield", name = "Haddonfield", codeName = "Suburbs", abbr = "Sub", location = "Illinois, Estados Unidos", palette = "None", color="033755", dlc = 2}, {id = 6, techName = "Backwater Swamp", name = "Pantano de Aguas Estancadas", codeName = "Swamp", abbr = "Swp", location = "Estados Unidos", palette = "Light Grey", color="adadad", dlc = 3}, {id = 7, techName = "Léry's Memorial Institute", name = "Instituto Conmemorativo Léry", codeName = "Hospital", abbr = "Hos", location = "Illinois, Estados Unidos", palette = "Grey with blueish tint", color="92a7ba", dlc = 4, diacritics = true}, {id = 8, techName = "Red Forest", name = "Bosque Rojo", codeName = "Boreal", abbr = "Brl", location = "Governación de Kiev, Imperio Ruso", palette = "Turquoise", color="39b0d9", dlc = {5, 11}}, {id = 9, techName = "Springwood", name = "Springwood", codeName = "England", abbr = "Eng", location = "Ohio, Estados Unidos", palette = "Purple", color="b47dca", dlc = 6}, {id = 10, techName = "Gideon Meat Plant", name = "Planta Procesadora de Carne Gideon", codeName = "Finland", abbr = "Fin", location = "Brooklyn, Nueva York, Estados Unidos", palette = "Greyish White", color="f6f6f6", dlc = 7}, {id = 11, techName = "Yamaoka Estate", name = "Residencia Yamaoka", codeName = "Haiti", abbr = "Hti", location = "Kagawa, Japón", palette = "Orange & Turquoise", color="9d3a2c", dlc = {9, 14}}, {id = 12, techName = "Ormond", name = "Ormond", codeName = "Kenya", abbr = "Kny", location = "Alberta, Canadá", palette = "Light Blue", color="a2f2ff", dlc = 10}, {id = 13, techName = "Hawkins National Laboratory", name = "Laboratorio Nacional Hawkins", codeName = "Laboratory", abbr = "Qat", location = "Indiana, Estados Unidos", palette = "Blue-Green", color="21b6a8", dlc = 13}, {id = 14, techName = "Grave of Glenvale", name = "Tumba de Glenvale", codeName = "Ukraine", abbr = "Ukr", location = "Arizona, Estados Unidos", palette = "Brown", color="ea9533", dlc = 15}, {id = 15, techName = "Silent Hill", name = "Silent Hill", codeName = "Wales", abbr = "Wal", location = "Maine, Estados Unidos", palette = "Grey", color="898989", dlc = 24, multiName = true}, {id = 16, techName = "Raccoon City", name = "Raccoon City", codeName = "Eclipse", abbr = "Ecl", location = "Arklay County, Estados Unidos", palette = "Grey", color="5a7898", dlc = 29}, {id = 17, techName = "Forsaken Boneyard", name = "Cementerio Abandonado", codeName = "Ion", abbr = "Ion", location = "Tarapacá, Chile", palette = "Yellow", color="ffe3b5", dlc = 34}, {id = 18, techName = "Withered Isle", name = "Isla Marchita", codeName = "Meteor", abbr = "Meteor", location = "Océano Atlántico", palette = "Purple", color="d5755f", dlc = {36, 50, 58}}, {id = 19, techName = "The Decimated Borgo", name = "Ciudad Diezmada", codeName = "Quantum", abbr = "Qtm", location = "Italia Medieval", palette = "Dark Turquoise", color="046276", dlc = {38, 52}}, {id = 20, techName = "Dvarka Deepwood", name = "Bosque Profundo de Dvarka", codeName = "Umbra", abbr = "Uba", location = "Planeta Dvarka", palette = "Purple, Blue", color= "d5755f", dlc = {40, 44}}, } p.realms = realms maps = { --Area meters is not needed to keep as it's 64x of Tile Area {id = 1, techName = "Coal Tower", name = "Torre de Carbón", altName = "Warehouse", realm = 1, variations = { {size = 132, release = "1.0.0"}, {size = 136, release = "7.3.0"}, } }, {id = 2, techName = "Groaning Storehouse", name = "Almacén Quejumbroso", altName = "Storehouse", realm = 1, variations = { {size = 156, release = "1.5.2c"}, {size = 148, release = "7.3.0"}, } }, {id = 3, techName = "Ironworks of Misery", name = "Fundición de la Miseria", altName = "Foundry", realm = 1, variations = { {size = 160, release = "1.0.0"}, {size = 156, release = "7.3.0"}, } }, {id = 4, techName = "Shelter Woods", name = "Bosque Refugio", altName = "Forest", realm = 1, landmark = "Centro de Control", achievName = "Hackear la Computadora Central", techAchievName = "Hack the Mainframe", variations = { {size = 176, release = "1.0.0"}, {size = 176, release = "7.3.0"}, {size = 180, release = "8.7.1", altVarSuffix = "(2v8)"}, } }, {id = 5, techName = "Suffocation Pit", name ="Pozo de la Asfixia", altName = "Mine", realm = 1, variations = { {size = 160, release = "1.0.0"}, {size = 152, release = "7.3.0"}, {size = 184, release = "8.1.1", altVarSuffix = "(2v8)"}, } }, {id = 6, techName = "Azarov's Resting Place", name = "Lugar de Descanso de Azarov", altName = "Office", realm = 2, variations = { {size = 176, release = "1.0.0"}, {size = 184, release = "8.1.1", altVarSuffix = "(2v8)"}, } }, {id = 7, techName = "Blood Lodge", name = "Cabaña de Sangre", altName = "Lodge", realm = 2, size = 156, release = "1.0.0"}, {id = 8, techName = "Gas Heaven", name = "Gasolinera", altName = "Gas Station", realm = 2, size = 156, release = "1.4.1"}, {id = 9, techName = "Wreckers' Yard", name = "Desguace", altName = "Scrapyard", realm = 2, size = 144, release = "1.0.0"}, {id = 10, techName = "Wretched Shop", name = "Taller Ruinoso", altName = "Garage", realm = 2, variations = { {size = 164, release = "1.0.0"}, {size = 0, release = "8.7.1", altVarSuffix = "(2v8)"}, } }, {id = 11, techName = "Fractured Cowshed", name = "Establo en Ruinas", altName = "Barn", realm = 3, size = 152, release = "1.0.4"}, {id = 12, techName = "Rancid Abattoir", name = "Matadero Pestilente", altName = "Slaughterhouse", realm = 3, size = 140, release = "1.0.0"}, {id = 13, techName = "Rotten Fields", name = "Campos Podridos", altName = "Cornfield", realm = 3, size = 160, release = "1.0.0"}, {id = 14, techName = "The Thompson House", name = "La Casa de los Thompson", altName = "Farmhouse", realm = 3, variations = { {size = 152, release = "1.0.0"}, {size = 180, release = "8.1.1", altVarSuffix = "(2v8)"}, } }, {id = 15, techName = "Torment Creek", name ="Arroyo del Tormento", altName = "Silo", realm = 3, variations = { {size = 168, release = "1.0.0"}, {size = 0, release = "8.7.1", altVarSuffix = "(2v8)"}, } }, {id = 16, techName = "Disturbed Ward", name = "Sala de los Perturbados", altName = "Asylum", realm = 4, landmark = "Centro de Terapia de Shock, Segundo Piso", achievName = "Terapia de Choque", techAchievName = "Shock Therapy", variations = { {size = 172, release = "1.1.0"}, {size = 188, release = "8.1.1", altVarSuffix = "(2v8)"}, } }, {id = 17, techName = "Father Campbell's Chapel", name = "Capilla del Padre Campbell", altName = "Chapel", realm = 4, size = 140, release = "2.0.0", landmark = "Capilla", achievName = "El Legado de la Capilla Campbell", techAchievName = "Campbell's Chapel Legacy"}, {id = 18, techName = "Lampkin Lane", name = "Avenida Lampkin", altName = "Street", realm = 5, size = 132, release = "1.2.1", landmark = "La Casa de Myers", achievName = "Casa del Dolor", techAchievName = "House of Pain"}, {id = 19, techName = "The Pale Rose", name = "La Rosa Pálida", altName = "PaleRose", realm = 6, size = 161, release = "1.3.1"}, {id = 20, techName = "Grim Pantry", name = "Despensa Sombría", altName = "GrimPantry", realm = 6, size = 168, release = "1.7.0"}, {id = 21, techName = "Treatment Theatre", name = "Centro de Tratamiento", altName = "Treatment", realm = 7, size = 98, release = "1.5.1", landmark = "Sala de Operaciones", achievName = "Operación: Supervivencia", techAchievName = "Operation: Survival"}, {id = 22, techName = "Mother's Dwelling", name = "Morada Maternal", altName = "Mad House", realm = 8, landmark = "Cabaña", achievName = "La Cabaña es Tuya", techAchievName = "Cottage Owner", variations = { {size = 152, release = "1.6.0"}, {size = 200, release = "8.1.1", altVarSuffix = "(2v8)"}, } }, {id = 23, techName = "The Temple of Purgation", name = "Templo de la Purgación", altName = "Temple", realm = 8, size = 136, release = "2.6.0", landmark = "Catacumbas del Templo", achievName = "Equipo del Santuario", techAchievName = "Shrine Apparatus"}, {id = 24, techName = "Badham Preschool", name = "Guardería Badham", altName = "ElmStreet", realm = 9, variations = { {size = 144, release = "1.8.0"}, {size = 144, release = "3.1.0"}, {size = 144, release = "3.1.0"}, {size = 140, release = "3.1.0"}, {size = 148, release = "3.1.0"}, } }, {id = 29, techName = "The Game", name = "El Juego", altName = "Hideout", realm = 10, size = {{76, "Upper Floor"}, {66, "Lower Floor"}}, release = "1.9.0", landmark = "Baño", achievName = "Valora tu Vida", techAchievName = "Cherish Your Life"}, {id = 30, techName = "Family Residence", name = "Residencia Familiar", altName = "Manor", realm = 11, landmark = "Finca", achievName = "Rito Ancestral", techAchievName = "Ancestor's Rite", variations = { {size = 156, release = "2.2.0"}, {size = 156, release = "8.1.0"}, } }, {id = 31, techName = "Sanctum of Wrath", name = "Santuario de la Ira", altName = "Shrine", realm = 11, landmark = "Santuario", achievName = "Peregrinación Sombría", techAchievName = "Grim Pilgrimage", variations = { {size = 156, release = "3.4.0"}, {size = 148, release = "8.1.0"}, } }, {id = 32, techName = "Mount Ormond Resort", name ="Complejo del Monte Ormond", altName = "Cottage", realm = 12, landmark = "Cabaña", achievName = "Escapada Inolvidable", techAchievName = "Unforgettable Getaway", variations = { {size = 156, release = "3.2.0"}, {size = 160, release = "8.1.0"}, {size = 156, release = "8.1.0"}, } }, {id = 33, techName = "The Underground Complex", name = "El Complejo Subterráneo", altName = "Laboratory", realm = 13, size = 138, release = "3.2.0", landmark = "Cámara de Aislamiento", achievName = "So Alone", achRetired = true}, {id = 34, techName = "Dead Dawg Saloon", name = "Cantina El Perro Muerto", altName = "Saloon", realm = 14, size = 136, release = "3.6.0", landmark = "Salón", achievName = "Oasis del Lejano Oeste", techAchievName = "Old West Oasis"}, {id = 35, techName = "Midwich Elementary School", name = "Escuela Primaria Midwich", altName = "Level01", realm = 15, size = {{64, "Lower Floor"}, {49.5, "Upper Floors"}}, release = "4.0.0", landmark = "Sala de Música o Laboratorio de Química", achievName = "Escape con Clase", techAchievName = "Classy Act"}, {id = 36, techName = "Raccoon City Police Station", name = "Estación de Policía de Raccoon City", altName = "EclipseLevel01", realm = 16, size = {{0, "Lower Floor"}, {0, "Upper Floors"}}, release = "5.0.0", retired = true}, {id = 37, techName = "Eyrie of Crows", name = "Aviario de Cuevos", altName = "IonLevel01", realm = 17, size = 148, release = "5.4.0", landmark = "Eyrie", achievName = "Vuelo Hacia la Libertad", techAchievName = "Flight to Freedom"}, {id = 38, techName = "Garden of Joy", name = "Jardín de Dicha", altName = "MeteorLevel01", realm = 18, size = 164, release = "6.0.0", landmark = "Casa Principal", achievName = "Más Veloz que la Superposición", techAchievName = "Outrun the Overlap"}, {id = 39, techName = "Raccoon City Police Station East Wing", name = "Ala Este de la Comisaría de Raccoon City", altName = "EclipseLevel01", realm = 16, size = {{0, "Lower Floor"}, {0, "Upper Floor"}}, release = "6.2.0", landmark = "Salón Principal", achievName = "Recluta de Raccoon City", techAchievName = "Raccoon City Recruit"}, {id = 40, techName = "Raccoon City Police Station West Wing", name = "Ala Oeste de la Comisaría de Raccoon City", altName = "OrionLevel01", realm = 16, size = {{0, "Lower Floor"}, {0, "Upper Floor"}}, release = "6.2.0", landmark = "Salón Principal", achievName = "Recluta de Raccoon City", techAchievName = "Raccoon City Recruit"}, {id = 41, techName = "The Shattered Square", name = "El Cuadrado Roto", altName = "QuantumLevel01", realm = 19, size = 144, release = "6.4.0", landmark = "Salón de Reuniones", achievName = "Reconstruir el Pueblo", techAchievName = "Rebuilding the Borgo"}, {id = 42, techName = "Toba Landing", name = "Desembarco de Toba", altName = "UmbraLevel01", realm = 20, size = 136, release = "7.0.0", landmark = "Estación Base", achievName = "Extraterrestre", techAchievName = "Extraterrestrial"}, {id = 43, techName = "Nostromo Wreckage", name = "Ruinas de la Nostromo", altName = "WormholeLevel01", realm = 20, size = 152, release = "7.2.0", landmark = "Comedor", achievName = "MU/TH/UR Querida", techAchievName = "MU/TH/UR Dearest"}, {id = 44, techName = "Greenville Square", name = "Plaza de Greenville", altName = "ApplePieLevel01", realm = 18, size = 160, release = "7.6.0", landmark = "Cine", achievName = "Mejora de Película", techAchievName = "Movie Buff"}, {id = 45, techName = "Forgotten Ruins", name = "Ruinas Olvidadas", altName = "ChurrosLevel01", realm = 19, size = {{92, "Surface"}, {40, "Dungeon"}}, release = "8.0.0", landmark = "Sala de Torturas", achievName = "Rastrea Calabozos", techAchievName = "Dungeon Crawler"}, {id = 46, techName = "Ormond Lake Mine", name = "Mina de Ormond Lake", altName = "GelatoLevel01", realm = 12, size = 132, release = "8.4.2"}, {id = 47, techName = "Dead Sands", name = "Arenas Mortales", altName = "IceLevel01", realm = 17, size = 140, release = "8.6.0"}, {id = 48, techName = "Freddy Fazbear's Pizza", name = "Freddy Fazbear's Pizza", altName = "ApplePieLevel02", realm = 18, size = 0, release = "9.0.0", landmark = "Pizzería", achievName = "TBD"}, } p.maps = maps --.png mapImages = { --mapId should not be necessary as maps should be 1:1. Will be probably necessary when new map(s) come to old realms -- {id = 1, image = "IconMap Ind CoalTower", outline = "CoalTowerOutline"}, {id = 29, image = "IconMap Fin TheGame", outline = {"TheGameOutline_UpperFloor", "TheGameOutline_LowerFloor"}}, {id = 35, image = "IconMap Wal Level01", outline = {"MidwichElementarySchoolOutline_LowerFloor", "MidwichElementarySchoolOutline_UpperFloors"}}, {id = 36, image = "IconMap Ecl Eclipselevel01", outline = {"RaccoonCityPoliceStationOutline_LowerFloor", "RaccoonCityPoliceStationOutline_UpperFloor"}} } p.mapImages = mapImages mapIntroThemes = { --.ogg --{id = mapID, theme = filename_without_extension_ogg} {id = 41, theme = "MapIntro The Shattered Square"}, {id = 42, theme = "MapIntro Toba Landing"}, {id = 43, theme = "MapIntro Nostromo Wreckage"}, {id = 45, theme = "MapIntro Forgotten Ruins"}, } -- Rifts are open for 70 days, unless extended. -- Tomes are always open. -- Event Tomes are available for 14 days, before they become inaccessible. -- quarter: indicates in which column a tome should be rendenred. -- rDate: Release date of the Tome and its accompanying Rift. -- eDate: End date of the Rift; not set for 'Event Tomes'. -- obs: 'true' if the Tome contains new Lore from The Observer; not set for 'Event Tomes'. -- s/k: the number specifies which Survivor or Killer Characters receive new Lore in that Tome. -- event: 'true' if the Tome was an 'Event Tome' and thus part of a major in-game Event (Anniversary, Halloween, Winter Event, Summer Event); not set for regular Tomes. tomes = { {id = 42, tome = 13, name = "Luna de Sangre 2025", techName = "Blood Moon 2025", quarter = 1, rDate = "07.04.2025", eDate = "29.04.2025", event = "Spring Tome"}, {id = 41, tome = 3, name = "2v8 - Resident Evil", quarter = 1, rDate = "10.02.2025", eDate = "04.03.2025", gamemode = true}, {id = 40, tome = 22, name = "Angustia", techName = "Anguish", quarter = 1, rDate = "28.01.2025", eDate = "06.05.2025", s = {16}, k = {21}, obs = true, style = 1}, {id = 39, tome = 4, name = "Mezcla de Caos - Dungeons & Dragons",techName = "Chaos Shuffle - Dungeons & Dragons", quarter = 1, rDate = "16.01.2025", eDate = "28.01.2025", modifier = true}, {id = 38, tome = 12, name = "Frío en los Huesos 2024", techName = "Bone Chill 2024", quarter = 4, rDate = "12.12.2024", eDate = "02.01.2025", event = "Winter Tome"}, {id = 37, tome = 2, name = "2v8", quarter = 4, rDate = "12.11.2024", eDate = "28.11.2024", gamemode = true}, {id = 36, tome = 11, name = "Haunted by Daylight 2024", quarter = 3, rDate = "17.10.2024", eDate = "07.11.2024", event = "Halloween Tome"}, {id = 35, tome = 21, name = "Dominus", quarter = 4, rDate = "08.10.2024", eDate = "##.01.2025", s = {44}, k = {37}, obs = true, style = 3}, {id = 34, tome = 3, name = "Lights Out - Castlevania", quarter = 3, rDate = "12.09.2024", eDate = "24.09.2024", modifier = true}, {id = 33, tome = 1, name = "2v8", quarter = 3, rDate = "25.07.2024", eDate = "15.08.2024", gamemode = true}, {id = 32, tome = 20, name = "Mítico", techName = "Mythic", quarter = 3, rDate = "16.07.2024", eDate = "08.10.2024", s = {20}, k = {13}, obs = true, style = 2}, {id = 31, tome = 10, name = "Twisted Masquerade 2024", quarter = 2, rDate = "13.06.2024", eDate = "04.07.2024", event = "Anniversary Tome"}, {id = 30, tome = 2, name = "Mezcla de Caos", techName = "Chaos Shuffle", quarter = 2, rDate = "16.05.2024", eDate = "23.05.2024", modifier = true}, {id = 29, tome = 19, name = "Esplendor", techName = "Splendor", quarter = 2, rDate = "23.04.2024", eDate = "16.07.2024", s = {21}, k = {26}, obs = true, style = 12}, {id = 28, tome = 9, name = "Luna de Sangre 2024", techName = "Blood Moon 2024", quarter = 1, rDate = "18.03.2024", eDate = "31.03.2024", event = "Spring Tome"}, {id = 27, tome = 1, name = "Lights Out", quarter = 1, rDate = "07.02.2024", eDate = "14.02.2024", modifier = true}, {id = 26, tome = 18, name = "Revisión", techName = "Revision", quarter = 1, rDate = "31.01.2024", eDate = "10.04.2024", s = {40}, k = {19}, obs = true, style = 7}, {id = 25, tome = 8, name = "Frío en los Huesos 2023", techName = "Bone Chill 2023", quarter = 4, rDate = "14.12.2023", eDate = "04.01.2024", event = "Winter Tome"}, {id = 24, tome = 7, name = "Haunted by Daylight 2023", quarter = 3, rDate = "18.10.2023", eDate = "06.11.2023", event = "Halloween Tome"}, {id = 23, tome = 17, name = "Compromiso", techName = "Commitment", quarter = 4, rDate = "11.10.2023", eDate = "04.01.2024", s = {9}, k = {18}, obs = true, style = 1}, {id = 22, tome = 6, name = "Scorching Summer BBQ 2023", quarter = 2, rDate = "03.08.2023", eDate = "17.08.2023", event = "Summer Tome"}, {id = 21, tome = 16, name = "La Existencia", techName = "Existence", quarter = 3, rDate = "26.07.2023", eDate = "04.10.2023", s = {37}, k = {32}, obs = true, style = 8}, {id = 20, tome = 5, name = "Twisted Masquerade 2023", quarter = 1, rDate = "22.06.2023", eDate = "13.07.2023", event = "Anniversary Tome"}, {id = 19, tome = 15, name = "Ascensión", techName = "Ascension", quarter = 2, rDate = "19.04.2023", eDate = "13.07.2023", s = {35, 36}, k = {31}, obs = true, style = 3}, {id = 18, tome = 14, name = "Traición", techName = "Betrayal", quarter = 1, rDate = "25.01.2023", eDate = "04.04.2023", s = {34}, k = {30}, obs = true, style = 9}, {id = 17, tome = 4, name = "Bone Chill 2022", quarter = 4, rDate = "08.12.2022", eDate = "04.01.2023", event = "Winter Tome"}, {id = 16, tome = 3, name = "Haunted by Daylight 2022", quarter = 3, rDate = "13.10.2022", eDate = "03.11.2022", event = "Halloween Tome"}, {id = 15, tome = 13, name = "Malevolencia", techName = "Malevolence", quarter = 4, rDate = "12.10.2022", eDate = "11.01.2023", s = {28}, k = {16}, obs = true, style = 4}, {id = 14, tome = 12, name = "Discordancia", techName = "Discordance", quarter = 3, rDate = "20.07.2022", eDate = "28.09.2022", s = {29}, k = {21}, obs = true, style = 2}, {id = 13, tome = 2, name = "Twisted Masquerade 2022", quarter = 1, rDate = "16.06.2022", eDate = "30.06.2022", event = "Anniversary Tome"}, {id = 12, tome = 11, name = "Devoción", techName = "Devotion", quarter = 2, rDate = "28.04.2022", eDate = "06.07.2022", s = {10}, k = {22}, obs = true, style = 5}, {id = 11, tome = 10, name = "SAW", quarter = 1, rDate = "26.01.2022", eDate = "06.04.2022", s = {12}, k = {11}, obs = true, style = 10}, {id = 10, tome = 1, name = "The Midnight Grove", quarter = 3, rDate = "21.10.2021", eDate = "11.11.2021", event = "Halloween Tome", s = {28}}, {id = 9, tome = 9, name = "Crescendo", techName = "Crescendo", quarter = 4, rDate = "20.10.2021", eDate = "05.01.2022", s = {25}, k = {23}, obs = true, style = 9}, {id = 8, tome = 8, name = "Liberación", techName = "Deliverance", quarter = 3, rDate = "28.07.2021", eDate = "13.10.2021", s = {4}, k = {12}, obs = true, style = 8}, {id = 7, tome = 7, name = "Abandonados", techName = "Forsaken", quarter = 2, rDate = "05.05.2021", eDate = "21.07.2021", s = {8}, k = {15}, obs = true, style = 7}, {id = 6, tome = 6, name = "Divergencia", techName = "Divergence", quarter = 1, rDate = "10.02.2021", eDate = "21.04.2021", s = {20}, k = {4}, obs = true, style = 6}, {id = 5, tome = 5, name = "Desatado", techName = "Unleashed", quarter = 4, rDate = "21.10.2020", eDate = "07.01.2021", s = {5}, k = {21, 3}, obs = true, style = 5}, {id = 4, tome = 4, name = "Convicción", techName = "Conviction", quarter = 3, rDate = "29.07.2020", eDate = "06.01.2021", s = {7, 2}, k = {2, 6}, obs = true, style = 4}, {id = 3, tome = 3, name = "Escalada", techName = "Escalation", quarter = 2, rDate = "29.04.2020", eDate = "08.07.2020", s = {13, 1}, k = {8, 14}, obs = true, style = 3}, {id = 2, tome = 2, name = "Hora de la Verdad", techName = "Reckoning", quarter = 1, rDate = "08.01.2020", eDate = "01.04.2020", s = {16, 10}, k = {7, 13}, obs = true, style = 2}, {id = 1, tome = 1, name = "Despertar", techName = "Awakening", quarter = 4, rDate = "30.10.2019", eDate = "07.01.2020", s = {3}, k = {1, 21}, obs = true, style = 1}, } p.tomes = tomes patches = { {id = 359, patch = "9.0.0", rDate = "17.06.2025"}, {id = 358, patch = "9.0.0", rDate = "27.05.2025", ptb = true}, {id = 357, patch = "8.7.2", rDate = "26.05.2025"}, {id = 356, patch = "8.7.1", rDate = "15.05.2025"}, {id = 355, patch = "8.7.0", rDate = "06.05.2025"}, {id = 354, patch = "8.7.0", rDate = "15.04.2025", ptb = true}, {id = 353, patch = "8.6.2", rDate = "17.04.2025"}, {id = 352, patch = "8.6.1", rDate = "09.04.2025"}, {id = 351, patch = "8.6.0", rDate = "02.04.2025"}, {id = 350, patch = "8.6.0", rDate = "11.03.2025", ptb = true}, {id = 349, patch = "8.5.2", rDate = "12.02.2025"}, {id = 348, patch = "8.5.1", rDate = "04.02.2025"}, {id = 347, patch = "8.5.0", rDate = "28.01.2025"}, {id = 346, patch = "8.5.0", rDate = "08.01.2025", ptb = true}, {id = 345, patch = "8.4.2", rDate = "12.12.2024"}, {id = 344, patch = "8.4.1", rDate = "09.12.2024"}, {id = 343, patch = "8.4.0", rDate = "28.11.2024"}, {id = 342, patch = "8.4.0", rDate = "07.11.2024", ptb = true}, {id = 341, patch = "8.3.2", rDate = "24.10.2024"}, {id = 340, patch = "8.3.1", rDate = "15.10.2024"}, {id = 339, patch = "8.3.0", rDate = "08.10.2024"}, {id = 338, patch = "8.3.0", rDate = "17.09.2024", ptb = true}, {id = 337, patch = "8.2.2", rDate = "11.09.2024"}, {id = 336, patch = "8.2.1", rDate = "04.09.2024"}, {id = 335, patch = "8.2.0", rDate = "27.08.2024"}, {id = 334, patch = "8.2.0", rDate = "06.08.2024", ptb = true}, {id = 333, patch = "8.1.2", rDate = "06.08.2024"}, {id = 332, patch = "8.1.1a", rDate = "31.07.2024"}, {id = 331, patch = "8.1.1", rDate = "24.07.2024"}, {id = 330, patch = "8.1.0", rDate = "16.07.2024"}, {id = 329, patch = "8.1.0", rDate = "25.06.2024", ptb = true}, {id = 328, patch = "8.0.2", rDate = "19.06.2024"}, {id = 327, patch = "8.0.1", rDate = "13.06.2024"}, {id = 326, patch = "8.0.0", rDate = "03.06.2024"}, {id = 325, patch = "8.0.0", rDate = "14.05.2024", ptb = true}, {id = 324, patch = "7.7.1", rDate = "06.05.2024"}, {id = 323, patch = "7.7.0a", rDate = "26.04.2024"}, {id = 322, patch = "7.7.0", rDate = "23.04.2024"}, {id = 321, patch = "7.7.0", rDate = "04.04.2024", ptb = true}, {id = 320, patch = "7.6.2", rDate = "01.04.2024"}, {id = 319, patch = "7.6.1", rDate = "25.03.2024"}, {id = 318, patch = "7.6.0", rDate = "12.03.2024"}, {id = 317, patch = "7.6.0", rDate = "20.02.2024", ptb = true}, {id = 316, patch = "7.5.2", rDate = "14.02.2024"}, {id = 315, patch = "7.5.1", rDate = "08.02.2024"}, {id = 314, patch = "7.5.0a", rDate = "31.01.2024"}, {id = 313, patch = "7.5.0", rDate = "30.01.2024"}, {id = 312, patch = "7.5.0", rDate = "09.01.2024", ptb = true}, {id = 311, patch = "7.4.2", rDate = "13.12.2023"}, {id = 310, patch = "7.4.1", rDate = "05.12.2023"}, {id = 309, patch = "7.4.0", rDate = "28.11.2023"}, {id = 308, patch = "7.4.0", rDate = "08.11.2023", ptb = true}, {id = 307, patch = "7.3.3", rDate = "06.11.2023"}, {id = 306, patch = "7.3.2", rDate = "26.10.2023"}, {id = 305, patch = "7.3.1", rDate = "18.10.2023"}, {id = 304, patch = "7.3.0", rDate = "10.10.2023"}, {id = 303, patch = "7.3.0", rDate = "19.09.2023", ptb = true}, {id = 302, patch = "7.2.3", rDate = "20.09.2023"}, {id = 301, patch = "7.2.2", rDate = "13.09.2023"}, {id = 300, patch = "7.2.1", rDate = "05.09.2023"}, {id = 299, patch = "7.2.0", rDate = "29.08.2023"}, {id = 298, patch = "7.2.0", rDate = "08.08.2023", ptb = true}, {id = 297, patch = "7.1.2a", rDate = "15.08.2023"}, {id = 296, patch = "7.1.2", rDate = "09.08.2023"}, {id = 295, patch = "7.1.1", rDate = "01.08.2023"}, {id = 294, patch = "7.1.0", rDate = "25.07.2023"}, {id = 293, patch = "7.1.0", rDate = "05.07.2023", ptb = true}, {id = 292, patch = "7.0.2", rDate = "28.06.2023"}, {id = 291, patch = "7.0.1", rDate = "21.06.2023"}, {id = 290, patch = "7.0.0", rDate = "13.06.2023"}, {id = 289, patch = "7.0.0", rDate = "23.05.2023", ptb = true}, {id = 288, patch = "6.7.2", rDate = "18.05.2023"}, {id = 287, patch = "6.7.1", rDate = "03.05.2023"}, {id = 286, patch = "6.7.0", rDate = "18.04.2023"}, {id = 285, patch = "6.7.0", rDate = "29.03.2023", ptb = true}, {id = 284, patch = "6.6.2", rDate = "22.03.2023"}, {id = 283, patch = "6.6.1", rDate = "14.03.2023"}, {id = 282, patch = "6.6.0", rDate = "07.03.2023"}, {id = 281, patch = "6.6.0", rDate = "15.02.2023", ptb = true}, {id = 280, patch = "6.5.2", rDate = "08.02.2023"}, {id = 279, patch = "6.5.1", rDate = "31.01.2023"}, {id = 278, patch = "6.5.0", rDate = "24.01.2023"}, {id = 277, patch = "6.5.0", rDate = "03.01.2023", ptb = true}, {id = 276, patch = "6.4.3", rDate = "15.12.2022"}, {id = 275, patch = "6.4.2", rDate = "06.12.2022"}, {id = 274, patch = "6.4.1", rDate = "30.11.2022"}, {id = 273, patch = "6.4.0", rDate = "22.11.2022"}, {id = 272, patch = "6.4.0", rDate = "01.11.2022", ptb = true}, {id = 271, patch = "6.3.2", rDate = "26.10.2022"}, {id = 270, patch = "6.3.1", rDate = "18.10.2022"}, {id = 269, patch = "6.3.0", rDate = "11.10.2022"}, {id = 268, patch = "6.3.0", rDate = "27.09.2022", ptb = true}, {id = 267, patch = "6.2.2", rDate = "13.09.2022"}, {id = 266, patch = "6.2.1", rDate = "06.09.2022"}, {id = 265, patch = "6.2.0", rDate = "30.08.2022"}, {id = 264, patch = "6.2.0", rDate = "09.08.2022", ptb = true}, {id = 263, patch = "6.1.2 / 6.1.3", rDate = "02.08.2022"}, {id = 262, patch = "6.1.1", rDate = "26.07.2022"}, {id = 261, patch = "6.1.0", rDate = "19.07.2022"}, {id = 260, patch = "6.1.0", rDate = "28.06.2022", ptb = true}, {id = 259, patch = "6.0.2", rDate = "27.06.2022"}, {id = 258, patch = "6.0.1", rDate = "16.06.2022"}, {id = 257, patch = "6.0.0", rDate = "07.06.2022"}, {id = 256, patch = "6.0.0", rDate = "17.05.2022", ptb = true}, {id = 255, patch = "5.7.2", rDate = "10.05.2022"}, {id = 254, patch = "5.7.1", rDate = "03.05.2022"}, {id = 253, patch = "5.7.0", rDate = "28.04.2022"}, {id = 252, patch = "5.7.0", rDate = "05.04.2022", ptb = true}, {id = 251, patch = "5.6.2", rDate = "23.03.2022"}, {id = 250, patch = "5.6.1", rDate = "15.03.2022"}, {id = 249, patch = "5.6.0", rDate = "08.03.2022"}, {id = 248, patch = "5.6.0", rDate = "15.02.2022", ptb = true}, {id = 247, patch = "5.5.2", rDate = "09.02.2022"}, {id = 246, patch = "5.5.1", rDate = "02.02.2022"}, {id = 245, patch = "5.5.0", rDate = "25.01.2022"}, {id = 244, patch = "5.5.0", rDate = "05.01.2022", ptb = true}, {id = 243, patch = "5.4.2", rDate = "15.12.2021"}, {id = 242, patch = "5.4.1", rDate = "07.12.2021"}, {id = 241, patch = "5.4.0", rDate = "30.11.2021"}, {id = 240, patch = "5.4.0", rDate = "09.11.2021", ptb = true}, {id = 239, patch = "5.3.2", rDate = "02.11.2021"}, {id = 238, patch = "5.3.1", rDate = "26.10.2021"}, {id = 237, patch = "5.3.0", rDate = "19.10.2021"}, {id = 236, patch = "5.3.0", rDate = "28.09.2021", ptb = true}, {id = 235, patch = "5.2.2", rDate = "21.09.2021"}, {id = 234, patch = "5.2.1", rDate = "14.09.2021"}, {id = 233, patch = "5.2.0", rDate = "07.09.2021"}, {id = 232, patch = "5.2.0", rDate = "17.08.2021", ptb = true}, {id = 231, patch = "5.1.1", rDate = "10.08.2021"}, {id = 230, patch = "5.1.0", rDate = "27.07.2021"}, {id = 229, patch = "5.1.0", rDate = "07.07.2021", ptb = true}, {id = 228, patch = "5.0.2", rDate = "29.06.2021"}, {id = 227, patch = "5.0.1", rDate = "22.06.2021"}, {id = 226, patch = "5.0.0", rDate = "15.06.2021"}, {id = 225, patch = "5.0.0", rDate = "25.05.2021", ptb = true}, {id = 224, patch = "4.7.2", rDate = "19.05.2021"}, {id = 223, patch = "4.7.1", rDate = "11.05.2021"}, {id = 222, patch = "4.7.0", rDate = "04.05.2021"}, {id = 221, patch = "4.6.1", rDate = "14.04.2021"}, {id = 220, patch = "4.7.0", rDate = "13.04.2021", ptb = true}, {id = 219, patch = "4.6.0", rDate = "30.03.2021"}, {id = 218, patch = "4.6.0", rDate = "02.03.2021", ptb = true}, {id = 217, patch = "4.5.2", rDate = "23.02.2021"}, {id = 216, patch = "4.5.1", rDate = "16.02.2021"}, {id = 215, patch = "4.5.0", rDate = "09.02.2021"}, {id = 214, patch = "4.5.0", rDate = "12.01.2021", ptb = true}, {id = 213, patch = "4.4.2", rDate = "16.12.2020"}, {id = 212, patch = "4.4.1", rDate = "08.12.2020"}, {id = 211, patch = "4.4.0", rDate = "01.12.2020"}, {id = 210, patch = "4.4.0", rDate = "10.11.2020", ptb = true}, {id = 209, patch = "4.3.2", rDate = "03.11.2020"}, {id = 208, patch = "4.3.1", rDate = "28.10.2020"}, {id = 207, patch = "4.3.0", rDate = "20.10.2020"}, {id = 206, patch = "4.3.0", rDate = "29.09.2020", ptb = true}, {id = 205, patch = "4.2.2", rDate = "24.09.2020"}, {id = 204, patch = "4.2.1", rDate = "17.09.2020"}, {id = 203, patch = "4.2.0", rDate = "08.09.2020"}, {id = 202, patch = "4.1.3", rDate = "21.08.2020"}, {id = 201, patch = "4.2.0", rDate = "18.08.2020", ptb = true}, {id = 200, patch = "4.1.2", rDate = "11.08.2020"}, {id = 199, patch = "4.1.1", rDate = "05.08.2020"}, {id = 198, patch = "4.1.0", rDate = "28.07.2020"}, {id = 197, patch = "4.1.0", rDate = "08.07.2020", ptb = true}, {id = 196, patch = "4.0.2", rDate = "02.07.2020"}, {id = 195, patch = "4.0.0", rDate = "16.06.2020"}, {id = 194, patch = "4.0.0", rDate = "26.05.2020", ptb = true}, {id = 193, patch = "3.7.2", rDate = "12.05.2020"}, {id = 192, patch = "3.7.1", rDate = "05.05.2020"}, {id = 191, patch = "3.7.0", rDate = "28.04.2020"}, {id = 190, patch = "3.7.0", rDate = "07.04.2020", ptb = true}, {id = 189, patch = "3.6.2", rDate = "23.03.2020"}, {id = 188, patch = "3.6.1", rDate = "17.03.2020"}, {id = 187, patch = "3.6.0", rDate = "09.03.2020"}, {id = 186, patch = "3.6.0", rDate = "18.02.2020", ptb = true}, {id = 185, patch = "3.5.2", rDate = "04.02.2020"}, {id = 184, patch = "3.5.1", rDate = "28.01.2020"}, {id = 183, patch = "3.5.0", rDate = "21.01.2020"}, {id = 182, patch = "3.5.0", rDate = "07.01.2020", ptb = true}, {id = 181, patch = "3.4.2", rDate = "11.12.2019"}, {id = 180, patch = "3.4.1", rDate = "05.12.2019"}, {id = 179, patch = "3.4.0", rDate = "03.12.2019"}, {id = 178, patch = "3.4.0", rDate = "19.11.2019", ptb = true}, {id = 177, patch = "3.3.2", rDate = "06.11.2019"}, {id = 176, patch = "3.3.1", rDate = "29.10.2019"}, {id = 175, patch = "3.3.0", rDate = "08.10.2019", ptb = true}, {id = 174, patch = "3.2.2", rDate = "01.10.2019"}, {id = 173, patch = "3.2.1", rDate = "23.09.2019"}, {id = 172, patch = "3.2.0", rDate = "17.09.2019"}, {id = 171, patch = "3.2.0a", rDate = "04.09.2019", ptb = true}, {id = 170, patch = "3.2.0", rDate = "03.09.2019", ptb = true}, {id = 169, patch = "3.1.2", rDate = "06.08.2019"}, {id = 168, patch = "3.1.1", rDate = "30.07.2019"}, {id = 167, patch = "3.1.0", rDate = "23.07.2019"}, {id = 166, patch = "3.1.0", rDate = "09.07.2019", ptb = true}, {id = 165, patch = "3.0.2", rDate = "03.07.2019"}, {id = 164, patch = "3.0.1", rDate = "27.06.2019"}, {id = 163, patch = "3.0.0", rDate = "18.06.2019"}, {id = 162, patch = "3.0.0", rDate = "04.06.2019", ptb = true}, {id = 161, patch = "2.7.1", rDate = "21.05.2019"}, {id = 160, patch = "2.7.0", rDate = "07.05.2019"}, {id = 159, patch = "2.7.0a", rDate = "25.04.2019", ptb = true}, {id = 158, patch = "2.7.0", rDate = "23.04.2019", ptb = true}, {id = 157, patch = "2.6.4", rDate = "10.04.2019"}, {id = 156, patch = "2.6.3", rDate = "02.04.2019"}, {id = 155, patch = "2.6.2", rDate = "22.03.2019"}, {id = 154, patch = "2.6.1", rDate = "20.03.2019"}, {id = 153, patch = "2.6.0", rDate = "19.03.2019"}, {id = 152, patch = "2.6.0a", rDate = "07.03.2019", ptb = true}, {id = 151, patch = "2.6.0", rDate = "06.03.2019", ptb = true}, {id = 150, patch = "2.5.4", rDate = "07.02.2019"}, {id = 149, patch = "2.5.3", rDate = "31.01.2019"}, {id = 148, patch = "2.5.1", rDate = "29.01.2019"}, {id = 147, patch = "2.5.0", rDate = "22.01.2019"}, {id = 146, patch = "2.5.0", rDate = "08.01.2019", ptb = true}, {id = 145, patch = "2.4.0", rDate = "18.12.2018"}, {id = 144, patch = "2.4.0", rDate = "27.11.2018", ptb = true}, {id = 143, patch = "2.3.3", rDate = "06.11.2018"}, {id = 142, patch = "2.3.2", rDate = "26.10.2018"}, {id = 141, patch = "2.3.1", rDate = "19.10.2018"}, {id = 140, patch = "2.3.0", rDate = "16.10.2018"}, {id = 139, patch = "2.2.2", rDate = "04.10.2018"}, {id = 138, patch = "2.3.0", rDate = "02.10.2018", ptb = true}, {id = 137, patch = "2.2.1", rDate = "27.09.2018"}, {id = 136, patch = "2.2.0", rDate = "18.09.2018"}, {id = 135, patch = "2.2.0", rDate = "28.08.2018", ptb = true}, {id = 134, patch = "2.1.2", rDate = "20.08.2018"}, {id = 133, patch = "2.1.1", rDate = "07.08.2018"}, {id = 132, patch = "2.1.0", rDate = "24.07.2018"}, {id = 131, patch = "2.1.0a", rDate = "13.07.2018", ptb = true}, {id = 130, patch = "2.1.0", rDate = "10.07.2018", ptb = true}, {id = 129, patch = "2.0.1b", rDate = "04.07.2018"}, {id = 128, patch = "2.0.1a", rDate = "26.06.2018"}, {id = 127, patch = "2.0.1", rDate = "19.06.2018"}, {id = 126, patch = "2.0.0", rDate = "12.06.2018"}, {id = 125, patch = "2.0.0b", rDate = "06.06.2018", ptb = true}, {id = 124, patch = "2.0.0a", rDate = "31.05.2018", ptb = true}, {id = 123, patch = "2.0.0", rDate = "29.05.2018", ptb = true}, {id = 122, patch = "1.9.4c", rDate = "25.04.2018"}, {id = 121, patch = "1.9.4b", rDate = "12.04.2018"}, {id = 120, patch = "1.9.4", rDate = "10.04.2018"}, {id = 119, patch = "1.9.3b", rDate = "12.03.2018"}, {id = 118, patch = "1.9.3a", rDate = "06.03.2018"}, {id = 117, patch = "1.9.3", rDate = "27.02.2018"}, {id = 116, patch = "1.9.2b", rDate = "19.02.2018"}, {id = 115, patch = "1.9.2", rDate = "15.02.2018"}, {id = 114, patch = "1.9.1", rDate = "01.02.2018"}, {id = 113, patch = "1.9.0", rDate = "23.01.2018"}, {id = 112, patch = "1.8.3b", rDate = "15.01.2018"}, {id = 111, patch = "1.8.3a", rDate = "21.12.2017"}, {id = 110, patch = "1.8.3", rDate = "14.12.2017"}, {id = 109, patch = "1.8.2d", rDate = "05.12.2017"}, {id = 108, patch = "1.8.2c", rDate = "30.11.2017"}, {id = 107, patch = "1.8.2b", rDate = "27.11.2017"}, {id = 106, patch = "1.8.2a", rDate = "22.11.2017"}, {id = 105, patch = "1.8.2", rDate = "20.11.2017"}, {id = 104, patch = "1.8.1b", rDate = "17.11.2017"}, {id = 103, patch = "1.8.1a", rDate = "14.11.2017"}, {id = 102, patch = "1.8.1", rDate = "09.11.2017"}, {id = 101, patch = "1.8.0b", rDate = "02.11.2017"}, {id = 100, patch = "1.8.0a", rDate = "27.10.2017"}, {id = 99, patch = "1.8.0", rDate = "26.10.2017"}, {id = 98, patch = "1.7.3", rDate = "16.10.2017"}, {id = 97, patch = "1.7.2a", rDate = "06.10.2017"}, {id = 96, patch = "1.7.2", rDate = "28.09.2017"}, {id = 95, patch = "1.7.1", rDate = "21.09.2017"}, {id = 94, patch = "1.7.0", rDate = "14.09.2017"}, {id = 93, patch = "1.6.3", rDate = "06.09.2017"}, {id = 92, patch = "1.6.2d", rDate = "22.08.2017"}, {id = 91, patch = "1.6.2c", rDate = "17.08.2017"}, {id = 90, patch = "1.6.2b", rDate = "15.08.2017"}, {id = 89, patch = "1.6.2a", rDate = "11.08.2017"}, {id = 88, patch = "1.6.2", rDate = "10.08.2017"}, {id = 87, patch = "1.6.1b", rDate = "09.08.2017"}, {id = 86, patch = "1.6.1", rDate = "03.08.2017"}, {id = 85, patch = "1.6.0b", rDate = "01.08.2017"}, {id = 84, patch = "1.6.0a", rDate = "31.07.2017"}, {id = 83, patch = "1.6.0", rDate = "27.07.2017"}, {id = 82, patch = "1.5.3b", rDate = "24.07.2017"}, {id = 81, patch = "1.5.3a", rDate = "13.07.2017"}, {id = 80, patch = "1.5.3", rDate = "04.07.2017"}, {id = 79, patch = "1.5.2c", rDate = "20.06.2017"}, {id = 78, patch = "1.5.2b", rDate = "13.06.2017"}, {id = 77, patch = "1.5.2a", rDate = "09.06.2017"}, {id = 76, patch = "1.5.2", rDate = "08.06.2017"}, {id = 75, patch = "1.5.1c", rDate = "31.05.2017"}, {id = 74, patch = "1.5.1b", rDate = "18.05.2017"}, {id = 73, patch = "1.5.1a", rDate = "15.05.2017"}, {id = 72, patch = "1.5.1", rDate = "11.05.2017"}, {id = 71, patch = "1.5.0", rDate = "27.04.2017"}, {id = 70, patch = "1.4.2g", rDate = "13.04.2017"}, {id = 69, patch = "1.4.2f", rDate = "12.04.2017"}, {id = 68, patch = "1.4.2e", rDate = "28.03.2017"}, {id = 67, patch = "1.4.2d", rDate = "24.03.2017"}, {id = 66, patch = "1.4.2c", rDate = "21.03.2017"}, {id = 65, patch = "1.4.2b", rDate = "15.03.2017"}, {id = 64, patch = "1.4.2a", rDate = "14.03.2017"}, {id = 63, patch = "1.4.2", rDate = "08.03.2017"}, {id = 62, patch = "1.4.1b", rDate = "28.02.2017"}, {id = 61, patch = "1.4.1a", rDate = "22.02.2017"}, {id = 60, patch = "1.4.1", rDate = "16.02.2017"}, {id = 59, patch = "1.4.0a", rDate = "14.02.2017"}, {id = 58, patch = "1.4.0", rDate = "13.02.2017"}, {id = 57, patch = "1.4.0", rDate = "03.02.2017", ptb = true}, {id = 56, patch = "1.3.1g", rDate = "30.01.2017"}, {id = 55, patch = "1.3.1f", rDate = "24.01.2017"}, {id = 54, patch = "1.3.1e", rDate = "12.01.2017"}, {id = 53, patch = "1.3.1d", rDate = "20.12.2016"}, {id = 52, patch = "1.3.1c", rDate = "15.12.2016"}, {id = 51, patch = "1.3.1b", rDate = "12.12.2016"}, {id = 50, patch = "1.3.1a", rDate = "09.12.2016"}, {id = 49, patch = "1.3.1", rDate = "08.12.2016"}, {id = 48, patch = "1.3.0", rDate = "06.12.2016"}, {id = 47, patch = "1.2.2b", rDate = "28.11.2016"}, {id = 46, patch = "1.2.2a", rDate = "25.11.2016"}, {id = 45, patch = "1.2.2", rDate = "25.11.2016"}, {id = 44, patch = "1.2.1e", rDate = "17.11.2016"}, {id = 43, patch = "1.2.1d", rDate = "14.11.2016"}, {id = 42, patch = "1.2.1c", rDate = "07.11.2016"}, {id = 41, patch = "1.2.1b", rDate = "27.10.2016"}, {id = 40, patch = "1.2.1a", rDate = "26.10.2016"}, {id = 39, patch = "1.2.1", rDate = "25.10.2016"}, {id = 38, patch = "1.2.0b", rDate = "24.10.2016"}, {id = 37, patch = "1.2.0b", rDate = "19.10.2016", ptb = true}, {id = 36, patch = "1.2.0", rDate = "24.10.2016"}, {id = 35, patch = "1.2.0", rDate = "18.10.2016", ptb = true}, {id = 34, patch = "1.1.2e", rDate = "06.10.2016"}, {id = 33, patch = "1.1.2d", rDate = "03.10.2016"}, {id = 32, patch = "1.1.2c", rDate = "29.09.2016"}, {id = 31, patch = "1.1.2b", rDate = "28.09.2016"}, {id = 30, patch = "1.1.2a", rDate = "27.09.2016"}, {id = 29, patch = "1.1.2", rDate = "23.09.2016"}, {id = 28, patch = "1.1.1b", rDate = "13.09.2016"}, {id = 27, patch = "1.1.1a", rDate = "30.08.2016"}, {id = 26, patch = "1.1.1", rDate = "30.08.2016"}, {id = 25, patch = "1.1.0e", rDate = "23.08.2016"}, {id = 24, patch = "1.1.0f", rDate = "22.08.2016"}, {id = 23, patch = "1.1.0e", rDate = "22.08.2016"}, {id = 22, patch = "1.1.0d", rDate = "19.08.2016"}, {id = 21, patch = "1.1.0c", rDate = "19.08.2016"}, {id = 20, patch = "1.1.0b", rDate = "19.08.2016"}, {id = 19, patch = "1.1.0b", rDate = "19.08.2016"}, {id = 18, patch = "1.1.0a", rDate = "19.08.2016"}, {id = 17, patch = "1.1.0", rDate = "18.08.2016"}, {id = 16, patch = "1.0.6", rDate = "12.08.2016"}, {id = 15, patch = "1.0.5b", rDate = "09.08.2016"}, {id = 14, patch = "1.0.5a", rDate = "08.08.2016"}, {id = 13, patch = "1.0.5", rDate = "04.08.2016"}, {id = 12, patch = "1.0.4", rDate = "26.07.2016"}, {id = 11, patch = "1.0.3b", rDate = "14.07.2016"}, {id = 10, patch = "1.0.3a", rDate = "14.07.2016"}, {id = 9, patch = "1.0.3", rDate = "11.07.2016"}, {id = 8, patch = "1.0.2d", rDate = "30.06.2016"}, {id = 7, patch = "1.0.2c", rDate = "30.06.2016"}, {id = 6, patch = "1.0.2b", rDate = "30.06.2016"}, {id = 5, patch = "1.0.2a", rDate = "30.06.2016"}, {id = 4, patch = "1.0.2", rDate = "29.06.2016"}, {id = 3, patch = "1.0.1a", rDate = "18.06.2016"}, {id = 2, patch = "1.0.1", rDate = "17.06.2016"}, {id = 1, patch = "1.0.0", rDate = "14.06.2016"} } p.patches = patches _latestPatch = patches[1] p.latestPatch = patches[1] -- events = { --{id = #, rDate = "##.##.####" eDate = "##.##.####", name = "Event Name", icon = "IconLink name for image", img = "filename of image for event", tags = {"bloodpoints", "anniversaryEvent", "xp", "cosmeticRewards"}} --[[2025]] --First Event of 2025 goes here. {id = 164, rDate = "25.06.2025", eDate = "16.07.2025", name = "Mascarada Retorcida 2025", techName = "Twisted Masquerade 2025", icon = "Twisted Masquerade", img = "EventBanner_twistedMasquerade2025.png", tags = {"anniversaryEvent"}}, {id = 163, rDate = "17.06.2025", eDate = "25.06.2025", name = "Evento de XP Adicional de la Primera Partida del Día", techName = "First Match of the Day Bonus XP Event", icon = "XP", img = "EventBanner_beforeTheMasquerade2025_week4.png", tags = {"fMOTDXP"}}, {id = 162, rDate = "10.06.2025", eDate = "17.06.2025", name = "Cacería Sangrienta", techName = "Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner_beforeTheMasquerade2025_week3.png", tags = {"bloodHunt"}}, {id = 161, rDate = "03.06.2025", eDate = "10.06.2025", name = "Cacería Sangrienta", techName = "Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner_beforeTheMasquerade2025_week2.png", tags = {"bloodHunt"}}, {id = 160, rDate = "03.06.2025", eDate = "17.06.2025", name = "Modificador: Mezcla de Caos - The Witcher (V6)", techName = "Modifier: Chaos Shuffle - The Witcher (V6)", icon = "Chaos Shuffle", img = "KEYART_Modifier_ChaosShuffle.png", tags = {"modifier", "chaosShuffle"}}, {id = 159, rDate = "27.05.2025", eDate = "03.06.2025", name = "Evento de Doble XP de Jugador", techName = "Double Player XP Event", icon = "XP", img = "EventBanner_beforeTheMasquerade2025_week1.png", tags = {"doublePlayerXP"}}, {id = 158, rDate = "##.05.2025", eDate = "25.06.2025", name = "Antes de la Mascarada 2025", techName = "Before the Masquerade 2025", icon = "Twisted Masquerade", img = "EventBanner_beforeTheMasquerade2025.png"}, {id = 157, rDate = "15.05.2025", eDate = "29.05.2025", name = "Modo de Juego: 2v8 - Ghost Face (V4)", techName = "Game Mode: 2v8 - Ghost Face (V4)", icon = "2v8", img = "EventBanner_2v8v4Mode.png", tags = {"gameMode", "2v8"}}, {id = 156, rDate = "29.04.2025", eDate = "06.05.2025", name = "Frenesí de Fragmentos", techNme = "Fragment Frenzy", icon = "Fragmentos de Grieta", img = "EventBanner fragmentFrenzy.jpg", tags = {"fragmentFrenzy"}}, {id = 155, rDate = "29.04.2025", eDate = "##.05.2025", name = "Modificador: Mezcla de Caos (V5)", techName = "Modifier: Chaos Shuffle (V5)", icon = "Chaos Shuffle", img = "KEYART_Modifier_ChaosShuffle.png", tags = {"modifier", "chaosShuffle"}}, {id = 154, rDate = "07.04.2025", eDate = "29.04.2025", name = "Luna de Sangre 2025", techName = "Blood Moon 2025", icon = "Blood Moon 2024", img = "EventBanner bloodMoon2025.png", tags = {"springEvent", "eventTome"}}, {id = 153, rDate = "18.03.2025", eDate = "31.03.2025", name = "Cacería Sangrienta", techName = "Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt.jpg", tags = {"bloodHunt"}}, {id = 152, rDate = "18.03.2025", eDate = "31.03.2025", name = "Modificador: Mezcla de Caos (V4)", techName = "Modifier: Chaos Shuffle (V4)", icon = "Chaos Shuffle", img = "KEYART_Modifier_ChaosShuffle.png", tags = {"modifier", "chaosShuffle"}}, {id = 151, rDate = "17.02.2025", eDate = "25.02.2025", name = "Evento de Doble XP de Jugador", techName = "Double Player XP Event", icon = "XP", img = "EventBanner doublePlayerXP.jpg", tags = {"doublePlayerXP"}}, {id = 150, rDate = "14.02.2025", eDate = "17.02.2025", name = "Evento de Triple XP de Jugador", techName = "Triple Player XP Event", icon = "XP", tags = {"triplePlayerXP"}}, {id = 149, rDate = "10.02.2025", eDate = "04.03.2025", name = "Modo de Juego: 2v8 - Resident Evil (V3)", techName = "Game Mode: 2v8 - Resident Evil (V3)", icon = "2v8 (Resident Evil)", img = "EventBanner_2v8v3Mode.png", tags = {"gameMode", "2v8"}}, {id = 148, rDate = "04.02.2025", eDate = "10.02.2025", name = "Cacería Sangrienta", techName = "Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt.jpg", tags = {"bloodHunt"}}, {id = 147, rDate = "04.02.2025", eDate = "10.02.2025", name = "Double Daily Ritual Bloodpoints Event", icon = "Rituales Diarios", img = "EventBanner doubleDailyRitualBloodpoints.jpg", tags = {"doubleDR"}}, {id = 146, rDate = "21.01.2025", eDate = "28.01.2025", name = "Cacería Sangrienta", techName = "Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt.jpg", tags = {"bloodHunt"}}, {id = 145, rDate = "16.01.2025", eDate = "28.01.2025", name = "Modificador: Mezcla de Caos - Dungeons & Dragons (V3)", techName = "Modifier: Chaos Shuffle - Dungeons & Dragons (V3)", icon = "Chaos Shuffle", tags = {"modifier", "chaosShuffle"}}, {id = 144, rDate = "07.01.2025", eDate = "14.01.2025", name = "Evento de Doble XP de Jugador", techName = "Double Player XP Event", icon = "XP", img = "EventBanner doublePlayerXP.jpg", tags = {"doublePlayerXP"}}, --[[2025]] {id = 143, rDate = "07.01.2025", eDate = "14.01.2025", name = "Evento de XP Adicional de la Primera Partida del Día", techName = "First Match of the Day Bonus XP Event", icon = "XP", img = "EventBanner xpBonusFMOTD.jpg", tags = {"fMOTDXP"}}, {id = 142, rDate = "26.12.2024", eDate = "02.01.2025", name = "Blood Feast", icon = "Blood Feast Event", img = "EventBanner_bloodFeast.jpg", tags = {"bloodFeast"}}, {id = 141, rDate = "19.12.2024", eDate = "26.12.2024", name = "Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt.jpg", tags = {"bloodHunt"}}, {id = 140, rDate = "12.12.2024", eDate = "19.12.2024", name = "Frenesí de Fragmentos", techNme = "Fragment Frenzy", icon = "Fragmentos de Grieta", img = "EventBanner fragmentFrenzy.jpg", tags = {"fragmentFrenzy"}}, {id = 139, rDate = "12.12.2024", eDate = "07.01.2025", name = "Bone Chill 2024", icon = "Bone Chill", img = "EventTome12_Bone_Chill_2024_Banner.jpg", tags = {"winterEvent", "eventTome"}}, {id = 138, rDate = "03.12.2024", eDate = "06.01.2025", name = "Season of Giving 2024", icon = "Season of Giving 2021", tags = {"miniEvent"}}, {id = 137, rDate = "22.11.2024", eDate = "03.12.2024", name = "Blood Feast", icon = "Blood Feast Event", img = "EventBanner_bloodFeast.jpg", tags = {"bloodFeast"}}, {id = 136, rDate = "12.11.2024", eDate = "28.11.2024", name = "Modo de Juego: 2v8 (V2)", techName = "Game Mode: 2v8 (V2)", icon = "2v8", img = "EventBanner_2v8v2Mode.png", tags = {"gameMode", "2v8"}}, {id = 135, rDate = "08.11.2024", eDate = "12.11.2024", name = "Fragment Fury", icon = "Fragmentos de Grieta", img = "EventBanner fragmentFury.jpg", tags = {"fragmentFury"}}, {id = 134, rDate = "17.10.2024", eDate = "07.11.2024", name = "Haunted by Daylight 2024", icon = "Haunted by Daylight 2023", img = "EventTome11_Haunted_by_Daylight_2024_Banner.jpg", tags = {"halloweenEvent", "cosmeticRewards", "eventTome"}}, {id = 133, rDate = "26.09.2024", eDate = "03.10.2024", name = "Frenesí de Fragmentos", techNme = "Fragment Frenzy", icon = "Fragmentos de Grieta", img = "EventBanner fragmentFrenzy.jpg", tags = {"fragmentFrenzy"}}, {id = 132, rDate = "24.09.2024", eDate = "08.10.2024", name = "Modificador: Mezcla de Caos (V2)", techName = "Modifier: Chaos Shuffle (V2)", icon = "Chaos Shuffle", tags = {"modifier", "chaosShuffle"}}, {id = 131, rDate = "24.09.2024", eDate = "01.10.2024", name = "Blood Feast", icon = "Blood Feast Event", img = "EventBanner_bloodFeast.jpg", tags = {"bloodFeast"}}, {id = 130, rDate = "12.09.2024", eDate = "19.09.2024", name = "Modificador: Lights Out - Castlevania (V2)", techName = "Modifier: Lights Out - Castlevania (V2)", icon = "Lights Out (Castlevania)", tags = {"modifier", "lightsOut"}}, {id = 129, rDate = "05.09.2024", eDate = "12.09.2024", name = "Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt.jpg", tags = {"bloodHunt"}}, {id = 128, rDate = "22.08.2024", eDate = "27.08.2024", name = "Double Player XP Event", icon = "XP", img = "EventBanner doublePlayerXP.jpg", tags = {"doublePlayerXP"}}, {id = 127, rDate = "22.08.2024", eDate = "27.08.2024", name = "First Match of the Day Bonus XP Event", icon = "XP", img = "EventBanner xpBonusFMOTD.jpg", tags = {"fMOTDXP"}}, {id = 126, rDate = "15.08.2024", eDate = "22.08.2024", name = "Frenesí de Fragmentos", techNme = "Fragment Frenzy", icon = "Fragmentos de Grieta", img = "EventBanner fragmentFrenzy.jpg", tags = {"fragmentFrenzy"}}, {id = 125, rDate = "08.08.2024", eDate = "15.08.2024", name = "Double Daily Ritual Bloodpoints Event", icon = "Rituales Diarios", img = "EventBanner doubleDailyRitualBloodpoints.jpg", tags = {"doubleDR"}}, {id = 124, rDate = "25.07.2024", eDate = "15.08.2024", name = "Modo de Juego: 2v8 (V1)", techName = "Game Mode: 2v8 (V1)", icon = "2v8", img = "EventBanner_2v8Mode.png", tags = {"gameMode", "2v8"}}, {id = 123, rDate = "09.07.2024", eDate = "16.07.2024", name = "Match XP Event", icon = "XP", img = "EventBanner matchXpMultiplier.jpg", tags = {"matchXP"}}, {id = 122, rDate = "13.06.2024", eDate = "04.07.2024", name = "Mascarada Retorcida 2024", techName = "Twisted Masquerade 2024", icon = "Twisted Masquerade", img = "EventTome10 Twisted Masquerade 2024 Banner.jpg", tags = {"anniversaryEvent"}}, {id = 121, rDate = "03.06.2024", eDate = "13.06.2024", name = "Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner_beforeTheMasquerade2024_week4.png", tags = {"bloodHunt"}}, {id = 120, rDate = "03.06.2024", eDate = "13.06.2024", name = "Double Player XP Event", icon = "XP", img = "EventBanner_beforeTheMasquerade2024_week4.png", tags = {"doublePlayerXP"}}, {id = 119, rDate = "28.05.2024", eDate = "03.06.2024", name = "Triple Player XP Event", icon = "XP", img = "EventBanner_beforeTheMasquerade2024_week3.png", tags = {"triplePlayerXP"}}, {id = 118, rDate = "21.05.2024", eDate = "27.05.2024", name = "Fragment Feast", icon = "Fragmentos de Grieta", img = "EventBanner_beforeTheMasquerade2024_week2.png", tags = {"fragmentFeast"}}, {id = 117, rDate = "16.05.2024", eDate = "03.06.2024", name = "Modificador: Mezcla de Caos (V1)", techName = "Modifier: Chaos Shuffle (V1)", icon = "Chaos Shuffle", img = "EventBanner chaosShuffle2024.png", tags = {"modifier", "chaosShuffle"}}, {id = 116, rDate = "14.05.2024", eDate = "20.05.2024", name = "Blood Feast", icon = "Blood Feast Event", img = "EventBanner_beforeTheMasquerade2024_week1.png", tags = {"bloodFeast"}}, {id = 115, rDate = "14.05.2024", eDate = "13.06.2024", name = "Antes de la Mascarada 2024", techName = "Before the Masquerade 2024", icon = "Twisted Masquerade", tags = {"anniversaryEvent"}}, {id = 114, rDate = "14.05.2024", eDate = "04.07.2024", name = "Octavo Aniversario", techName = "Eighth Year Anniversary", icon = "Postre Chillón", img = "EventBanner eighthYearAnniversary.png", tags = {"anniversaryEvent", "anniversary"}}, {id = 113, rDate = "23.04.2024", eDate = "30.04.2024", name = "Tome Community Challenge", icon = "Archivo", img = "Tome19 communityChallenge 01.jpg", tags = {"tomeCommunityChallenge"}}, {id = 112, rDate = "16.04.2024", eDate = "23.04.2024", name = "Double Player XP Event", icon = "XP", img = "EventBanner doublePlayerXP.jpg", tags = {"doublePlayerXP"}}, {id = 111, rDate = "10.04.2024", eDate = "16.04.2024", name = "First Match of the Day Bonus XP Event", icon = "XP", img = "EventBanner xpBonusFMOTD.jpg", tags = {"fMOTDXP"}}, {id = 110, rDate = "03.04.2024", eDate = "10.04.2024", name = "Double Daily Ritual Bloodpoints Event", icon = "Rituales Diarios", img = "EventBanner doubleDailyRitualBloodpoints.jpg", tags = {"doubleDR"}}, {id = 109, rDate = "01.04.2024", eDate = "03.04.2024", name = "Modificador: My Little Oni", techName = "Modifier: My Little Oni", icon = "My Little Oni", img = "EventBanner myLittleOni2024.png", tags = {"modifier", "aprilFools"}}, {id = 108, rDate = "18.03.2024", eDate = "31.03.2024", name = "Blood Moon 2024", icon = "Blood Moon 2024", img = "EventBanner bloodMoon2024.png", tags = {"springEvent", "eventTome"}}, {id = 107, rDate = "29.02.2024", eDate = "04.03.2024", name = "Fragment Fury", icon = "Fragmentos de Grieta", img = "EventBanner fragmentFury.jpg", tags = {"fragmentFury"}}, {id = 106, rDate = "22.02.2024", eDate = "29.02.2024", name = "Match XP Event", icon = "XP", img = "EventBanner matchXpMultiplier.jpg", tags = {"matchXP"}}, {id = 105, rDate = "14.02.2024", eDate = "21.02.2024", name = "Blood Rush", icon = "Blood Rush Event", img = "EventBanner bloodRush.jpg", tags = {"bloodRush"}}, {id = 104, rDate = "07.02.2024", eDate = "14.02.2024", name = "Modificador: Lights Out (V1)", techName = "Modifier: Lights Out (V1)", icon = "Lights Out", tags = {"modifier", "lightsOut"}}, {id = 103, rDate = "16.01.2024", eDate = "30.01.2024", name = "Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt.jpg", tags = {"bloodHunt"}}, {id = 102, rDate = "16.01.2024", eDate = "30.01.2024", name = "Double Player XP Event", icon = "XP", img = "EventBanner doublePlayerXP.jpg", tags = {"doublePlayerXP"}}, --[[2024]] {id = 101, rDate = "10.01.2024", eDate = "16.01.2024", name = "Double Daily Ritual Bloodpoints Event", icon = "Rituales Diarios", img = "EventBanner doubleDailyRitualBloodpoints.jpg", tags = {"doubleDR"}}, {id = 100, rDate = "22.12.2023", eDate = "26.12.2023", name = "Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt.jpg", tags = {"bloodHunt"}}, {id = 99, rDate = "14.12.2023", eDate = "04.01.2024", name = "Frío en los Huesos 2023", techName = "Bone Chill 2023", icon = "Bone Chill", img = "EventTome8_Bone_Chill_2023_Banner.jpg", tags = {"winterEvent", "eventTome"}}, {id = 98, rDate = "01.12.2023", eDate = "04.01.2024", name = "Season of Giving 2023", icon = "Season of Giving 2021", tags = {"miniEvent"}}, {id = 97, rDate = "21.11.2023", eDate = "28.11.2023", name = "Community Choice Event", icon = "Benevolente", img = "EventBanner communityChoiceEvent June2023.jpg", tags = {"communityChoiceEvent"}}, {id = 96, rDate = "14.11.2023", eDate = "21.11.2023", name = "First Match of the Day Bonus XP Event", icon = "XP", img = "EventBanner xpBonusFMOTD.jpg", tags = {"fMOTDXP"}}, {id = 95, rDate = "31.10.2023", eDate = "06.11.2023", name = "Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt.jpg", tags = {"bloodHunt"}}, {id = 94, rDate = "18.10.2023", eDate = "06.11.2023", name = "Haunted by Daylight 2023", icon = "Haunted by Daylight 2023", img = "EventTome7_Haunted_by_Daylight_2023_Banner.jpg", tags = {"halloweenEvent", "cosmeticRewards", "eventTome"}}, {id = 93, rDate = "10.10.2023", eDate = "17.10.2023", name = "Double Daily Ritual Bloodpoints Event", icon = "Rituales Diarios", img = "EventBanner doubleDailyRitualBloodpoints.jpg", tags = {"doubleDR"}}, {id = 92, rDate = "03.07.2023", eDate = "10.07.2023", name = "Double Player XP Event", icon = "XP", img = "EventBanner doublePlayerXP.jpg", tags = {"doublePlayerXP"}}, {id = 91, rDate = "21.09.2023", eDate = "28.09.2023", name = "First Match of the Day Bonus XP Event", icon = "XP", img = "EventBanner xpBonusFMOTD.jpg", tags = {"fMOTDXP"}}, {id = 90, rDate = "12.09.2023", eDate = "19.09.2023", name = "Blood Rush", icon = "Blood Rush Event", img = "EventBanner bloodRush.jpg", tags = {"bloodRush"}}, {id = 89, rDate = "05.09.2023", eDate = "12.09.2023", name = "Match XP Event", icon = "XP", img = "EventBanner matchXpMultiplier.jpg", tags = {"matchXP"}}, {id = 88, rDate = "22.08.2023", eDate = "29.08.2023", name = "Frenesí de Fragmentos", techNme = "Fragment Frenzy", icon = "Fragmentos de Grieta", img = "EventBanner fragmentFrenzy.jpg", tags = {"fragmentFrenzy"}}, {id = 87, rDate = "09.08.2023", eDate = "16.08.2023", name = "Double Daily Ritual Bloodpoints Event", icon = "Rituales Diarios", img = "EventBanner doubleDailyRitualBloodpoints.jpg", tags = {"doubleDR"}}, {id = 86, rDate = "03.08.2023", eDate = "17.08.2023", name = "Scorching Summer BBQ", icon = "Scorching Summer BBQ", img = "EventBanner scorchingSummerBBQ2023.jpg", tags = {"summerEvent", "cosmeticRewards"}}, {id = 85, rDate = "20.07.2023", eDate = "25.07.2023", name = "Double Player XP Event", icon = "XP", img = "EventBanner doublePlayerXP.jpg", tags = {"doublePlayerXP"}}, {id = 84, rDate = "07.07.2023", eDate = "13.07.2023", name = "Blood Rush", icon = "Blood Rush Event", img = "EventBanner bloodRush July2023.jpg", tags = {"bloodRush"}}, {id = 83, rDate = "22.06.2023", eDate = "13.07.2023", name = "Mascarada Retorcida", techName = "Twisted Masquerade", icon = "Twisted Masquerade", img = "EventTome5 Twisted Masquerade 2023 Banner.jpg", tags = {"anniversaryEvent", "eventTome"}}, {id = 82, rDate = "23.05.2023", eDate = "13.07.2023", name = "Séptimo Aniversario", techName = "Seventh Year Anniversary", icon = "Terrormisú", img = "EventBanner seventhYearAnniversary.png", tags = {"anniversaryEvent", "anniversary"}}, {id = 81, rDate = "13.06.2023", eDate = "21.06.2023", name = "Community Choice Event", icon = "Benevolente", img = "EventBanner communityChoiceEvent June2023.jpg", tags = {"communityChoiceEvent"}}, {id = 80, rDate = "06.06.2023", eDate = "13.06.2023", name = "Double Player XP Event", icon = "XP", img = "EventBanner beforeTheMasquerade W3.png", tags = {"doublePlayerXP"}}, {id = 79, rDate = "30.05.2023", eDate = "06.06.2023", name = "Frenesí de Fragmentos", techNme = "Fragment Frenzy", icon = "Fragmentos de Grieta", img = "EventBanner beforeTheMasquerade W2.png", tags = {"fragmentFrenzy"}}, {id = 78, rDate = "23.05.2023", eDate = "30.05.2023", name = "Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner beforeTheMasquerade W1.png", tags = {"bloodHunt"}}, {id = 77, rDate = "23.05.2023", eDate = "21.06.2023", name = "Before the Masquerade 2023", icon = "Twisted Masquerade", tags = {"anniversaryEvent"}}, {id = 76, rDate = "09.05.2023", eDate = "16.05.2023", name = "Frenesí de Fragmentos", techNme = "Fragment Frenzy", icon = "Fragmentos de Grieta", img = "EventBanner fragmentFrenzy.jpg", tags = {"fragmentFrenzy"}}, {id = 75, rDate = "02.05.2023", eDate = "08.05.2023", name = "Golden Week Community Challenge", icon = "Benevolente", img = "EventBanner goldenWeek May2023.jpg", tags = {"communityChallenge"}}, {id = 74, rDate = "25.04.2023", eDate = "02.05.2023", name = "Match XP Event", icon = "XP", img = "EventBanner matchXpMultiplier.jpg", tags = {"matchXP"}}, {id = 73, rDate = "11.04.2023", eDate = "18.04.2023", name = "Double Player XP Event", icon = "XP", img = "EventBanner doublePlayerXP.jpg", tags = {"doublePlayerXP"}}, {id = 72, rDate = "04.04.2023", eDate = "11.04.2023", name = "Blood Rush", icon = "Blood Rush Event", img = "EventBanner bloodRush April2023.jpg", tags = {"bloodRush"}}, {id = 71, rDate = "23.03.2023", eDate = "30.03.2023", name = "Double Daily Ritual Bloodpoints Event", icon = "Rituales Diarios", img = "EventBanner doubleDailyRitualBloodpoints.jpg", tags = {"doubleDR"}}, {id = 70, rDate = "14.03.2023", eDate = "04.04.2023", name = "Meet Your Maker X Dead by Daylight", icon = "Meet Your Maker", img = "MeetYourMaker CrossoverRewards Banner.jpg", tags = {"crossoverEvent"}}, {id = 69, rDate = "16.03.2023", eDate = "20.03.2023", name = "Double Player XP Event", icon = "XP", img = "EventBanner doublePlayerXP.jpg", tags = {"doublePlayerXP"}}, {id = 68, rDate = "09.03.2023", eDate = "16.03.2023", name = "Frenesí de Fragmentos", techNme = "Fragment Frenzy", icon = "Fragmentos de Grieta", img = "EventBanner fragmentFrenzy.jpg", tags = {"fragmentFrenzy"}}, {id = 67, rDate = "23.02.2023", eDate = "03.03.2023", name = "February 2023 Community Choice Event", icon = "Benevolente", img = "EventBanner communityChoiceEvent February2023.jpg", tags = {"communityChoiceEvent"}}, {id = 66, rDate = "24.01.2023", eDate = "07.02.2023", name = "Moonlight Burrow", icon = "Moonlight Burrow", img = "EventBanner moonlightBurrow January2023.png", tags = {"lunarEvent", "cosmeticRewards"}}, --[[2023]] {id = 65, rDate = "17.01.2023", eDate = "24.01.2023", name = "Moonlight Burrow - Early Celebration", icon = "Moonlight Burrow", img = "EventBanner moonlightBurrowEarlyCelebration January2023.png", tags = {"lunarEvent", "cosmeticRewards"}}, {id = 64, rDate = "22.12.2022", eDate = "02.01.2023", name = "Blood Rush", icon = "Blood Rush Event", img = "EventBanner bloodRush December2022.jpg", tags = {"bloodRush"}}, {id = 63, rDate = "15.12.2022", eDate = "22.12.2022", name = "Match XP Event", icon = "XP", img = "EventBanner MatchXPMultiplier December2022.jpg", tags = {"matchXP"}}, {id = 62, rDate = "08.12.2022", eDate = "04.01.2023", name = "Bone Chill 2022", icon = "Bone Chill", img = "EventTome4_Bone_Chill_2022_Banner.jpg", tags = {"winterEvent", "eventTome"}}, {id = 61, rDate = "01.12.2022", eDate = "03.01.2023", name = "Season of Giving 2022", icon = "Season of Giving 2021", img = "EventBanner seasonOfGiving2022.png", tags = {"miniEvent"}}, {id = 60, rDate = "22.11.2022", eDate = "29.11.2022", name = "Surprise Blood Rush", icon = "Blood Rush Event", img = "EventBanner bloodRush November2022.jpg", tags = {"bloodRush"}}, {id = 59, rDate = "10.11.2022", eDate = "17.11.2022", name = "Frenesí de Fragmentos", techNme = "Fragment Frenzy", icon = "Fragmentos de Grieta", img = "EventBanner fragmentFrenzy November2022.png", tags = {"fragmentFrenzy"}}, {id = 58, rDate = "27.10.2022", eDate = "01.11.2022", name = "Halloween Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt October2022.jpg", tags = {"halloweenEvent", "bloodHunt"}}, {id = 57, rDate = "13.10.2022", eDate = "03.11.2022", name = "Haunted by Daylight 2022", icon = "Haunted by Daylight 2022", img = "EventTome3 Haunted by Daylight 2022 Banner.jpg", tags = {"halloweenEvent", "cosmeticRewards", "eventTome"}}, {id = 56, rDate = "04.10.2022", eDate = "11.10.2022", name = "October 2022 Community Choice Event", icon = "Benevolente", img = "EventBanner communityChoiceEvent October2022.jpg", tags = {"communityChoiceEvent"}}, {id = 55, rDate = "01.09.2022", eDate = "08.09.2022", name = "Double Player XP Event", icon = "XP", img = "EventBanner doubleXPWeek September2022.jpg", tags = {"doublePlayerXP"}}, {id = 54, rDate = "23.08.2022", eDate = "30.08.2022", name = "Double Daily Ritual Bloodpoints Event", icon = "Rituales Diarios", img = "EventBanner doubleDailyRitualBloodpoints August2022.jpg", tags = {"doubleDR"}}, {id = 53, rDate = "11.08.2022", eDate = "18.08.2022", name = "Ghost Month", icon = "XP", img = "EventBanner ghostMonth2022.jpg", tags = {"miniEvent"}}, {id = 52, rDate = "03.08.2022", eDate = "10.08.2022", name = "August 2022 Blood Rush", icon = "Blood Rush Event", img = "EventBanner bloodRush.jpg", tags = {"bloodRush"}}, {id = 51, rDate = "15.07.2022", eDate = "19.07.2022", name = "Double Player XP Event", icon = "XP", img = "EventBanner doubleXPWeekend July15-19 2022.jpg", tags = {"doublePlayerXP"}}, {id = 50, rDate = "23.06.2022", eDate = "27.06.2022", name = "Anniversary Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt June2022.jpg", tags = {"bloodHunt"}}, {id = 49, rDate = "16.06.2022", eDate = "30.06.2022", name = "Mascarada Retorcida", techName = "Twisted Masquerade", icon = "Twisted Masquerade", img = "EventTome2_Twisted_Masquerade_2022_Banner.jpg", tags = {"anniversaryEvent", "eventTome"}}, {id = 48, rDate = "09.06.2022", eDate = "16.06.2022", name = "Anniversary Double Daily Ritual Bloodpoints Event", icon = "Rituales Diarios", img = "EventBanner anniversaryDoubleDailyRitualBloodpoints 2022.jpg", tags = {"anniversaryEvent", "doubleDR"}}, {id = 47, rDate = "31.05.2022", eDate = "07.06.2022", name = "May 2022 Community Choice Event", icon = "Benevolente", img = "EventBanner communityChoiceEvent May2022.jpg", tags = {"communityChoiceEvent"}}, {id = 46, rDate = "24.05.2022", eDate = "30.06.2022", name = "Sexto Aniversario", techName = "Sixth Year Anniversary", icon = "Frightful Flan", img = "Header 6thAnniversary.jpg", tags = {"anniversaryEvent", "cosmeticRewards"}}, {id = 45, rDate = "24.05.2022", eDate = "31.05.2022", name = "Pre-Anniversary Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt May2022.jpg", tags = {"anniversaryEvent", "bloodHunt"}}, {id = 44, rDate = "28.04.2022", eDate = "02.05.2022", name = "Frenesí de Fragmentos", techNme = "Fragment Frenzy", icon = "Fragmentos de Grieta", img = "EventBanner doubleRF April28-May02 2022.png", tags = {"fragmentFrenzy"}}, {id = 43, rDate = "21.04.2022", eDate = "25.04.2022", name = "Double Player XP Event", icon = "XP", img = "EventBanner doubleXPWeekend April21-25 2022.jpg", tags = {"doublePlayerXP"}}, {id = 42, rDate = "14.04.2022", eDate = "18.04.2022", name = "April 2022 Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt April2022.jpg", tags = {"bloodHunt"}}, {id = 41, rDate = "28.03.2022", eDate = "07.04.2022", name = "Spring Cleaning Activities", icon = "Spring Cleaning Activities", img = "EventBanner SpringCleaningActivities 2022.jpg", tags = {"miniEvent", "cosmeticRewards"}}, --[[2022]] {id = 40, rDate = "25.01.2022", eDate = "08.02.2022", name = "Lurking Stripes", icon = "Lurking Stripes", img = "EventBanner lurkingStripes2022.png", tags = {"lunarEvent", "cosmeticRewards"}}, {id = 39, rDate = "09.12.2021", eDate = "23.12.2021", name = "Frío en los Huesos 2021", techName = "Bone Chill 2021", icon = "Bone Chill", img = "EventBanner boneChill2021.png", tags = {"winterEvent"}}, {id = 38, rDate = "01.12.2021", eDate = "05.01.2022", name = "Season of Giving 2021", icon = "Season of Giving 2021", img = "EventBanner seasonOfGiving2021.png", tags = {"miniEvent"}}, {id = 37, rDate = "25.11.2021", eDate = "29.11.2021", name = "November 2021 Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt November2021.jpg", tags = {"bloodHunt", "cosmeticRewards"}}, {id = 36, rDate = "21.10.2021", eDate = "11.11.2021", name = "The Midnight Grove", icon = "The Midnight Grove", img = "EventTome1_The_Midnight_Grove_Banner.jpg", tags = {"halloweenEvent", "cosmeticRewards", "eventTome"}}, {id = 35, rDate = "29.07.2021", eDate = "03.08.2021", name = "Anniversary Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt July2021.jpg", tags = {"anniversaryEvent", "bloodHunt"}}, {id = 34, rDate = "27.07.2021", eDate = "02.08.2021", name = "Greek Week", icon = "Greek Week", img = "Splashbanner GLL.png", tags = {"miniEvent", "cosmeticRewards", "RF"}}, {id = 33, rDate = "30.06.2021", eDate = "22.07.2021", name = "Quinto Aniversario", techName = "Fifth Year Anniversary", icon = "Sacrificial Cake", img = "Header 5thAnniversary.jpg", tags = {"anniversaryEvent", "cosmeticRewards"}, note = "Depending if the stretch goal is reached of collecting 10 million Crowns, the Bloodhunt will be extended by a day."}, {id = 32, rDate = "12.05.2021", eDate = "02.06.2021", name = "Gnome Chompski", icon = "Gnome Chompski", img = "TomeVII Forsaken Banner.jpg", tags = {"miniEvent", "cosmeticRewards"}}, {id = 31, rDate = "11.02.2021", eDate = "04.03.2021", name = "Gilded Stampede", icon = "Red Envelope", img = "EventBanner gildedStampede.png", tags = {"lunarEvent", "cosmeticRewards"}}, {id = 30, rDate = "28.02.2021", eDate = "07.03.2021", name = "February 2021 Blood Rush", icon = "Blood Rush Event", img = "EventBanner bloodRush February2021.jpg", tags = {"bloodRush"}}, --[[2021]] {id = 29, rDate = "14.01.2021", eDate = "21.01.2021", name = "New Year's Blood Rush", icon = "Blood Rush Event", img = "EventBanner bloodRush January2021.jpg", tags = {"bloodRush"}}, {id = 28, rDate = "01.12.2020", eDate = "03.01.2021", name = "Advent Calendar 2020", icon = "Advent Calendar 2020", img = "EventBanner adventCalendar2020.jpg", tags = {"miniEvent", "cosmeticRewards"}}, {id = 27, rDate = "29.10.2020", eDate = "02.11.2020", name = "October 2020 Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt October2020.jpg", tags = {"bloodHunt"}}, {id = 26, rDate = "21.10.2020", eDate = "04.11.2020", name = "The Eternal Blight", icon = "Pustula Petals", img = "Banner eternalBlight temp.jpg", tags = {"halloweenEvent"}}, {id = 25, rDate = "23.06.2020", eDate = "14.07.2020", name = "Cuarto Aniversario", techName = "Fourth Year Anniversary", icon = "Ghastly Gateau", img = "Header 4thAnniversary.jpg", tags = {"anniversaryEvent", "cosmeticRewards"}}, {id = 24, rDate = "25.03.2020", eDate = "15.04.2020", name = "Quarantine Blood Rush", icon = "Blood Rush Event", img = "EventBanner bloodRush.jpg", tags = {"bloodRush"}}, --[[2020]] {id = 23, rDate = "21.01.2020", eDate = "04.02.2020", name = "Scarlet Swarm", icon = "Scarlet Swarm", img = "Header ScarletSwarm.jpg", tags = {"lunarEvent", "cosmeticRewards"}}, {id = 22, rDate = "31.10.2019", eDate = "04.11.2019", name = "October 2019 Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt October2019.jpg", tags = {"bloodHunt"}}, {id = 21, rDate = "30.10.2019", eDate = "10.11.2019", name = "The Withering Blight", icon = "Pustula Petals", img = "Banner witheringBlight.png", tags = {"halloweenEvent", "cosmeticRewards"}}, {id = 20, rDate = "18.06.2019", eDate = "02.07.2019", name = "Tercer Aniversario", techName = "3 Year Anniversary", icon = "Gruesome Gateau", img = "Banner 3YearAnniversary.png", tags = {"anniversaryEvent"}}, {id = 19, rDate = "14.06.2019", eDate = "20.06.2019", name = "3 Year Anniversary Blood Hunt", icon = "Blood Hunt Event", img = "3YearAnniversaryBloodHunt.jpg", tags = {"bloodHunt"}, note = "This special Blood Hunt lasted for 6 consecutive days instead of the usual 4 and started off mid-week."}, {id = 18, rDate = "02.05.2019", eDate = "06.05.2019", name = "May 2019 Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt_2016.jpg", tags = {"bloodHunt"}, note = "This special Blood Hunt lasted for 5 consecutive days instead of the usual 4 and started off mid-week."}, --[[2019]] {id = 17, rDate = "30.01.2019", eDate = "13.02.2019", name = "Moonrise", icon = "Moonrise", img = "StoreBanner moonrise.png", tags = {"lunarEvent", "cosmeticRewards"}}, {id = 16, rDate = "27.12.2018", eDate = "03.01.2019", name = "Winter Solstice Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt December2018.jpg", tags = {"bloodHunt"}}, {id = 15, rDate = "17.12.2018", eDate = "03.01.2019", name = "Winter Solstice 2018", icon = "Petardo Invernal", img = "SplashBanner winterSolstice 2018.png", tags = {"winterEvent"}, note = "This special Blood Hunt lasted for 7 consecutive days instead of the usual 4 and started off mid-week."}, {id = 14, rDate = "19.10.2018", eDate = "02.11.2018", name = "The Hallowed Blight", icon = "The Hallowed Blight", img = "Banner hallowedBlight.png", tags = {"halloweenEvent", "cosmeticRewards"}}, {id = 13, rDate = "21.09.2018", eDate = "24.09.2018", name = "Equinox Blood Hunt", icon = "Blood Hunt Event", img = "Equinox bloodHunt.jpg", tags = {"bloodHunt"}}, {id = 12, rDate = "07.08.2018", eDate = "23.08.2018", name = "Scorching Summer BBQ", icon = "Scorching Summer BBQ", img = "Banner scorchingSummerBBQ.png", tags = {"summerEvent", "cosmeticRewards"}}, {id = 11, rDate = "14.06.2018", eDate = "09.07.2018", name = "2 Year Anniversary", icon = "2 Year Anniversary", img = "Banner 2YearAnniversary.jpg", tags = {"anniversaryEvent", "bloodHunt"}, note = "This special Blood Hunt lasted for 5 consecutive days instead of the usual 4."}, --[[2018]] {id = 10, rDate = "15.02.2018", eDate = "01.03.2018", name = "Howling Grounds", icon = "Howling Grounds", img = "HowlingGrounds.png", tags = {"lunarEvent", "cosmeticRewards"}}, {id = 9, rDate = "14.12.2017", eDate = "04.01.2018", name = "Solsticio de Invierno 2017", techName = "Winter Solstice 2017", icon = "Petardo Invernal", img = "SplashBanner WinterSolstice.png", tags = {"bloodHunt", "cosmeticRewards", "winterEvent"}, note = "This special Blood Hunt lasted for 5 consecutive days instead of the usual 4 and started off mid-week."}, {id = 8, rDate = "26.10.2017", eDate = "01.11.2017", name = "All Hallows' Eve", icon = "Fuego Fatuo", img = "SplashBanner AllHallowsEve.png", tags = {"bloodHunt", "cosmeticRewards", "halloweenEvent"}, note = "This special Blood Hunt lasted for 7 consecutive days instead of the usual 4 and started off mid-week."}, {id = 7, rDate = "08.09.2017", eDate = "12.09.2017", name = "Fall Masquerade", icon = "Blood Hunt Event", img = "Banner FallMasquerade.png", tags = {"bloodHunt", "cosmeticRewards"}}, {id = 6, rDate = "04.08.2017", eDate = "07.08.2017", name = "August 2017 Blood Feast", icon = "Blood Feast Event", img = "EventBanner bloodfeast August2017.jpg", tags = {"bloodFeast"}}, {id = 5, rDate = "14.06.2017", eDate = "20.06.2017", name = "1 Year Anniversary", icon = "Tarta de Escape", img = "Banner 1YearAnniversary.jpg", tags = {"anniversaryEvent", "bloodHunt"}, note = "This special Blood Hunt lasted for 6 consecutive days instead of the usual 4 and started off mid-week."}, {id = 4, rDate = "14.04.2017", eDate = "18.04.2017", name = "Easter Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodhunt April2017.png", tags = {"bloodHunt"}}, {id = 3, rDate = "17.02.2017", eDate = "21.02.2017", name = "Valentine's Day Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodhunt February2017.jpg", tags = {"bloodHunt"}}, --[[2017]] {id = 2, rDate = "27.01.2017", eDate = "02.02.2017", name = "Año Nuevo Chino 2017", techName = "Chinese New Year 2017", icon = "Petardo Chino", img = "Banner ChineseNewYear2017.jpg", tags = {"lunarEvent"}}, --[[2016]] {id = 1, rDate = "15.11.2016", eDate = "22.11.2016", name = "Christmas Blood Hunt", icon = "Blood Hunt Event", img = "EventBanner bloodHunt_2016.jpg", tags = {"bloodHunt"}} } p.events = events --[[ p.eventSizes = { ["small"] = {"Blood Rush", "Double XP"}, ["medium"] = {"Blood Hunt"}, ["big"] = {"Blood Feast", tags = {"anniversaryEvent"}} } ]] return p