Checkpoint ink architecture updates

This commit is contained in:
2026-05-24 16:00:22 +02:00
parent 01c8b1aff6
commit 510901f5bf
14 changed files with 1218 additions and 643 deletions
+18 -6
View File
@@ -13,6 +13,7 @@ LIST EpisodeId = no_episode, episode_train_intro, episode_station_midday, episod
LIST MealPlan = meal_unset, dining_car, station_restaurant, light_refreshment, skipped
LIST Location = loc_train_compartment, loc_train_home_corridor, loc_train_clergy_corridor, loc_train_washroom_corridor, loc_train_washroom, loc_train_dining_car, loc_train_rear_lookout, loc_train_second_class_door, loc_station_platform, loc_station_restaurant, loc_carriage, loc_carriage_halt, loc_crossroad_statue, loc_forest_clearing, loc_roadside_statue, loc_eibenreith_village, loc_hohenreith_arrival, loc_hohenreith_dining_room
LIST Character = viktor
LIST RouteId = composure, detective, lover, sapphic, careless, eccentric
LIST Class = noble, middle, working
LIST Relig = catholic, social, reform, spiritist, wounded
@@ -22,9 +23,16 @@ LIST Outfit = charcoal_plum_velvet, black_brown_ivory_lace, blue_grey_practical,
LIST Hair = dark_brown, chestnut, dark_blond_ash, auburn
LIST Style = centre_part_low_bun, soft_waves_chignon, braided_low_knot, raised_front_modern
LIST Face = cool_sharp, soft_alert, calm_dark_eyes, fine_controlled, marked_jaw
LIST Def = class_def, name_def, relig_def, body_def, face_def, belief_def, route_language_def, dining_car_known_def, intro_def
LIST WashroomMission = washroom_claim_freshen_up, washroom_claim_explore_train, washroom_claim_mirror, washroom_claim_privacy, washroom_claim_unwell, washroom_claim_silent, washroom_entered, washroom_toilet_used, washroom_freshened_up, washroom_return_acknowledged
LIST Def = class_def, name_def, relig_def, body_def, face_def, belief_def, route_language_def, intro_def
LIST DiningCarDiscovery = dining_car_unseen, dining_car_seen
LIST FreshenUpTask = freshen_up_started, freshen_up_done
LIST ExploreTrainTask = explore_train_started, explore_train_done
LIST MirrorTask = mirror_started, mirror_done
LIST PrivacyTask = privacy_started, privacy_taken
LIST UnwellTask = unwell_started, unwell_managed
LIST WashroomFact = washroom_toilet_used
LIST Tutorial = tut_choice_intro, tut_traversal_intro, tut_character_intro, tut_dialog_intro, tut_optional_intro
LIST ChoiceGate = return_auto
// ============================================================================
// SYSTEM INCLUDES
@@ -46,9 +54,11 @@ INCLUDE 01_zug.ink
// ============================================================================
// CHAPTER 02 STATE LISTS
// ============================================================================
LIST PublicPersona = public_unseen, noticed_as_lady, noticed_as_official_arrival, station_audience_tested, public_mask_established, public_mask_strained
LIST PublicPersona = public_unseen, noticed_as_lady, noticed_as_official_arrival, station_audience_tested
LIST PublicFact = public_mask_established, public_mask_strained
LIST ServiceWorld = service_unseen, staff_as_function_noticed, staff_as_witnesses_noticed, staff_as_network_suspected, staff_as_power_source_understood
LIST ArrivalLogistics = arrival_logistics_unknown, meal_plan_chosen, meal_taken_in_train, meal_taken_at_station, meal_skipped_or_light, carriage_arranged, baggage_handed_over, road_departure_ready
LIST ArrivalLogistics = arrival_logistics_unknown, meal_plan_chosen, carriage_arranged, baggage_handed_over, road_departure_ready
LIST ArrivalMealFact = meal_taken_in_train, meal_taken_at_station, meal_skipped_or_light
INCLUDE 02_bahnhof.ink
@@ -57,7 +67,8 @@ INCLUDE 02_bahnhof.ink
// ============================================================================
LIST OldSiteKnowledge = old_site_unknown, managed_landscape_seen, religious_markers_seen, old_boundary_felt, old_name_heard, prechristian_underlayer_suspected, old_site_has_claim
LIST ThresholdCrossing = ordinary_travel, city_order_receding, valley_order_emerging, local_rules_beginning, return_feels_less_simple
LIST SupernaturalFaculty = faculty_unframed, no_claim_made, intuition_framed, sensory_anomaly_framed, performance_framed, faculty_committed
LIST SupernaturalFaculty = faculty_unframed, faculty_committed
LIST FacultyFrame = no_claim_made, intuition_framed, sensory_anomaly_framed, performance_framed
LIST AfternoonOutcome = punctual_arrival_preserved, village_knowledge_prioritised, arrival_form_compromised
INCLUDE 03_kutschenfahrt.ink
@@ -68,7 +79,8 @@ INCLUDE 03_anreise_routes.ink
// ============================================================================
LIST EibenreithPublicFace = eibenreith_face_unknown, curious, cautious, suspicious, unsettled, openly_watching_valerie
LIST VillageReligiousTension = village_religion_unknown, church_as_center_seen, christian_surface_noted, older_presence_hint, two_orders_in_conflict, village_fear_has_form
LIST HohenreithArrivalFrame = hohenreith_arrival_unknown, expected_guest, punctual_official_guest, delayed_after_village_detour, household_form_preserved, household_form_disturbed, amalia_seen_before_dinner
LIST HohenreithArrivalFrame = hohenreith_arrival_unknown, expected_guest, amalia_seen_before_dinner
LIST HohenreithArrivalFact = punctual_official_guest, delayed_after_village_detour, household_form_preserved, household_form_disturbed
INCLUDE 04_ankunft.ink