Refine Eibenreith Ink bucket architecture

This commit is contained in:
2026-05-24 11:21:57 +02:00
parent d42540f29d
commit 01c8b1aff6
14 changed files with 1522 additions and 1400 deletions
+2 -23
View File
@@ -23,8 +23,8 @@
// Valerie as both open and closed, both reliable and unreliable, depending on
// the history of choices.
//
// Project-specific values may be added per character when needed, but should be
// clearly separated from the ten standard values.
// Do not add per-character custom dimensions. If a value cannot be expressed
// through these axes, model it as an encounter/state LIST or in prose.
// ============================================================================
@@ -48,16 +48,6 @@ VAR amalia_unreliable = 0
VAR amalia_insightful = 0
VAR amalia_dull = 0
// Project-specific Amalia values.
// These track the special emotional field between Valerie and Amalia.
VAR amalia_desire = 0
VAR amalia_shame = 0
VAR amalia_alarm = 0
VAR amalia_fascination = 0
VAR amalia_empowerment = 0
VAR amalia_containment = 0
// ============================================================================
// VIKTOR
// ============================================================================
@@ -80,16 +70,6 @@ VAR viktor_unreliable = 0
VAR viktor_insightful = 0
VAR viktor_dull = 0
// Project-specific Viktor values.
// These track his role as escort, handler, witness, and potential ally.
VAR viktor_concern = 0
VAR viktor_irritation = 0
VAR viktor_alarm = 0
VAR viktor_control = 1
VAR viktor_loss_of_control = 0
VAR viktor_professional_distance = 2
VAR viktor_personal_involvement = 0
// ============================================================================
// HOHENREITH FAMILY — RESERVED IDS
@@ -134,4 +114,3 @@ VAR viktor_personal_involvement = 0
// mayor_...
// forester_...
// ============================================================================