rrt/fixtures/runtime/packed-event-world-scalar-executable-save-slice-fixture.json

72 lines
2 KiB
JSON
Raw Normal View History

{
"format_version": 1,
"fixture_id": "packed-event-world-scalar-executable-save-slice-fixture",
"source": {
"kind": "captured-runtime",
"description": "Fixture backed by a tracked save-slice document proving recovered cargo-production and territory-access-cost rows execute through world scalar runtime surfaces."
},
"state_save_slice_path": "packed-event-world-scalar-executable-save-slice.json",
"commands": [
{
"kind": "service_trigger_kind",
"trigger_kind": 7
}
],
"expected_summary": {
"calendar": {
"year": 1830,
"month_slot": 0,
"phase_slot": 0,
"tick_slot": 0
},
"calendar_projection_is_placeholder": true,
"packed_event_collection_present": true,
"packed_event_record_count": 1,
"packed_event_decoded_record_count": 1,
"packed_event_imported_runtime_record_count": 1,
"packed_event_parity_only_record_count": 1,
2026-04-16 14:47:38 -07:00
"cargo_catalog_count": 11,
"packed_event_blocked_unmapped_world_descriptor_count": 0,
"event_runtime_record_count": 1,
"cargo_production_override_count": 1,
"world_restore_territory_access_cost": 750000,
"total_event_record_service_count": 1,
"total_trigger_dispatch_count": 1
},
"expected_state_fragment": {
"metadata": {
"save_slice.import_projection": "partial-runtime-restore-v1"
},
"cargo_production_overrides": {
"1": 125
},
"world_restore": {
"territory_access_cost": 750000
},
"packed_event_collection": {
"live_entry_ids": [41],
"records": [
{
"import_outcome": "imported"
}
]
},
"event_runtime_records": [
{
"record_id": 41,
"service_count": 1,
"effects": [
{
"kind": "set_cargo_production_slot",
"slot": 1,
"value": 125
},
{
"kind": "set_territory_access_cost",
"value": 750000
}
]
}
]
}
}