Refine Eibenreith Ink bucket architecture
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// ============================================================================
|
||||
// ============================================================================
|
||||
// EIBENREITH 04 ABEND-PAUSE / ANKUNFT HOHENREITH
|
||||
// ============================================================================
|
||||
// Abend-Pause / Übergang nach Hohenreith.
|
||||
@@ -9,14 +9,6 @@
|
||||
// ============================================================================
|
||||
|
||||
|
||||
// ============================================================================
|
||||
// COMPATIBILITY ALIAS
|
||||
// ============================================================================
|
||||
|
||||
=== village_arrival_options ===
|
||||
-> village_detour_start
|
||||
|
||||
|
||||
// ============================================================================
|
||||
// PRE-DINNER TRANSITION
|
||||
// ============================================================================
|
||||
@@ -163,17 +155,17 @@ Noch bevor du die Familie siehst, ist aus der Reise eine Person geworden, die ma
|
||||
}
|
||||
|
||||
{
|
||||
- axis_up(order_axis):
|
||||
- route_composure >= route_detective && route_composure >= route_lover && route_composure >= route_sapphic && route_composure >= route_careless && route_composure >= route_eccentric && route_composure > 0:
|
||||
~ score_route = "Ihre bisher stärkste Maske ist Fassung: Form, Abstand und Selbstbeherrschung als Waffe."
|
||||
- axis_up(inquiry_axis):
|
||||
- route_detective >= route_composure && route_detective >= route_lover && route_detective >= route_sapphic && route_detective >= route_careless && route_detective >= route_eccentric && route_detective > 0:
|
||||
~ score_route = "Ihre bisher stärkste Methode ist Untersuchung: Sie ordnet, prüft und entlarvt, bevor sie sich rühren lässt."
|
||||
- route_up(route_lover):
|
||||
- route_lover >= route_composure && route_lover >= route_detective && route_lover >= route_sapphic && route_lover >= route_careless && route_lover >= route_eccentric && route_lover > 0:
|
||||
~ score_route = "Ihre bisher stärkste Methode ist Wirkung: Charme, Blick und soziale Wärme werden zu Werkzeugen."
|
||||
- route_up(route_sapphic):
|
||||
- route_sapphic >= route_composure && route_sapphic >= route_detective && route_sapphic >= route_lover && route_sapphic >= route_careless && route_sapphic >= route_eccentric && route_sapphic > 0:
|
||||
~ score_route = "Ihre bisher stärkste Bewegung ist Resonanz: Sie erkennt besonders dort Gefangenschaft, wo Frauen gelernt haben, sie schön zu nennen."
|
||||
- route_up(route_careless):
|
||||
- route_careless >= route_composure && route_careless >= route_detective && route_careless >= route_lover && route_careless >= route_sapphic && route_careless >= route_eccentric && route_careless > 0:
|
||||
~ score_route = "Ihre bisher stärkste Bewegung ist entwaffnende Unsicherheit: kleine Kontrollverluste, die andere näher heranlassen."
|
||||
- axis_down(order_axis):
|
||||
- route_eccentric >= route_composure && route_eccentric >= route_detective && route_eccentric >= route_lover && route_eccentric >= route_sapphic && route_eccentric >= route_careless && route_eccentric > 0:
|
||||
~ score_route = "Ihre bisher stärkste Bewegung ist Regelbruch: Sie benennt, was höfliche Menschen nur umstellen."
|
||||
- else:
|
||||
~ score_route = "Ihre Persönlichkeit ist noch nicht auf eine einzige Maske festgelegt. Sie trägt mehrere Möglichkeiten nach Hohenreith hinein."
|
||||
|
||||
Reference in New Issue
Block a user