default mr_ev_WPIIA = MirrorEvent( id="mr_ev_WPIIA", name=_("Whose points is it anyway?"), cast =["luna", "astoria", "hermione"], desc=_("Parody of the famous game show, \"Whose points is it anyway?\"."), label="whose_points", authors=["SilverStudioGames"], tags=[_("Humorous"),_("Sexual")], ) default mr_ev_GHE = MirrorEvent( id="mr_ev_GHE", name=_("The Genie, the desk, and the door"), cast=[], desc=_("You try to figure out how people know when you call for them."), label="genie_house_elf", authors=["SilverStudioGames"], tags=[_("Humorous")], unlocked=True, ) default mr_ev_AOC = MirrorEvent( id="mr_ev_AOC", name=_("An odd circumstance"), cast=["hermione"], desc=_("You find yourself being confronted by a mysterious girl that seemingly seems to know you."), label="an_odd_circumstance", authors=["SilverStudioGames"], tags=[_("Humorous"),_("Sexual"),_("Noir")], req="states.her.status.blowjob", ) default mr_ev_ABTTD = MirrorEvent( id="mr_ev_ABTTD", name=_("A bad time to disrobe"), cast=["hermione"], desc=_("You get a hold of a invisibility cloak and put it to good use."), label="a_bad_time_to_disrobe", authors=["SilverStudioGames"], tags=[_("Sexual"),_("Flashing")], req="states.her.status.show_tits", ) default mr_ev_ASOC = MirrorEvent( id="mr_ev_ASOC", name=_("A spaced out conversation"), cast=[], desc=_("You and Snape get real for a little bit."), label="a_spaced_out_conversation", authors=["Ignatz"], tags=[_("Noir")], req="states.sna.level > 60", ) default mr_ev_ABAS = MirrorEvent( id="mr_ev_ABAS", name=_("Booty at sea"), cast=["hermione"], desc=_("You imagine yourself a great pirate and replay your most intimate times with Hermione."), label="anal_pirate_event", label_rewards="anal_pirate_rewards", authors=["SilverStudioGames"], tags=[_("Humorous"), _("Sexual")], req="states.her.status.anal", ) # BROKEN # # default mr_ev_ADR = MirrorEvent( # id="mr_ev_ADR", # name="A Dark Room", # cast=[], # desc="A minigame inspired by the text-based game \"A Dark Room\".\n>It is currently incomplete but in a playable state.", # label="start_dark_room_game", # authors=["SilverStudioGames"], # tags=["Minigame", "Noir"], # unlocked=True, # ) default mr_ev_AXmasTale = MirrorEvent( id="mr_ev_AXmasTale", name=_("A Christmas Tale"), cast=[], desc=_("A surprise visit in the time of need."), label="a_christmas_tale", label_rewards="a_christmas_tale_rewards", authors=["SilverStudioGames"], tags=[_("Seasonal"), _("Noir")], unlocked=True, ) default mr_ev_AXmasTale2 = MirrorEvent( id="mr_ev_AXmasTale2", name=_("Santa's Little Helper"), cast=[], desc=_("The tall broody guy is about to get his present."), label="a_christmas_tale2", label_rewards="a_christmas_tale2_rewards", authors=["SilverStudioGames"], tags=[_("Seasonal"), _("Noir")], unlocked=True, ) default mr_ev_PaH = MirrorEvent( id="mr_ev_PaH", name=_("Previously at Hogwarts"), cast=[], desc=_("Snape tries to find a solution to stifle his anger and finds himself yet again in the headmaster's office."), label="prev_at_hogwarts", authors=["SilverStudioGames"], tags=[_("Noir")], unlocked=True, ) default mr_ev_PR = MirrorEvent( id="mr_ev_PR", name=_("Panty Raid"), cast=["hermione"], desc=_("You ask Hermione to go out and collect other girls panties."), label="panty_raid", authors=["WaxerRed"], tags=[_("Sexual"), _("Fetish")], req="states.her.level > 15", ) default mr_ev_EFP = MirrorEvent( id="mr_ev_EFP", name=_("Eating for pleasure"), cast=["hermione"], desc=_("You get hungry and decide to get something to eat."), label="eating_for_pleasure", label_rewards="eating_for_pleasure_rewards", authors=["SilverStudioGames"], tags=[_("Humorous"), _("Sexual"), _("Fetish")], ) default mr_ev_SNR = MirrorEvent( id="mr_ev_SNR", name=_("Suck & Run"), cast=["tonks"], desc=_("Someone or {i}something{/i} is sucking the life force out of the students."), label="suck_and_run", label_rewards="suck_and_run_rewards", authors=["SilverStudioGames"], tags=[_("Seasonal"), _("Sexual"), _("Fetish")], ) default mr_ev_BD = MirrorEvent( id="mr_ev_BD", name=_("Biggus Dickus"), cast=["hermione"], desc=_("Hermione comes to you with an odd request."), label="biggus_dickus", authors=["Livvypoo"], tags=[_("Humorous"),_("Sexual")], ) default mr_ev_NSGE = MirrorEvent( id="mr_ev_NSGE", name=_("A not so great escape"), cast=["tonks", "cho", "luna"], desc=_("You find yourself in a bit of a pickle."), label="not_so_great_escape", label_rewards="not_so_great_escape_rewards", authors=["SilverStudioGames"], tags=[_("Seasonal"), _("Humorous")], unlocked=True, ) default mr_ev_WC = MirrorEvent( id="mr_ev_WC", name=_("A white Christmas"), cast=["tonks", "hermione"], desc=_("Genie is not so happy with the narration and decides to take it into his own hands."), label="a_white_christmas", label_rewards="a_white_christmas_rewards", authors=["SilverStudioGames"], tags=[_("Seasonal"), _("Humorous"), _("Sexual")], unlocked=True, ) default mr_ev_BBB = MirrorEvent( id="mr_ev_BBB", name=_("Blueballing bad"), cast=["tonks", "hermione"], desc=_("In an alternate universe where Genie never followed his urges."), label="blueballing_bad", label_rewards="blueballing_bad_rewards", authors=["NotTera"], tags=[_("Humorous"), _("Flashing")], unlocked=True, ) default mr_ev_GCW = MirrorEvent( id="mr_ev_GCW", name=_("Genie's Christmas Wish"), cast=["genie"], desc=_("Did you get your wish this year?"), label="genies_christmas_wish", label_rewards="genies_christmas_wish_rewards", authors=["SilverStudioGames"], tags=[_("Seasonal"), _("Noir")], unlocked=True, )