Add AI parent meetings after a class last lesson.

Class teachers rarely keep the homeroom; invited parents walk onto the map, opinions nudge, then parents leave OffCampus. No player schedule API.
This commit is contained in:
Leonid Pershin
2026-08-21 13:33:40 +03:00
parent a57e581f83
commit 3288287da9
22 changed files with 1138 additions and 18 deletions
+2
View File
@@ -23,6 +23,8 @@ public static class Seed
public const int HomeSalt = 15;
public const int SummonSalt = 16;
public const int HealthSalt = 17;
public const int MeetingSalt = 18;
public const int MeetingAttendSalt = 19;
/// <summary>A stream that belongs to the school rather than to one family.</summary>
public static int ForSchool(int schoolSeed, int salt) => Mix(schoolSeed, familyIndex: -1, salt);