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

@ -37,8 +37,8 @@
"save_slice.import_projection": "overlay-runtime-restore-v1"
},
"named_locomotive_cost": {
"Locomotive 1": 250000,
"Locomotive 101": 325000
"2-D-2": 250000,
"VL80T": 325000
},
"packed_event_collection": {
"live_entry_ids": [41],
@ -53,8 +53,8 @@
"recovered_locomotive_id": 1
},
{
"descriptor_id": 475,
"recovered_locomotive_id": 101
"descriptor_id": 409,
"recovered_locomotive_id": 58
}
]
}
@ -67,12 +67,12 @@
"effects": [
{
"kind": "set_named_locomotive_cost",
"name": "Locomotive 1",
"name": "2-D-2",
"value": 250000
},
{
"kind": "set_named_locomotive_cost",
"name": "Locomotive 101",
"name": "VL80T",
"value": 325000
}
]