Ground named cargo price event descriptors
This commit is contained in:
parent
6b8f849731
commit
09ccc77a45
13 changed files with 1281 additions and 598 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue