Ground named cargo production event descriptors

This commit is contained in:
Jan Petykiewicz 2026-04-16 23:44:55 -07:00
commit 6a5d028d19
14 changed files with 987 additions and 217 deletions

View file

@ -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
}
]
}