Document care history persistence

This commit is contained in:
2026-05-18 19:17:02 -07:00
parent 82f60f480b
commit 1d2ac1e584
3 changed files with 65 additions and 1 deletions
+7
View File
@@ -416,6 +416,13 @@ bleeding, sprain, sickness, death state, and death reason. Loading applies the
snapshot through `UAgrarianSurvivalComponent::ApplySavedState`, keeping clamping
and replicated change notifications inside the survival component.
Long-term care history placeholders are stored through
`FAgrarianSavedPlayer::CareHistory`. The saved `FAgrarianCareHistorySnapshot`
reserves nutrition, illness, injury, sleep, shelter, stress, workload, and
treatment quality data for later generational and health systems. Version 0.1.M
only persists and restores those placeholders; it does not apply aging,
lifespan, inheritance, or generational outcome gameplay.
## Testing Gates
Minimum persistence smoke test: