LoafyLemon
b08e0d0071
* Converted Astoria's spell training into the new system, and cleaned up the code. * Improved Astoria's menu layout * Replaced -hidden- menu feature names with actual the actual feature names * Refactored Astoria's file structure and naming convention * Temporarily disabled spell training stats
44 lines
1.5 KiB
Plaintext
44 lines
1.5 KiB
Plaintext
|
|
# General states
|
|
|
|
default states.ast.tier = 1
|
|
default states.ast.level = 0
|
|
default states.ast.public_tier = 0
|
|
default states.ast.public_level = 0
|
|
default states.ast.mood = 0
|
|
default states.ast.unlocked = False
|
|
default states.ast.busy = False
|
|
default states.ast.gifted = False
|
|
default states.ast.favors_unlocked = False # TODO: Not in use.
|
|
default states.ast.wardrobe_unlocked = False
|
|
default states.ast.wardrobe_scheduling = True
|
|
default states.ast.chatted = False
|
|
default states.ast.map_location = "room_s"
|
|
|
|
# Sexual activity states
|
|
|
|
default states.ast.status.kissing = False
|
|
default states.ast.status.stripping = False
|
|
default states.ast.status.handjob = False
|
|
default states.ast.status.masturbating = False
|
|
default states.ast.status.sex = False
|
|
default states.ast.status.anal = False
|
|
|
|
# Event flags
|
|
|
|
default states.ast.ev.intro.e1_complete = False # Tonks visits.
|
|
default states.ast.ev.intro.e2_ask_hermione = False # Tell Hermione to look for her.
|
|
default states.ast.ev.intro.e2_ask_snape = False # Tell Snape to look for her. He fails.
|
|
default states.ast.ev.intro.e2_complete = False # Asked both.
|
|
default states.ast.ev.intro.e3_complete = False # Hermione finds her.
|
|
default states.ast.ev.intro.e4_complete = False # Astoria unlocked.
|
|
default states.ast.ev.imperio_with_tonks.completed_once = False
|
|
default states.ast.ev.imperio_with_susan.completed_once = False
|
|
|
|
# Names
|
|
|
|
default name_astoria_genie = "Astoria"
|
|
default name_genie_astoria = "Sir"
|
|
default name_susan_astoria = "Cow"
|
|
default name_tonks_astoria = "Old Hag"
|