Ground named cargo price event descriptors

This commit is contained in:
Jan Petykiewicz 2026-04-17 13:41:44 -07:00
commit 09ccc77a45
13 changed files with 1281 additions and 598 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 plus the grounded named production strip execute through bounded cargo override surfaces."
"description": "Fixture proving the grounded aggregate cargo-economics descriptors plus the grounded named price and production strips execute through bounded cargo override surfaces."
},
"state_save_slice_path": "packed-event-cargo-economics-save-slice.json",
"commands": [
@ -50,6 +50,14 @@
},
"value": 180
},
{
"kind": "set_cargo_price_override",
"target": {
"kind": "named",
"name": "Alcohol"
},
"value": 140
},
{
"kind": "set_cargo_production_override",
"target": {
@ -81,6 +89,9 @@
}
]
}
]
],
"named_cargo_price_overrides": {
"Alcohol": 140
}
}
}