WTS/game/scripts/characters/cho/vars.rpy
LoafyLemon 96f0113c95 Nicknames
* Unified naming convention for nicknames as per writer's request
* Fixed dum lack of dynamic name flag
2023-03-01 22:14:00 +00:00

46 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.
default cho_blowjob_done = False
# 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"
# Names
default name_genie_cho = "Professor"
default name_cho_genie = "Cho"
default name_cho_tonks = "Sweetie"
default gave_cho_gift = False