Execute real packed event world and train descriptors
This commit is contained in:
parent
ca208f74e0
commit
e481274243
31 changed files with 3287 additions and 206 deletions
|
|
@ -0,0 +1,81 @@
|
|||
{
|
||||
"format_version": 1,
|
||||
"snapshot_id": "packed-event-world-train-overlay-base-snapshot",
|
||||
"source": {
|
||||
"description": "Base runtime snapshot supplying company, territory, and train context for real descriptor 8/9/15 overlays."
|
||||
},
|
||||
"state": {
|
||||
"calendar": {
|
||||
"year": 1845,
|
||||
"month_slot": 2,
|
||||
"phase_slot": 1,
|
||||
"tick_slot": 3
|
||||
},
|
||||
"world_flags": {
|
||||
"base.only": true
|
||||
},
|
||||
"metadata": {
|
||||
"base.note": "world-and-train overlay context"
|
||||
},
|
||||
"companies": [
|
||||
{
|
||||
"company_id": 1,
|
||||
"current_cash": 150,
|
||||
"debt": 80,
|
||||
"credit_rating_score": 650,
|
||||
"prime_rate": 5,
|
||||
"controller_kind": "human"
|
||||
},
|
||||
{
|
||||
"company_id": 2,
|
||||
"current_cash": 90,
|
||||
"debt": 40,
|
||||
"credit_rating_score": 480,
|
||||
"prime_rate": 6,
|
||||
"controller_kind": "ai"
|
||||
}
|
||||
],
|
||||
"selected_company_id": 1,
|
||||
"players": [],
|
||||
"trains": [
|
||||
{
|
||||
"train_id": 100,
|
||||
"owner_company_id": 1,
|
||||
"territory_id": 7,
|
||||
"locomotive_name": "Mikado"
|
||||
},
|
||||
{
|
||||
"train_id": 101,
|
||||
"owner_company_id": 1,
|
||||
"territory_id": 8,
|
||||
"locomotive_name": "Orca"
|
||||
},
|
||||
{
|
||||
"train_id": 102,
|
||||
"owner_company_id": 2,
|
||||
"territory_id": 7,
|
||||
"locomotive_name": "Mikado"
|
||||
}
|
||||
],
|
||||
"territories": [
|
||||
{
|
||||
"territory_id": 7,
|
||||
"name": "Appalachia"
|
||||
},
|
||||
{
|
||||
"territory_id": 8,
|
||||
"name": "Great Plains"
|
||||
}
|
||||
],
|
||||
"company_territory_track_piece_counts": [],
|
||||
"event_runtime_records": [],
|
||||
"candidate_availability": {},
|
||||
"special_conditions": {},
|
||||
"service_state": {
|
||||
"periodic_boundary_calls": 0,
|
||||
"trigger_dispatch_counts": {},
|
||||
"total_event_record_services": 0,
|
||||
"dirty_rerun_count": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue