Ground locomotives-page descriptor semantics

This commit is contained in:
Jan Petykiewicz 2026-04-16 22:26:23 -07:00
commit 358d4cdec3
26 changed files with 1157 additions and 710 deletions

View file

@ -38,8 +38,8 @@
"save_slice.import_projection": "overlay-runtime-restore-v1"
},
"named_locomotive_availability": {
"Locomotive 10": 42,
"Locomotive 112": 7
"Big Boy 4-8-8-4": 42,
"VL80T": 7
},
"packed_event_collection": {
"live_entry_ids": [33],
@ -54,8 +54,8 @@
"recovered_locomotive_id": 10
},
{
"descriptor_id": 457,
"recovered_locomotive_id": 112
"descriptor_id": 298,
"recovered_locomotive_id": 58
}
]
}
@ -68,12 +68,12 @@
"effects": [
{
"kind": "set_named_locomotive_availability_value",
"name": "Locomotive 10",
"name": "Big Boy 4-8-8-4",
"value": 42
},
{
"kind": "set_named_locomotive_availability_value",
"name": "Locomotive 112",
"name": "VL80T",
"value": 7
}
]