Ground named cargo production event descriptors
This commit is contained in:
parent
358d4cdec3
commit
6a5d028d19
14 changed files with 987 additions and 217 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"fixture_id": "packed-event-cargo-economics-parity-save-slice-fixture",
|
||||
"source": {
|
||||
"kind": "captured-runtime",
|
||||
"description": "Fixture pinning the remaining named cargo-economics descriptor strips on explicit evidence-blocked parity."
|
||||
"description": "Fixture pinning the remaining named cargo-price descriptor strip on explicit evidence-blocked parity."
|
||||
},
|
||||
"state_save_slice_path": "packed-event-cargo-economics-parity-save-slice.json",
|
||||
"commands": [
|
||||
|
|
@ -34,12 +34,6 @@
|
|||
"descriptor_label": "Unknown Cargo Price",
|
||||
"parameter_family": "cargo_price_scalar",
|
||||
"semantic_family": "scalar_assignment"
|
||||
},
|
||||
{
|
||||
"descriptor_id": 180,
|
||||
"descriptor_label": "Unknown Cargo Production",
|
||||
"parameter_family": "cargo_production_scalar",
|
||||
"semantic_family": "scalar_assignment"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
"format_version": 1,
|
||||
"save_slice_id": "packed-event-cargo-economics-parity-save-slice",
|
||||
"source": {
|
||||
"description": "Tracked save-slice document pinning the remaining named cargo-economics descriptor strips on explicit evidence-blocked parity.",
|
||||
"description": "Tracked save-slice document pinning the remaining named cargo-price descriptor strip on explicit evidence-blocked parity.",
|
||||
"original_save_filename": "captured-cargo-economics-parity.gms",
|
||||
"original_save_sha256": "cargo-economics-parity-sample-sha256",
|
||||
"notes": [
|
||||
"tracked as JSON save-slice document rather than raw .smp",
|
||||
"pins named cargo price and named cargo production rows until exact descriptor-to-cargo ordering is grounded strongly enough"
|
||||
"pins the named cargo-price strip until exact descriptor-to-cargo ordering is grounded strongly enough"
|
||||
]
|
||||
},
|
||||
"save_slice": {
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
"record_index": 0,
|
||||
"live_entry_id": 65,
|
||||
"payload_offset": 33696,
|
||||
"payload_len": 128,
|
||||
"payload_len": 96,
|
||||
"decode_status": "parity_only",
|
||||
"payload_family": "real_packed_v1",
|
||||
"trigger_kind": 7,
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"text_bands": [],
|
||||
"standalone_condition_row_count": 0,
|
||||
"standalone_condition_rows": [],
|
||||
"grouped_effect_row_counts": [2, 0, 0, 0],
|
||||
"grouped_effect_row_counts": [1, 0, 0, 0],
|
||||
"grouped_effect_rows": [
|
||||
{
|
||||
"group_index": 0,
|
||||
|
|
@ -93,45 +93,18 @@
|
|||
"descriptor recovered from checked-in EventEffects semantic catalog",
|
||||
"exact named cargo ordering for the price strip is not yet pinned"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group_index": 0,
|
||||
"row_index": 1,
|
||||
"descriptor_id": 180,
|
||||
"descriptor_label": "Unknown Cargo Production",
|
||||
"target_mask_bits": 8,
|
||||
"parameter_family": "cargo_production_scalar",
|
||||
"opcode": 3,
|
||||
"raw_scalar_value": 160,
|
||||
"value_byte_0x09": 0,
|
||||
"value_dword_0x0d": 0,
|
||||
"value_byte_0x11": 0,
|
||||
"value_byte_0x12": 0,
|
||||
"value_word_0x14": 0,
|
||||
"value_word_0x16": 0,
|
||||
"row_shape": "scalar_assignment",
|
||||
"semantic_family": "scalar_assignment",
|
||||
"semantic_preview": "Set Unknown Cargo Production to 160",
|
||||
"recovered_cargo_slot": null,
|
||||
"recovered_cargo_class": null,
|
||||
"recovered_locomotive_id": null,
|
||||
"locomotive_name": null,
|
||||
"notes": [
|
||||
"descriptor recovered from checked-in EventEffects semantic catalog",
|
||||
"exact named cargo ordering for the production strip is not yet pinned"
|
||||
]
|
||||
}
|
||||
],
|
||||
"decoded_actions": [],
|
||||
"executable_import_ready": false,
|
||||
"notes": [
|
||||
"named cargo-economics descriptor strips remain explicit evidence-blocked parity"
|
||||
"named cargo-price descriptors remain explicit evidence-blocked parity"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"notes": [
|
||||
"named cargo economics evidence-blocked parity sample"
|
||||
"named cargo price evidence-blocked parity sample"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"fixture_id": "packed-event-cargo-economics-save-slice-fixture",
|
||||
"source": {
|
||||
"kind": "captured-runtime",
|
||||
"description": "Fixture proving the grounded aggregate cargo-economics descriptors execute through bounded cargo override surfaces."
|
||||
"description": "Fixture proving the grounded aggregate cargo-economics descriptors plus the grounded named production strip execute through bounded cargo override surfaces."
|
||||
},
|
||||
"state_save_slice_path": "packed-event-cargo-economics-save-slice.json",
|
||||
"commands": [
|
||||
|
|
@ -28,6 +28,9 @@
|
|||
"all_cargo_production_override": 210,
|
||||
"factory_cargo_production_override": 225,
|
||||
"farm_mine_cargo_production_override": 175,
|
||||
"named_cargo_production_overrides": {
|
||||
"Alcohol": 160
|
||||
},
|
||||
"packed_event_collection": {
|
||||
"records": [
|
||||
{
|
||||
|
|
@ -67,6 +70,14 @@
|
|||
"kind": "farm_mine"
|
||||
},
|
||||
"value": 175
|
||||
},
|
||||
{
|
||||
"kind": "set_cargo_production_override",
|
||||
"target": {
|
||||
"kind": "named",
|
||||
"name": "Alcohol"
|
||||
},
|
||||
"value": 160
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
"format_version": 1,
|
||||
"save_slice_id": "packed-event-cargo-economics-save-slice",
|
||||
"source": {
|
||||
"description": "Tracked save-slice document proving the grounded aggregate cargo-economics descriptors execute through bounded cargo override surfaces.",
|
||||
"description": "Tracked save-slice document proving the grounded aggregate and named-production cargo-economics descriptors execute through bounded cargo override surfaces.",
|
||||
"original_save_filename": "captured-cargo-economics.gms",
|
||||
"original_save_sha256": "cargo-economics-sample-sha256",
|
||||
"notes": [
|
||||
"tracked as JSON save-slice document rather than raw .smp",
|
||||
"pins the grounded aggregate descriptors 105 and 177..179 while named cargo strips remain evidence-blocked"
|
||||
"pins the grounded aggregate descriptors 105 and 177..179 plus the grounded named production strip 180..229 while named cargo price remains evidence-blocked"
|
||||
]
|
||||
},
|
||||
"save_slice": {
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
"record_index": 0,
|
||||
"live_entry_id": 64,
|
||||
"payload_offset": 32800,
|
||||
"payload_len": 176,
|
||||
"payload_len": 208,
|
||||
"decode_status": "executable",
|
||||
"payload_family": "real_packed_v1",
|
||||
"trigger_kind": 7,
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"text_bands": [],
|
||||
"standalone_condition_row_count": 0,
|
||||
"standalone_condition_rows": [],
|
||||
"grouped_effect_row_counts": [4, 0, 0, 0],
|
||||
"grouped_effect_row_counts": [5, 0, 0, 0],
|
||||
"grouped_effect_rows": [
|
||||
{
|
||||
"group_index": 0,
|
||||
|
|
@ -170,6 +170,34 @@
|
|||
"notes": [
|
||||
"descriptor recovered from checked-in EventEffects semantic catalog"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group_index": 0,
|
||||
"row_index": 4,
|
||||
"descriptor_id": 180,
|
||||
"descriptor_label": "Alcohol Production",
|
||||
"target_mask_bits": 8,
|
||||
"parameter_family": "cargo_production_scalar",
|
||||
"opcode": 3,
|
||||
"raw_scalar_value": 160,
|
||||
"value_byte_0x09": 0,
|
||||
"value_dword_0x0d": 0,
|
||||
"value_byte_0x11": 0,
|
||||
"value_byte_0x12": 0,
|
||||
"value_word_0x14": 0,
|
||||
"value_word_0x16": 0,
|
||||
"row_shape": "scalar_assignment",
|
||||
"semantic_family": "scalar_assignment",
|
||||
"semantic_preview": "Set Alcohol Production to 160",
|
||||
"recovered_cargo_slot": null,
|
||||
"recovered_cargo_class": null,
|
||||
"recovered_cargo_label": "Alcohol",
|
||||
"recovered_locomotive_id": null,
|
||||
"locomotive_name": null,
|
||||
"notes": [
|
||||
"descriptor recovered from checked-in EventEffects semantic catalog",
|
||||
"named cargo production descriptor maps to cargo Alcohol"
|
||||
]
|
||||
}
|
||||
],
|
||||
"decoded_actions": [
|
||||
|
|
@ -200,17 +228,25 @@
|
|||
"kind": "farm_mine"
|
||||
},
|
||||
"value": 175
|
||||
},
|
||||
{
|
||||
"kind": "set_cargo_production_override",
|
||||
"target": {
|
||||
"kind": "named",
|
||||
"name": "Alcohol"
|
||||
},
|
||||
"value": 160
|
||||
}
|
||||
],
|
||||
"executable_import_ready": true,
|
||||
"notes": [
|
||||
"grounded aggregate cargo economics descriptors execute through bounded cargo override surfaces"
|
||||
"grounded aggregate cargo economics descriptors plus the grounded named production strip execute through bounded cargo override surfaces"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"notes": [
|
||||
"aggregate cargo economics executable sample"
|
||||
"aggregate cargo economics plus named production executable sample"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue