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

45 lines
1.5 KiB
Plaintext

# 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.
# 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 cho_broom_name = "Purple Rocket"
# Names
default cho_genie_name = "Professor"
default cho_name = "Cho"
default tonks_cho_name = "Sweetie"
default gave_cho_gift = False