diff --git a/lib/engine/game/g_21_moon/entities.rb b/lib/engine/game/g_21_moon/entities.rb index 0b441e5064..777a4c43d7 100644 --- a/lib/engine/game/g_21_moon/entities.rb +++ b/lib/engine/game/g_21_moon/entities.rb @@ -30,7 +30,7 @@ module Entities min_price: 1, max_price: 45, desc: 'When this private is bought by a company, the president of the company may choose to add or remove '\ - 'a 3/4/5/6 train to/from the depot. If a train is added, it must be of the '\ + 'a 2/3/4/5/6 train to/from the depot. If a train is added, it must be of the '\ 'current phase or later. This will close the company. Can be sold to a corporation for ₡1-₡45.', abilities: [], color: nil, diff --git a/lib/engine/game/g_21_moon/game.rb b/lib/engine/game/g_21_moon/game.rb index 7626f9b387..172d498b71 100644 --- a/lib/engine/game/g_21_moon/game.rb +++ b/lib/engine/game/g_21_moon/game.rb @@ -225,6 +225,11 @@ class Game < Game::Base MINERAL_HEXES = %w[A7 A9 B4 B12 D10 E15 F2 H10 I7 J2 J10 K5 K13 L10 H2 E5 G13].freeze + X_RESTRICTED_UPGRADES = { + 'X2' => %w[X4 X7], + 'X3' => %w[X5 X6 X7], + }.freeze + def reservation_corporations corporations + minors end @@ -460,6 +465,9 @@ def tile_valid_for_phase?(tile, hex: nil, phase_color_cache: nil) def upgrades_to?(from, to, special = false, selected_company: nil) return false if to.name == T_TILE && !selected_company + # not needed for laying tiles, but keeps the tiles tab from lying to the player + return false if X_RESTRICTED_UPGRADES.key?(from.name) && !X_RESTRICTED_UPGRADES[from.name].include?(to.name) + super end diff --git a/lib/engine/game/g_21_moon/meta.rb b/lib/engine/game/g_21_moon/meta.rb index 790f5e8127..be7ab0b442 100644 --- a/lib/engine/game/g_21_moon/meta.rb +++ b/lib/engine/game/g_21_moon/meta.rb @@ -9,7 +9,7 @@ module Meta include Game::Meta DEV_STAGE = :beta - PROTOTYPE = true + PROTOTYPE = false GAME_DESIGNER = 'Jonas Jones and Scott Petersen' GAME_LOCATION = 'The Moon' diff --git a/lib/engine/game/g_21_moon/step/train_mod.rb b/lib/engine/game/g_21_moon/step/train_mod.rb index b3be70ef0c..4ef694bdc6 100644 --- a/lib/engine/game/g_21_moon/step/train_mod.rb +++ b/lib/engine/game/g_21_moon/step/train_mod.rb @@ -54,10 +54,8 @@ def choices # add in current phase train if missing add_trains.unshift(@game.phase.name) if add_trains.first != @game.phase.name - # never 2 or 10 trains - remove_trains.delete('2') + # never 10 trains remove_trains.delete('10') - add_trains.delete('2') add_trains.delete('10') choice_list = [] diff --git a/public/fixtures/21Moon/148096.json b/public/fixtures/21Moon/148096.json new file mode 100644 index 0000000000..7ea6471f93 --- /dev/null +++ b/public/fixtures/21Moon/148096.json @@ -0,0 +1,10070 @@ +{ + "id": 148096, + "description": "", + "user": { + "id": 12794, + "name": "DumpsterPacific" + }, + "players": [ + { + "id": 12794, + "name": "DumpsterPacific" + }, + { + "id": 9913, + "name": "mjmill13" + }, + { + "id": 9857, + "name": "GeneralConfusion" + }, + { + "id": 253, + "name": "Joshua6" + }, + { + "id": 16229, + "name": "BugattiTrains" + } + ], + "min_players": 4, + "max_players": 5, + "title": "21Moon", + "settings": { + "seed": 2098635126, + "is_async": true, + "unlisted": false, + "auto_routing": false, + "player_order": null, + "optional_rules": [] + }, + "user_settings": null, + "status": "finished", + "turn": 5, + "round": "Operating Round", + "acting": [ + 12794, + 9913, + 9857, + 253, + 16229 + ], + "result": { + "253": 3626, + "9857": 2762, + "9913": 4156, + "12794": 3214, + "16229": 2763 + }, + "actions": [ + { + "type": "bid", + "entity": 12794, + "entity_type": "player", + "id": 1, + "created_at": 1704859220, + "company": "OLS", + "price": 30 + }, + { + "city": "K13-12-0", + "cost": 0, + "slot": 0, + "type": "place_token", + "entity": "OLS", + "tokener": "OLS", + "entity_type": "minor", + "id": 2, + "user": 12794, + "created_at": 1704859235 + }, + { + "type": "undo", + "entity": 9913, + "action_id": 1, + "entity_type": "player", + "id": 3, + "user": 12794, + "created_at": 1704859256 + }, + { + "type": "place_token", + "entity": "OLS", + "entity_type": "minor", + "id": 4, + "created_at": 1704859280, + "city": "D10-4-0", + "slot": 0, + "cost": 0, + "tokener": "OLS" + }, + { + "type": "bid", + "entity": 9913, + "entity_type": "player", + "id": 5, + "created_at": 1704859304, + "company": "RL", + "price": 65 + }, + { + "type": "bid", + "entity": 9857, + "entity_type": "player", + "id": 6, + "created_at": 1704860834, + "company": "SBC", + "price": 45 + }, + { + "type": "bid", + "entity": 253, + "entity_type": "player", + "id": 7, + "created_at": 1704861856, + "company": "TC", + "price": 105 + }, + { + "type": "bid", + "entity": 16229, + "entity_type": "player", + "id": 8, + "created_at": 1704865084, + "company": "T", + "price": 85 + }, + { + "type": "bid", + "entity": 12794, + "entity_type": "player", + "id": 9, + "created_at": 1704888340, + "company": "UNC", + "price": 30 + }, + { + "type": "par", + "entity": 9913, + "entity_type": "player", + "id": 10, + "created_at": 1704904066, + "corporation": "LG", + "share_price": "60,5,2" + }, + { + "type": "par", + "entity": 9857, + "corporation": "SSF", + "entity_type": "player", + "share_price": "90,2,2", + "id": 11, + "user": 9857, + "created_at": 1704904505 + }, + { + "type": "program_buy_shares", + "entity": 9857, + "corporation": "SSF", + "entity_type": "player", + "from_market": false, + "auto_pass_after": true, + "until_condition": 3, + "id": 12, + "user": 9857, + "created_at": 1704904508 + }, + { + "type": "program_disable", + "entity": 9857, + "reason": "user", + "entity_type": "player", + "original_type": "program_buy_shares", + "id": 13, + "user": 9857, + "created_at": 1704904511 + }, + { + "type": "undo", + "entity": 253, + "action_id": 11, + "entity_type": "player", + "id": 14, + "user": 9857, + "created_at": 1704904513 + }, + { + "type": "undo", + "entity": 253, + "action_id": 10, + "entity_type": "player", + "id": 15, + "user": 9857, + "created_at": 1704904516 + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 16, + "created_at": 1704904532, + "shares": [ + "LG_1" + ], + "percent": 10 + }, + { + "type": "program_buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 17, + "created_at": 1704904538, + "corporation": "LG", + "until_condition": "float", + "from_market": false, + "auto_pass_after": false + }, + { + "type": "par", + "entity": 253, + "entity_type": "player", + "id": 18, + "created_at": 1704911844, + "corporation": "SSF", + "share_price": "70,4,2" + }, + { + "type": "par", + "entity": 16229, + "corporation": "KR", + "entity_type": "player", + "share_price": "60,5,2", + "id": 19, + "user": 16229, + "created_at": 1704927089 + }, + { + "type": "undo", + "entity": 12794, + "entity_type": "player", + "id": 20, + "user": 16229, + "created_at": 1704927103 + }, + { + "type": "buy_shares", + "entity": 16229, + "entity_type": "player", + "id": 21, + "created_at": 1704927110, + "shares": [ + "SSF_1" + ], + "percent": 10 + }, + { + "type": "par", + "entity": 12794, + "entity_type": "player", + "id": 22, + "created_at": 1704933041, + "corporation": "VH", + "share_price": "90,2,2" + }, + { + "type": "buy_shares", + "entity": 9913, + "entity_type": "player", + "id": 23, + "created_at": 1704960991, + "auto_actions": [ + { + "type": "program_disable", + "entity": 9857, + "entity_type": "player", + "created_at": 1704960991, + "reason": "Corporation SSF parred" + } + ], + "shares": [ + "LG_2" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 24, + "created_at": 1704983175, + "shares": [ + "LG_3" + ], + "percent": 10 + }, + { + "type": "program_buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 25, + "created_at": 1704983181, + "corporation": "SSF", + "until_condition": "float", + "from_market": false, + "auto_pass_after": false + }, + { + "type": "buy_shares", + "entity": 253, + "entity_type": "player", + "id": 26, + "created_at": 1704991487, + "shares": [ + "SSF_2" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 16229, + "entity_type": "player", + "id": 27, + "created_at": 1704994437, + "shares": [ + "SSF_3" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 12794, + "entity_type": "player", + "id": 28, + "created_at": 1704994693, + "shares": [ + "VH_1" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 9913, + "entity_type": "player", + "id": 29, + "created_at": 1704997404, + "auto_actions": [ + { + "type": "program_disable", + "entity": 9857, + "entity_type": "player", + "created_at": 1704997403, + "reason": "SSF is floated" + } + ], + "shares": [ + "LG_4" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 30, + "created_at": 1704998519, + "shares": [ + "SSF_4" + ], + "percent": 10 + }, + { + "type": "program_buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 31, + "created_at": 1704998548, + "corporation": "SSF", + "until_condition": 2, + "from_market": false, + "auto_pass_after": true + }, + { + "type": "pass", + "entity": 253, + "entity_type": "player", + "id": 32, + "created_at": 1704998585 + }, + { + "type": "pass", + "entity": 16229, + "entity_type": "player", + "id": 33, + "created_at": 1705006022 + }, + { + "type": "pass", + "entity": 12794, + "entity_type": "player", + "id": 34, + "created_at": 1705006769 + }, + { + "type": "program_share_pass", + "entity": 9913, + "entity_type": "player", + "id": 35, + "created_at": 1705014961, + "auto_actions": [ + { + "type": "pass", + "entity": 9913, + "entity_type": "player", + "created_at": 1705014961 + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "created_at": 1705014961, + "shares": [ + "SSF_5" + ], + "percent": 10 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "program_share_pass", + "entity": 253, + "entity_type": "player", + "id": 36, + "created_at": 1705015098, + "auto_actions": [ + { + "type": "pass", + "entity": 253, + "entity_type": "player", + "created_at": 1705015098 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "buy_shares", + "entity": 16229, + "entity_type": "player", + "id": 37, + "created_at": 1705048166, + "shares": [ + "SSF_6" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": 12794, + "entity_type": "player", + "id": 38, + "created_at": 1705048716, + "auto_actions": [ + { + "type": "pass", + "entity": 9913, + "entity_type": "player", + "created_at": 1705048716 + }, + { + "type": "program_disable", + "entity": 9857, + "entity_type": "player", + "created_at": 1705048716, + "reason": "2 share(s) bought in SSF, end condition met" + }, + { + "type": "program_share_pass", + "entity": 9857, + "entity_type": "player", + "created_at": 1705048716, + "unconditional": false, + "indefinite": false + }, + { + "type": "pass", + "entity": 9857, + "entity_type": "player", + "created_at": 1705048716 + }, + { + "type": "program_disable", + "entity": 253, + "entity_type": "player", + "created_at": 1705048716, + "reason": "BugattiTrains bought on corporation SSF and is unsecure" + } + ] + }, + { + "type": "program_share_pass", + "entity": 253, + "entity_type": "player", + "id": 39, + "created_at": 1705076946, + "auto_actions": [ + { + "type": "pass", + "entity": 253, + "entity_type": "player", + "created_at": 1705076946 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "program_share_pass", + "entity": 16229, + "entity_type": "player", + "id": 40, + "created_at": 1705082470, + "auto_actions": [ + { + "type": "pass", + "entity": 16229, + "entity_type": "player", + "created_at": 1705082470 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "sell_shares", + "entity": "VH", + "entity_type": "corporation", + "id": 41, + "created_at": 1705083289, + "shares": [ + "VH_2", + "VH_3", + "VH_4" + ], + "percent": 30 + }, + { + "type": "buy_shares", + "entity": "VH", + "entity_type": "corporation", + "id": 42, + "created_at": 1705083319, + "shares": [ + "SSF_7" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": "SSF", + "entity_type": "corporation", + "id": 43, + "created_at": 1705085378, + "shares": [ + "VH_2" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": "LG", + "entity_type": "corporation", + "id": 44, + "created_at": 1705086378, + "shares": [ + "SSF_8" + ], + "percent": 10 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 45, + "created_at": 1705094633, + "auto_actions": [ + { + "type": "use_graph", + "entity": "VH", + "entity_type": "corporation", + "created_at": 1705094634, + "graph_id": "LB" + } + ], + "hex": "G7", + "tile": "5M-0", + "rotation": 4 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 46, + "created_at": 1705094642, + "hex": "D10", + "tile": "57M-0", + "rotation": 1 + }, + { + "type": "buy_train", + "entity": "VH", + "entity_type": "corporation", + "id": 47, + "created_at": 1705094657, + "train": "2-0", + "price": 120, + "variant": "2", + "slots": [ + 1 + ] + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 48, + "created_at": 1705094661 + }, + { + "type": "buy_company", + "price": 45, + "entity": "VH", + "company": "UNC", + "entity_type": "corporation", + "id": 49, + "user": 12794, + "created_at": 1705094678 + }, + { + "type": "buy_company", + "price": 1, + "entity": "VH", + "company": "OLS", + "entity_type": "corporation", + "id": 50, + "user": 12794, + "created_at": 1705094681 + }, + { + "type": "undo", + "entity": "VH", + "action_id": 44, + "entity_type": "corporation", + "id": 51, + "user": 12794, + "created_at": 1705094686 + }, + { + "type": "redo", + "entity": "VH", + "entity_type": "corporation", + "id": 52, + "user": 12794, + "created_at": 1705094691 + }, + { + "type": "undo", + "entity": "VH", + "entity_type": "corporation", + "id": 53, + "user": 12794, + "created_at": 1705094693 + }, + { + "type": "undo", + "entity": "VH", + "entity_type": "corporation", + "id": 54, + "user": 12794, + "created_at": 1705094693 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 55, + "created_at": 1705094695 + }, + { + "hex": "D12", + "tile": "6M-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 5, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "LB", + "created_at": 1705099166, + "entity_type": "corporation" + } + ], + "id": 56, + "user": 253, + "created_at": 1705099166 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 55, + "entity_type": "corporation", + "id": 57, + "user": 253, + "created_at": 1705099179 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 58, + "created_at": 1705099185, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "entity_type": "corporation", + "created_at": 1705099185, + "graph_id": "LB" + } + ], + "hex": "D12", + "tile": "57M-1", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 59, + "created_at": 1705099187, + "hex": "E11", + "tile": "8-0", + "rotation": 1 + }, + { + "type": "buy_train", + "entity": "SSF", + "entity_type": "corporation", + "id": 60, + "created_at": 1705099194, + "train": "2-1", + "price": 120, + "variant": "2", + "slots": [ + 0 + ] + }, + { + "type": "buy_train", + "entity": "SSF", + "entity_type": "corporation", + "id": 61, + "created_at": 1705099196, + "train": "2-2", + "price": 120, + "variant": "2", + "slots": [ + 1 + ] + }, + { + "type": "buy_company", + "entity": "SSF", + "entity_type": "corporation", + "id": 62, + "created_at": 1705099209, + "company": "TC", + "price": 150 + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 63, + "created_at": 1705099214 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 64, + "created_at": 1705100241, + "auto_actions": [ + { + "type": "use_graph", + "entity": "LG", + "entity_type": "corporation", + "created_at": 1705100241, + "graph_id": "SP" + } + ], + "hex": "D8", + "tile": "9-0", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 65, + "created_at": 1705100255, + "hex": "I11", + "tile": "6M-0", + "rotation": 5 + }, + { + "type": "buy_train", + "price": 120, + "slots": [ + 0 + ], + "train": "2-3", + "entity": "LG", + "variant": "2", + "entity_type": "corporation", + "id": 66, + "user": 9913, + "created_at": 1705100266 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 67, + "user": 9913, + "created_at": 1705100268 + }, + { + "type": "undo", + "entity": "LG", + "entity_type": "corporation", + "id": 68, + "user": 9913, + "created_at": 1705100277 + }, + { + "type": "undo", + "entity": "LG", + "entity_type": "corporation", + "id": 69, + "user": 9913, + "created_at": 1705100281 + }, + { + "type": "buy_train", + "entity": "LG", + "entity_type": "corporation", + "id": 70, + "created_at": 1705100285, + "train": "2-3", + "price": 120, + "variant": "2", + "slots": [ + 1 + ] + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 71, + "created_at": 1705100287 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 72, + "created_at": 1705100298 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 73, + "created_at": 1705101800, + "auto_actions": [ + { + "type": "use_graph", + "entity": "VH", + "entity_type": "corporation", + "created_at": 1705101801, + "graph_id": "SP" + } + ], + "hex": "F10", + "tile": "9-1", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 74, + "created_at": 1705101813, + "hex": "H8", + "tile": "8-1", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "VH", + "entity_type": "corporation", + "id": 75, + "created_at": 1705101821, + "routes": [ + { + "train": "2-0", + "connections": [ + [ + "E9", + "E11", + "D12" + ] + ], + "hexes": [ + "D12", + "E9" + ], + "revenue": 50, + "revenue_str": "D12-E9", + "nodes": [ + "E9-0", + "D12-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "entity": "VH", + "entity_type": "corporation", + "id": 76, + "created_at": 1705101833, + "train": "2-4", + "price": 120, + "variant": "2", + "slots": [ + 0 + ] + }, + { + "type": "buy_train", + "entity": "VH", + "entity_type": "corporation", + "id": 77, + "created_at": 1705101837, + "train": "3-0", + "price": 150, + "variant": "3", + "slots": [ + 1 + ] + }, + { + "type": "buy_company", + "entity": "VH", + "entity_type": "corporation", + "id": 78, + "created_at": 1705101844, + "company": "OLS", + "price": 1 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 79, + "created_at": 1705101848 + }, + { + "hex": "C13", + "tile": "9-2", + "type": "lay_tile", + "entity": "SSF", + "rotation": 1, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1705115131, + "entity_type": "corporation" + } + ], + "id": 80, + "user": 253, + "created_at": 1705115139 + }, + { + "hex": "D12", + "tile": "442M-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 1, + "entity_type": "corporation", + "id": 81, + "user": 253, + "created_at": 1705115156 + }, + { + "type": "run_routes", + "entity": "SSF", + "routes": [ + { + "hexes": [ + "B14", + "D12" + ], + "nodes": [ + "D12-0", + "B14-0" + ], + "train": "2-1", + "revenue": 50, + "connections": [ + [ + "D12", + "C13", + "B14" + ] + ], + "revenue_str": "B14-D12" + }, + { + "hexes": [ + "D12", + "E9" + ], + "nodes": [ + "E9-0", + "D12-0" + ], + "train": "2-2", + "revenue": 50, + "connections": [ + [ + "E9", + "E11", + "D12" + ] + ], + "revenue_str": "D12-E9" + } + ], + "entity_type": "corporation", + "extra_revenue": 0, + "id": 82, + "user": 253, + "created_at": 1705115186 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 79, + "entity_type": "corporation", + "id": 83, + "user": 253, + "created_at": 1705115198 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 84, + "created_at": 1705115208, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "entity_type": "corporation", + "created_at": 1705115200, + "graph_id": "BOTH" + } + ], + "hex": "D12", + "tile": "441M-0", + "rotation": 4 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 85, + "created_at": 1705115211, + "hex": "C13", + "tile": "9-2", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "SSF", + "entity_type": "corporation", + "id": 86, + "created_at": 1705115221, + "routes": [ + { + "train": "2-1", + "connections": [ + [ + "D12", + "C13", + "B14" + ] + ], + "hexes": [ + "B14", + "D12" + ], + "revenue": 50, + "revenue_str": "B14-D12", + "nodes": [ + "D12-0", + "B14-0" + ] + }, + { + "train": "2-2", + "connections": [ + [ + "D12", + "E11", + "E9" + ] + ], + "hexes": [ + "E9", + "D12" + ], + "revenue": 50, + "revenue_str": "E9-D12", + "nodes": [ + "D12-0", + "E9-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 87, + "created_at": 1705115235 + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 88, + "created_at": 1705115239 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 89, + "created_at": 1705116202, + "auto_actions": [ + { + "type": "use_graph", + "entity": "LG", + "entity_type": "corporation", + "created_at": 1705116201, + "graph_id": "SP" + } + ], + "hex": "C7", + "tile": "57M-2", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 90, + "created_at": 1705116209, + "hex": "H12", + "tile": "8-2", + "rotation": 2 + }, + { + "type": "place_token", + "entity": "LG", + "entity_type": "corporation", + "id": 91, + "created_at": 1705116231, + "city": "441M-0-0", + "slot": 1, + "tokener": "LG" + }, + { + "type": "run_routes", + "entity": "LG", + "entity_type": "corporation", + "id": 92, + "created_at": 1705116247, + "routes": [ + { + "train": "2-3", + "connections": [ + [ + "E9", + "E11", + "D12" + ] + ], + "hexes": [ + "D12", + "E9" + ], + "revenue": 50, + "revenue_str": "D12-E9", + "nodes": [ + "E9-0", + "D12-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "entity": "LG", + "entity_type": "corporation", + "id": 93, + "created_at": 1705116263, + "train": "3-1", + "price": 150, + "variant": "3", + "slots": [ + 0 + ] + }, + { + "type": "program_share_pass", + "entity": 12794, + "entity_type": "player", + "id": 94, + "created_at": 1705127093, + "auto_actions": [ + { + "type": "pass", + "entity": 12794, + "entity_type": "player", + "created_at": 1705127095 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "buy_shares", + "entity": 9913, + "entity_type": "player", + "id": 95, + "created_at": 1705127241, + "shares": [ + "LG_5" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 96, + "created_at": 1705206929, + "shares": [ + "LG_6" + ], + "percent": 10 + }, + { + "type": "program_share_pass", + "entity": 9857, + "entity_type": "player", + "id": 97, + "created_at": 1705206934, + "unconditional": false, + "indefinite": false + }, + { + "type": "buy_shares", + "entity": 253, + "entity_type": "player", + "id": 98, + "created_at": 1705211740, + "shares": [ + "LG_7" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 16229, + "entity_type": "player", + "id": 99, + "created_at": 1705213387, + "auto_actions": [ + { + "type": "program_disable", + "entity": 12794, + "entity_type": "player", + "created_at": 1705213387, + "reason": "BugattiTrains bought on corporation VH and is unsecure" + } + ], + "shares": [ + "VH_3" + ], + "percent": 10 + }, + { + "type": "program_share_pass", + "entity": 12794, + "entity_type": "player", + "id": 100, + "created_at": 1705243363, + "auto_actions": [ + { + "type": "pass", + "entity": 12794, + "entity_type": "player", + "created_at": 1705243363 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "program_share_pass", + "entity": 9913, + "entity_type": "player", + "id": 101, + "created_at": 1705249218, + "auto_actions": [ + { + "type": "pass", + "entity": 9913, + "entity_type": "player", + "created_at": 1705249217 + }, + { + "type": "pass", + "entity": 9857, + "entity_type": "player", + "created_at": 1705249217 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "buy_shares", + "entity": 253, + "shares": [ + "LG_8" + ], + "percent": 10, + "entity_type": "player", + "id": 102, + "user": 253, + "created_at": 1705262943 + }, + { + "type": "undo", + "entity": 16229, + "action_id": 101, + "entity_type": "player", + "id": 103, + "user": 253, + "created_at": 1705262959 + }, + { + "type": "buy_shares", + "entity": 253, + "entity_type": "player", + "id": 104, + "created_at": 1705262962, + "shares": [ + "VH_4" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": 16229, + "entity_type": "player", + "id": 105, + "created_at": 1705281856, + "auto_actions": [ + { + "type": "program_disable", + "entity": 12794, + "entity_type": "player", + "created_at": 1705281853, + "reason": "Joshua6 bought on corporation VH and is unsecure" + } + ] + }, + { + "type": "program_share_pass", + "entity": 12794, + "entity_type": "player", + "id": 106, + "created_at": 1705285128, + "auto_actions": [ + { + "type": "pass", + "entity": 12794, + "entity_type": "player", + "created_at": 1705285129 + }, + { + "type": "pass", + "entity": 9913, + "entity_type": "player", + "created_at": 1705285129 + }, + { + "type": "pass", + "entity": 9857, + "entity_type": "player", + "created_at": 1705285129 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "pass", + "entity": 253, + "entity_type": "player", + "id": 107, + "created_at": 1705292214 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 108, + "created_at": 1705304671 + }, + { + "type": "buy_shares", + "entity": "SSF", + "entity_type": "corporation", + "id": 109, + "created_at": 1705337250, + "shares": [ + "LG_8" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 110, + "created_at": 1705337283 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 111, + "created_at": 1705341657, + "auto_actions": [ + { + "type": "use_graph", + "entity": "VH", + "entity_type": "corporation", + "created_at": 1705341657, + "graph_id": "SP" + } + ], + "hex": "C7", + "tile": "441M-1", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 112, + "created_at": 1705341667, + "hex": "H10", + "tile": "6M-1", + "rotation": 1 + }, + { + "type": "place_token", + "entity": "VH", + "entity_type": "corporation", + "id": 113, + "created_at": 1705341669, + "city": "441M-1-0", + "slot": 1, + "tokener": "VH" + }, + { + "type": "run_routes", + "entity": "VH", + "entity_type": "corporation", + "id": 114, + "created_at": 1705341684, + "routes": [ + { + "train": "2-0", + "connections": [ + [ + "E9", + "E11", + "D12" + ] + ], + "hexes": [ + "E9", + "D12" + ], + "revenue": 50, + "revenue_str": "E9-D12", + "nodes": [ + "E9-0", + "D12-0" + ] + }, + { + "train": "3-0", + "connections": [ + [ + "E9", + "D8", + "C7" + ], + [ + "D10", + "E9" + ] + ], + "hexes": [ + "C7", + "E9", + "D10" + ], + "revenue": 70, + "revenue_str": "C7-E9-D10", + "nodes": [ + "E9-0", + "C7-0", + "D10-0" + ] + }, + { + "train": "2-4", + "connections": [ + [ + "G7", + "H8", + "H10" + ] + ], + "hexes": [ + "H10", + "G7" + ], + "revenue": 70, + "revenue_str": "H10-G7", + "nodes": [ + "G7-0", + "H10-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 115, + "created_at": 1705341686 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 116, + "created_at": 1705341692 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 117, + "created_at": 1705341816, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "entity_type": "corporation", + "created_at": 1705341816, + "graph_id": "BOTH" + } + ], + "hex": "E13", + "tile": "8-3", + "rotation": 0 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 118, + "created_at": 1705341823, + "hex": "E15", + "tile": "5M-1", + "rotation": 3 + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 119, + "created_at": 1705341830 + }, + { + "type": "run_routes", + "entity": "SSF", + "routes": [ + { + "hexes": [ + "E15", + "D12" + ], + "nodes": [ + "D12-0", + "E15-0" + ], + "train": "2-1", + "revenue": 60, + "connections": [ + [ + "D12", + "E13", + "E15" + ] + ], + "revenue_str": "E15-D12" + }, + { + "hexes": [ + "D12", + "E9" + ], + "nodes": [ + "D12-0", + "E9-0" + ], + "train": "2-2", + "revenue": 50, + "connections": [ + [ + "D12", + "E11", + "E9" + ] + ], + "revenue_str": "D12-E9" + } + ], + "entity_type": "corporation", + "extra_revenue": 0, + "id": 120, + "user": 253, + "created_at": 1705341846 + }, + { + "type": "buy_train", + "price": 150, + "slots": [ + 0 + ], + "train": "3-2", + "entity": "SSF", + "variant": "3", + "entity_type": "corporation", + "id": 121, + "user": 253, + "created_at": 1705341889 + }, + { + "type": "undo", + "entity": "SSF", + "entity_type": "corporation", + "id": 122, + "user": 253, + "created_at": 1705341939 + }, + { + "type": "undo", + "entity": "SSF", + "entity_type": "corporation", + "id": 123, + "user": 253, + "created_at": 1705341941 + }, + { + "type": "choose", + "choice": "1", + "entity": "SSF", + "entity_type": "corporation", + "id": 124, + "user": 253, + "created_at": 1705341944 + }, + { + "type": "run_routes", + "entity": "SSF", + "routes": [ + { + "hexes": [ + "E15", + "D12" + ], + "nodes": [ + "D12-0", + "E15-0" + ], + "train": "2-1", + "revenue": 60, + "connections": [ + [ + "D12", + "E13", + "E15" + ] + ], + "revenue_str": "E15-D12" + }, + { + "hexes": [ + "D12", + "E9" + ], + "nodes": [ + "D12-0", + "E9-0" + ], + "train": "2-2", + "revenue": 50, + "connections": [ + [ + "D12", + "E11", + "E9" + ] + ], + "revenue_str": "D12-E9" + } + ], + "entity_type": "corporation", + "extra_revenue": 0, + "id": 125, + "user": 253, + "created_at": 1705341952 + }, + { + "type": "buy_train", + "price": 150, + "slots": [ + 1 + ], + "train": "3-2", + "entity": "SSF", + "variant": "3", + "entity_type": "corporation", + "id": 126, + "user": 253, + "created_at": 1705341956 + }, + { + "type": "undo", + "entity": "SSF", + "entity_type": "corporation", + "id": 127, + "user": 253, + "created_at": 1705341976 + }, + { + "type": "undo", + "entity": "SSF", + "entity_type": "corporation", + "id": 128, + "user": 253, + "created_at": 1705341977 + }, + { + "type": "undo", + "entity": "SSF", + "entity_type": "corporation", + "id": 129, + "user": 253, + "created_at": 1705341978 + }, + { + "type": "run_routes", + "entity": "SSF", + "entity_type": "corporation", + "id": 130, + "created_at": 1705341987, + "routes": [ + { + "train": "2-1", + "connections": [ + [ + "D12", + "E13", + "E15" + ] + ], + "hexes": [ + "E15", + "D12" + ], + "revenue": 60, + "revenue_str": "E15-D12", + "nodes": [ + "D12-0", + "E15-0" + ] + }, + { + "train": "2-2", + "connections": [ + [ + "D12", + "E11", + "E9" + ] + ], + "hexes": [ + "D12", + "E9" + ], + "revenue": 50, + "revenue_str": "D12-E9", + "nodes": [ + "D12-0", + "E9-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "entity": "SSF", + "entity_type": "corporation", + "id": 131, + "created_at": 1705341991, + "train": "3-2", + "price": 150, + "variant": "3", + "slots": [ + 0 + ] + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 132, + "created_at": 1705342003 + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 133, + "created_at": 1705342007 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 134, + "created_at": 1705344181, + "auto_actions": [ + { + "type": "use_graph", + "entity": "LG", + "entity_type": "corporation", + "created_at": 1705344181, + "graph_id": "BOTH" + } + ], + "hex": "G11", + "tile": "9-3", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 135, + "created_at": 1705344199, + "hex": "I11", + "tile": "443M-0", + "rotation": 1 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 136, + "created_at": 1705344217 + }, + { + "type": "buy_company", + "entity": "LG", + "entity_type": "corporation", + "id": 137, + "created_at": 1705344224, + "company": "RL", + "price": 90 + }, + { + "type": "assign", + "entity": "RL", + "entity_type": "company", + "id": 138, + "created_at": 1705344238, + "target": "I11", + "target_type": "hex" + }, + { + "type": "run_routes", + "entity": "LG", + "entity_type": "corporation", + "id": 139, + "created_at": 1705344261, + "routes": [ + { + "train": "2-3", + "connections": [ + [ + "E9", + "E11", + "D12" + ] + ], + "hexes": [ + "D12", + "E9" + ], + "revenue": 50, + "revenue_str": "D12-E9", + "nodes": [ + "E9-0", + "D12-0" + ] + }, + { + "train": "3-1", + "connections": [ + [ + "E9", + "D8", + "C7" + ], + [ + "I11", + "H12", + "G11", + "F10", + "E9" + ] + ], + "hexes": [ + "C7", + "E9", + "I11" + ], + "revenue": 100, + "revenue_str": "C7-E9-I11", + "nodes": [ + "E9-0", + "C7-0", + "I11-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "entity": "LG", + "entity_type": "corporation", + "id": 140, + "created_at": 1705344281, + "train": "3-3", + "price": 150, + "variant": "3", + "slots": [ + 1 + ] + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 141, + "created_at": 1705344283 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 142, + "created_at": 1705344291 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 143, + "created_at": 1705347488, + "auto_actions": [ + { + "type": "use_graph", + "entity": "VH", + "entity_type": "corporation", + "created_at": 1705347488, + "graph_id": "BOTH" + } + ], + "hex": "G11", + "tile": "24-0", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 144, + "created_at": 1705347520, + "hex": "D10", + "tile": "441M-2", + "rotation": 1 + }, + { + "type": "place_token", + "entity": "VH", + "entity_type": "corporation", + "id": 145, + "created_at": 1705347530, + "city": "443M-0-0", + "slot": 1, + "tokener": "VH" + }, + { + "type": "run_routes", + "entity": "VH", + "entity_type": "corporation", + "id": 146, + "created_at": 1705347567, + "routes": [ + { + "train": "2-0", + "connections": [ + [ + "C7", + "D8", + "E9" + ] + ], + "hexes": [ + "E9", + "C7" + ], + "revenue": 50, + "revenue_str": "E9-C7", + "nodes": [ + "C7-0", + "E9-0" + ] + }, + { + "train": "3-0", + "connections": [ + [ + "E9", + "F10", + "G11", + "H12", + "I11" + ], + [ + "D10", + "E9" + ] + ], + "hexes": [ + "I11", + "E9", + "D10" + ], + "revenue": 110, + "revenue_str": "I11-E9-D10", + "nodes": [ + "E9-0", + "I11-0", + "D10-0" + ] + }, + { + "train": "2-4", + "connections": [ + [ + "G7", + "H8", + "H10" + ] + ], + "hexes": [ + "H10", + "G7" + ], + "revenue": 70, + "revenue_str": "H10-G7", + "nodes": [ + "G7-0", + "H10-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 147, + "created_at": 1705347570 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 148, + "created_at": 1705347571 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 149, + "created_at": 1705347783, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "entity_type": "corporation", + "created_at": 1705347783, + "graph_id": "BOTH" + } + ], + "hex": "E15", + "tile": "444M-0", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 150, + "created_at": 1705347822, + "hex": "F14", + "tile": "9-4", + "rotation": 1 + }, + { + "type": "place_token", + "entity": "SSF", + "entity_type": "corporation", + "id": 151, + "created_at": 1705347828, + "city": "444M-0-0", + "slot": 1, + "tokener": "SSF" + }, + { + "type": "run_routes", + "entity": "SSF", + "entity_type": "corporation", + "id": 152, + "created_at": 1705347860, + "routes": [ + { + "train": "2-1", + "connections": [ + [ + "D12", + "C13", + "B14" + ] + ], + "hexes": [ + "B14", + "D12" + ], + "revenue": 50, + "revenue_str": "B14-D12", + "nodes": [ + "D12-0", + "B14-0" + ] + }, + { + "train": "2-2", + "connections": [ + [ + "E9", + "F10", + "G11", + "H10" + ] + ], + "hexes": [ + "H10", + "E9" + ], + "revenue": 60, + "revenue_str": "H10-E9", + "nodes": [ + "E9-0", + "H10-0" + ] + }, + { + "train": "3-2", + "connections": [ + [ + "D12", + "E11", + "E9" + ], + [ + "E15", + "E13", + "D12" + ] + ], + "hexes": [ + "E9", + "D12", + "E15" + ], + "revenue": 90, + "revenue_str": "E9-D12-E15", + "nodes": [ + "D12-0", + "E9-0", + "E15-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "entity": "SSF", + "entity_type": "corporation", + "id": 153, + "created_at": 1705347887, + "train": "4-0", + "price": 240, + "variant": "4", + "slots": [ + 1 + ] + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 154, + "created_at": 1705347916 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 155, + "created_at": 1705351783, + "auto_actions": [ + { + "type": "use_graph", + "entity": "LG", + "entity_type": "corporation", + "created_at": 1705351783, + "graph_id": "BOTH" + } + ], + "hex": "J12", + "tile": "8-4", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 156, + "created_at": 1705351808, + "hex": "I9", + "tile": "8-5", + "rotation": 4 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 157, + "created_at": 1705351812 + }, + { + "type": "run_routes", + "entity": "LG", + "entity_type": "corporation", + "id": 158, + "created_at": 1705351851, + "routes": [ + { + "train": "2-3", + "connections": [ + [ + "E9", + "D10" + ] + ], + "hexes": [ + "D10", + "E9" + ], + "revenue": 60, + "revenue_str": "D10-E9", + "nodes": [ + "E9-0", + "D10-0" + ] + }, + { + "train": "3-1", + "connections": [ + [ + "E9", + "D8", + "C7" + ], + [ + "I11", + "H12", + "G11", + "F10", + "E9" + ] + ], + "hexes": [ + "C7", + "E9", + "I11" + ], + "revenue": 100, + "revenue_str": "C7-E9-I11", + "nodes": [ + "E9-0", + "C7-0", + "I11-0" + ] + }, + { + "train": "3-3", + "connections": [ + [ + "D12", + "C13", + "B14" + ], + [ + "E9", + "E11", + "D12" + ] + ], + "hexes": [ + "B14", + "D12", + "E9" + ], + "revenue": 70, + "revenue_str": "B14-D12-E9", + "nodes": [ + "D12-0", + "B14-0", + "E9-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 159, + "created_at": 1705351863 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 160, + "created_at": 1705351868 + }, + { + "type": "buy_shares", + "entity": 16229, + "entity_type": "player", + "id": 161, + "created_at": 1705371145, + "shares": [ + "VH_5" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 12794, + "entity_type": "player", + "id": 162, + "created_at": 1705374594, + "shares": [ + "VH_6" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 9913, + "entity_type": "player", + "id": 163, + "created_at": 1705375911, + "shares": [ + "VH_7" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 164, + "created_at": 1705376965, + "shares": [ + "VH_8" + ], + "percent": 10 + }, + { + "type": "program_share_pass", + "entity": 9857, + "entity_type": "player", + "id": 165, + "created_at": 1705376968, + "unconditional": true, + "indefinite": false + }, + { + "type": "pass", + "entity": 253, + "entity_type": "player", + "id": 166, + "user": 253, + "created_at": 1705424556 + }, + { + "type": "undo", + "entity": 16229, + "entity_type": "player", + "id": 167, + "user": 253, + "created_at": 1705424568 + }, + { + "type": "pass", + "entity": 253, + "entity_type": "player", + "id": 168, + "created_at": 1705424579 + }, + { + "type": "program_share_pass", + "entity": 16229, + "entity_type": "player", + "id": 169, + "created_at": 1705425885, + "auto_actions": [ + { + "type": "pass", + "entity": 16229, + "entity_type": "player", + "created_at": 1705425885 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "pass", + "entity": 12794, + "entity_type": "player", + "id": 170, + "created_at": 1705426584 + }, + { + "type": "pass", + "entity": 9913, + "entity_type": "player", + "id": 171, + "created_at": 1705428946, + "auto_actions": [ + { + "type": "pass", + "entity": 9857, + "entity_type": "player", + "created_at": 1705428946 + } + ] + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 172, + "created_at": 1705429011 + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 173, + "created_at": 1705429765 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 174, + "created_at": 1705429860 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 175, + "created_at": 1705429945, + "auto_actions": [ + { + "type": "use_graph", + "entity": "VH", + "entity_type": "corporation", + "created_at": 1705429946, + "graph_id": "BOTH" + } + ], + "hex": "C11", + "tile": "8-6", + "rotation": 4 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 176, + "created_at": 1705429947, + "hex": "C13", + "tile": "20-0", + "rotation": 0 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 177, + "created_at": 1705429958 + }, + { + "type": "run_routes", + "entity": "VH", + "entity_type": "corporation", + "id": 178, + "created_at": 1705429982, + "routes": [ + { + "train": "2-0", + "connections": [ + [ + "C7", + "D8", + "E9" + ] + ], + "hexes": [ + "C7", + "E9" + ], + "revenue": 60, + "revenue_str": "C7-E9", + "nodes": [ + "C7-0", + "E9-0" + ] + }, + { + "train": "3-0", + "connections": [ + [ + "E9", + "F10", + "G11", + "H12", + "I11" + ], + [ + "D10", + "E9" + ] + ], + "hexes": [ + "I11", + "E9", + "D10" + ], + "revenue": 120, + "revenue_str": "I11-E9-D10", + "nodes": [ + "E9-0", + "I11-0", + "D10-0" + ] + }, + { + "train": "2-4", + "connections": [ + [ + "G7", + "H8", + "H10" + ] + ], + "hexes": [ + "G7", + "H10" + ], + "revenue": 70, + "revenue_str": "G7-H10", + "nodes": [ + "G7-0", + "H10-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 179, + "created_at": 1705430020 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 180, + "created_at": 1705430026 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 181, + "created_at": 1705431600, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "entity_type": "corporation", + "created_at": 1705431598, + "graph_id": "BOTH" + } + ], + "hex": "G13", + "tile": "X3-0", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 182, + "created_at": 1705431609, + "hex": "G13", + "tile": "X5-0", + "rotation": 1 + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 183, + "created_at": 1705431613 + }, + { + "type": "run_routes", + "entity": "SSF", + "entity_type": "corporation", + "id": 184, + "created_at": 1705431692, + "routes": [ + { + "train": "2-1", + "connections": [ + [ + "D12", + "E11", + "E9" + ] + ], + "hexes": [ + "E9", + "D12" + ], + "revenue": 60, + "revenue_str": "E9-D12", + "nodes": [ + "D12-0", + "E9-0" + ] + }, + { + "train": "2-2", + "connections": [ + [ + "D10", + "E9" + ] + ], + "hexes": [ + "E9", + "D10" + ], + "revenue": 70, + "revenue_str": "E9-D10", + "nodes": [ + "D10-0", + "E9-0" + ] + }, + { + "train": "3-2", + "connections": [ + [ + "E15", + "F14", + "G13" + ], + [ + "D12", + "E13", + "E15" + ] + ], + "hexes": [ + "G13", + "E15", + "D12" + ], + "revenue": 110, + "revenue_str": "G13-E15-D12", + "nodes": [ + "E15-0", + "G13-0", + "D12-0" + ] + }, + { + "train": "4-0", + "connections": [ + [ + "H10", + "H8", + "G7" + ], + [ + "E9", + "F10", + "G11", + "H10" + ], + [ + "C7", + "D8", + "E9" + ] + ], + "hexes": [ + "G7", + "H10", + "E9", + "C7" + ], + "revenue": 130, + "revenue_str": "G7-H10-E9-C7", + "nodes": [ + "H10-0", + "G7-0", + "E9-0", + "C7-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 185, + "created_at": 1705431700 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 186, + "created_at": 1705439998, + "auto_actions": [ + { + "type": "use_graph", + "entity": "LG", + "entity_type": "corporation", + "created_at": 1705439998, + "graph_id": "BOTH" + } + ], + "hex": "K11", + "tile": "8-7", + "rotation": 5 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 187, + "created_at": 1705440003, + "hex": "L12", + "tile": "8-8", + "rotation": 0 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 188, + "user": 9913, + "created_at": 1705440018 + }, + { + "type": "undo", + "entity": "LG", + "entity_type": "corporation", + "id": 189, + "user": 9913, + "created_at": 1705440024 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 190, + "created_at": 1705440025 + }, + { + "type": "run_routes", + "entity": "LG", + "entity_type": "corporation", + "id": 191, + "created_at": 1705440071, + "routes": [ + { + "train": "2-3", + "connections": [ + [ + "E9", + "D10" + ] + ], + "hexes": [ + "E9", + "D10" + ], + "revenue": 70, + "revenue_str": "E9-D10", + "nodes": [ + "E9-0", + "D10-0" + ] + }, + { + "train": "3-1", + "connections": [ + [ + "E9", + "D8", + "C7" + ], + [ + "I11", + "H12", + "G11", + "F10", + "E9" + ] + ], + "hexes": [ + "C7", + "E9", + "I11" + ], + "revenue": 110, + "revenue_str": "C7-E9-I11", + "nodes": [ + "E9-0", + "C7-0", + "I11-0" + ] + }, + { + "train": "3-3", + "connections": [ + [ + "D12", + "E13", + "E15" + ], + [ + "E9", + "E11", + "D12" + ] + ], + "hexes": [ + "E15", + "D12", + "E9" + ], + "revenue": 100, + "revenue_str": "E15-D12-E9", + "nodes": [ + "D12-0", + "E15-0", + "E9-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "entity": "LG", + "entity_type": "corporation", + "id": 192, + "created_at": 1705440224, + "train": "4-1", + "price": 240, + "variant": "4", + "slots": [ + 0 + ] + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 193, + "created_at": 1705440240 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 194, + "created_at": 1705444309, + "auto_actions": [ + { + "type": "use_graph", + "entity": "VH", + "entity_type": "corporation", + "created_at": 1705444309, + "graph_id": "BOTH" + } + ], + "hex": "H6", + "tile": "9-5", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 195, + "created_at": 1705444315, + "hex": "I5", + "tile": "57M-3", + "rotation": 1 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 196, + "created_at": 1705444320 + }, + { + "type": "choose", + "entity": "VH", + "entity_type": "corporation", + "id": 197, + "created_at": 1705444323, + "choice": "0" + }, + { + "type": "run_routes", + "entity": "VH", + "entity_type": "corporation", + "id": 198, + "created_at": 1705444336, + "routes": [ + { + "train": "2-0", + "connections": [ + [ + "G7", + "H6", + "I5" + ] + ], + "hexes": [ + "I5", + "G7" + ], + "revenue": 60, + "revenue_str": "I5-G7", + "nodes": [ + "G7-0", + "I5-0" + ] + }, + { + "train": "3-0", + "connections": [ + [ + "E9", + "F10", + "G11", + "H12", + "I11" + ], + [ + "D10", + "E9" + ] + ], + "hexes": [ + "I11", + "E9", + "D10" + ], + "revenue": 120, + "revenue_str": "I11-E9-D10", + "nodes": [ + "E9-0", + "I11-0", + "D10-0" + ] + }, + { + "train": "2-4", + "connections": [ + [ + "G7", + "H8", + "H10" + ] + ], + "hexes": [ + "H10", + "G7" + ], + "revenue": 70, + "revenue_str": "H10-G7", + "nodes": [ + "G7-0", + "H10-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "entity": "VH", + "entity_type": "corporation", + "id": 199, + "created_at": 1705444340, + "train": "4-2", + "price": 240, + "variant": "4", + "slots": [ + 1 + ] + }, + { + "type": "buy_company", + "entity": "VH", + "entity_type": "corporation", + "id": 200, + "created_at": 1705444348, + "company": "UNC", + "price": 45 + }, + { + "type": "choose", + "entity": "VH", + "entity_type": "corporation", + "id": 201, + "created_at": 1705444360, + "choice": "+6" + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 202, + "created_at": 1705444361 + }, + { + "hex": "G7", + "tile": "442M-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 5, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1705444497, + "entity_type": "corporation" + } + ], + "id": 203, + "user": 253, + "created_at": 1705444499 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 202, + "entity_type": "corporation", + "id": 204, + "user": 253, + "created_at": 1705444534 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 205, + "created_at": 1705444540, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "entity_type": "corporation", + "created_at": 1705444538, + "graph_id": "BOTH" + } + ], + "hex": "C9", + "tile": "9-6", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 206, + "created_at": 1705444549, + "hex": "B8", + "tile": "9-3", + "rotation": 2 + }, + { + "type": "place_token", + "entity": "SSF", + "entity_type": "corporation", + "id": 207, + "created_at": 1705444557, + "city": "441M-2-0", + "slot": 1, + "tokener": "SSF" + }, + { + "type": "run_routes", + "entity": "SSF", + "entity_type": "corporation", + "id": 208, + "created_at": 1705444581, + "routes": [ + { + "train": "2-1", + "connections": [ + [ + "D12", + "E11", + "E9" + ] + ], + "hexes": [ + "D12", + "E9" + ], + "revenue": 60, + "revenue_str": "D12-E9", + "nodes": [ + "D12-0", + "E9-0" + ] + }, + { + "train": "2-2", + "connections": [ + [ + "D10", + "E9" + ] + ], + "hexes": [ + "D10", + "E9" + ], + "revenue": 70, + "revenue_str": "D10-E9", + "nodes": [ + "D10-0", + "E9-0" + ] + }, + { + "train": "3-2", + "connections": [ + [ + "E15", + "F14", + "G13" + ], + [ + "D12", + "E13", + "E15" + ] + ], + "hexes": [ + "G13", + "E15", + "D12" + ], + "revenue": 110, + "revenue_str": "G13-E15-D12", + "nodes": [ + "E15-0", + "G13-0", + "D12-0" + ] + }, + { + "train": "4-0", + "connections": [ + [ + "H10", + "H8", + "G7" + ], + [ + "E9", + "F10", + "G11", + "H10" + ], + [ + "C7", + "D8", + "E9" + ] + ], + "hexes": [ + "G7", + "H10", + "E9", + "C7" + ], + "revenue": 130, + "revenue_str": "G7-H10-E9-C7", + "nodes": [ + "H10-0", + "G7-0", + "E9-0", + "C7-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 209, + "created_at": 1705444601 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 210, + "created_at": 1705444906, + "auto_actions": [ + { + "type": "use_graph", + "entity": "LG", + "entity_type": "corporation", + "created_at": 1705444906, + "graph_id": "BOTH" + } + ], + "hex": "I9", + "tile": "25-0", + "rotation": 0 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 211, + "created_at": 1705444908, + "hex": "J8", + "tile": "8-5", + "rotation": 1 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 212, + "created_at": 1705445235 + }, + { + "type": "run_routes", + "entity": "LG", + "entity_type": "corporation", + "id": 213, + "created_at": 1705445347, + "routes": [ + { + "train": "2-3", + "connections": [ + [ + "E9", + "D8", + "C7" + ] + ], + "hexes": [ + "C7", + "E9" + ], + "revenue": 60, + "revenue_str": "C7-E9", + "nodes": [ + "E9-0", + "C7-0" + ] + }, + { + "train": "3-1", + "connections": [ + [ + "I11", + "J12", + "K11", + "L12", + "L14" + ] + ], + "hexes": [ + "L14", + "I11" + ], + "revenue": 70, + "revenue_str": "L14-I11", + "nodes": [ + "I11-0", + "L14-0" + ] + }, + { + "train": "3-3", + "connections": [ + [ + "D12", + "E13", + "E15" + ], + [ + "E9", + "E11", + "D12" + ] + ], + "hexes": [ + "E15", + "D12", + "E9" + ], + "revenue": 100, + "revenue_str": "E15-D12-E9", + "nodes": [ + "D12-0", + "E15-0", + "E9-0" + ] + }, + { + "train": "4-1", + "connections": [ + [ + "E9", + "D10" + ], + [ + "I11", + "H12", + "G11", + "F10", + "E9" + ] + ], + "hexes": [ + "D10", + "E9", + "I11" + ], + "revenue": 120, + "revenue_str": "D10-E9-I11", + "nodes": [ + "E9-0", + "D10-0", + "I11-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 214, + "created_at": 1705445359 + }, + { + "type": "sell_shares", + "entity": 253, + "entity_type": "player", + "id": 215, + "created_at": 1705445973, + "shares": [ + "VH_4" + ], + "percent": 10 + }, + { + "type": "par", + "entity": 253, + "entity_type": "player", + "id": 216, + "created_at": 1705445990, + "corporation": "SWP", + "share_price": "90,2,2" + }, + { + "type": "sell_shares", + "entity": 16229, + "shares": [ + "SSF_1", + "SSF_3", + "SSF_6" + ], + "percent": 30, + "entity_type": "player", + "id": 217, + "user": 16229, + "created_at": 1705447466 + }, + { + "type": "undo", + "entity": 16229, + "entity_type": "player", + "id": 218, + "user": 16229, + "created_at": 1705447487 + }, + { + "type": "sell_shares", + "entity": 16229, + "entity_type": "player", + "id": 219, + "created_at": 1705447490, + "shares": [ + "VH_3", + "VH_5" + ], + "percent": 20 + }, + { + "type": "par", + "entity": 16229, + "entity_type": "player", + "id": 220, + "created_at": 1705447501, + "corporation": "HMQ", + "share_price": "90,2,2" + }, + { + "type": "buy_shares", + "entity": 12794, + "shares": [ + "VH_4" + ], + "percent": 10, + "entity_type": "player", + "id": 221, + "user": 12794, + "created_at": 1705447597 + }, + { + "type": "program_buy_shares", + "entity": 16229, + "corporation": "HMQ", + "entity_type": "player", + "from_market": false, + "auto_pass_after": true, + "until_condition": "float", + "id": 222, + "user": 16229, + "created_at": 1705447608 + }, + { + "type": "undo", + "entity": 9913, + "entity_type": "player", + "id": 223, + "user": 12794, + "created_at": 1705447610 + }, + { + "type": "undo", + "entity": 9913, + "entity_type": "player", + "id": 224, + "user": 12794, + "created_at": 1705447613 + }, + { + "type": "program_buy_shares", + "entity": 16229, + "entity_type": "player", + "id": 225, + "created_at": 1705447622, + "corporation": "SWP", + "until_condition": "float", + "from_market": false, + "auto_pass_after": true + }, + { + "type": "buy_shares", + "entity": 12794, + "entity_type": "player", + "id": 226, + "created_at": 1705447633, + "shares": [ + "VH_4" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 9913, + "shares": [ + "SSF_8" + ], + "percent": 10, + "entity_type": "player", + "id": 227, + "user": 9913, + "created_at": 1705447688 + }, + { + "type": "undo", + "entity": 9913, + "entity_type": "player", + "id": 228, + "user": 9913, + "created_at": 1705447703 + }, + { + "type": "buy_shares", + "entity": 9913, + "shares": [ + "SSF_8" + ], + "percent": 10, + "entity_type": "player", + "id": 229, + "user": 9913, + "created_at": 1705447710 + }, + { + "type": "undo", + "entity": 9913, + "entity_type": "player", + "id": 230, + "user": 9913, + "created_at": 1705447737 + }, + { + "type": "sell_shares", + "entity": 9913, + "shares": [ + "VH_7" + ], + "percent": 10, + "entity_type": "player", + "id": 231, + "user": 9913, + "created_at": 1705447741 + }, + { + "type": "undo", + "entity": 9913, + "entity_type": "player", + "id": 232, + "user": 9913, + "created_at": 1705447758 + }, + { + "type": "buy_shares", + "entity": 9913, + "entity_type": "player", + "id": 233, + "created_at": 1705447771, + "shares": [ + "VH_3" + ], + "percent": 10 + }, + { + "type": "par", + "entity": 9857, + "entity_type": "player", + "id": 234, + "created_at": 1705448366, + "corporation": "ITC", + "share_price": "90,2,2" + }, + { + "type": "buy_shares", + "entity": 253, + "entity_type": "player", + "id": 235, + "created_at": 1705462536, + "auto_actions": [ + { + "type": "program_disable", + "entity": 16229, + "entity_type": "player", + "created_at": 1705462534, + "reason": "Corporation ITC parred" + } + ], + "shares": [ + "SWP_1" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 16229, + "entity_type": "player", + "id": 236, + "created_at": 1705476669, + "shares": [ + "HMQ_1" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": 12794, + "entity_type": "player", + "id": 237, + "created_at": 1705476736 + }, + { + "type": "pass", + "entity": 9913, + "entity_type": "player", + "id": 238, + "created_at": 1705476893 + }, + { + "type": "sell_shares", + "entity": 9857, + "shares": [ + "VH_8" + ], + "percent": 10, + "entity_type": "player", + "id": 239, + "user": 9857, + "created_at": 1705501103 + }, + { + "type": "sell_shares", + "entity": 9857, + "shares": [ + "SSF_4", + "SSF_5" + ], + "percent": 20, + "entity_type": "player", + "id": 240, + "user": 9857, + "created_at": 1705501122 + }, + { + "type": "buy_shares", + "entity": 9857, + "shares": [ + "ITC_1" + ], + "percent": 10, + "entity_type": "player", + "id": 241, + "user": 9857, + "created_at": 1705501126 + }, + { + "type": "undo", + "entity": 253, + "action_id": 238, + "entity_type": "player", + "id": 242, + "user": 9857, + "created_at": 1705501138 + }, + { + "type": "sell_shares", + "entity": 9857, + "entity_type": "player", + "id": 243, + "created_at": 1705501142, + "shares": [ + "VH_8" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 244, + "created_at": 1705501146, + "shares": [ + "ITC_1" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 253, + "entity_type": "player", + "id": 245, + "created_at": 1705512701, + "shares": [ + "SWP_2" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 16229, + "entity_type": "player", + "id": 246, + "created_at": 1705523440, + "shares": [ + "HMQ_2" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 12794, + "entity_type": "player", + "id": 247, + "created_at": 1705526014, + "shares": [ + "SSF_7" + ], + "percent": 10 + }, + { + "type": "choose", + "choice": "VH", + "entity": 12794, + "entity_type": "player", + "id": 248, + "user": 12794, + "created_at": 1705526023 + }, + { + "type": "undo", + "entity": 9913, + "entity_type": "player", + "id": 249, + "user": 12794, + "created_at": 1705526048 + }, + { + "type": "undo", + "entity": 12794, + "entity_type": "player", + "id": 250, + "user": 12794, + "created_at": 1705526051 + }, + { + "type": "redo", + "entity": 12794, + "entity_type": "player", + "id": 251, + "user": 12794, + "created_at": 1705526053 + }, + { + "type": "choose", + "entity": 12794, + "entity_type": "player", + "id": 252, + "created_at": 1705526056, + "choice": "VH" + }, + { + "type": "buy_shares", + "entity": 9913, + "entity_type": "player", + "id": 253, + "created_at": 1705529036, + "shares": [ + "VH_5" + ], + "percent": 10 + }, + { + "type": "sell_shares", + "entity": 9857, + "entity_type": "player", + "id": 254, + "created_at": 1705532473, + "shares": [ + "SSF_4", + "SSF_5" + ], + "percent": 20 + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 255, + "created_at": 1705532475, + "shares": [ + "ITC_2" + ], + "percent": 10 + }, + { + "type": "program_buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 256, + "created_at": 1705532480, + "corporation": "ITC", + "until_condition": "float", + "from_market": false, + "auto_pass_after": false + }, + { + "type": "program_buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 257, + "created_at": 1705532483, + "corporation": "ITC", + "until_condition": 5, + "from_market": false, + "auto_pass_after": false + }, + { + "type": "sell_shares", + "entity": 253, + "entity_type": "player", + "id": 258, + "created_at": 1705532602, + "shares": [ + "LG_7" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 253, + "entity_type": "player", + "id": 259, + "created_at": 1705532604, + "shares": [ + "SSF_4" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 16229, + "entity_type": "player", + "id": 260, + "created_at": 1705532828, + "shares": [ + "HMQ_3" + ], + "percent": 10 + }, + { + "type": "program_share_pass", + "entity": 12794, + "entity_type": "player", + "id": 261, + "created_at": 1705539462, + "auto_actions": [ + { + "type": "pass", + "entity": 12794, + "entity_type": "player", + "created_at": 1705539461 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "pass", + "entity": 9913, + "entity_type": "player", + "id": 262, + "created_at": 1705542439, + "auto_actions": [ + { + "type": "program_disable", + "entity": 9857, + "entity_type": "player", + "created_at": 1705542438, + "reason": "Shares were sold" + } + ] + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 263, + "created_at": 1705547535, + "shares": [ + "ITC_3" + ], + "percent": 10 + }, + { + "type": "program_buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 264, + "created_at": 1705547554, + "corporation": "HMQ", + "until_condition": 2, + "from_market": false, + "auto_pass_after": true + }, + { + "type": "pass", + "entity": 253, + "entity_type": "player", + "id": 265, + "created_at": 1705547867 + }, + { + "type": "pass", + "entity": 16229, + "entity_type": "player", + "id": 266, + "created_at": 1705550770, + "auto_actions": [ + { + "type": "pass", + "entity": 12794, + "entity_type": "player", + "created_at": 1705550766 + } + ] + }, + { + "type": "program_share_pass", + "entity": 9913, + "entity_type": "player", + "id": 267, + "created_at": 1705553643, + "auto_actions": [ + { + "type": "pass", + "entity": 9913, + "entity_type": "player", + "created_at": 1705553642 + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "created_at": 1705553642, + "shares": [ + "HMQ_4" + ], + "percent": 10 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "pass", + "entity": 253, + "entity_type": "player", + "id": 268, + "created_at": 1705595897 + }, + { + "type": "program_share_pass", + "entity": 16229, + "entity_type": "player", + "id": 269, + "created_at": 1705596927, + "auto_actions": [ + { + "type": "pass", + "entity": 16229, + "entity_type": "player", + "created_at": 1705596926 + }, + { + "type": "pass", + "entity": 12794, + "entity_type": "player", + "created_at": 1705596926 + }, + { + "type": "pass", + "entity": 9913, + "entity_type": "player", + "created_at": 1705596926 + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "created_at": 1705596926, + "shares": [ + "HMQ_5" + ], + "percent": 10 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "pass", + "entity": 253, + "entity_type": "player", + "id": 270, + "created_at": 1705597914, + "auto_actions": [ + { + "type": "pass", + "entity": 16229, + "entity_type": "player", + "created_at": 1705597914 + }, + { + "type": "pass", + "entity": 12794, + "entity_type": "player", + "created_at": 1705597914 + }, + { + "type": "pass", + "entity": 9913, + "entity_type": "player", + "created_at": 1705597914 + }, + { + "type": "program_disable", + "entity": 9857, + "entity_type": "player", + "created_at": 1705597914, + "reason": "2 share(s) bought in HMQ, end condition met" + }, + { + "type": "program_share_pass", + "entity": 9857, + "entity_type": "player", + "created_at": 1705597914, + "unconditional": false, + "indefinite": false + }, + { + "type": "pass", + "entity": 9857, + "entity_type": "player", + "created_at": 1705597914 + } + ] + }, + { + "type": "buy_shares", + "entity": "SSF", + "entity_type": "corporation", + "id": 271, + "created_at": 1705597930, + "shares": [ + "SWP_3" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": "VH", + "entity_type": "corporation", + "id": 272, + "created_at": 1705598090, + "shares": [ + "VH_8" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": "LG", + "entity_type": "corporation", + "id": 273, + "created_at": 1705601599, + "shares": [ + "ITC_4" + ], + "percent": 10 + }, + { + "type": "sell_shares", + "entity": "SWP", + "shares": [ + "SWP_4" + ], + "percent": 10, + "entity_type": "corporation", + "id": 274, + "user": 253, + "created_at": 1705601686 + }, + { + "type": "undo", + "entity": "SWP", + "entity_type": "corporation", + "id": 275, + "user": 253, + "created_at": 1705601695 + }, + { + "type": "sell_shares", + "entity": "SWP", + "entity_type": "corporation", + "id": 276, + "created_at": 1705601700, + "shares": [ + "SWP_4", + "SWP_5" + ], + "percent": 20 + }, + { + "type": "pass", + "entity": "SWP", + "entity_type": "corporation", + "id": 277, + "created_at": 1705601717 + }, + { + "type": "buy_shares", + "entity": "HMQ", + "shares": [ + "SSF_5" + ], + "percent": 10, + "entity_type": "corporation", + "id": 278, + "user": 16229, + "created_at": 1705604170 + }, + { + "type": "undo", + "entity": "ITC", + "entity_type": "corporation", + "id": 279, + "user": 16229, + "created_at": 1705604191 + }, + { + "type": "sell_shares", + "entity": "HMQ", + "shares": [ + "HMQ_6", + "HMQ_7" + ], + "percent": 20, + "entity_type": "corporation", + "id": 280, + "user": 16229, + "created_at": 1705604224 + }, + { + "type": "undo", + "entity": "HMQ", + "entity_type": "corporation", + "id": 281, + "user": 16229, + "created_at": 1705604230 + }, + { + "type": "buy_shares", + "entity": "HMQ", + "entity_type": "corporation", + "id": 282, + "created_at": 1705604257, + "shares": [ + "SWP_4" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": "ITC", + "entity_type": "corporation", + "id": 283, + "created_at": 1705611281, + "shares": [ + "SSF_5" + ], + "percent": 10 + }, + { + "hex": "B8", + "tile": "23-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 5, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1705614803, + "entity_type": "corporation" + } + ], + "id": 284, + "user": 253, + "created_at": 1705614803 + }, + { + "type": "undo", + "entity": "SSF", + "entity_type": "corporation", + "id": 285, + "user": 253, + "created_at": 1705614811 + }, + { + "hex": "A7", + "tile": "6M-2", + "type": "lay_tile", + "entity": "SSF", + "rotation": 3, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1705614813, + "entity_type": "corporation" + } + ], + "id": 286, + "user": 253, + "created_at": 1705614814 + }, + { + "hex": "A7", + "tile": "442M-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 0, + "entity_type": "corporation", + "id": 287, + "user": 253, + "created_at": 1705614824 + }, + { + "type": "undo", + "entity": "SSF", + "entity_type": "corporation", + "id": 288, + "user": 253, + "created_at": 1705614845 + }, + { + "hex": "A7", + "tile": "444M-1", + "type": "lay_tile", + "entity": "SSF", + "rotation": 3, + "entity_type": "corporation", + "id": 289, + "user": 253, + "created_at": 1705614850 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 283, + "entity_type": "corporation", + "id": 290, + "user": 253, + "created_at": 1705614869 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 291, + "created_at": 1705614873, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "entity_type": "corporation", + "created_at": 1705614873, + "graph_id": "BOTH" + } + ], + "hex": "H12", + "tile": "31-0", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 292, + "created_at": 1705614878, + "hex": "F12", + "tile": "9-2", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "SSF", + "entity_type": "corporation", + "id": 293, + "created_at": 1705614912, + "routes": [ + { + "train": "2-1", + "connections": [ + [ + "D12", + "E11", + "E9" + ] + ], + "hexes": [ + "D12", + "E9" + ], + "revenue": 60, + "revenue_str": "D12-E9", + "nodes": [ + "D12-0", + "E9-0" + ] + }, + { + "train": "2-2", + "connections": [ + [ + "D10", + "E9" + ] + ], + "hexes": [ + "D10", + "E9" + ], + "revenue": 70, + "revenue_str": "D10-E9", + "nodes": [ + "D10-0", + "E9-0" + ] + }, + { + "train": "3-2", + "connections": [ + [ + "E15", + "F14", + "G13" + ], + [ + "D12", + "E13", + "E15" + ] + ], + "hexes": [ + "G13", + "E15", + "D12" + ], + "revenue": 110, + "revenue_str": "G13-E15-D12", + "nodes": [ + "E15-0", + "G13-0", + "D12-0" + ] + }, + { + "train": "4-0", + "connections": [ + [ + "H10", + "H8", + "G7" + ], + [ + "E9", + "F10", + "G11", + "H10" + ], + [ + "C7", + "D8", + "E9" + ] + ], + "hexes": [ + "G7", + "H10", + "E9", + "C7" + ], + "revenue": 130, + "revenue_str": "G7-H10-E9-C7", + "nodes": [ + "H10-0", + "G7-0", + "E9-0", + "C7-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "hex": "C5", + "tile": "8-2", + "type": "lay_tile", + "entity": "VH", + "rotation": 0, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "VH", + "graph_id": "BOTH", + "created_at": 1705615300, + "entity_type": "corporation" + } + ], + "id": 294, + "user": 12794, + "created_at": 1705615299 + }, + { + "hex": "B4", + "tile": "57M-4", + "type": "lay_tile", + "entity": "VH", + "rotation": 2, + "entity_type": "corporation", + "id": 295, + "user": 12794, + "created_at": 1705615301 + }, + { + "type": "undo", + "entity": "VH", + "action_id": 293, + "entity_type": "corporation", + "id": 296, + "user": 12794, + "created_at": 1705615307 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 297, + "created_at": 1705615314, + "auto_actions": [ + { + "type": "use_graph", + "entity": "VH", + "entity_type": "corporation", + "created_at": 1705615315, + "graph_id": "BOTH" + } + ], + "hex": "I5", + "tile": "442M-0", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 298, + "created_at": 1705615332, + "hex": "B8", + "tile": "23-0", + "rotation": 5 + }, + { + "type": "place_token", + "entity": "VH", + "entity_type": "corporation", + "id": 299, + "created_at": 1705615335, + "city": "442M-0-0", + "slot": 1, + "tokener": "VH" + }, + { + "type": "run_routes", + "entity": "VH", + "entity_type": "corporation", + "id": 300, + "created_at": 1705615443, + "routes": [ + { + "train": "2-0", + "connections": [ + [ + "G7", + "H6", + "I5" + ] + ], + "hexes": [ + "G7", + "I5" + ], + "revenue": 60, + "revenue_str": "G7-I5", + "nodes": [ + "G7-0", + "I5-0" + ] + }, + { + "train": "3-0", + "connections": [ + [ + "E9", + "D8", + "C7" + ], + [ + "D12", + "E11", + "E9" + ] + ], + "hexes": [ + "C7", + "E9", + "D12" + ], + "revenue": 90, + "revenue_str": "C7-E9-D12", + "nodes": [ + "E9-0", + "C7-0", + "D12-0" + ] + }, + { + "train": "2-4", + "connections": [ + [ + "G7", + "H8", + "H10" + ] + ], + "hexes": [ + "G7", + "H10" + ], + "revenue": 70, + "revenue_str": "G7-H10", + "nodes": [ + "G7-0", + "H10-0" + ] + }, + { + "train": "4-2", + "connections": [ + [ + "D10", + "C11", + "C13", + "C15" + ], + [ + "E9", + "D10" + ], + [ + "I11", + "H12", + "G11", + "F10", + "E9" + ] + ], + "hexes": [ + "C15", + "D10", + "E9", + "I11" + ], + "revenue": 140, + "revenue_str": "C15-D10-E9-I11", + "nodes": [ + "D10-0", + "C15-0", + "E9-0", + "I11-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 301, + "created_at": 1705615482, + "auto_actions": [ + { + "type": "use_graph", + "entity": "LG", + "entity_type": "corporation", + "created_at": 1705615481, + "graph_id": "BOTH" + } + ], + "hex": "J6", + "tile": "9-3", + "rotation": 0 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 302, + "created_at": 1705615495, + "hex": "J4", + "tile": "7-0", + "rotation": 0 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 303, + "created_at": 1705615503 + }, + { + "type": "run_routes", + "entity": "LG", + "entity_type": "corporation", + "id": 304, + "created_at": 1705615547, + "routes": [ + { + "train": "2-3", + "connections": [ + [ + "E9", + "D8", + "C7" + ] + ], + "hexes": [ + "E9", + "C7" + ], + "revenue": 60, + "revenue_str": "E9-C7", + "nodes": [ + "E9-0", + "C7-0" + ] + }, + { + "train": "3-1", + "connections": [ + [ + "I5", + "J4", + "J6", + "J8", + "I9", + "I11" + ] + ], + "hexes": [ + "I11", + "I5" + ], + "revenue": 80, + "revenue_str": "I11-I5", + "nodes": [ + "I5-0", + "I11-0" + ] + }, + { + "train": "3-3", + "connections": [ + [ + "D12", + "E13", + "E15" + ], + [ + "E9", + "E11", + "D12" + ] + ], + "hexes": [ + "E15", + "D12", + "E9" + ], + "revenue": 100, + "revenue_str": "E15-D12-E9", + "nodes": [ + "D12-0", + "E15-0", + "E9-0" + ] + }, + { + "train": "4-1", + "connections": [ + [ + "E9", + "D10" + ], + [ + "I11", + "H12", + "G11", + "F10", + "E9" + ], + [ + "I11", + "J12", + "K11", + "L12", + "L14" + ] + ], + "hexes": [ + "D10", + "E9", + "I11", + "L14" + ], + "revenue": 140, + "revenue_str": "D10-E9-I11-L14", + "nodes": [ + "E9-0", + "D10-0", + "I11-0", + "L14-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "lay_tile", + "entity": "HMQ", + "entity_type": "corporation", + "id": 305, + "created_at": 1705616797, + "auto_actions": [ + { + "type": "use_graph", + "entity": "HMQ", + "entity_type": "corporation", + "created_at": 1705616797, + "graph_id": "LB" + } + ], + "hex": "D2", + "tile": "57M-4", + "rotation": 1 + }, + { + "hex": "F10", + "tile": "27-0", + "type": "lay_tile", + "entity": "HMQ", + "rotation": 2, + "entity_type": "corporation", + "id": 306, + "user": 16229, + "created_at": 1705624290 + }, + { + "type": "pass", + "entity": "HMQ", + "entity_type": "corporation", + "id": 307, + "user": 16229, + "created_at": 1705624297 + }, + { + "type": "buy_train", + "price": 500, + "slots": [ + 0 + ], + "train": "5-0", + "entity": "HMQ", + "variant": "5", + "entity_type": "corporation", + "id": 308, + "user": 16229, + "created_at": 1705624300 + }, + { + "type": "pass", + "entity": "HMQ", + "entity_type": "corporation", + "id": 309, + "user": 16229, + "created_at": 1705624329 + }, + { + "type": "undo", + "entity": "ITC", + "entity_type": "corporation", + "id": 310, + "user": 16229, + "created_at": 1705624340 + }, + { + "type": "undo", + "entity": "HMQ", + "entity_type": "corporation", + "id": 311, + "user": 16229, + "created_at": 1705624346 + }, + { + "type": "undo", + "entity": "HMQ", + "entity_type": "corporation", + "id": 312, + "user": 16229, + "created_at": 1705624362 + }, + { + "type": "undo", + "entity": "HMQ", + "entity_type": "corporation", + "id": 313, + "user": 16229, + "created_at": 1705624378 + }, + { + "type": "lay_tile", + "entity": "HMQ", + "entity_type": "corporation", + "id": 314, + "created_at": 1705624391, + "hex": "D8", + "tile": "23-1", + "rotation": 5 + }, + { + "type": "pass", + "entity": "HMQ", + "entity_type": "corporation", + "id": 315, + "created_at": 1705624404 + }, + { + "type": "buy_train", + "entity": "HMQ", + "entity_type": "corporation", + "id": 316, + "created_at": 1705624406, + "train": "5-0", + "price": 500, + "variant": "5", + "slots": [ + 0 + ] + }, + { + "type": "pass", + "entity": "HMQ", + "entity_type": "corporation", + "id": 317, + "created_at": 1705624407 + }, + { + "type": "lay_tile", + "entity": "ITC", + "entity_type": "corporation", + "id": 318, + "created_at": 1705634369, + "auto_actions": [ + { + "type": "use_graph", + "entity": "ITC", + "entity_type": "corporation", + "created_at": 1705634370, + "graph_id": "SP" + } + ], + "hex": "E11", + "tile": "25-1", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "ITC", + "entity_type": "corporation", + "id": 319, + "created_at": 1705634388, + "hex": "G7", + "tile": "444M-1", + "rotation": 3 + }, + { + "type": "place_token", + "entity": "ITC", + "entity_type": "corporation", + "id": 320, + "created_at": 1705634390, + "city": "X5-0-1", + "slot": 0, + "tokener": "ITC" + }, + { + "type": "sell_shares", + "entity": "ITC", + "entity_type": "corporation", + "id": 321, + "created_at": 1705634403, + "shares": [ + "SSF_5" + ], + "percent": 10 + }, + { + "type": "buy_train", + "entity": "ITC", + "entity_type": "corporation", + "id": 322, + "created_at": 1705634405, + "train": "5-1", + "price": 500, + "variant": "5", + "slots": [ + 1 + ] + }, + { + "type": "pass", + "entity": "ITC", + "entity_type": "corporation", + "id": 323, + "created_at": 1705634407 + }, + { + "type": "lay_tile", + "entity": "SWP", + "entity_type": "corporation", + "id": 324, + "created_at": 1705639404, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "entity_type": "corporation", + "created_at": 1705639403, + "graph_id": "BOTH" + } + ], + "hex": "I11", + "tile": "X16-0", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "SWP", + "entity_type": "corporation", + "id": 325, + "created_at": 1705639410, + "hex": "B6", + "tile": "9-0", + "rotation": 2 + }, + { + "type": "place_token", + "entity": "SWP", + "entity_type": "corporation", + "id": 326, + "created_at": 1705639411, + "city": "X16-0-0", + "slot": 2, + "tokener": "SWP" + }, + { + "type": "buy_train", + "entity": "SWP", + "entity_type": "corporation", + "id": 327, + "created_at": 1705639422, + "train": "6-999", + "price": 540, + "variant": "6", + "slots": [ + 1 + ] + }, + { + "type": "pass", + "entity": "SWP", + "entity_type": "corporation", + "id": 328, + "created_at": 1705639429 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 329, + "created_at": 1705639465, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "entity_type": "corporation", + "created_at": 1705639464, + "graph_id": "BOTH" + } + ], + "hex": "B6", + "tile": "23-2", + "rotation": 2 + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 330, + "created_at": 1705639479 + }, + { + "type": "choose", + "entity": "SSF", + "entity_type": "corporation", + "id": 331, + "created_at": 1705639489, + "choice": "0" + }, + { + "type": "run_routes", + "entity": "SSF", + "entity_type": "corporation", + "id": 332, + "created_at": 1705639532, + "routes": [ + { + "train": "4-0", + "connections": [ + [ + "E15", + "F14", + "G13" + ], + [ + "D12", + "E13", + "E15" + ], + [ + "D12", + "E11", + "E9" + ] + ], + "hexes": [ + "G13", + "E15", + "D12", + "E9" + ], + "revenue": 140, + "revenue_str": "G13-E15-D12-E9", + "nodes": [ + "E15-0", + "G13-0", + "D12-0", + "E9-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "entity": "SSF", + "entity_type": "corporation", + "id": 333, + "created_at": 1705639539, + "train": "6-0", + "price": 540, + "variant": "6", + "slots": [ + 1 + ] + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 334, + "created_at": 1705639546 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 335, + "created_at": 1705650332, + "auto_actions": [ + { + "type": "use_graph", + "entity": "VH", + "entity_type": "corporation", + "created_at": 1705650334, + "graph_id": "SP" + } + ], + "hex": "J4", + "tile": "30-0", + "rotation": 0 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 336, + "created_at": 1705650335 + }, + { + "type": "run_routes", + "entity": "VH", + "routes": [ + { + "hexes": [ + "I5", + "I11", + "E9", + "D10" + ], + "nodes": [ + "I11-0", + "I5-0", + "E9-0", + "D10-0" + ], + "train": "4-2", + "revenue": 150, + "connections": [ + [ + "I11", + "I9", + "J8", + "J6", + "J4", + "I5" + ], + [ + "E9", + "F10", + "G11", + "H12", + "I11" + ], + [ + "D10", + "E9" + ] + ], + "revenue_str": "I5-I11-E9-D10" + } + ], + "entity_type": "corporation", + "extra_revenue": 0, + "id": 337, + "user": 12794, + "created_at": 1705650365 + }, + { + "type": "undo", + "entity": "VH", + "entity_type": "corporation", + "id": 338, + "user": 12794, + "created_at": 1705650373 + }, + { + "type": "choose", + "entity": "VH", + "entity_type": "corporation", + "id": 339, + "created_at": 1705650374, + "choice": "0" + }, + { + "type": "run_routes", + "entity": "VH", + "entity_type": "corporation", + "id": 340, + "created_at": 1705650383, + "routes": [ + { + "train": "4-2", + "connections": [ + [ + "E9", + "D10" + ], + [ + "E9", + "F10", + "G11", + "H10" + ], + [ + "H10", + "H8", + "G7" + ] + ], + "hexes": [ + "D10", + "E9", + "H10", + "G7" + ], + "revenue": 140, + "revenue_str": "D10-E9-H10-G7", + "nodes": [ + "E9-0", + "D10-0", + "H10-0", + "G7-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "entity": "VH", + "entity_type": "corporation", + "id": 341, + "created_at": 1705650388, + "train": "6-1", + "price": 540, + "variant": "6", + "slots": [ + 1 + ] + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 342, + "created_at": 1705650390 + }, + { + "hex": "K3", + "tile": "9-0", + "type": "lay_tile", + "entity": "LG", + "rotation": 1, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "LG", + "graph_id": "BOTH", + "created_at": 1705652278, + "entity_type": "corporation" + } + ], + "id": 343, + "user": 9913, + "created_at": 1705652279 + }, + { + "hex": "C7", + "tile": "X13-0", + "type": "lay_tile", + "entity": "LG", + "rotation": 2, + "entity_type": "corporation", + "id": 344, + "user": 9913, + "created_at": 1705652289 + }, + { + "city": "X13-0-0", + "slot": 2, + "type": "place_token", + "entity": "LG", + "tokener": "LG", + "entity_type": "corporation", + "id": 345, + "user": 9913, + "created_at": 1705652291 + }, + { + "type": "undo", + "entity": "LG", + "entity_type": "corporation", + "id": 346, + "user": 9913, + "created_at": 1705652412 + }, + { + "type": "undo", + "entity": "LG", + "entity_type": "corporation", + "id": 347, + "user": 9913, + "created_at": 1705652414 + }, + { + "type": "undo", + "entity": "LG", + "entity_type": "corporation", + "id": 348, + "user": 9913, + "created_at": 1705652415 + }, + { + "hex": "G11", + "tile": "42-0", + "type": "lay_tile", + "entity": "LG", + "rotation": 5, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "LG", + "graph_id": "LB", + "created_at": 1705652479, + "entity_type": "corporation" + } + ], + "id": 349, + "user": 9913, + "created_at": 1705652480 + }, + { + "hex": "C7", + "tile": "X13-0", + "type": "lay_tile", + "entity": "LG", + "rotation": 2, + "entity_type": "corporation", + "id": 350, + "user": 9913, + "created_at": 1705652485 + }, + { + "city": "X13-0-0", + "slot": 2, + "type": "place_token", + "entity": "LG", + "tokener": "LG", + "entity_type": "corporation", + "id": 351, + "user": 9913, + "created_at": 1705652488 + }, + { + "type": "undo", + "entity": "LG", + "entity_type": "corporation", + "id": 352, + "user": 9913, + "created_at": 1705652522 + }, + { + "type": "undo", + "entity": "LG", + "entity_type": "corporation", + "id": 353, + "user": 9913, + "created_at": 1705652523 + }, + { + "type": "undo", + "entity": "LG", + "entity_type": "corporation", + "id": 354, + "user": 9913, + "created_at": 1705652525 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 355, + "created_at": 1705652543, + "auto_actions": [ + { + "type": "use_graph", + "entity": "LG", + "entity_type": "corporation", + "created_at": 1705652542, + "graph_id": "BOTH" + } + ], + "hex": "C7", + "tile": "X13-0", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 356, + "created_at": 1705652553, + "hex": "D10", + "tile": "X17-0", + "rotation": 1 + }, + { + "type": "place_token", + "entity": "LG", + "entity_type": "corporation", + "id": 357, + "created_at": 1705652572, + "city": "X17-0-0", + "slot": 2, + "tokener": "LG" + }, + { + "type": "run_routes", + "entity": "LG", + "entity_type": "corporation", + "id": 358, + "created_at": 1705652598, + "routes": [ + { + "train": "4-1", + "connections": [ + [ + "E9", + "D10" + ], + [ + "I11", + "H12", + "G11", + "F10", + "E9" + ], + [ + "I11", + "I9", + "J8", + "J6", + "J4", + "I5" + ] + ], + "hexes": [ + "D10", + "E9", + "I11", + "I5" + ], + "revenue": 170, + "revenue_str": "D10-E9-I11-I5", + "nodes": [ + "E9-0", + "D10-0", + "I11-0", + "I5-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 359, + "created_at": 1705652618 + }, + { + "hex": "C3", + "tile": "9-0", + "type": "lay_tile", + "entity": "HMQ", + "rotation": 1, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "HMQ", + "graph_id": "LB", + "created_at": 1705657168, + "entity_type": "corporation" + } + ], + "id": 360, + "user": 16229, + "created_at": 1705657168 + }, + { + "type": "undo", + "entity": "HMQ", + "entity_type": "corporation", + "id": 361, + "user": 16229, + "created_at": 1705657179 + }, + { + "type": "lay_tile", + "entity": "HMQ", + "entity_type": "corporation", + "id": 362, + "created_at": 1705657184, + "auto_actions": [ + { + "type": "use_graph", + "entity": "HMQ", + "entity_type": "corporation", + "created_at": 1705657183, + "graph_id": "LB" + } + ], + "hex": "C3", + "tile": "8-2", + "rotation": 4 + }, + { + "type": "lay_tile", + "entity": "HMQ", + "entity_type": "corporation", + "id": 363, + "created_at": 1705657186, + "hex": "C5", + "tile": "9-0", + "rotation": 0 + }, + { + "type": "place_token", + "entity": "HMQ", + "entity_type": "corporation", + "id": 364, + "created_at": 1705657205, + "city": "X13-0-0", + "slot": 2, + "tokener": "HMQ" + }, + { + "type": "choose", + "entity": "HMQ", + "entity_type": "corporation", + "id": 365, + "created_at": 1705657385, + "choice": "0" + }, + { + "type": "run_routes", + "entity": "HMQ", + "entity_type": "corporation", + "id": 366, + "created_at": 1705657423, + "routes": [ + { + "train": "5-0", + "connections": [ + [ + "G7", + "H6", + "I5" + ], + [ + "H10", + "H8", + "G7" + ], + [ + "E9", + "F10", + "G11", + "H10" + ], + [ + "D10", + "E9" + ] + ], + "hexes": [ + "I5", + "G7", + "H10", + "E9", + "D10" + ], + "revenue": 190, + "revenue_str": "I5-G7-H10-E9-D10", + "nodes": [ + "G7-0", + "I5-0", + "H10-0", + "E9-0", + "D10-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "HMQ", + "entity_type": "corporation", + "id": 367, + "created_at": 1705657741 + }, + { + "hex": "G13", + "tile": "X18-0", + "type": "lay_tile", + "entity": "ITC", + "rotation": 1, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "ITC", + "graph_id": "SP", + "created_at": 1705672985, + "entity_type": "corporation" + } + ], + "id": 368, + "user": 9857, + "created_at": 1705672985 + }, + { + "hex": "E11", + "tile": "40-0", + "type": "lay_tile", + "entity": "ITC", + "rotation": 1, + "entity_type": "corporation", + "id": 369, + "user": 9857, + "created_at": 1705673015 + }, + { + "type": "undo", + "entity": "ITC", + "action_id": 367, + "entity_type": "corporation", + "id": 370, + "user": 9857, + "created_at": 1705673026 + }, + { + "type": "lay_tile", + "entity": "ITC", + "entity_type": "corporation", + "id": 371, + "created_at": 1705673031, + "auto_actions": [ + { + "type": "use_graph", + "entity": "ITC", + "entity_type": "corporation", + "created_at": 1705673031, + "graph_id": "BOTH" + } + ], + "hex": "E11", + "tile": "40-0", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "ITC", + "entity_type": "corporation", + "id": 372, + "created_at": 1705673035, + "hex": "G11", + "tile": "42-0", + "rotation": 5 + }, + { + "type": "place_token", + "entity": "ITC", + "entity_type": "corporation", + "id": 373, + "created_at": 1705673054, + "city": "6M-1-0", + "slot": 0, + "tokener": "ITC" + }, + { + "type": "run_routes", + "entity": "ITC", + "entity_type": "corporation", + "id": 374, + "created_at": 1705673135, + "routes": [ + { + "train": "5-1", + "connections": [ + [ + "H10", + "H8", + "G7" + ], + [ + "G13", + "H12", + "G11", + "H10" + ], + [ + "E9", + "E11", + "F12", + "G13" + ], + [ + "D10", + "E9" + ] + ], + "hexes": [ + "G7", + "H10", + "G13", + "E9", + "D10" + ], + "revenue": 200, + "revenue_str": "G7-H10-G13-E9-D10", + "nodes": [ + "H10-0", + "G7-0", + "G13-1", + "E9-0", + "D10-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "ITC", + "entity_type": "corporation", + "id": 375, + "created_at": 1705673140 + }, + { + "hex": "K3", + "tile": "8-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 1, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "graph_id": "BOTH", + "created_at": 1705681378, + "entity_type": "corporation" + } + ], + "id": 376, + "user": 253, + "created_at": 1705681370 + }, + { + "type": "undo", + "entity": "SWP", + "action_id": 375, + "entity_type": "corporation", + "id": 377, + "user": 253, + "created_at": 1705681387 + }, + { + "type": "lay_tile", + "entity": "SWP", + "entity_type": "corporation", + "id": 378, + "created_at": 1705681393, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "entity_type": "corporation", + "created_at": 1705681401, + "graph_id": "BOTH" + } + ], + "hex": "C9", + "tile": "27-0", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "SWP", + "entity_type": "corporation", + "id": 379, + "created_at": 1705681396, + "hex": "A7", + "tile": "6M-2", + "rotation": 3 + }, + { + "type": "run_routes", + "entity": "SWP", + "entity_type": "corporation", + "id": 380, + "created_at": 1705681422, + "routes": [ + { + "train": "6-999", + "connections": [ + [ + "A7", + "A5" + ], + [ + "C7", + "C9", + "B8", + "A7" + ], + [ + "E9", + "D8", + "C7" + ], + [ + "I11", + "H12", + "G11", + "F10", + "E9" + ], + [ + "L14", + "L12", + "K11", + "J12", + "I11" + ] + ], + "hexes": [ + "A5", + "A7", + "C7", + "E9", + "I11", + "L14" + ], + "revenue": 260, + "revenue_str": "A5-A7-C7-E9-I11-L14 + E/W", + "nodes": [ + "A7-0", + "A5-0", + "C7-0", + "E9-0", + "I11-0", + "L14-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "SWP", + "entity_type": "corporation", + "id": 381, + "created_at": 1705681426 + }, + { + "type": "buy_shares", + "entity": 253, + "entity_type": "player", + "id": 382, + "created_at": 1705681462, + "shares": [ + "SSF_5" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 16229, + "entity_type": "player", + "id": 383, + "created_at": 1705687207, + "shares": [ + "SWP_5" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 12794, + "entity_type": "player", + "id": 384, + "created_at": 1705687288, + "shares": [ + "SWP_6" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 9913, + "entity_type": "player", + "id": 385, + "created_at": 1705722158, + "shares": [ + "SWP_7" + ], + "percent": 10 + }, + { + "type": "sell_shares", + "entity": 9857, + "entity_type": "player", + "id": 386, + "created_at": 1705723452, + "shares": [ + "LG_1", + "LG_3", + "LG_6" + ], + "percent": 30 + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 387, + "created_at": 1705723463, + "shares": [ + "SWP_8" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 253, + "entity_type": "player", + "id": 388, + "created_at": 1705876008, + "shares": [ + "ITC_5" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 16229, + "entity_type": "player", + "id": 389, + "created_at": 1705887083, + "shares": [ + "LG_7" + ], + "percent": 10 + }, + { + "type": "sell_shares", + "entity": 12794, + "shares": [ + "SSF_7" + ], + "percent": 10, + "entity_type": "player", + "id": 390, + "user": 12794, + "created_at": 1705891122 + }, + { + "type": "sell_shares", + "entity": 12794, + "shares": [ + "SWP_6" + ], + "percent": 10, + "entity_type": "player", + "id": 391, + "user": 12794, + "created_at": 1705891124 + }, + { + "type": "par", + "entity": 12794, + "corporation": "KR", + "entity_type": "player", + "share_price": "90,2,2", + "id": 392, + "user": 12794, + "created_at": 1705891127 + }, + { + "type": "undo", + "entity": 9913, + "action_id": 389, + "entity_type": "player", + "id": 393, + "user": 12794, + "created_at": 1705891209 + }, + { + "type": "buy_shares", + "entity": 12794, + "shares": [ + "VH_1" + ], + "percent": 10, + "entity_type": "player", + "id": 394, + "user": 12794, + "created_at": 1705891219 + }, + { + "type": "choose", + "choice": "SWP", + "entity": 12794, + "entity_type": "player", + "id": 395, + "user": 12794, + "created_at": 1705891229 + }, + { + "type": "undo", + "entity": 9913, + "action_id": 389, + "entity_type": "player", + "id": 396, + "user": 12794, + "created_at": 1705891240 + }, + { + "type": "buy_shares", + "entity": 12794, + "entity_type": "player", + "id": 397, + "created_at": 1705891249, + "shares": [ + "LG_1" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 9913, + "entity_type": "player", + "id": 398, + "created_at": 1705893133, + "shares": [ + "ITC_6" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 399, + "created_at": 1705897134, + "shares": [ + "HMQ_6" + ], + "percent": 10 + }, + { + "type": "program_buy_shares", + "entity": 9857, + "entity_type": "player", + "id": 400, + "created_at": 1705897142, + "corporation": "HMQ", + "until_condition": 5, + "from_market": false, + "auto_pass_after": false + }, + { + "type": "buy_shares", + "entity": 253, + "shares": [ + "SWP_3" + ], + "percent": 10, + "entity_type": "player", + "id": 401, + "user": 253, + "created_at": 1705898258 + }, + { + "type": "undo", + "entity": 253, + "entity_type": "player", + "id": 402, + "user": 253, + "created_at": 1705898273 + }, + { + "type": "buy_shares", + "entity": 253, + "entity_type": "player", + "id": 403, + "created_at": 1705898277, + "shares": [ + "SWP_3" + ], + "percent": 10 + }, + { + "type": "choose", + "entity": 253, + "entity_type": "player", + "id": 404, + "created_at": 1705898287, + "choice": "ITC" + }, + { + "type": "program_share_pass", + "entity": 16229, + "entity_type": "player", + "id": 405, + "created_at": 1705902029, + "auto_actions": [ + { + "type": "pass", + "entity": 16229, + "entity_type": "player", + "created_at": 1705902029 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "buy_shares", + "entity": 12794, + "entity_type": "player", + "id": 406, + "created_at": 1705902055, + "shares": [ + "VH_1" + ], + "percent": 10 + }, + { + "type": "choose", + "entity": 12794, + "entity_type": "player", + "id": 407, + "created_at": 1705902068, + "choice": "LG" + }, + { + "type": "program_share_pass", + "entity": 9913, + "entity_type": "player", + "id": 408, + "created_at": 1705906669, + "auto_actions": [ + { + "type": "pass", + "entity": 9913, + "entity_type": "player", + "created_at": 1705906668 + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "created_at": 1705906668, + "shares": [ + "HMQ_7" + ], + "percent": 10 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "pass", + "entity": 253, + "entity_type": "player", + "id": 409, + "created_at": 1705940861, + "auto_actions": [ + { + "type": "pass", + "entity": 16229, + "entity_type": "player", + "created_at": 1705940861 + } + ] + }, + { + "type": "buy_shares", + "entity": 12794, + "entity_type": "player", + "id": 410, + "created_at": 1705950288, + "shares": [ + "VH_8" + ], + "percent": 10 + }, + { + "type": "choose", + "entity": 12794, + "entity_type": "player", + "id": 411, + "created_at": 1705950291, + "auto_actions": [ + { + "type": "pass", + "entity": 9913, + "entity_type": "player", + "created_at": 1705950291 + }, + { + "type": "buy_shares", + "entity": 9857, + "entity_type": "player", + "created_at": 1705950291, + "shares": [ + "HMQ_8" + ], + "percent": 10 + } + ], + "choice": "SWP" + }, + { + "type": "pass", + "entity": 253, + "entity_type": "player", + "id": 412, + "created_at": 1705951190, + "auto_actions": [ + { + "type": "pass", + "entity": 16229, + "entity_type": "player", + "created_at": 1705951190 + } + ] + }, + { + "type": "program_share_pass", + "entity": 12794, + "entity_type": "player", + "id": 413, + "created_at": 1705951223, + "auto_actions": [ + { + "type": "pass", + "entity": 12794, + "entity_type": "player", + "created_at": 1705951223 + }, + { + "type": "pass", + "entity": 9913, + "entity_type": "player", + "created_at": 1705951223 + }, + { + "type": "program_disable", + "entity": 9857, + "entity_type": "player", + "created_at": 1705951223, + "reason": "5 share(s) bought in HMQ, end condition met" + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "program_share_pass", + "entity": 9857, + "entity_type": "player", + "id": 414, + "created_at": 1705954154, + "auto_actions": [ + { + "type": "pass", + "entity": 9857, + "entity_type": "player", + "created_at": 1705954152 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "sell_shares", + "entity": "SSF", + "shares": [ + "VH_2" + ], + "percent": 10, + "entity_type": "corporation", + "id": 415, + "user": 253, + "created_at": 1705955047 + }, + { + "type": "sell_shares", + "entity": "SSF", + "shares": [ + "ITC_5" + ], + "percent": 10, + "entity_type": "corporation", + "id": 416, + "user": 253, + "created_at": 1705955050 + }, + { + "type": "sell_shares", + "entity": "SSF", + "shares": [ + "LG_8" + ], + "percent": 10, + "entity_type": "corporation", + "id": 417, + "user": 253, + "created_at": 1705955058 + }, + { + "type": "undo", + "entity": "VH", + "action_id": 414, + "entity_type": "corporation", + "id": 418, + "user": 253, + "created_at": 1705955064 + }, + { + "type": "sell_shares", + "entity": "SSF", + "entity_type": "corporation", + "id": 419, + "created_at": 1705955112, + "shares": [ + "ITC_5" + ], + "percent": 10 + }, + { + "type": "sell_shares", + "entity": "SSF", + "entity_type": "corporation", + "id": 420, + "created_at": 1705955116, + "shares": [ + "VH_2" + ], + "percent": 10 + }, + { + "type": "sell_shares", + "entity": "SSF", + "entity_type": "corporation", + "id": 421, + "created_at": 1705955120, + "shares": [ + "LG_8" + ], + "percent": 10 + }, + { + "type": "sell_shares", + "entity": "VH", + "entity_type": "corporation", + "id": 422, + "created_at": 1705957076, + "shares": [ + "LG_1" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": "VH", + "entity_type": "corporation", + "id": 423, + "created_at": 1705957079, + "shares": [ + "VH_2" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": "HMQ", + "entity_type": "corporation", + "id": 424, + "created_at": 1705964870, + "shares": [ + "ITC_5" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": "ITC", + "entity_type": "corporation", + "id": 425, + "created_at": 1705965776, + "shares": [ + "LG_3" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 426, + "created_at": 1705967690 + }, + { + "type": "buy_shares", + "entity": "SWP", + "entity_type": "corporation", + "id": 427, + "created_at": 1706027138, + "shares": [ + "ITC_7" + ], + "percent": 10 + }, + { + "hex": "H10", + "tile": "442M-1", + "type": "lay_tile", + "entity": "SSF", + "rotation": 4, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1706027174, + "entity_type": "corporation" + } + ], + "id": 428, + "user": 253, + "created_at": 1706027174 + }, + { + "hex": "H8", + "tile": "25-1", + "type": "lay_tile", + "entity": "SSF", + "rotation": 0, + "entity_type": "corporation", + "id": 429, + "user": 253, + "created_at": 1706027195 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 427, + "entity_type": "corporation", + "id": 430, + "user": 253, + "created_at": 1706027224 + }, + { + "hex": "G13", + "tile": "X18-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 1, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1706027231, + "entity_type": "corporation" + } + ], + "id": 431, + "user": 253, + "created_at": 1706027232 + }, + { + "hex": "H10", + "tile": "443M-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 1, + "entity_type": "corporation", + "id": 432, + "user": 253, + "created_at": 1706027243 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 427, + "entity_type": "corporation", + "id": 433, + "user": 253, + "created_at": 1706027265 + }, + { + "hex": "G13", + "tile": "X18-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 1, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1706027266, + "entity_type": "corporation" + } + ], + "id": 434, + "user": 253, + "created_at": 1706027267 + }, + { + "hex": "H10", + "tile": "443M-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 1, + "entity_type": "corporation", + "id": 435, + "user": 253, + "created_at": 1706027279 + }, + { + "type": "run_routes", + "entity": "SSF", + "routes": [ + { + "hexes": [ + "G13", + "E15", + "D12", + "E9" + ], + "nodes": [ + "E15-0", + "G13-0", + "D12-0", + "E9-0" + ], + "train": "4-0", + "revenue": 170, + "connections": [ + [ + "E15", + "F14", + "G13" + ], + [ + "D12", + "E13", + "E15" + ], + [ + "D12", + "E11", + "E9" + ] + ], + "revenue_str": "G13-E15-D12-E9" + }, + { + "hexes": [ + "A5", + "A7", + "D10", + "E9", + "H10", + "I11" + ], + "nodes": [ + "A7-0", + "A5-0", + "D10-0", + "E9-0", + "H10-0", + "I11-0" + ], + "train": "6-0", + "revenue": 210, + "connections": [ + [ + "A7", + "A5" + ], + [ + "D10", + "C9", + "B8", + "A7" + ], + [ + "E9", + "D10" + ], + [ + "H10", + "G11", + "F10", + "E9" + ], + [ + "I11", + "H10" + ] + ], + "revenue_str": "A5-A7-D10-E9-H10-I11" + } + ], + "entity_type": "corporation", + "extra_revenue": 0, + "id": 436, + "user": 253, + "created_at": 1706027407 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 427, + "entity_type": "corporation", + "id": 437, + "user": 253, + "created_at": 1706027431 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 438, + "created_at": 1706027443, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "entity_type": "corporation", + "created_at": 1706027442, + "graph_id": "BOTH" + } + ], + "hex": "G13", + "tile": "X18-0", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 439, + "created_at": 1706027464, + "hex": "H10", + "tile": "443M-0", + "rotation": 1 + }, + { + "type": "choose", + "entity": "SSF", + "entity_type": "corporation", + "id": 440, + "created_at": 1706027475, + "choice": "1" + }, + { + "type": "run_routes", + "entity": "SSF", + "entity_type": "corporation", + "id": 441, + "created_at": 1706027520, + "routes": [ + { + "train": "4-0", + "connections": [ + [ + "G13", + "F12", + "E11", + "E9" + ], + [ + "E15", + "F14", + "G13" + ], + [ + "D12", + "E13", + "E15" + ] + ], + "hexes": [ + "E9", + "G13", + "E15", + "D12" + ], + "revenue": 170, + "revenue_str": "E9-G13-E15-D12", + "nodes": [ + "G13-0", + "E9-0", + "E15-0", + "D12-0" + ] + }, + { + "train": "6-0", + "connections": [ + [ + "A7", + "A5" + ], + [ + "D10", + "C9", + "B8", + "A7" + ], + [ + "E9", + "D10" + ], + [ + "H10", + "G11", + "F10", + "E9" + ], + [ + "I11", + "H10" + ] + ], + "hexes": [ + "A5", + "A7", + "D10", + "E9", + "H10", + "I11" + ], + "revenue": 210, + "revenue_str": "A5-A7-D10-E9-H10-I11", + "nodes": [ + "A7-0", + "A5-0", + "D10-0", + "E9-0", + "H10-0", + "I11-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "entity": "SSF", + "entity_type": "corporation", + "id": 442, + "created_at": 1706027525, + "train": "10-0", + "price": 730, + "variant": "10", + "slots": [ + 1 + ] + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 443, + "created_at": 1706027541 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 444, + "created_at": 1706027604, + "auto_actions": [ + { + "type": "use_graph", + "entity": "VH", + "entity_type": "corporation", + "created_at": 1706027606, + "graph_id": "BOTH" + } + ], + "hex": "K3", + "tile": "9-6", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 445, + "created_at": 1706027637, + "hex": "C9", + "tile": "41-0", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "VH", + "entity_type": "corporation", + "id": 446, + "created_at": 1706027648, + "routes": [ + { + "train": "6-1", + "connections": [ + [ + "I11", + "I9", + "J8", + "J6", + "J4", + "K3", + "L2" + ], + [ + "E9", + "F10", + "G11", + "H12", + "I11" + ], + [ + "D10", + "E9" + ], + [ + "C7", + "C9", + "D10" + ], + [ + "A5", + "B6", + "C7" + ] + ], + "hexes": [ + "L2", + "I11", + "E9", + "D10", + "C7", + "A5" + ], + "revenue": 320, + "revenue_str": "L2-I11-E9-D10-C7-A5 + E/W", + "nodes": [ + "I11-0", + "L2-0", + "E9-0", + "D10-0", + "C7-0", + "A5-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 447, + "created_at": 1706027650 + }, + { + "type": "lay_tile", + "entity": "HMQ", + "entity_type": "corporation", + "id": 448, + "created_at": 1706032500, + "auto_actions": [ + { + "type": "use_graph", + "entity": "HMQ", + "entity_type": "corporation", + "created_at": 1706032499, + "graph_id": "BOTH" + } + ], + "hex": "E1", + "tile": "8-0", + "rotation": 5 + }, + { + "type": "lay_tile", + "entity": "HMQ", + "entity_type": "corporation", + "id": 449, + "created_at": 1706032508, + "hex": "F2", + "tile": "6M-3", + "rotation": 0 + }, + { + "type": "pass", + "entity": "HMQ", + "entity_type": "corporation", + "id": 450, + "created_at": 1706032513 + }, + { + "type": "run_routes", + "entity": "HMQ", + "entity_type": "corporation", + "id": 451, + "created_at": 1706032575, + "routes": [ + { + "train": "5-0", + "connections": [ + [ + "E9", + "D10" + ], + [ + "C7", + "D8", + "E9" + ], + [ + "D2", + "C3", + "C5", + "C7" + ], + [ + "F2", + "E1", + "D2" + ] + ], + "hexes": [ + "D10", + "E9", + "C7", + "D2", + "F2" + ], + "revenue": 200, + "revenue_str": "D10-E9-C7-D2-F2", + "nodes": [ + "E9-0", + "D10-0", + "C7-0", + "D2-0", + "F2-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "HMQ", + "entity_type": "corporation", + "id": 452, + "created_at": 1706032608 + }, + { + "hex": "A7", + "tile": "444M-2", + "type": "lay_tile", + "entity": "SWP", + "rotation": 3, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "graph_id": "BOTH", + "created_at": 1706034809, + "entity_type": "corporation" + } + ], + "id": 453, + "user": 253, + "created_at": 1706034810 + }, + { + "type": "undo", + "entity": "SWP", + "entity_type": "corporation", + "id": 454, + "user": 253, + "created_at": 1706034813 + }, + { + "hex": "E15", + "tile": "X14-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 2, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "graph_id": "BOTH", + "created_at": 1706034824, + "entity_type": "corporation" + } + ], + "id": 455, + "user": 253, + "created_at": 1706034825 + }, + { + "hex": "D12", + "tile": "449M-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 1, + "entity_type": "corporation", + "id": 456, + "user": 253, + "created_at": 1706034848 + }, + { + "city": "X14-0-0", + "slot": 1, + "type": "place_token", + "entity": "SWP", + "tokener": "SWP", + "entity_type": "corporation", + "id": 457, + "user": 253, + "created_at": 1706034855 + }, + { + "type": "undo", + "entity": "SWP", + "action_id": 452, + "entity_type": "corporation", + "id": 458, + "user": 253, + "created_at": 1706034909 + }, + { + "hex": "E15", + "tile": "X14-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 2, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "graph_id": "BOTH", + "created_at": 1706034916, + "entity_type": "corporation" + } + ], + "id": 459, + "user": 253, + "created_at": 1706034917 + }, + { + "type": "undo", + "entity": "SWP", + "entity_type": "corporation", + "id": 460, + "user": 253, + "created_at": 1706034928 + }, + { + "type": "lay_tile", + "entity": "SWP", + "entity_type": "corporation", + "id": 461, + "created_at": 1706034934, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "entity_type": "corporation", + "created_at": 1706034933, + "graph_id": "BOTH" + } + ], + "hex": "E13", + "tile": "29-0", + "rotation": 0 + }, + { + "type": "lay_tile", + "entity": "SWP", + "entity_type": "corporation", + "id": 462, + "created_at": 1706034960, + "hex": "E15", + "tile": "X14-0", + "rotation": 2 + }, + { + "type": "place_token", + "entity": "SWP", + "entity_type": "corporation", + "id": 463, + "created_at": 1706034961, + "city": "X14-0-0", + "slot": 1, + "tokener": "SWP" + }, + { + "type": "run_routes", + "entity": "SWP", + "entity_type": "corporation", + "id": 464, + "created_at": 1706035006, + "routes": [ + { + "train": "6-999", + "connections": [ + [ + "C7", + "B6", + "A5" + ], + [ + "E9", + "D8", + "C7" + ], + [ + "E9", + "F10", + "G11", + "H10" + ], + [ + "H10", + "I11" + ], + [ + "I11", + "I9", + "J8", + "J6", + "J4", + "K3", + "L2" + ] + ], + "hexes": [ + "A5", + "C7", + "E9", + "H10", + "I11", + "L2" + ], + "revenue": 290, + "revenue_str": "A5-C7-E9-H10-I11-L2 + E/W", + "nodes": [ + "C7-0", + "A5-0", + "E9-0", + "H10-0", + "I11-0", + "L2-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "SWP", + "entity_type": "corporation", + "id": 465, + "created_at": 1706035078 + }, + { + "hex": "I11", + "tile": "X25-0", + "type": "lay_tile", + "entity": "LG", + "rotation": 1, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "LG", + "graph_id": "BOTH", + "created_at": 1706035344, + "entity_type": "corporation" + } + ], + "id": 466, + "user": 9913, + "created_at": 1706035345 + }, + { + "type": "undo", + "entity": "LG", + "entity_type": "corporation", + "id": 467, + "user": 9913, + "created_at": 1706035356 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 468, + "created_at": 1706035360, + "auto_actions": [ + { + "type": "use_graph", + "entity": "LG", + "entity_type": "corporation", + "created_at": 1706035359, + "graph_id": "BOTH" + } + ], + "hex": "D10", + "tile": "X26-0", + "rotation": 1 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 469, + "created_at": 1706035362 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 470, + "created_at": 1706035365 + }, + { + "type": "sell_shares", + "entity": "LG", + "entity_type": "corporation", + "id": 471, + "created_at": 1706035378, + "shares": [ + "SSF_8" + ], + "percent": 10 + }, + { + "type": "sell_shares", + "entity": "LG", + "entity_type": "corporation", + "id": 472, + "created_at": 1706035391, + "shares": [ + "ITC_4" + ], + "percent": 10 + }, + { + "type": "buy_train", + "price": 730, + "slots": [ + 0 + ], + "train": "10-1", + "entity": "LG", + "variant": "10", + "entity_type": "corporation", + "id": 473, + "user": 9913, + "created_at": 1706035395 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 474, + "user": 9913, + "created_at": 1706035398 + }, + { + "type": "undo", + "entity": "ITC", + "entity_type": "corporation", + "id": 475, + "user": 9913, + "created_at": 1706035406 + }, + { + "type": "undo", + "entity": "LG", + "entity_type": "corporation", + "id": 476, + "user": 9913, + "created_at": 1706035411 + }, + { + "type": "buy_train", + "entity": "LG", + "entity_type": "corporation", + "id": 477, + "created_at": 1706035458, + "train": "10-1", + "price": 730, + "variant": "10", + "slots": [ + 1 + ] + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 478, + "created_at": 1706035459 + }, + { + "type": "pass", + "entity": "ITC", + "entity_type": "corporation", + "id": 479, + "created_at": 1706039492 + }, + { + "type": "pass", + "entity": "ITC", + "entity_type": "corporation", + "id": 480, + "created_at": 1706039514 + }, + { + "type": "run_routes", + "entity": "ITC", + "entity_type": "corporation", + "id": 481, + "created_at": 1706039529, + "routes": [ + { + "train": "5-1", + "connections": [ + [ + "H10", + "I11" + ], + [ + "G13", + "H12", + "G11", + "H10" + ], + [ + "E9", + "E11", + "F12", + "G13" + ], + [ + "D10", + "E9" + ] + ], + "hexes": [ + "I11", + "H10", + "G13", + "E9", + "D10" + ], + "revenue": 260, + "revenue_str": "I11-H10-G13-E9-D10", + "nodes": [ + "H10-0", + "I11-0", + "G13-1", + "E9-0", + "D10-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "ITC", + "entity_type": "corporation", + "id": 482, + "created_at": 1706039531 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 483, + "created_at": 1706040011, + "auto_actions": [ + { + "type": "use_graph", + "entity": "VH", + "entity_type": "corporation", + "created_at": 1706040013, + "graph_id": "BOTH" + } + ], + "hex": "E15", + "tile": "X24-0", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 484, + "created_at": 1706040017, + "hex": "D14", + "tile": "8-3", + "rotation": 5 + }, + { + "type": "run_routes", + "entity": "VH", + "entity_type": "corporation", + "id": 485, + "created_at": 1706040036, + "routes": [ + { + "train": "6-1", + "connections": [ + [ + "I11", + "J12", + "K11", + "L12", + "L14" + ], + [ + "E9", + "F10", + "G11", + "H12", + "I11" + ], + [ + "E9", + "E11", + "F12", + "G13" + ], + [ + "G13", + "F14", + "E15" + ], + [ + "E15", + "D14", + "C15" + ] + ], + "hexes": [ + "L14", + "I11", + "E9", + "G13", + "E15", + "C15" + ], + "revenue": 350, + "revenue_str": "L14-I11-E9-G13-E15-C15 + E/W", + "nodes": [ + "I11-0", + "L14-0", + "E9-0", + "G13-0", + "E15-0", + "C15-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 486, + "created_at": 1706040040 + }, + { + "type": "lay_tile", + "entity": "SWP", + "entity_type": "corporation", + "id": 487, + "created_at": 1706041372, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "entity_type": "corporation", + "created_at": 1706041371, + "graph_id": "BOTH" + } + ], + "hex": "B6", + "tile": "X8-0", + "rotation": 5 + }, + { + "type": "lay_tile", + "entity": "SWP", + "entity_type": "corporation", + "id": 488, + "created_at": 1706041378, + "hex": "D14", + "tile": "23-2", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "SWP", + "entity_type": "corporation", + "id": 489, + "created_at": 1706041408, + "routes": [ + { + "train": "6-999", + "connections": [ + [ + "I11", + "J12", + "K11", + "L12", + "L14" + ], + [ + "E9", + "F10", + "G11", + "H12", + "I11" + ], + [ + "G13", + "F12", + "E11", + "E9" + ], + [ + "E15", + "F14", + "G13" + ], + [ + "C15", + "D14", + "E13", + "E15" + ] + ], + "hexes": [ + "L14", + "I11", + "E9", + "G13", + "E15", + "C15" + ], + "revenue": 350, + "revenue_str": "L14-I11-E9-G13-E15-C15 + E/W", + "nodes": [ + "I11-0", + "L14-0", + "E9-0", + "G13-0", + "E15-0", + "C15-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "SWP", + "entity_type": "corporation", + "id": 490, + "created_at": 1706041434 + }, + { + "hex": "A7", + "tile": "442M-1", + "type": "lay_tile", + "entity": "SSF", + "rotation": 0, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1706041479, + "entity_type": "corporation" + } + ], + "id": 491, + "user": 253, + "created_at": 1706041479 + }, + { + "hex": "A7", + "tile": "448M-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 3, + "entity_type": "corporation", + "id": 492, + "user": 253, + "created_at": 1706041483 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 490, + "entity_type": "corporation", + "id": 493, + "user": 253, + "created_at": 1706041486 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 494, + "created_at": 1706041498, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "entity_type": "corporation", + "created_at": 1706041498, + "graph_id": "BOTH" + } + ], + "hex": "D12", + "tile": "449M-0", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 495, + "created_at": 1706041508, + "hex": "C11", + "tile": "28-0", + "rotation": 0 + }, + { + "type": "choose", + "entity": "SSF", + "entity_type": "corporation", + "id": 496, + "created_at": 1706041518, + "choice": "0" + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 490, + "entity_type": "corporation", + "id": 497, + "user": 253, + "created_at": 1706041586 + }, + { + "type": "redo", + "entity": "SSF", + "entity_type": "corporation", + "id": 498, + "user": 253, + "created_at": 1706041595 + }, + { + "type": "run_routes", + "entity": "SSF", + "entity_type": "corporation", + "id": 499, + "created_at": 1706041720, + "routes": [ + { + "train": "6-0", + "connections": [ + [ + "E9", + "D8", + "C7" + ], + [ + "G13", + "F12", + "E11", + "E9" + ], + [ + "E15", + "F14", + "G13" + ], + [ + "D12", + "E13", + "E15" + ], + [ + "B14", + "C13", + "D12" + ] + ], + "hexes": [ + "C7", + "E9", + "G13", + "E15", + "D12", + "B14" + ], + "revenue": 240, + "revenue_str": "C7-E9-G13-E15-D12-B14", + "nodes": [ + "E9-0", + "C7-0", + "G13-0", + "E15-0", + "D12-0", + "B14-0" + ] + }, + { + "train": "10-0", + "connections": [ + [ + "G7", + "H6", + "I5" + ], + [ + "H10", + "H8", + "G7" + ], + [ + "E9", + "F10", + "G11", + "H10" + ], + [ + "D10", + "E9" + ], + [ + "A7", + "B8", + "C9", + "D10" + ], + [ + "A5", + "A7" + ] + ], + "hexes": [ + "I5", + "G7", + "H10", + "E9", + "D10", + "A7", + "A5" + ], + "revenue": 240, + "revenue_str": "I5-G7-H10-E9-D10-A7-A5", + "nodes": [ + "G7-0", + "I5-0", + "H10-0", + "E9-0", + "D10-0", + "A7-0", + "A5-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 500, + "created_at": 1706041724 + }, + { + "type": "pass", + "entity": "HMQ", + "entity_type": "corporation", + "id": 501, + "created_at": 1706045331 + }, + { + "type": "place_token", + "entity": "HMQ", + "entity_type": "corporation", + "id": 502, + "created_at": 1706045337, + "city": "X18-0-0", + "slot": 0, + "tokener": "HMQ" + }, + { + "type": "run_routes", + "entity": "HMQ", + "entity_type": "corporation", + "id": 503, + "created_at": 1706045363, + "routes": [ + { + "train": "5-0", + "connections": [ + [ + "G13", + "F14", + "E15" + ], + [ + "E9", + "E11", + "F12", + "G13" + ], + [ + "C7", + "D8", + "E9" + ], + [ + "D10", + "C9", + "C7" + ] + ], + "hexes": [ + "E15", + "G13", + "E9", + "C7", + "D10" + ], + "revenue": 270, + "revenue_str": "E15-G13-E9-C7-D10", + "nodes": [ + "G13-0", + "E15-0", + "E9-0", + "C7-0", + "D10-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "HMQ", + "entity_type": "corporation", + "id": 504, + "created_at": 1706045381 + }, + { + "type": "lay_tile", + "entity": "ITC", + "entity_type": "corporation", + "id": 505, + "created_at": 1706054462, + "auto_actions": [ + { + "type": "use_graph", + "entity": "ITC", + "entity_type": "corporation", + "created_at": 1706054462, + "graph_id": "BOTH" + } + ], + "hex": "G7", + "tile": "X17-0", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "ITC", + "entity_type": "corporation", + "id": 506, + "created_at": 1706054471, + "hex": "F6", + "tile": "8-3", + "rotation": 5 + }, + { + "type": "place_token", + "entity": "ITC", + "entity_type": "corporation", + "id": 507, + "created_at": 1706054474, + "city": "X17-0-0", + "slot": 2, + "tokener": "ITC" + }, + { + "type": "run_routes", + "entity": "ITC", + "entity_type": "corporation", + "id": 508, + "created_at": 1706054480, + "routes": [ + { + "train": "5-1", + "connections": [ + [ + "H10", + "I11" + ], + [ + "G13", + "H12", + "G11", + "H10" + ], + [ + "E9", + "E11", + "F12", + "G13" + ], + [ + "D10", + "E9" + ] + ], + "hexes": [ + "I11", + "H10", + "G13", + "E9", + "D10" + ], + "revenue": 260, + "revenue_str": "I11-H10-G13-E9-D10", + "nodes": [ + "H10-0", + "I11-0", + "G13-1", + "E9-0", + "D10-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "ITC", + "entity_type": "corporation", + "id": 509, + "created_at": 1706054481 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 510, + "created_at": 1706086440, + "auto_actions": [ + { + "type": "use_graph", + "entity": "LG", + "entity_type": "corporation", + "created_at": 1706086440, + "graph_id": "BOTH" + } + ], + "hex": "E7", + "tile": "8-6", + "rotation": 4 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 511, + "created_at": 1706086450 + }, + { + "type": "run_routes", + "entity": "LG", + "entity_type": "corporation", + "id": 512, + "created_at": 1706086491, + "routes": [ + { + "train": "10-1", + "connections": [ + [ + "I11", + "I9", + "J8", + "J6", + "J4", + "K3", + "L2" + ], + [ + "H10", + "G11", + "H12", + "I11" + ], + [ + "G7", + "H8", + "H10" + ], + [ + "E9", + "E7", + "F6", + "G7" + ], + [ + "D10", + "E9" + ], + [ + "A7", + "B8", + "C9", + "D10" + ], + [ + "A5", + "A7" + ] + ], + "hexes": [ + "L2", + "I11", + "H10", + "G7", + "E9", + "D10", + "A7", + "A5" + ], + "revenue": 380, + "revenue_str": "L2-I11-H10-G7-E9-D10-A7-A5 + E/W", + "nodes": [ + "I11-0", + "L2-0", + "H10-0", + "G7-0", + "E9-0", + "D10-0", + "A7-0", + "A5-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 513, + "created_at": 1706086508 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 514, + "created_at": 1706111468, + "auto_actions": [ + { + "type": "use_graph", + "entity": "VH", + "entity_type": "corporation", + "created_at": 1706111469, + "graph_id": "BOTH" + } + ], + "hex": "C5", + "tile": "24-1", + "rotation": 0 + }, + { + "type": "lay_tile", + "entity": "VH", + "entity_type": "corporation", + "id": 515, + "created_at": 1706111473, + "hex": "B4", + "tile": "6M-4", + "rotation": 3 + }, + { + "type": "run_routes", + "entity": "VH", + "entity_type": "corporation", + "id": 516, + "created_at": 1706111532, + "routes": [ + { + "train": "6-1", + "connections": [ + [ + "I11", + "J12", + "K11", + "L12", + "L14" + ], + [ + "E9", + "F10", + "G11", + "H12", + "I11" + ], + [ + "E9", + "D10" + ], + [ + "D10", + "C9", + "C7" + ], + [ + "C7", + "B6", + "A5" + ] + ], + "hexes": [ + "L14", + "I11", + "E9", + "D10", + "C7", + "A5" + ], + "revenue": 340, + "revenue_str": "L14-I11-E9-D10-C7-A5 + E/W", + "nodes": [ + "I11-0", + "L14-0", + "E9-0", + "D10-0", + "C7-0", + "A5-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "VH", + "entity_type": "corporation", + "id": 517, + "created_at": 1706111534 + }, + { + "hex": "D12", + "tile": "X27-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 1, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "graph_id": "BOTH", + "created_at": 1706114166, + "entity_type": "corporation" + } + ], + "id": 518, + "user": 253, + "created_at": 1706114167 + }, + { + "hex": "C11", + "tile": "39-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 4, + "entity_type": "corporation", + "id": 519, + "user": 253, + "created_at": 1706114172 + }, + { + "type": "run_routes", + "entity": "SWP", + "routes": [ + { + "hexes": [ + "G13", + "E15", + "D12", + "E9", + "C7", + "D10" + ], + "nodes": [ + "E15-0", + "G13-0", + "D12-0", + "E9-0", + "C7-0", + "D10-0" + ], + "train": "6-999", + "revenue": 300, + "connections": [ + [ + "E15", + "F14", + "G13" + ], + [ + "D12", + "E13", + "E15" + ], + [ + "E9", + "E11", + "D12" + ], + [ + "E9", + "D8", + "C7" + ], + [ + "C7", + "C9", + "D10" + ] + ], + "revenue_str": "G13-E15-D12-E9-C7-D10" + } + ], + "entity_type": "corporation", + "extra_revenue": 0, + "id": 520, + "user": 253, + "created_at": 1706114332 + }, + { + "type": "pass", + "entity": "SWP", + "entity_type": "corporation", + "id": 521, + "user": 253, + "created_at": 1706114335 + }, + { + "hex": "C13", + "tile": "X9-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 0, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1706114384, + "entity_type": "corporation" + } + ], + "id": 522, + "user": 253, + "created_at": 1706114385 + }, + { + "hex": "I11", + "tile": "X25-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 1, + "entity_type": "corporation", + "id": 523, + "user": 253, + "created_at": 1706114394 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 521, + "entity_type": "corporation", + "id": 524, + "user": 253, + "created_at": 1706114437 + }, + { + "hex": "D8", + "tile": "X12-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 2, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1706114450, + "entity_type": "corporation" + } + ], + "id": 525, + "user": 253, + "created_at": 1706114451 + }, + { + "hex": "C13", + "tile": "X9-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 0, + "entity_type": "corporation", + "id": 526, + "user": 253, + "created_at": 1706114490 + }, + { + "type": "run_routes", + "entity": "SSF", + "routes": [ + { + "hexes": [ + "C7", + "D10", + "D12", + "E15", + "G13" + ], + "nodes": [ + "D10-0", + "C7-0", + "D12-0", + "E15-0", + "G13-0" + ], + "train": "6-0", + "revenue": 260, + "connections": [ + [ + "D10", + "D8", + "C7" + ], + [ + "D12", + "C13", + "C11", + "D10" + ], + [ + "E15", + "E13", + "D12" + ], + [ + "E15", + "F14", + "G13" + ] + ], + "revenue_str": "C7-D10-D12-E15-G13" + }, + { + "hexes": [ + "I5", + "G7", + "H10", + "E9", + "D10", + "A7", + "A5" + ], + "nodes": [ + "G7-0", + "I5-0", + "H10-0", + "E9-0", + "D10-0", + "A7-0", + "A5-0" + ], + "train": "10-0", + "revenue": 240, + "connections": [ + [ + "G7", + "H6", + "I5" + ], + [ + "H10", + "H8", + "G7" + ], + [ + "E9", + "F10", + "G11", + "H10" + ], + [ + "D10", + "E9" + ], + [ + "A7", + "B8", + "C9", + "D10" + ], + [ + "A5", + "A7" + ] + ], + "revenue_str": "I5-G7-H10-E9-D10-A7-A5" + } + ], + "entity_type": "corporation", + "extra_revenue": 0, + "id": 527, + "user": 253, + "created_at": 1706114539 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 521, + "entity_type": "corporation", + "id": 528, + "user": 253, + "created_at": 1706114549 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 517, + "entity_type": "corporation", + "id": 529, + "user": 253, + "created_at": 1706114580 + }, + { + "hex": "H8", + "tile": "25-1", + "type": "lay_tile", + "entity": "SWP", + "rotation": 0, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "graph_id": "BOTH", + "created_at": 1706114584, + "entity_type": "corporation" + } + ], + "id": 530, + "user": 253, + "created_at": 1706114584 + }, + { + "type": "undo", + "entity": "SWP", + "entity_type": "corporation", + "id": 531, + "user": 253, + "created_at": 1706114612 + }, + { + "hex": "D8", + "tile": "X12-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 2, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "graph_id": "LB", + "created_at": 1706114635, + "entity_type": "corporation" + } + ], + "id": 532, + "user": 253, + "created_at": 1706114635 + }, + { + "type": "undo", + "entity": "SWP", + "action_id": 517, + "entity_type": "corporation", + "id": 533, + "user": 253, + "created_at": 1706114651 + }, + { + "hex": "J6", + "tile": "27-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 0, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "graph_id": "BOTH", + "created_at": 1706114712, + "entity_type": "corporation" + } + ], + "id": 534, + "user": 253, + "created_at": 1706114713 + }, + { + "type": "undo", + "entity": "SWP", + "entity_type": "corporation", + "id": 535, + "user": 253, + "created_at": 1706114721 + }, + { + "hex": "H8", + "tile": "25-1", + "type": "lay_tile", + "entity": "SWP", + "rotation": 0, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "graph_id": "BOTH", + "created_at": 1706114731, + "entity_type": "corporation" + } + ], + "id": 536, + "user": 253, + "created_at": 1706114732 + }, + { + "hex": "I7", + "tile": "57M-1", + "type": "lay_tile", + "entity": "SWP", + "rotation": 1, + "entity_type": "corporation", + "id": 537, + "user": 253, + "created_at": 1706114735 + }, + { + "type": "undo", + "entity": "SWP", + "action_id": 517, + "entity_type": "corporation", + "id": 538, + "user": 253, + "created_at": 1706114766 + }, + { + "hex": "D12", + "tile": "X27-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 1, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "graph_id": "BOTH", + "created_at": 1706114779, + "entity_type": "corporation" + } + ], + "id": 539, + "user": 253, + "created_at": 1706114780 + }, + { + "hex": "C11", + "tile": "39-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 4, + "entity_type": "corporation", + "id": 540, + "user": 253, + "created_at": 1706114782 + }, + { + "type": "run_routes", + "entity": "SWP", + "routes": [ + { + "hexes": [ + "D10", + "C7", + "E9", + "D12", + "E15", + "G13" + ], + "nodes": [ + "C7-0", + "D10-0", + "E9-0", + "D12-0", + "E15-0", + "G13-0" + ], + "train": "6-999", + "revenue": 300, + "connections": [ + [ + "C7", + "C9", + "D10" + ], + [ + "E9", + "D8", + "C7" + ], + [ + "D12", + "E11", + "E9" + ], + [ + "E15", + "E13", + "D12" + ], + [ + "E15", + "F14", + "G13" + ] + ], + "revenue_str": "D10-C7-E9-D12-E15-G13" + } + ], + "entity_type": "corporation", + "extra_revenue": 0, + "id": 541, + "user": 253, + "created_at": 1706114814 + }, + { + "type": "pass", + "entity": "SWP", + "entity_type": "corporation", + "id": 542, + "user": 253, + "created_at": 1706114817 + }, + { + "hex": "I11", + "tile": "X25-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 1, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1706114841, + "entity_type": "corporation" + } + ], + "id": 543, + "user": 253, + "created_at": 1706114842 + }, + { + "type": "undo", + "entity": "SSF", + "entity_type": "corporation", + "id": 544, + "user": 253, + "created_at": 1706114847 + }, + { + "hex": "F6", + "tile": "25-1", + "type": "lay_tile", + "entity": "SSF", + "rotation": 5, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1706114887, + "entity_type": "corporation" + } + ], + "id": 545, + "user": 253, + "created_at": 1706114888 + }, + { + "hex": "F4", + "tile": "9-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 0, + "entity_type": "corporation", + "id": 546, + "user": 253, + "created_at": 1706114892 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 542, + "entity_type": "corporation", + "id": 547, + "user": 253, + "created_at": 1706115004 + }, + { + "hex": "D8", + "tile": "X12-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 2, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1706115013, + "entity_type": "corporation" + } + ], + "id": 548, + "user": 253, + "created_at": 1706115014 + }, + { + "hex": "A7", + "tile": "444M-2", + "type": "lay_tile", + "entity": "SSF", + "rotation": 3, + "entity_type": "corporation", + "id": 549, + "user": 253, + "created_at": 1706115020 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 542, + "entity_type": "corporation", + "id": 550, + "user": 253, + "created_at": 1706115049 + }, + { + "type": "redo", + "entity": "SSF", + "entity_type": "corporation", + "id": 551, + "user": 253, + "created_at": 1706115062 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 542, + "entity_type": "corporation", + "id": 552, + "user": 253, + "created_at": 1706115206 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 517, + "entity_type": "corporation", + "id": 553, + "user": 253, + "created_at": 1706115211 + }, + { + "hex": "F6", + "tile": "25-1", + "type": "lay_tile", + "entity": "SWP", + "rotation": 5, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "graph_id": "BOTH", + "created_at": 1706115224, + "entity_type": "corporation" + } + ], + "id": 554, + "user": 253, + "created_at": 1706115225 + }, + { + "hex": "F4", + "tile": "9-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 0, + "entity_type": "corporation", + "id": 555, + "user": 253, + "created_at": 1706115228 + }, + { + "type": "undo", + "entity": "SWP", + "entity_type": "corporation", + "id": 556, + "user": 253, + "created_at": 1706115240 + }, + { + "hex": "D12", + "tile": "X27-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 1, + "entity_type": "corporation", + "id": 557, + "user": 253, + "created_at": 1706115248 + }, + { + "type": "run_routes", + "entity": "SWP", + "routes": [ + { + "hexes": [ + "G13", + "E15", + "D12", + "E9", + "I11", + "H10" + ], + "nodes": [ + "E15-0", + "G13-0", + "D12-0", + "E9-0", + "I11-0", + "H10-0" + ], + "train": "6-999", + "revenue": 270, + "connections": [ + [ + "E15", + "F14", + "G13" + ], + [ + "D12", + "E13", + "E15" + ], + [ + "E9", + "E11", + "D12" + ], + [ + "I11", + "H12", + "G11", + "F10", + "E9" + ], + [ + "H10", + "I11" + ] + ], + "revenue_str": "G13-E15-D12-E9-I11-H10" + } + ], + "entity_type": "corporation", + "extra_revenue": 0, + "id": 558, + "user": 253, + "created_at": 1706115276 + }, + { + "type": "pass", + "entity": "SWP", + "entity_type": "corporation", + "id": 559, + "user": 253, + "created_at": 1706115278 + }, + { + "hex": "F4", + "tile": "9-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 0, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1706115281, + "entity_type": "corporation" + } + ], + "id": 560, + "user": 253, + "created_at": 1706115281 + }, + { + "hex": "D2", + "tile": "441M-1", + "type": "lay_tile", + "entity": "SSF", + "rotation": 4, + "entity_type": "corporation", + "id": 561, + "user": 253, + "created_at": 1706115285 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 559, + "entity_type": "corporation", + "id": 562, + "user": 253, + "created_at": 1706115373 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 517, + "entity_type": "corporation", + "id": 563, + "user": 253, + "created_at": 1706115377 + }, + { + "hex": "D12", + "tile": "X27-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 1, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "graph_id": "BOTH", + "created_at": 1706115378, + "entity_type": "corporation" + } + ], + "id": 564, + "user": 253, + "created_at": 1706115379 + }, + { + "hex": "C11", + "tile": "39-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 4, + "entity_type": "corporation", + "id": 565, + "user": 253, + "created_at": 1706115389 + }, + { + "type": "undo", + "entity": "SWP", + "action_id": 517, + "entity_type": "corporation", + "id": 566, + "user": 253, + "created_at": 1706115492 + }, + { + "hex": "D12", + "tile": "X27-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 1, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "graph_id": "BOTH", + "created_at": 1706115494, + "entity_type": "corporation" + } + ], + "id": 567, + "user": 253, + "created_at": 1706115495 + }, + { + "hex": "D8", + "tile": "X12-0", + "type": "lay_tile", + "entity": "SWP", + "rotation": 2, + "entity_type": "corporation", + "id": 568, + "user": 253, + "created_at": 1706115540 + }, + { + "type": "run_routes", + "entity": "SWP", + "routes": [ + { + "hexes": [ + "C15", + "E15", + "D12", + "E9", + "I11", + "L14" + ], + "nodes": [ + "E15-0", + "C15-0", + "D12-0", + "E9-0", + "I11-0", + "L14-0" + ], + "train": "6-999", + "revenue": 320, + "connections": [ + [ + "E15", + "D14", + "C15" + ], + [ + "D12", + "E13", + "E15" + ], + [ + "E9", + "E11", + "D12" + ], + [ + "I11", + "H12", + "G11", + "F10", + "E9" + ], + [ + "L14", + "L12", + "K11", + "J12", + "I11" + ] + ], + "revenue_str": "C15-E15-D12-E9-I11-L14 + E/W" + } + ], + "entity_type": "corporation", + "extra_revenue": 0, + "id": 569, + "user": 253, + "created_at": 1706115551 + }, + { + "type": "pass", + "entity": "SWP", + "entity_type": "corporation", + "id": 570, + "user": 253, + "created_at": 1706115553 + }, + { + "hex": "H6", + "tile": "23-1", + "type": "lay_tile", + "entity": "SSF", + "rotation": 1, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1706115558, + "entity_type": "corporation" + } + ], + "id": 571, + "user": 253, + "created_at": 1706115560 + }, + { + "hex": "I7", + "tile": "5M-2", + "type": "lay_tile", + "entity": "SSF", + "rotation": 2, + "entity_type": "corporation", + "id": 572, + "user": 253, + "created_at": 1706115562 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 570, + "entity_type": "corporation", + "id": 573, + "user": 253, + "created_at": 1706115689 + }, + { + "hex": "A7", + "tile": "444M-2", + "type": "lay_tile", + "entity": "SSF", + "rotation": 3, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1706115692, + "entity_type": "corporation" + } + ], + "id": 574, + "user": 253, + "created_at": 1706115693 + }, + { + "type": "undo", + "entity": "SSF", + "entity_type": "corporation", + "id": 575, + "user": 253, + "created_at": 1706115701 + }, + { + "hex": "A7", + "tile": "444M-2", + "type": "lay_tile", + "entity": "SSF", + "rotation": 3, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1706115705, + "entity_type": "corporation" + } + ], + "id": 576, + "user": 253, + "created_at": 1706115706 + }, + { + "hex": "C11", + "tile": "39-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 4, + "entity_type": "corporation", + "id": 577, + "user": 253, + "created_at": 1706115712 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 570, + "entity_type": "corporation", + "id": 578, + "user": 253, + "created_at": 1706115773 + }, + { + "hex": "F6", + "tile": "25-1", + "type": "lay_tile", + "entity": "SSF", + "rotation": 5, + "entity_type": "corporation", + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "graph_id": "BOTH", + "created_at": 1706115776, + "entity_type": "corporation" + } + ], + "id": 579, + "user": 253, + "created_at": 1706115776 + }, + { + "hex": "F4", + "tile": "9-0", + "type": "lay_tile", + "entity": "SSF", + "rotation": 0, + "entity_type": "corporation", + "id": 580, + "user": 253, + "created_at": 1706115779 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 570, + "entity_type": "corporation", + "id": 581, + "user": 253, + "created_at": 1706115790 + }, + { + "type": "undo", + "entity": "SSF", + "action_id": 517, + "entity_type": "corporation", + "id": 582, + "user": 253, + "created_at": 1706115792 + }, + { + "type": "lay_tile", + "entity": "SWP", + "entity_type": "corporation", + "id": 583, + "created_at": 1706115795, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SWP", + "entity_type": "corporation", + "created_at": 1706115795, + "graph_id": "BOTH" + } + ], + "hex": "D12", + "tile": "X27-0", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "SWP", + "entity_type": "corporation", + "id": 584, + "created_at": 1706115799, + "hex": "F6", + "tile": "25-1", + "rotation": 5 + }, + { + "type": "run_routes", + "entity": "SWP", + "entity_type": "corporation", + "id": 585, + "created_at": 1706115813, + "routes": [ + { + "train": "6-999", + "connections": [ + [ + "E15", + "D14", + "C15" + ], + [ + "D12", + "E13", + "E15" + ], + [ + "E9", + "E11", + "D12" + ], + [ + "I11", + "H12", + "G11", + "F10", + "E9" + ], + [ + "L14", + "L12", + "K11", + "J12", + "I11" + ] + ], + "hexes": [ + "C15", + "E15", + "D12", + "E9", + "I11", + "L14" + ], + "revenue": 320, + "revenue_str": "C15-E15-D12-E9-I11-L14 + E/W", + "nodes": [ + "E15-0", + "C15-0", + "D12-0", + "E9-0", + "I11-0", + "L14-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "SWP", + "entity_type": "corporation", + "id": 586, + "created_at": 1706115815 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 587, + "created_at": 1706115818, + "auto_actions": [ + { + "type": "use_graph", + "entity": "SSF", + "entity_type": "corporation", + "created_at": 1706115818, + "graph_id": "BOTH" + } + ], + "hex": "F4", + "tile": "9-0", + "rotation": 0 + }, + { + "hex": "D2", + "tile": "441M-1", + "type": "lay_tile", + "entity": "SSF", + "rotation": 4, + "entity_type": "corporation", + "id": 588, + "user": 253, + "created_at": 1706115821 + }, + { + "type": "undo", + "entity": "SSF", + "entity_type": "corporation", + "id": 589, + "user": 253, + "created_at": 1706115837 + }, + { + "type": "lay_tile", + "entity": "SSF", + "entity_type": "corporation", + "id": 590, + "created_at": 1706115840, + "hex": "C11", + "tile": "39-0", + "rotation": 4 + }, + { + "type": "run_routes", + "entity": "SSF", + "entity_type": "corporation", + "id": 591, + "created_at": 1706116041, + "routes": [ + { + "train": "6-0", + "connections": [ + [ + "E9", + "E11", + "F12", + "G13" + ], + [ + "H10", + "G11", + "F10", + "E9" + ], + [ + "H10", + "H8", + "G7" + ], + [ + "G7", + "F6", + "F4", + "F2" + ], + [ + "F2", + "E1", + "D2" + ] + ], + "hexes": [ + "G13", + "E9", + "H10", + "G7", + "F2", + "D2" + ], + "revenue": 230, + "revenue_str": "G13-E9-H10-G7-F2-D2", + "nodes": [ + "E9-0", + "G13-0", + "H10-0", + "G7-0", + "F2-0", + "D2-0" + ] + }, + { + "train": "10-0", + "connections": [ + [ + "E15", + "F14", + "G13" + ], + [ + "D12", + "E13", + "E15" + ], + [ + "D10", + "C11", + "D12" + ], + [ + "D10", + "E9" + ], + [ + "E9", + "D8", + "C7" + ] + ], + "hexes": [ + "G13", + "E15", + "D12", + "D10", + "E9", + "C7" + ], + "revenue": 300, + "revenue_str": "G13-E15-D12-D10-E9-C7", + "nodes": [ + "E15-0", + "G13-0", + "D12-0", + "D10-0", + "E9-0", + "C7-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "SSF", + "entity_type": "corporation", + "id": 592, + "created_at": 1706116046 + }, + { + "type": "pass", + "entity": "HMQ", + "entity_type": "corporation", + "id": 593, + "user": 16229, + "created_at": 1706120896 + }, + { + "type": "pass", + "entity": "HMQ", + "entity_type": "corporation", + "id": 594, + "user": 16229, + "created_at": 1706120898 + }, + { + "type": "undo", + "entity": "HMQ", + "entity_type": "corporation", + "id": 595, + "user": 16229, + "created_at": 1706120919 + }, + { + "type": "undo", + "entity": "HMQ", + "entity_type": "corporation", + "id": 596, + "user": 16229, + "created_at": 1706120924 + }, + { + "type": "lay_tile", + "entity": "HMQ", + "entity_type": "corporation", + "id": 597, + "created_at": 1706120938, + "auto_actions": [ + { + "type": "use_graph", + "entity": "HMQ", + "entity_type": "corporation", + "created_at": 1706120937, + "graph_id": "BOTH" + } + ], + "hex": "B4", + "tile": "441M-1", + "rotation": 2 + }, + { + "type": "pass", + "entity": "HMQ", + "entity_type": "corporation", + "id": 598, + "created_at": 1706120960 + }, + { + "type": "pass", + "entity": "HMQ", + "entity_type": "corporation", + "id": 599, + "created_at": 1706120961 + }, + { + "type": "run_routes", + "entity": "HMQ", + "entity_type": "corporation", + "id": 600, + "created_at": 1706120975, + "routes": [ + { + "train": "5-0", + "connections": [ + [ + "G13", + "F14", + "E15" + ], + [ + "E9", + "E11", + "F12", + "G13" + ], + [ + "C7", + "D8", + "E9" + ], + [ + "D10", + "C9", + "C7" + ] + ], + "hexes": [ + "E15", + "G13", + "E9", + "C7", + "D10" + ], + "revenue": 270, + "revenue_str": "E15-G13-E9-C7-D10", + "nodes": [ + "G13-0", + "E15-0", + "E9-0", + "C7-0", + "D10-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "HMQ", + "entity_type": "corporation", + "id": 601, + "created_at": 1706120981 + }, + { + "type": "pass", + "entity": "ITC", + "entity_type": "corporation", + "id": 602, + "created_at": 1706125644 + }, + { + "type": "pass", + "entity": "ITC", + "entity_type": "corporation", + "id": 603, + "created_at": 1706125645 + }, + { + "type": "run_routes", + "entity": "ITC", + "entity_type": "corporation", + "id": 604, + "created_at": 1706125647, + "routes": [ + { + "train": "5-1", + "connections": [ + [ + "H10", + "I11" + ], + [ + "G13", + "H12", + "G11", + "H10" + ], + [ + "E9", + "E11", + "F12", + "G13" + ], + [ + "D10", + "E9" + ] + ], + "hexes": [ + "I11", + "H10", + "G13", + "E9", + "D10" + ], + "revenue": 260, + "revenue_str": "I11-H10-G13-E9-D10", + "nodes": [ + "H10-0", + "I11-0", + "G13-1", + "E9-0", + "D10-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "ITC", + "entity_type": "corporation", + "id": 605, + "created_at": 1706125647 + }, + { + "type": "lay_tile", + "entity": "LG", + "entity_type": "corporation", + "id": 606, + "created_at": 1706125972, + "auto_actions": [ + { + "type": "use_graph", + "entity": "LG", + "entity_type": "corporation", + "created_at": 1706125972, + "graph_id": "BOTH" + } + ], + "hex": "C13", + "tile": "X10-0", + "rotation": 0 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 607, + "created_at": 1706126015 + }, + { + "type": "run_routes", + "entity": "LG", + "entity_type": "corporation", + "id": 608, + "created_at": 1706126039, + "routes": [ + { + "train": "10-1", + "connections": [ + [ + "I11", + "J12", + "K11", + "L12", + "L14" + ], + [ + "H10", + "G11", + "H12", + "I11" + ], + [ + "G7", + "H8", + "H10" + ], + [ + "E9", + "E7", + "F6", + "G7" + ], + [ + "D10", + "E9" + ], + [ + "D12", + "C11", + "D10" + ], + [ + "C15", + "C13", + "D12" + ] + ], + "hexes": [ + "L14", + "I11", + "H10", + "G7", + "E9", + "D10", + "D12", + "C15" + ], + "revenue": 400, + "revenue_str": "L14-I11-H10-G7-E9-D10-D12-C15 + E/W", + "nodes": [ + "I11-0", + "L14-0", + "H10-0", + "G7-0", + "E9-0", + "D10-0", + "D12-0", + "C15-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "LG", + "entity_type": "corporation", + "id": 609, + "created_at": 1706126048 + } + ], + "loaded": true, + "created_at": 1704818334, + "updated_at": 1706205570, + "finished_at": 1706205570 +} \ No newline at end of file