2022-05-16 23:48:22 +00:00
|
|
|
|
2023-03-31 22:41:48 +00:00
|
|
|
# General states
|
|
|
|
|
|
|
|
default states.gen.masturbating = False
|
|
|
|
|
|
|
|
# Image states
|
|
|
|
|
|
|
|
default states.gen.image.xpos = 200
|
|
|
|
default states.gen.image.ypos = 0
|
|
|
|
default states.gen.image.offset = (0, 600)
|
|
|
|
default states.gen.image.zorder = 15
|
|
|
|
default states.gen.image.xzoom = 1
|
|
|
|
default states.gen.image.zoom = 0.2
|
|
|
|
|
|
|
|
# Event flags
|
2022-05-16 23:48:22 +00:00
|
|
|
|
2023-03-31 22:41:48 +00:00
|
|
|
default states.gen.ev.intro.e1_complete = False
|
|
|
|
default states.gen.ev.intro.e2_complete = False
|
|
|
|
default states.gen.ev.intro.e3_complete = False
|
|
|
|
default states.gen.ev.intro.e4_complete = False
|
|
|
|
default states.gen.ev.intro.bird_examined = False
|
|
|
|
default states.gen.ev.intro.desk_examined = False
|
|
|
|
default states.gen.ev.intro.cupboard_examined = False
|
|
|
|
default states.gen.ev.intro.door_examined = False
|
|
|
|
default states.gen.ev.intro.fireplace_examined = False
|
2023-04-02 23:48:38 +00:00
|
|
|
default states.gen.ev.tonks.metamorphmagi_aware = False # Genie knows about Tonks being a Metamorphmagus
|
2023-03-31 22:41:48 +00:00
|
|
|
|
|
|
|
# Statistics
|
|
|
|
|
|
|
|
default states.gen.stats.quidditch_position = "Nobody"
|
|
|
|
default states.gen.stats.masturbated_to_hermione = 0
|
|
|
|
default states.gen.stats.masturbated_to_luna = 0
|
|
|
|
default states.gen.stats.masturbated_to_cho = 0
|
2023-04-02 23:48:38 +00:00
|
|
|
default states.gen.stats.hangouts_with_snape = 0
|
2023-03-31 22:41:48 +00:00
|
|
|
|
|
|
|
# Names
|
|
|
|
|
|
|
|
default name_dumbledore_genie = "Albus Dumbledore"
|