rrt/fixtures/runtime/packed-event-world-flag-condition-overlay-fixture.json

56 lines
1.5 KiB
JSON

{
"format_version": 1,
"fixture_id": "packed-event-world-flag-condition-overlay-fixture",
"source": {
"kind": "captured-runtime",
"description": "Fixture proving a checked-in world-flag condition gates a whole-game effect through the ordinary runtime path."
},
"state_import_path": "packed-event-world-flag-condition-overlay.json",
"commands": [
{
"kind": "service_trigger_kind",
"trigger_kind": 7
}
],
"expected_summary": {
"calendar_projection_source": "base-snapshot-preserved",
"calendar_projection_is_placeholder": false,
"packed_event_collection_present": true,
"packed_event_record_count": 1,
"packed_event_decoded_record_count": 1,
"packed_event_imported_runtime_record_count": 1,
"event_runtime_record_count": 1,
"candidate_availability_count": 1,
"zero_candidate_availability_count": 0,
"total_event_record_service_count": 1,
"total_trigger_dispatch_count": 1
},
"expected_state_fragment": {
"world_flags": {
"world.disable_stock_buying_and_selling": true
},
"candidate_availability": {
"Turbo Diesel": 1
},
"packed_event_collection": {
"records": [
{
"import_outcome": "imported",
"decoded_conditions": [
{
"kind": "world_flag_equals",
"key": "world.disable_stock_buying_and_selling",
"value": true
}
]
}
]
},
"event_runtime_records": [
{
"record_id": 47,
"service_count": 1
}
]
}
}