From 77c70c553826e848802cb3fdfefe8d606dee4154 Mon Sep 17 00:00:00 2001 From: Pingumask Date: Thu, 27 Oct 2022 22:40:32 +0200 Subject: [PATCH] Integrating some more popular custom scripts --- .editorconfig | 14 +++ src/assets/scripts/catfishing.json | 98 +++++++++++++++++++ src/assets/scripts/deadly_penance_day.json | 73 ++++++++++++++ src/assets/scripts/frankensteins_mayor.json | 43 ++++++++ src/assets/scripts/hide_and_seek.json | 82 ++++++++++++++++ .../scripts/knowing_me_knowing_you.json | 85 ++++++++++++++++ src/assets/scripts/no_roles_barred.json | 82 ++++++++++++++++ src/assets/scripts/on_thin_ice.json | 43 ++++++++ src/assets/scripts/pont_saint_esprit.json | 82 ++++++++++++++++ src/assets/scripts/poppyganda.json | 82 ++++++++++++++++ src/assets/scripts/race_to_the_bottom.json | 46 +++++++++ src/assets/scripts/reykjaviks_scheme.json | 79 +++++++++++++++ src/assets/scripts/rochambeau.json | 82 ++++++++++++++++ src/assets/scripts/simpletown_village.json | 91 +++++++++++++++++ ...ifying_spectacle_of_public_executions.json | 82 ++++++++++++++++ src/assets/scripts/trouble_with_violets.json | 82 ++++++++++++++++ src/assets/scripts/uncertain_death.json | 76 ++++++++++++++ .../scripts/vigormortis_high_school.json | 43 ++++++++ .../scripts/whose_cult_is_it_anyway.json | 85 ++++++++++++++++ src/components/modals/EditionModal.vue | 62 +++++++++--- 20 files changed, 1401 insertions(+), 11 deletions(-) create mode 100644 .editorconfig create mode 100644 src/assets/scripts/catfishing.json create mode 100644 src/assets/scripts/deadly_penance_day.json create mode 100644 src/assets/scripts/frankensteins_mayor.json create mode 100644 src/assets/scripts/hide_and_seek.json create mode 100644 src/assets/scripts/knowing_me_knowing_you.json create mode 100644 src/assets/scripts/no_roles_barred.json create mode 100644 src/assets/scripts/on_thin_ice.json create mode 100644 src/assets/scripts/pont_saint_esprit.json create mode 100644 src/assets/scripts/poppyganda.json create mode 100644 src/assets/scripts/race_to_the_bottom.json create mode 100644 src/assets/scripts/reykjaviks_scheme.json create mode 100644 src/assets/scripts/rochambeau.json create mode 100644 src/assets/scripts/simpletown_village.json create mode 100644 src/assets/scripts/the_horrifying_spectacle_of_public_executions.json create mode 100644 src/assets/scripts/trouble_with_violets.json create mode 100644 src/assets/scripts/uncertain_death.json create mode 100644 src/assets/scripts/vigormortis_high_school.json create mode 100644 src/assets/scripts/whose_cult_is_it_anyway.json diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..88a3ef5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# Editor configuration, see http://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +max_line_length = off +trim_trailing_whitespace = false diff --git a/src/assets/scripts/catfishing.json b/src/assets/scripts/catfishing.json new file mode 100644 index 0000000..8f5b4ab --- /dev/null +++ b/src/assets/scripts/catfishing.json @@ -0,0 +1,98 @@ +[ + { + "id": "_meta", + "name": "Catfishing", + "author": "Emily", + "logo": "https://i.imgur.com/tkFhtDn.png" + }, + { + "id": "investigator" + }, + { + "id": "chef" + }, + { + "id": "grandmother" + }, + { + "id": "balloonist" + }, + { + "id": "dreamer" + }, + { + "id": "fortune_teller" + }, + { + "id": "snake_charmer" + }, + { + "id": "gambler" + }, + { + "id": "savant" + }, + { + "id": "philosopher" + }, + { + "id": "ravenkeeper" + }, + { + "id": "amnesiac" + }, + { + "id": "cannibal" + }, + { + "id": "drunk" + }, + { + "id": "recluse" + }, + { + "id": "sweetheart" + }, + { + "id": "mutant" + }, + { + "id": "lunatic" + }, + { + "id": "godfather" + }, + { + "id": "cerenovus" + }, + { + "id": "pit-hag" + }, + { + "id": "widow" + }, + { + "id": "imp" + }, + { + "id": "vigormortis" + }, + { + "id": "fang_gu" + }, + { + "id": "beggar" + }, + { + "id": "barista" + }, + { + "id": "apprentice" + }, + { + "id": "harlot" + }, + { + "id": "bone_collector" + } +] diff --git a/src/assets/scripts/deadly_penance_day.json b/src/assets/scripts/deadly_penance_day.json new file mode 100644 index 0000000..5d1ecce --- /dev/null +++ b/src/assets/scripts/deadly_penance_day.json @@ -0,0 +1,73 @@ +[ + { + "id": "_meta", + "name": "Deadly Penance Day", + "author": "The Pandemonium Institute" + }, + { + "id": "bountyhunter" + }, + { + "id": "chef" + }, + { + "id": "cultleader" + }, + { + "id": "exorcist" + }, + { + "id": "fool" + }, + { + "id": "gambler" + }, + { + "id": "investigator" + }, + { + "id": "mayor" + }, + { + "id": "philosopher" + }, + { + "id": "preacher" + }, + { + "id": "sailor" + }, + { + "id": "soldier" + }, + { + "id": "town_crier" + }, + { + "id": "politician" + }, + { + "id": "barber" + }, + { + "id": "drunk" + }, + { + "id": "saint" + }, + { + "id": "assassin" + }, + { + "id": "witch" + }, + { + "id": "spy" + }, + { + "id": "baron" + }, + { + "id": "lilmonsta" + } +] diff --git a/src/assets/scripts/frankensteins_mayor.json b/src/assets/scripts/frankensteins_mayor.json new file mode 100644 index 0000000..d44841c --- /dev/null +++ b/src/assets/scripts/frankensteins_mayor.json @@ -0,0 +1,43 @@ +[ + { + "id": "_meta", + "name": "Frankenstein's Mayor", + "author": "Storyteller Baron Ted" + }, + { + "id": "sentinel" + }, + { + "id": "chef" + }, + { + "id": "undertaker" + }, + { + "id": "oracle" + }, + { + "id": "sage" + }, + { + "id": "ravenkeeper" + }, + { + "id": "mayor" + }, + { + "id": "recluse" + }, + { + "id": "lunatic" + }, + { + "id": "poisoner" + }, + { + "id": "spy" + }, + { + "id": "zombuul" + } +] diff --git a/src/assets/scripts/hide_and_seek.json b/src/assets/scripts/hide_and_seek.json new file mode 100644 index 0000000..9ac53a8 --- /dev/null +++ b/src/assets/scripts/hide_and_seek.json @@ -0,0 +1,82 @@ +[ + { + "id": "_meta", + "name": "Hide & Seek", + "author": "Narninian & Zaba" + }, + { + "id": "noble" + }, + { + "id": "librarian" + }, + { + "id": "pixie" + }, + { + "id": "preacher" + }, + { + "id": "towncrier" + }, + { + "id": "oracle" + }, + { + "id": "undertaker" + }, + { + "id": "dreamer" + }, + { + "id": "seamstress" + }, + { + "id": "artist" + }, + { + "id": "huntsman" + }, + { + "id": "ravenkeeper" + }, + { + "id": "virgin" + }, + { + "id": "damsel" + }, + { + "id": "drunk" + }, + { + "id": "mutant" + }, + { + "id": "goon" + }, + { + "id": "godfather" + }, + { + "id": "mezepheles" + }, + { + "id": "poisoner" + }, + { + "id": "cerenovus" + }, + { + "id": "lilmonsta" + }, + { + "id": "pukka" + }, + { + "id": "vigormortis" + }, + { + "id": "imp" + } +] diff --git a/src/assets/scripts/knowing_me_knowing_you.json b/src/assets/scripts/knowing_me_knowing_you.json new file mode 100644 index 0000000..01298ce --- /dev/null +++ b/src/assets/scripts/knowing_me_knowing_you.json @@ -0,0 +1,85 @@ +[ + { + "id": "_meta", + "name": "Knowing me, Knowing you", + "author": "Nadine" + }, + { + "id": "washerwoman" + }, + { + "id": "librarian" + }, + { + "id": "bountyhunter" + }, + { + "id": "amnesiac" + }, + { + "id": "fortuneteller" + }, + { + "id": "dreamer" + }, + { + "id": "snakecharmer" + }, + { + "id": "oracle" + }, + { + "id": "undertaker" + }, + { + "id": "ravenkeeper" + }, + { + "id": "artist" + }, + { + "id": "fisherman" + }, + { + "id": "seamstress" + }, + { + "id": "drunk" + }, + { + "id": "recluse" + }, + { + "id": "barber" + }, + { + "id": "sweetheart" + }, + { + "id": "godfather" + }, + { + "id": "poisoner" + }, + { + "id": "spy" + }, + { + "id": "scarletwoman" + }, + { + "id": "imp" + }, + { + "id": "fanggu" + }, + { + "id": "vigormortis" + }, + { + "id": "nodashii" + }, + { + "id": "revolutionary" + } +] diff --git a/src/assets/scripts/no_roles_barred.json b/src/assets/scripts/no_roles_barred.json new file mode 100644 index 0000000..b5c0116 --- /dev/null +++ b/src/assets/scripts/no_roles_barred.json @@ -0,0 +1,82 @@ +[ + { + "id": "_meta", + "name": "No roles barred", + "author": "Andrew Pichot" + }, + { + "id": "alchemist" + }, + { + "id": "noble" + }, + { + "id": "pixie" + }, + { + "id": "bountyhunter" + }, + { + "id": "empath" + }, + { + "id": "balloonist" + }, + { + "id": "snakecharmer" + }, + { + "id": "gossip" + }, + { + "id": "amnesiac" + }, + { + "id": "artist" + }, + { + "id": "philosopher" + }, + { + "id": "huntsman" + }, + { + "id": "poppygrower" + }, + { + "id": "goon" + }, + { + "id": "mutant" + }, + { + "id": "damsel" + }, + { + "id": "drunk" + }, + { + "id": "godfather" + }, + { + "id": "poisoner" + }, + { + "id": "fearmonger" + }, + { + "id": "goblin" + }, + { + "id": "boomdandy" + }, + { + "id": "lilmonsta" + }, + { + "id": "legion" + }, + { + "id": "vortox" + } +] diff --git a/src/assets/scripts/on_thin_ice.json b/src/assets/scripts/on_thin_ice.json new file mode 100644 index 0000000..ce26395 --- /dev/null +++ b/src/assets/scripts/on_thin_ice.json @@ -0,0 +1,43 @@ +[ + { + "id": "_meta", + "name": "On thin Ice", + "author": "Ted Helm" + }, + { + "id": "sentinel" + }, + { + "id": "artist" + }, + { + "id": "philosopher" + }, + { + "id": "professor" + }, + { + "id": "seamstress" + }, + { + "id": "slayer" + }, + { + "id": "virgin" + }, + { + "id": "klutz" + }, + { + "id": "moonchild" + }, + { + "id": "eviltwin" + }, + { + "id": "mastermind" + }, + { + "id": "pukka" + } +] diff --git a/src/assets/scripts/pont_saint_esprit.json b/src/assets/scripts/pont_saint_esprit.json new file mode 100644 index 0000000..77401a8 --- /dev/null +++ b/src/assets/scripts/pont_saint_esprit.json @@ -0,0 +1,82 @@ +[ + { + "id": "_meta", + "name": "Pont Saint-Esprit", + "author": "Gordon Fitzgerald" + }, + { + "id": "washerwoman" + }, + { + "id": "investigator" + }, + { + "id": "chef" + }, + { + "id": "noble" + }, + { + "id": "bountyhunter" + }, + { + "id": "empath" + }, + { + "id": "lycanthrope" + }, + { + "id": "undertaker" + }, + { + "id": "courtier" + }, + { + "id": "nightwatchmen" + }, + { + "id": "ravenkeeper" + }, + { + "id": "sage" + }, + { + "id": "cannibal" + }, + { + "id": "saint" + }, + { + "id": "recluse" + }, + { + "id": "drunk" + }, + { + "id": "acrobat" + }, + { + "id": "widow" + }, + { + "id": "spy" + }, + { + "id": "poisoner" + }, + { + "id": "pithag" + }, + { + "id": "pukka" + }, + { + "id": "vigormortis" + }, + { + "id": "lleech" + }, + { + "id": "nodashii" + } +] diff --git a/src/assets/scripts/poppyganda.json b/src/assets/scripts/poppyganda.json new file mode 100644 index 0000000..c869c7e --- /dev/null +++ b/src/assets/scripts/poppyganda.json @@ -0,0 +1,82 @@ +[ + { + "id": "_meta", + "name": "Poppyganda", + "author": "Dan" + }, + { + "id": "chef" + }, + { + "id": "librarian" + }, + { + "id": "bountyhunter" + }, + { + "id": "pixie" + }, + { + "id": "fortuneteller" + }, + { + "id": "towncrier" + }, + { + "id": "monk" + }, + { + "id": "oracle" + }, + { + "id": "savant" + }, + { + "id": "juggler" + }, + { + "id": "sage" + }, + { + "id": "mayor" + }, + { + "id": "poppygrower" + }, + { + "id": "drunk" + }, + { + "id": "lunatic" + }, + { + "id": "mutant" + }, + { + "id": "snitch" + }, + { + "id": "eviltwin" + }, + { + "id": "cerenovus" + }, + { + "id": "baron" + }, + { + "id": "marionette" + }, + { + "id": "imp" + }, + { + "id": "legion" + }, + { + "id": "vigormortis" + }, + { + "id": "vortox" + } +] diff --git a/src/assets/scripts/race_to_the_bottom.json b/src/assets/scripts/race_to_the_bottom.json new file mode 100644 index 0000000..5da2f1c --- /dev/null +++ b/src/assets/scripts/race_to_the_bottom.json @@ -0,0 +1,46 @@ +[ + { + "id": "_meta", + "name": "Race to the Bottom", + "author": "Evin Donohoe" + }, + { + "id": "doomsayer" + }, + { + "id": "sentinel" + }, + { + "id": "clockmaker" + }, + { + "id": "empath" + }, + { + "id": "dreamer" + }, + { + "id": "slayer" + }, + { + "id": "courtier" + }, + { + "id": "mayor" + }, + { + "id": "lunatic" + }, + { + "id": "klutz" + }, + { + "id": "scarletwoman" + }, + { + "id": "spy" + }, + { + "id": "vortox" + } +] diff --git a/src/assets/scripts/reykjaviks_scheme.json b/src/assets/scripts/reykjaviks_scheme.json new file mode 100644 index 0000000..2529754 --- /dev/null +++ b/src/assets/scripts/reykjaviks_scheme.json @@ -0,0 +1,79 @@ +[ + { + "id": "_meta", + "name": "Reykjavik's Scheme", + "author": "Gordon Fitzgerald" + }, + { + "id": "slayer" + }, + { + "id": "artist" + }, + { + "id": "fisherman" + }, + { + "id": "savant" + }, + { + "id": "gossip" + }, + { + "id": "cannibal" + }, + { + "id": "mayor" + }, + { + "id": "minstrel" + }, + { + "id": "virgin" + }, + { + "id": "tealady" + }, + { + "id": "alchemist" + }, + { + "id": "pacifist" + }, + { + "id": "fool" + }, + { + "id": "golem" + }, + { + "id": "damsel" + }, + { + "id": "heretic" + }, + { + "id": "snitch" + }, + { + "id": "boomdandy" + }, + { + "id": "goblin" + }, + { + "id": "psychopath" + }, + { + "id": "devilsadvocate" + }, + { + "id": "alhadikhia" + }, + { + "id": "lleech" + }, + { + "id": "sentinel" + } +] diff --git a/src/assets/scripts/rochambeau.json b/src/assets/scripts/rochambeau.json new file mode 100644 index 0000000..56e0c69 --- /dev/null +++ b/src/assets/scripts/rochambeau.json @@ -0,0 +1,82 @@ +[ + { + "id": "_meta", + "name": "Rochambeau", + "author": "Habby" + }, + { + "id": "librarian" + }, + { + "id": "bountyhunter" + }, + { + "id": "preacher" + }, + { + "id": "flowergirl" + }, + { + "id": "oracle" + }, + { + "id": "undertaker" + }, + { + "id": "innkeeper" + }, + { + "id": "gambler" + }, + { + "id": "lycanthrope" + }, + { + "id": "gossip" + }, + { + "id": "engineer" + }, + { + "id": "mayor" + }, + { + "id": "cannibal" + }, + { + "id": "goon" + }, + { + "id": "acrobat" + }, + { + "id": "tinker" + }, + { + "id": "moonchild" + }, + { + "id": "godfather" + }, + { + "id": "widow" + }, + { + "id": "poisoner" + }, + { + "id": "pithag" + }, + { + "id": "assassin" + }, + { + "id": "po" + }, + { + "id": "vigormortis" + }, + { + "id": "leviathan" + } +] diff --git a/src/assets/scripts/simpletown_village.json b/src/assets/scripts/simpletown_village.json new file mode 100644 index 0000000..5449fa7 --- /dev/null +++ b/src/assets/scripts/simpletown_village.json @@ -0,0 +1,91 @@ +[ + { + "id": "_meta", + "name": "Simpletown Village", + "author": "Gordon Fitzgerald" + }, + { + "id": "alchemist" + }, + { + "id": "librarian" + }, + { + "id": "amnesiac" + }, + { + "id": "cannibal" + }, + { + "id": "sailor" + }, + { + "id": "snakecharmer" + }, + { + "id": "gambler" + }, + { + "id": "farmer" + }, + { + "id": "fool" + }, + { + "id": "philosopher" + }, + { + "id": "magician" + }, + { + "id": "poppygrower" + }, + { + "id": "drunk" + }, + { + "id": "lunatic" + }, + { + "id": "goon" + }, + { + "id": "barber" + }, + { + "id": "mutant" + }, + { + "id": "politician" + }, + { + "id": "klutz" + }, + { + "id": "sweetheart" + }, + { + "id": "tinker" + }, + { + "id": "baron" + }, + { + "id": "pithag" + }, + { + "id": "godfather" + }, + { + "id": "marionette" + }, + { + "id": "fanggu" + }, + { + "id": "duchess" + }, + { + "id": "sentinel" + } +] diff --git a/src/assets/scripts/the_horrifying_spectacle_of_public_executions.json b/src/assets/scripts/the_horrifying_spectacle_of_public_executions.json new file mode 100644 index 0000000..2b46d60 --- /dev/null +++ b/src/assets/scripts/the_horrifying_spectacle_of_public_executions.json @@ -0,0 +1,82 @@ +[ + { + "id": "_meta", + "name": "The Horrifying Spectacle of Public Executions", + "author": "Navean" + }, + { + "id": "chef" + }, + { + "id": "sailor" + }, + { + "id": "chambermaid" + }, + { + "id": "cultleader" + }, + { + "id": "flowergirl" + }, + { + "id": "oracle" + }, + { + "id": "monk" + }, + { + "id": "savant" + }, + { + "id": "seamstress" + }, + { + "id": "fool" + }, + { + "id": "sage" + }, + { + "id": "magician" + }, + { + "id": "cannibal" + }, + { + "id": "tinker" + }, + { + "id": "drunk" + }, + { + "id": "klutz" + }, + { + "id": "lunatic" + }, + { + "id": "godfather" + }, + { + "id": "devilsadvocate" + }, + { + "id": "mephit" + }, + { + "id": "boomdandy" + }, + { + "id": "lleech" + }, + { + "id": "vigormortis" + }, + { + "id": "vortox" + }, + { + "id": "zombuul" + } +] diff --git a/src/assets/scripts/trouble_with_violets.json b/src/assets/scripts/trouble_with_violets.json new file mode 100644 index 0000000..ddae6fa --- /dev/null +++ b/src/assets/scripts/trouble_with_violets.json @@ -0,0 +1,82 @@ +[ + { + "id": "_meta", + "name": "Trouble with Violets", + "author": "The Pandemonium Institute" + }, + { + "id": "washerwoman" + }, + { + "id": "librarian" + }, + { + "id": "investigator" + }, + { + "id": "chef" + }, + { + "id": "empath" + }, + { + "id": "fortuneteller" + }, + { + "id": "undertaker" + }, + { + "id": "monk" + }, + { + "id": "ravenkeeper" + }, + { + "id": "virgin" + }, + { + "id": "slayer" + }, + { + "id": "soldier" + }, + { + "id": "mayor" + }, + { + "id": "butler" + }, + { + "id": "drunk" + }, + { + "id": "recluse" + }, + { + "id": "saint" + }, + { + "id": "eviltwin" + }, + { + "id": "witch" + }, + { + "id": "cerenovus" + }, + { + "id": "pithag" + }, + { + "id": "fanggu" + }, + { + "id": "vigormortis" + }, + { + "id": "nodashii" + }, + { + "id": "vortox" + } +] diff --git a/src/assets/scripts/uncertain_death.json b/src/assets/scripts/uncertain_death.json new file mode 100644 index 0000000..8493605 --- /dev/null +++ b/src/assets/scripts/uncertain_death.json @@ -0,0 +1,76 @@ +[ + { + "id": "_meta", + "name": "Uncertain Death", + "author": "Matt" + }, + { + "id": "clockmaker" + }, + { + "id": "grandmother" + }, + { + "id": "librarian" + }, + { + "id": "empath" + }, + { + "id": "fortuneteller" + }, + { + "id": "exorcist" + }, + { + "id": "flowergirl" + }, + { + "id": "monk" + }, + { + "id": "oracle" + }, + { + "id": "undertaker" + }, + { + "id": "artist" + }, + { + "id": "slayer" + }, + { + "id": "seamstress" + }, + { + "id": "lunatic" + }, + { + "id": "mutant" + }, + { + "id": "sweetheart" + }, + { + "id": "recluse" + }, + { + "id": "godfather" + }, + { + "id": "assassin" + }, + { + "id": "scarletwoman" + }, + { + "id": "marionette" + }, + { + "id": "nodashii" + }, + { + "id": "pukka" + } +] diff --git a/src/assets/scripts/vigormortis_high_school.json b/src/assets/scripts/vigormortis_high_school.json new file mode 100644 index 0000000..0a98493 --- /dev/null +++ b/src/assets/scripts/vigormortis_high_school.json @@ -0,0 +1,43 @@ +[ + { + "id": "_meta", + "name": "Vigormortis Highschool", + "author": "Evin" + }, + { + "id": "sentinel" + }, + { + "id": "chef" + }, + { + "id": "empath" + }, + { + "id": "chambermaid" + }, + { + "id": "monk" + }, + { + "id": "ravenkeeper" + }, + { + "id": "mayor" + }, + { + "id": "saint" + }, + { + "id": "goon" + }, + { + "id": "poisoner" + }, + { + "id": "devils_advocate" + }, + { + "id": "vigormortis" + } +] diff --git a/src/assets/scripts/whose_cult_is_it_anyway.json b/src/assets/scripts/whose_cult_is_it_anyway.json new file mode 100644 index 0000000..c367519 --- /dev/null +++ b/src/assets/scripts/whose_cult_is_it_anyway.json @@ -0,0 +1,85 @@ +[ + { + "id": "_meta", + "name": "Whose Cult is it Anyway", + "author": "Aero" + }, + { + "id": "noble" + }, + { + "id": "pixie" + }, + { + "id": "balloonist" + }, + { + "id": "king" + }, + { + "id": "fortuneteller" + }, + { + "id": "cultleader" + }, + { + "id": "oracle" + }, + { + "id": "lycanthrope" + }, + { + "id": "savant" + }, + { + "id": "seamstress" + }, + { + "id": "huntsman" + }, + { + "id": "choirboy" + }, + { + "id": "cannibal" + }, + { + "id": "puzzlemaster" + }, + { + "id": "recluse" + }, + { + "id": "mutant" + }, + { + "id": "damsel" + }, + { + "id": "witch" + }, + { + "id": "cerenovus" + }, + { + "id": "fearmonger" + }, + { + "id": "goblin" + }, + { + "id": "lilmonsta" + }, + { + "id": "nodashii" + }, + { + "id": "fanggu" + }, + { + "id": "vortox" + }, + { + "id": "stormcatcher" + } +] diff --git a/src/components/modals/EditionModal.vue b/src/components/modals/EditionModal.vue index d70406e..e8dca38 100644 --- a/src/components/modals/EditionModal.vue +++ b/src/components/modals/EditionModal.vue @@ -97,27 +97,67 @@ export default { scripts: [ [ "Deadly Penance Day", - "https://gist.githubusercontent.com/bra1n/0337cc44c6fd2c44f7589256ed5486d2/raw/16be38fa3c01aaf49827303ac80577bdb52c0b25/penanceday.json" + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/deadly_penance_day.json" ], [ - "Catfishing 11.1", - "https://gist.githubusercontent.com/bra1n/8a5ec41a7bbf945f6b7dfc1cef72b569/raw/a312ab93c2f302e0ef83c8b65a4e8e82760fda3a/catfishing.json" + "Catfishing", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/catfishing.json" ], [ - "On Thin Ice (Teensyville)", - "https://gist.githubusercontent.com/bra1n/8dacd9f2abc6f428331ea1213ab153f5/raw/0cacbcaf8ed9bddae0cca25a9ada97e9958d868b/on-thin-ice.json" + "On thin ice (Teensyville)", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/on_thin_ice.json" ], [ - "Race To The Bottom (Teensyville)", - "https://gist.githubusercontent.com/bra1n/63e1354cb3dc9d4032bcd0623dc48888/raw/5acb0eedcc0a67a64a99c7e0e6271de0b7b2e1b2/race-to-the-bottom.json" + "Race to the bottom (Teensyville)", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/race_to_the_bottom.json" ], [ - "Frankenstein's Mayor by Ted (Teensyville)", - "https://gist.githubusercontent.com/bra1n/32c52b422cc01b934a4291eeb81dbcee/raw/5bf770693bbf7aff5e86601c82ca4af3222f4ba6/Frankensteins_Mayor_by_Ted.json" + "Frankenstein's Mayor (Teensyville)", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/frankensteins_mayor.json" ], [ - "Vigormortis High School (Teensyville)", - "https://gist.githubusercontent.com/bra1n/1f65bd4a999524719d5dabe98c3c2d27/raw/22bbec6bf56a51a7459e5ae41ed47e41971c5445/VigormortisHighSchool.json" + "Vigormortis High school (Teensyville)", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/vigormortis_high_school.json" + ], + [ + "Trouble with Violets", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/trouble_with_violets.json" + ], + [ + "Rochambeau", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/rochambeau.json" + ], + [ + "Knowing me, Knowing you", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/knowing_me_knowing_you.json" + ], + [ + "Hide & Seek", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/hide_and_seek.json" + ], + [ + "Poppyganda", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/poppyganda.json" + ], + [ + "Whose Cult is it Anyway", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/whose_cult_is_it_anyway.json" + ], + [ + "Uncertain Death", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/uncertain_death.json" + ], + [ + "Reykjavik's Scheme", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/reykjaviks_scheme.json" + ], + [ + "Pont Saint-Esprit", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/pont_saint_esprit.json" + ], + [ + "Simpletown Village", + "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/pont_saint_esprit.json" ] ] };