feat: add paired goat care
This commit is contained in:
@@ -284,13 +284,23 @@ care operation: reserve or select the exact animal, withdraw one real food
|
||||
from `village_pantry`, reduce that animal's hunger, and append one exact
|
||||
`animal_fed` fact. Failed withdrawal changes neither animal nor history.
|
||||
|
||||
The first routine consumer alternates Dunja between stable-ID shelter and
|
||||
pasture markers without drawing RNG. `ActiveWorldAdapter` supplies the loaded
|
||||
marker positions, the selected ID and exact position enter state, and
|
||||
`AnimalNode` follows a real `NavigationServer3D` path while reporting factual
|
||||
position changes. A mid-route save restores the same position and target;
|
||||
unloading the scene node pauses presentation only, and reloading it resumes
|
||||
from those facts. Hunger cancels travel before care targeting.
|
||||
The first routine consumers alternate Dunja and Zora between stable-ID private
|
||||
shelters and one shared pasture without drawing RNG. `AnimalRoutineSite`
|
||||
declares optional loaded-world resident ownership: an empty resident ID is
|
||||
shared species context, while a named resident makes a shelter private.
|
||||
`ActiveWorldAdapter` filters those loaded markers for each stable animal; site
|
||||
ownership is not persistent state and does not require a schema bump. The
|
||||
selected site ID and exact position do enter state, and each `AnimalNode`
|
||||
follows a real `NavigationServer3D` path while reporting factual position
|
||||
changes. A mid-route save restores the same position and target; unloading a
|
||||
scene node pauses presentation only, and reloading it resumes from those facts.
|
||||
Hunger cancels travel before care targeting.
|
||||
|
||||
Multiple animal records remain independently authoritative. A schema-v11 save
|
||||
may contain concurrent feed reservations only when each reserving NPC targets
|
||||
that exact animal in a valid travel or work state. Restoring Dunja and Zora
|
||||
preserves both claim pairings and the checksum; completing one feed releases
|
||||
and mutates only its destination record.
|
||||
|
||||
The persistent hungry/content presentation derives from authoritative hunger.
|
||||
The short feed response is transient and is reset rather than serialized or
|
||||
|
||||
Reference in New Issue
Block a user