WTS/game/scripts/characters/cho/vars.rpy

46 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-05-16 23:48:22 +00:00
# Main
default use_cho_head = False
# Stats
default cho_tier = 1
default cho_whoring = 0
default cho_reputation = 0
default cho_mood = 0
default cho_jerk_off_counter = 0
# Flags
default cho_known = False
default cho_unlocked = False
default cho_favors_unlocked = False
default cho_requests_unlocked = False
default cho_strip_complete = False
default cho_wardrobe_unlocked = False
default cho_busy = False
default cho_chatted = False
default has_cho_panties = False
default cho_panties_soaked = False
default cho_outfits_schedule = True
default cho_bj_choice = None # Dynamic string. Valid choices: failed, swallow, throat, points, taste.
default doppler_done = False # For Strip event with Tonks.
default succubus_done = False # For Strip event with Tonks.
default cho_received_thestral = False
default cho_hermione_affection = None # Dynamic string. Valid choices: cho, hermione, neither.
default cho_blowjob_done = False
2022-05-16 23:48:22 +00:00
# Intro
default jerked_off_during_cho_intro = False
# Quidditch Matches
default hufflepuff_match = "" # Dynamic string. Valid choices: 'start', 'ready', 'intro_done', 'completed', 'return'.
default slytherin_match = "" # Dynamic string. Valid choices: 'start', 'ready', 'intro_done', 'completed', 'return'.
default gryffindor_match = "" # Dynamic string. Valid choices: 'start', 'ready', 'intro_done', 'completed', 'return'.
default name_broom_cho = "Purple Rocket"
2022-05-16 23:48:22 +00:00
# Names
default name_genie_cho = "Professor"
default name_cho_genie = "Cho"
default name_cho_tonks = "Sweetie"
2022-05-16 23:48:22 +00:00
default gave_cho_gift = False