Module:LSEvent/data: Difference between revisions

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
Content deleted Content added
Mayhalke (talk | contribs)
No edit summary
Mayhalke (talk | contribs)
No edit summary
Line 1: Line 1:
return {
return {
["CE1"] = {eventName = "The Greatest \"High!\" That's What it's Called!", description = "Events#Challenge Event 1"},
["CE1"] = "The Greatest \"High!\" That's What it's Called!",
["CE2"] = {eventName = "The New Passione", description = "Events#Challenge Event 2"},
["CE2"] = "The New Passione",
["CE3"] = {eventName = "The Hand's \"Right Hand\"", description = "Events#Challenge Event 3"},
["CE3"] = "The Hand's \"Right Hand\"",
["CE4"] = {eventName = "Survivor of a Nightmare", description = "Events#Challenge Event 4"},
["CE4"] = "Survivor of a Nightmare",
["CE5"] = {eventName = "Bucciarati is Coming", description = "Events#Challenge Event 5"},
["CE5"] = "Bucciarati is Coming",
["CE6"] = {eventName = "I'll Stay Away From You", description = "Events#Challenge Event 6"},
["CE6"] = "I'll Stay Away From You",
["CE7"] = {eventName = "The Battle Against the Nijimura Brothers", description = "Events#Challenge Event 7"},
["CE7"] = "The Battle Against the Nijimura Brothers",
["CE8"] = {eventName = "Anubis \"The God of the Cursed Sword\"", description = "Events#Challenge Event 8"},
["CE8"] = "Anubis \"The God of the Cursed Sword\"",
["CE9"] = {eventName = "His Name is Diavolo", description = "Events#Challenge Event 9"},
["CE9"] = "His Name is Diavolo",
["CE10"] = {eventName = "I'll Give You One Chance", description = "Events#Challenge Event 10"},
["CE10"] = "I'll Give You One Chance",
["CE11"] = {eventName = "Stone Ocean", description = "Events#Challenge Event 11"},
["CE11"] = "Stone Ocean",
["CE12"] = {eventName = "Cheap Trick", description = "Events#Challenge Event 12"},
["CE12"] = "Cheap Trick",
["CE13"] = {eventName = "Final Round!", description = "Events#Challenge Event 13"},
["CE13"] = "Final Round!",
["CE14"] = {eventName = "King Crimson vs. Metallica", description = "Events#Challenge Event 14"},
["CE14"] = "King Crimson vs. Metallica",
["CE15"] = {eventName = "Torrential Downpour Warning", description = "Events#Challenge Event 15"},
["CE15"] = "Torrential Downpour Warning",
["CE16"] = {eventName = "Shooting DIO!?", description = "Events#Challenge Event 16"},
["CE16"] = "Shooting DIO!?",
["CE17"] = {eventName = "Jotaro Kujo the Visitor", description = "Events#Challenge Event 17"},
["CE17"] = "Jotaro Kujo the Visitor",
["CE18"] = {eventName = "Let's Go Eat Some Italian Food", description = "Events#Challenge Event 18"},
["CE18"] = "Let's Go Eat Some Italian Food",
["CE19"] = {eventName = "His Name is Anasui", description = "Events#Challenge Event 19"},
["CE19"] = "His Name is Anasui",
["CE20"] = {eventName = "Express Train to Florence", description = "Events#Challenge Event 20"},
["CE20"] = "Express Train to Florence",
["CE21"] = {eventName = "How... \"Ferocious!\"", description = "Events#Challenge Event 21"},
["CE21"] = "How... \"Ferocious!\"",
["CE22"] = {eventName = "Rohan Kishibe's Adventure", description = "Events#Challenge Event 22"},
["CE22"] = "Rohan Kishibe's Adventure",
["CE23"] = {eventName = "Magician's Red", description = "Events#Challenge Event 23"},
["CE23"] = "Magician's Red",
["CE24"] = {eventName = "Fearless Kakyoin", description = "Events#Challenge Event 24"},
["CE24"] = "Fearless Kakyoin",
["CE25"] = {eventName = "Another One Bites the Dust", description = "Events#Challenge Event 25"},
["CE25"] = "Another One Bites the Dust",
["CE26"] = {eventName = "Bohemian Rhapsody", description = "Events#Challenge Event 26"},
["CE26"] = "Bohemian Rhapsody",
["CE27"] = {eventName = "The Requiem Quietly Plays", description = "Events#Challenge Event 27"},
["CE27"] = "The Requiem Quietly Plays",
["CE28"] = {eventName = "Silver Chariot", description = "Events#Challenge Event 28"},
["CE28"] = "Silver Chariot",
["CE29"] = {eventName = "Moody Blues Strikes Back", description = "Events#Challenge Event 29"},
["CE29"] = "Moody Blues Strikes Back",
["CE30"] = {eventName = "Crazy Diamond is Unbreakable", description = "Events#Challenge Event 30"},
["CE30"] = "Crazy Diamond is Unbreakable",
["CE31"] = {eventName = "Battle Tendency", description = "Events#Challenge Event 31"},
["CE31"] = "Battle Tendency",
--["default"] = ""
}
}

Revision as of 12:40, 1 September 2024

Documentation for this module may be created at Module:LSEvent/data/doc

return {
    ["CE1"] = "The Greatest \"High!\" That's What it's Called!",
    ["CE2"] = "The New Passione",
    ["CE3"] = "The Hand's \"Right Hand\"",
    ["CE4"] = "Survivor of a Nightmare",
    ["CE5"] = "Bucciarati is Coming",
    ["CE6"] = "I'll Stay Away From You",
    ["CE7"] = "The Battle Against the Nijimura Brothers",
    ["CE8"] = "Anubis \"The God of the Cursed Sword\"",
    ["CE9"] = "His Name is Diavolo",
    ["CE10"] = "I'll Give You One Chance",
    ["CE11"] = "Stone Ocean",
    ["CE12"] = "Cheap Trick",
    ["CE13"] = "Final Round!",
    ["CE14"] = "King Crimson vs. Metallica",
    ["CE15"] = "Torrential Downpour Warning",
    ["CE16"] = "Shooting DIO!?",
    ["CE17"] = "Jotaro Kujo the Visitor",
    ["CE18"] = "Let's Go Eat Some Italian Food",
    ["CE19"] = "His Name is Anasui",
    ["CE20"] = "Express Train to Florence",
    ["CE21"] = "How... \"Ferocious!\"",
    ["CE22"] = "Rohan Kishibe's Adventure",
    ["CE23"] = "Magician's Red",
    ["CE24"] = "Fearless Kakyoin",
    ["CE25"] = "Another One Bites the Dust",
    ["CE26"] = "Bohemian Rhapsody",
    ["CE27"] = "The Requiem Quietly Plays",
    ["CE28"] = "Silver Chariot",
    ["CE29"] = "Moody Blues Strikes Back",
    ["CE30"] = "Crazy Diamond is Unbreakable",
    ["CE31"] = "Battle Tendency",
}