Implement runtime variable event conditions
This commit is contained in:
parent
d3790c2ae3
commit
bd9e1421a1
15 changed files with 1442 additions and 29 deletions
|
|
@ -46,7 +46,8 @@ bounded runtime landing surface too: representative descriptors import into
|
|||
`RuntimeState.world_scalar_overrides` through stable normalized keys such as
|
||||
`world.build_stations_cost`, `world.track_maintenance_cost`, `world.all_engine_speeds`, and
|
||||
`world.hotel_revenue`. The runtime-variable strip `39..54` now executes too through bounded
|
||||
event-owned scalar maps on world/company/player/territory state, without widening save-native
|
||||
event-owned scalar maps on world/company/player/territory state, and the matching ordinary
|
||||
condition strip now gates records through those same maps too, without widening save-native
|
||||
reconstruction or adding a second packed executor. The grounded aggregate cargo-economics
|
||||
descriptors now have bounded
|
||||
runtime landing surfaces too: descriptor `105` `All Cargo Prices` plus descriptors `177..179`
|
||||
|
|
@ -54,7 +55,8 @@ runtime landing surfaces too: descriptor `105` `All Cargo Prices` plus descripto
|
|||
event-owned cargo override state, and the grounded named cargo-production strip `180..229` now
|
||||
imports into named cargo production overrides too. The named cargo-price strip `106..176`
|
||||
remains explicit `blocked_evidence_blocked_descriptor` parity until descriptor ordering is pinned
|
||||
more strongly. The first grounded
|
||||
more strongly. The add-building strip `503..519` is now explicitly classified as recovered
|
||||
shell-owned descriptor parity rather than generic unresolved residue. The first grounded
|
||||
condition-side unlock now exists for negative-sentinel `raw_condition_id = -1` company scopes, and
|
||||
the first ordinary nonnegative condition batch now executes too: numeric-threshold company
|
||||
finance, company track, aggregate territory track, and company-territory track rows can import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue