Recover whole-game packed event descriptors
This commit is contained in:
parent
cc54a00e25
commit
a3f9a73766
8 changed files with 627 additions and 16 deletions
|
|
@ -7,7 +7,8 @@
|
|||
"original_save_sha256": "world-special-condition-sample-sha256",
|
||||
"notes": [
|
||||
"tracked as JSON save-slice document rather than raw .smp",
|
||||
"proves whole-game special-condition effects import through the ordinary runtime path"
|
||||
"proves whole-game special-condition effects import through the ordinary runtime path",
|
||||
"grouped descriptor identity now comes from checked-in whole-game metadata rather than fixture-only placeholder handling"
|
||||
]
|
||||
},
|
||||
"save_slice": {
|
||||
|
|
@ -83,7 +84,7 @@
|
|||
"semantic_preview": "Set Use Wartime Cargos to 1",
|
||||
"locomotive_name": null,
|
||||
"notes": [
|
||||
"tracked world-side descriptor sample"
|
||||
"checked-in whole-game descriptor metadata sample"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
@ -97,7 +98,7 @@
|
|||
],
|
||||
"executable_import_ready": true,
|
||||
"notes": [
|
||||
"tracked whole-game grouped-effect import sample"
|
||||
"checked-in whole-game grouped-effect import sample"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue