Execute aggregate cargo packed event conditions
This commit is contained in:
parent
c17b9f55f7
commit
377de45631
18 changed files with 1036 additions and 176 deletions
16
README.md
16
README.md
|
|
@ -61,17 +61,17 @@ catalog context. The remaining recovered scalar world families execute too: carg
|
|||
`world_restore.territory_access_cost`. Whole-game ordinary-condition breadth now aligns with those
|
||||
same world-scalar runtime surfaces too: named locomotive availability thresholds, named
|
||||
locomotive cost thresholds, named cargo-production slot thresholds, aggregate cargo-production
|
||||
thresholds, limited-track-building-amount thresholds, and territory-access-cost thresholds all
|
||||
gate imported runtime records through the same service path. Families the current checked-in
|
||||
metadata still does not ground, such as `All Factory Production`, now remain explicitly visible on
|
||||
`blocked_unmapped_world_condition` rather than collapsing back to generic residue. Explicit
|
||||
thresholds, factory/farm-mine/other cargo-production thresholds, limited-track-building-amount
|
||||
thresholds, and territory-access-cost thresholds all gate imported runtime records through the
|
||||
same service path. Explicit
|
||||
unmapped world-condition and world-descriptor
|
||||
frontier buckets still remain where current checked-in metadata stops, and
|
||||
`blocked_missing_locomotive_catalog_context` is now reserved for intentionally incomplete save-side
|
||||
catalog context instead of the normal save-slice path. Cargo slot identity is now save-native too:
|
||||
the recipe-book probe lowers into `RuntimeState.cargo_catalog`, so save-slice documents can carry
|
||||
slot labels and token-stem evidence alongside the executable `cargo_production_overrides` surface
|
||||
without introducing a live cargo-economy model. Shell purchase-flow, Trainbuy refresh,
|
||||
catalog context instead of the normal save-slice path. Cargo slot identity and class metadata are
|
||||
now save-native too: the recipe-book probe lowers into `RuntimeState.cargo_catalog`, so save-slice
|
||||
documents can carry slot labels, class tags, and token-stem evidence alongside the executable
|
||||
`cargo_production_overrides` surface without introducing a live cargo-economy model. Shell
|
||||
purchase-flow, Trainbuy refresh,
|
||||
cached locomotive-rating recomputation, and selected-profile parity remain out of scope. Mixed
|
||||
supported/unsupported real rows still stay parity-only. The PE32 hook remains useful as capture and
|
||||
integration tooling, but it is no longer the main execution milestone.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue