From ff6715da689eb9dea23ef7eda961e9ccc873e067 Mon Sep 17 00:00:00 2001 From: Chris Rericha Date: Thu, 17 Oct 2024 00:50:53 -0400 Subject: [PATCH] [1844] Consider lowest cost variant for buy_train step actions --- lib/engine/train.rb | 7 +++++-- public/fixtures/1844/160062.json | 2 +- public/fixtures/1844/164302.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lib/engine/train.rb b/lib/engine/train.rb index 55a3b30beb..4b698a3af1 100644 --- a/lib/engine/train.rb +++ b/lib/engine/train.rb @@ -107,9 +107,12 @@ def id # if set ability must be a :train_discount ability def min_price(ability: nil) return 1 unless from_depot? - return @price unless ability - Array(ability).map { |a| a.discounted_price(self, @price) }.min + variants.keys.map do |v| + variant = clone + variant.variant = v + Array(ability).map { |a| a.discounted_price(variant, variant.price) }.min || variant.price + end.min end def from_depot? diff --git a/public/fixtures/1844/160062.json b/public/fixtures/1844/160062.json index c13305abf4..74d449db5a 100644 --- a/public/fixtures/1844/160062.json +++ b/public/fixtures/1844/160062.json @@ -1 +1 @@ -{"id":160062, "description":"", "user":{"id":2363, "name":"Mark Derrick"}, "players":[{"id":2363, "name":"Mark Derrick"}, {"id":2799, "name":"JeanetteAlln"}, {"id":4392, "name":"Railwayman"}, {"id":2798, "name":"jtamplin"}, {"id":2989, "name":"JimMcDanold"}], "min_players":3, "max_players":5, "title":"1844", "settings":{"seed":377544908, "is_async":false, "unlisted":false, "auto_routing":true, "player_order":null, "optional_rules":[]}, "user_settings":null, "status":"finished", "turn":9, "round":"Operating Round", "acting":[2363, 2799, 4392, 2798, 2989], "result":{"2363":7570, "2798":8130, "2799":6000, "2989":5591, "4392":7406}, "actions":[{"type":"bid", "entity":2363, "entity_type":"player", "id":1, "created_at":1713024851, "company":"P1", "price":20}, {"type":"pass", "entity":2799, "entity_type":"player", "id":2, "created_at":1713024859}, {"type":"pass", "entity":4392, "entity_type":"player", "id":3, "created_at":1713024886}, {"type":"pass", "entity":2798, "entity_type":"player", "id":4, "created_at":1713024889}, {"type":"pass", "entity":2989, "entity_type":"player", "id":5, "created_at":1713024895}, {"type":"bid", "entity":2799, "entity_type":"player", "id":6, "created_at":1713024963, "company":"P2", "price":50}, {"type":"bid", "entity":4392, "entity_type":"player", "id":7, "created_at":1713024980, "company":"P2", "price":55}, {"type":"pass", "entity":2798, "entity_type":"player", "id":8, "created_at":1713025051}, {"type":"pass", "entity":2989, "entity_type":"player", "id":9, "created_at":1713025056}, {"type":"pass", "entity":2363, "entity_type":"player", "id":10, "created_at":1713025068}, {"type":"bid", "entity":2799, "entity_type":"player", "id":11, "created_at":1713025091, "company":"P2", "price":60}, {"type":"pass", "entity":4392, "entity_type":"player", "id":12, "created_at":1713025098}, {"type":"bid", "entity":4392, "entity_type":"player", "id":13, "created_at":1713025106, "company":"P3", "price":80}, {"type":"bid", "entity":2798, "entity_type":"player", "id":14, "created_at":1713025116, "company":"P3", "price":85}, {"type":"bid", "entity":2989, "entity_type":"player", "id":15, "created_at":1713025124, "company":"P3", "price":90}, {"type":"bid", "entity":2363, "entity_type":"player", "id":16, "created_at":1713025164, "company":"P3", "price":95}, {"type":"pass", "entity":2799, "entity_type":"player", "id":17, "created_at":1713025170}, {"type":"pass", "entity":4392, "entity_type":"player", "id":18, "created_at":1713025182}, {"type":"bid", "entity":2798, "entity_type":"player", "id":19, "created_at":1713025202, "company":"P3", "price":100}, {"type":"pass", "entity":2989, "entity_type":"player", "id":20, "created_at":1713025206}, {"type":"pass", "entity":2363, "entity_type":"player", "id":21, "created_at":1713025208}, {"type":"bid", "entity":2798, "entity_type":"player", "id":22, "created_at":1713025216, "company":"P4", "price":110}, {"type":"bid", "entity":2989, "entity_type":"player", "id":23, "created_at":1713025244, "company":"P4", "price":115}, {"type":"bid", "entity":2363, "entity_type":"player", "id":24, "created_at":1713025264, "company":"P4", "price":120}, {"type":"pass", "entity":2799, "entity_type":"player", "id":25, "created_at":1713025269}, {"type":"pass", "entity":4392, "entity_type":"player", "id":26, "created_at":1713025280}, {"type":"bid", "entity":2798, "entity_type":"player", "id":27, "created_at":1713025288, "company":"P4", "price":125}, {"type":"pass", "entity":2989, "entity_type":"player", "id":28, "created_at":1713025295}, {"type":"pass", "entity":2363, "entity_type":"player", "id":29, "created_at":1713025305}, {"type":"bid", "entity":2989, "entity_type":"player", "id":30, "created_at":1713025375, "company":"P5", "price":140}, {"type":"pass", "entity":2363, "entity_type":"player", "id":31, "created_at":1713025386}, {"type":"pass", "entity":2799, "entity_type":"player", "id":32, "created_at":1713025391}, {"type":"pass", "entity":4392, "entity_type":"player", "id":33, "created_at":1713025419}, {"type":"pass", "entity":2798, "entity_type":"player", "id":34, "created_at":1713025423}, {"type":"pass", "entity":2363, "entity_type":"player", "id":35, "created_at":1713025477}, {"type":"bid", "entity":2799, "entity_type":"player", "id":36, "created_at":1713025538, "company":"P6", "price":180}, {"type":"bid", "entity":4392, "entity_type":"player", "id":37, "created_at":1713025544, "company":"P6", "price":185}, {"type":"pass", "entity":2798, "entity_type":"player", "id":38, "created_at":1713025546}, {"type":"pass", "entity":2989, "entity_type":"player", "id":39, "created_at":1713025566}, {"type":"bid", "entity":2799, "entity_type":"player", "id":40, "created_at":1713025571, "company":"P6", "price":190}, {"type":"bid", "entity":4392, "entity_type":"player", "id":41, "created_at":1713025579, "company":"P6", "price":195}, {"type":"pass", "entity":2799, "entity_type":"player", "id":42, "created_at":1713025594}, {"type":"par", "entity":4392, "entity_type":"player", "id":43, "created_at":1713025609, "corporation":"FNM", "share_price":"100,1,4"}, {"type":"bid", "entity":2799, "entity_type":"player", "id":44, "created_at":1713025621, "company":"P7", "price":100}, {"type":"bid", "entity":4392, "entity_type":"player", "id":45, "created_at":1713025637, "company":"P7", "price":105}, {"type":"pass", "entity":2798, "entity_type":"player", "id":46, "created_at":1713025646}, {"type":"bid", "entity":2989, "entity_type":"player", "id":47, "created_at":1713025652, "company":"P7", "price":110}, {"type":"pass", "entity":2363, "entity_type":"player", "id":48, "created_at":1713025661}, {"type":"pass", "entity":2799, "entity_type":"player", "id":49, "created_at":1713025667}, {"type":"bid", "entity":4392, "entity_type":"player", "id":50, "created_at":1713025678, "company":"P7", "price":115}, {"type":"pass", "entity":2989, "entity_type":"player", "id":51, "created_at":1713025714}, {"type":"par", "entity":4392, "entity_type":"player", "id":52, "created_at":1713025958, "corporation":"NOB", "share_price":"60,5,4"}, {"type":"par", "entity":2798, "entity_type":"player", "id":53, "created_at":1713025966, "corporation":"JS", "share_price":"90,2,4"}, {"type":"par", "entity":2989, "entity_type":"player", "id":54, "created_at":1713026213, "corporation":"MOB", "share_price":"90,2,4"}, {"type":"par", "entity":2799, "entity_type":"player", "id":55, "created_at":1713026318, "corporation":"VSB", "share_price":"100,1,4"}, {"type":"par", "entity":2363, "entity_type":"player", "id":56, "created_at":1713026431, "corporation":"GB", "share_price":"90,2,4"}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":57, "created_at":1713026519, "shares":["NOB_1"], "percent":25}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":58, "created_at":1713026567, "shares":["JS_1"], "percent":25}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":59, "created_at":1713026595, "shares":["MOB_2"], "percent":10}, {"type":"par", "entity":2799, "entity_type":"player", "id":60, "created_at":1713026615, "corporation":"SCB", "share_price":"100,1,4"}, {"type":"program_share_pass", "entity":2798, "entity_type":"player", "id":61, "created_at":1713026686, "unconditional":false, "indefinite":false}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":62, "created_at":1713026686, "shares":["NOB_2"], "percent":25}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":63, "created_at":1713026707, "shares":["MOB_3"], "percent":10}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":64, "created_at":1713026725, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713026724}], "unconditional":false, "indefinite":false}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":65, "created_at":1713026800, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713026801}], "shares":["JS_2"], "percent":25}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":66, "created_at":1713026841, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713026842}], "shares":["GB_1"], "percent":25}, {"type":"pass", "entity":2363, "entity_type":"player", "id":67, "created_at":1713026851}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":68, "created_at":1713026879, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713026877}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713026877}], "hex":"C24", "tile":"57-0", "rotation":2}, {"type":"buy_train", "entity":"VSB", "entity_type":"corporation", "id":69, "created_at":1713026909, "train":"2-0", "price":70, "variant":"2H"}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "id":70, "created_at":1713026962}, {"hex":"C12", "tile":"5-0", "type":"lay_tile", "entity":"SCB", "rotation":4, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"SCB", "created_at":1713027005, "entity_type":"corporation"}, {"type":"pass", "entity":"SCB", "created_at":1713027005, "entity_type":"corporation"}], "id":71, "user":2799, "created_at":1713027006}, {"type":"undo", "entity":"SCB", "entity_type":"corporation", "id":72, "user":2799, "created_at":1713027016}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":73, "created_at":1713027045, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713027044}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713027044}], "hex":"C12", "tile":"6-0", "rotation":2}, {"type":"buy_train", "entity":"SCB", "entity_type":"corporation", "id":74, "created_at":1713027048, "train":"2-1", "price":70, "variant":"2H"}, {"type":"buy_train", "entity":"SCB", "entity_type":"corporation", "id":75, "created_at":1713027051, "train":"2-2", "price":90, "variant":"2"}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":76, "created_at":1713027061, "hex":"I2", "tile":"8-0", "rotation":4}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":77, "created_at":1713027067, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713027068}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713027068}]}, {"type":"buy_train", "entity":"JS", "entity_type":"corporation", "id":78, "created_at":1713027070, "train":"2-3", "price":90, "variant":"2"}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":79, "created_at":1713027081}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":80, "created_at":1713027105, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713027104}], "hex":"I6", "tile":"6-1", "rotation":5}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":81, "created_at":1713027117, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713027116}]}, {"type":"buy_train", "entity":"MOB", "entity_type":"corporation", "id":82, "created_at":1713027132, "train":"2-4", "price":70, "variant":"2H"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":83, "created_at":1713027135}, {"type":"lay_tile", "entity":"GB", "entity_type":"corporation", "id":84, "created_at":1713027144, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713027144}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713027144}], "hex":"G18", "tile":"57-1", "rotation":1}, {"type":"buy_train", "entity":"GB", "entity_type":"corporation", "id":85, "created_at":1713027218, "train":"2-5", "price":70, "variant":"2H"}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":86, "created_at":1713027266}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":87, "created_at":1713027279, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713027279}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713027279}], "hex":"L21", "tile":"57-2", "rotation":0}, {"type":"buy_train", "entity":"FNM", "entity_type":"corporation", "id":88, "created_at":1713027292, "train":"2-6", "price":70, "variant":"2H"}, {"type":"buy_train", "entity":"FNM", "entity_type":"corporation", "id":89, "created_at":1713027298, "train":"2-7", "price":90, "variant":"2"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":90, "created_at":1713027320}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":91, "created_at":1713027343, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713027342}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713027342}], "hex":"D19", "tile":"5-0", "rotation":0}, {"type":"buy_train", "entity":"NOB", "entity_type":"corporation", "id":92, "created_at":1713027349, "train":"2-8", "price":70, "variant":"2H"}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":93, "created_at":1713027354}, {"type":"pass", "entity":2363, "entity_type":"player", "id":94, "created_at":1713027367}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":95, "created_at":1713027414, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713027412}], "unconditional":false, "indefinite":false}, {"type":"pass", "entity":4392, "entity_type":"player", "id":96, "created_at":1713027445}, {"type":"pass", "entity":2798, "entity_type":"player", "id":97, "created_at":1713027454}, {"type":"pass", "entity":2989, "entity_type":"player", "id":98, "created_at":1713027456}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":99, "created_at":1713027486, "hex":"J1", "tile":"58-0", "rotation":3}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":100, "created_at":1713027491, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713027492}]}, {"type":"place_token", "entity":"JS", "entity_type":"corporation", "id":101, "created_at":1713027493, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713027494}], "city":"K2-0-0", "slot":0, "tokener":"JS"}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":102, "created_at":1713027503, "routes":[{"train":"2-3", "connections":[["K2", "L1"]], "hexes":["K2", "L1"], "revenue":70, "revenue_str":"K2-L1", "nodes":["K2-0", "L1-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":103, "created_at":1713027505, "kind":"payout"}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":104, "created_at":1713027511}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":105, "created_at":1713027529, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713027528}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713027528}], "hex":"D25", "tile":"6-2", "rotation":0}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":106, "created_at":1713027563, "routes":[{"train":"2-0", "connections":[["C24", "D25"]], "hexes":["C24", "D25"], "revenue":40, "revenue_str":"C24-D25", "nodes":["C24-0", "D25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":107, "created_at":1713027567, "kind":"payout"}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "id":108, "created_at":1713027603}, {"hex":"C14", "tile":"3-0", "type":"lay_tile", "entity":"SCB", "rotation":0, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"SCB", "created_at":1713027613, "entity_type":"corporation"}, {"type":"pass", "entity":"SCB", "created_at":1713027613, "entity_type":"corporation"}], "id":109, "user":2799, "created_at":1713027615}, {"type":"undo", "entity":"SCB", "action_id":108, "entity_type":"corporation", "id":110, "user":2799, "created_at":1713027663}, {"hex":"C14", "tile":"3-0", "type":"lay_tile", "entity":"SCB", "rotation":0, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"SCB", "created_at":1713027703, "entity_type":"corporation"}, {"type":"pass", "entity":"SCB", "created_at":1713027703, "entity_type":"corporation"}], "id":111, "user":2799, "created_at":1713027704}, {"type":"undo", "entity":"SCB", "action_id":108, "entity_type":"corporation", "id":112, "user":2799, "created_at":1713027716}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":113, "created_at":1713027733, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713027732}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713027732}], "hex":"C14", "tile":"3-0", "rotation":0}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":114, "created_at":1713027740, "routes":[{"train":"2-2", "connections":[["C12", "B11"]], "hexes":["C12", "B11"], "revenue":50, "revenue_str":"C12-B11", "nodes":["C12-0", "B11-0"]}, {"train":"2-1", "connections":[["C12", "C14"]], "hexes":["C12", "C14"], "revenue":30, "revenue_str":"C12-C14", "nodes":["C12-0", "C14-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":115, "created_at":1713027747, "kind":"payout"}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":116, "created_at":1713027763, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713027762}], "hex":"J7", "tile":"9-0", "rotation":2}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":117, "created_at":1713027771, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713027770}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":118, "created_at":1713027783, "routes":[{"train":"2-4", "connections":[["I6", "I4"]], "hexes":["I4", "I6"], "revenue":40, "revenue_str":"I4-I6", "nodes":["I6-0", "I4-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":119, "created_at":1713027789, "kind":"payout"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":120, "created_at":1713027795}, {"type":"lay_tile", "entity":"GB", "entity_type":"corporation", "id":121, "created_at":1713027805, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713027806}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713027806}], "hex":"G16", "tile":"4-0", "rotation":1}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":122, "created_at":1713027810, "routes":[{"train":"2-5", "connections":[["G18", "G20"]], "hexes":["G18", "G20"], "revenue":40, "revenue_str":"G18-G20", "nodes":["G18-0", "G20-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":123, "created_at":1713027905, "kind":"payout"}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":124, "created_at":1713027925}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":125, "created_at":1713027939, "auto_actions":[{"type":"destination_connection", "entity":"NOB", "entity_type":"corporation", "created_at":1713027938, "corporations":["NOB"]}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713027938}], "hex":"D17", "tile":"4-1", "rotation":1}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":126, "created_at":1713027948, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713027948}]}, {"type":"run_routes", "entity":"NOB", "entity_type":"corporation", "id":127, "created_at":1713027956, "routes":[{"train":"2-8", "connections":[["D19", "D17"]], "hexes":["D17", "D19"], "revenue":30, "revenue_str":"D17-D19", "nodes":["D19-0", "D17-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"NOB", "entity_type":"corporation", "id":128, "created_at":1713027958, "kind":"payout"}, {"type":"buy_train", "entity":"NOB", "entity_type":"corporation", "id":129, "created_at":1713027973, "train":"2-10", "price":70, "variant":"2H"}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":130, "created_at":1713027993, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713027993}], "hex":"K22", "tile":"6-3", "rotation":0}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":131, "created_at":1713028001, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713028001}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":132, "created_at":1713028017, "routes":[{"train":"2-6", "connections":[["L21", "K22"]], "hexes":["K22", "L21"], "revenue":40, "revenue_str":"K22-L21", "nodes":["L21-0", "K22-0"]}, {"train":"2-7", "connections":[["L21", "M20"]], "hexes":["M20", "L21"], "revenue":60, "revenue_str":"M20-L21", "nodes":["L21-0", "M20-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":133, "created_at":1713028019, "kind":"payout"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":134, "created_at":1713028040}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":135, "created_at":1713028065, "shares":["FNM_1"], "percent":10}, {"type":"buy_shares", "entity":2799, "entity_type":"player", "id":136, "created_at":1713028137, "shares":["FNM_2"], "percent":10}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":137, "created_at":1713028168, "unconditional":true, "indefinite":false}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":138, "created_at":1713028186, "shares":["FNM_3"], "percent":10}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":139, "created_at":1713028201, "shares":["SCB_1"], "percent":25}, {"type":"sell_shares", "entity":2989, "entity_type":"player", "id":140, "created_at":1713028308, "shares":["MOB_1", "MOB_2"], "percent":20}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":141, "created_at":1713028522, "shares":["FNM_4"], "percent":10}, {"type":"buy_company", "entity":2363, "entity_type":"player", "id":142, "created_at":1713028533, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713028533}], "company":"T2", "price":50}, {"type":"pass", "entity":4392, "entity_type":"player", "id":143, "created_at":1713028553}, {"type":"pass", "entity":2798, "entity_type":"player", "id":144, "created_at":1713028613}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":145, "created_at":1713028627, "shares":["FNM_5"], "percent":10}, {"type":"pass", "entity":2363, "entity_type":"player", "id":146, "created_at":1713028633, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713028633}]}, {"type":"pass", "entity":4392, "entity_type":"player", "id":147, "created_at":1713028642}, {"type":"pass", "entity":2798, "entity_type":"player", "id":148, "created_at":1713028645}, {"type":"pass", "entity":2989, "entity_type":"player", "id":149, "created_at":1713028656}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":150, "created_at":1713028666, "hex":"H3", "tile":"58-1", "rotation":3}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":151, "created_at":1713028671, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713028672}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713028672}]}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":152, "created_at":1713028689, "routes":[{"train":"2-3", "connections":[["K2", "L1"]], "hexes":["K2", "L1"], "revenue":70, "revenue_str":"K2-L1", "nodes":["K2-0", "L1-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":153, "created_at":1713028691, "kind":"payout"}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":154, "created_at":1713028707, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713028706}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713028706}], "hex":"E24", "tile":"8-1", "rotation":3}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":155, "created_at":1713028721, "routes":[{"train":"2-0", "connections":[["C24", "D25"]], "hexes":["C24", "D25"], "revenue":40, "revenue_str":"C24-D25", "nodes":["C24-0", "D25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":156, "created_at":1713028730, "kind":"payout"}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "id":157, "created_at":1713028741}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":158, "created_at":1713028775, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713028774}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713028774}], "hex":"D13", "tile":"6-4", "rotation":3}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":159, "created_at":1713028878, "routes":[{"train":"2-2", "connections":[["C12", "B11"]], "hexes":["C12", "B11"], "revenue":50, "revenue_str":"C12-B11", "nodes":["C12-0", "B11-0"]}, {"train":"2-1", "connections":[["C12", "C14"]], "hexes":["C12", "C14"], "revenue":30, "revenue_str":"C12-C14", "nodes":["C12-0", "C14-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":160, "created_at":1713028893, "kind":"payout"}, {"type":"lay_tile", "entity":"T2", "entity_type":"company", "id":161, "created_at":1713028917, "auto_actions":[{"type":"destination_connection", "entity":"GB", "entity_type":"corporation", "created_at":1713028918, "corporations":["GB"]}], "hex":"H19", "tile":"X78-0", "rotation":3}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":162, "created_at":1713028950, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713028951}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713028951}]}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":163, "created_at":1713028958, "routes":[{"train":"2-5", "connections":[["G18", "G20"]], "hexes":["G18", "G20"], "revenue":40, "revenue_str":"G18-G20", "nodes":["G18-0", "G20-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":164, "created_at":1713028964, "kind":"payout"}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":165, "created_at":1713028967}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":166, "created_at":1713028990, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713028989}], "hex":"E18", "tile":"6-5", "rotation":3}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":167, "created_at":1713028994, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713028993}]}, {"type":"run_routes", "entity":"NOB", "entity_type":"corporation", "id":168, "created_at":1713029003, "routes":[{"train":"2-8", "connections":[["D19", "D17"]], "hexes":["D19", "D17"], "revenue":30, "revenue_str":"D19-D17", "nodes":["D19-0", "D17-0"]}, {"train":"2-10", "connections":[["D19", "E18"]], "hexes":["E18", "D19"], "revenue":40, "revenue_str":"E18-D19", "nodes":["D19-0", "E18-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"NOB", "entity_type":"corporation", "id":169, "created_at":1713029005, "kind":"payout"}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":170, "created_at":1713029043, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713029042}], "hex":"J21", "tile":"9-1", "rotation":2}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":171, "created_at":1713029049, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713029048}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":172, "created_at":1713029054, "routes":[{"train":"2-6", "connections":[["L21", "K22"]], "hexes":["L21", "K22"], "revenue":40, "revenue_str":"L21-K22", "nodes":["L21-0", "K22-0"]}, {"train":"2-7", "connections":[["L21", "M20"]], "hexes":["L21", "M20"], "revenue":60, "revenue_str":"L21-M20", "nodes":["L21-0", "M20-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":173, "created_at":1713029057, "kind":"payout"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":174, "created_at":1713029086}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":175, "created_at":1713029104, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713029102}], "hex":"K8", "tile":"58-2", "rotation":2}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":176, "created_at":1713029110, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713029109}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":177, "created_at":1713029118, "routes":[{"train":"2-4", "connections":[["I6", "I4"]], "hexes":["I6", "I4"], "revenue":40, "revenue_str":"I6-I4", "nodes":["I6-0", "I4-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":178, "created_at":1713029123, "kind":"payout"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":179, "created_at":1713029127}, {"type":"sell_shares", "entity":2989, "entity_type":"player", "id":180, "created_at":1713029296, "shares":["FNM_4", "FNM_5"], "percent":20}, {"type":"par", "entity":2989, "entity_type":"player", "id":181, "created_at":1713029307, "corporation":"JN", "share_price":"90,2,4"}, {"type":"buy_shares", "entity":2799, "entity_type":"player", "id":182, "created_at":1713029378, "shares":["SCB_2"], "percent":25}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":183, "created_at":1713029408, "unconditional":true, "indefinite":false}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":184, "created_at":1713029409, "shares":["FNM_4"], "percent":10}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":185, "created_at":1713029432, "shares":["FNM_5"], "percent":10}, {"type":"buy_shares", "entity":2363, "shares":["MOB_1"], "percent":10, "entity_type":"player", "id":186, "user":2363, "created_at":1713029584}, {"type":"buy_shares", "entity":2989, "shares":["JN_1"], "percent":20, "entity_type":"player", "auto_actions":[{"type":"pass", "entity":2799, "created_at":1713029599, "entity_type":"player"}], "id":187, "user":2989, "created_at":1713029601}, {"type":"undo", "entity":4392, "action_id":186, "entity_type":"player", "id":188, "user":2363, "created_at":1713029616}, {"type":"undo", "entity":2989, "entity_type":"player", "id":189, "user":2363, "created_at":1713029619}, {"type":"pass", "entity":2363, "entity_type":"player", "id":190, "created_at":1713029621}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":191, "created_at":1713029670, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713029669}], "shares":["JN_1"], "percent":20}, {"type":"pass", "entity":4392, "entity_type":"player", "id":192, "created_at":1713029687}, {"type":"pass", "entity":2798, "entity_type":"player", "id":193, "created_at":1713029693}, {"type":"pass", "entity":2363, "entity_type":"player", "id":194, "created_at":1713029699}, {"type":"pass", "entity":2989, "entity_type":"player", "id":195, "created_at":1713029753}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":196, "created_at":1713029761, "hex":"G4", "tile":"9-2", "rotation":0}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":197, "created_at":1713029765, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713029766}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713029766}]}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":198, "created_at":1713029769, "routes":[{"train":"2-3", "connections":[["K2", "L1"]], "hexes":["K2", "L1"], "revenue":70, "revenue_str":"K2-L1", "nodes":["K2-0", "L1-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":199, "created_at":1713029771, "kind":"payout"}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":200, "created_at":1713029876, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713029874}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713029874}], "hex":"E14", "tile":"8-2", "rotation":2}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":201, "created_at":1713029896, "routes":[{"train":"2-2", "connections":[["C12", "B11"]], "hexes":["C12", "B11"], "revenue":50, "revenue_str":"C12-B11", "nodes":["C12-0", "B11-0"]}, {"train":"2-1", "connections":[["C12", "C14"]], "hexes":["C12", "C14"], "revenue":30, "revenue_str":"C12-C14", "nodes":["C12-0", "C14-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":202, "created_at":1713029933, "kind":"withhold"}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":203, "created_at":1713029999, "auto_actions":[{"type":"destination_connection", "entity":"VSB", "entity_type":"corporation", "created_at":1713029997, "corporations":["VSB"]}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713029997}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713029997}], "hex":"F25", "tile":"3-1", "rotation":1}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":204, "created_at":1713030010, "routes":[{"train":"2-0", "connections":[["C24", "D25"]], "hexes":["C24", "D25"], "revenue":40, "revenue_str":"C24-D25", "nodes":["C24-0", "D25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":205, "created_at":1713030017, "kind":"payout"}, {"type":"buy_train", "entity":"VSB", "entity_type":"corporation", "id":206, "created_at":1713030037, "train":"3-0", "price":180, "variant":"3"}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":207, "created_at":1713030076, "hex":"D19", "tile":"908-0", "rotation":3}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":208, "created_at":1713030078, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713030077}]}, {"type":"place_token", "entity":"NOB", "entity_type":"corporation", "id":209, "created_at":1713030085, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713030085}], "city":"6-5-0", "slot":0, "tokener":"NOB"}, {"type":"run_routes", "entity":"NOB", "entity_type":"corporation", "id":210, "created_at":1713030091, "routes":[{"train":"2-8", "connections":[["D19", "D17"]], "hexes":["D19", "D17"], "revenue":50, "revenue_str":"D19-D17", "nodes":["D19-0", "D17-0"]}, {"train":"2-10", "connections":[["D19", "E18"]], "hexes":["D19", "E18"], "revenue":60, "revenue_str":"D19-E18", "nodes":["D19-0", "E18-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"NOB", "entity_type":"corporation", "id":211, "created_at":1713030094, "kind":"payout"}, {"type":"lay_tile", "entity":"GB", "entity_type":"corporation", "id":212, "created_at":1713030119, "hex":"G18", "tile":"619-0", "rotation":4}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":213, "created_at":1713030129, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713030130}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713030130}]}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":214, "created_at":1713030132, "routes":[{"train":"2-5", "connections":[["G18", "G20"]], "hexes":["G18", "G20"], "revenue":50, "revenue_str":"G18-G20", "nodes":["G18-0", "G20-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":215, "created_at":1713030134, "kind":"payout"}, {"type":"buy_train", "entity":"GB", "entity_type":"corporation", "id":216, "created_at":1713030137, "train":"3-1", "price":180, "variant":"3"}, {"hex":"F5", "tile":"8-3", "type":"lay_tile", "entity":"JN", "rotation":4, "entity_type":"corporation", "auto_actions":[{"type":"destination_connection", "entity":"JN", "created_at":1713030231, "entity_type":"corporation", "corporations":["JS"]}], "id":217, "user":2989, "created_at":1713030233}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"JN", "created_at":1713030254, "entity_type":"corporation"}, {"type":"pass", "entity":"JN", "created_at":1713030254, "entity_type":"corporation"}], "id":218, "user":2989, "created_at":1713030255}, {"type":"undo", "entity":"JN", "entity_type":"corporation", "id":219, "user":2989, "created_at":1713030317}, {"type":"undo", "entity":"JN", "action_id":216, "entity_type":"corporation", "id":220, "user":2989, "created_at":1713030322}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":221, "created_at":1713030393, "hex":"F7", "tile":"5-1", "rotation":0}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":222, "created_at":1713030403, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713030402}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713030402}]}, {"type":"buy_train", "entity":"JN", "entity_type":"corporation", "id":223, "created_at":1713030426, "train":"3-2", "price":150, "variant":"3H"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":224, "created_at":1713030444}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":225, "created_at":1713030506}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":226, "created_at":1713030561, "auto_actions":[{"type":"destination_connection", "entity":"FNM", "entity_type":"corporation", "created_at":1713030561, "corporations":["FNM"]}], "hex":"I20", "tile":"9-3", "rotation":2}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":227, "created_at":1713030571, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713030571}]}, {"type":"place_token", "entity":"FNM", "entity_type":"corporation", "id":228, "created_at":1713030574, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713030573}], "city":"619-0-0", "slot":1, "tokener":"FNM"}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":229, "created_at":1713030596, "routes":[{"train":"2-6", "connections":[["L21", "K22"]], "hexes":["L21", "K22"], "revenue":40, "revenue_str":"L21-K22", "nodes":["L21-0", "K22-0"]}, {"train":"2-7", "connections":[["G18", "G20"]], "hexes":["G20", "G18"], "revenue":50, "revenue_str":"G20-G18", "nodes":["G18-0", "G20-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":230, "created_at":1713030602, "kind":"payout"}, {"type":"buy_train", "entity":"FNM", "entity_type":"corporation", "id":231, "created_at":1713030606, "train":"3-3", "price":180, "variant":"3"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":232, "created_at":1713030611}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":233, "created_at":1713030629}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":234, "created_at":1713030659, "hex":"I6", "tile":"619-1", "rotation":5}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":235, "created_at":1713030670, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713030669}]}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":236, "created_at":1713030677, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713030676}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":237, "created_at":1713030687, "routes":[{"train":"2-4", "connections":[["I6", "I4"]], "hexes":["I6", "I4"], "revenue":50, "revenue_str":"I6-I4", "nodes":["I6-0", "I4-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":238, "created_at":1713030693, "kind":"payout"}, {"type":"buy_train", "entity":"MOB", "entity_type":"corporation", "id":239, "created_at":1713030721, "train":"3-4", "price":180, "variant":"3"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":240, "created_at":1713030724}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":241, "created_at":1713030728}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":242, "created_at":1713030791, "shares":["VSB_1"], "percent":25}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":243, "created_at":1713030801, "unconditional":true, "indefinite":false}, {"type":"buy_company", "entity":2798, "entity_type":"player", "id":244, "created_at":1713030801, "company":"B1", "price":150}, {"type":"lay_tile", "entity":"B1", "entity_type":"company", "id":245, "created_at":1713030815, "hex":"H7", "tile":"XM3-0", "rotation":0}, {"type":"buy_company", "entity":4392, "entity_type":"player", "id":246, "created_at":1713030830, "company":"B2", "price":150}, {"type":"lay_tile", "entity":"B2", "entity_type":"company", "id":247, "created_at":1713030885, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713030885}], "hex":"L23", "tile":"XM3-1", "rotation":0}, {"type":"pass", "entity":2989, "entity_type":"player", "id":248, "created_at":1713030959}, {"type":"sell_shares", "entity":2363, "entity_type":"player", "id":249, "created_at":1713030975, "shares":["FNM_1"], "percent":10}, {"type":"buy_company", "entity":2363, "entity_type":"player", "id":250, "created_at":1713030984, "company":"B5", "price":150}, {"type":"lay_tile", "entity":"B5", "entity_type":"company", "id":251, "created_at":1713031018, "hex":"G14", "tile":"XM2-0", "rotation":0}, {"type":"sell_shares", "entity":2798, "entity_type":"player", "id":252, "created_at":1713031037, "shares":["SCB_1"], "percent":25}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":253, "created_at":1713031041, "shares":["GB_2"], "percent":25}, {"type":"sell_shares", "entity":4392, "entity_type":"player", "id":254, "created_at":1713031107, "shares":["NOB_1"], "percent":25}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":255, "created_at":1713031113, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713031112}], "shares":["FNM_1"], "percent":10}, {"type":"pass", "entity":2989, "entity_type":"player", "id":256, "created_at":1713031118}, {"type":"pass", "entity":2363, "entity_type":"player", "id":257, "created_at":1713031128}, {"type":"pass", "entity":2798, "entity_type":"player", "id":258, "created_at":1713031167}, {"type":"pass", "entity":4392, "entity_type":"player", "id":259, "created_at":1713031177}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":260, "created_at":1713031184, "auto_actions":[{"type":"destination_connection", "entity":"JS", "entity_type":"corporation", "created_at":1713031185, "corporations":["JS"]}], "hex":"F5", "tile":"8-3", "rotation":4}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":261, "created_at":1713031194, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713031194}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713031194}]}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":262, "created_at":1713031207, "routes":[{"train":"2-3", "connections":[["J1", "K2"]], "hexes":["K2", "J1"], "revenue":50, "revenue_str":"K2-J1", "nodes":["J1-0", "K2-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":263, "created_at":1713031210, "kind":"payout"}, {"type":"buy_train", "entity":"JS", "entity_type":"corporation", "id":264, "created_at":1713031213, "train":"3-6", "price":180, "variant":"3"}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":265, "created_at":1713031250, "hex":"C24", "tile":"14-0", "rotation":1}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "id":266, "created_at":1713031267, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713031266}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713031266}]}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":267, "created_at":1713031282, "routes":[{"train":"3-0", "connections":[["C24", "C26"]], "hexes":["C24", "C26"], "revenue":60, "revenue_str":"C24-C26", "nodes":["C24-0", "C26-0"]}, {"train":"2-0", "connections":[["C24", "D25"]], "hexes":["C24", "D25"], "revenue":50, "revenue_str":"C24-D25", "nodes":["C24-0", "D25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":268, "created_at":1713031299, "kind":"payout"}, {"hex":"K22", "tile":"15-0", "type":"lay_tile", "entity":"GB", "rotation":0, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"GB", "created_at":1713031376, "entity_type":"corporation"}, {"type":"pass", "entity":"GB", "created_at":1713031376, "entity_type":"corporation"}], "id":269, "user":2363, "created_at":1713031376}, {"type":"run_routes", "entity":"GB", "routes":[{"hexes":["G18", "G20"], "nodes":["G18-0", "G20-0"], "train":"2-5", "revenue":50, "connections":[["G18", "G20"]], "revenue_str":"G18-G20"}, {"hexes":["G14", "G16", "G18"], "nodes":["G16-0", "G14-0", "G18-0"], "train":"3-1", "revenue":80, "connections":[["G16", "G14"], ["G18", "G16"]], "revenue_str":"G14-G16-G18"}], "entity_type":"corporation", "extra_revenue":0, "id":270, "user":2363, "created_at":1713031393}, {"type":"undo", "entity":"GB", "entity_type":"corporation", "id":271, "user":2363, "created_at":1713031415}, {"type":"undo", "entity":"GB", "action_id":268, "entity_type":"corporation", "id":272, "user":2363, "created_at":1713031418}, {"hex":"G16", "tile":"88-0", "type":"lay_tile", "entity":"GB", "rotation":0, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"GB", "created_at":1713031440, "entity_type":"corporation"}, {"type":"pass", "entity":"GB", "created_at":1713031440, "entity_type":"corporation"}], "id":273, "user":2363, "created_at":1713031440}, {"type":"run_routes", "entity":"GB", "routes":[{"hexes":["G18", "G20"], "nodes":["G18-0", "G20-0"], "train":"2-5", "revenue":50, "connections":[["G18", "G20"]], "revenue_str":"G18-G20"}, {"hexes":["G14", "G16", "G18"], "nodes":["G16-0", "G14-0", "G18-0"], "train":"3-1", "revenue":80, "connections":[["G16", "G14"], ["G18", "G16"]], "revenue_str":"G14-G16-G18"}], "entity_type":"corporation", "extra_revenue":0, "id":274, "user":2363, "created_at":1713031477}, {"kind":"payout", "type":"dividend", "entity":"GB", "entity_type":"corporation", "id":275, "user":2363, "created_at":1713031478}, {"type":"undo", "entity":"NOB", "action_id":268, "entity_type":"corporation", "id":276, "user":2363, "created_at":1713031496}, {"hex":"K22", "tile":"15-0", "type":"lay_tile", "entity":"GB", "rotation":0, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"GB", "created_at":1713031546, "entity_type":"corporation"}, {"type":"pass", "entity":"GB", "created_at":1713031546, "entity_type":"corporation"}], "id":277, "user":2363, "created_at":1713031546}, {"type":"run_routes", "entity":"GB", "routes":[{"hexes":["G18", "G20", "K22"], "nodes":["G18-0", "G20-0", "K22-0"], "train":"3-1", "revenue":110, "connections":[["G18", "G20"], ["G20", "H19", "I20", "J21", "K22"]], "revenue_str":"G18-G20-K22"}, {"hexes":["G18", "G16"], "nodes":["G18-0", "G16-0"], "train":"2-5", "revenue":40, "connections":[["G18", "G16"]], "revenue_str":"G18-G16"}], "entity_type":"corporation", "extra_revenue":0, "id":278, "user":2363, "created_at":1713031578}, {"kind":"payout", "type":"dividend", "entity":"GB", "entity_type":"corporation", "id":279, "user":2363, "created_at":1713031586}, {"type":"undo", "entity":"NOB", "action_id":268, "entity_type":"corporation", "id":280, "user":2363, "created_at":1713031590}, {"hex":"K22", "tile":"15-0", "type":"lay_tile", "entity":"GB", "rotation":0, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"GB", "created_at":1713031639, "entity_type":"corporation"}, {"type":"pass", "entity":"GB", "created_at":1713031639, "entity_type":"corporation"}], "id":281, "user":2363, "created_at":1713031638}, {"type":"run_routes", "entity":"GB", "routes":[{"hexes":["G18", "G20", "K22"], "nodes":["G18-0", "G20-0", "K22-0"], "train":"3-1", "revenue":110, "connections":[["G18", "G20"], ["G20", "H19", "I20", "J21", "K22"]], "revenue_str":"G18-G20-K22"}, {"hexes":["G18", "G16"], "nodes":["G18-0", "G16-0"], "train":"2-5", "revenue":40, "connections":[["G18", "G16"]], "revenue_str":"G18-G16"}], "entity_type":"corporation", "extra_revenue":0, "id":282, "user":2363, "created_at":1713031681}, {"kind":"payout", "type":"dividend", "entity":"GB", "entity_type":"corporation", "id":283, "user":2363, "created_at":1713031685}, {"type":"undo", "entity":"NOB", "entity_type":"corporation", "id":284, "user":2363, "created_at":1713031689}, {"kind":"withhold", "type":"dividend", "entity":"GB", "entity_type":"corporation", "id":285, "user":2363, "created_at":1713031694}, {"type":"undo", "entity":"NOB", "action_id":268, "entity_type":"corporation", "id":286, "user":2363, "created_at":1713031697}, {"type":"lay_tile", "entity":"GB", "entity_type":"corporation", "id":287, "created_at":1713031752, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713031752}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713031752}], "hex":"K22", "tile":"14-1", "rotation":2}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":288, "created_at":1713031873, "routes":[{"train":"3-1", "connections":[["G20", "H19", "I20", "J21", "K22"], ["G18", "G20"]], "hexes":["K22", "G20", "G18"], "revenue":110, "revenue_str":"K22-G20-G18", "nodes":["G20-0", "K22-0", "G18-0"]}, {"train":"2-5", "connections":[["G18", "G16"]], "hexes":["G16", "G18"], "revenue":40, "revenue_str":"G16-G18", "nodes":["G18-0", "G16-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":289, "created_at":1713031875, "kind":"payout"}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":290, "created_at":1713031887, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713031885}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713031885}], "hex":"E18", "tile":"15-0", "rotation":3}, {"type":"run_routes", "entity":"NOB", "entity_type":"corporation", "id":291, "created_at":1713031894, "routes":[{"train":"2-8", "connections":[["D19", "D17"]], "hexes":["D19", "D17"], "revenue":50, "revenue_str":"D19-D17", "nodes":["D19-0", "D17-0"]}, {"train":"2-10", "connections":[["D19", "E18"]], "hexes":["D19", "E18"], "revenue":70, "revenue_str":"D19-E18", "nodes":["D19-0", "E18-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"NOB", "entity_type":"corporation", "id":292, "created_at":1713031899, "kind":"payout"}, {"type":"lay_tile", "entity":"P2", "entity_type":"company", "id":293, "created_at":1713031930, "hex":"E16", "tile":"8-4", "rotation":5}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":294, "created_at":1713031935, "auto_actions":[{"type":"destination_connection", "entity":"SCB", "entity_type":"corporation", "created_at":1713031934, "corporations":["SCB"]}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713031934}], "hex":"F17", "tile":"5-2", "rotation":1}, {"type":"place_token", "entity":"SCB", "entity_type":"corporation", "id":295, "created_at":1713031957, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713031956}], "city":"5-2-0", "slot":0, "tokener":"SCB"}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":296, "created_at":1713032053, "routes":[{"train":"2-2", "connections":[["C12", "C14"]], "hexes":["C12", "C14"], "revenue":30, "revenue_str":"C12-C14", "nodes":["C12-0", "C14-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":297, "created_at":1713032062, "kind":"payout"}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":298, "created_at":1713032086, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713032084}], "hex":"L21", "tile":"619-2", "rotation":0}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":299, "created_at":1713032100, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713032099}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":300, "created_at":1713032166, "routes":[{"train":"2-6", "connections":[["L21", "L23"]], "hexes":["L23", "L21"], "revenue":80, "revenue_str":"L23-L21", "nodes":["L21-0", "L23-0"]}, {"train":"2-7", "connections":[["L21", "K22"]], "hexes":["K22", "L21"], "revenue":60, "revenue_str":"K22-L21", "nodes":["L21-0", "K22-0"]}, {"train":"3-3", "connections":[["G20", "H19", "I20", "J21", "K22"], ["G18", "G20"]], "hexes":["K22", "G20", "G18"], "revenue":110, "revenue_str":"K22-G20-G18", "nodes":["G20-0", "K22-0", "G18-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":301, "created_at":1713032169, "kind":"payout"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":302, "created_at":1713032185}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":303, "created_at":1713032205}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":304, "created_at":1713032214, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713032213}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713032213}], "hex":"G6", "tile":"8-5", "rotation":3}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":305, "created_at":1713032237, "routes":[{"train":"3-2", "connections":[["F7", "G6", "H7"]], "hexes":["H7", "F7"], "revenue":70, "revenue_str":"H7-F7", "nodes":["F7-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":306, "created_at":1713032241, "kind":"payout"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":307, "created_at":1713032249}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":308, "created_at":1713032257}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":309, "created_at":1713032267, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713032266}], "hex":"H5", "tile":"7-0", "rotation":4}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":310, "created_at":1713032273, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713032272}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":311, "created_at":1713032306, "routes":[{"train":"2-4", "connections":[["I6", "H7"]], "hexes":["H7", "I6"], "revenue":80, "revenue_str":"H7-I6", "nodes":["I6-0", "H7-0"]}, {"train":"3-4", "connections":[["I6", "H5", "H7"], ["I4", "I6"]], "hexes":["H7", "I6", "I4"], "revenue":100, "revenue_str":"H7-I6-I4", "nodes":["I6-0", "H7-0", "I4-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":312, "created_at":1713032312, "kind":"payout"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":313, "created_at":1713032323}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":314, "created_at":1713032421}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":315, "created_at":1713032543, "hex":"I4", "tile":"901-0", "rotation":1}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":316, "created_at":1713032554, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713032555}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713032555}]}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":317, "created_at":1713032568, "routes":[{"train":"3-6", "connections":[["L1", "K2"], ["K2", "J1"]], "hexes":["L1", "K2", "J1"], "revenue":100, "revenue_str":"L1-K2-J1", "nodes":["L1-0", "K2-0", "J1-0"]}, {"train":"2-3", "connections":[["I4", "H3"]], "hexes":["I4", "H3"], "revenue":50, "revenue_str":"I4-H3", "nodes":["I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":318, "created_at":1713032569, "kind":"payout"}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":319, "created_at":1713032697, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713032695}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713032695}], "hex":"B23", "tile":"58-3", "rotation":5}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":320, "created_at":1713032743, "routes":[{"train":"3-0", "connections":[["C26", "C24"], ["C24", "B23"]], "hexes":["C26", "C24", "B23"], "revenue":70, "revenue_str":"C26-C24-B23", "nodes":["C26-0", "C24-0", "B23-0"]}, {"train":"2-0", "connections":[["C24", "D25"]], "hexes":["C24", "D25"], "revenue":50, "revenue_str":"C24-D25", "nodes":["C24-0", "D25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":321, "created_at":1713032757, "kind":"payout"}, {"type":"lay_tile", "entity":"GB", "entity_type":"corporation", "id":322, "created_at":1713032771, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713032771}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713032771}], "hex":"G16", "tile":"204-0", "rotation":4}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":323, "created_at":1713032802, "routes":[{"train":"3-1", "connections":[["G20", "H19", "I20", "J21", "K22"], ["G18", "G20"]], "hexes":["K22", "G20", "G18"], "revenue":110, "revenue_str":"K22-G20-G18", "nodes":["G20-0", "K22-0", "G18-0"]}, {"train":"2-5", "connections":[["G18", "G16"]], "hexes":["G18", "G16"], "revenue":40, "revenue_str":"G18-G16", "nodes":["G18-0", "G16-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":324, "created_at":1713032803, "kind":"payout"}, {"hex":"E20", "tile":"8-6", "type":"lay_tile", "entity":"NOB", "rotation":5, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"NOB", "created_at":1713032827, "entity_type":"corporation"}, {"type":"pass", "entity":"NOB", "created_at":1713032827, "entity_type":"corporation"}], "id":325, "user":4392, "created_at":1713032828}, {"type":"undo", "entity":"NOB", "entity_type":"corporation", "id":326, "user":4392, "created_at":1713032846}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":327, "created_at":1713032861, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713032860}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713032860}], "hex":"F17", "tile":"619-3", "rotation":5}, {"type":"run_routes", "entity":"NOB", "entity_type":"corporation", "id":328, "created_at":1713032891, "routes":[{"train":"2-8", "connections":[["E18", "F17"]], "hexes":["F17", "E18"], "revenue":60, "revenue_str":"F17-E18", "nodes":["E18-0", "F17-0"]}, {"train":"2-10", "connections":[["D19", "E18"]], "hexes":["D19", "E18"], "revenue":70, "revenue_str":"D19-E18", "nodes":["D19-0", "E18-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"NOB", "entity_type":"corporation", "id":329, "created_at":1713032893, "kind":"payout"}, {"hex":"C12", "tile":"14-2", "type":"lay_tile", "entity":"SCB", "rotation":1, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"SCB", "created_at":1713032946, "entity_type":"corporation"}, {"type":"pass", "entity":"SCB", "created_at":1713032946, "entity_type":"corporation"}], "id":330, "user":2799, "created_at":1713032948}, {"type":"run_routes", "entity":"SCB", "routes":[{"hexes":["C12", "C14"], "nodes":["C12-0", "C14-0"], "train":"2-2", "revenue":40, "connections":[["C12", "C14"]], "revenue_str":"C12-C14"}, {"hexes":["F17", "E18"], "nodes":["F17-0", "E18-0"], "train":"2-1", "revenue":60, "connections":[["F17", "E18"]], "revenue_str":"F17-E18"}], "entity_type":"corporation", "extra_revenue":0, "id":331, "user":2799, "created_at":1713032974}, {"kind":"payout", "type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":332, "user":2799, "created_at":1713032982}, {"type":"undo", "entity":"FNM", "action_id":329, "entity_type":"corporation", "id":333, "user":2799, "created_at":1713033018}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":334, "created_at":1713033025, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713033023}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713033023}], "hex":"C12", "tile":"14-2", "rotation":1}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":335, "created_at":1713033047, "routes":[{"train":"2-2", "connections":[["F17", "G18"]], "hexes":["G18", "F17"], "revenue":60, "revenue_str":"G18-F17", "nodes":["F17-0", "G18-0"]}, {"train":"2-1", "connections":[["F17", "E18"]], "hexes":["F17", "E18"], "revenue":60, "revenue_str":"F17-E18", "nodes":["F17-0", "E18-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":336, "created_at":1713033055, "kind":"payout"}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":337, "created_at":1713033095, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713033094}], "hex":"C20", "tile":"59-0", "rotation":4}, {"type":"place_token", "entity":"FNM", "entity_type":"corporation", "id":338, "created_at":1713033106, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713033105}], "city":"908-0-0", "slot":1, "tokener":"FNM"}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":339, "created_at":1713033163, "routes":[{"train":"2-6", "connections":[["L21", "L23"]], "hexes":["L21", "L23"], "revenue":80, "revenue_str":"L21-L23", "nodes":["L21-0", "L23-0"]}, {"train":"2-7", "connections":[["D19", "C20"]], "hexes":["C20", "D19"], "revenue":80, "revenue_str":"C20-D19", "nodes":["D19-0", "C20-1"]}, {"train":"3-3", "connections":[["G20", "H19", "I20", "J21", "K22"], ["G18", "G20"]], "hexes":["K22", "G20", "G18"], "revenue":110, "revenue_str":"K22-G20-G18", "nodes":["G20-0", "K22-0", "G18-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":340, "created_at":1713033166, "kind":"payout"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":341, "created_at":1713033180}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":342, "created_at":1713033183}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":343, "created_at":1713033210, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713033209}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713033209}], "hex":"F7", "tile":"15-1", "rotation":4}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":344, "created_at":1713033224, "routes":[{"train":"3-2", "connections":[["F7", "G6", "H7"]], "hexes":["F7", "H7"], "revenue":80, "revenue_str":"F7-H7", "nodes":["F7-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":345, "created_at":1713033234, "kind":"payout"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":346, "created_at":1713033250}, {"type":"buy_company", "entity":"JN", "entity_type":"corporation", "id":347, "created_at":1713033296, "company":"P5", "price":279}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":348, "created_at":1713033330, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713033328}], "hex":"H5", "tile":"28-0", "rotation":5}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":349, "created_at":1713033341, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713033339}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":350, "created_at":1713033350, "routes":[{"train":"2-4", "connections":[["I6", "H7"]], "hexes":["I6", "H7"], "revenue":80, "revenue_str":"I6-H7", "nodes":["I6-0", "H7-0"]}, {"train":"3-4", "connections":[["I6", "H5", "H7"], ["I4", "I6"]], "hexes":["H7", "I6", "I4"], "revenue":120, "revenue_str":"H7-I6-I4", "nodes":["I6-0", "H7-0", "I4-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":351, "created_at":1713033354, "kind":"payout"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":352, "created_at":1713033396}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":353, "created_at":1713033399}, {"type":"par", "entity":2799, "corporation":"AB", "entity_type":"player", "share_price":"100,1,4", "id":354, "user":2799, "created_at":1713033489}, {"type":"undo", "entity":2989, "action_id":353, "entity_type":"player", "id":355, "user":2799, "created_at":1713033559}, {"type":"sell_shares", "entity":2799, "entity_type":"player", "id":356, "created_at":1713033723, "shares":["FNM_2"], "percent":10}, {"type":"par", "entity":2799, "entity_type":"player", "id":357, "created_at":1713033729, "corporation":"AB", "share_price":"90,2,4"}, {"type":"program_buy_shares", "entity":2799, "entity_type":"player", "id":358, "created_at":1713033743, "corporation":"AB", "until_condition":"float", "from_market":false, "auto_pass_after":false}, {"type":"par", "entity":2989, "entity_type":"player", "id":359, "created_at":1713033823, "corporation":"BLS", "share_price":"90,2,4"}, {"type":"buy_company", "entity":4392, "entity_type":"player", "id":360, "created_at":1713033837, "company":"B3", "price":150}, {"type":"lay_tile", "entity":"B3", "entity_type":"company", "id":361, "created_at":1713033850, "hex":"F19", "tile":"XM2-1", "rotation":0}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":362, "created_at":1713033931, "shares":["VSB_2"], "percent":25}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":363, "created_at":1713034133, "auto_actions":[{"type":"program_disable", "entity":2799, "entity_type":"player", "created_at":1713034134, "reason":"Corporation BLS parred"}], "shares":["FNM_2"], "percent":10}, {"type":"program_buy_shares", "entity":2799, "entity_type":"player", "id":364, "created_at":1713034206, "auto_actions":[{"type":"program_disable", "entity":2799, "entity_type":"player", "created_at":1713034205, "reason":"NOB is floated"}], "corporation":"NOB", "until_condition":"float", "from_market":false, "auto_pass_after":false}, {"type":"program_buy_shares", "entity":2799, "entity_type":"player", "id":365, "created_at":1713034207, "auto_actions":[{"type":"program_disable", "entity":2799, "entity_type":"player", "created_at":1713034206, "reason":"NOB is floated"}], "corporation":"NOB", "until_condition":"float", "from_market":false, "auto_pass_after":false}, {"type":"buy_shares", "entity":2799, "entity_type":"player", "id":366, "created_at":1713034227, "shares":["AB_1"], "percent":10}, {"type":"buy_company", "entity":2989, "entity_type":"player", "id":367, "created_at":1713034239, "company":"T3", "price":50}, {"type":"program_buy_shares", "entity":2799, "entity_type":"player", "id":368, "created_at":1713034244, "corporation":"NOB", "until_condition":"float", "from_market":false, "auto_pass_after":false}, {"type":"par", "entity":4392, "entity_type":"player", "id":369, "created_at":1713034260, "corporation":"STB", "share_price":"100,1,4"}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":370, "created_at":1713034270, "shares":["NOB_1"], "percent":25}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":371, "created_at":1713034290, "auto_actions":[{"type":"program_disable", "entity":2799, "entity_type":"player", "created_at":1713034291, "reason":"NOB is floated"}], "shares":["SCB_1"], "percent":25}, {"type":"buy_shares", "entity":2799, "entity_type":"player", "id":372, "created_at":1713034357, "shares":["AB_2"], "percent":10}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":373, "created_at":1713034369, "shares":["BLS_1"], "percent":10}, {"type":"pass", "entity":4392, "entity_type":"player", "id":374, "created_at":1713034392}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":375, "created_at":1713034402, "shares":["JN_2"], "percent":20}, {"type":"buy_company", "price":150, "entity":2363, "company":"B4", "entity_type":"player", "id":376, "user":2363, "created_at":1713034421}, {"type":"undo", "entity":"B4", "entity_type":"company", "id":377, "user":2363, "created_at":1713034438}, {"type":"sell_shares", "entity":2363, "entity_type":"player", "id":378, "created_at":1713034623, "shares":["NOB_2"], "percent":25}, {"type":"par", "entity":2363, "entity_type":"player", "id":379, "created_at":1713034647, "corporation":"VZ", "share_price":"100,1,4"}, {"type":"buy_shares", "entity":2799, "entity_type":"player", "id":380, "created_at":1713034655, "shares":["AB_3"], "percent":10}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":381, "created_at":1713034667, "shares":["BLS_2"], "percent":10}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":382, "created_at":1713034680, "unconditional":false, "indefinite":false}, {"type":"pass", "entity":4392, "entity_type":"player", "id":383, "created_at":1713034751}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":384, "created_at":1713034760, "shares":["NOB_2"], "percent":25}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":385, "created_at":1713034771, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713034771}], "shares":["VZ_1"], "percent":20}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":386, "created_at":1713034784, "shares":["BLS_3"], "percent":10}, {"type":"sell_shares", "entity":4392, "entity_type":"player", "id":387, "created_at":1713034826, "shares":["NOB_0"], "percent":50}, {"type":"buy_company", "entity":4392, "entity_type":"player", "id":388, "created_at":1713034837, "company":"T4", "price":50}, {"type":"pass", "entity":2798, "entity_type":"player", "id":389, "created_at":1713034959}, {"type":"pass", "entity":2363, "entity_type":"player", "id":390, "created_at":1713034966, "auto_actions":[{"type":"program_disable", "entity":2799, "entity_type":"player", "created_at":1713034966, "reason":"Shares were sold"}]}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":391, "created_at":1713035007, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713035005}], "unconditional":false, "indefinite":false}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":392, "created_at":1713035030, "shares":["MOB_4"], "percent":10}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":393, "created_at":1713035040, "shares":["STB_1"], "percent":10}, {"type":"sell_shares", "entity":2798, "entity_type":"player", "id":394, "created_at":1713035048, "shares":["JN_2"], "percent":20}, {"type":"pass", "entity":2798, "entity_type":"player", "id":395, "created_at":1713035052}, {"type":"pass", "entity":2363, "entity_type":"player", "id":396, "created_at":1713035173, "auto_actions":[{"type":"program_disable", "entity":2799, "entity_type":"player", "created_at":1713035173, "reason":"Shares were sold"}]}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":397, "created_at":1713035279, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713035277}], "unconditional":false, "indefinite":false}, {"type":"sell_shares", "entity":2989, "shares":["JN_1"], "percent":20, "entity_type":"player", "id":398, "user":2989, "created_at":1713035295}, {"type":"buy_shares", "entity":2989, "shares":["MOB_5"], "percent":10, "entity_type":"player", "id":399, "user":2989, "created_at":1713035380}, {"type":"undo", "entity":4392, "entity_type":"player", "id":400, "user":2989, "created_at":1713035390}, {"type":"undo", "entity":2989, "entity_type":"player", "id":401, "user":2989, "created_at":1713035401}, {"type":"sell_shares", "entity":2989, "entity_type":"player", "id":402, "created_at":1713035427, "shares":["JN_1"], "percent":20}, {"type":"buy_shares", "entity":2989, "shares":["MOB_1"], "percent":10, "entity_type":"player", "id":403, "user":2989, "created_at":1713035434}, {"type":"buy_shares", "entity":4392, "shares":["STB_2"], "percent":10, "entity_type":"player", "id":404, "user":4392, "created_at":1713035444}, {"type":"undo", "entity":2798, "entity_type":"player", "id":405, "user":2989, "created_at":1713035508}, {"type":"undo", "entity":4392, "entity_type":"player", "id":406, "user":2989, "created_at":1713035526}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":407, "created_at":1713035536, "shares":["MOB_5"], "percent":10}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":408, "created_at":1713035542, "shares":["STB_2"], "percent":10}, {"type":"pass", "entity":2798, "entity_type":"player", "id":409, "created_at":1713035547}, {"type":"pass", "entity":2363, "entity_type":"player", "id":410, "created_at":1713035577, "auto_actions":[{"type":"program_disable", "entity":2799, "entity_type":"player", "created_at":1713035577, "reason":"Shares were sold"}]}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":411, "created_at":1713035581, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713035580}], "unconditional":false, "indefinite":false}, {"type":"pass", "entity":2989, "entity_type":"player", "id":412, "created_at":1713035586}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":413, "created_at":1713035592, "shares":["STB_3"], "percent":10}, {"type":"pass", "entity":2798, "entity_type":"player", "id":414, "created_at":1713035595}, {"type":"sell_shares", "entity":2363, "entity_type":"player", "id":415, "created_at":1713035729, "shares":["GB_1"], "percent":25}, {"type":"par", "entity":2363, "entity_type":"player", "id":416, "created_at":1713035733, "auto_actions":[{"type":"program_disable", "entity":2799, "entity_type":"player", "created_at":1713035733, "reason":"Shares were sold"}], "corporation":"RhB", "share_price":"100,1,4"}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":417, "created_at":1713035813, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713035812}], "unconditional":false, "indefinite":false}, {"type":"pass", "entity":2989, "entity_type":"player", "id":418, "created_at":1713035843}, {"type":"pass", "entity":4392, "entity_type":"player", "id":419, "created_at":1713035851}, {"type":"sell_shares", "entity":2798, "entity_type":"player", "id":420, "created_at":1713035899, "shares":["FNM_5"], "percent":10}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":421, "created_at":1713035905, "shares":["GB_1"], "percent":25}, {"type":"pass", "entity":2363, "entity_type":"player", "id":422, "created_at":1713035914, "auto_actions":[{"type":"program_disable", "entity":2799, "entity_type":"player", "created_at":1713035914, "reason":"Shares were sold"}]}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":423, "created_at":1713035926, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713035924}], "unconditional":false, "indefinite":false}, {"type":"pass", "entity":2989, "entity_type":"player", "id":424, "created_at":1713035931}, {"type":"pass", "entity":4392, "entity_type":"player", "id":425, "created_at":1713035936}, {"type":"pass", "entity":2798, "entity_type":"player", "id":426, "created_at":1713035941}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":427, "created_at":1713035978, "hex":"H3", "tile":"87-0", "rotation":3}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":428, "created_at":1713035985, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713035985}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713035985}]}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":429, "created_at":1713035999, "routes":[{"train":"3-6", "connections":[["L1", "K2"], ["K2", "J1"]], "hexes":["L1", "K2", "J1"], "revenue":100, "revenue_str":"L1-K2-J1", "nodes":["L1-0", "K2-0", "J1-0"]}, {"train":"2-3", "connections":[["I4", "H3"]], "hexes":["I4", "H3"], "revenue":50, "revenue_str":"I4-H3", "nodes":["I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":430, "created_at":1713036002, "kind":"payout"}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":431, "created_at":1713036008, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713036007}], "hex":"C22", "tile":"9-4", "rotation":1}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "id":432, "created_at":1713036034, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713036033}]}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":433, "created_at":1713036067, "routes":[{"train":"3-0", "connections":[["C24", "C22", "C20"], ["C26", "C24"]], "hexes":["C20", "C24", "C26"], "revenue":100, "revenue_str":"C20-C24-C26", "nodes":["C24-0", "C20-0", "C26-0"]}, {"train":"2-0", "connections":[["C24", "D25"]], "hexes":["D25", "C24"], "revenue":50, "revenue_str":"D25-C24", "nodes":["C24-0", "D25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":434, "created_at":1713036075, "kind":"payout"}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":435, "created_at":1713036079, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713036079}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713036079}]}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":436, "created_at":1713036081, "routes":[{"train":"3-1", "connections":[["G20", "H19", "I20", "J21", "K22"], ["G18", "G20"]], "hexes":["K22", "G20", "G18"], "revenue":110, "revenue_str":"K22-G20-G18", "nodes":["G20-0", "K22-0", "G18-0"]}, {"train":"2-5", "connections":[["G18", "G16"]], "hexes":["G18", "G16"], "revenue":40, "revenue_str":"G18-G16", "nodes":["G18-0", "G16-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":437, "created_at":1713036083, "kind":"payout"}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":438, "created_at":1713036134, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713036133}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713036133}], "hex":"D13", "tile":"14-3", "rotation":2}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":439, "created_at":1713036145, "routes":[{"train":"2-2", "connections":[["F17", "G18"]], "hexes":["F17", "G18"], "revenue":60, "revenue_str":"F17-G18", "nodes":["F17-0", "G18-0"]}, {"train":"2-1", "connections":[["F17", "E18"]], "hexes":["F17", "E18"], "revenue":60, "revenue_str":"F17-E18", "nodes":["F17-0", "E18-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":440, "created_at":1713036150, "kind":"payout"}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":441, "created_at":1713036192, "hex":"C14", "tile":"87-1", "rotation":4}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":442, "created_at":1713036229, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713036228}]}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":443, "created_at":1713036235, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713036234}]}, {"type":"buy_train", "entity":"STB", "entity_type":"corporation", "id":444, "created_at":1713036266, "train":"2-6", "price":190}, {"type":"buy_train", "entity":"STB", "entity_type":"corporation", "id":445, "created_at":1713036271, "train":"3-8", "price":150, "variant":"3H"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":446, "created_at":1713036275}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":447, "created_at":1713036278}, {"type":"lay_tile", "entity":"VZ", "entity_type":"corporation", "id":448, "created_at":1713036309, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713036309}], "hex":"K10", "tile":"6-1", "rotation":1}, {"type":"place_token", "entity":"VZ", "entity_type":"corporation", "id":449, "created_at":1713036311, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713036311}], "city":"619-1-0", "slot":1, "tokener":"VZ"}, {"type":"buy_train", "entity":"VZ", "entity_type":"corporation", "id":450, "created_at":1713036482, "train":"4-0", "price":260, "variant":"4H"}, {"type":"buy_company", "price":40, "entity":"VZ", "company":"P1", "entity_type":"corporation", "id":451, "user":2363, "created_at":1713036501}, {"type":"undo", "entity":"VZ", "entity_type":"corporation", "id":452, "user":2363, "created_at":1713036647}, {"type":"buy_company", "entity":"VZ", "entity_type":"corporation", "id":453, "created_at":1713036669, "company":"P1", "price":20}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":454, "created_at":1713036677}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":455, "created_at":1713036682}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":456, "created_at":1713036717, "hex":"D17", "tile":"204-1", "rotation":1}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":457, "created_at":1713036724, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713036724}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713036724}]}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":458, "created_at":1713036733, "auto_actions":[{"type":"destination_connection", "entity":"AB", "entity_type":"corporation", "created_at":1713036734, "corporations":["AB"]}]}, {"type":"lay_tile", "entity":"AB", "entity_type":"corporation", "id":459, "created_at":1713036749, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713036747}], "hex":"D25", "tile":"15-2", "rotation":0}, {"type":"place_token", "entity":"AB", "entity_type":"corporation", "id":460, "created_at":1713036762, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713036760}], "city":"14-0-0", "slot":1, "tokener":"AB"}, {"type":"buy_train", "entity":"AB", "entity_type":"corporation", "id":461, "created_at":1713036795, "train":"4-1", "price":300, "variant":"4"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":462, "created_at":1713036819}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":463, "created_at":1713036869}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":464, "created_at":1713036881, "hex":"F11", "tile":"6-3", "rotation":5}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":465, "created_at":1713036888, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713036886}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713036886}]}, {"type":"buy_train", "entity":"BLS", "entity_type":"corporation", "id":466, "created_at":1713036908, "train":"4-2", "price":300, "variant":"4"}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":467, "created_at":1713036911}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":468, "created_at":1713036915}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":469, "created_at":1713036964, "hex":"K10", "tile":"15-3", "rotation":0}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":470, "created_at":1713036983, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713036981}]}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":471, "created_at":1713036995, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713036994}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":472, "created_at":1713037109, "routes":[{"train":"3-4", "connections":[["I6", "H7"], ["I4", "I6"]], "hexes":["H7", "I6", "I4"], "revenue":120, "revenue_str":"H7-I6-I4", "nodes":["I6-0", "H7-0", "I4-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":473, "created_at":1713037132, "kind":"payout"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":474, "created_at":1713037143}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":475, "created_at":1713037145}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":476, "created_at":1713037170, "hex":"E12", "tile":"9-5", "rotation":0}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":477, "created_at":1713037174, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713037173}]}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":478, "created_at":1713037180, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713037179}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":479, "created_at":1713037217, "routes":[{"train":"3-3", "connections":[["E18", "F19"], ["D19", "E18"]], "hexes":["F19", "E18", "D19"], "revenue":110, "revenue_str":"F19-E18-D19", "nodes":["E18-0", "F19-0", "D19-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":480, "created_at":1713037219, "kind":"payout"}, {"type":"buy_train", "entity":"FNM", "entity_type":"corporation", "id":481, "created_at":1713037232, "train":"4-3", "price":300, "variant":"4"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":482, "created_at":1713037236}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":483, "created_at":1713037242}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":484, "created_at":1713037293, "hex":"F9", "tile":"9-6", "rotation":1}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":485, "created_at":1713037301, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713037299}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713037299}]}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":486, "created_at":1713037307, "routes":[{"train":"3-2", "connections":[["F7", "G6", "H7"]], "hexes":["F7", "H7"], "revenue":80, "revenue_str":"F7-H7", "nodes":["F7-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":487, "created_at":1713037311, "kind":"withhold"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":488, "created_at":1713037321}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":489, "created_at":1713037329}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":490, "created_at":1713037350, "hex":"G6", "tile":"24-0", "rotation":3}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":491, "created_at":1713037354, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713037354}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713037354}]}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":492, "created_at":1713037367, "routes":[{"train":"3-6", "connections":[["I4", "H3"]], "hexes":["I4", "H3"], "revenue":50, "revenue_str":"I4-H3", "nodes":["I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":493, "created_at":1713037370, "kind":"payout"}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":494, "created_at":1713037429, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713037428}], "hex":"F23", "tile":"9-7", "rotation":1}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "id":495, "created_at":1713037442, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713037440}]}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":496, "created_at":1713037468, "routes":[{"train":"3-0", "connections":[["C24", "D25"], ["C24", "B23"]], "hexes":["D25", "C24", "B23"], "revenue":70, "revenue_str":"D25-C24-B23", "nodes":["C24-0", "D25-0", "B23-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":497, "created_at":1713037476, "kind":"payout"}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "id":498, "user":2799, "created_at":1713037489}, {"type":"undo", "entity":"GB", "entity_type":"corporation", "id":499, "user":2363, "created_at":1713037565}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "id":500, "user":2363, "created_at":1713037592}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":501, "created_at":1713037628, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713037628}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713037628}]}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":502, "created_at":1713037637, "routes":[{"train":"3-1", "connections":[["G18", "F17"], ["F17", "E18"]], "hexes":["G18", "F17", "E18"], "revenue":90, "revenue_str":"G18-F17-E18", "nodes":["G18-0", "F17-0", "E18-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":503, "created_at":1713037639, "kind":"payout"}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":504, "created_at":1713037643}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":505, "created_at":1713037684, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713037683}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713037683}], "hex":"C10", "tile":"9-8", "rotation":1}, {"type":"buy_train", "price":1, "train":"4-1", "entity":"SCB", "entity_type":"corporation", "id":506, "user":2799, "created_at":1713037726}, {"type":"undo", "entity":"SCB", "entity_type":"corporation", "id":507, "user":2799, "created_at":1713037761}, {"type":"buy_train", "entity":"SCB", "entity_type":"corporation", "id":508, "created_at":1713037836, "train":"3-0", "price":256}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "id":509, "created_at":1713037847}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":510, "created_at":1713037866, "hex":"F11", "tile":"904-0", "rotation":0}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":511, "created_at":1713037871, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713037870}]}, {"type":"place_token", "entity":"MOB", "entity_type":"corporation", "id":512, "created_at":1713037875, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713037874}], "city":"904-0-0", "slot":1, "tokener":"MOB"}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":513, "created_at":1713037888, "routes":[{"train":"3-4", "connections":[["I6", "H7"], ["I4", "I6"]], "hexes":["H7", "I6", "I4"], "revenue":120, "revenue_str":"H7-I6-I4", "nodes":["I6-0", "H7-0", "I4-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":514, "created_at":1713037900, "kind":"payout"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":515, "created_at":1713038053}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":516, "created_at":1713038055}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":517, "created_at":1713038071, "hex":"F15", "tile":"7-1", "rotation":4}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":518, "created_at":1713038074, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713038073}]}, {"type":"place_token", "entity":"STB", "entity_type":"corporation", "id":519, "created_at":1713038076, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713038075}], "city":"619-3-0", "slot":1, "tokener":"STB"}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":520, "created_at":1713038090, "routes":[{"train":"3-8", "connections":[["E18", "D19"], ["F17", "E18"]], "hexes":["D19", "E18", "F17"], "revenue":100, "revenue_str":"D19-E18-F17", "nodes":["E18-0", "D19-0", "F17-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":521, "created_at":1713038091, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":522, "created_at":1713038094}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":523, "created_at":1713038097}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":524, "created_at":1713038134, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713038134}]}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":525, "created_at":1713038137, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713038137}]}, {"type":"run_routes", "entity":"VZ", "entity_type":"corporation", "id":526, "created_at":1713038158, "routes":[{"train":"4-0", "connections":[["H7", "I6"], ["I6", "I4"]], "hexes":["H7", "I6", "I4"], "revenue":120, "revenue_str":"H7-I6-I4", "nodes":["H7-0", "I6-0", "I4-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VZ", "entity_type":"corporation", "id":527, "created_at":1713038174, "kind":"payout"}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":528, "created_at":1713038180}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":529, "created_at":1713038183}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":530, "created_at":1713038191, "hex":"H15", "tile":"8-6", "rotation":1}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":531, "created_at":1713038195, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713038194}]}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":532, "created_at":1713038201, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713038200}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":533, "created_at":1713038279, "routes":[{"train":"3-3", "connections":[["E18", "F19"], ["D19", "E18"]], "hexes":["F19", "E18", "D19"], "revenue":110, "revenue_str":"F19-E18-D19", "nodes":["E18-0", "F19-0", "D19-0"]}, {"train":"4-3", "connections":[["G20", "G18"], ["K22", "J21", "I20", "H19", "G20"], ["L23", "K22"]], "hexes":["G18", "G20", "K22", "L23"], "revenue":170, "revenue_str":"G18-G20-K22-L23", "nodes":["G20-0", "G18-0", "K22-0", "L23-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":534, "created_at":1713038281, "kind":"payout"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":535, "created_at":1713038292}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":536, "created_at":1713038295}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":537, "created_at":1713038303, "hex":"C18", "tile":"8-7", "rotation":4}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":538, "created_at":1713038309, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713038309}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713038309}]}, {"type":"buy_train", "entity":"NOB", "entity_type":"corporation", "id":539, "created_at":1713038319, "train":"3-6", "price":1}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":540, "created_at":1713038326}, {"type":"lay_tile", "entity":"AB", "entity_type":"corporation", "id":541, "created_at":1713038375, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713038374}], "hex":"F21", "tile":"57-3", "rotation":1}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":542, "created_at":1713038434, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713038432}]}, {"type":"run_routes", "entity":"AB", "entity_type":"corporation", "id":543, "created_at":1713038448, "routes":[{"train":"4-1", "connections":[["C26", "D25"], ["D25", "C24"], ["C24", "C22", "C20"]], "hexes":["C26", "D25", "C24", "C20"], "revenue":130, "revenue_str":"C26-D25-C24-C20", "nodes":["C26-0", "D25-0", "C24-0", "C20-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"AB", "entity_type":"corporation", "id":544, "created_at":1713038480, "kind":"payout"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":545, "user":2799, "created_at":1713038640}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":546, "user":2799, "created_at":1713038667}, {"type":"undo", "entity":"BLS", "entity_type":"corporation", "id":547, "user":2799, "created_at":1713038671}, {"type":"undo", "entity":"AB", "entity_type":"corporation", "id":548, "user":2799, "created_at":1713038686}, {"type":"buy_train", "entity":"AB", "entity_type":"corporation", "id":549, "created_at":1713038738, "train":"4-4", "price":260, "variant":"4H"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":550, "created_at":1713038776}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":551, "created_at":1713038791}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":552, "created_at":1713038805, "hex":"G12", "tile":"9-9", "rotation":2}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":553, "created_at":1713038819, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713038817}]}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":554, "created_at":1713038862, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713038860}]}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":555, "created_at":1713038881, "routes":[{"train":"4-2", "connections":[["F11", "E12", "D13"], ["F7", "F9", "F11"], ["H7", "G6", "F7"]], "hexes":["D13", "F11", "F7", "H7"], "revenue":150, "revenue_str":"D13-F11-F7-H7", "nodes":["F11-0", "D13-0", "F7-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":556, "created_at":1713038954, "kind":"payout"}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":557, "created_at":1713039009}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":558, "created_at":1713039014}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":559, "created_at":1713039044, "hex":"G8", "tile":"59-1", "rotation":2}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":560, "created_at":1713039050, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713039048}]}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":561, "created_at":1713039127, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713039126}]}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":562, "created_at":1713039136, "routes":[{"train":"3-2", "connections":[["F7", "G6", "H7"]], "hexes":["F7", "H7"], "revenue":80, "revenue_str":"F7-H7", "nodes":["F7-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":563, "created_at":1713039158, "kind":"withhold"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":564, "created_at":1713039203}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":565, "created_at":1713039206}, {"type":"par", "entity":2798, "entity_type":"player", "id":566, "created_at":1713039221, "corporation":"ChA", "share_price":"100,1,4"}, {"type":"buy_shares", "entity":2799, "entity_type":"player", "id":567, "created_at":1713039382, "shares":["MOB_6"], "percent":10}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":568, "created_at":1713039543, "shares":["MOB_7"], "percent":10}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":569, "created_at":1713039598, "shares":["RhB_1"], "percent":10}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":570, "created_at":1713039608, "shares":["MOB_8"], "percent":10}, {"type":"buy_company", "entity":2798, "entity_type":"player", "id":571, "created_at":1713039630, "company":"B4", "price":150}, {"type":"lay_tile", "entity":"B4", "entity_type":"company", "id":572, "created_at":1713039636, "hex":"J29", "tile":"XM1-0", "rotation":0}, {"type":"buy_shares", "entity":2799, "entity_type":"player", "id":573, "created_at":1713039709, "shares":["FNM_5"], "percent":10}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":574, "created_at":1713039841, "shares":["NOB_1"], "percent":25}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":575, "created_at":1713040047, "shares":["MOB_1"], "percent":10}, {"type":"buy_company", "entity":4392, "entity_type":"player", "id":576, "created_at":1713040059, "company":"T5", "price":50}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":577, "created_at":1713040070, "shares":["NOB_2"], "percent":25}, {"type":"buy_shares", "entity":2799, "entity_type":"player", "id":578, "created_at":1713040165, "shares":["AB_4"], "percent":10}, {"type":"pass", "entity":2989, "entity_type":"player", "id":579, "created_at":1713040182}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":580, "created_at":1713040184, "unconditional":true, "indefinite":false}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":581, "created_at":1713040194, "shares":["RhB_2"], "percent":10}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":582, "created_at":1713040215, "shares":["FNM_6"], "percent":10}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":583, "created_at":1713040234, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713040234}], "shares":["ChA_1"], "percent":20}, {"type":"pass", "entity":2989, "entity_type":"player", "id":584, "created_at":1713040253}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":585, "created_at":1713040262, "shares":["RhB_3"], "percent":10}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":586, "created_at":1713040342, "shares":["MOB_2"], "percent":10}, {"type":"pass", "entity":2798, "entity_type":"player", "id":587, "created_at":1713040357, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713040358}]}, {"type":"sell_shares", "entity":2989, "entity_type":"player", "id":588, "created_at":1713040383, "shares":["NOB_1"], "percent":25}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":589, "created_at":1713040389, "shares":["BLS_4"], "percent":10}, {"type":"pass", "entity":2363, "entity_type":"player", "id":590, "created_at":1713040416}, {"type":"sell_shares", "entity":4392, "entity_type":"player", "id":591, "created_at":1713040435, "shares":["MOB_8", "MOB_2"], "percent":20}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":592, "created_at":1713040454, "shares":["BLS_5"], "percent":10}, {"type":"sell_shares", "entity":2798, "entity_type":"player", "id":593, "created_at":1713040466, "shares":["VSB_2"], "percent":25}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":594, "created_at":1713040472, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713040472}], "shares":["NOB_1"], "percent":25}, {"type":"pass", "entity":2989, "entity_type":"player", "id":595, "created_at":1713040477}, {"type":"pass", "entity":2363, "entity_type":"player", "id":596, "created_at":1713040552}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":597, "created_at":1713040584, "shares":["AB_5"], "percent":10}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":598, "created_at":1713040623, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713040623}], "shares":["VZ_2"], "percent":20}, {"type":"pass", "entity":2989, "entity_type":"player", "id":599, "created_at":1713040639}, {"type":"pass", "entity":2363, "entity_type":"player", "id":600, "created_at":1713040650}, {"type":"pass", "entity":4392, "entity_type":"player", "id":601, "created_at":1713040656}, {"type":"pass", "entity":2798, "entity_type":"player", "id":602, "created_at":1713040673}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":603, "created_at":1713040691, "hex":"F9", "tile":"24-1", "rotation":1}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":604, "created_at":1713040696, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713040696}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1713040696}]}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":605, "created_at":1713040701}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":606, "created_at":1713040707, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713040707}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1713040707}]}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":607, "created_at":1713040729, "routes":[{"train":"3-1", "connections":[["G16", "G14"], ["G18", "G16"]], "hexes":["G14", "G16", "G18"], "revenue":80, "revenue_str":"G14-G16-G18", "nodes":["G16-0", "G14-0", "G18-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":608, "created_at":1713040732, "kind":"payout"}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":609, "created_at":1713040742}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":610, "created_at":1713040831, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713040829}], "hex":"F21", "tile":"15-4", "rotation":1}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "id":611, "created_at":1713040839, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1713040837}]}, {"type":"buy_train", "entity":"VSB", "entity_type":"corporation", "id":612, "created_at":1713040867, "train":"4-4", "price":296}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":613, "created_at":1713040896, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713040894}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1713040894}], "hex":"E20", "tile":"8-8", "rotation":5}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":614, "created_at":1713040909, "routes":[{"train":"3-0", "connections":[["F17", "E18"], ["E18", "F19"]], "hexes":["F17", "E18", "F19"], "revenue":100, "revenue_str":"F17-E18-F19", "nodes":["F17-0", "E18-0", "F19-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":615, "created_at":1713040914, "kind":"payout"}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "id":616, "created_at":1713040921}, {"hex":"G26", "tile":"57-4", "type":"lay_tile", "entity":"RhB", "rotation":0, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"RhB", "created_at":1713040983, "entity_type":"corporation"}, {"type":"pass", "entity":"RhB", "created_at":1713040983, "entity_type":"corporation"}], "id":617, "user":2363, "created_at":1713040983}, {"type":"buy_train", "price":400, "train":"5-0", "entity":"RhB", "variant":"5H", "entity_type":"corporation", "id":618, "user":2363, "created_at":1713041005}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "id":619, "user":2363, "created_at":1713041028}, {"type":"undo", "entity":"STB", "action_id":616, "entity_type":"corporation", "id":620, "user":2363, "created_at":1713041069}, {"type":"lay_tile", "entity":"RhB", "entity_type":"corporation", "id":621, "created_at":1713041075, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713041075}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713041075}], "hex":"H25", "tile":"58-4", "rotation":1}, {"type":"buy_train", "entity":"RhB", "entity_type":"corporation", "id":622, "created_at":1713041081, "train":"5-0", "price":400, "variant":"5H"}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "id":623, "created_at":1713041142}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":624, "created_at":1713041164, "auto_actions":[{"type":"destination_connection", "entity":"STB", "entity_type":"corporation", "created_at":1713041163, "corporations":["STB"]}], "hex":"H13", "tile":"6-5", "rotation":4}, {"type":"choose_ability", "entity":"P7", "entity_type":"company", "id":625, "created_at":1713041224, "choice":"STB"}, {"type":"lay_tile", "entity":"T4", "entity_type":"company", "id":626, "created_at":1713041248, "hex":"I12", "tile":"X78-0", "rotation":3}, {"type":"lay_tile", "entity":"T5", "entity_type":"company", "id":627, "created_at":1713041258, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713041257}], "hex":"K14", "tile":"X79-0", "rotation":2}, {"type":"place_token", "entity":"STB", "entity_type":"corporation", "id":628, "created_at":1713041261, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713041260}], "city":"6-5-0", "slot":0, "tokener":"STB"}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":629, "created_at":1713041418, "routes":[{"train":"3-8", "connections":[["E18", "D19"], ["F17", "E18"]], "hexes":["D19", "E18", "F17"], "revenue":100, "revenue_str":"D19-E18-F17", "nodes":["E18-0", "D19-0", "F17-0"]}, {"train":"5-1", "connections":[["F17", "G18"], ["G16", "F15", "F17"], ["G14", "G16"]], "hexes":["G18", "F17", "G16", "G14"], "revenue":120, "revenue_str":"G18-F17-G16-G14", "nodes":["F17-0", "G18-0", "G16-0", "G14-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":630, "created_at":1713041425, "kind":"withhold"}, {"type":"lay_tile", "entity":"VZ", "entity_type":"corporation", "id":631, "created_at":1713041435, "auto_actions":[{"type":"destination_connection", "entity":"VZ", "entity_type":"corporation", "created_at":1713041435, "corporations":["MOB"]}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713041435}], "hex":"J11", "tile":"58-5", "rotation":4}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":632, "created_at":1713041444, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713041444}]}, {"type":"run_routes", "entity":"VZ", "entity_type":"corporation", "id":633, "created_at":1713041514, "routes":[{"train":"4-0", "connections":[["H7", "I6"], ["I6", "I4"]], "hexes":["H7", "I6", "I4"], "revenue":150, "revenue_str":"H7-I6-I4", "nodes":["H7-0", "I6-0", "I4-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VZ", "entity_type":"corporation", "id":634, "created_at":1713041558, "kind":"payout"}, {"type":"buy_train", "entity":"VZ", "entity_type":"corporation", "id":635, "created_at":1713041709, "train":"3-1", "price":1}, {"type":"lay_tile", "entity":"ChA", "entity_type":"corporation", "id":636, "created_at":1713041777, "hex":"G28", "tile":"5-3", "rotation":0}, {"type":"lay_tile", "entity":"T1", "entity_type":"company", "id":637, "created_at":1713041792, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713041792}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713041792}], "hex":"H27", "tile":"X78-0", "rotation":3}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":638, "created_at":1713041803}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":639, "created_at":1713041851, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713041850}], "hex":"H13", "tile":"15-5", "rotation":4}, {"type":"place_token", "entity":"FNM", "entity_type":"corporation", "id":640, "created_at":1713041853, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713041852}], "city":"15-5-0", "slot":1, "tokener":"FNM"}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":641, "created_at":1713041994, "routes":[{"train":"3-3", "connections":[["E18", "F19"], ["D19", "E18"]], "hexes":["F19", "E18", "D19"], "revenue":120, "revenue_str":"F19-E18-D19", "nodes":["E18-0", "F19-0", "D19-0"]}, {"train":"4-3", "connections":[["G20", "G18"], ["K22", "J21", "I20", "H19", "G20"], ["L23", "K22"]], "hexes":["G18", "G20", "K22", "L23"], "revenue":200, "revenue_str":"G18-G20-K22-L23", "nodes":["G20-0", "G18-0", "K22-0", "L23-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":642, "created_at":1713041999, "kind":"payout"}, {"type":"lay_tile", "entity":"AB", "entity_type":"corporation", "id":643, "created_at":1713042018, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713042016}], "hex":"C20", "tile":"66-0", "rotation":4}, {"type":"place_token", "entity":"AB", "entity_type":"corporation", "id":644, "created_at":1713042034, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713042032}], "city":"66-0-0", "slot":0, "tokener":"AB"}, {"type":"run_routes", "entity":"AB", "entity_type":"corporation", "id":645, "created_at":1713042058, "routes":[{"train":"4-1", "connections":[["C26", "D25"], ["D25", "C24"], ["C24", "C22", "C20"]], "hexes":["C26", "D25", "C24", "C20"], "revenue":160, "revenue_str":"C26-D25-C24-C20", "nodes":["C26-0", "D25-0", "C24-0", "C20-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"AB", "entity_type":"corporation", "id":646, "created_at":1713042065, "kind":"withhold"}, {"type":"buy_train", "entity":"AB", "entity_type":"corporation", "id":647, "created_at":1713042071, "train":"5-3", "price":450, "variant":"5"}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":648, "created_at":1713042206, "hex":"H13", "tile":"611-0", "rotation":4}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":649, "created_at":1713042255, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713042253}]}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":650, "created_at":1713042269, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713042267}]}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":651, "created_at":1713042289, "routes":[{"train":"4-2", "connections":[["F11", "G12", "H13"], ["F7", "F9", "F11"], ["H7", "G6", "F7"]], "hexes":["H13", "F11", "F7", "H7"], "revenue":190, "revenue_str":"H13-F11-F7-H7", "nodes":["F11-0", "H13-0", "F7-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":652, "created_at":1713042302, "kind":"payout"}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":653, "created_at":1713042319}, {"type":"lay_tile", "entity":"T3", "entity_type":"company", "id":654, "created_at":1713042351, "hex":"J9", "tile":"X78-0", "rotation":3}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":655, "created_at":1713042361, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713042359}], "hex":"I10", "tile":"4-2", "rotation":0}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":656, "created_at":1713042405, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713042404}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":657, "created_at":1713042423, "routes":[{"train":"3-4", "connections":[["I6", "H7"], ["I4", "I6"]], "hexes":["H7", "I6", "I4"], "revenue":150, "revenue_str":"H7-I6-I4", "nodes":["I6-0", "H7-0", "I4-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":658, "created_at":1713042428, "kind":"payout"}, {"type":"buy_train", "entity":"MOB", "entity_type":"corporation", "id":659, "created_at":1713042446, "train":"5-4", "price":400, "variant":"5H"}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":660, "created_at":1713042470, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713042471}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1713042471}], "hex":"E18", "tile":"611-1", "rotation":2}, {"type":"run_routes", "entity":"NOB", "entity_type":"corporation", "id":661, "created_at":1713042491, "routes":[{"train":"3-6", "connections":[["D19", "E18"], ["E18", "F19"]], "hexes":["D19", "E18", "F19"], "revenue":130, "revenue_str":"D19-E18-F19", "nodes":["D19-0", "E18-0", "F19-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"NOB", "entity_type":"corporation", "id":662, "created_at":1713042493, "kind":"payout"}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":663, "created_at":1713042498}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":664, "created_at":1713042526, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713042525}], "hex":"G8", "tile":"67-0", "rotation":4}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":665, "created_at":1713042538, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713042536}]}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":666, "created_at":1713042554, "routes":[{"train":"3-2", "connections":[["G8", "H7"], ["F7", "G8"]], "hexes":["H7", "G8", "F7"], "revenue":160, "revenue_str":"H7-G8-F7", "nodes":["G8-1", "H7-0", "F7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":667, "created_at":1713042558, "kind":"withhold"}, {"type":"buy_train", "entity":"JN", "entity_type":"corporation", "id":668, "created_at":1713042620, "train":"5-4", "price":376}, {"type":"lay_tile", "entity":"VZ", "entity_type":"corporation", "id":669, "created_at":1713042643, "auto_actions":[{"type":"destination_connection", "entity":"VZ", "entity_type":"corporation", "created_at":1713042643, "corporations":["RhB"]}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713042643}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713042643}], "hex":"J15", "tile":"9-10", "rotation":1}, {"type":"run_routes", "entity":"VZ", "entity_type":"corporation", "id":670, "created_at":1713042671, "routes":[{"train":"4-0", "connections":[["I6", "H5", "H7"]], "hexes":["I6", "H7"], "revenue":110, "revenue_str":"I6-H7", "nodes":["I6-0", "H7-0"]}, {"train":"3-1", "connections":[["H7", "I6"], ["I6", "I4"]], "hexes":["H7", "I6", "I4"], "revenue":150, "revenue_str":"H7-I6-I4", "nodes":["H7-0", "I6-0", "I4-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VZ", "entity_type":"corporation", "id":671, "created_at":1713042692, "kind":"payout"}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":672, "created_at":1713042707, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713042705}], "hex":"F11", "tile":"905-0", "rotation":0}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":673, "created_at":1713042714, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713042713}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":674, "created_at":1713042764, "routes":[{"train":"3-3", "connections":[["L21", "K22"], ["L23", "L21"]], "hexes":["K22", "L21", "L23"], "revenue":140, "revenue_str":"K22-L21-L23", "nodes":["L21-0", "K22-0", "L23-0"]}, {"train":"4-3", "connections":[["H13", "G12", "F11"], ["J13", "I12", "H13"], ["L15", "K14", "J13"]], "hexes":["F11", "H13", "J13", "L15"], "revenue":220, "revenue_str":"F11-H13-J13-L15", "nodes":["H13-0", "F11-0", "J13-0", "L15-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":675, "created_at":1713042768, "kind":"payout"}, {"type":"lay_tile", "entity":"SBB", "entity_type":"corporation", "id":676, "created_at":1713042823, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1713042824}], "hex":"F17", "tile":"611-2", "rotation":5}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":677, "created_at":1713042875, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1713042875}]}, {"type":"run_routes", "entity":"SBB", "entity_type":"corporation", "id":678, "created_at":1713043095, "routes":[{"train":"5-2", "connections":[["D13", "E12", "F11"], ["C12", "D13"], ["C14", "C12"]], "hexes":["F11", "D13", "C12", "C14"], "revenue":120, "revenue_str":"F11-D13-C12-C14", "nodes":["D13-0", "F11-0", "C12-0", "C14-0"]}, {"train":"3-6", "connections":[["E18", "F19"], ["F17", "E18"]], "hexes":["F19", "E18", "F17"], "revenue":130, "revenue_str":"F19-E18-F17", "nodes":["E18-0", "F19-0", "F17-0"]}, {"train":"4-4", "connections":[["G16", "G14"], ["G18", "G16"], ["F17", "G18"]], "hexes":["G14", "G16", "G18", "F17"], "revenue":130, "revenue_str":"G14-G16-G18-F17", "nodes":["G16-0", "G14-0", "G18-0", "F17-0"]}, {"train":"3-0", "connections":[["D19", "C20"], ["E18", "D19"]], "hexes":["C20", "D19", "E18"], "revenue":130, "revenue_str":"C20-D19-E18", "nodes":["D19-0", "C20-1", "E18-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SBB", "entity_type":"corporation", "id":679, "created_at":1713043110, "kind":"withhold"}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":680, "created_at":1713043138, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713043136}], "hex":"G12", "tile":"23-0", "rotation":2}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":681, "created_at":1713043156, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713043154}]}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":682, "created_at":1713043186, "routes":[{"train":"4-2", "connections":[["G8", "H7"], ["F7", "G8"], ["F11", "F9", "F7"]], "hexes":["H7", "G8", "F7", "F11"], "revenue":210, "revenue_str":"H7-G8-F7-F11", "nodes":["G8-1", "H7-0", "F7-0", "F11-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":683, "created_at":1713043192, "kind":"payout"}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":684, "created_at":1713043204}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":685, "created_at":1713043214, "auto_actions":[{"type":"destination_connection", "entity":"MOB", "entity_type":"corporation", "created_at":1713043212, "corporations":["BLS"]}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713043212}], "hex":"H11", "tile":"9-6", "rotation":0}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":686, "created_at":1713043329, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713043328}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":687, "created_at":1713043372, "routes":[{"train":"3-4", "connections":[["I6", "H7"], ["I4", "I6"]], "hexes":["H7", "I6", "I4"], "revenue":150, "revenue_str":"H7-I6-I4", "nodes":["I6-0", "H7-0", "I4-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":688, "created_at":1713043383, "kind":"withhold"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":689, "created_at":1713043409}, {"type":"lay_tile", "entity":"RhB", "entity_type":"corporation", "id":690, "created_at":1713043429, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713043429}], "hex":"K10", "tile":"611-3", "rotation":0}, {"type":"place_token", "entity":"RhB", "entity_type":"corporation", "id":691, "created_at":1713043430, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713043431}], "city":"611-3-0", "slot":1, "tokener":"RhB"}, {"type":"run_routes", "entity":"RhB", "entity_type":"corporation", "id":692, "created_at":1713043672, "routes":[{"train":"5-0", "connections":[["K10", "J11"], ["J11", "J13"], ["J13", "I12", "H13"]], "hexes":["K10", "J11", "J13", "H13"], "revenue":150, "revenue_str":"K10-J11-J13-H13", "nodes":["K10-0", "J11-0", "J13-0", "H13-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"RhB", "entity_type":"corporation", "id":693, "created_at":1713043691, "kind":"payout"}, {"type":"buy_train", "entity":"RhB", "entity_type":"corporation", "id":694, "created_at":1713043695, "train":"5-5", "price":400, "variant":"5H"}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":695, "created_at":1713043717, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713043715}], "hex":"F15", "tile":"26-0", "rotation":5}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":696, "created_at":1713043726, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713043725}]}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":697, "created_at":1713043799, "routes":[{"train":"3-8", "connections":[["E18", "F19"], ["F17", "E18"]], "hexes":["F19", "E18", "F17"], "revenue":130, "revenue_str":"F19-E18-F17", "nodes":["E18-0", "F19-0", "F17-0"]}, {"train":"5-1", "connections":[["F17", "G18"], ["G16", "F15", "F17"], ["G14", "G16"]], "hexes":["G18", "F17", "G16", "G14"], "revenue":130, "revenue_str":"G18-F17-G16-G14", "nodes":["F17-0", "G18-0", "G16-0", "G14-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":698, "created_at":1713043806, "kind":"withhold"}, {"type":"lay_tile", "entity":"ChA", "entity_type":"corporation", "id":699, "created_at":1713043818, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713043818}], "hex":"I28", "tile":"57-4", "rotation":2}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":700, "created_at":1713043823, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713043823}]}, {"type":"buy_train", "entity":"ChA", "entity_type":"corporation", "id":701, "created_at":1713043830, "train":"6-0", "price":550, "variant":"6H"}, {"type":"lay_tile", "entity":"AB", "entity_type":"corporation", "id":702, "created_at":1713043847, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713043845}], "hex":"C18", "tile":"24-2", "rotation":4}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":703, "created_at":1713043854, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713043853}]}, {"type":"run_routes", "entity":"AB", "entity_type":"corporation", "id":704, "created_at":1713043922, "routes":[{"train":"5-3", "connections":[["C20", "C18", "D17"], ["D17", "E18"], ["E18", "E20", "F21"], ["F21", "F19"]], "hexes":["C20", "D17", "E18", "F21", "F19"], "revenue":180, "revenue_str":"C20-D17-E18-F21-F19", "nodes":["C20-0", "D17-0", "E18-0", "F21-0", "F19-0"]}, {"train":"4-1", "connections":[["C20", "C22", "C24"], ["C24", "D25"]], "hexes":["C20", "C24", "D25"], "revenue":110, "revenue_str":"C20-C24-D25", "nodes":["C20-0", "C24-0", "D25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"AB", "entity_type":"corporation", "id":705, "created_at":1713043955, "kind":"payout"}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":706, "created_at":1713044101, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713044099}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713044099}], "hex":"I6", "tile":"611-4", "rotation":1}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":707, "created_at":1713044158, "routes":[{"train":"5-4", "connections":[["G8", "H7"], ["F7", "G8"], ["F11", "F9", "F7"]], "hexes":["H7", "G8", "F7", "F11"], "revenue":210, "revenue_str":"H7-G8-F7-F11", "nodes":["G8-1", "H7-0", "F7-0", "F11-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":708, "created_at":1713044160, "kind":"payout"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":709, "created_at":1713044182}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":710, "created_at":1713044283, "shares":["ChA_2"], "percent":20}, {"type":"buy_shares", "entity":2798, "shares":["JN_3"], "percent":20, "entity_type":"player", "id":711, "user":2798, "created_at":1713044397}, {"type":"undo", "entity":2799, "entity_type":"player", "id":712, "user":2798, "created_at":1713044413}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":713, "created_at":1713044416, "shares":["JN_2"], "percent":20}, {"type":"buy_shares", "entity":2799, "entity_type":"player", "id":714, "created_at":1713044452, "shares":["SBB_6"], "percent":5}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":715, "created_at":1713044465, "shares":["JN_1"], "percent":20}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":716, "created_at":1713044544, "shares":["ChA_3"], "percent":20}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":717, "created_at":1713044603, "shares":["AB_6"], "percent":10}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":718, "created_at":1713044643, "shares":["STB_4"], "percent":10}, {"type":"buy_shares", "entity":2799, "entity_type":"player", "id":719, "created_at":1713044721, "shares":["MOB_8"], "percent":10}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":720, "created_at":1713044725, "shares":["STB_5"], "percent":10}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":721, "created_at":1713044738, "shares":["STB_6"], "percent":10}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":722, "created_at":1713044745, "shares":["STB_7"], "percent":10}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":723, "created_at":1713044756, "shares":["VZ_3"], "percent":20}, {"type":"buy_shares", "entity":2799, "entity_type":"player", "id":724, "created_at":1713044775, "shares":["STB_8"], "percent":10}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":725, "created_at":1713044783, "shares":["MOB_2"], "percent":10}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":726, "created_at":1713044869, "shares":["AB_7"], "percent":10}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":727, "created_at":1713044883, "shares":["AB_8"], "percent":10}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":728, "created_at":1713044907, "shares":["BLS_6"], "percent":10}, {"type":"buy_shares", "entity":2799, "entity_type":"player", "id":729, "created_at":1713044936, "shares":["BLS_7"], "percent":10}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":730, "created_at":1713044993, "shares":["RhB_4"], "percent":10}, {"type":"pass", "entity":2363, "entity_type":"player", "id":731, "created_at":1713044999}, {"type":"sell_shares", "entity":4392, "entity_type":"player", "id":732, "created_at":1713045049, "shares":["BLS_5"], "percent":10}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":733, "created_at":1713045053, "shares":["JN_3"], "percent":20}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":734, "created_at":1713045061, "shares":["FNM_7"], "percent":10}, {"type":"buy_shares", "entity":2799, "entity_type":"player", "id":735, "created_at":1713045092, "shares":["RhB_5"], "percent":10}, {"type":"sell_shares", "entity":2989, "entity_type":"player", "id":736, "created_at":1713045099, "shares":["RhB_4"], "percent":10}, {"type":"buy_shares", "entity":2989, "entity_type":"player", "id":737, "created_at":1713045102, "shares":["BLS_5"], "percent":10}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":738, "created_at":1713045108, "unconditional":true, "indefinite":false}, {"type":"pass", "entity":2363, "entity_type":"player", "id":739, "created_at":1713045112}, {"type":"pass", "entity":4392, "entity_type":"player", "id":740, "created_at":1713045120}, {"type":"sell_shares", "entity":2798, "entity_type":"player", "id":741, "created_at":1713045151, "shares":["FNM_7"], "percent":10}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":742, "created_at":1713045154, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713045155}], "shares":["RhB_4"], "percent":10}, {"type":"pass", "entity":2989, "entity_type":"player", "id":743, "created_at":1713045158}, {"type":"pass", "entity":2363, "entity_type":"player", "id":744, "created_at":1713045162}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":745, "created_at":1713045185, "unconditional":true, "indefinite":false}, {"type":"sell_shares", "entity":4392, "entity_type":"player", "id":746, "created_at":1713045198, "shares":["AB_5"], "percent":10}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":747, "created_at":1713045202, "shares":["FNM_7"], "percent":10}, {"type":"sell_shares", "entity":2798, "entity_type":"player", "id":748, "created_at":1713045229, "shares":["BLS_6"], "percent":10}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":749, "created_at":1713045231, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713045231}], "shares":["AB_5"], "percent":10}, {"type":"pass", "entity":2989, "entity_type":"player", "id":750, "created_at":1713045233}, {"type":"pass", "entity":2363, "entity_type":"player", "id":751, "created_at":1713045245}, {"type":"pass", "entity":4392, "entity_type":"player", "id":752, "created_at":1713045267}, {"type":"pass", "entity":2798, "entity_type":"player", "id":753, "created_at":1713045274}, {"type":"lay_tile", "entity":"VZ", "entity_type":"corporation", "id":754, "created_at":1713045311, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713045311}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713045311}], "hex":"I4", "tile":"902-0", "rotation":4}, {"type":"run_routes", "entity":"VZ", "entity_type":"corporation", "id":755, "created_at":1713045334, "routes":[{"train":"4-0", "connections":[["I4", "H3"], ["I6", "I4"], ["H7", "I6"]], "hexes":["H3", "I4", "I6", "H7"], "revenue":180, "revenue_str":"H3-I4-I6-H7", "nodes":["I4-0", "H3-0", "I6-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VZ", "entity_type":"corporation", "id":756, "created_at":1713045339, "kind":"payout"}, {"type":"buy_train", "entity":"VZ", "entity_type":"corporation", "id":757, "created_at":1713045373, "train":"5-0", "price":35}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":758, "created_at":1713045383, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713045381}], "hex":"D19", "tile":"909-0", "rotation":3}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":759, "created_at":1713045391, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713045390}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":760, "created_at":1713045407, "routes":[{"train":"4-3", "connections":[["E18", "F19"], ["D19", "E18"], ["C20", "D19"]], "hexes":["F19", "E18", "D19", "C20"], "revenue":190, "revenue_str":"F19-E18-D19-C20", "nodes":["E18-0", "F19-0", "D19-0", "C20-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":761, "created_at":1713045410, "kind":"payout"}, {"type":"buy_train", "entity":"FNM", "entity_type":"corporation", "id":762, "created_at":1713045418, "train":"5-1", "price":39}, {"type":"lay_tile", "entity":"SBB", "entity_type":"corporation", "id":763, "created_at":1713045451, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1713045452}], "hex":"G18", "tile":"611-5", "rotation":4}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":764, "created_at":1713045462, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1713045463}]}, {"type":"run_routes", "entity":"SBB", "entity_type":"corporation", "id":765, "created_at":1713045493, "routes":[{"train":"5-2", "connections":[["D19", "C20"], ["E18", "D19"], ["F17", "E18"], ["G18", "F17"]], "hexes":["C20", "D19", "E18", "F17", "G18"], "revenue":220, "revenue_str":"C20-D19-E18-F17-G18", "nodes":["D19-0", "C20-1", "E18-0", "F17-0", "G18-0"]}, {"train":"4-4", "connections":[["D17", "D19"], ["E18", "D17"], ["F19", "E18"]], "hexes":["D19", "D17", "E18", "F19"], "revenue":150, "revenue_str":"D19-D17-E18-F19", "nodes":["D17-0", "D19-0", "E18-0", "F19-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SBB", "entity_type":"corporation", "id":766, "created_at":1713045498, "kind":"payout"}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":767, "created_at":1713045504}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":768, "created_at":1713045513, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713045511}], "hex":"H5", "tile":"43-0", "rotation":3}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":769, "created_at":1713045574, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713045571}]}, {"type":"buy_train", "entity":"MOB", "entity_type":"corporation", "id":770, "created_at":1713045597, "train":"6-2", "price":630, "variant":"6"}, {"type":"lay_tile", "entity":"RhB", "entity_type":"corporation", "id":771, "created_at":1713045641, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713045640}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713045640}], "hex":"G26", "tile":"6-0", "rotation":4}, {"type":"run_routes", "entity":"RhB", "entity_type":"corporation", "id":772, "created_at":1713045654, "routes":[{"train":"5-5", "connections":[["K10", "J11"], ["J11", "J13"], ["J13", "I12", "H13"]], "hexes":["K10", "J11", "J13", "H13"], "revenue":150, "revenue_str":"K10-J11-J13-H13", "nodes":["K10-0", "J11-0", "J13-0", "H13-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"RhB", "entity_type":"corporation", "id":773, "created_at":1713045655, "kind":"payout"}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "id":774, "created_at":1713045659}, {"hex":"C16", "tile":"9-9", "type":"lay_tile", "entity":"AB", "rotation":1, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"AB", "created_at":1713045720, "entity_type":"corporation"}], "id":775, "user":2799, "created_at":1713045722}, {"type":"undo", "entity":"AB", "entity_type":"corporation", "id":776, "user":2799, "created_at":1713045741}, {"type":"lay_tile", "entity":"AB", "entity_type":"corporation", "id":777, "created_at":1713045764, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713045762}], "hex":"E24", "tile":"24-3", "rotation":3}, {"type":"place_token", "entity":"AB", "entity_type":"corporation", "id":778, "created_at":1713045782, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713045780}], "city":"909-0-0", "slot":2, "tokener":"AB"}, {"type":"run_routes", "entity":"AB", "entity_type":"corporation", "id":779, "created_at":1713045839, "routes":[{"train":"5-3", "connections":[["C20", "C18", "D17"], ["D17", "E18"], ["E18", "E20", "F21"], ["F21", "F19"]], "hexes":["C20", "D17", "E18", "F21", "F19"], "revenue":180, "revenue_str":"C20-D17-E18-F21-F19", "nodes":["C20-0", "D17-0", "E18-0", "F21-0", "F19-0"]}, {"train":"4-1", "connections":[["C20", "C22", "C24"], ["C24", "D25"]], "hexes":["C20", "C24", "D25"], "revenue":110, "revenue_str":"C20-C24-D25", "nodes":["C20-0", "C24-0", "D25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"AB", "entity_type":"corporation", "id":780, "created_at":1713045849, "kind":"payout"}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":781, "created_at":1713045901, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713045899}], "hex":"E14", "tile":"24-4", "rotation":2}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":782, "created_at":1713045922, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713045920}]}, {"type":"buy_train", "entity":"STB", "entity_type":"corporation", "id":783, "created_at":1713045925, "train":"6-3", "price":630, "variant":"6"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":784, "created_at":1713045929}, {"type":"lay_tile", "entity":"ChA", "entity_type":"corporation", "id":785, "created_at":1713045984, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713045984}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713045984}], "hex":"G26", "tile":"619-3", "rotation":0}, {"type":"run_routes", "entity":"ChA", "entity_type":"corporation", "id":786, "created_at":1713045998, "routes":[{"train":"6-0", "connections":[["J29", "I28"], ["I28", "H27", "G28"], ["G28", "G26"], ["G26", "H25"]], "hexes":["J29", "I28", "G28", "G26", "H25"], "revenue":180, "revenue_str":"J29-I28-G28-G26-H25", "nodes":["J29-0", "I28-0", "G28-0", "G26-0", "H25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"ChA", "entity_type":"corporation", "id":787, "created_at":1713046001, "kind":"payout"}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":788, "created_at":1713046012, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713046010}], "hex":"E12", "tile":"24-5", "rotation":0}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":789, "created_at":1713046057, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713046055}]}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":790, "created_at":1713046101, "routes":[{"train":"4-2", "connections":[["F7", "G8"], ["F11", "F9", "F7"]], "hexes":["G8", "F7", "F11"], "revenue":130, "revenue_str":"G8-F7-F11", "nodes":["F7-0", "G8-1", "F11-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":791, "created_at":1713046106, "kind":"withhold"}, {"type":"buy_train", "price":700, "train":"8E-0", "entity":"BLS", "variant":"8H", "entity_type":"corporation", "id":792, "user":2989, "created_at":1713046131}, {"type":"undo", "entity":"BLS", "entity_type":"corporation", "id":793, "user":2989, "created_at":1713046203}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":794, "created_at":1713046214}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":795, "created_at":1713046229, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713046227}], "hex":"E10", "tile":"4-3", "rotation":0}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":796, "created_at":1713046240, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713046238}]}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":797, "created_at":1713046247, "routes":[{"train":"5-4", "connections":[["G8", "H7"], ["F7", "G8"], ["F11", "F9", "F7"]], "hexes":["H7", "G8", "F7", "F11"], "revenue":210, "revenue_str":"H7-G8-F7-F11", "nodes":["G8-1", "H7-0", "F7-0", "F11-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":798, "created_at":1713046250, "kind":"payout"}, {"type":"buy_train", "entity":"JN", "entity_type":"corporation", "id":799, "created_at":1713046272, "train":"4-2", "price":64}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":800, "created_at":1713046328, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713046328}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713046328}]}, {"type":"run_routes", "entity":"VZ", "entity_type":"corporation", "id":801, "created_at":1713046385, "routes":[{"train":"5-0", "connections":[["K10", "K8"], ["K8", "J7", "I6"], ["I6", "H7"]], "hexes":["K10", "K8", "I6", "H7"], "revenue":170, "revenue_str":"K10-K8-I6-H7", "nodes":["K10-0", "K8-0", "I6-0", "H7-0"]}, {"train":"4-0", "connections":[["H7", "H5", "I6"], ["I6", "I4"]], "hexes":["H7", "I6", "I4"], "revenue":170, "revenue_str":"H7-I6-I4", "nodes":["H7-0", "I6-0", "I4-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VZ", "entity_type":"corporation", "id":802, "created_at":1713046389, "kind":"payout"}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":803, "created_at":1713046435, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713046433}], "hex":"C10", "tile":"19-0", "rotation":1}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":804, "created_at":1713046450, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713046449}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":805, "created_at":1713046530, "routes":[{"train":"4-3", "connections":[["G16", "G14"], ["G18", "G16"], ["F17", "G18"]], "hexes":["G14", "G16", "G18", "F17"], "revenue":140, "revenue_str":"G14-G16-G18-F17", "nodes":["G16-0", "G14-0", "G18-0", "F17-0"]}, {"train":"5-1", "connections":[["E18", "F19"], ["D17", "E18"], ["D19", "D17"], ["C20", "D19"]], "hexes":["F19", "E18", "D17", "D19", "C20"], "revenue":200, "revenue_str":"F19-E18-D17-D19-C20", "nodes":["E18-0", "F19-0", "D17-0", "D19-0", "C20-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":806, "created_at":1713046532, "kind":"payout"}, {"type":"lay_tile", "entity":"SBB", "entity_type":"corporation", "id":807, "created_at":1713046583, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1713046583}], "hex":"D21", "tile":"3-2", "rotation":2}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":808, "created_at":1713046597, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1713046597}]}, {"type":"run_routes", "entity":"SBB", "entity_type":"corporation", "id":809, "created_at":1713046769, "routes":[{"train":"5-2", "connections":[["F17", "G18"], ["E18", "F17"], ["D19", "E18"], ["C20", "D19"]], "hexes":["G18", "F17", "E18", "D19", "C20"], "revenue":220, "revenue_str":"G18-F17-E18-D19-C20", "nodes":["F17-0", "G18-0", "E18-0", "D19-0", "C20-1"]}, {"train":"4-4", "connections":[["I4", "I6"], ["H7", "H5", "I4"]], "hexes":["I6", "I4", "H7"], "revenue":170, "revenue_str":"I6-I4-H7", "nodes":["I4-0", "I6-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SBB", "entity_type":"corporation", "id":810, "created_at":1713046780, "kind":"payout"}, {"type":"buy_train", "entity":"SBB", "entity_type":"corporation", "id":811, "created_at":1713046784, "train":"8E-0", "price":960, "variant":"8E"}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":812, "created_at":1713046786}, {"hex":"G28", "tile":"15-6", "type":"lay_tile", "entity":"RhB", "rotation":4, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"RhB", "created_at":1713046818, "entity_type":"corporation"}], "id":813, "user":2363, "created_at":1713046819}, {"type":"undo", "entity":"RhB", "action_id":812, "entity_type":"corporation", "id":814, "user":2363, "created_at":1713046835}, {"hex":"I6", "tile":"915-0", "type":"lay_tile", "entity":"RhB", "rotation":1, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"RhB", "created_at":1713046904, "entity_type":"corporation"}], "id":815, "user":2363, "created_at":1713046904}, {"city":"915-0-0", "slot":2, "type":"place_token", "entity":"RhB", "tokener":"RhB", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"RhB", "created_at":1713046905, "entity_type":"corporation"}], "id":816, "user":2363, "created_at":1713046905}, {"type":"undo", "entity":"RhB", "action_id":812, "entity_type":"corporation", "id":817, "user":2363, "created_at":1713046931}, {"type":"lay_tile", "entity":"RhB", "entity_type":"corporation", "id":818, "created_at":1713046939, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713046939}], "hex":"G28", "tile":"15-6", "rotation":4}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "id":819, "created_at":1713046944, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713046944}]}, {"type":"run_routes", "entity":"RhB", "entity_type":"corporation", "id":820, "created_at":1713046970, "routes":[{"train":"5-5", "connections":[["G26", "G28"], ["G28", "H27", "I28"], ["I28", "J29"]], "hexes":["G26", "G28", "I28", "J29"], "revenue":200, "revenue_str":"G26-G28-I28-J29", "nodes":["G26-0", "G28-0", "I28-0", "J29-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"RhB", "entity_type":"corporation", "id":821, "created_at":1713047082, "kind":"withhold"}, {"type":"buy_train", "entity":"RhB", "entity_type":"corporation", "id":822, "created_at":1713047138, "train":"5-0", "price":315}, {"type":"lay_tile", "entity":"AB", "entity_type":"corporation", "id":823, "created_at":1713047156, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713047154}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713047154}], "hex":"D19", "tile":"910-0", "rotation":0}, {"type":"run_routes", "entity":"AB", "entity_type":"corporation", "id":824, "created_at":1713047177, "routes":[{"train":"5-3", "connections":[["F19", "E18"], ["E18", "D19"], ["D19", "C20"], ["C20", "D21"]], "hexes":["F19", "E18", "D19", "C20", "D21"], "revenue":220, "revenue_str":"F19-E18-D19-C20-D21", "nodes":["F19-0", "E18-0", "D19-0", "C20-1", "D21-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"AB", "entity_type":"corporation", "id":825, "created_at":1713047184, "kind":"payout"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":826, "created_at":1713047194}, {"type":"lay_tile", "entity":"ChA", "entity_type":"corporation", "id":827, "created_at":1713047220, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713047219}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713047219}], "hex":"I28", "tile":"15-5", "rotation":5}, {"type":"run_routes", "entity":"ChA", "entity_type":"corporation", "id":828, "created_at":1713047225, "routes":[{"train":"6-0", "connections":[["J29", "I28"], ["I28", "H27", "G28"], ["G28", "G26"], ["G26", "H25"]], "hexes":["J29", "I28", "G28", "G26", "H25"], "revenue":230, "revenue_str":"J29-I28-G28-G26-H25", "nodes":["J29-0", "I28-0", "G28-0", "G26-0", "H25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"ChA", "entity_type":"corporation", "id":829, "created_at":1713047227, "kind":"payout"}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":830, "created_at":1713047238, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713047236}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713047236}], "hex":"I6", "tile":"915-0", "rotation":1}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":831, "created_at":1713047300, "routes":[{"train":"6-2", "connections":[["D13", "E14", "E16", "F17"], ["F11", "E12", "D13"], ["F7", "F9", "F11"], ["I4", "H5", "G6", "F7"], ["I6", "I4"]], "hexes":["F17", "D13", "F11", "F7", "I4", "I6"], "revenue":250, "revenue_str":"F17-D13-F11-F7-I4-I6", "nodes":["D13-0", "F17-0", "F11-0", "F7-0", "I4-0", "I6-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":832, "created_at":1713047303, "kind":"payout"}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":833, "created_at":1713047313, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713047312}], "hex":"F11", "tile":"906-0", "rotation":0}, {"type":"place_token", "entity":"STB", "entity_type":"corporation", "id":834, "created_at":1713047315, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713047314}], "city":"906-0-0", "slot":2, "tokener":"STB"}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":835, "created_at":1713047352, "routes":[{"train":"6-3", "connections":[["F7", "G6", "H5", "I4"], ["F11", "F9", "F7"], ["H13", "G12", "F11"], ["J13", "I12", "H13"], ["L15", "K14", "J13"]], "hexes":["I4", "F7", "F11", "H13", "J13", "L15"], "revenue":350, "revenue_str":"I4-F7-F11-H13-J13-L15", "nodes":["F7-0", "I4-0", "F11-0", "H13-0", "J13-0", "L15-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":836, "created_at":1713047356, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":837, "created_at":1713047358}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":838, "created_at":1713047396, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713047394}], "hex":"K8", "tile":"88-0", "rotation":1}, {"type":"place_token", "entity":"BLS", "entity_type":"corporation", "id":839, "created_at":1713047403, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713047402}], "city":"915-0-0", "slot":2, "tokener":"BLS"}, {"type":"buy_train", "entity":"BLS", "entity_type":"corporation", "id":840, "created_at":1713047415, "train":"8E-1", "price":960, "variant":"8E"}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":841, "created_at":1713047424, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713047422}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713047422}], "hex":"F7", "tile":"611-4", "rotation":3}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":842, "created_at":1713047526, "routes":[{"train":"5-4", "connections":[["G8", "H7"], ["F7", "G8"], ["F11", "F9", "F7"]], "hexes":["H7", "G8", "F7", "F11"], "revenue":160, "revenue_str":"H7-G8-F7-F11", "nodes":["G8-1", "H7-0", "F7-0", "F11-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":843, "created_at":1713047530, "kind":"payout"}, {"type":"lay_tile", "entity":"VZ", "entity_type":"corporation", "id":844, "created_at":1713047559, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713047559}], "hex":"K10", "tile":"915-1", "rotation":0}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":845, "created_at":1713047595, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713047595}]}, {"type":"buy_train", "entity":"VZ", "entity_type":"corporation", "id":846, "created_at":1713047598, "train":"8E-2", "price":700, "variant":"8H"}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":847, "created_at":1713047650, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713047649}], "hex":"D13", "tile":"611-3", "rotation":5}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":848, "created_at":1713047672, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713047671}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":849, "created_at":1713047686, "routes":[{"train":"5-1", "connections":[["E18", "F19"], ["D17", "E18"], ["D19", "D17"], ["C20", "D19"]], "hexes":["F19", "E18", "D17", "D19", "C20"], "revenue":220, "revenue_str":"F19-E18-D17-D19-C20", "nodes":["E18-0", "F19-0", "D17-0", "D19-0", "C20-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":850, "created_at":1713047688, "kind":"payout"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":851, "created_at":1713047692}, {"type":"lay_tile", "entity":"SBB", "entity_type":"corporation", "id":852, "created_at":1713047704, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1713047704}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1713047704}], "hex":"D11", "tile":"8-9", "rotation":4}, {"type":"run_routes", "entity":"SBB", "entity_type":"corporation", "id":853, "created_at":1713047776, "routes":[{"train":"5-2", "connections":[["E18", "F19"], ["D19", "E18"], ["C20", "D19"], ["C20", "D21"]], "hexes":["F19", "E18", "D19", "C20", "D21"], "revenue":220, "revenue_str":"F19-E18-D19-C20-D21", "nodes":["E18-0", "F19-0", "D19-0", "C20-1", "D21-0"]}, {"train":"8E-0", "connections":[["K2", "L1"], ["J1", "K2"], ["I4", "I2", "J1"], ["F7", "G6", "H5", "I4"], ["E10", "F9", "F7"], ["D13", "D11", "E10"], ["F17", "E16", "E14", "D13"], ["E18", "F17"], ["F21", "E20", "E18"], ["F25", "F23", "F21"], ["D25", "E24", "F25"], ["C26", "D25"]], "hexes":["L1", "K2", "J1", "I4", "F7", "E10", "D13", "F17", "E18", "F21", "F25", "D25", "C26"], "revenue":550, "revenue_str":"L1-K2-(J1)-I4-F7-(E10)-D13-F17-E18-(F21)-(F25)-(D25)-C26 + EW", "nodes":["K2-0", "L1-0", "J1-0", "I4-0", "F7-0", "E10-0", "D13-0", "F17-0", "E18-0", "F21-0", "F25-0", "D25-0", "C26-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SBB", "entity_type":"corporation", "id":854, "created_at":1713047781, "kind":"payout"}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":855, "created_at":1713047785}, {"type":"lay_tile", "entity":"AB", "entity_type":"corporation", "id":856, "created_at":1713047859, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713047857}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713047857}], "hex":"D15", "tile":"15-0", "rotation":1}, {"type":"run_routes", "entity":"AB", "entity_type":"corporation", "id":857, "created_at":1713047869, "routes":[{"train":"5-3", "connections":[["F19", "E18"], ["E18", "D19"], ["D19", "C20"], ["C20", "D21"]], "hexes":["F19", "E18", "D19", "C20", "D21"], "revenue":220, "revenue_str":"F19-E18-D19-C20-D21", "nodes":["F19-0", "E18-0", "D19-0", "C20-1", "D21-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"AB", "entity_type":"corporation", "id":858, "created_at":1713047875, "kind":"payout"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":859, "created_at":1713047877}, {"type":"lay_tile", "entity":"ChA", "entity_type":"corporation", "id":860, "created_at":1713047968, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713047968}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713047968}], "hex":"F25", "tile":"88-1", "rotation":1}, {"type":"run_routes", "entity":"ChA", "entity_type":"corporation", "id":861, "created_at":1713048021, "routes":[{"train":"6-0", "connections":[["J29", "I28"], ["I28", "H27", "G28"], ["G28", "G26"], ["G26", "F25"]], "hexes":["J29", "I28", "G28", "G26", "F25"], "revenue":230, "revenue_str":"J29-I28-G28-G26-F25", "nodes":["J29-0", "I28-0", "G28-0", "G26-0", "F25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"ChA", "entity_type":"corporation", "id":862, "created_at":1713048063, "kind":"payout"}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":863, "created_at":1713048077, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713048075}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713048075}], "hex":"I4", "tile":"903-0", "rotation":1}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":864, "created_at":1713048083, "routes":[{"train":"6-2", "connections":[["D13", "E14", "E16", "F17"], ["F11", "E12", "D13"], ["F7", "F9", "F11"], ["I4", "H5", "G6", "F7"], ["I6", "I4"]], "hexes":["F17", "D13", "F11", "F7", "I4", "I6"], "revenue":290, "revenue_str":"F17-D13-F11-F7-I4-I6", "nodes":["D13-0", "F17-0", "F11-0", "F7-0", "I4-0", "I6-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":865, "created_at":1713048086, "kind":"payout"}, {"type":"lay_tile", "entity":"RhB", "entity_type":"corporation", "id":866, "created_at":1713048129, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713048129}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713048129}], "hex":"K8", "tile":"911-0", "rotation":1}, {"type":"run_routes", "entity":"RhB", "entity_type":"corporation", "id":867, "created_at":1713048146, "routes":[{"train":"5-0", "connections":[["K10", "J11"], ["J11", "J13"], ["J13", "I12", "H13"]], "hexes":["K10", "J11", "J13", "H13"], "revenue":160, "revenue_str":"K10-J11-J13-H13", "nodes":["K10-0", "J11-0", "J13-0", "H13-0"]}, {"train":"5-5", "connections":[["G26", "G28"], ["G28", "H27", "I28"], ["I28", "J29"]], "hexes":["G26", "G28", "I28", "J29"], "revenue":210, "revenue_str":"G26-G28-I28-J29", "nodes":["G26-0", "G28-0", "I28-0", "J29-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"RhB", "entity_type":"corporation", "id":868, "created_at":1713048148, "kind":"payout"}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":869, "created_at":1713048161, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713048159}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713048159}], "hex":"D11", "tile":"25-0", "rotation":4}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":870, "created_at":1713048179, "routes":[{"train":"6-3", "connections":[["D13", "D11", "C10", "B11"], ["F11", "E12", "D13"], ["H13", "G12", "F11"], ["J13", "I12", "H13"], ["L15", "K14", "J13"]], "hexes":["B11", "D13", "F11", "H13", "J13", "L15"], "revenue":440, "revenue_str":"B11-D13-F11-H13-J13-L15 + NS", "nodes":["D13-0", "B11-0", "F11-0", "H13-0", "J13-0", "L15-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":871, "created_at":1713048182, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":872, "created_at":1713048187}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":873, "created_at":1713048285, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713048283}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713048283}], "hex":"E10", "tile":"88-0", "rotation":2}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":874, "created_at":1713048344, "routes":[{"train":"5-4", "connections":[["F7", "G6", "H5", "I4"], ["G8", "F7"]], "hexes":["I4", "F7", "G8"], "revenue":150, "revenue_str":"I4-F7-G8", "nodes":["F7-0", "I4-0", "G8-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":875, "created_at":1713048345, "kind":"payout"}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":876, "created_at":1713048376, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713048374}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713048374}]}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":877, "created_at":1713048407, "routes":[{"train":"8E-1", "connections":[["G28", "H29"], ["G26", "G28"], ["H25", "G26"], ["H17", "H19", "H21", "H23", "H25"], ["J13", "J15", "J17", "I16", "H17"], ["J11", "J13"], ["K10", "J11"], ["K8", "K10"], ["I6", "J7", "K8"], ["I4", "I6"], ["J1", "I2", "I4"], ["K2", "J1"], ["L1", "K2"]], "hexes":["H29", "G28", "G26", "H25", "H17", "J13", "J11", "K10", "K8", "I6", "I4", "J1", "K2", "L1"], "revenue":610, "revenue_str":"H29-G28-G26-(H25)-(H17)-(J13)-(J11)-K10-(K8)-I6-I4-(J1)-K2-L1 + EW", "nodes":["G28-0", "H29-0", "G26-0", "H25-0", "H17-0", "J13-0", "J11-0", "K10-0", "K8-0", "I6-0", "I4-0", "J1-0", "K2-0", "L1-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":878, "created_at":1713048437, "kind":"payout"}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":879, "created_at":1713048452}, {"type":"sell_shares", "entity":2363, "entity_type":"player", "id":880, "created_at":1713048498, "shares":["AB_7"], "percent":10}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":881, "created_at":1713048502, "shares":["BLS_6"], "percent":10}, {"type":"sell_shares", "entity":4392, "entity_type":"player", "id":882, "created_at":1713048528, "shares":["JN_3"], "percent":20}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":883, "created_at":1713048531, "shares":["BLS_8"], "percent":10}, {"type":"sell_shares", "entity":2798, "entity_type":"player", "id":884, "created_at":1713048543, "shares":["AB_5"], "percent":10}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":885, "created_at":1713048559, "shares":["RhB_6"], "percent":10}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":886, "created_at":1713048581, "unconditional":true, "indefinite":true}, {"type":"program_share_pass", "entity":2799, "entity_type":"player", "id":887, "created_at":1713048585, "unconditional":true, "indefinite":true}, {"type":"pass", "entity":2989, "entity_type":"player", "id":888, "created_at":1713048586, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713048583}]}, {"type":"sell_shares", "entity":2363, "entity_type":"player", "id":889, "created_at":1713048632, "shares":["MOB_1"], "percent":10}, {"type":"buy_shares", "entity":2363, "entity_type":"player", "id":890, "created_at":1713048636, "shares":["FNM_8"], "percent":10}, {"type":"sell_shares", "entity":4392, "entity_type":"player", "id":891, "created_at":1713048660, "shares":["AB_6"], "percent":10}, {"type":"buy_shares", "entity":4392, "entity_type":"player", "id":892, "created_at":1713048666, "shares":["RhB_7"], "percent":10}, {"type":"sell_shares", "entity":2798, "entity_type":"player", "id":893, "created_at":1713048674, "shares":["JN_2"], "percent":20}, {"type":"buy_shares", "entity":2798, "entity_type":"player", "id":894, "created_at":1713048677, "shares":["RhB_8"], "percent":10}, {"type":"pass", "entity":2989, "entity_type":"player", "id":895, "created_at":1713048692, "auto_actions":[{"type":"pass", "entity":2799, "entity_type":"player", "created_at":1713048690}]}, {"type":"pass", "entity":2363, "entity_type":"player", "id":896, "created_at":1713048708}, {"type":"pass", "entity":4392, "entity_type":"player", "id":897, "created_at":1713048719}, {"type":"pass", "entity":2798, "entity_type":"player", "id":898, "created_at":1713048723}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":899, "created_at":1713048755, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713048754}]}, {"type":"place_token", "entity":"FNM", "entity_type":"corporation", "id":900, "created_at":1713048782, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713048780}], "city":"619-3-0", "slot":1, "tokener":"FNM"}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":901, "created_at":1713048786, "routes":[{"train":"5-1", "connections":[["E18", "F19"], ["D17", "E18"], ["D19", "D17"], ["C20", "D19"]], "hexes":["F19", "E18", "D17", "D19", "C20"], "revenue":220, "revenue_str":"F19-E18-D17-D19-C20", "nodes":["E18-0", "F19-0", "D17-0", "D19-0", "C20-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":902, "created_at":1713048788, "kind":"payout"}, {"type":"lay_tile", "entity":"SBB", "entity_type":"corporation", "id":903, "created_at":1713048933, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1713048933}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1713048933}], "hex":"C22", "tile":"20-0", "rotation":0}, {"type":"run_routes", "entity":"SBB", "entity_type":"corporation", "id":904, "created_at":1713048972, "routes":[{"train":"5-2", "connections":[["E18", "F19"], ["D19", "E18"], ["C20", "D19"], ["C20", "D21"]], "hexes":["F19", "E18", "D19", "C20", "D21"], "revenue":220, "revenue_str":"F19-E18-D19-C20-D21", "nodes":["E18-0", "F19-0", "D19-0", "C20-1", "D21-0"]}, {"train":"8E-0", "connections":[["K2", "L1"], ["J1", "K2"], ["I4", "I2", "J1"], ["F7", "G6", "H5", "I4"], ["E10", "F9", "F7"], ["D13", "D11", "E10"], ["F17", "E16", "E14", "D13"], ["E18", "F17"], ["F21", "E20", "E18"], ["F25", "F23", "F21"], ["D25", "E24", "F25"], ["C26", "D25"]], "hexes":["L1", "K2", "J1", "I4", "F7", "E10", "D13", "F17", "E18", "F21", "F25", "D25", "C26"], "revenue":560, "revenue_str":"L1-K2-(J1)-I4-F7-(E10)-D13-F17-E18-(F21)-(F25)-(D25)-C26 + EW", "nodes":["K2-0", "L1-0", "J1-0", "I4-0", "F7-0", "E10-0", "D13-0", "F17-0", "E18-0", "F21-0", "F25-0", "D25-0", "C26-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SBB", "entity_type":"corporation", "id":905, "created_at":1713048974, "kind":"payout"}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":906, "created_at":1713048976}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":907, "created_at":1713048990, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713048990}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713048990}]}, {"type":"run_routes", "entity":"VZ", "entity_type":"corporation", "id":908, "created_at":1713049038, "routes":[{"train":"8E-2", "connections":[["I10", "J9", "K10"], ["K10", "K8"], ["K8", "J7", "I6"], ["I6", "I4"], ["I4", "H3"]], "hexes":["I10", "K10", "K8", "I6", "I4", "H3"], "revenue":250, "revenue_str":"I10-K10-K8-I6-I4-H3", "nodes":["I10-0", "K10-0", "K8-0", "I6-0", "I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VZ", "entity_type":"corporation", "id":909, "created_at":1713049040, "kind":"payout"}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":910, "created_at":1713049073, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713049073}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713049073}]}, {"type":"run_routes", "entity":"ChA", "entity_type":"corporation", "id":911, "created_at":1713049105, "routes":[{"train":"6-0", "connections":[["J29", "I28"], ["I28", "H27", "G28"], ["G28", "G26"]], "hexes":["J29", "I28", "G28", "G26"], "revenue":210, "revenue_str":"J29-I28-G28-G26", "nodes":["J29-0", "I28-0", "G28-0", "G26-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"ChA", "entity_type":"corporation", "id":912, "created_at":1713049111, "kind":"payout"}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "id":913, "created_at":1713049121, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713049120}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713049120}]}, {"type":"run_routes", "entity":"RhB", "entity_type":"corporation", "id":914, "created_at":1713049193, "routes":[{"train":"5-0", "connections":[["K10", "J11"], ["J11", "J13"], ["J13", "I12", "H13"]], "hexes":["K10", "J11", "J13", "H13"], "revenue":160, "revenue_str":"K10-J11-J13-H13", "nodes":["K10-0", "J11-0", "J13-0", "H13-0"]}, {"train":"5-5", "connections":[["G26", "G28"], ["G28", "H27", "I28"], ["I28", "J29"]], "hexes":["G26", "G28", "I28", "J29"], "revenue":210, "revenue_str":"G26-G28-I28-J29", "nodes":["G26-0", "G28-0", "I28-0", "J29-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"RhB", "entity_type":"corporation", "id":915, "created_at":1713049195, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":916, "created_at":1713049202, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713049200}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713049200}]}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":917, "created_at":1713049205, "routes":[{"train":"6-3", "connections":[["D13", "D11", "C10", "B11"], ["F11", "E12", "D13"], ["H13", "G12", "F11"], ["J13", "I12", "H13"], ["L15", "K14", "J13"]], "hexes":["B11", "D13", "F11", "H13", "J13", "L15"], "revenue":440, "revenue_str":"B11-D13-F11-H13-J13-L15 + NS", "nodes":["D13-0", "B11-0", "F11-0", "H13-0", "J13-0", "L15-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":918, "created_at":1713049207, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":919, "created_at":1713049210}, {"type":"lay_tile", "entity":"AB", "entity_type":"corporation", "id":920, "created_at":1713049227, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713049225}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713049225}], "hex":"B21", "tile":"8-10", "rotation":2}, {"type":"run_routes", "entity":"AB", "entity_type":"corporation", "id":921, "created_at":1713049237, "routes":[{"train":"5-3", "connections":[["F19", "E18"], ["E18", "D19"], ["D19", "C20"], ["C20", "D21"]], "hexes":["F19", "E18", "D19", "C20", "D21"], "revenue":220, "revenue_str":"F19-E18-D19-C20-D21", "nodes":["F19-0", "E18-0", "D19-0", "C20-1", "D21-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"AB", "entity_type":"corporation", "id":922, "created_at":1713049238, "kind":"payout"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":923, "created_at":1713049252}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":924, "created_at":1713049279, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713049277}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713049277}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":925, "created_at":1713049286, "routes":[{"train":"6-2", "connections":[["D13", "E14", "E16", "F17"], ["F11", "E12", "D13"], ["F7", "F9", "F11"], ["I4", "H5", "G6", "F7"], ["I6", "I4"]], "hexes":["F17", "D13", "F11", "F7", "I4", "I6"], "revenue":290, "revenue_str":"F17-D13-F11-F7-I4-I6", "nodes":["D13-0", "F17-0", "F11-0", "F7-0", "I4-0", "I6-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":926, "created_at":1713049288, "kind":"payout"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":927, "created_at":1713049362}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":928, "created_at":1713049370, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713049368}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713049368}]}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":929, "created_at":1713049477, "routes":[{"train":"8E-1", "connections":[["D25", "C26"], ["F25", "E24", "D25"], ["F21", "F23", "F25"], ["E18", "E20", "F21"], ["D19", "E18"], ["D17", "D19"], ["D15", "D17"], ["C14", "D15"], ["D13", "C14"], ["F11", "E12", "D13"], ["I10", "H11", "G12", "F11"], ["K10", "J9", "I10"], ["K8", "K10"], ["I6", "J7", "K8"], ["I4", "I6"], ["J1", "I2", "I4"], ["K2", "J1"], ["L1", "K2"]], "hexes":["C26", "D25", "F25", "F21", "E18", "D19", "D17", "D15", "C14", "D13", "F11", "I10", "K10", "K8", "I6", "I4", "J1", "K2", "L1"], "revenue":700, "revenue_str":"C26-(D25)-(F25)-(F21)-E18-D19-(D17)-(D15)-(C14)-(D13)-F11-(I10)-K10-(K8)-I6-I4-(J1)-(K2)-L1 + EW", "nodes":["D25-0", "C26-0", "F25-0", "F21-0", "E18-0", "D19-0", "D17-0", "D15-0", "C14-0", "D13-0", "F11-0", "I10-0", "K10-0", "K8-0", "I6-0", "I4-0", "J1-0", "K2-0", "L1-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":930, "created_at":1713049482, "kind":"payout"}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":931, "created_at":1713049484}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":932, "created_at":1713049491, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713049489}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713049489}]}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":933, "created_at":1713049493, "routes":[{"train":"5-4", "connections":[["F7", "G6", "H5", "I4"], ["G8", "F7"]], "hexes":["I4", "F7", "G8"], "revenue":150, "revenue_str":"I4-F7-G8", "nodes":["F7-0", "I4-0", "G8-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":934, "created_at":1713049495, "kind":"payout"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":935, "created_at":1713049496}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":936, "created_at":1713049503, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713049501}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713049501}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":937, "created_at":1713049520, "routes":[{"train":"5-1", "connections":[["E18", "F19"], ["D17", "E18"], ["D19", "D17"], ["C20", "D19"]], "hexes":["F19", "E18", "D17", "D19", "C20"], "revenue":220, "revenue_str":"F19-E18-D17-D19-C20", "nodes":["E18-0", "F19-0", "D17-0", "D19-0", "C20-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":938, "created_at":1713049521, "kind":"payout"}, {"type":"lay_tile", "entity":"SBB", "entity_type":"corporation", "id":939, "created_at":1713049543, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1713049543}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1713049543}], "hex":"C22", "tile":"47-0", "rotation":0}, {"type":"run_routes", "entity":"SBB", "entity_type":"corporation", "id":940, "created_at":1713049694, "routes":[{"train":"5-2", "connections":[["E18", "D19"], ["E18", "F17"], ["F17", "G18"], ["G18", "G20"]], "hexes":["D19", "E18", "F17", "G18", "G20"], "revenue":200, "revenue_str":"D19-E18-F17-G18-G20", "nodes":["E18-0", "D19-0", "F17-0", "G18-0", "G20-0"]}, {"train":"8E-0", "connections":[["K2", "L1"], ["J1", "K2"], ["I4", "I2", "J1"], ["F7", "G6", "H5", "I4"], ["E10", "F9", "F7"], ["D13", "D11", "E10"], ["C14", "D13"], ["D15", "C14"], ["D17", "D15"], ["D19", "D17"], ["C20", "D19"], ["D21", "C20"], ["C24", "C22", "D21"], ["C26", "C24"]], "hexes":["L1", "K2", "J1", "I4", "F7", "E10", "D13", "C14", "D15", "D17", "D19", "C20", "D21", "C24", "C26"], "revenue":590, "revenue_str":"L1-K2-(J1)-I4-F7-(E10)-D13-(C14)-(D15)-(D17)-D19-C20-(D21)-(C24)-C26 + EW", "nodes":["K2-0", "L1-0", "J1-0", "I4-0", "F7-0", "E10-0", "D13-0", "C14-0", "D15-0", "D17-0", "D19-0", "C20-1", "D21-0", "C24-0", "C26-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SBB", "entity_type":"corporation", "id":941, "created_at":1713049696, "kind":"payout"}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":942, "created_at":1713049699}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":943, "created_at":1713049702, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713049702}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713049702}]}, {"type":"run_routes", "entity":"VZ", "entity_type":"corporation", "id":944, "created_at":1713049704, "routes":[{"train":"8E-2", "connections":[["I10", "J9", "K10"], ["K10", "K8"], ["K8", "J7", "I6"], ["I6", "I4"], ["I4", "H3"]], "hexes":["I10", "K10", "K8", "I6", "I4", "H3"], "revenue":250, "revenue_str":"I10-K10-K8-I6-I4-H3", "nodes":["I10-0", "K10-0", "K8-0", "I6-0", "I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VZ", "entity_type":"corporation", "id":945, "created_at":1713049707, "kind":"payout"}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":946, "created_at":1713049724, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713049724}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713049724}]}, {"type":"run_routes", "entity":"ChA", "entity_type":"corporation", "id":947, "created_at":1713049727, "routes":[{"train":"6-0", "connections":[["J29", "I28"], ["I28", "H27", "G28"], ["G28", "G26"]], "hexes":["J29", "I28", "G28", "G26"], "revenue":210, "revenue_str":"J29-I28-G28-G26", "nodes":["J29-0", "I28-0", "G28-0", "G26-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"ChA", "entity_type":"corporation", "id":948, "created_at":1713049730, "kind":"payout"}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "id":949, "created_at":1713049734, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713049734}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713049734}]}, {"type":"run_routes", "entity":"RhB", "entity_type":"corporation", "id":950, "created_at":1713049736, "routes":[{"train":"5-0", "connections":[["K10", "J11"], ["J11", "J13"], ["J13", "I12", "H13"]], "hexes":["K10", "J11", "J13", "H13"], "revenue":160, "revenue_str":"K10-J11-J13-H13", "nodes":["K10-0", "J11-0", "J13-0", "H13-0"]}, {"train":"5-5", "connections":[["G26", "G28"], ["G28", "H27", "I28"], ["I28", "J29"]], "hexes":["G26", "G28", "I28", "J29"], "revenue":210, "revenue_str":"G26-G28-I28-J29", "nodes":["G26-0", "G28-0", "I28-0", "J29-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"RhB", "entity_type":"corporation", "id":951, "created_at":1713049737, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":952, "created_at":1713049753, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713049751}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713049751}]}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":953, "created_at":1713049756, "routes":[{"train":"6-3", "connections":[["D13", "D11", "C10", "B11"], ["F11", "E12", "D13"], ["H13", "G12", "F11"], ["J13", "I12", "H13"], ["L15", "K14", "J13"]], "hexes":["B11", "D13", "F11", "H13", "J13", "L15"], "revenue":440, "revenue_str":"B11-D13-F11-H13-J13-L15 + NS", "nodes":["D13-0", "B11-0", "F11-0", "H13-0", "J13-0", "L15-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":954, "created_at":1713049757, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":955, "created_at":1713049759}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":956, "created_at":1713049792, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713049790}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713049790}]}, {"type":"run_routes", "entity":"AB", "entity_type":"corporation", "id":957, "created_at":1713049793, "routes":[{"train":"5-3", "connections":[["F19", "E18"], ["E18", "D19"], ["D19", "C20"], ["C20", "D21"]], "hexes":["F19", "E18", "D19", "C20", "D21"], "revenue":220, "revenue_str":"F19-E18-D19-C20-D21", "nodes":["F19-0", "E18-0", "D19-0", "C20-1", "D21-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"AB", "entity_type":"corporation", "id":958, "created_at":1713049795, "kind":"payout"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":959, "created_at":1713049796}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":960, "created_at":1713049802, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713049800}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713049800}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":961, "created_at":1713049804, "routes":[{"train":"6-2", "connections":[["D13", "E14", "E16", "F17"], ["F11", "E12", "D13"], ["F7", "F9", "F11"], ["I4", "H5", "G6", "F7"], ["I6", "I4"]], "hexes":["F17", "D13", "F11", "F7", "I4", "I6"], "revenue":290, "revenue_str":"F17-D13-F11-F7-I4-I6", "nodes":["D13-0", "F17-0", "F11-0", "F7-0", "I4-0", "I6-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":962, "created_at":1713049806, "kind":"payout"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":963, "created_at":1713049809}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":964, "created_at":1713049815, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713049812}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713049812}]}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":965, "created_at":1713049848, "routes":[{"train":"8E-1", "connections":[["D25", "C26"], ["F25", "E24", "D25"], ["F21", "F23", "F25"], ["E18", "E20", "F21"], ["D19", "E18"], ["D17", "D19"], ["D15", "D17"], ["C14", "D15"], ["D13", "C14"], ["F11", "E12", "D13"], ["I10", "H11", "G12", "F11"], ["K10", "J9", "I10"], ["K8", "K10"], ["I6", "J7", "K8"], ["I4", "I6"], ["J1", "I2", "I4"], ["K2", "J1"], ["L1", "K2"]], "hexes":["C26", "D25", "F25", "F21", "E18", "D19", "D17", "D15", "C14", "D13", "F11", "I10", "K10", "K8", "I6", "I4", "J1", "K2", "L1"], "revenue":700, "revenue_str":"C26-(D25)-(F25)-(F21)-E18-D19-(D17)-(D15)-(C14)-(D13)-F11-(I10)-K10-(K8)-I6-I4-(J1)-(K2)-L1 + EW", "nodes":["D25-0", "C26-0", "F25-0", "F21-0", "E18-0", "D19-0", "D17-0", "D15-0", "C14-0", "D13-0", "F11-0", "I10-0", "K10-0", "K8-0", "I6-0", "I4-0", "J1-0", "K2-0", "L1-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":966, "created_at":1713049851, "kind":"payout"}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":967, "created_at":1713049855}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":968, "created_at":1713049858, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713049856}]}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":969, "created_at":1713049859, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713049858}]}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":970, "created_at":1713049862, "routes":[{"train":"5-4", "connections":[["F7", "G6", "H5", "I4"], ["G8", "F7"]], "hexes":["I4", "F7", "G8"], "revenue":150, "revenue_str":"I4-F7-G8", "nodes":["F7-0", "I4-0", "G8-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":971, "created_at":1713049864, "kind":"payout"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":972, "created_at":1713049866}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":973, "created_at":1713049873, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713049871}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1713049871}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":974, "created_at":1713049881, "routes":[{"train":"5-1", "connections":[["E18", "F19"], ["D17", "E18"], ["D19", "D17"], ["C20", "D19"]], "hexes":["F19", "E18", "D17", "D19", "C20"], "revenue":220, "revenue_str":"F19-E18-D17-D19-C20", "nodes":["E18-0", "F19-0", "D17-0", "D19-0", "C20-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":975, "created_at":1713049883, "kind":"payout"}, {"type":"lay_tile", "entity":"SBB", "entity_type":"corporation", "id":976, "created_at":1713049898, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1713049899}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1713049899}], "hex":"F23", "tile":"20-1", "rotation":0}, {"type":"run_routes", "entity":"SBB", "entity_type":"corporation", "id":977, "created_at":1713049904, "routes":[{"train":"5-2", "connections":[["E18", "D19"], ["E18", "F17"], ["F17", "G18"], ["G18", "G20"]], "hexes":["D19", "E18", "F17", "G18", "G20"], "revenue":200, "revenue_str":"D19-E18-F17-G18-G20", "nodes":["E18-0", "D19-0", "F17-0", "G18-0", "G20-0"]}, {"train":"8E-0", "connections":[["K2", "L1"], ["J1", "K2"], ["I4", "I2", "J1"], ["F7", "G6", "H5", "I4"], ["E10", "F9", "F7"], ["D13", "D11", "E10"], ["C14", "D13"], ["D15", "C14"], ["D17", "D15"], ["D19", "D17"], ["C20", "D19"], ["D21", "C20"], ["C24", "C22", "D21"], ["C26", "C24"]], "hexes":["L1", "K2", "J1", "I4", "F7", "E10", "D13", "C14", "D15", "D17", "D19", "C20", "D21", "C24", "C26"], "revenue":590, "revenue_str":"L1-K2-(J1)-I4-F7-(E10)-D13-(C14)-(D15)-(D17)-D19-C20-(D21)-(C24)-C26 + EW", "nodes":["K2-0", "L1-0", "J1-0", "I4-0", "F7-0", "E10-0", "D13-0", "C14-0", "D15-0", "D17-0", "D19-0", "C20-1", "D21-0", "C24-0", "C26-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SBB", "entity_type":"corporation", "id":978, "created_at":1713049907, "kind":"payout"}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":979, "created_at":1713049911}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":980, "created_at":1713049917, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713049917}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1713049917}]}, {"type":"run_routes", "entity":"VZ", "entity_type":"corporation", "id":981, "created_at":1713049919, "routes":[{"train":"8E-2", "connections":[["I10", "J9", "K10"], ["K10", "K8"], ["K8", "J7", "I6"], ["I6", "I4"], ["I4", "H3"]], "hexes":["I10", "K10", "K8", "I6", "I4", "H3"], "revenue":250, "revenue_str":"I10-K10-K8-I6-I4-H3", "nodes":["I10-0", "K10-0", "K8-0", "I6-0", "I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VZ", "entity_type":"corporation", "id":982, "created_at":1713049920, "kind":"payout"}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":983, "created_at":1713049932, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713049932}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1713049932}]}, {"type":"run_routes", "entity":"ChA", "entity_type":"corporation", "id":984, "created_at":1713049934, "routes":[{"train":"6-0", "connections":[["J29", "I28"], ["I28", "H27", "G28"], ["G28", "G26"]], "hexes":["J29", "I28", "G28", "G26"], "revenue":210, "revenue_str":"J29-I28-G28-G26", "nodes":["J29-0", "I28-0", "G28-0", "G26-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"ChA", "entity_type":"corporation", "id":985, "created_at":1713049936, "kind":"payout"}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "id":986, "created_at":1713049943, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713049943}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1713049943}]}, {"type":"run_routes", "entity":"RhB", "entity_type":"corporation", "id":987, "created_at":1713049945, "routes":[{"train":"5-0", "connections":[["K10", "J11"], ["J11", "J13"], ["J13", "I12", "H13"]], "hexes":["K10", "J11", "J13", "H13"], "revenue":160, "revenue_str":"K10-J11-J13-H13", "nodes":["K10-0", "J11-0", "J13-0", "H13-0"]}, {"train":"5-5", "connections":[["G26", "G28"], ["G28", "H27", "I28"], ["I28", "J29"]], "hexes":["G26", "G28", "I28", "J29"], "revenue":210, "revenue_str":"G26-G28-I28-J29", "nodes":["G26-0", "G28-0", "I28-0", "J29-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"RhB", "entity_type":"corporation", "id":988, "created_at":1713049946, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":989, "created_at":1713049951, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713049949}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1713049949}]}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":990, "created_at":1713049953, "routes":[{"train":"6-3", "connections":[["D13", "D11", "C10", "B11"], ["F11", "E12", "D13"], ["H13", "G12", "F11"], ["J13", "I12", "H13"], ["L15", "K14", "J13"]], "hexes":["B11", "D13", "F11", "H13", "J13", "L15"], "revenue":440, "revenue_str":"B11-D13-F11-H13-J13-L15 + NS", "nodes":["D13-0", "B11-0", "F11-0", "H13-0", "J13-0", "L15-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":991, "created_at":1713049955, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":992, "created_at":1713049958}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":993, "created_at":1713049992, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713049990}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1713049990}]}, {"type":"run_routes", "entity":"AB", "entity_type":"corporation", "id":994, "created_at":1713049994, "routes":[{"train":"5-3", "connections":[["F19", "E18"], ["E18", "D19"], ["D19", "C20"], ["C20", "D21"]], "hexes":["F19", "E18", "D19", "C20", "D21"], "revenue":220, "revenue_str":"F19-E18-D19-C20-D21", "nodes":["F19-0", "E18-0", "D19-0", "C20-1", "D21-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"AB", "entity_type":"corporation", "id":995, "created_at":1713049995, "kind":"payout"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":996, "created_at":1713049998}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":997, "created_at":1713050001, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713049999}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1713049999}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":998, "created_at":1713050003, "routes":[{"train":"6-2", "connections":[["D13", "E14", "E16", "F17"], ["F11", "E12", "D13"], ["F7", "F9", "F11"], ["I4", "H5", "G6", "F7"], ["I6", "I4"]], "hexes":["F17", "D13", "F11", "F7", "I4", "I6"], "revenue":290, "revenue_str":"F17-D13-F11-F7-I4-I6", "nodes":["D13-0", "F17-0", "F11-0", "F7-0", "I4-0", "I6-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":999, "created_at":1713050004, "kind":"payout"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":1000, "created_at":1713050007}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":1001, "created_at":1713050009, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713050007}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1713050007}]}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":1002, "created_at":1713050012, "routes":[{"train":"8E-1", "connections":[["D25", "C26"], ["F25", "E24", "D25"], ["F21", "F23", "F25"], ["E18", "E20", "F21"], ["D19", "E18"], ["D17", "D19"], ["D15", "D17"], ["C14", "D15"], ["D13", "C14"], ["F11", "E12", "D13"], ["I10", "H11", "G12", "F11"], ["K10", "J9", "I10"], ["K8", "K10"], ["I6", "J7", "K8"], ["I4", "I6"], ["J1", "I2", "I4"], ["K2", "J1"], ["L1", "K2"]], "hexes":["C26", "D25", "F25", "F21", "E18", "D19", "D17", "D15", "C14", "D13", "F11", "I10", "K10", "K8", "I6", "I4", "J1", "K2", "L1"], "revenue":700, "revenue_str":"C26-(D25)-(F25)-(F21)-E18-D19-(D17)-(D15)-(C14)-(D13)-F11-(I10)-K10-(K8)-I6-I4-(J1)-(K2)-L1 + EW", "nodes":["D25-0", "C26-0", "F25-0", "F21-0", "E18-0", "D19-0", "D17-0", "D15-0", "C14-0", "D13-0", "F11-0", "I10-0", "K10-0", "K8-0", "I6-0", "I4-0", "J1-0", "K2-0", "L1-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":1003, "created_at":1713050014, "kind":"payout"}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":1004, "created_at":1713050016}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":1005, "created_at":1713050018, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713050016}]}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":1006, "created_at":1713050020, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1713050018}]}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":1007, "created_at":1713050023, "routes":[{"train":"5-4", "connections":[["F7", "G6", "H5", "I4"], ["G8", "F7"]], "hexes":["I4", "F7", "G8"], "revenue":150, "revenue_str":"I4-F7-G8", "nodes":["F7-0", "I4-0", "G8-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":1008, "created_at":1713050025, "kind":"payout"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":1009, "created_at":1713050028}], "loaded":true, "created_at":1713024779, "updated_at":1713050028, "finished_at":1713050028} \ No newline at end of file +{"id":160062,"description":"","user":{"id":2363,"name":"Mark Derrick"},"players":[{"id":2363,"name":"Mark Derrick"},{"id":2799,"name":"JeanetteAlln"},{"id":4392,"name":"Railwayman"},{"id":2798,"name":"jtamplin"},{"id":2989,"name":"JimMcDanold"}],"min_players":3,"max_players":5,"title":"1844","settings":{"seed":377544908,"is_async":false,"unlisted":false,"auto_routing":true,"player_order":null,"optional_rules":[]},"user_settings":null,"status":"finished","turn":9,"round":"Operating Round","acting":[2363,2799,4392,2798,2989],"result":{"2363":7570,"2798":8130,"2799":6000,"2989":5591,"4392":7406},"actions":[{"type":"bid","entity":2363,"entity_type":"player","id":1,"created_at":1713024851,"company":"P1","price":20},{"type":"pass","entity":2799,"entity_type":"player","id":2,"created_at":1713024859},{"type":"pass","entity":4392,"entity_type":"player","id":3,"created_at":1713024886},{"type":"pass","entity":2798,"entity_type":"player","id":4,"created_at":1713024889},{"type":"pass","entity":2989,"entity_type":"player","id":5,"created_at":1713024895},{"type":"bid","entity":2799,"entity_type":"player","id":6,"created_at":1713024963,"company":"P2","price":50},{"type":"bid","entity":4392,"entity_type":"player","id":7,"created_at":1713024980,"company":"P2","price":55},{"type":"pass","entity":2798,"entity_type":"player","id":8,"created_at":1713025051},{"type":"pass","entity":2989,"entity_type":"player","id":9,"created_at":1713025056},{"type":"pass","entity":2363,"entity_type":"player","id":10,"created_at":1713025068},{"type":"bid","entity":2799,"entity_type":"player","id":11,"created_at":1713025091,"company":"P2","price":60},{"type":"pass","entity":4392,"entity_type":"player","id":12,"created_at":1713025098},{"type":"bid","entity":4392,"entity_type":"player","id":13,"created_at":1713025106,"company":"P3","price":80},{"type":"bid","entity":2798,"entity_type":"player","id":14,"created_at":1713025116,"company":"P3","price":85},{"type":"bid","entity":2989,"entity_type":"player","id":15,"created_at":1713025124,"company":"P3","price":90},{"type":"bid","entity":2363,"entity_type":"player","id":16,"created_at":1713025164,"company":"P3","price":95},{"type":"pass","entity":2799,"entity_type":"player","id":17,"created_at":1713025170},{"type":"pass","entity":4392,"entity_type":"player","id":18,"created_at":1713025182},{"type":"bid","entity":2798,"entity_type":"player","id":19,"created_at":1713025202,"company":"P3","price":100},{"type":"pass","entity":2989,"entity_type":"player","id":20,"created_at":1713025206},{"type":"pass","entity":2363,"entity_type":"player","id":21,"created_at":1713025208},{"type":"bid","entity":2798,"entity_type":"player","id":22,"created_at":1713025216,"company":"P4","price":110},{"type":"bid","entity":2989,"entity_type":"player","id":23,"created_at":1713025244,"company":"P4","price":115},{"type":"bid","entity":2363,"entity_type":"player","id":24,"created_at":1713025264,"company":"P4","price":120},{"type":"pass","entity":2799,"entity_type":"player","id":25,"created_at":1713025269},{"type":"pass","entity":4392,"entity_type":"player","id":26,"created_at":1713025280},{"type":"bid","entity":2798,"entity_type":"player","id":27,"created_at":1713025288,"company":"P4","price":125},{"type":"pass","entity":2989,"entity_type":"player","id":28,"created_at":1713025295},{"type":"pass","entity":2363,"entity_type":"player","id":29,"created_at":1713025305},{"type":"bid","entity":2989,"entity_type":"player","id":30,"created_at":1713025375,"company":"P5","price":140},{"type":"pass","entity":2363,"entity_type":"player","id":31,"created_at":1713025386},{"type":"pass","entity":2799,"entity_type":"player","id":32,"created_at":1713025391},{"type":"pass","entity":4392,"entity_type":"player","id":33,"created_at":1713025419},{"type":"pass","entity":2798,"entity_type":"player","id":34,"created_at":1713025423},{"type":"pass","entity":2363,"entity_type":"player","id":35,"created_at":1713025477},{"type":"bid","entity":2799,"entity_type":"player","id":36,"created_at":1713025538,"company":"P6","price":180},{"type":"bid","entity":4392,"entity_type":"player","id":37,"created_at":1713025544,"company":"P6","price":185},{"type":"pass","entity":2798,"entity_type":"player","id":38,"created_at":1713025546},{"type":"pass","entity":2989,"entity_type":"player","id":39,"created_at":1713025566},{"type":"bid","entity":2799,"entity_type":"player","id":40,"created_at":1713025571,"company":"P6","price":190},{"type":"bid","entity":4392,"entity_type":"player","id":41,"created_at":1713025579,"company":"P6","price":195},{"type":"pass","entity":2799,"entity_type":"player","id":42,"created_at":1713025594},{"type":"par","entity":4392,"entity_type":"player","id":43,"created_at":1713025609,"corporation":"FNM","share_price":"100,1,4"},{"type":"bid","entity":2799,"entity_type":"player","id":44,"created_at":1713025621,"company":"P7","price":100},{"type":"bid","entity":4392,"entity_type":"player","id":45,"created_at":1713025637,"company":"P7","price":105},{"type":"pass","entity":2798,"entity_type":"player","id":46,"created_at":1713025646},{"type":"bid","entity":2989,"entity_type":"player","id":47,"created_at":1713025652,"company":"P7","price":110},{"type":"pass","entity":2363,"entity_type":"player","id":48,"created_at":1713025661},{"type":"pass","entity":2799,"entity_type":"player","id":49,"created_at":1713025667},{"type":"bid","entity":4392,"entity_type":"player","id":50,"created_at":1713025678,"company":"P7","price":115},{"type":"pass","entity":2989,"entity_type":"player","id":51,"created_at":1713025714},{"type":"par","entity":4392,"entity_type":"player","id":52,"created_at":1713025958,"corporation":"NOB","share_price":"60,5,4"},{"type":"par","entity":2798,"entity_type":"player","id":53,"created_at":1713025966,"corporation":"JS","share_price":"90,2,4"},{"type":"par","entity":2989,"entity_type":"player","id":54,"created_at":1713026213,"corporation":"MOB","share_price":"90,2,4"},{"type":"par","entity":2799,"entity_type":"player","id":55,"created_at":1713026318,"corporation":"VSB","share_price":"100,1,4"},{"type":"par","entity":2363,"entity_type":"player","id":56,"created_at":1713026431,"corporation":"GB","share_price":"90,2,4"},{"type":"buy_shares","entity":4392,"entity_type":"player","id":57,"created_at":1713026519,"shares":["NOB_1"],"percent":25},{"type":"buy_shares","entity":2798,"entity_type":"player","id":58,"created_at":1713026567,"shares":["JS_1"],"percent":25},{"type":"buy_shares","entity":2989,"entity_type":"player","id":59,"created_at":1713026595,"shares":["MOB_2"],"percent":10},{"type":"par","entity":2799,"entity_type":"player","id":60,"created_at":1713026615,"corporation":"SCB","share_price":"100,1,4"},{"type":"program_share_pass","entity":2798,"entity_type":"player","id":61,"created_at":1713026686,"unconditional":false,"indefinite":false},{"type":"buy_shares","entity":2363,"entity_type":"player","id":62,"created_at":1713026686,"shares":["NOB_2"],"percent":25},{"type":"buy_shares","entity":2989,"entity_type":"player","id":63,"created_at":1713026707,"shares":["MOB_3"],"percent":10},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":64,"created_at":1713026725,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713026724}],"unconditional":false,"indefinite":false},{"type":"buy_shares","entity":2363,"entity_type":"player","id":65,"created_at":1713026800,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713026801}],"shares":["JS_2"],"percent":25},{"type":"buy_shares","entity":2363,"entity_type":"player","id":66,"created_at":1713026841,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713026842}],"shares":["GB_1"],"percent":25},{"type":"pass","entity":2363,"entity_type":"player","id":67,"created_at":1713026851},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":68,"created_at":1713026879,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713026877},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713026877}],"hex":"C24","tile":"57-0","rotation":2},{"type":"buy_train","entity":"VSB","entity_type":"corporation","id":69,"created_at":1713026909,"train":"2-0","price":70,"variant":"2H"},{"type":"pass","entity":"VSB","entity_type":"corporation","id":70,"created_at":1713026962},{"hex":"C12","tile":"5-0","type":"lay_tile","entity":"SCB","rotation":4,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"SCB","created_at":1713027005,"entity_type":"corporation"},{"type":"pass","entity":"SCB","created_at":1713027005,"entity_type":"corporation"}],"id":71,"user":2799,"created_at":1713027006},{"type":"undo","entity":"SCB","entity_type":"corporation","id":72,"user":2799,"created_at":1713027016},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":73,"created_at":1713027045,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713027044},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713027044}],"hex":"C12","tile":"6-0","rotation":2},{"type":"buy_train","entity":"SCB","entity_type":"corporation","id":74,"created_at":1713027048,"train":"2-1","price":70,"variant":"2H"},{"type":"buy_train","entity":"SCB","entity_type":"corporation","id":75,"created_at":1713027051,"train":"2-2","price":90,"variant":"2"},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":76,"created_at":1713027061,"hex":"I2","tile":"8-0","rotation":4},{"type":"pass","entity":"JS","entity_type":"corporation","id":77,"created_at":1713027067,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713027068},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713027068}]},{"type":"buy_train","entity":"JS","entity_type":"corporation","id":78,"created_at":1713027070,"train":"2-3","price":90,"variant":"2"},{"type":"pass","entity":"JS","entity_type":"corporation","id":79,"created_at":1713027081},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":80,"created_at":1713027105,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713027104}],"hex":"I6","tile":"6-1","rotation":5},{"type":"pass","entity":"MOB","entity_type":"corporation","id":81,"created_at":1713027117,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713027116}]},{"type":"buy_train","entity":"MOB","entity_type":"corporation","id":82,"created_at":1713027132,"train":"2-4","price":70,"variant":"2H"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":83,"created_at":1713027135},{"type":"lay_tile","entity":"GB","entity_type":"corporation","id":84,"created_at":1713027144,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713027144},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713027144}],"hex":"G18","tile":"57-1","rotation":1},{"type":"buy_train","entity":"GB","entity_type":"corporation","id":85,"created_at":1713027218,"train":"2-5","price":70,"variant":"2H"},{"type":"pass","entity":"GB","entity_type":"corporation","id":86,"created_at":1713027266},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":87,"created_at":1713027279,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713027279},{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713027279}],"hex":"L21","tile":"57-2","rotation":0},{"type":"buy_train","entity":"FNM","entity_type":"corporation","id":88,"created_at":1713027292,"train":"2-6","price":70,"variant":"2H"},{"type":"buy_train","entity":"FNM","entity_type":"corporation","id":89,"created_at":1713027298,"train":"2-7","price":90,"variant":"2"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":90,"created_at":1713027320},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":91,"created_at":1713027343,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713027342},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713027342}],"hex":"D19","tile":"5-0","rotation":0},{"type":"buy_train","entity":"NOB","entity_type":"corporation","id":92,"created_at":1713027349,"train":"2-8","price":70,"variant":"2H"},{"type":"pass","entity":2363,"entity_type":"player","id":94,"created_at":1713027367},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":95,"created_at":1713027414,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713027412}],"unconditional":false,"indefinite":false},{"type":"pass","entity":4392,"entity_type":"player","id":96,"created_at":1713027445},{"type":"pass","entity":2798,"entity_type":"player","id":97,"created_at":1713027454},{"type":"pass","entity":2989,"entity_type":"player","id":98,"created_at":1713027456},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":99,"created_at":1713027486,"hex":"J1","tile":"58-0","rotation":3},{"type":"pass","entity":"JS","entity_type":"corporation","id":100,"created_at":1713027491,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713027492}]},{"type":"place_token","entity":"JS","entity_type":"corporation","id":101,"created_at":1713027493,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713027494}],"city":"K2-0-0","slot":0,"tokener":"JS"},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":102,"created_at":1713027503,"routes":[{"train":"2-3","connections":[["K2","L1"]],"hexes":["K2","L1"],"revenue":70,"revenue_str":"K2-L1","nodes":["K2-0","L1-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":103,"created_at":1713027505,"kind":"payout"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":105,"created_at":1713027529,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713027528},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713027528}],"hex":"D25","tile":"6-2","rotation":0},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":106,"created_at":1713027563,"routes":[{"train":"2-0","connections":[["C24","D25"]],"hexes":["C24","D25"],"revenue":40,"revenue_str":"C24-D25","nodes":["C24-0","D25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":107,"created_at":1713027567,"kind":"payout"},{"type":"pass","entity":"VSB","entity_type":"corporation","id":108,"created_at":1713027603},{"hex":"C14","tile":"3-0","type":"lay_tile","entity":"SCB","rotation":0,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"SCB","created_at":1713027613,"entity_type":"corporation"},{"type":"pass","entity":"SCB","created_at":1713027613,"entity_type":"corporation"}],"id":109,"user":2799,"created_at":1713027615},{"type":"undo","entity":"SCB","action_id":108,"entity_type":"corporation","id":110,"user":2799,"created_at":1713027663},{"hex":"C14","tile":"3-0","type":"lay_tile","entity":"SCB","rotation":0,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"SCB","created_at":1713027703,"entity_type":"corporation"},{"type":"pass","entity":"SCB","created_at":1713027703,"entity_type":"corporation"}],"id":111,"user":2799,"created_at":1713027704},{"type":"undo","entity":"SCB","action_id":108,"entity_type":"corporation","id":112,"user":2799,"created_at":1713027716},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":113,"created_at":1713027733,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713027732},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713027732}],"hex":"C14","tile":"3-0","rotation":0},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":114,"created_at":1713027740,"routes":[{"train":"2-2","connections":[["C12","B11"]],"hexes":["C12","B11"],"revenue":50,"revenue_str":"C12-B11","nodes":["C12-0","B11-0"]},{"train":"2-1","connections":[["C12","C14"]],"hexes":["C12","C14"],"revenue":30,"revenue_str":"C12-C14","nodes":["C12-0","C14-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":115,"created_at":1713027747,"kind":"payout"},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":116,"created_at":1713027763,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713027762}],"hex":"J7","tile":"9-0","rotation":2},{"type":"pass","entity":"MOB","entity_type":"corporation","id":117,"created_at":1713027771,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713027770}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":118,"created_at":1713027783,"routes":[{"train":"2-4","connections":[["I6","I4"]],"hexes":["I4","I6"],"revenue":40,"revenue_str":"I4-I6","nodes":["I6-0","I4-1"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":119,"created_at":1713027789,"kind":"payout"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":120,"created_at":1713027795},{"type":"lay_tile","entity":"GB","entity_type":"corporation","id":121,"created_at":1713027805,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713027806},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713027806}],"hex":"G16","tile":"4-0","rotation":1},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":122,"created_at":1713027810,"routes":[{"train":"2-5","connections":[["G18","G20"]],"hexes":["G18","G20"],"revenue":40,"revenue_str":"G18-G20","nodes":["G18-0","G20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":123,"created_at":1713027905,"kind":"payout"},{"type":"pass","entity":"GB","entity_type":"corporation","id":124,"created_at":1713027925},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":125,"created_at":1713027939,"auto_actions":[{"type":"destination_connection","entity":"NOB","entity_type":"corporation","created_at":1713027938,"corporations":["NOB"]},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713027938}],"hex":"D17","tile":"4-1","rotation":1},{"type":"pass","entity":"NOB","entity_type":"corporation","id":126,"created_at":1713027948,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713027948}]},{"type":"run_routes","entity":"NOB","entity_type":"corporation","id":127,"created_at":1713027956,"routes":[{"train":"2-8","connections":[["D19","D17"]],"hexes":["D17","D19"],"revenue":30,"revenue_str":"D17-D19","nodes":["D19-0","D17-0"]}],"extra_revenue":0},{"type":"dividend","entity":"NOB","entity_type":"corporation","id":128,"created_at":1713027958,"kind":"payout"},{"type":"buy_train","entity":"NOB","entity_type":"corporation","id":129,"created_at":1713027973,"train":"2-10","price":70,"variant":"2H"},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":130,"created_at":1713027993,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713027993}],"hex":"K22","tile":"6-3","rotation":0},{"type":"pass","entity":"FNM","entity_type":"corporation","id":131,"created_at":1713028001,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713028001}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":132,"created_at":1713028017,"routes":[{"train":"2-6","connections":[["L21","K22"]],"hexes":["K22","L21"],"revenue":40,"revenue_str":"K22-L21","nodes":["L21-0","K22-0"]},{"train":"2-7","connections":[["L21","M20"]],"hexes":["M20","L21"],"revenue":60,"revenue_str":"M20-L21","nodes":["L21-0","M20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":133,"created_at":1713028019,"kind":"payout"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":134,"created_at":1713028040},{"type":"buy_shares","entity":2363,"entity_type":"player","id":135,"created_at":1713028065,"shares":["FNM_1"],"percent":10},{"type":"buy_shares","entity":2799,"entity_type":"player","id":136,"created_at":1713028137,"shares":["FNM_2"],"percent":10},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":137,"created_at":1713028168,"unconditional":true,"indefinite":false},{"type":"buy_shares","entity":4392,"entity_type":"player","id":138,"created_at":1713028186,"shares":["FNM_3"],"percent":10},{"type":"buy_shares","entity":2798,"entity_type":"player","id":139,"created_at":1713028201,"shares":["SCB_1"],"percent":25},{"type":"sell_shares","entity":2989,"entity_type":"player","id":140,"created_at":1713028308,"shares":["MOB_1","MOB_2"],"percent":20},{"type":"buy_shares","entity":2989,"entity_type":"player","id":141,"created_at":1713028522,"shares":["FNM_4"],"percent":10},{"type":"buy_company","entity":2363,"entity_type":"player","id":142,"created_at":1713028533,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713028533}],"company":"T2","price":50},{"type":"pass","entity":4392,"entity_type":"player","id":143,"created_at":1713028553},{"type":"pass","entity":2798,"entity_type":"player","id":144,"created_at":1713028613},{"type":"buy_shares","entity":2989,"entity_type":"player","id":145,"created_at":1713028627,"shares":["FNM_5"],"percent":10},{"type":"pass","entity":2363,"entity_type":"player","id":146,"created_at":1713028633,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713028633}]},{"type":"pass","entity":4392,"entity_type":"player","id":147,"created_at":1713028642},{"type":"pass","entity":2798,"entity_type":"player","id":148,"created_at":1713028645},{"type":"pass","entity":2989,"entity_type":"player","id":149,"created_at":1713028656},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":150,"created_at":1713028666,"hex":"H3","tile":"58-1","rotation":3},{"type":"pass","entity":"JS","entity_type":"corporation","id":151,"created_at":1713028671,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713028672},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713028672}]},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":152,"created_at":1713028689,"routes":[{"train":"2-3","connections":[["K2","L1"]],"hexes":["K2","L1"],"revenue":70,"revenue_str":"K2-L1","nodes":["K2-0","L1-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":153,"created_at":1713028691,"kind":"payout"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":154,"created_at":1713028707,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713028706},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713028706}],"hex":"E24","tile":"8-1","rotation":3},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":155,"created_at":1713028721,"routes":[{"train":"2-0","connections":[["C24","D25"]],"hexes":["C24","D25"],"revenue":40,"revenue_str":"C24-D25","nodes":["C24-0","D25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":156,"created_at":1713028730,"kind":"payout"},{"type":"pass","entity":"VSB","entity_type":"corporation","id":157,"created_at":1713028741},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":158,"created_at":1713028775,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713028774},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713028774}],"hex":"D13","tile":"6-4","rotation":3},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":159,"created_at":1713028878,"routes":[{"train":"2-2","connections":[["C12","B11"]],"hexes":["C12","B11"],"revenue":50,"revenue_str":"C12-B11","nodes":["C12-0","B11-0"]},{"train":"2-1","connections":[["C12","C14"]],"hexes":["C12","C14"],"revenue":30,"revenue_str":"C12-C14","nodes":["C12-0","C14-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":160,"created_at":1713028893,"kind":"payout"},{"type":"lay_tile","entity":"T2","entity_type":"company","id":161,"created_at":1713028917,"auto_actions":[{"type":"destination_connection","entity":"GB","entity_type":"corporation","created_at":1713028918,"corporations":["GB"]}],"hex":"H19","tile":"X78-0","rotation":3},{"type":"pass","entity":"GB","entity_type":"corporation","id":162,"created_at":1713028950,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713028951},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713028951}]},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":163,"created_at":1713028958,"routes":[{"train":"2-5","connections":[["G18","G20"]],"hexes":["G18","G20"],"revenue":40,"revenue_str":"G18-G20","nodes":["G18-0","G20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":164,"created_at":1713028964,"kind":"payout"},{"type":"pass","entity":"GB","entity_type":"corporation","id":165,"created_at":1713028967},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":166,"created_at":1713028990,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713028989}],"hex":"E18","tile":"6-5","rotation":3},{"type":"pass","entity":"NOB","entity_type":"corporation","id":167,"created_at":1713028994,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713028993}]},{"type":"run_routes","entity":"NOB","entity_type":"corporation","id":168,"created_at":1713029003,"routes":[{"train":"2-8","connections":[["D19","D17"]],"hexes":["D19","D17"],"revenue":30,"revenue_str":"D19-D17","nodes":["D19-0","D17-0"]},{"train":"2-10","connections":[["D19","E18"]],"hexes":["E18","D19"],"revenue":40,"revenue_str":"E18-D19","nodes":["D19-0","E18-0"]}],"extra_revenue":0},{"type":"dividend","entity":"NOB","entity_type":"corporation","id":169,"created_at":1713029005,"kind":"payout"},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":170,"created_at":1713029043,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713029042}],"hex":"J21","tile":"9-1","rotation":2},{"type":"pass","entity":"FNM","entity_type":"corporation","id":171,"created_at":1713029049,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713029048}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":172,"created_at":1713029054,"routes":[{"train":"2-6","connections":[["L21","K22"]],"hexes":["L21","K22"],"revenue":40,"revenue_str":"L21-K22","nodes":["L21-0","K22-0"]},{"train":"2-7","connections":[["L21","M20"]],"hexes":["L21","M20"],"revenue":60,"revenue_str":"L21-M20","nodes":["L21-0","M20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":173,"created_at":1713029057,"kind":"payout"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":174,"created_at":1713029086},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":175,"created_at":1713029104,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713029102}],"hex":"K8","tile":"58-2","rotation":2},{"type":"pass","entity":"MOB","entity_type":"corporation","id":176,"created_at":1713029110,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713029109}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":177,"created_at":1713029118,"routes":[{"train":"2-4","connections":[["I6","I4"]],"hexes":["I6","I4"],"revenue":40,"revenue_str":"I6-I4","nodes":["I6-0","I4-1"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":178,"created_at":1713029123,"kind":"payout"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":179,"created_at":1713029127},{"type":"sell_shares","entity":2989,"entity_type":"player","id":180,"created_at":1713029296,"shares":["FNM_4","FNM_5"],"percent":20},{"type":"par","entity":2989,"entity_type":"player","id":181,"created_at":1713029307,"corporation":"JN","share_price":"90,2,4"},{"type":"buy_shares","entity":2799,"entity_type":"player","id":182,"created_at":1713029378,"shares":["SCB_2"],"percent":25},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":183,"created_at":1713029408,"unconditional":true,"indefinite":false},{"type":"buy_shares","entity":4392,"entity_type":"player","id":184,"created_at":1713029409,"shares":["FNM_4"],"percent":10},{"type":"buy_shares","entity":2798,"entity_type":"player","id":185,"created_at":1713029432,"shares":["FNM_5"],"percent":10},{"type":"buy_shares","entity":2363,"shares":["MOB_1"],"percent":10,"entity_type":"player","id":186,"user":2363,"created_at":1713029584},{"type":"buy_shares","entity":2989,"shares":["JN_1"],"percent":20,"entity_type":"player","auto_actions":[{"type":"pass","entity":2799,"created_at":1713029599,"entity_type":"player"}],"id":187,"user":2989,"created_at":1713029601},{"type":"undo","entity":4392,"action_id":186,"entity_type":"player","id":188,"user":2363,"created_at":1713029616},{"type":"undo","entity":2989,"entity_type":"player","id":189,"user":2363,"created_at":1713029619},{"type":"pass","entity":2363,"entity_type":"player","id":190,"created_at":1713029621},{"type":"buy_shares","entity":2989,"entity_type":"player","id":191,"created_at":1713029670,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713029669}],"shares":["JN_1"],"percent":20},{"type":"pass","entity":4392,"entity_type":"player","id":192,"created_at":1713029687},{"type":"pass","entity":2798,"entity_type":"player","id":193,"created_at":1713029693},{"type":"pass","entity":2363,"entity_type":"player","id":194,"created_at":1713029699},{"type":"pass","entity":2989,"entity_type":"player","id":195,"created_at":1713029753},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":196,"created_at":1713029761,"hex":"G4","tile":"9-2","rotation":0},{"type":"pass","entity":"JS","entity_type":"corporation","id":197,"created_at":1713029765,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713029766},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713029766}]},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":198,"created_at":1713029769,"routes":[{"train":"2-3","connections":[["K2","L1"]],"hexes":["K2","L1"],"revenue":70,"revenue_str":"K2-L1","nodes":["K2-0","L1-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":199,"created_at":1713029771,"kind":"payout"},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":200,"created_at":1713029876,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713029874},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713029874}],"hex":"E14","tile":"8-2","rotation":2},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":201,"created_at":1713029896,"routes":[{"train":"2-2","connections":[["C12","B11"]],"hexes":["C12","B11"],"revenue":50,"revenue_str":"C12-B11","nodes":["C12-0","B11-0"]},{"train":"2-1","connections":[["C12","C14"]],"hexes":["C12","C14"],"revenue":30,"revenue_str":"C12-C14","nodes":["C12-0","C14-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":202,"created_at":1713029933,"kind":"withhold"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":203,"created_at":1713029999,"auto_actions":[{"type":"destination_connection","entity":"VSB","entity_type":"corporation","created_at":1713029997,"corporations":["VSB"]},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713029997},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713029997}],"hex":"F25","tile":"3-1","rotation":1},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":204,"created_at":1713030010,"routes":[{"train":"2-0","connections":[["C24","D25"]],"hexes":["C24","D25"],"revenue":40,"revenue_str":"C24-D25","nodes":["C24-0","D25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":205,"created_at":1713030017,"kind":"payout"},{"type":"buy_train","entity":"VSB","entity_type":"corporation","id":206,"created_at":1713030037,"train":"3-0","price":180,"variant":"3"},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":207,"created_at":1713030076,"hex":"D19","tile":"908-0","rotation":3},{"type":"pass","entity":"NOB","entity_type":"corporation","id":208,"created_at":1713030078,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713030077}]},{"type":"place_token","entity":"NOB","entity_type":"corporation","id":209,"created_at":1713030085,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713030085}],"city":"6-5-0","slot":0,"tokener":"NOB"},{"type":"run_routes","entity":"NOB","entity_type":"corporation","id":210,"created_at":1713030091,"routes":[{"train":"2-8","connections":[["D19","D17"]],"hexes":["D19","D17"],"revenue":50,"revenue_str":"D19-D17","nodes":["D19-0","D17-0"]},{"train":"2-10","connections":[["D19","E18"]],"hexes":["D19","E18"],"revenue":60,"revenue_str":"D19-E18","nodes":["D19-0","E18-0"]}],"extra_revenue":0},{"type":"dividend","entity":"NOB","entity_type":"corporation","id":211,"created_at":1713030094,"kind":"payout"},{"type":"lay_tile","entity":"GB","entity_type":"corporation","id":212,"created_at":1713030119,"hex":"G18","tile":"619-0","rotation":4},{"type":"pass","entity":"GB","entity_type":"corporation","id":213,"created_at":1713030129,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713030130},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713030130}]},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":214,"created_at":1713030132,"routes":[{"train":"2-5","connections":[["G18","G20"]],"hexes":["G18","G20"],"revenue":50,"revenue_str":"G18-G20","nodes":["G18-0","G20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":215,"created_at":1713030134,"kind":"payout"},{"type":"buy_train","entity":"GB","entity_type":"corporation","id":216,"created_at":1713030137,"train":"3-1","price":180,"variant":"3"},{"hex":"F5","tile":"8-3","type":"lay_tile","entity":"JN","rotation":4,"entity_type":"corporation","auto_actions":[{"type":"destination_connection","entity":"JN","created_at":1713030231,"entity_type":"corporation","corporations":["JS"]}],"id":217,"user":2989,"created_at":1713030233},{"type":"pass","entity":"JN","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"JN","created_at":1713030254,"entity_type":"corporation"},{"type":"pass","entity":"JN","created_at":1713030254,"entity_type":"corporation"}],"id":218,"user":2989,"created_at":1713030255},{"type":"undo","entity":"JN","entity_type":"corporation","id":219,"user":2989,"created_at":1713030317},{"type":"undo","entity":"JN","action_id":216,"entity_type":"corporation","id":220,"user":2989,"created_at":1713030322},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":221,"created_at":1713030393,"hex":"F7","tile":"5-1","rotation":0},{"type":"pass","entity":"JN","entity_type":"corporation","id":222,"created_at":1713030403,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713030402},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713030402}]},{"type":"buy_train","entity":"JN","entity_type":"corporation","id":223,"created_at":1713030426,"train":"3-2","price":150,"variant":"3H"},{"type":"pass","entity":"JN","entity_type":"corporation","id":224,"created_at":1713030444},{"type":"pass","entity":"JN","entity_type":"corporation","id":225,"created_at":1713030506},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":226,"created_at":1713030561,"auto_actions":[{"type":"destination_connection","entity":"FNM","entity_type":"corporation","created_at":1713030561,"corporations":["FNM"]}],"hex":"I20","tile":"9-3","rotation":2},{"type":"pass","entity":"FNM","entity_type":"corporation","id":227,"created_at":1713030571,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713030571}]},{"type":"place_token","entity":"FNM","entity_type":"corporation","id":228,"created_at":1713030574,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713030573}],"city":"619-0-0","slot":1,"tokener":"FNM"},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":229,"created_at":1713030596,"routes":[{"train":"2-6","connections":[["L21","K22"]],"hexes":["L21","K22"],"revenue":40,"revenue_str":"L21-K22","nodes":["L21-0","K22-0"]},{"train":"2-7","connections":[["G18","G20"]],"hexes":["G20","G18"],"revenue":50,"revenue_str":"G20-G18","nodes":["G18-0","G20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":230,"created_at":1713030602,"kind":"payout"},{"type":"buy_train","entity":"FNM","entity_type":"corporation","id":231,"created_at":1713030606,"train":"3-3","price":180,"variant":"3"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":232,"created_at":1713030611},{"type":"pass","entity":"FNM","entity_type":"corporation","id":233,"created_at":1713030629},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":234,"created_at":1713030659,"hex":"I6","tile":"619-1","rotation":5},{"type":"pass","entity":"MOB","entity_type":"corporation","id":235,"created_at":1713030670,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713030669}]},{"type":"pass","entity":"MOB","entity_type":"corporation","id":236,"created_at":1713030677,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713030676}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":237,"created_at":1713030687,"routes":[{"train":"2-4","connections":[["I6","I4"]],"hexes":["I6","I4"],"revenue":50,"revenue_str":"I6-I4","nodes":["I6-0","I4-1"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":238,"created_at":1713030693,"kind":"payout"},{"type":"buy_train","entity":"MOB","entity_type":"corporation","id":239,"created_at":1713030721,"train":"3-4","price":180,"variant":"3"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":240,"created_at":1713030724},{"type":"pass","entity":"MOB","entity_type":"corporation","id":241,"created_at":1713030728},{"type":"buy_shares","entity":2363,"entity_type":"player","id":242,"created_at":1713030791,"shares":["VSB_1"],"percent":25},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":243,"created_at":1713030801,"unconditional":true,"indefinite":false},{"type":"buy_company","entity":2798,"entity_type":"player","id":244,"created_at":1713030801,"company":"B1","price":150},{"type":"lay_tile","entity":"B1","entity_type":"company","id":245,"created_at":1713030815,"hex":"H7","tile":"XM3-0","rotation":0},{"type":"buy_company","entity":4392,"entity_type":"player","id":246,"created_at":1713030830,"company":"B2","price":150},{"type":"lay_tile","entity":"B2","entity_type":"company","id":247,"created_at":1713030885,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713030885}],"hex":"L23","tile":"XM3-1","rotation":0},{"type":"pass","entity":2989,"entity_type":"player","id":248,"created_at":1713030959},{"type":"sell_shares","entity":2363,"entity_type":"player","id":249,"created_at":1713030975,"shares":["FNM_1"],"percent":10},{"type":"buy_company","entity":2363,"entity_type":"player","id":250,"created_at":1713030984,"company":"B5","price":150},{"type":"lay_tile","entity":"B5","entity_type":"company","id":251,"created_at":1713031018,"hex":"G14","tile":"XM2-0","rotation":0},{"type":"sell_shares","entity":2798,"entity_type":"player","id":252,"created_at":1713031037,"shares":["SCB_1"],"percent":25},{"type":"buy_shares","entity":2798,"entity_type":"player","id":253,"created_at":1713031041,"shares":["GB_2"],"percent":25},{"type":"sell_shares","entity":4392,"entity_type":"player","id":254,"created_at":1713031107,"shares":["NOB_1"],"percent":25},{"type":"buy_shares","entity":4392,"entity_type":"player","id":255,"created_at":1713031113,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713031112}],"shares":["FNM_1"],"percent":10},{"type":"pass","entity":2989,"entity_type":"player","id":256,"created_at":1713031118},{"type":"pass","entity":2363,"entity_type":"player","id":257,"created_at":1713031128},{"type":"pass","entity":2798,"entity_type":"player","id":258,"created_at":1713031167},{"type":"pass","entity":4392,"entity_type":"player","id":259,"created_at":1713031177},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":260,"created_at":1713031184,"auto_actions":[{"type":"destination_connection","entity":"JS","entity_type":"corporation","created_at":1713031185,"corporations":["JS"]}],"hex":"F5","tile":"8-3","rotation":4},{"type":"pass","entity":"JS","entity_type":"corporation","id":261,"created_at":1713031194,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713031194},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713031194}]},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":262,"created_at":1713031207,"routes":[{"train":"2-3","connections":[["J1","K2"]],"hexes":["K2","J1"],"revenue":50,"revenue_str":"K2-J1","nodes":["J1-0","K2-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":263,"created_at":1713031210,"kind":"payout"},{"type":"buy_train","entity":"JS","entity_type":"corporation","id":264,"created_at":1713031213,"train":"3-6","price":180,"variant":"3"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":265,"created_at":1713031250,"hex":"C24","tile":"14-0","rotation":1},{"type":"pass","entity":"VSB","entity_type":"corporation","id":266,"created_at":1713031267,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713031266},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713031266}]},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":267,"created_at":1713031282,"routes":[{"train":"3-0","connections":[["C24","C26"]],"hexes":["C24","C26"],"revenue":60,"revenue_str":"C24-C26","nodes":["C24-0","C26-0"]},{"train":"2-0","connections":[["C24","D25"]],"hexes":["C24","D25"],"revenue":50,"revenue_str":"C24-D25","nodes":["C24-0","D25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":268,"created_at":1713031299,"kind":"payout"},{"hex":"K22","tile":"15-0","type":"lay_tile","entity":"GB","rotation":0,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"GB","created_at":1713031376,"entity_type":"corporation"},{"type":"pass","entity":"GB","created_at":1713031376,"entity_type":"corporation"}],"id":269,"user":2363,"created_at":1713031376},{"type":"run_routes","entity":"GB","routes":[{"hexes":["G18","G20"],"nodes":["G18-0","G20-0"],"train":"2-5","revenue":50,"connections":[["G18","G20"]],"revenue_str":"G18-G20"},{"hexes":["G14","G16","G18"],"nodes":["G16-0","G14-0","G18-0"],"train":"3-1","revenue":80,"connections":[["G16","G14"],["G18","G16"]],"revenue_str":"G14-G16-G18"}],"entity_type":"corporation","extra_revenue":0,"id":270,"user":2363,"created_at":1713031393},{"type":"undo","entity":"GB","entity_type":"corporation","id":271,"user":2363,"created_at":1713031415},{"type":"undo","entity":"GB","action_id":268,"entity_type":"corporation","id":272,"user":2363,"created_at":1713031418},{"hex":"G16","tile":"88-0","type":"lay_tile","entity":"GB","rotation":0,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"GB","created_at":1713031440,"entity_type":"corporation"},{"type":"pass","entity":"GB","created_at":1713031440,"entity_type":"corporation"}],"id":273,"user":2363,"created_at":1713031440},{"type":"run_routes","entity":"GB","routes":[{"hexes":["G18","G20"],"nodes":["G18-0","G20-0"],"train":"2-5","revenue":50,"connections":[["G18","G20"]],"revenue_str":"G18-G20"},{"hexes":["G14","G16","G18"],"nodes":["G16-0","G14-0","G18-0"],"train":"3-1","revenue":80,"connections":[["G16","G14"],["G18","G16"]],"revenue_str":"G14-G16-G18"}],"entity_type":"corporation","extra_revenue":0,"id":274,"user":2363,"created_at":1713031477},{"kind":"payout","type":"dividend","entity":"GB","entity_type":"corporation","id":275,"user":2363,"created_at":1713031478},{"type":"undo","entity":"NOB","action_id":268,"entity_type":"corporation","id":276,"user":2363,"created_at":1713031496},{"hex":"K22","tile":"15-0","type":"lay_tile","entity":"GB","rotation":0,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"GB","created_at":1713031546,"entity_type":"corporation"},{"type":"pass","entity":"GB","created_at":1713031546,"entity_type":"corporation"}],"id":277,"user":2363,"created_at":1713031546},{"type":"run_routes","entity":"GB","routes":[{"hexes":["G18","G20","K22"],"nodes":["G18-0","G20-0","K22-0"],"train":"3-1","revenue":110,"connections":[["G18","G20"],["G20","H19","I20","J21","K22"]],"revenue_str":"G18-G20-K22"},{"hexes":["G18","G16"],"nodes":["G18-0","G16-0"],"train":"2-5","revenue":40,"connections":[["G18","G16"]],"revenue_str":"G18-G16"}],"entity_type":"corporation","extra_revenue":0,"id":278,"user":2363,"created_at":1713031578},{"kind":"payout","type":"dividend","entity":"GB","entity_type":"corporation","id":279,"user":2363,"created_at":1713031586},{"type":"undo","entity":"NOB","action_id":268,"entity_type":"corporation","id":280,"user":2363,"created_at":1713031590},{"hex":"K22","tile":"15-0","type":"lay_tile","entity":"GB","rotation":0,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"GB","created_at":1713031639,"entity_type":"corporation"},{"type":"pass","entity":"GB","created_at":1713031639,"entity_type":"corporation"}],"id":281,"user":2363,"created_at":1713031638},{"type":"run_routes","entity":"GB","routes":[{"hexes":["G18","G20","K22"],"nodes":["G18-0","G20-0","K22-0"],"train":"3-1","revenue":110,"connections":[["G18","G20"],["G20","H19","I20","J21","K22"]],"revenue_str":"G18-G20-K22"},{"hexes":["G18","G16"],"nodes":["G18-0","G16-0"],"train":"2-5","revenue":40,"connections":[["G18","G16"]],"revenue_str":"G18-G16"}],"entity_type":"corporation","extra_revenue":0,"id":282,"user":2363,"created_at":1713031681},{"kind":"payout","type":"dividend","entity":"GB","entity_type":"corporation","id":283,"user":2363,"created_at":1713031685},{"type":"undo","entity":"NOB","entity_type":"corporation","id":284,"user":2363,"created_at":1713031689},{"kind":"withhold","type":"dividend","entity":"GB","entity_type":"corporation","id":285,"user":2363,"created_at":1713031694},{"type":"undo","entity":"NOB","action_id":268,"entity_type":"corporation","id":286,"user":2363,"created_at":1713031697},{"type":"lay_tile","entity":"GB","entity_type":"corporation","id":287,"created_at":1713031752,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713031752},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713031752}],"hex":"K22","tile":"14-1","rotation":2},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":288,"created_at":1713031873,"routes":[{"train":"3-1","connections":[["G20","H19","I20","J21","K22"],["G18","G20"]],"hexes":["K22","G20","G18"],"revenue":110,"revenue_str":"K22-G20-G18","nodes":["G20-0","K22-0","G18-0"]},{"train":"2-5","connections":[["G18","G16"]],"hexes":["G16","G18"],"revenue":40,"revenue_str":"G16-G18","nodes":["G18-0","G16-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":289,"created_at":1713031875,"kind":"payout"},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":290,"created_at":1713031887,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713031885},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713031885}],"hex":"E18","tile":"15-0","rotation":3},{"type":"run_routes","entity":"NOB","entity_type":"corporation","id":291,"created_at":1713031894,"routes":[{"train":"2-8","connections":[["D19","D17"]],"hexes":["D19","D17"],"revenue":50,"revenue_str":"D19-D17","nodes":["D19-0","D17-0"]},{"train":"2-10","connections":[["D19","E18"]],"hexes":["D19","E18"],"revenue":70,"revenue_str":"D19-E18","nodes":["D19-0","E18-0"]}],"extra_revenue":0},{"type":"dividend","entity":"NOB","entity_type":"corporation","id":292,"created_at":1713031899,"kind":"payout"},{"type":"lay_tile","entity":"P2","entity_type":"company","id":293,"created_at":1713031930,"hex":"E16","tile":"8-4","rotation":5},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":294,"created_at":1713031935,"auto_actions":[{"type":"destination_connection","entity":"SCB","entity_type":"corporation","created_at":1713031934,"corporations":["SCB"]},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713031934}],"hex":"F17","tile":"5-2","rotation":1},{"type":"place_token","entity":"SCB","entity_type":"corporation","id":295,"created_at":1713031957,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713031956}],"city":"5-2-0","slot":0,"tokener":"SCB"},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":296,"created_at":1713032053,"routes":[{"train":"2-2","connections":[["C12","C14"]],"hexes":["C12","C14"],"revenue":30,"revenue_str":"C12-C14","nodes":["C12-0","C14-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":297,"created_at":1713032062,"kind":"payout"},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":298,"created_at":1713032086,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713032084}],"hex":"L21","tile":"619-2","rotation":0},{"type":"pass","entity":"FNM","entity_type":"corporation","id":299,"created_at":1713032100,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713032099}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":300,"created_at":1713032166,"routes":[{"train":"2-6","connections":[["L21","L23"]],"hexes":["L23","L21"],"revenue":80,"revenue_str":"L23-L21","nodes":["L21-0","L23-0"]},{"train":"2-7","connections":[["L21","K22"]],"hexes":["K22","L21"],"revenue":60,"revenue_str":"K22-L21","nodes":["L21-0","K22-0"]},{"train":"3-3","connections":[["G20","H19","I20","J21","K22"],["G18","G20"]],"hexes":["K22","G20","G18"],"revenue":110,"revenue_str":"K22-G20-G18","nodes":["G20-0","K22-0","G18-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":301,"created_at":1713032169,"kind":"payout"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":302,"created_at":1713032185},{"type":"pass","entity":"FNM","entity_type":"corporation","id":303,"created_at":1713032205},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":304,"created_at":1713032214,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713032213},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713032213}],"hex":"G6","tile":"8-5","rotation":3},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":305,"created_at":1713032237,"routes":[{"train":"3-2","connections":[["F7","G6","H7"]],"hexes":["H7","F7"],"revenue":70,"revenue_str":"H7-F7","nodes":["F7-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":306,"created_at":1713032241,"kind":"payout"},{"type":"pass","entity":"JN","entity_type":"corporation","id":307,"created_at":1713032249},{"type":"pass","entity":"JN","entity_type":"corporation","id":308,"created_at":1713032257},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":309,"created_at":1713032267,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713032266}],"hex":"H5","tile":"7-0","rotation":4},{"type":"pass","entity":"MOB","entity_type":"corporation","id":310,"created_at":1713032273,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713032272}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":311,"created_at":1713032306,"routes":[{"train":"2-4","connections":[["I6","H7"]],"hexes":["H7","I6"],"revenue":80,"revenue_str":"H7-I6","nodes":["I6-0","H7-0"]},{"train":"3-4","connections":[["I6","H5","H7"],["I4","I6"]],"hexes":["H7","I6","I4"],"revenue":100,"revenue_str":"H7-I6-I4","nodes":["I6-0","H7-0","I4-1"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":312,"created_at":1713032312,"kind":"payout"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":313,"created_at":1713032323},{"type":"pass","entity":"MOB","entity_type":"corporation","id":314,"created_at":1713032421},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":315,"created_at":1713032543,"hex":"I4","tile":"901-0","rotation":1},{"type":"pass","entity":"JS","entity_type":"corporation","id":316,"created_at":1713032554,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713032555},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713032555}]},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":317,"created_at":1713032568,"routes":[{"train":"3-6","connections":[["L1","K2"],["K2","J1"]],"hexes":["L1","K2","J1"],"revenue":100,"revenue_str":"L1-K2-J1","nodes":["L1-0","K2-0","J1-0"]},{"train":"2-3","connections":[["I4","H3"]],"hexes":["I4","H3"],"revenue":50,"revenue_str":"I4-H3","nodes":["I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":318,"created_at":1713032569,"kind":"payout"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":319,"created_at":1713032697,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713032695},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713032695}],"hex":"B23","tile":"58-3","rotation":5},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":320,"created_at":1713032743,"routes":[{"train":"3-0","connections":[["C26","C24"],["C24","B23"]],"hexes":["C26","C24","B23"],"revenue":70,"revenue_str":"C26-C24-B23","nodes":["C26-0","C24-0","B23-0"]},{"train":"2-0","connections":[["C24","D25"]],"hexes":["C24","D25"],"revenue":50,"revenue_str":"C24-D25","nodes":["C24-0","D25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":321,"created_at":1713032757,"kind":"payout"},{"type":"lay_tile","entity":"GB","entity_type":"corporation","id":322,"created_at":1713032771,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713032771},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713032771}],"hex":"G16","tile":"204-0","rotation":4},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":323,"created_at":1713032802,"routes":[{"train":"3-1","connections":[["G20","H19","I20","J21","K22"],["G18","G20"]],"hexes":["K22","G20","G18"],"revenue":110,"revenue_str":"K22-G20-G18","nodes":["G20-0","K22-0","G18-0"]},{"train":"2-5","connections":[["G18","G16"]],"hexes":["G18","G16"],"revenue":40,"revenue_str":"G18-G16","nodes":["G18-0","G16-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":324,"created_at":1713032803,"kind":"payout"},{"hex":"E20","tile":"8-6","type":"lay_tile","entity":"NOB","rotation":5,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"NOB","created_at":1713032827,"entity_type":"corporation"},{"type":"pass","entity":"NOB","created_at":1713032827,"entity_type":"corporation"}],"id":325,"user":4392,"created_at":1713032828},{"type":"undo","entity":"NOB","entity_type":"corporation","id":326,"user":4392,"created_at":1713032846},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":327,"created_at":1713032861,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713032860},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713032860}],"hex":"F17","tile":"619-3","rotation":5},{"type":"run_routes","entity":"NOB","entity_type":"corporation","id":328,"created_at":1713032891,"routes":[{"train":"2-8","connections":[["E18","F17"]],"hexes":["F17","E18"],"revenue":60,"revenue_str":"F17-E18","nodes":["E18-0","F17-0"]},{"train":"2-10","connections":[["D19","E18"]],"hexes":["D19","E18"],"revenue":70,"revenue_str":"D19-E18","nodes":["D19-0","E18-0"]}],"extra_revenue":0},{"type":"dividend","entity":"NOB","entity_type":"corporation","id":329,"created_at":1713032893,"kind":"payout"},{"hex":"C12","tile":"14-2","type":"lay_tile","entity":"SCB","rotation":1,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"SCB","created_at":1713032946,"entity_type":"corporation"},{"type":"pass","entity":"SCB","created_at":1713032946,"entity_type":"corporation"}],"id":330,"user":2799,"created_at":1713032948},{"type":"run_routes","entity":"SCB","routes":[{"hexes":["C12","C14"],"nodes":["C12-0","C14-0"],"train":"2-2","revenue":40,"connections":[["C12","C14"]],"revenue_str":"C12-C14"},{"hexes":["F17","E18"],"nodes":["F17-0","E18-0"],"train":"2-1","revenue":60,"connections":[["F17","E18"]],"revenue_str":"F17-E18"}],"entity_type":"corporation","extra_revenue":0,"id":331,"user":2799,"created_at":1713032974},{"kind":"payout","type":"dividend","entity":"SCB","entity_type":"corporation","id":332,"user":2799,"created_at":1713032982},{"type":"undo","entity":"FNM","action_id":329,"entity_type":"corporation","id":333,"user":2799,"created_at":1713033018},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":334,"created_at":1713033025,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713033023},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713033023}],"hex":"C12","tile":"14-2","rotation":1},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":335,"created_at":1713033047,"routes":[{"train":"2-2","connections":[["F17","G18"]],"hexes":["G18","F17"],"revenue":60,"revenue_str":"G18-F17","nodes":["F17-0","G18-0"]},{"train":"2-1","connections":[["F17","E18"]],"hexes":["F17","E18"],"revenue":60,"revenue_str":"F17-E18","nodes":["F17-0","E18-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":336,"created_at":1713033055,"kind":"payout"},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":337,"created_at":1713033095,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713033094}],"hex":"C20","tile":"59-0","rotation":4},{"type":"place_token","entity":"FNM","entity_type":"corporation","id":338,"created_at":1713033106,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713033105}],"city":"908-0-0","slot":1,"tokener":"FNM"},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":339,"created_at":1713033163,"routes":[{"train":"2-6","connections":[["L21","L23"]],"hexes":["L21","L23"],"revenue":80,"revenue_str":"L21-L23","nodes":["L21-0","L23-0"]},{"train":"2-7","connections":[["D19","C20"]],"hexes":["C20","D19"],"revenue":80,"revenue_str":"C20-D19","nodes":["D19-0","C20-1"]},{"train":"3-3","connections":[["G20","H19","I20","J21","K22"],["G18","G20"]],"hexes":["K22","G20","G18"],"revenue":110,"revenue_str":"K22-G20-G18","nodes":["G20-0","K22-0","G18-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":340,"created_at":1713033166,"kind":"payout"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":341,"created_at":1713033180},{"type":"pass","entity":"FNM","entity_type":"corporation","id":342,"created_at":1713033183},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":343,"created_at":1713033210,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713033209},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713033209}],"hex":"F7","tile":"15-1","rotation":4},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":344,"created_at":1713033224,"routes":[{"train":"3-2","connections":[["F7","G6","H7"]],"hexes":["F7","H7"],"revenue":80,"revenue_str":"F7-H7","nodes":["F7-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":345,"created_at":1713033234,"kind":"payout"},{"type":"pass","entity":"JN","entity_type":"corporation","id":346,"created_at":1713033250},{"type":"buy_company","entity":"JN","entity_type":"corporation","id":347,"created_at":1713033296,"company":"P5","price":279},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":348,"created_at":1713033330,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713033328}],"hex":"H5","tile":"28-0","rotation":5},{"type":"pass","entity":"MOB","entity_type":"corporation","id":349,"created_at":1713033341,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713033339}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":350,"created_at":1713033350,"routes":[{"train":"2-4","connections":[["I6","H7"]],"hexes":["I6","H7"],"revenue":80,"revenue_str":"I6-H7","nodes":["I6-0","H7-0"]},{"train":"3-4","connections":[["I6","H5","H7"],["I4","I6"]],"hexes":["H7","I6","I4"],"revenue":120,"revenue_str":"H7-I6-I4","nodes":["I6-0","H7-0","I4-1"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":351,"created_at":1713033354,"kind":"payout"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":352,"created_at":1713033396},{"type":"pass","entity":"MOB","entity_type":"corporation","id":353,"created_at":1713033399},{"type":"par","entity":2799,"corporation":"AB","entity_type":"player","share_price":"100,1,4","id":354,"user":2799,"created_at":1713033489},{"type":"undo","entity":2989,"action_id":353,"entity_type":"player","id":355,"user":2799,"created_at":1713033559},{"type":"sell_shares","entity":2799,"entity_type":"player","id":356,"created_at":1713033723,"shares":["FNM_2"],"percent":10},{"type":"par","entity":2799,"entity_type":"player","id":357,"created_at":1713033729,"corporation":"AB","share_price":"90,2,4"},{"type":"program_buy_shares","entity":2799,"entity_type":"player","id":358,"created_at":1713033743,"corporation":"AB","until_condition":"float","from_market":false,"auto_pass_after":false},{"type":"par","entity":2989,"entity_type":"player","id":359,"created_at":1713033823,"corporation":"BLS","share_price":"90,2,4"},{"type":"buy_company","entity":4392,"entity_type":"player","id":360,"created_at":1713033837,"company":"B3","price":150},{"type":"lay_tile","entity":"B3","entity_type":"company","id":361,"created_at":1713033850,"hex":"F19","tile":"XM2-1","rotation":0},{"type":"buy_shares","entity":2798,"entity_type":"player","id":362,"created_at":1713033931,"shares":["VSB_2"],"percent":25},{"type":"buy_shares","entity":2363,"entity_type":"player","id":363,"created_at":1713034133,"auto_actions":[{"type":"program_disable","entity":2799,"entity_type":"player","created_at":1713034134,"reason":"Corporation BLS parred"}],"shares":["FNM_2"],"percent":10},{"type":"program_buy_shares","entity":2799,"entity_type":"player","id":364,"created_at":1713034206,"auto_actions":[{"type":"program_disable","entity":2799,"entity_type":"player","created_at":1713034205,"reason":"NOB is floated"}],"corporation":"NOB","until_condition":"float","from_market":false,"auto_pass_after":false},{"type":"program_buy_shares","entity":2799,"entity_type":"player","id":365,"created_at":1713034207,"auto_actions":[{"type":"program_disable","entity":2799,"entity_type":"player","created_at":1713034206,"reason":"NOB is floated"}],"corporation":"NOB","until_condition":"float","from_market":false,"auto_pass_after":false},{"type":"buy_shares","entity":2799,"entity_type":"player","id":366,"created_at":1713034227,"shares":["AB_1"],"percent":10},{"type":"buy_company","entity":2989,"entity_type":"player","id":367,"created_at":1713034239,"company":"T3","price":50},{"type":"program_buy_shares","entity":2799,"entity_type":"player","id":368,"created_at":1713034244,"corporation":"NOB","until_condition":"float","from_market":false,"auto_pass_after":false},{"type":"par","entity":4392,"entity_type":"player","id":369,"created_at":1713034260,"corporation":"STB","share_price":"100,1,4"},{"type":"buy_shares","entity":2798,"entity_type":"player","id":370,"created_at":1713034270,"shares":["NOB_1"],"percent":25},{"type":"buy_shares","entity":2363,"entity_type":"player","id":371,"created_at":1713034290,"auto_actions":[{"type":"program_disable","entity":2799,"entity_type":"player","created_at":1713034291,"reason":"NOB is floated"}],"shares":["SCB_1"],"percent":25},{"type":"buy_shares","entity":2799,"entity_type":"player","id":372,"created_at":1713034357,"shares":["AB_2"],"percent":10},{"type":"buy_shares","entity":2989,"entity_type":"player","id":373,"created_at":1713034369,"shares":["BLS_1"],"percent":10},{"type":"pass","entity":4392,"entity_type":"player","id":374,"created_at":1713034392},{"type":"buy_shares","entity":2798,"entity_type":"player","id":375,"created_at":1713034402,"shares":["JN_2"],"percent":20},{"type":"buy_company","price":150,"entity":2363,"company":"B4","entity_type":"player","id":376,"user":2363,"created_at":1713034421},{"type":"undo","entity":"B4","entity_type":"company","id":377,"user":2363,"created_at":1713034438},{"type":"sell_shares","entity":2363,"entity_type":"player","id":378,"created_at":1713034623,"shares":["NOB_2"],"percent":25},{"type":"par","entity":2363,"entity_type":"player","id":379,"created_at":1713034647,"corporation":"VZ","share_price":"100,1,4"},{"type":"buy_shares","entity":2799,"entity_type":"player","id":380,"created_at":1713034655,"shares":["AB_3"],"percent":10},{"type":"buy_shares","entity":2989,"entity_type":"player","id":381,"created_at":1713034667,"shares":["BLS_2"],"percent":10},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":382,"created_at":1713034680,"unconditional":false,"indefinite":false},{"type":"pass","entity":4392,"entity_type":"player","id":383,"created_at":1713034751},{"type":"buy_shares","entity":2798,"entity_type":"player","id":384,"created_at":1713034760,"shares":["NOB_2"],"percent":25},{"type":"buy_shares","entity":2363,"entity_type":"player","id":385,"created_at":1713034771,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713034771}],"shares":["VZ_1"],"percent":20},{"type":"buy_shares","entity":2989,"entity_type":"player","id":386,"created_at":1713034784,"shares":["BLS_3"],"percent":10},{"type":"sell_shares","entity":4392,"entity_type":"player","id":387,"created_at":1713034826,"shares":["NOB_0"],"percent":50},{"type":"buy_company","entity":4392,"entity_type":"player","id":388,"created_at":1713034837,"company":"T4","price":50},{"type":"pass","entity":2798,"entity_type":"player","id":389,"created_at":1713034959},{"type":"pass","entity":2363,"entity_type":"player","id":390,"created_at":1713034966,"auto_actions":[{"type":"program_disable","entity":2799,"entity_type":"player","created_at":1713034966,"reason":"Shares were sold"}]},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":391,"created_at":1713035007,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713035005}],"unconditional":false,"indefinite":false},{"type":"buy_shares","entity":2989,"entity_type":"player","id":392,"created_at":1713035030,"shares":["MOB_4"],"percent":10},{"type":"buy_shares","entity":4392,"entity_type":"player","id":393,"created_at":1713035040,"shares":["STB_1"],"percent":10},{"type":"sell_shares","entity":2798,"entity_type":"player","id":394,"created_at":1713035048,"shares":["JN_2"],"percent":20},{"type":"pass","entity":2798,"entity_type":"player","id":395,"created_at":1713035052},{"type":"pass","entity":2363,"entity_type":"player","id":396,"created_at":1713035173,"auto_actions":[{"type":"program_disable","entity":2799,"entity_type":"player","created_at":1713035173,"reason":"Shares were sold"}]},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":397,"created_at":1713035279,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713035277}],"unconditional":false,"indefinite":false},{"type":"sell_shares","entity":2989,"shares":["JN_1"],"percent":20,"entity_type":"player","id":398,"user":2989,"created_at":1713035295},{"type":"buy_shares","entity":2989,"shares":["MOB_5"],"percent":10,"entity_type":"player","id":399,"user":2989,"created_at":1713035380},{"type":"undo","entity":4392,"entity_type":"player","id":400,"user":2989,"created_at":1713035390},{"type":"undo","entity":2989,"entity_type":"player","id":401,"user":2989,"created_at":1713035401},{"type":"sell_shares","entity":2989,"entity_type":"player","id":402,"created_at":1713035427,"shares":["JN_1"],"percent":20},{"type":"buy_shares","entity":2989,"shares":["MOB_1"],"percent":10,"entity_type":"player","id":403,"user":2989,"created_at":1713035434},{"type":"buy_shares","entity":4392,"shares":["STB_2"],"percent":10,"entity_type":"player","id":404,"user":4392,"created_at":1713035444},{"type":"undo","entity":2798,"entity_type":"player","id":405,"user":2989,"created_at":1713035508},{"type":"undo","entity":4392,"entity_type":"player","id":406,"user":2989,"created_at":1713035526},{"type":"buy_shares","entity":2989,"entity_type":"player","id":407,"created_at":1713035536,"shares":["MOB_5"],"percent":10},{"type":"buy_shares","entity":4392,"entity_type":"player","id":408,"created_at":1713035542,"shares":["STB_2"],"percent":10},{"type":"pass","entity":2798,"entity_type":"player","id":409,"created_at":1713035547},{"type":"pass","entity":2363,"entity_type":"player","id":410,"created_at":1713035577,"auto_actions":[{"type":"program_disable","entity":2799,"entity_type":"player","created_at":1713035577,"reason":"Shares were sold"}]},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":411,"created_at":1713035581,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713035580}],"unconditional":false,"indefinite":false},{"type":"pass","entity":2989,"entity_type":"player","id":412,"created_at":1713035586},{"type":"buy_shares","entity":4392,"entity_type":"player","id":413,"created_at":1713035592,"shares":["STB_3"],"percent":10},{"type":"pass","entity":2798,"entity_type":"player","id":414,"created_at":1713035595},{"type":"sell_shares","entity":2363,"entity_type":"player","id":415,"created_at":1713035729,"shares":["GB_1"],"percent":25},{"type":"par","entity":2363,"entity_type":"player","id":416,"created_at":1713035733,"auto_actions":[{"type":"program_disable","entity":2799,"entity_type":"player","created_at":1713035733,"reason":"Shares were sold"}],"corporation":"RhB","share_price":"100,1,4"},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":417,"created_at":1713035813,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713035812}],"unconditional":false,"indefinite":false},{"type":"pass","entity":2989,"entity_type":"player","id":418,"created_at":1713035843},{"type":"pass","entity":4392,"entity_type":"player","id":419,"created_at":1713035851},{"type":"sell_shares","entity":2798,"entity_type":"player","id":420,"created_at":1713035899,"shares":["FNM_5"],"percent":10},{"type":"buy_shares","entity":2798,"entity_type":"player","id":421,"created_at":1713035905,"shares":["GB_1"],"percent":25},{"type":"pass","entity":2363,"entity_type":"player","id":422,"created_at":1713035914,"auto_actions":[{"type":"program_disable","entity":2799,"entity_type":"player","created_at":1713035914,"reason":"Shares were sold"}]},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":423,"created_at":1713035926,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713035924}],"unconditional":false,"indefinite":false},{"type":"pass","entity":2989,"entity_type":"player","id":424,"created_at":1713035931},{"type":"pass","entity":4392,"entity_type":"player","id":425,"created_at":1713035936},{"type":"pass","entity":2798,"entity_type":"player","id":426,"created_at":1713035941},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":427,"created_at":1713035978,"hex":"H3","tile":"87-0","rotation":3},{"type":"pass","entity":"JS","entity_type":"corporation","id":428,"created_at":1713035985,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713035985},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713035985}]},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":429,"created_at":1713035999,"routes":[{"train":"3-6","connections":[["L1","K2"],["K2","J1"]],"hexes":["L1","K2","J1"],"revenue":100,"revenue_str":"L1-K2-J1","nodes":["L1-0","K2-0","J1-0"]},{"train":"2-3","connections":[["I4","H3"]],"hexes":["I4","H3"],"revenue":50,"revenue_str":"I4-H3","nodes":["I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":430,"created_at":1713036002,"kind":"payout"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":431,"created_at":1713036008,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713036007}],"hex":"C22","tile":"9-4","rotation":1},{"type":"pass","entity":"VSB","entity_type":"corporation","id":432,"created_at":1713036034,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713036033}]},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":433,"created_at":1713036067,"routes":[{"train":"3-0","connections":[["C24","C22","C20"],["C26","C24"]],"hexes":["C20","C24","C26"],"revenue":100,"revenue_str":"C20-C24-C26","nodes":["C24-0","C20-0","C26-0"]},{"train":"2-0","connections":[["C24","D25"]],"hexes":["D25","C24"],"revenue":50,"revenue_str":"D25-C24","nodes":["C24-0","D25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":434,"created_at":1713036075,"kind":"payout"},{"type":"pass","entity":"GB","entity_type":"corporation","id":435,"created_at":1713036079,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713036079},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713036079}]},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":436,"created_at":1713036081,"routes":[{"train":"3-1","connections":[["G20","H19","I20","J21","K22"],["G18","G20"]],"hexes":["K22","G20","G18"],"revenue":110,"revenue_str":"K22-G20-G18","nodes":["G20-0","K22-0","G18-0"]},{"train":"2-5","connections":[["G18","G16"]],"hexes":["G18","G16"],"revenue":40,"revenue_str":"G18-G16","nodes":["G18-0","G16-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":437,"created_at":1713036083,"kind":"payout"},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":438,"created_at":1713036134,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713036133},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713036133}],"hex":"D13","tile":"14-3","rotation":2},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":439,"created_at":1713036145,"routes":[{"train":"2-2","connections":[["F17","G18"]],"hexes":["F17","G18"],"revenue":60,"revenue_str":"F17-G18","nodes":["F17-0","G18-0"]},{"train":"2-1","connections":[["F17","E18"]],"hexes":["F17","E18"],"revenue":60,"revenue_str":"F17-E18","nodes":["F17-0","E18-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":440,"created_at":1713036150,"kind":"payout"},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":441,"created_at":1713036192,"hex":"C14","tile":"87-1","rotation":4},{"type":"pass","entity":"STB","entity_type":"corporation","id":442,"created_at":1713036229,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713036228}]},{"type":"pass","entity":"STB","entity_type":"corporation","id":443,"created_at":1713036235,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713036234}]},{"type":"buy_train","entity":"STB","entity_type":"corporation","id":444,"created_at":1713036266,"train":"2-6","price":190},{"type":"buy_train","entity":"STB","entity_type":"corporation","id":445,"created_at":1713036271,"train":"3-8","price":150,"variant":"3H"},{"type":"pass","entity":"STB","entity_type":"corporation","id":446,"created_at":1713036275},{"type":"pass","entity":"STB","entity_type":"corporation","id":447,"created_at":1713036278},{"type":"lay_tile","entity":"VZ","entity_type":"corporation","id":448,"created_at":1713036309,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713036309}],"hex":"K10","tile":"6-1","rotation":1},{"type":"place_token","entity":"VZ","entity_type":"corporation","id":449,"created_at":1713036311,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713036311}],"city":"619-1-0","slot":1,"tokener":"VZ"},{"type":"buy_train","entity":"VZ","entity_type":"corporation","id":450,"created_at":1713036482,"train":"4-0","price":260,"variant":"4H"},{"type":"buy_company","price":40,"entity":"VZ","company":"P1","entity_type":"corporation","id":451,"user":2363,"created_at":1713036501},{"type":"undo","entity":"VZ","entity_type":"corporation","id":452,"user":2363,"created_at":1713036647},{"type":"buy_company","entity":"VZ","entity_type":"corporation","id":453,"created_at":1713036669,"company":"P1","price":20},{"type":"pass","entity":"VZ","entity_type":"corporation","id":454,"created_at":1713036677},{"type":"pass","entity":"VZ","entity_type":"corporation","id":455,"created_at":1713036682},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":456,"created_at":1713036717,"hex":"D17","tile":"204-1","rotation":1},{"type":"pass","entity":"NOB","entity_type":"corporation","id":457,"created_at":1713036724,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713036724},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713036724}]},{"type":"pass","entity":"NOB","entity_type":"corporation","id":458,"created_at":1713036733,"auto_actions":[{"type":"destination_connection","entity":"AB","entity_type":"corporation","created_at":1713036734,"corporations":["AB"]}]},{"type":"lay_tile","entity":"AB","entity_type":"corporation","id":459,"created_at":1713036749,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713036747}],"hex":"D25","tile":"15-2","rotation":0},{"type":"place_token","entity":"AB","entity_type":"corporation","id":460,"created_at":1713036762,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713036760}],"city":"14-0-0","slot":1,"tokener":"AB"},{"type":"buy_train","entity":"AB","entity_type":"corporation","id":461,"created_at":1713036795,"train":"4-1","price":300,"variant":"4"},{"type":"pass","entity":"AB","entity_type":"corporation","id":462,"created_at":1713036819},{"type":"pass","entity":"AB","entity_type":"corporation","id":463,"created_at":1713036869},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":464,"created_at":1713036881,"hex":"F11","tile":"6-3","rotation":5},{"type":"pass","entity":"BLS","entity_type":"corporation","id":465,"created_at":1713036888,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713036886},{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713036886}]},{"type":"buy_train","entity":"BLS","entity_type":"corporation","id":466,"created_at":1713036908,"train":"4-2","price":300,"variant":"4"},{"type":"pass","entity":"BLS","entity_type":"corporation","id":467,"created_at":1713036911},{"type":"pass","entity":"BLS","entity_type":"corporation","id":468,"created_at":1713036915},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":469,"created_at":1713036964,"hex":"K10","tile":"15-3","rotation":0},{"type":"pass","entity":"MOB","entity_type":"corporation","id":470,"created_at":1713036983,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713036981}]},{"type":"pass","entity":"MOB","entity_type":"corporation","id":471,"created_at":1713036995,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713036994}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":472,"created_at":1713037109,"routes":[{"train":"3-4","connections":[["I6","H7"],["I4","I6"]],"hexes":["H7","I6","I4"],"revenue":120,"revenue_str":"H7-I6-I4","nodes":["I6-0","H7-0","I4-1"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":473,"created_at":1713037132,"kind":"payout"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":474,"created_at":1713037143},{"type":"pass","entity":"MOB","entity_type":"corporation","id":475,"created_at":1713037145},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":476,"created_at":1713037170,"hex":"E12","tile":"9-5","rotation":0},{"type":"pass","entity":"FNM","entity_type":"corporation","id":477,"created_at":1713037174,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713037173}]},{"type":"pass","entity":"FNM","entity_type":"corporation","id":478,"created_at":1713037180,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713037179}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":479,"created_at":1713037217,"routes":[{"train":"3-3","connections":[["E18","F19"],["D19","E18"]],"hexes":["F19","E18","D19"],"revenue":110,"revenue_str":"F19-E18-D19","nodes":["E18-0","F19-0","D19-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":480,"created_at":1713037219,"kind":"payout"},{"type":"buy_train","entity":"FNM","entity_type":"corporation","id":481,"created_at":1713037232,"train":"4-3","price":300,"variant":"4"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":482,"created_at":1713037236},{"type":"pass","entity":"FNM","entity_type":"corporation","id":483,"created_at":1713037242},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":484,"created_at":1713037293,"hex":"F9","tile":"9-6","rotation":1},{"type":"pass","entity":"JN","entity_type":"corporation","id":485,"created_at":1713037301,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713037299},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713037299}]},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":486,"created_at":1713037307,"routes":[{"train":"3-2","connections":[["F7","G6","H7"]],"hexes":["F7","H7"],"revenue":80,"revenue_str":"F7-H7","nodes":["F7-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":487,"created_at":1713037311,"kind":"withhold"},{"type":"pass","entity":"JN","entity_type":"corporation","id":488,"created_at":1713037321},{"type":"pass","entity":"JN","entity_type":"corporation","id":489,"created_at":1713037329},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":490,"created_at":1713037350,"hex":"G6","tile":"24-0","rotation":3},{"type":"pass","entity":"JS","entity_type":"corporation","id":491,"created_at":1713037354,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713037354},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713037354}]},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":492,"created_at":1713037367,"routes":[{"train":"3-6","connections":[["I4","H3"]],"hexes":["I4","H3"],"revenue":50,"revenue_str":"I4-H3","nodes":["I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":493,"created_at":1713037370,"kind":"payout"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":494,"created_at":1713037429,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713037428}],"hex":"F23","tile":"9-7","rotation":1},{"type":"pass","entity":"VSB","entity_type":"corporation","id":495,"created_at":1713037442,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713037440}]},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":496,"created_at":1713037468,"routes":[{"train":"3-0","connections":[["C24","D25"],["C24","B23"]],"hexes":["D25","C24","B23"],"revenue":70,"revenue_str":"D25-C24-B23","nodes":["C24-0","D25-0","B23-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":497,"created_at":1713037476,"kind":"payout"},{"type":"pass","entity":"VSB","entity_type":"corporation","id":498,"user":2799,"created_at":1713037489},{"type":"undo","entity":"GB","entity_type":"corporation","id":499,"user":2363,"created_at":1713037565},{"type":"pass","entity":"VSB","entity_type":"corporation","id":500,"user":2363,"created_at":1713037592},{"type":"pass","entity":"GB","entity_type":"corporation","id":501,"created_at":1713037628,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713037628},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713037628}]},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":502,"created_at":1713037637,"routes":[{"train":"3-1","connections":[["G18","F17"],["F17","E18"]],"hexes":["G18","F17","E18"],"revenue":90,"revenue_str":"G18-F17-E18","nodes":["G18-0","F17-0","E18-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":503,"created_at":1713037639,"kind":"payout"},{"type":"pass","entity":"GB","entity_type":"corporation","id":504,"created_at":1713037643},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":505,"created_at":1713037684,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713037683},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713037683}],"hex":"C10","tile":"9-8","rotation":1},{"type":"buy_train","price":1,"train":"4-1","entity":"SCB","entity_type":"corporation","id":506,"user":2799,"created_at":1713037726},{"type":"undo","entity":"SCB","entity_type":"corporation","id":507,"user":2799,"created_at":1713037761},{"type":"buy_train","entity":"SCB","entity_type":"corporation","id":508,"created_at":1713037836,"train":"3-0","price":256},{"type":"pass","entity":"SCB","entity_type":"corporation","id":509,"created_at":1713037847},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":510,"created_at":1713037866,"hex":"F11","tile":"904-0","rotation":0},{"type":"pass","entity":"MOB","entity_type":"corporation","id":511,"created_at":1713037871,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713037870}]},{"type":"place_token","entity":"MOB","entity_type":"corporation","id":512,"created_at":1713037875,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713037874}],"city":"904-0-0","slot":1,"tokener":"MOB"},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":513,"created_at":1713037888,"routes":[{"train":"3-4","connections":[["I6","H7"],["I4","I6"]],"hexes":["H7","I6","I4"],"revenue":120,"revenue_str":"H7-I6-I4","nodes":["I6-0","H7-0","I4-1"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":514,"created_at":1713037900,"kind":"payout"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":515,"created_at":1713038053},{"type":"pass","entity":"MOB","entity_type":"corporation","id":516,"created_at":1713038055},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":517,"created_at":1713038071,"hex":"F15","tile":"7-1","rotation":4},{"type":"pass","entity":"STB","entity_type":"corporation","id":518,"created_at":1713038074,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713038073}]},{"type":"place_token","entity":"STB","entity_type":"corporation","id":519,"created_at":1713038076,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713038075}],"city":"619-3-0","slot":1,"tokener":"STB"},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":520,"created_at":1713038090,"routes":[{"train":"3-8","connections":[["E18","D19"],["F17","E18"]],"hexes":["D19","E18","F17"],"revenue":100,"revenue_str":"D19-E18-F17","nodes":["E18-0","D19-0","F17-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":521,"created_at":1713038091,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":522,"created_at":1713038094},{"type":"pass","entity":"STB","entity_type":"corporation","id":523,"created_at":1713038097},{"type":"pass","entity":"VZ","entity_type":"corporation","id":524,"created_at":1713038134,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713038134}]},{"type":"pass","entity":"VZ","entity_type":"corporation","id":525,"created_at":1713038137,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713038137}]},{"type":"run_routes","entity":"VZ","entity_type":"corporation","id":526,"created_at":1713038158,"routes":[{"train":"4-0","connections":[["H7","I6"],["I6","I4"]],"hexes":["H7","I6","I4"],"revenue":120,"revenue_str":"H7-I6-I4","nodes":["H7-0","I6-0","I4-1"]}],"extra_revenue":0},{"type":"dividend","entity":"VZ","entity_type":"corporation","id":527,"created_at":1713038174,"kind":"payout"},{"type":"pass","entity":"VZ","entity_type":"corporation","id":528,"created_at":1713038180},{"type":"pass","entity":"VZ","entity_type":"corporation","id":529,"created_at":1713038183},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":530,"created_at":1713038191,"hex":"H15","tile":"8-6","rotation":1},{"type":"pass","entity":"FNM","entity_type":"corporation","id":531,"created_at":1713038195,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713038194}]},{"type":"pass","entity":"FNM","entity_type":"corporation","id":532,"created_at":1713038201,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713038200}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":533,"created_at":1713038279,"routes":[{"train":"3-3","connections":[["E18","F19"],["D19","E18"]],"hexes":["F19","E18","D19"],"revenue":110,"revenue_str":"F19-E18-D19","nodes":["E18-0","F19-0","D19-0"]},{"train":"4-3","connections":[["G20","G18"],["K22","J21","I20","H19","G20"],["L23","K22"]],"hexes":["G18","G20","K22","L23"],"revenue":170,"revenue_str":"G18-G20-K22-L23","nodes":["G20-0","G18-0","K22-0","L23-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":534,"created_at":1713038281,"kind":"payout"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":535,"created_at":1713038292},{"type":"pass","entity":"FNM","entity_type":"corporation","id":536,"created_at":1713038295},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":537,"created_at":1713038303,"hex":"C18","tile":"8-7","rotation":4},{"type":"pass","entity":"NOB","entity_type":"corporation","id":538,"created_at":1713038309,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713038309},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713038309}]},{"type":"buy_train","entity":"NOB","entity_type":"corporation","id":539,"created_at":1713038319,"train":"3-6","price":1},{"type":"pass","entity":"NOB","entity_type":"corporation","id":540,"created_at":1713038326},{"type":"lay_tile","entity":"AB","entity_type":"corporation","id":541,"created_at":1713038375,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713038374}],"hex":"F21","tile":"57-3","rotation":1},{"type":"pass","entity":"AB","entity_type":"corporation","id":542,"created_at":1713038434,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713038432}]},{"type":"run_routes","entity":"AB","entity_type":"corporation","id":543,"created_at":1713038448,"routes":[{"train":"4-1","connections":[["C26","D25"],["D25","C24"],["C24","C22","C20"]],"hexes":["C26","D25","C24","C20"],"revenue":130,"revenue_str":"C26-D25-C24-C20","nodes":["C26-0","D25-0","C24-0","C20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AB","entity_type":"corporation","id":544,"created_at":1713038480,"kind":"payout"},{"type":"pass","entity":"AB","entity_type":"corporation","id":545,"user":2799,"created_at":1713038640},{"type":"pass","entity":"AB","entity_type":"corporation","id":546,"user":2799,"created_at":1713038667},{"type":"undo","entity":"BLS","entity_type":"corporation","id":547,"user":2799,"created_at":1713038671},{"type":"undo","entity":"AB","entity_type":"corporation","id":548,"user":2799,"created_at":1713038686},{"type":"buy_train","entity":"AB","entity_type":"corporation","id":549,"created_at":1713038738,"train":"4-4","price":260,"variant":"4H"},{"type":"pass","entity":"AB","entity_type":"corporation","id":550,"created_at":1713038776},{"type":"pass","entity":"AB","entity_type":"corporation","id":551,"created_at":1713038791},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":552,"created_at":1713038805,"hex":"G12","tile":"9-9","rotation":2},{"type":"pass","entity":"BLS","entity_type":"corporation","id":553,"created_at":1713038819,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713038817}]},{"type":"pass","entity":"BLS","entity_type":"corporation","id":554,"created_at":1713038862,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713038860}]},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":555,"created_at":1713038881,"routes":[{"train":"4-2","connections":[["F11","E12","D13"],["F7","F9","F11"],["H7","G6","F7"]],"hexes":["D13","F11","F7","H7"],"revenue":150,"revenue_str":"D13-F11-F7-H7","nodes":["F11-0","D13-0","F7-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":556,"created_at":1713038954,"kind":"payout"},{"type":"pass","entity":"BLS","entity_type":"corporation","id":557,"created_at":1713039009},{"type":"pass","entity":"BLS","entity_type":"corporation","id":558,"created_at":1713039014},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":559,"created_at":1713039044,"hex":"G8","tile":"59-1","rotation":2},{"type":"pass","entity":"JN","entity_type":"corporation","id":560,"created_at":1713039050,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713039048}]},{"type":"pass","entity":"JN","entity_type":"corporation","id":561,"created_at":1713039127,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713039126}]},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":562,"created_at":1713039136,"routes":[{"train":"3-2","connections":[["F7","G6","H7"]],"hexes":["F7","H7"],"revenue":80,"revenue_str":"F7-H7","nodes":["F7-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":563,"created_at":1713039158,"kind":"withhold"},{"type":"pass","entity":"JN","entity_type":"corporation","id":564,"created_at":1713039203},{"type":"pass","entity":"JN","entity_type":"corporation","id":565,"created_at":1713039206},{"type":"par","entity":2798,"entity_type":"player","id":566,"created_at":1713039221,"corporation":"ChA","share_price":"100,1,4"},{"type":"buy_shares","entity":2799,"entity_type":"player","id":567,"created_at":1713039382,"shares":["MOB_6"],"percent":10},{"type":"buy_shares","entity":2989,"entity_type":"player","id":568,"created_at":1713039543,"shares":["MOB_7"],"percent":10},{"type":"buy_shares","entity":2363,"entity_type":"player","id":569,"created_at":1713039598,"shares":["RhB_1"],"percent":10},{"type":"buy_shares","entity":4392,"entity_type":"player","id":570,"created_at":1713039608,"shares":["MOB_8"],"percent":10},{"type":"buy_company","entity":2798,"entity_type":"player","id":571,"created_at":1713039630,"company":"B4","price":150},{"type":"lay_tile","entity":"B4","entity_type":"company","id":572,"created_at":1713039636,"hex":"J29","tile":"XM1-0","rotation":0},{"type":"buy_shares","entity":2799,"entity_type":"player","id":573,"created_at":1713039709,"shares":["FNM_5"],"percent":10},{"type":"buy_shares","entity":2989,"entity_type":"player","id":574,"created_at":1713039841,"shares":["NOB_1"],"percent":25},{"type":"buy_shares","entity":2363,"entity_type":"player","id":575,"created_at":1713040047,"shares":["MOB_1"],"percent":10},{"type":"buy_company","entity":4392,"entity_type":"player","id":576,"created_at":1713040059,"company":"T5","price":50},{"type":"buy_shares","entity":2798,"entity_type":"player","id":577,"created_at":1713040070,"shares":["NOB_2"],"percent":25},{"type":"buy_shares","entity":2799,"entity_type":"player","id":578,"created_at":1713040165,"shares":["AB_4"],"percent":10},{"type":"pass","entity":2989,"entity_type":"player","id":579,"created_at":1713040182},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":580,"created_at":1713040184,"unconditional":true,"indefinite":false},{"type":"buy_shares","entity":2363,"entity_type":"player","id":581,"created_at":1713040194,"shares":["RhB_2"],"percent":10},{"type":"buy_shares","entity":4392,"entity_type":"player","id":582,"created_at":1713040215,"shares":["FNM_6"],"percent":10},{"type":"buy_shares","entity":2798,"entity_type":"player","id":583,"created_at":1713040234,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713040234}],"shares":["ChA_1"],"percent":20},{"type":"pass","entity":2989,"entity_type":"player","id":584,"created_at":1713040253},{"type":"buy_shares","entity":2363,"entity_type":"player","id":585,"created_at":1713040262,"shares":["RhB_3"],"percent":10},{"type":"buy_shares","entity":4392,"entity_type":"player","id":586,"created_at":1713040342,"shares":["MOB_2"],"percent":10},{"type":"pass","entity":2798,"entity_type":"player","id":587,"created_at":1713040357,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713040358}]},{"type":"sell_shares","entity":2989,"entity_type":"player","id":588,"created_at":1713040383,"shares":["NOB_1"],"percent":25},{"type":"buy_shares","entity":2989,"entity_type":"player","id":589,"created_at":1713040389,"shares":["BLS_4"],"percent":10},{"type":"pass","entity":2363,"entity_type":"player","id":590,"created_at":1713040416},{"type":"sell_shares","entity":4392,"entity_type":"player","id":591,"created_at":1713040435,"shares":["MOB_8","MOB_2"],"percent":20},{"type":"buy_shares","entity":4392,"entity_type":"player","id":592,"created_at":1713040454,"shares":["BLS_5"],"percent":10},{"type":"sell_shares","entity":2798,"entity_type":"player","id":593,"created_at":1713040466,"shares":["VSB_2"],"percent":25},{"type":"buy_shares","entity":2798,"entity_type":"player","id":594,"created_at":1713040472,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713040472}],"shares":["NOB_1"],"percent":25},{"type":"pass","entity":2989,"entity_type":"player","id":595,"created_at":1713040477},{"type":"pass","entity":2363,"entity_type":"player","id":596,"created_at":1713040552},{"type":"buy_shares","entity":4392,"entity_type":"player","id":597,"created_at":1713040584,"shares":["AB_5"],"percent":10},{"type":"buy_shares","entity":2798,"entity_type":"player","id":598,"created_at":1713040623,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713040623}],"shares":["VZ_2"],"percent":20},{"type":"pass","entity":2989,"entity_type":"player","id":599,"created_at":1713040639},{"type":"pass","entity":2363,"entity_type":"player","id":600,"created_at":1713040650},{"type":"pass","entity":4392,"entity_type":"player","id":601,"created_at":1713040656},{"type":"pass","entity":2798,"entity_type":"player","id":602,"created_at":1713040673},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":603,"created_at":1713040691,"hex":"F9","tile":"24-1","rotation":1},{"type":"pass","entity":"JS","entity_type":"corporation","id":604,"created_at":1713040696,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713040696},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1713040696}]},{"type":"pass","entity":"JS","entity_type":"corporation","id":605,"created_at":1713040701},{"type":"pass","entity":"GB","entity_type":"corporation","id":606,"created_at":1713040707,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713040707},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1713040707}]},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":607,"created_at":1713040729,"routes":[{"train":"3-1","connections":[["G16","G14"],["G18","G16"]],"hexes":["G14","G16","G18"],"revenue":80,"revenue_str":"G14-G16-G18","nodes":["G16-0","G14-0","G18-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":608,"created_at":1713040732,"kind":"payout"},{"type":"pass","entity":"GB","entity_type":"corporation","id":609,"created_at":1713040742},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":610,"created_at":1713040831,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713040829}],"hex":"F21","tile":"15-4","rotation":1},{"type":"pass","entity":"VSB","entity_type":"corporation","id":611,"created_at":1713040839,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1713040837}]},{"type":"buy_train","entity":"VSB","entity_type":"corporation","id":612,"created_at":1713040867,"train":"4-4","price":296},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":613,"created_at":1713040896,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713040894},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1713040894}],"hex":"E20","tile":"8-8","rotation":5},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":614,"created_at":1713040909,"routes":[{"train":"3-0","connections":[["F17","E18"],["E18","F19"]],"hexes":["F17","E18","F19"],"revenue":100,"revenue_str":"F17-E18-F19","nodes":["F17-0","E18-0","F19-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":615,"created_at":1713040914,"kind":"payout"},{"type":"pass","entity":"SCB","entity_type":"corporation","id":616,"created_at":1713040921},{"hex":"G26","tile":"57-4","type":"lay_tile","entity":"RhB","rotation":0,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"RhB","created_at":1713040983,"entity_type":"corporation"},{"type":"pass","entity":"RhB","created_at":1713040983,"entity_type":"corporation"}],"id":617,"user":2363,"created_at":1713040983},{"type":"buy_train","price":400,"train":"5-0","entity":"RhB","variant":"5H","entity_type":"corporation","id":618,"user":2363,"created_at":1713041005},{"type":"pass","entity":"RhB","entity_type":"corporation","id":619,"user":2363,"created_at":1713041028},{"type":"undo","entity":"STB","action_id":616,"entity_type":"corporation","id":620,"user":2363,"created_at":1713041069},{"type":"lay_tile","entity":"RhB","entity_type":"corporation","id":621,"created_at":1713041075,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713041075},{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713041075}],"hex":"H25","tile":"58-4","rotation":1},{"type":"buy_train","entity":"RhB","entity_type":"corporation","id":622,"created_at":1713041081,"train":"5-0","price":400,"variant":"5H"},{"type":"pass","entity":"RhB","entity_type":"corporation","id":623,"created_at":1713041142},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":624,"created_at":1713041164,"auto_actions":[{"type":"destination_connection","entity":"STB","entity_type":"corporation","created_at":1713041163,"corporations":["STB"]}],"hex":"H13","tile":"6-5","rotation":4},{"type":"choose_ability","entity":"P7","entity_type":"company","id":625,"created_at":1713041224,"choice":"STB"},{"type":"lay_tile","entity":"T4","entity_type":"company","id":626,"created_at":1713041248,"hex":"I12","tile":"X78-0","rotation":3},{"type":"lay_tile","entity":"T5","entity_type":"company","id":627,"created_at":1713041258,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713041257}],"hex":"K14","tile":"X79-0","rotation":2},{"type":"place_token","entity":"STB","entity_type":"corporation","id":628,"created_at":1713041261,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713041260}],"city":"6-5-0","slot":0,"tokener":"STB"},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":629,"created_at":1713041418,"routes":[{"train":"3-8","connections":[["E18","D19"],["F17","E18"]],"hexes":["D19","E18","F17"],"revenue":100,"revenue_str":"D19-E18-F17","nodes":["E18-0","D19-0","F17-0"]},{"train":"5-1","connections":[["F17","G18"],["G16","F15","F17"],["G14","G16"]],"hexes":["G18","F17","G16","G14"],"revenue":120,"revenue_str":"G18-F17-G16-G14","nodes":["F17-0","G18-0","G16-0","G14-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":630,"created_at":1713041425,"kind":"withhold"},{"type":"lay_tile","entity":"VZ","entity_type":"corporation","id":631,"created_at":1713041435,"auto_actions":[{"type":"destination_connection","entity":"VZ","entity_type":"corporation","created_at":1713041435,"corporations":["MOB"]},{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713041435}],"hex":"J11","tile":"58-5","rotation":4},{"type":"pass","entity":"VZ","entity_type":"corporation","id":632,"created_at":1713041444,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713041444}]},{"type":"run_routes","entity":"VZ","entity_type":"corporation","id":633,"created_at":1713041514,"routes":[{"train":"4-0","connections":[["H7","I6"],["I6","I4"]],"hexes":["H7","I6","I4"],"revenue":150,"revenue_str":"H7-I6-I4","nodes":["H7-0","I6-0","I4-1"]}],"extra_revenue":0},{"type":"dividend","entity":"VZ","entity_type":"corporation","id":634,"created_at":1713041558,"kind":"payout"},{"type":"buy_train","entity":"VZ","entity_type":"corporation","id":635,"created_at":1713041709,"train":"3-1","price":1},{"type":"lay_tile","entity":"ChA","entity_type":"corporation","id":636,"created_at":1713041777,"hex":"G28","tile":"5-3","rotation":0},{"type":"lay_tile","entity":"T1","entity_type":"company","id":637,"created_at":1713041792,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713041792},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713041792}],"hex":"H27","tile":"X78-0","rotation":3},{"type":"pass","entity":"ChA","entity_type":"corporation","id":638,"created_at":1713041803},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":639,"created_at":1713041851,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713041850}],"hex":"H13","tile":"15-5","rotation":4},{"type":"place_token","entity":"FNM","entity_type":"corporation","id":640,"created_at":1713041853,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713041852}],"city":"15-5-0","slot":1,"tokener":"FNM"},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":641,"created_at":1713041994,"routes":[{"train":"3-3","connections":[["E18","F19"],["D19","E18"]],"hexes":["F19","E18","D19"],"revenue":120,"revenue_str":"F19-E18-D19","nodes":["E18-0","F19-0","D19-0"]},{"train":"4-3","connections":[["G20","G18"],["K22","J21","I20","H19","G20"],["L23","K22"]],"hexes":["G18","G20","K22","L23"],"revenue":200,"revenue_str":"G18-G20-K22-L23","nodes":["G20-0","G18-0","K22-0","L23-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":642,"created_at":1713041999,"kind":"payout"},{"type":"lay_tile","entity":"AB","entity_type":"corporation","id":643,"created_at":1713042018,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713042016}],"hex":"C20","tile":"66-0","rotation":4},{"type":"place_token","entity":"AB","entity_type":"corporation","id":644,"created_at":1713042034,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713042032}],"city":"66-0-0","slot":0,"tokener":"AB"},{"type":"run_routes","entity":"AB","entity_type":"corporation","id":645,"created_at":1713042058,"routes":[{"train":"4-1","connections":[["C26","D25"],["D25","C24"],["C24","C22","C20"]],"hexes":["C26","D25","C24","C20"],"revenue":160,"revenue_str":"C26-D25-C24-C20","nodes":["C26-0","D25-0","C24-0","C20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AB","entity_type":"corporation","id":646,"created_at":1713042065,"kind":"withhold"},{"type":"buy_train","entity":"AB","entity_type":"corporation","id":647,"created_at":1713042071,"train":"5-3","price":450,"variant":"5"},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":648,"created_at":1713042206,"hex":"H13","tile":"611-0","rotation":4},{"type":"pass","entity":"BLS","entity_type":"corporation","id":649,"created_at":1713042255,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713042253}]},{"type":"pass","entity":"BLS","entity_type":"corporation","id":650,"created_at":1713042269,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713042267}]},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":651,"created_at":1713042289,"routes":[{"train":"4-2","connections":[["F11","G12","H13"],["F7","F9","F11"],["H7","G6","F7"]],"hexes":["H13","F11","F7","H7"],"revenue":190,"revenue_str":"H13-F11-F7-H7","nodes":["F11-0","H13-0","F7-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":652,"created_at":1713042302,"kind":"payout"},{"type":"pass","entity":"BLS","entity_type":"corporation","id":653,"created_at":1713042319},{"type":"lay_tile","entity":"T3","entity_type":"company","id":654,"created_at":1713042351,"hex":"J9","tile":"X78-0","rotation":3},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":655,"created_at":1713042361,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713042359}],"hex":"I10","tile":"4-2","rotation":0},{"type":"pass","entity":"MOB","entity_type":"corporation","id":656,"created_at":1713042405,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713042404}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":657,"created_at":1713042423,"routes":[{"train":"3-4","connections":[["I6","H7"],["I4","I6"]],"hexes":["H7","I6","I4"],"revenue":150,"revenue_str":"H7-I6-I4","nodes":["I6-0","H7-0","I4-1"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":658,"created_at":1713042428,"kind":"payout"},{"type":"buy_train","entity":"MOB","entity_type":"corporation","id":659,"created_at":1713042446,"train":"5-4","price":400,"variant":"5H"},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":660,"created_at":1713042470,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713042471},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1713042471}],"hex":"E18","tile":"611-1","rotation":2},{"type":"run_routes","entity":"NOB","entity_type":"corporation","id":661,"created_at":1713042491,"routes":[{"train":"3-6","connections":[["D19","E18"],["E18","F19"]],"hexes":["D19","E18","F19"],"revenue":130,"revenue_str":"D19-E18-F19","nodes":["D19-0","E18-0","F19-0"]}],"extra_revenue":0},{"type":"dividend","entity":"NOB","entity_type":"corporation","id":662,"created_at":1713042493,"kind":"payout"},{"type":"pass","entity":"NOB","entity_type":"corporation","id":663,"created_at":1713042498},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":664,"created_at":1713042526,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713042525}],"hex":"G8","tile":"67-0","rotation":4},{"type":"pass","entity":"JN","entity_type":"corporation","id":665,"created_at":1713042538,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713042536}]},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":666,"created_at":1713042554,"routes":[{"train":"3-2","connections":[["G8","H7"],["F7","G8"]],"hexes":["H7","G8","F7"],"revenue":160,"revenue_str":"H7-G8-F7","nodes":["G8-1","H7-0","F7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":667,"created_at":1713042558,"kind":"withhold"},{"type":"buy_train","entity":"JN","entity_type":"corporation","id":668,"created_at":1713042620,"train":"5-4","price":376},{"type":"lay_tile","entity":"VZ","entity_type":"corporation","id":669,"created_at":1713042643,"auto_actions":[{"type":"destination_connection","entity":"VZ","entity_type":"corporation","created_at":1713042643,"corporations":["RhB"]},{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713042643},{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713042643}],"hex":"J15","tile":"9-10","rotation":1},{"type":"run_routes","entity":"VZ","entity_type":"corporation","id":670,"created_at":1713042671,"routes":[{"train":"4-0","connections":[["I6","H5","H7"]],"hexes":["I6","H7"],"revenue":110,"revenue_str":"I6-H7","nodes":["I6-0","H7-0"]},{"train":"3-1","connections":[["H7","I6"],["I6","I4"]],"hexes":["H7","I6","I4"],"revenue":150,"revenue_str":"H7-I6-I4","nodes":["H7-0","I6-0","I4-1"]}],"extra_revenue":0},{"type":"dividend","entity":"VZ","entity_type":"corporation","id":671,"created_at":1713042692,"kind":"payout"},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":672,"created_at":1713042707,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713042705}],"hex":"F11","tile":"905-0","rotation":0},{"type":"pass","entity":"FNM","entity_type":"corporation","id":673,"created_at":1713042714,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713042713}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":674,"created_at":1713042764,"routes":[{"train":"3-3","connections":[["L21","K22"],["L23","L21"]],"hexes":["K22","L21","L23"],"revenue":140,"revenue_str":"K22-L21-L23","nodes":["L21-0","K22-0","L23-0"]},{"train":"4-3","connections":[["H13","G12","F11"],["J13","I12","H13"],["L15","K14","J13"]],"hexes":["F11","H13","J13","L15"],"revenue":220,"revenue_str":"F11-H13-J13-L15","nodes":["H13-0","F11-0","J13-0","L15-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":675,"created_at":1713042768,"kind":"payout"},{"type":"lay_tile","entity":"SBB","entity_type":"corporation","id":676,"created_at":1713042823,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1713042824}],"hex":"F17","tile":"611-2","rotation":5},{"type":"pass","entity":"SBB","entity_type":"corporation","id":677,"created_at":1713042875,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1713042875}]},{"type":"run_routes","entity":"SBB","entity_type":"corporation","id":678,"created_at":1713043095,"routes":[{"train":"5-2","connections":[["D13","E12","F11"],["C12","D13"],["C14","C12"]],"hexes":["F11","D13","C12","C14"],"revenue":120,"revenue_str":"F11-D13-C12-C14","nodes":["D13-0","F11-0","C12-0","C14-0"]},{"train":"3-6","connections":[["E18","F19"],["F17","E18"]],"hexes":["F19","E18","F17"],"revenue":130,"revenue_str":"F19-E18-F17","nodes":["E18-0","F19-0","F17-0"]},{"train":"4-4","connections":[["G16","G14"],["G18","G16"],["F17","G18"]],"hexes":["G14","G16","G18","F17"],"revenue":130,"revenue_str":"G14-G16-G18-F17","nodes":["G16-0","G14-0","G18-0","F17-0"]},{"train":"3-0","connections":[["D19","C20"],["E18","D19"]],"hexes":["C20","D19","E18"],"revenue":130,"revenue_str":"C20-D19-E18","nodes":["D19-0","C20-1","E18-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SBB","entity_type":"corporation","id":679,"created_at":1713043110,"kind":"withhold"},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":680,"created_at":1713043138,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713043136}],"hex":"G12","tile":"23-0","rotation":2},{"type":"pass","entity":"BLS","entity_type":"corporation","id":681,"created_at":1713043156,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713043154}]},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":682,"created_at":1713043186,"routes":[{"train":"4-2","connections":[["G8","H7"],["F7","G8"],["F11","F9","F7"]],"hexes":["H7","G8","F7","F11"],"revenue":210,"revenue_str":"H7-G8-F7-F11","nodes":["G8-1","H7-0","F7-0","F11-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":683,"created_at":1713043192,"kind":"payout"},{"type":"pass","entity":"BLS","entity_type":"corporation","id":684,"created_at":1713043204},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":685,"created_at":1713043214,"auto_actions":[{"type":"destination_connection","entity":"MOB","entity_type":"corporation","created_at":1713043212,"corporations":["BLS"]},{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713043212}],"hex":"H11","tile":"9-6","rotation":0},{"type":"pass","entity":"MOB","entity_type":"corporation","id":686,"created_at":1713043329,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713043328}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":687,"created_at":1713043372,"routes":[{"train":"3-4","connections":[["I6","H7"],["I4","I6"]],"hexes":["H7","I6","I4"],"revenue":150,"revenue_str":"H7-I6-I4","nodes":["I6-0","H7-0","I4-1"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":688,"created_at":1713043383,"kind":"withhold"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":689,"created_at":1713043409},{"type":"lay_tile","entity":"RhB","entity_type":"corporation","id":690,"created_at":1713043429,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713043429}],"hex":"K10","tile":"611-3","rotation":0},{"type":"place_token","entity":"RhB","entity_type":"corporation","id":691,"created_at":1713043430,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713043431}],"city":"611-3-0","slot":1,"tokener":"RhB"},{"type":"run_routes","entity":"RhB","entity_type":"corporation","id":692,"created_at":1713043672,"routes":[{"train":"5-0","connections":[["K10","J11"],["J11","J13"],["J13","I12","H13"]],"hexes":["K10","J11","J13","H13"],"revenue":150,"revenue_str":"K10-J11-J13-H13","nodes":["K10-0","J11-0","J13-0","H13-0"]}],"extra_revenue":0},{"type":"dividend","entity":"RhB","entity_type":"corporation","id":693,"created_at":1713043691,"kind":"payout"},{"type":"buy_train","entity":"RhB","entity_type":"corporation","id":694,"created_at":1713043695,"train":"5-5","price":400,"variant":"5H"},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":695,"created_at":1713043717,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713043715}],"hex":"F15","tile":"26-0","rotation":5},{"type":"pass","entity":"STB","entity_type":"corporation","id":696,"created_at":1713043726,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713043725}]},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":697,"created_at":1713043799,"routes":[{"train":"3-8","connections":[["E18","F19"],["F17","E18"]],"hexes":["F19","E18","F17"],"revenue":130,"revenue_str":"F19-E18-F17","nodes":["E18-0","F19-0","F17-0"]},{"train":"5-1","connections":[["F17","G18"],["G16","F15","F17"],["G14","G16"]],"hexes":["G18","F17","G16","G14"],"revenue":130,"revenue_str":"G18-F17-G16-G14","nodes":["F17-0","G18-0","G16-0","G14-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":698,"created_at":1713043806,"kind":"withhold"},{"type":"lay_tile","entity":"ChA","entity_type":"corporation","id":699,"created_at":1713043818,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713043818}],"hex":"I28","tile":"57-4","rotation":2},{"type":"pass","entity":"ChA","entity_type":"corporation","id":700,"created_at":1713043823,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713043823}]},{"type":"buy_train","entity":"ChA","entity_type":"corporation","id":701,"created_at":1713043830,"train":"6-0","price":550,"variant":"6H"},{"type":"lay_tile","entity":"AB","entity_type":"corporation","id":702,"created_at":1713043847,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713043845}],"hex":"C18","tile":"24-2","rotation":4},{"type":"pass","entity":"AB","entity_type":"corporation","id":703,"created_at":1713043854,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713043853}]},{"type":"run_routes","entity":"AB","entity_type":"corporation","id":704,"created_at":1713043922,"routes":[{"train":"5-3","connections":[["C20","C18","D17"],["D17","E18"],["E18","E20","F21"],["F21","F19"]],"hexes":["C20","D17","E18","F21","F19"],"revenue":180,"revenue_str":"C20-D17-E18-F21-F19","nodes":["C20-0","D17-0","E18-0","F21-0","F19-0"]},{"train":"4-1","connections":[["C20","C22","C24"],["C24","D25"]],"hexes":["C20","C24","D25"],"revenue":110,"revenue_str":"C20-C24-D25","nodes":["C20-0","C24-0","D25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AB","entity_type":"corporation","id":705,"created_at":1713043955,"kind":"payout"},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":706,"created_at":1713044101,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713044099},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713044099}],"hex":"I6","tile":"611-4","rotation":1},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":707,"created_at":1713044158,"routes":[{"train":"5-4","connections":[["G8","H7"],["F7","G8"],["F11","F9","F7"]],"hexes":["H7","G8","F7","F11"],"revenue":210,"revenue_str":"H7-G8-F7-F11","nodes":["G8-1","H7-0","F7-0","F11-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":708,"created_at":1713044160,"kind":"payout"},{"type":"pass","entity":"JN","entity_type":"corporation","id":709,"created_at":1713044182},{"type":"buy_shares","entity":4392,"entity_type":"player","id":710,"created_at":1713044283,"shares":["ChA_2"],"percent":20},{"type":"buy_shares","entity":2798,"shares":["JN_3"],"percent":20,"entity_type":"player","id":711,"user":2798,"created_at":1713044397},{"type":"undo","entity":2799,"entity_type":"player","id":712,"user":2798,"created_at":1713044413},{"type":"buy_shares","entity":2798,"entity_type":"player","id":713,"created_at":1713044416,"shares":["JN_2"],"percent":20},{"type":"buy_shares","entity":2799,"entity_type":"player","id":714,"created_at":1713044452,"shares":["SBB_6"],"percent":5},{"type":"buy_shares","entity":2989,"entity_type":"player","id":715,"created_at":1713044465,"shares":["JN_1"],"percent":20},{"type":"buy_shares","entity":2363,"entity_type":"player","id":716,"created_at":1713044544,"shares":["ChA_3"],"percent":20},{"type":"buy_shares","entity":4392,"entity_type":"player","id":717,"created_at":1713044603,"shares":["AB_6"],"percent":10},{"type":"buy_shares","entity":2798,"entity_type":"player","id":718,"created_at":1713044643,"shares":["STB_4"],"percent":10},{"type":"buy_shares","entity":2799,"entity_type":"player","id":719,"created_at":1713044721,"shares":["MOB_8"],"percent":10},{"type":"buy_shares","entity":2989,"entity_type":"player","id":720,"created_at":1713044725,"shares":["STB_5"],"percent":10},{"type":"buy_shares","entity":2363,"entity_type":"player","id":721,"created_at":1713044738,"shares":["STB_6"],"percent":10},{"type":"buy_shares","entity":4392,"entity_type":"player","id":722,"created_at":1713044745,"shares":["STB_7"],"percent":10},{"type":"buy_shares","entity":2798,"entity_type":"player","id":723,"created_at":1713044756,"shares":["VZ_3"],"percent":20},{"type":"buy_shares","entity":2799,"entity_type":"player","id":724,"created_at":1713044775,"shares":["STB_8"],"percent":10},{"type":"buy_shares","entity":2989,"entity_type":"player","id":725,"created_at":1713044783,"shares":["MOB_2"],"percent":10},{"type":"buy_shares","entity":2363,"entity_type":"player","id":726,"created_at":1713044869,"shares":["AB_7"],"percent":10},{"type":"buy_shares","entity":4392,"entity_type":"player","id":727,"created_at":1713044883,"shares":["AB_8"],"percent":10},{"type":"buy_shares","entity":2798,"entity_type":"player","id":728,"created_at":1713044907,"shares":["BLS_6"],"percent":10},{"type":"buy_shares","entity":2799,"entity_type":"player","id":729,"created_at":1713044936,"shares":["BLS_7"],"percent":10},{"type":"buy_shares","entity":2989,"entity_type":"player","id":730,"created_at":1713044993,"shares":["RhB_4"],"percent":10},{"type":"pass","entity":2363,"entity_type":"player","id":731,"created_at":1713044999},{"type":"sell_shares","entity":4392,"entity_type":"player","id":732,"created_at":1713045049,"shares":["BLS_5"],"percent":10},{"type":"buy_shares","entity":4392,"entity_type":"player","id":733,"created_at":1713045053,"shares":["JN_3"],"percent":20},{"type":"buy_shares","entity":2798,"entity_type":"player","id":734,"created_at":1713045061,"shares":["FNM_7"],"percent":10},{"type":"buy_shares","entity":2799,"entity_type":"player","id":735,"created_at":1713045092,"shares":["RhB_5"],"percent":10},{"type":"sell_shares","entity":2989,"entity_type":"player","id":736,"created_at":1713045099,"shares":["RhB_4"],"percent":10},{"type":"buy_shares","entity":2989,"entity_type":"player","id":737,"created_at":1713045102,"shares":["BLS_5"],"percent":10},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":738,"created_at":1713045108,"unconditional":true,"indefinite":false},{"type":"pass","entity":2363,"entity_type":"player","id":739,"created_at":1713045112},{"type":"pass","entity":4392,"entity_type":"player","id":740,"created_at":1713045120},{"type":"sell_shares","entity":2798,"entity_type":"player","id":741,"created_at":1713045151,"shares":["FNM_7"],"percent":10},{"type":"buy_shares","entity":2798,"entity_type":"player","id":742,"created_at":1713045154,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713045155}],"shares":["RhB_4"],"percent":10},{"type":"pass","entity":2989,"entity_type":"player","id":743,"created_at":1713045158},{"type":"pass","entity":2363,"entity_type":"player","id":744,"created_at":1713045162},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":745,"created_at":1713045185,"unconditional":true,"indefinite":false},{"type":"sell_shares","entity":4392,"entity_type":"player","id":746,"created_at":1713045198,"shares":["AB_5"],"percent":10},{"type":"buy_shares","entity":4392,"entity_type":"player","id":747,"created_at":1713045202,"shares":["FNM_7"],"percent":10},{"type":"sell_shares","entity":2798,"entity_type":"player","id":748,"created_at":1713045229,"shares":["BLS_6"],"percent":10},{"type":"buy_shares","entity":2798,"entity_type":"player","id":749,"created_at":1713045231,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713045231}],"shares":["AB_5"],"percent":10},{"type":"pass","entity":2989,"entity_type":"player","id":750,"created_at":1713045233},{"type":"pass","entity":2363,"entity_type":"player","id":751,"created_at":1713045245},{"type":"pass","entity":4392,"entity_type":"player","id":752,"created_at":1713045267},{"type":"pass","entity":2798,"entity_type":"player","id":753,"created_at":1713045274},{"type":"lay_tile","entity":"VZ","entity_type":"corporation","id":754,"created_at":1713045311,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713045311},{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713045311}],"hex":"I4","tile":"902-0","rotation":4},{"type":"run_routes","entity":"VZ","entity_type":"corporation","id":755,"created_at":1713045334,"routes":[{"train":"4-0","connections":[["I4","H3"],["I6","I4"],["H7","I6"]],"hexes":["H3","I4","I6","H7"],"revenue":180,"revenue_str":"H3-I4-I6-H7","nodes":["I4-0","H3-0","I6-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VZ","entity_type":"corporation","id":756,"created_at":1713045339,"kind":"payout"},{"type":"buy_train","entity":"VZ","entity_type":"corporation","id":757,"created_at":1713045373,"train":"5-0","price":35},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":758,"created_at":1713045383,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713045381}],"hex":"D19","tile":"909-0","rotation":3},{"type":"pass","entity":"FNM","entity_type":"corporation","id":759,"created_at":1713045391,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713045390}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":760,"created_at":1713045407,"routes":[{"train":"4-3","connections":[["E18","F19"],["D19","E18"],["C20","D19"]],"hexes":["F19","E18","D19","C20"],"revenue":190,"revenue_str":"F19-E18-D19-C20","nodes":["E18-0","F19-0","D19-0","C20-1"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":761,"created_at":1713045410,"kind":"payout"},{"type":"buy_train","entity":"FNM","entity_type":"corporation","id":762,"created_at":1713045418,"train":"5-1","price":39},{"type":"lay_tile","entity":"SBB","entity_type":"corporation","id":763,"created_at":1713045451,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1713045452}],"hex":"G18","tile":"611-5","rotation":4},{"type":"pass","entity":"SBB","entity_type":"corporation","id":764,"created_at":1713045462,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1713045463}]},{"type":"run_routes","entity":"SBB","entity_type":"corporation","id":765,"created_at":1713045493,"routes":[{"train":"5-2","connections":[["D19","C20"],["E18","D19"],["F17","E18"],["G18","F17"]],"hexes":["C20","D19","E18","F17","G18"],"revenue":220,"revenue_str":"C20-D19-E18-F17-G18","nodes":["D19-0","C20-1","E18-0","F17-0","G18-0"]},{"train":"4-4","connections":[["D17","D19"],["E18","D17"],["F19","E18"]],"hexes":["D19","D17","E18","F19"],"revenue":150,"revenue_str":"D19-D17-E18-F19","nodes":["D17-0","D19-0","E18-0","F19-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SBB","entity_type":"corporation","id":766,"created_at":1713045498,"kind":"payout"},{"type":"pass","entity":"SBB","entity_type":"corporation","id":767,"created_at":1713045504},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":768,"created_at":1713045513,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713045511}],"hex":"H5","tile":"43-0","rotation":3},{"type":"pass","entity":"MOB","entity_type":"corporation","id":769,"created_at":1713045574,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713045571}]},{"type":"buy_train","entity":"MOB","entity_type":"corporation","id":770,"created_at":1713045597,"train":"6-2","price":630,"variant":"6"},{"type":"lay_tile","entity":"RhB","entity_type":"corporation","id":771,"created_at":1713045641,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713045640},{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713045640}],"hex":"G26","tile":"6-0","rotation":4},{"type":"run_routes","entity":"RhB","entity_type":"corporation","id":772,"created_at":1713045654,"routes":[{"train":"5-5","connections":[["K10","J11"],["J11","J13"],["J13","I12","H13"]],"hexes":["K10","J11","J13","H13"],"revenue":150,"revenue_str":"K10-J11-J13-H13","nodes":["K10-0","J11-0","J13-0","H13-0"]}],"extra_revenue":0},{"type":"dividend","entity":"RhB","entity_type":"corporation","id":773,"created_at":1713045655,"kind":"payout"},{"type":"pass","entity":"RhB","entity_type":"corporation","id":774,"created_at":1713045659},{"hex":"C16","tile":"9-9","type":"lay_tile","entity":"AB","rotation":1,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"AB","created_at":1713045720,"entity_type":"corporation"}],"id":775,"user":2799,"created_at":1713045722},{"type":"undo","entity":"AB","entity_type":"corporation","id":776,"user":2799,"created_at":1713045741},{"type":"lay_tile","entity":"AB","entity_type":"corporation","id":777,"created_at":1713045764,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713045762}],"hex":"E24","tile":"24-3","rotation":3},{"type":"place_token","entity":"AB","entity_type":"corporation","id":778,"created_at":1713045782,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713045780}],"city":"909-0-0","slot":2,"tokener":"AB"},{"type":"run_routes","entity":"AB","entity_type":"corporation","id":779,"created_at":1713045839,"routes":[{"train":"5-3","connections":[["C20","C18","D17"],["D17","E18"],["E18","E20","F21"],["F21","F19"]],"hexes":["C20","D17","E18","F21","F19"],"revenue":180,"revenue_str":"C20-D17-E18-F21-F19","nodes":["C20-0","D17-0","E18-0","F21-0","F19-0"]},{"train":"4-1","connections":[["C20","C22","C24"],["C24","D25"]],"hexes":["C20","C24","D25"],"revenue":110,"revenue_str":"C20-C24-D25","nodes":["C20-0","C24-0","D25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AB","entity_type":"corporation","id":780,"created_at":1713045849,"kind":"payout"},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":781,"created_at":1713045901,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713045899}],"hex":"E14","tile":"24-4","rotation":2},{"type":"pass","entity":"STB","entity_type":"corporation","id":782,"created_at":1713045922,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713045920}]},{"type":"buy_train","entity":"STB","entity_type":"corporation","id":783,"created_at":1713045925,"train":"6-3","price":630,"variant":"6"},{"type":"pass","entity":"STB","entity_type":"corporation","id":784,"created_at":1713045929},{"type":"lay_tile","entity":"ChA","entity_type":"corporation","id":785,"created_at":1713045984,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713045984},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713045984}],"hex":"G26","tile":"619-3","rotation":0},{"type":"run_routes","entity":"ChA","entity_type":"corporation","id":786,"created_at":1713045998,"routes":[{"train":"6-0","connections":[["J29","I28"],["I28","H27","G28"],["G28","G26"],["G26","H25"]],"hexes":["J29","I28","G28","G26","H25"],"revenue":180,"revenue_str":"J29-I28-G28-G26-H25","nodes":["J29-0","I28-0","G28-0","G26-0","H25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"ChA","entity_type":"corporation","id":787,"created_at":1713046001,"kind":"payout"},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":788,"created_at":1713046012,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713046010}],"hex":"E12","tile":"24-5","rotation":0},{"type":"pass","entity":"BLS","entity_type":"corporation","id":789,"created_at":1713046057,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713046055}]},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":790,"created_at":1713046101,"routes":[{"train":"4-2","connections":[["F7","G8"],["F11","F9","F7"]],"hexes":["G8","F7","F11"],"revenue":130,"revenue_str":"G8-F7-F11","nodes":["F7-0","G8-1","F11-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":791,"created_at":1713046106,"kind":"withhold"},{"type":"buy_train","price":700,"train":"8E-0","entity":"BLS","variant":"8H","entity_type":"corporation","id":792,"user":2989,"created_at":1713046131},{"type":"undo","entity":"BLS","entity_type":"corporation","id":793,"user":2989,"created_at":1713046203},{"type":"pass","entity":"BLS","entity_type":"corporation","id":794,"created_at":1713046214},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":795,"created_at":1713046229,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713046227}],"hex":"E10","tile":"4-3","rotation":0},{"type":"pass","entity":"JN","entity_type":"corporation","id":796,"created_at":1713046240,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713046238}]},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":797,"created_at":1713046247,"routes":[{"train":"5-4","connections":[["G8","H7"],["F7","G8"],["F11","F9","F7"]],"hexes":["H7","G8","F7","F11"],"revenue":210,"revenue_str":"H7-G8-F7-F11","nodes":["G8-1","H7-0","F7-0","F11-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":798,"created_at":1713046250,"kind":"payout"},{"type":"buy_train","entity":"JN","entity_type":"corporation","id":799,"created_at":1713046272,"train":"4-2","price":64},{"type":"pass","entity":"VZ","entity_type":"corporation","id":800,"created_at":1713046328,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713046328},{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713046328}]},{"type":"run_routes","entity":"VZ","entity_type":"corporation","id":801,"created_at":1713046385,"routes":[{"train":"5-0","connections":[["K10","K8"],["K8","J7","I6"],["I6","H7"]],"hexes":["K10","K8","I6","H7"],"revenue":170,"revenue_str":"K10-K8-I6-H7","nodes":["K10-0","K8-0","I6-0","H7-0"]},{"train":"4-0","connections":[["H7","H5","I6"],["I6","I4"]],"hexes":["H7","I6","I4"],"revenue":170,"revenue_str":"H7-I6-I4","nodes":["H7-0","I6-0","I4-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VZ","entity_type":"corporation","id":802,"created_at":1713046389,"kind":"payout"},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":803,"created_at":1713046435,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713046433}],"hex":"C10","tile":"19-0","rotation":1},{"type":"pass","entity":"FNM","entity_type":"corporation","id":804,"created_at":1713046450,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713046449}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":805,"created_at":1713046530,"routes":[{"train":"4-3","connections":[["G16","G14"],["G18","G16"],["F17","G18"]],"hexes":["G14","G16","G18","F17"],"revenue":140,"revenue_str":"G14-G16-G18-F17","nodes":["G16-0","G14-0","G18-0","F17-0"]},{"train":"5-1","connections":[["E18","F19"],["D17","E18"],["D19","D17"],["C20","D19"]],"hexes":["F19","E18","D17","D19","C20"],"revenue":200,"revenue_str":"F19-E18-D17-D19-C20","nodes":["E18-0","F19-0","D17-0","D19-0","C20-1"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":806,"created_at":1713046532,"kind":"payout"},{"type":"lay_tile","entity":"SBB","entity_type":"corporation","id":807,"created_at":1713046583,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1713046583}],"hex":"D21","tile":"3-2","rotation":2},{"type":"pass","entity":"SBB","entity_type":"corporation","id":808,"created_at":1713046597,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1713046597}]},{"type":"run_routes","entity":"SBB","entity_type":"corporation","id":809,"created_at":1713046769,"routes":[{"train":"5-2","connections":[["F17","G18"],["E18","F17"],["D19","E18"],["C20","D19"]],"hexes":["G18","F17","E18","D19","C20"],"revenue":220,"revenue_str":"G18-F17-E18-D19-C20","nodes":["F17-0","G18-0","E18-0","D19-0","C20-1"]},{"train":"4-4","connections":[["I4","I6"],["H7","H5","I4"]],"hexes":["I6","I4","H7"],"revenue":170,"revenue_str":"I6-I4-H7","nodes":["I4-0","I6-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SBB","entity_type":"corporation","id":810,"created_at":1713046780,"kind":"payout"},{"type":"buy_train","entity":"SBB","entity_type":"corporation","id":811,"created_at":1713046784,"train":"8E-0","price":960,"variant":"8E"},{"type":"pass","entity":"SBB","entity_type":"corporation","id":812,"created_at":1713046786},{"hex":"G28","tile":"15-6","type":"lay_tile","entity":"RhB","rotation":4,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"RhB","created_at":1713046818,"entity_type":"corporation"}],"id":813,"user":2363,"created_at":1713046819},{"type":"undo","entity":"RhB","action_id":812,"entity_type":"corporation","id":814,"user":2363,"created_at":1713046835},{"hex":"I6","tile":"915-0","type":"lay_tile","entity":"RhB","rotation":1,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"RhB","created_at":1713046904,"entity_type":"corporation"}],"id":815,"user":2363,"created_at":1713046904},{"city":"915-0-0","slot":2,"type":"place_token","entity":"RhB","tokener":"RhB","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"RhB","created_at":1713046905,"entity_type":"corporation"}],"id":816,"user":2363,"created_at":1713046905},{"type":"undo","entity":"RhB","action_id":812,"entity_type":"corporation","id":817,"user":2363,"created_at":1713046931},{"type":"lay_tile","entity":"RhB","entity_type":"corporation","id":818,"created_at":1713046939,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713046939}],"hex":"G28","tile":"15-6","rotation":4},{"type":"pass","entity":"RhB","entity_type":"corporation","id":819,"created_at":1713046944,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713046944}]},{"type":"run_routes","entity":"RhB","entity_type":"corporation","id":820,"created_at":1713046970,"routes":[{"train":"5-5","connections":[["G26","G28"],["G28","H27","I28"],["I28","J29"]],"hexes":["G26","G28","I28","J29"],"revenue":200,"revenue_str":"G26-G28-I28-J29","nodes":["G26-0","G28-0","I28-0","J29-0"]}],"extra_revenue":0},{"type":"dividend","entity":"RhB","entity_type":"corporation","id":821,"created_at":1713047082,"kind":"withhold"},{"type":"buy_train","entity":"RhB","entity_type":"corporation","id":822,"created_at":1713047138,"train":"5-0","price":315},{"type":"lay_tile","entity":"AB","entity_type":"corporation","id":823,"created_at":1713047156,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713047154},{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713047154}],"hex":"D19","tile":"910-0","rotation":0},{"type":"run_routes","entity":"AB","entity_type":"corporation","id":824,"created_at":1713047177,"routes":[{"train":"5-3","connections":[["F19","E18"],["E18","D19"],["D19","C20"],["C20","D21"]],"hexes":["F19","E18","D19","C20","D21"],"revenue":220,"revenue_str":"F19-E18-D19-C20-D21","nodes":["F19-0","E18-0","D19-0","C20-1","D21-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AB","entity_type":"corporation","id":825,"created_at":1713047184,"kind":"payout"},{"type":"pass","entity":"AB","entity_type":"corporation","id":826,"created_at":1713047194},{"type":"lay_tile","entity":"ChA","entity_type":"corporation","id":827,"created_at":1713047220,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713047219},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713047219}],"hex":"I28","tile":"15-5","rotation":5},{"type":"run_routes","entity":"ChA","entity_type":"corporation","id":828,"created_at":1713047225,"routes":[{"train":"6-0","connections":[["J29","I28"],["I28","H27","G28"],["G28","G26"],["G26","H25"]],"hexes":["J29","I28","G28","G26","H25"],"revenue":230,"revenue_str":"J29-I28-G28-G26-H25","nodes":["J29-0","I28-0","G28-0","G26-0","H25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"ChA","entity_type":"corporation","id":829,"created_at":1713047227,"kind":"payout"},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":830,"created_at":1713047238,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713047236},{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713047236}],"hex":"I6","tile":"915-0","rotation":1},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":831,"created_at":1713047300,"routes":[{"train":"6-2","connections":[["D13","E14","E16","F17"],["F11","E12","D13"],["F7","F9","F11"],["I4","H5","G6","F7"],["I6","I4"]],"hexes":["F17","D13","F11","F7","I4","I6"],"revenue":250,"revenue_str":"F17-D13-F11-F7-I4-I6","nodes":["D13-0","F17-0","F11-0","F7-0","I4-0","I6-0"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":832,"created_at":1713047303,"kind":"payout"},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":833,"created_at":1713047313,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713047312}],"hex":"F11","tile":"906-0","rotation":0},{"type":"place_token","entity":"STB","entity_type":"corporation","id":834,"created_at":1713047315,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713047314}],"city":"906-0-0","slot":2,"tokener":"STB"},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":835,"created_at":1713047352,"routes":[{"train":"6-3","connections":[["F7","G6","H5","I4"],["F11","F9","F7"],["H13","G12","F11"],["J13","I12","H13"],["L15","K14","J13"]],"hexes":["I4","F7","F11","H13","J13","L15"],"revenue":350,"revenue_str":"I4-F7-F11-H13-J13-L15","nodes":["F7-0","I4-0","F11-0","H13-0","J13-0","L15-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":836,"created_at":1713047356,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":837,"created_at":1713047358},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":838,"created_at":1713047396,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713047394}],"hex":"K8","tile":"88-0","rotation":1},{"type":"place_token","entity":"BLS","entity_type":"corporation","id":839,"created_at":1713047403,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713047402}],"city":"915-0-0","slot":2,"tokener":"BLS"},{"type":"buy_train","entity":"BLS","entity_type":"corporation","id":840,"created_at":1713047415,"train":"8E-1","price":960,"variant":"8E"},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":841,"created_at":1713047424,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713047422},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713047422}],"hex":"F7","tile":"611-4","rotation":3},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":842,"created_at":1713047526,"routes":[{"train":"5-4","connections":[["G8","H7"],["F7","G8"],["F11","F9","F7"]],"hexes":["H7","G8","F7","F11"],"revenue":160,"revenue_str":"H7-G8-F7-F11","nodes":["G8-1","H7-0","F7-0","F11-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":843,"created_at":1713047530,"kind":"payout"},{"type":"lay_tile","entity":"VZ","entity_type":"corporation","id":844,"created_at":1713047559,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713047559}],"hex":"K10","tile":"915-1","rotation":0},{"type":"pass","entity":"VZ","entity_type":"corporation","id":845,"created_at":1713047595,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713047595}]},{"type":"buy_train","entity":"VZ","entity_type":"corporation","id":846,"created_at":1713047598,"train":"8E-2","price":700,"variant":"8H"},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":847,"created_at":1713047650,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713047649}],"hex":"D13","tile":"611-3","rotation":5},{"type":"pass","entity":"FNM","entity_type":"corporation","id":848,"created_at":1713047672,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713047671}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":849,"created_at":1713047686,"routes":[{"train":"5-1","connections":[["E18","F19"],["D17","E18"],["D19","D17"],["C20","D19"]],"hexes":["F19","E18","D17","D19","C20"],"revenue":220,"revenue_str":"F19-E18-D17-D19-C20","nodes":["E18-0","F19-0","D17-0","D19-0","C20-1"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":850,"created_at":1713047688,"kind":"payout"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":851,"created_at":1713047692},{"type":"lay_tile","entity":"SBB","entity_type":"corporation","id":852,"created_at":1713047704,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1713047704},{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1713047704}],"hex":"D11","tile":"8-9","rotation":4},{"type":"run_routes","entity":"SBB","entity_type":"corporation","id":853,"created_at":1713047776,"routes":[{"train":"5-2","connections":[["E18","F19"],["D19","E18"],["C20","D19"],["C20","D21"]],"hexes":["F19","E18","D19","C20","D21"],"revenue":220,"revenue_str":"F19-E18-D19-C20-D21","nodes":["E18-0","F19-0","D19-0","C20-1","D21-0"]},{"train":"8E-0","connections":[["K2","L1"],["J1","K2"],["I4","I2","J1"],["F7","G6","H5","I4"],["E10","F9","F7"],["D13","D11","E10"],["F17","E16","E14","D13"],["E18","F17"],["F21","E20","E18"],["F25","F23","F21"],["D25","E24","F25"],["C26","D25"]],"hexes":["L1","K2","J1","I4","F7","E10","D13","F17","E18","F21","F25","D25","C26"],"revenue":550,"revenue_str":"L1-K2-(J1)-I4-F7-(E10)-D13-F17-E18-(F21)-(F25)-(D25)-C26 + EW","nodes":["K2-0","L1-0","J1-0","I4-0","F7-0","E10-0","D13-0","F17-0","E18-0","F21-0","F25-0","D25-0","C26-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SBB","entity_type":"corporation","id":854,"created_at":1713047781,"kind":"payout"},{"type":"pass","entity":"SBB","entity_type":"corporation","id":855,"created_at":1713047785},{"type":"lay_tile","entity":"AB","entity_type":"corporation","id":856,"created_at":1713047859,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713047857},{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713047857}],"hex":"D15","tile":"15-0","rotation":1},{"type":"run_routes","entity":"AB","entity_type":"corporation","id":857,"created_at":1713047869,"routes":[{"train":"5-3","connections":[["F19","E18"],["E18","D19"],["D19","C20"],["C20","D21"]],"hexes":["F19","E18","D19","C20","D21"],"revenue":220,"revenue_str":"F19-E18-D19-C20-D21","nodes":["F19-0","E18-0","D19-0","C20-1","D21-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AB","entity_type":"corporation","id":858,"created_at":1713047875,"kind":"payout"},{"type":"pass","entity":"AB","entity_type":"corporation","id":859,"created_at":1713047877},{"type":"lay_tile","entity":"ChA","entity_type":"corporation","id":860,"created_at":1713047968,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713047968},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713047968}],"hex":"F25","tile":"88-1","rotation":1},{"type":"run_routes","entity":"ChA","entity_type":"corporation","id":861,"created_at":1713048021,"routes":[{"train":"6-0","connections":[["J29","I28"],["I28","H27","G28"],["G28","G26"],["G26","F25"]],"hexes":["J29","I28","G28","G26","F25"],"revenue":230,"revenue_str":"J29-I28-G28-G26-F25","nodes":["J29-0","I28-0","G28-0","G26-0","F25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"ChA","entity_type":"corporation","id":862,"created_at":1713048063,"kind":"payout"},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":863,"created_at":1713048077,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713048075},{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713048075}],"hex":"I4","tile":"903-0","rotation":1},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":864,"created_at":1713048083,"routes":[{"train":"6-2","connections":[["D13","E14","E16","F17"],["F11","E12","D13"],["F7","F9","F11"],["I4","H5","G6","F7"],["I6","I4"]],"hexes":["F17","D13","F11","F7","I4","I6"],"revenue":290,"revenue_str":"F17-D13-F11-F7-I4-I6","nodes":["D13-0","F17-0","F11-0","F7-0","I4-0","I6-0"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":865,"created_at":1713048086,"kind":"payout"},{"type":"lay_tile","entity":"RhB","entity_type":"corporation","id":866,"created_at":1713048129,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713048129},{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713048129}],"hex":"K8","tile":"911-0","rotation":1},{"type":"run_routes","entity":"RhB","entity_type":"corporation","id":867,"created_at":1713048146,"routes":[{"train":"5-0","connections":[["K10","J11"],["J11","J13"],["J13","I12","H13"]],"hexes":["K10","J11","J13","H13"],"revenue":160,"revenue_str":"K10-J11-J13-H13","nodes":["K10-0","J11-0","J13-0","H13-0"]},{"train":"5-5","connections":[["G26","G28"],["G28","H27","I28"],["I28","J29"]],"hexes":["G26","G28","I28","J29"],"revenue":210,"revenue_str":"G26-G28-I28-J29","nodes":["G26-0","G28-0","I28-0","J29-0"]}],"extra_revenue":0},{"type":"dividend","entity":"RhB","entity_type":"corporation","id":868,"created_at":1713048148,"kind":"payout"},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":869,"created_at":1713048161,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713048159},{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713048159}],"hex":"D11","tile":"25-0","rotation":4},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":870,"created_at":1713048179,"routes":[{"train":"6-3","connections":[["D13","D11","C10","B11"],["F11","E12","D13"],["H13","G12","F11"],["J13","I12","H13"],["L15","K14","J13"]],"hexes":["B11","D13","F11","H13","J13","L15"],"revenue":440,"revenue_str":"B11-D13-F11-H13-J13-L15 + NS","nodes":["D13-0","B11-0","F11-0","H13-0","J13-0","L15-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":871,"created_at":1713048182,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":872,"created_at":1713048187},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":873,"created_at":1713048285,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713048283},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713048283}],"hex":"E10","tile":"88-0","rotation":2},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":874,"created_at":1713048344,"routes":[{"train":"5-4","connections":[["F7","G6","H5","I4"],["G8","F7"]],"hexes":["I4","F7","G8"],"revenue":150,"revenue_str":"I4-F7-G8","nodes":["F7-0","I4-0","G8-1"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":875,"created_at":1713048345,"kind":"payout"},{"type":"pass","entity":"BLS","entity_type":"corporation","id":876,"created_at":1713048376,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713048374},{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713048374}]},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":877,"created_at":1713048407,"routes":[{"train":"8E-1","connections":[["G28","H29"],["G26","G28"],["H25","G26"],["H17","H19","H21","H23","H25"],["J13","J15","J17","I16","H17"],["J11","J13"],["K10","J11"],["K8","K10"],["I6","J7","K8"],["I4","I6"],["J1","I2","I4"],["K2","J1"],["L1","K2"]],"hexes":["H29","G28","G26","H25","H17","J13","J11","K10","K8","I6","I4","J1","K2","L1"],"revenue":610,"revenue_str":"H29-G28-G26-(H25)-(H17)-(J13)-(J11)-K10-(K8)-I6-I4-(J1)-K2-L1 + EW","nodes":["G28-0","H29-0","G26-0","H25-0","H17-0","J13-0","J11-0","K10-0","K8-0","I6-0","I4-0","J1-0","K2-0","L1-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":878,"created_at":1713048437,"kind":"payout"},{"type":"pass","entity":"BLS","entity_type":"corporation","id":879,"created_at":1713048452},{"type":"sell_shares","entity":2363,"entity_type":"player","id":880,"created_at":1713048498,"shares":["AB_7"],"percent":10},{"type":"buy_shares","entity":2363,"entity_type":"player","id":881,"created_at":1713048502,"shares":["BLS_6"],"percent":10},{"type":"sell_shares","entity":4392,"entity_type":"player","id":882,"created_at":1713048528,"shares":["JN_3"],"percent":20},{"type":"buy_shares","entity":4392,"entity_type":"player","id":883,"created_at":1713048531,"shares":["BLS_8"],"percent":10},{"type":"sell_shares","entity":2798,"entity_type":"player","id":884,"created_at":1713048543,"shares":["AB_5"],"percent":10},{"type":"buy_shares","entity":2798,"entity_type":"player","id":885,"created_at":1713048559,"shares":["RhB_6"],"percent":10},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":886,"created_at":1713048581,"unconditional":true,"indefinite":true},{"type":"program_share_pass","entity":2799,"entity_type":"player","id":887,"created_at":1713048585,"unconditional":true,"indefinite":true},{"type":"pass","entity":2989,"entity_type":"player","id":888,"created_at":1713048586,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713048583}]},{"type":"sell_shares","entity":2363,"entity_type":"player","id":889,"created_at":1713048632,"shares":["MOB_1"],"percent":10},{"type":"buy_shares","entity":2363,"entity_type":"player","id":890,"created_at":1713048636,"shares":["FNM_8"],"percent":10},{"type":"sell_shares","entity":4392,"entity_type":"player","id":891,"created_at":1713048660,"shares":["AB_6"],"percent":10},{"type":"buy_shares","entity":4392,"entity_type":"player","id":892,"created_at":1713048666,"shares":["RhB_7"],"percent":10},{"type":"sell_shares","entity":2798,"entity_type":"player","id":893,"created_at":1713048674,"shares":["JN_2"],"percent":20},{"type":"buy_shares","entity":2798,"entity_type":"player","id":894,"created_at":1713048677,"shares":["RhB_8"],"percent":10},{"type":"pass","entity":2989,"entity_type":"player","id":895,"created_at":1713048692,"auto_actions":[{"type":"pass","entity":2799,"entity_type":"player","created_at":1713048690}]},{"type":"pass","entity":2363,"entity_type":"player","id":896,"created_at":1713048708},{"type":"pass","entity":4392,"entity_type":"player","id":897,"created_at":1713048719},{"type":"pass","entity":2798,"entity_type":"player","id":898,"created_at":1713048723},{"type":"pass","entity":"FNM","entity_type":"corporation","id":899,"created_at":1713048755,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713048754}]},{"type":"place_token","entity":"FNM","entity_type":"corporation","id":900,"created_at":1713048782,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713048780}],"city":"619-3-0","slot":1,"tokener":"FNM"},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":901,"created_at":1713048786,"routes":[{"train":"5-1","connections":[["E18","F19"],["D17","E18"],["D19","D17"],["C20","D19"]],"hexes":["F19","E18","D17","D19","C20"],"revenue":220,"revenue_str":"F19-E18-D17-D19-C20","nodes":["E18-0","F19-0","D17-0","D19-0","C20-1"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":902,"created_at":1713048788,"kind":"payout"},{"type":"lay_tile","entity":"SBB","entity_type":"corporation","id":903,"created_at":1713048933,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1713048933},{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1713048933}],"hex":"C22","tile":"20-0","rotation":0},{"type":"run_routes","entity":"SBB","entity_type":"corporation","id":904,"created_at":1713048972,"routes":[{"train":"5-2","connections":[["E18","F19"],["D19","E18"],["C20","D19"],["C20","D21"]],"hexes":["F19","E18","D19","C20","D21"],"revenue":220,"revenue_str":"F19-E18-D19-C20-D21","nodes":["E18-0","F19-0","D19-0","C20-1","D21-0"]},{"train":"8E-0","connections":[["K2","L1"],["J1","K2"],["I4","I2","J1"],["F7","G6","H5","I4"],["E10","F9","F7"],["D13","D11","E10"],["F17","E16","E14","D13"],["E18","F17"],["F21","E20","E18"],["F25","F23","F21"],["D25","E24","F25"],["C26","D25"]],"hexes":["L1","K2","J1","I4","F7","E10","D13","F17","E18","F21","F25","D25","C26"],"revenue":560,"revenue_str":"L1-K2-(J1)-I4-F7-(E10)-D13-F17-E18-(F21)-(F25)-(D25)-C26 + EW","nodes":["K2-0","L1-0","J1-0","I4-0","F7-0","E10-0","D13-0","F17-0","E18-0","F21-0","F25-0","D25-0","C26-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SBB","entity_type":"corporation","id":905,"created_at":1713048974,"kind":"payout"},{"type":"pass","entity":"SBB","entity_type":"corporation","id":906,"created_at":1713048976},{"type":"pass","entity":"VZ","entity_type":"corporation","id":907,"created_at":1713048990,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713048990},{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713048990}]},{"type":"run_routes","entity":"VZ","entity_type":"corporation","id":908,"created_at":1713049038,"routes":[{"train":"8E-2","connections":[["I10","J9","K10"],["K10","K8"],["K8","J7","I6"],["I6","I4"],["I4","H3"]],"hexes":["I10","K10","K8","I6","I4","H3"],"revenue":250,"revenue_str":"I10-K10-K8-I6-I4-H3","nodes":["I10-0","K10-0","K8-0","I6-0","I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VZ","entity_type":"corporation","id":909,"created_at":1713049040,"kind":"payout"},{"type":"pass","entity":"ChA","entity_type":"corporation","id":910,"created_at":1713049073,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713049073},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713049073}]},{"type":"run_routes","entity":"ChA","entity_type":"corporation","id":911,"created_at":1713049105,"routes":[{"train":"6-0","connections":[["J29","I28"],["I28","H27","G28"],["G28","G26"]],"hexes":["J29","I28","G28","G26"],"revenue":210,"revenue_str":"J29-I28-G28-G26","nodes":["J29-0","I28-0","G28-0","G26-0"]}],"extra_revenue":0},{"type":"dividend","entity":"ChA","entity_type":"corporation","id":912,"created_at":1713049111,"kind":"payout"},{"type":"pass","entity":"RhB","entity_type":"corporation","id":913,"created_at":1713049121,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713049120},{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713049120}]},{"type":"run_routes","entity":"RhB","entity_type":"corporation","id":914,"created_at":1713049193,"routes":[{"train":"5-0","connections":[["K10","J11"],["J11","J13"],["J13","I12","H13"]],"hexes":["K10","J11","J13","H13"],"revenue":160,"revenue_str":"K10-J11-J13-H13","nodes":["K10-0","J11-0","J13-0","H13-0"]},{"train":"5-5","connections":[["G26","G28"],["G28","H27","I28"],["I28","J29"]],"hexes":["G26","G28","I28","J29"],"revenue":210,"revenue_str":"G26-G28-I28-J29","nodes":["G26-0","G28-0","I28-0","J29-0"]}],"extra_revenue":0},{"type":"dividend","entity":"RhB","entity_type":"corporation","id":915,"created_at":1713049195,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":916,"created_at":1713049202,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713049200},{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713049200}]},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":917,"created_at":1713049205,"routes":[{"train":"6-3","connections":[["D13","D11","C10","B11"],["F11","E12","D13"],["H13","G12","F11"],["J13","I12","H13"],["L15","K14","J13"]],"hexes":["B11","D13","F11","H13","J13","L15"],"revenue":440,"revenue_str":"B11-D13-F11-H13-J13-L15 + NS","nodes":["D13-0","B11-0","F11-0","H13-0","J13-0","L15-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":918,"created_at":1713049207,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":919,"created_at":1713049210},{"type":"lay_tile","entity":"AB","entity_type":"corporation","id":920,"created_at":1713049227,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713049225},{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713049225}],"hex":"B21","tile":"8-10","rotation":2},{"type":"run_routes","entity":"AB","entity_type":"corporation","id":921,"created_at":1713049237,"routes":[{"train":"5-3","connections":[["F19","E18"],["E18","D19"],["D19","C20"],["C20","D21"]],"hexes":["F19","E18","D19","C20","D21"],"revenue":220,"revenue_str":"F19-E18-D19-C20-D21","nodes":["F19-0","E18-0","D19-0","C20-1","D21-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AB","entity_type":"corporation","id":922,"created_at":1713049238,"kind":"payout"},{"type":"pass","entity":"AB","entity_type":"corporation","id":923,"created_at":1713049252},{"type":"pass","entity":"MOB","entity_type":"corporation","id":924,"created_at":1713049279,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713049277},{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713049277}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":925,"created_at":1713049286,"routes":[{"train":"6-2","connections":[["D13","E14","E16","F17"],["F11","E12","D13"],["F7","F9","F11"],["I4","H5","G6","F7"],["I6","I4"]],"hexes":["F17","D13","F11","F7","I4","I6"],"revenue":290,"revenue_str":"F17-D13-F11-F7-I4-I6","nodes":["D13-0","F17-0","F11-0","F7-0","I4-0","I6-0"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":926,"created_at":1713049288,"kind":"payout"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":927,"created_at":1713049362},{"type":"pass","entity":"BLS","entity_type":"corporation","id":928,"created_at":1713049370,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713049368},{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713049368}]},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":929,"created_at":1713049477,"routes":[{"train":"8E-1","connections":[["D25","C26"],["F25","E24","D25"],["F21","F23","F25"],["E18","E20","F21"],["D19","E18"],["D17","D19"],["D15","D17"],["C14","D15"],["D13","C14"],["F11","E12","D13"],["I10","H11","G12","F11"],["K10","J9","I10"],["K8","K10"],["I6","J7","K8"],["I4","I6"],["J1","I2","I4"],["K2","J1"],["L1","K2"]],"hexes":["C26","D25","F25","F21","E18","D19","D17","D15","C14","D13","F11","I10","K10","K8","I6","I4","J1","K2","L1"],"revenue":700,"revenue_str":"C26-(D25)-(F25)-(F21)-E18-D19-(D17)-(D15)-(C14)-(D13)-F11-(I10)-K10-(K8)-I6-I4-(J1)-(K2)-L1 + EW","nodes":["D25-0","C26-0","F25-0","F21-0","E18-0","D19-0","D17-0","D15-0","C14-0","D13-0","F11-0","I10-0","K10-0","K8-0","I6-0","I4-0","J1-0","K2-0","L1-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":930,"created_at":1713049482,"kind":"payout"},{"type":"pass","entity":"BLS","entity_type":"corporation","id":931,"created_at":1713049484},{"type":"pass","entity":"JN","entity_type":"corporation","id":932,"created_at":1713049491,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713049489},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713049489}]},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":933,"created_at":1713049493,"routes":[{"train":"5-4","connections":[["F7","G6","H5","I4"],["G8","F7"]],"hexes":["I4","F7","G8"],"revenue":150,"revenue_str":"I4-F7-G8","nodes":["F7-0","I4-0","G8-1"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":934,"created_at":1713049495,"kind":"payout"},{"type":"pass","entity":"JN","entity_type":"corporation","id":935,"created_at":1713049496},{"type":"pass","entity":"FNM","entity_type":"corporation","id":936,"created_at":1713049503,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713049501},{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713049501}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":937,"created_at":1713049520,"routes":[{"train":"5-1","connections":[["E18","F19"],["D17","E18"],["D19","D17"],["C20","D19"]],"hexes":["F19","E18","D17","D19","C20"],"revenue":220,"revenue_str":"F19-E18-D17-D19-C20","nodes":["E18-0","F19-0","D17-0","D19-0","C20-1"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":938,"created_at":1713049521,"kind":"payout"},{"type":"lay_tile","entity":"SBB","entity_type":"corporation","id":939,"created_at":1713049543,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1713049543},{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1713049543}],"hex":"C22","tile":"47-0","rotation":0},{"type":"run_routes","entity":"SBB","entity_type":"corporation","id":940,"created_at":1713049694,"routes":[{"train":"5-2","connections":[["E18","D19"],["E18","F17"],["F17","G18"],["G18","G20"]],"hexes":["D19","E18","F17","G18","G20"],"revenue":200,"revenue_str":"D19-E18-F17-G18-G20","nodes":["E18-0","D19-0","F17-0","G18-0","G20-0"]},{"train":"8E-0","connections":[["K2","L1"],["J1","K2"],["I4","I2","J1"],["F7","G6","H5","I4"],["E10","F9","F7"],["D13","D11","E10"],["C14","D13"],["D15","C14"],["D17","D15"],["D19","D17"],["C20","D19"],["D21","C20"],["C24","C22","D21"],["C26","C24"]],"hexes":["L1","K2","J1","I4","F7","E10","D13","C14","D15","D17","D19","C20","D21","C24","C26"],"revenue":590,"revenue_str":"L1-K2-(J1)-I4-F7-(E10)-D13-(C14)-(D15)-(D17)-D19-C20-(D21)-(C24)-C26 + EW","nodes":["K2-0","L1-0","J1-0","I4-0","F7-0","E10-0","D13-0","C14-0","D15-0","D17-0","D19-0","C20-1","D21-0","C24-0","C26-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SBB","entity_type":"corporation","id":941,"created_at":1713049696,"kind":"payout"},{"type":"pass","entity":"SBB","entity_type":"corporation","id":942,"created_at":1713049699},{"type":"pass","entity":"VZ","entity_type":"corporation","id":943,"created_at":1713049702,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713049702},{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713049702}]},{"type":"run_routes","entity":"VZ","entity_type":"corporation","id":944,"created_at":1713049704,"routes":[{"train":"8E-2","connections":[["I10","J9","K10"],["K10","K8"],["K8","J7","I6"],["I6","I4"],["I4","H3"]],"hexes":["I10","K10","K8","I6","I4","H3"],"revenue":250,"revenue_str":"I10-K10-K8-I6-I4-H3","nodes":["I10-0","K10-0","K8-0","I6-0","I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VZ","entity_type":"corporation","id":945,"created_at":1713049707,"kind":"payout"},{"type":"pass","entity":"ChA","entity_type":"corporation","id":946,"created_at":1713049724,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713049724},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713049724}]},{"type":"run_routes","entity":"ChA","entity_type":"corporation","id":947,"created_at":1713049727,"routes":[{"train":"6-0","connections":[["J29","I28"],["I28","H27","G28"],["G28","G26"]],"hexes":["J29","I28","G28","G26"],"revenue":210,"revenue_str":"J29-I28-G28-G26","nodes":["J29-0","I28-0","G28-0","G26-0"]}],"extra_revenue":0},{"type":"dividend","entity":"ChA","entity_type":"corporation","id":948,"created_at":1713049730,"kind":"payout"},{"type":"pass","entity":"RhB","entity_type":"corporation","id":949,"created_at":1713049734,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713049734},{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713049734}]},{"type":"run_routes","entity":"RhB","entity_type":"corporation","id":950,"created_at":1713049736,"routes":[{"train":"5-0","connections":[["K10","J11"],["J11","J13"],["J13","I12","H13"]],"hexes":["K10","J11","J13","H13"],"revenue":160,"revenue_str":"K10-J11-J13-H13","nodes":["K10-0","J11-0","J13-0","H13-0"]},{"train":"5-5","connections":[["G26","G28"],["G28","H27","I28"],["I28","J29"]],"hexes":["G26","G28","I28","J29"],"revenue":210,"revenue_str":"G26-G28-I28-J29","nodes":["G26-0","G28-0","I28-0","J29-0"]}],"extra_revenue":0},{"type":"dividend","entity":"RhB","entity_type":"corporation","id":951,"created_at":1713049737,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":952,"created_at":1713049753,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713049751},{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713049751}]},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":953,"created_at":1713049756,"routes":[{"train":"6-3","connections":[["D13","D11","C10","B11"],["F11","E12","D13"],["H13","G12","F11"],["J13","I12","H13"],["L15","K14","J13"]],"hexes":["B11","D13","F11","H13","J13","L15"],"revenue":440,"revenue_str":"B11-D13-F11-H13-J13-L15 + NS","nodes":["D13-0","B11-0","F11-0","H13-0","J13-0","L15-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":954,"created_at":1713049757,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":955,"created_at":1713049759},{"type":"pass","entity":"AB","entity_type":"corporation","id":956,"created_at":1713049792,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713049790},{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713049790}]},{"type":"run_routes","entity":"AB","entity_type":"corporation","id":957,"created_at":1713049793,"routes":[{"train":"5-3","connections":[["F19","E18"],["E18","D19"],["D19","C20"],["C20","D21"]],"hexes":["F19","E18","D19","C20","D21"],"revenue":220,"revenue_str":"F19-E18-D19-C20-D21","nodes":["F19-0","E18-0","D19-0","C20-1","D21-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AB","entity_type":"corporation","id":958,"created_at":1713049795,"kind":"payout"},{"type":"pass","entity":"AB","entity_type":"corporation","id":959,"created_at":1713049796},{"type":"pass","entity":"MOB","entity_type":"corporation","id":960,"created_at":1713049802,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713049800},{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713049800}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":961,"created_at":1713049804,"routes":[{"train":"6-2","connections":[["D13","E14","E16","F17"],["F11","E12","D13"],["F7","F9","F11"],["I4","H5","G6","F7"],["I6","I4"]],"hexes":["F17","D13","F11","F7","I4","I6"],"revenue":290,"revenue_str":"F17-D13-F11-F7-I4-I6","nodes":["D13-0","F17-0","F11-0","F7-0","I4-0","I6-0"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":962,"created_at":1713049806,"kind":"payout"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":963,"created_at":1713049809},{"type":"pass","entity":"BLS","entity_type":"corporation","id":964,"created_at":1713049815,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713049812},{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713049812}]},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":965,"created_at":1713049848,"routes":[{"train":"8E-1","connections":[["D25","C26"],["F25","E24","D25"],["F21","F23","F25"],["E18","E20","F21"],["D19","E18"],["D17","D19"],["D15","D17"],["C14","D15"],["D13","C14"],["F11","E12","D13"],["I10","H11","G12","F11"],["K10","J9","I10"],["K8","K10"],["I6","J7","K8"],["I4","I6"],["J1","I2","I4"],["K2","J1"],["L1","K2"]],"hexes":["C26","D25","F25","F21","E18","D19","D17","D15","C14","D13","F11","I10","K10","K8","I6","I4","J1","K2","L1"],"revenue":700,"revenue_str":"C26-(D25)-(F25)-(F21)-E18-D19-(D17)-(D15)-(C14)-(D13)-F11-(I10)-K10-(K8)-I6-I4-(J1)-(K2)-L1 + EW","nodes":["D25-0","C26-0","F25-0","F21-0","E18-0","D19-0","D17-0","D15-0","C14-0","D13-0","F11-0","I10-0","K10-0","K8-0","I6-0","I4-0","J1-0","K2-0","L1-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":966,"created_at":1713049851,"kind":"payout"},{"type":"pass","entity":"BLS","entity_type":"corporation","id":967,"created_at":1713049855},{"type":"pass","entity":"JN","entity_type":"corporation","id":968,"created_at":1713049858,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713049856}]},{"type":"pass","entity":"JN","entity_type":"corporation","id":969,"created_at":1713049859,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713049858}]},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":970,"created_at":1713049862,"routes":[{"train":"5-4","connections":[["F7","G6","H5","I4"],["G8","F7"]],"hexes":["I4","F7","G8"],"revenue":150,"revenue_str":"I4-F7-G8","nodes":["F7-0","I4-0","G8-1"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":971,"created_at":1713049864,"kind":"payout"},{"type":"pass","entity":"JN","entity_type":"corporation","id":972,"created_at":1713049866},{"type":"pass","entity":"FNM","entity_type":"corporation","id":973,"created_at":1713049873,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713049871},{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1713049871}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":974,"created_at":1713049881,"routes":[{"train":"5-1","connections":[["E18","F19"],["D17","E18"],["D19","D17"],["C20","D19"]],"hexes":["F19","E18","D17","D19","C20"],"revenue":220,"revenue_str":"F19-E18-D17-D19-C20","nodes":["E18-0","F19-0","D17-0","D19-0","C20-1"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":975,"created_at":1713049883,"kind":"payout"},{"type":"lay_tile","entity":"SBB","entity_type":"corporation","id":976,"created_at":1713049898,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1713049899},{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1713049899}],"hex":"F23","tile":"20-1","rotation":0},{"type":"run_routes","entity":"SBB","entity_type":"corporation","id":977,"created_at":1713049904,"routes":[{"train":"5-2","connections":[["E18","D19"],["E18","F17"],["F17","G18"],["G18","G20"]],"hexes":["D19","E18","F17","G18","G20"],"revenue":200,"revenue_str":"D19-E18-F17-G18-G20","nodes":["E18-0","D19-0","F17-0","G18-0","G20-0"]},{"train":"8E-0","connections":[["K2","L1"],["J1","K2"],["I4","I2","J1"],["F7","G6","H5","I4"],["E10","F9","F7"],["D13","D11","E10"],["C14","D13"],["D15","C14"],["D17","D15"],["D19","D17"],["C20","D19"],["D21","C20"],["C24","C22","D21"],["C26","C24"]],"hexes":["L1","K2","J1","I4","F7","E10","D13","C14","D15","D17","D19","C20","D21","C24","C26"],"revenue":590,"revenue_str":"L1-K2-(J1)-I4-F7-(E10)-D13-(C14)-(D15)-(D17)-D19-C20-(D21)-(C24)-C26 + EW","nodes":["K2-0","L1-0","J1-0","I4-0","F7-0","E10-0","D13-0","C14-0","D15-0","D17-0","D19-0","C20-1","D21-0","C24-0","C26-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SBB","entity_type":"corporation","id":978,"created_at":1713049907,"kind":"payout"},{"type":"pass","entity":"SBB","entity_type":"corporation","id":979,"created_at":1713049911},{"type":"pass","entity":"VZ","entity_type":"corporation","id":980,"created_at":1713049917,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713049917},{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1713049917}]},{"type":"run_routes","entity":"VZ","entity_type":"corporation","id":981,"created_at":1713049919,"routes":[{"train":"8E-2","connections":[["I10","J9","K10"],["K10","K8"],["K8","J7","I6"],["I6","I4"],["I4","H3"]],"hexes":["I10","K10","K8","I6","I4","H3"],"revenue":250,"revenue_str":"I10-K10-K8-I6-I4-H3","nodes":["I10-0","K10-0","K8-0","I6-0","I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VZ","entity_type":"corporation","id":982,"created_at":1713049920,"kind":"payout"},{"type":"pass","entity":"ChA","entity_type":"corporation","id":983,"created_at":1713049932,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713049932},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1713049932}]},{"type":"run_routes","entity":"ChA","entity_type":"corporation","id":984,"created_at":1713049934,"routes":[{"train":"6-0","connections":[["J29","I28"],["I28","H27","G28"],["G28","G26"]],"hexes":["J29","I28","G28","G26"],"revenue":210,"revenue_str":"J29-I28-G28-G26","nodes":["J29-0","I28-0","G28-0","G26-0"]}],"extra_revenue":0},{"type":"dividend","entity":"ChA","entity_type":"corporation","id":985,"created_at":1713049936,"kind":"payout"},{"type":"pass","entity":"RhB","entity_type":"corporation","id":986,"created_at":1713049943,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713049943},{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1713049943}]},{"type":"run_routes","entity":"RhB","entity_type":"corporation","id":987,"created_at":1713049945,"routes":[{"train":"5-0","connections":[["K10","J11"],["J11","J13"],["J13","I12","H13"]],"hexes":["K10","J11","J13","H13"],"revenue":160,"revenue_str":"K10-J11-J13-H13","nodes":["K10-0","J11-0","J13-0","H13-0"]},{"train":"5-5","connections":[["G26","G28"],["G28","H27","I28"],["I28","J29"]],"hexes":["G26","G28","I28","J29"],"revenue":210,"revenue_str":"G26-G28-I28-J29","nodes":["G26-0","G28-0","I28-0","J29-0"]}],"extra_revenue":0},{"type":"dividend","entity":"RhB","entity_type":"corporation","id":988,"created_at":1713049946,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":989,"created_at":1713049951,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713049949},{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1713049949}]},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":990,"created_at":1713049953,"routes":[{"train":"6-3","connections":[["D13","D11","C10","B11"],["F11","E12","D13"],["H13","G12","F11"],["J13","I12","H13"],["L15","K14","J13"]],"hexes":["B11","D13","F11","H13","J13","L15"],"revenue":440,"revenue_str":"B11-D13-F11-H13-J13-L15 + NS","nodes":["D13-0","B11-0","F11-0","H13-0","J13-0","L15-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":991,"created_at":1713049955,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":992,"created_at":1713049958},{"type":"pass","entity":"AB","entity_type":"corporation","id":993,"created_at":1713049992,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713049990},{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1713049990}]},{"type":"run_routes","entity":"AB","entity_type":"corporation","id":994,"created_at":1713049994,"routes":[{"train":"5-3","connections":[["F19","E18"],["E18","D19"],["D19","C20"],["C20","D21"]],"hexes":["F19","E18","D19","C20","D21"],"revenue":220,"revenue_str":"F19-E18-D19-C20-D21","nodes":["F19-0","E18-0","D19-0","C20-1","D21-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AB","entity_type":"corporation","id":995,"created_at":1713049995,"kind":"payout"},{"type":"pass","entity":"AB","entity_type":"corporation","id":996,"created_at":1713049998},{"type":"pass","entity":"MOB","entity_type":"corporation","id":997,"created_at":1713050001,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713049999},{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1713049999}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":998,"created_at":1713050003,"routes":[{"train":"6-2","connections":[["D13","E14","E16","F17"],["F11","E12","D13"],["F7","F9","F11"],["I4","H5","G6","F7"],["I6","I4"]],"hexes":["F17","D13","F11","F7","I4","I6"],"revenue":290,"revenue_str":"F17-D13-F11-F7-I4-I6","nodes":["D13-0","F17-0","F11-0","F7-0","I4-0","I6-0"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":999,"created_at":1713050004,"kind":"payout"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":1000,"created_at":1713050007},{"type":"pass","entity":"BLS","entity_type":"corporation","id":1001,"created_at":1713050009,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713050007},{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1713050007}]},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":1002,"created_at":1713050012,"routes":[{"train":"8E-1","connections":[["D25","C26"],["F25","E24","D25"],["F21","F23","F25"],["E18","E20","F21"],["D19","E18"],["D17","D19"],["D15","D17"],["C14","D15"],["D13","C14"],["F11","E12","D13"],["I10","H11","G12","F11"],["K10","J9","I10"],["K8","K10"],["I6","J7","K8"],["I4","I6"],["J1","I2","I4"],["K2","J1"],["L1","K2"]],"hexes":["C26","D25","F25","F21","E18","D19","D17","D15","C14","D13","F11","I10","K10","K8","I6","I4","J1","K2","L1"],"revenue":700,"revenue_str":"C26-(D25)-(F25)-(F21)-E18-D19-(D17)-(D15)-(C14)-(D13)-F11-(I10)-K10-(K8)-I6-I4-(J1)-(K2)-L1 + EW","nodes":["D25-0","C26-0","F25-0","F21-0","E18-0","D19-0","D17-0","D15-0","C14-0","D13-0","F11-0","I10-0","K10-0","K8-0","I6-0","I4-0","J1-0","K2-0","L1-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":1003,"created_at":1713050014,"kind":"payout"},{"type":"pass","entity":"BLS","entity_type":"corporation","id":1004,"created_at":1713050016},{"type":"pass","entity":"JN","entity_type":"corporation","id":1005,"created_at":1713050018,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713050016}]},{"type":"pass","entity":"JN","entity_type":"corporation","id":1006,"created_at":1713050020,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1713050018}]},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":1007,"created_at":1713050023,"routes":[{"train":"5-4","connections":[["F7","G6","H5","I4"],["G8","F7"]],"hexes":["I4","F7","G8"],"revenue":150,"revenue_str":"I4-F7-G8","nodes":["F7-0","I4-0","G8-1"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":1008,"created_at":1713050025,"kind":"payout"},{"type":"pass","entity":"JN","entity_type":"corporation","id":1009,"created_at":1713050028}],"loaded":true,"created_at":1713024779,"updated_at":1713050028,"finished_at":1713050028} \ No newline at end of file diff --git a/public/fixtures/1844/164302.json b/public/fixtures/1844/164302.json index 7ebc61f8b6..3c66baf6d8 100644 --- a/public/fixtures/1844/164302.json +++ b/public/fixtures/1844/164302.json @@ -1 +1 @@ -{"id":164302, "description":"restart", "user":{"id":5630, "name":"thirdmunky"}, "players":[{"id":2843, "name":"joeD"}, {"id":330, "name":"Ariel"}, {"id":7706, "name":"physicssquirrel"}, {"id":605, "name":"daroj"}, {"id":5630, "name":"thirdmunky"}], "min_players":3, "max_players":7, "title":"1844", "settings":{"seed":1258665624, "is_async":false, "unlisted":false, "auto_routing":true, "player_order":null, "optional_rules":[]}, "user_settings":null, "status":"finished", "turn":8, "round":"Operating Round", "acting":[2843, 330, 7706, 605, 5630], "result":{"330":5365, "605":5989, "2843":3440, "5630":5526, "7706":6754}, "actions":[{"type":"bid", "entity":2843, "entity_type":"player", "id":2, "created_at":1716168067, "company":"P1", "price":20}, {"type":"bid", "entity":330, "entity_type":"player", "id":5, "created_at":1716168079, "company":"P1", "price":25}, {"type":"pass", "entity":7706, "entity_type":"player", "id":6, "created_at":1716168094}, {"type":"pass", "entity":605, "entity_type":"player", "id":7, "created_at":1716168097}, {"type":"pass", "entity":5630, "entity_type":"player", "id":9, "created_at":1716168101}, {"type":"pass", "entity":2843, "entity_type":"player", "id":11, "created_at":1716168123}, {"type":"bid", "entity":330, "entity_type":"player", "id":14, "created_at":1716168135, "company":"P2", "price":65}, {"type":"bid", "entity":7706, "entity_type":"player", "id":16, "created_at":1716168143, "company":"P2", "price":70}, {"type":"pass", "entity":605, "entity_type":"player", "id":17, "created_at":1716168148}, {"type":"pass", "entity":5630, "entity_type":"player", "id":18, "created_at":1716168150}, {"type":"bid", "entity":2843, "entity_type":"player", "id":20, "created_at":1716168173, "company":"P2", "price":75}, {"type":"pass", "entity":330, "entity_type":"player", "id":21, "created_at":1716168176}, {"type":"pass", "entity":7706, "entity_type":"player", "id":22, "created_at":1716168186}, {"type":"bid", "entity":7706, "entity_type":"player", "id":25, "created_at":1716168217, "company":"P3", "price":95}, {"type":"bid", "entity":605, "entity_type":"player", "id":26, "created_at":1716168226, "company":"P3", "price":100}, {"type":"pass", "entity":5630, "entity_type":"player", "id":27, "created_at":1716168235}, {"type":"bid", "entity":2843, "entity_type":"player", "id":28, "created_at":1716168249, "company":"P3", "price":105}, {"type":"pass", "entity":330, "entity_type":"player", "id":29, "created_at":1716168253}, {"type":"pass", "entity":7706, "entity_type":"player", "id":30, "created_at":1716168257}, {"type":"pass", "entity":605, "entity_type":"player", "id":31, "created_at":1716168262}, {"type":"bid", "entity":605, "entity_type":"player", "id":33, "created_at":1716168269, "company":"P4", "price":135}, {"type":"bid", "entity":5630, "entity_type":"player", "id":37, "created_at":1716168301, "company":"P4", "price":140}, {"type":"pass", "entity":2843, "entity_type":"player", "id":39, "created_at":1716168308}, {"type":"pass", "entity":330, "entity_type":"player", "id":40, "created_at":1716168311}, {"type":"pass", "entity":7706, "entity_type":"player", "id":41, "created_at":1716168322}, {"type":"pass", "entity":605, "entity_type":"player", "id":43, "created_at":1716168326}, {"type":"bid", "entity":5630, "entity_type":"player", "id":44, "created_at":1716168339, "company":"P5", "price":140}, {"type":"pass", "entity":2843, "entity_type":"player", "id":47, "created_at":1716168365}, {"type":"bid", "entity":330, "entity_type":"player", "id":48, "created_at":1716168373, "company":"P5", "price":145}, {"type":"bid", "entity":7706, "entity_type":"player", "id":49, "created_at":1716168383, "company":"P5", "price":150}, {"type":"bid", "entity":605, "entity_type":"player", "id":50, "created_at":1716168387, "company":"P5", "price":160}, {"type":"pass", "entity":5630, "entity_type":"player", "id":51, "created_at":1716168389}, {"type":"pass", "entity":330, "entity_type":"player", "id":52, "created_at":1716168393}, {"type":"pass", "entity":7706, "entity_type":"player", "id":53, "created_at":1716168399}, {"type":"bid", "entity":2843, "entity_type":"player", "id":54, "created_at":1716168404, "company":"P6", "price":180}, {"type":"bid", "entity":330, "entity_type":"player", "id":55, "created_at":1716168409, "company":"P6", "price":210}, {"type":"bid", "entity":7706, "entity_type":"player", "id":56, "created_at":1716168413, "company":"P6", "price":215}, {"type":"pass", "entity":605, "entity_type":"player", "id":57, "created_at":1716168416}, {"type":"pass", "entity":5630, "entity_type":"player", "id":58, "created_at":1716168418}, {"type":"pass", "entity":2843, "entity_type":"player", "id":59, "created_at":1716168423}, {"type":"bid", "entity":330, "entity_type":"player", "id":60, "created_at":1716168434, "company":"P6", "price":220}, {"type":"bid", "entity":7706, "entity_type":"player", "id":61, "created_at":1716168446, "company":"P6", "price":225}, {"type":"pass", "entity":330, "entity_type":"player", "id":62, "created_at":1716168452}, {"type":"par", "entity":7706, "entity_type":"player", "id":63, "created_at":1716168455, "corporation":"FNM", "share_price":"100,1,4"}, {"type":"bid", "entity":330, "entity_type":"player", "id":64, "created_at":1716168458, "company":"P7", "price":100}, {"type":"pass", "entity":7706, "entity_type":"player", "id":65, "created_at":1716168466}, {"type":"pass", "entity":605, "entity_type":"player", "id":66, "created_at":1716168474}, {"type":"pass", "entity":5630, "entity_type":"player", "id":67, "created_at":1716168501}, {"type":"pass", "entity":2843, "entity_type":"player", "id":68, "created_at":1716168506}, {"type":"par", "entity":7706, "entity_type":"player", "id":69, "created_at":1716168516, "corporation":"NOB", "share_price":"60,5,4"}, {"type":"par", "entity":2843, "entity_type":"player", "id":70, "created_at":1716168585, "corporation":"GB", "share_price":"70,4,4"}, {"type":"par", "entity":605, "entity_type":"player", "id":71, "created_at":1716168593, "corporation":"VSB", "share_price":"60,5,4"}, {"type":"par", "entity":5630, "entity_type":"player", "id":72, "created_at":1716168621, "corporation":"SCB", "share_price":"70,4,4"}, {"type":"par", "entity":330, "entity_type":"player", "id":73, "created_at":1716168637, "corporation":"JS", "share_price":"70,4,4"}, {"type":"buy_shares", "entity":7706, "entity_type":"player", "id":75, "created_at":1716168683, "shares":["NOB_1"], "percent":25}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":76, "created_at":1716168693, "shares":["NOB_2"], "percent":25}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":78, "created_at":1716168704, "shares":["GB_1"], "percent":25}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":79, "created_at":1716168711, "shares":["GB_2"], "percent":25}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":80, "created_at":1716168727, "shares":["VSB_1"], "percent":25}, {"type":"buy_shares", "entity":7706, "entity_type":"player", "id":81, "created_at":1716168730, "shares":["VSB_2"], "percent":25}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":83, "created_at":1716168757, "shares":["JS_1"], "percent":25}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":84, "created_at":1716168770, "shares":["SCB_1"], "percent":25}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":86, "created_at":1716168795, "shares":["SCB_2"], "percent":25}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":87, "created_at":1716168803, "shares":["JS_2"], "percent":25}, {"type":"pass", "entity":2843, "entity_type":"player", "id":90, "created_at":1716168814}, {"type":"pass", "entity":605, "entity_type":"player", "id":91, "created_at":1716168819}, {"type":"pass", "entity":5630, "entity_type":"player", "id":94, "created_at":1716168832}, {"type":"pass", "entity":330, "entity_type":"player", "id":95, "created_at":1716168841}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":98, "created_at":1716168891, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716168891}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716168891}], "hex":"L21", "tile":"57-0", "rotation":0}, {"type":"buy_train", "entity":"FNM", "entity_type":"corporation", "id":101, "created_at":1716168914, "train":"2-0", "price":90, "variant":"2"}, {"type":"buy_train", "entity":"FNM", "entity_type":"corporation", "id":102, "created_at":1716168916, "train":"2-1", "price":70, "variant":"2H"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":103, "created_at":1716168997}, {"type":"lay_tile", "entity":"GB", "entity_type":"corporation", "id":104, "created_at":1716169017, "hex":"G18", "tile":"57-1", "rotation":1}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":105, "created_at":1716169020, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716169020}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716169020}]}, {"type":"buy_train", "entity":"GB", "entity_type":"corporation", "id":106, "created_at":1716169024, "train":"2-2", "price":70, "variant":"2H"}, {"type":"buy_train", "entity":"GB", "entity_type":"corporation", "id":107, "created_at":1716169034, "train":"2-3", "price":70, "variant":"2H"}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":108, "created_at":1716169039, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716169039}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716169039}], "hex":"C12", "tile":"5-0", "rotation":4}, {"type":"buy_train", "entity":"SCB", "entity_type":"corporation", "id":109, "created_at":1716169041, "train":"2-4", "price":70, "variant":"2H"}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "id":110, "created_at":1716169042}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":111, "created_at":1716169050, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716169050}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716169050}], "hex":"H3", "tile":"58-0", "rotation":3}, {"type":"buy_train", "entity":"JS", "entity_type":"corporation", "id":112, "created_at":1716169052, "train":"2-5", "price":70, "variant":"2H"}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":113, "created_at":1716169054}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":114, "created_at":1716169058, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716169058}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716169058}], "hex":"D19", "tile":"5-1", "rotation":0}, {"type":"buy_train", "entity":"NOB", "entity_type":"corporation", "id":115, "created_at":1716169061, "train":"2-6", "price":70, "variant":"2H"}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":116, "created_at":1716169063}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":117, "created_at":1716169075, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716169075}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716169075}], "hex":"C24", "tile":"57-2", "rotation":2}, {"type":"buy_train", "entity":"VSB", "entity_type":"corporation", "id":118, "created_at":1716169078, "train":"2-7", "price":70, "variant":"2H"}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "id":119, "created_at":1716169079}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":120, "created_at":1716169085, "shares":["FNM_1"], "percent":10}, {"type":"pass", "entity":605, "entity_type":"player", "id":121, "created_at":1716169095}, {"type":"pass", "entity":5630, "entity_type":"player", "id":122, "created_at":1716169122}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":123, "created_at":1716169127, "shares":["FNM_2"], "percent":10}, {"type":"program_share_pass", "entity":7706, "entity_type":"player", "id":124, "created_at":1716169140, "auto_actions":[{"type":"pass", "entity":7706, "entity_type":"player", "created_at":1716169140}], "unconditional":false, "indefinite":false}, {"type":"program_share_pass", "entity":330, "entity_type":"player", "id":125, "created_at":1716169147, "auto_actions":[{"type":"pass", "entity":330, "entity_type":"player", "created_at":1716169146}], "unconditional":false, "indefinite":false}, {"type":"pass", "entity":605, "entity_type":"player", "id":126, "created_at":1716169151}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":127, "created_at":1716169153, "shares":["FNM_3"], "percent":10}, {"type":"pass", "entity":2843, "entity_type":"player", "id":128, "created_at":1716169158, "auto_actions":[{"type":"program_disable", "entity":7706, "entity_type":"player", "created_at":1716169158, "reason":"thirdmunky bought on corporation FNM and is unsecure"}]}, {"type":"program_share_pass", "entity":7706, "entity_type":"player", "id":129, "created_at":1716169167, "auto_actions":[{"type":"pass", "entity":7706, "entity_type":"player", "created_at":1716169167}, {"type":"pass", "entity":330, "entity_type":"player", "created_at":1716169167}], "unconditional":false, "indefinite":false}, {"type":"pass", "entity":605, "entity_type":"player", "id":130, "created_at":1716169172}, {"type":"sell_shares", "entity":5630, "entity_type":"player", "id":131, "created_at":1716169173, "shares":["FNM_3"], "percent":10}, {"type":"pass", "entity":5630, "entity_type":"player", "id":132, "created_at":1716169180}, {"type":"pass", "entity":2843, "entity_type":"player", "id":133, "created_at":1716169187, "auto_actions":[{"type":"program_disable", "entity":7706, "entity_type":"player", "created_at":1716169187, "reason":"Shares were sold"}]}, {"type":"program_share_pass", "entity":7706, "entity_type":"player", "id":134, "created_at":1716169191, "auto_actions":[{"type":"pass", "entity":7706, "entity_type":"player", "created_at":1716169191}, {"type":"program_disable", "entity":330, "entity_type":"player", "created_at":1716169191, "reason":"Shares were sold"}], "unconditional":false, "indefinite":false}, {"type":"pass", "entity":330, "entity_type":"player", "id":135, "created_at":1716169203}, {"type":"pass", "entity":605, "entity_type":"player", "id":136, "created_at":1716169213}, {"type":"pass", "entity":5630, "entity_type":"player", "id":137, "created_at":1716169219}, {"type":"lay_tile", "entity":"GB", "entity_type":"corporation", "id":138, "created_at":1716169237, "hex":"G16", "tile":"3-0", "rotation":3}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":139, "created_at":1716169240, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716169239}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716169239}]}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":140, "created_at":1716169251, "routes":[{"train":"2-3", "connections":[["G18", "G16"]], "hexes":["G18", "G16"], "revenue":30, "revenue_str":"G18-G16", "nodes":["G18-0", "G16-0"]}, {"train":"2-2", "connections":[["G18", "G20"]], "hexes":["G18", "G20"], "revenue":40, "revenue_str":"G18-G20", "nodes":["G18-0", "G20-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":141, "created_at":1716169282, "kind":"payout"}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":142, "created_at":1716169285, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716169285}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716169285}], "hex":"D13", "tile":"57-3", "rotation":2}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":143, "created_at":1716169287, "routes":[{"train":"2-4", "connections":[["C12", "D13"]], "hexes":["C12", "D13"], "revenue":40, "revenue_str":"C12-D13", "nodes":["C12-0", "D13-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":144, "created_at":1716169288, "kind":"payout"}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "id":145, "created_at":1716169290}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":146, "created_at":1716169301, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716169300}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716169300}], "hex":"G4", "tile":"9-0", "rotation":0}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":147, "created_at":1716169306, "routes":[{"train":"2-5", "connections":[["I4", "H3"]], "hexes":["I4", "H3"], "revenue":30, "revenue_str":"I4-H3", "nodes":["I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":148, "created_at":1716169307, "kind":"payout"}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":149, "created_at":1716169308}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":150, "created_at":1716169313, "auto_actions":[{"type":"destination_connection", "entity":"NOB", "entity_type":"corporation", "created_at":1716169313, "corporations":["NOB"]}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716169313}], "hex":"D17", "tile":"4-0", "rotation":1}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":151, "created_at":1716169316, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716169316}]}, {"type":"run_routes", "entity":"NOB", "entity_type":"corporation", "id":152, "created_at":1716169319, "routes":[{"train":"2-6", "connections":[["D19", "D17"]], "hexes":["D19", "D17"], "revenue":30, "revenue_str":"D19-D17", "nodes":["D19-0", "D17-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"NOB", "entity_type":"corporation", "id":153, "created_at":1716169321, "kind":"payout"}, {"type":"buy_train", "entity":"NOB", "entity_type":"corporation", "id":154, "created_at":1716169326, "train":"2-9", "price":70, "variant":"2H"}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":155, "created_at":1716169334, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716169334}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716169334}], "hex":"D25", "tile":"6-0", "rotation":0}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":156, "created_at":1716169337, "routes":[{"train":"2-7", "connections":[["C24", "D25"]], "hexes":["C24", "D25"], "revenue":40, "revenue_str":"C24-D25", "nodes":["C24-0", "D25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":157, "created_at":1716169339, "kind":"payout"}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "id":158, "created_at":1716169341}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":159, "created_at":1716169348, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716169348}], "hex":"K22", "tile":"6-1", "rotation":0}, {"city":"6-1-0", "slot":0, "type":"place_token", "entity":"FNM", "tokener":"FNM", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"FNM", "created_at":1716169348, "entity_type":"corporation"}], "id":160, "user":7706, "created_at":1716169349}, {"type":"undo", "entity":"FNM", "entity_type":"corporation", "id":161, "user":7706, "created_at":1716169353}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":162, "created_at":1716169354, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716169354}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":163, "created_at":1716169356, "routes":[{"train":"2-0", "connections":[["L21", "M20"]], "hexes":["L21", "M20"], "revenue":60, "revenue_str":"L21-M20", "nodes":["L21-0", "M20-0"]}, {"train":"2-1", "connections":[["L21", "K22"]], "hexes":["L21", "K22"], "revenue":40, "revenue_str":"L21-K22", "nodes":["L21-0", "K22-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":164, "created_at":1716169357, "kind":"payout"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":165, "created_at":1716169360}, {"type":"pass", "entity":605, "entity_type":"player", "id":166, "created_at":1716169417}, {"type":"par", "entity":5630, "entity_type":"player", "id":167, "created_at":1716169423, "corporation":"JN", "share_price":"80,3,4"}, {"type":"buy_company", "entity":7706, "entity_type":"player", "id":168, "created_at":1716169465, "company":"B1", "price":150}, {"type":"lay_tile", "entity":"B1", "entity_type":"company", "id":169, "created_at":1716169473, "hex":"F19", "tile":"XM3-0", "rotation":0}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":170, "created_at":1716169517, "shares":["FNM_3"], "percent":10}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":171, "created_at":1716169538, "shares":["JN_1"], "percent":20}, {"type":"pass", "entity":605, "entity_type":"player", "id":172, "created_at":1716169546}, {"type":"pass", "entity":5630, "entity_type":"player", "id":173, "created_at":1716169553}, {"type":"program_share_pass", "entity":7706, "entity_type":"player", "id":174, "created_at":1716169598, "auto_actions":[{"type":"pass", "entity":7706, "entity_type":"player", "created_at":1716169597}], "unconditional":false, "indefinite":false}, {"type":"sell_shares", "entity":330, "entity_type":"player", "id":175, "created_at":1716169609, "shares":["JS_2"], "percent":25}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":176, "created_at":1716169610, "shares":["FNM_4"], "percent":10}, {"type":"pass", "entity":2843, "entity_type":"player", "id":177, "created_at":1716169663}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":178, "created_at":1716169671, "shares":["JS_2"], "percent":25}, {"type":"pass", "entity":5630, "entity_type":"player", "id":179, "created_at":1716169684, "auto_actions":[{"type":"program_disable", "entity":7706, "entity_type":"player", "created_at":1716169684, "reason":"Shares were sold"}]}, {"type":"pass", "entity":7706, "entity_type":"player", "id":180, "created_at":1716169738}, {"type":"program_share_pass", "entity":330, "entity_type":"player", "id":181, "created_at":1716169741, "auto_actions":[{"type":"pass", "entity":330, "entity_type":"player", "created_at":1716169740}], "unconditional":false, "indefinite":false}, {"type":"pass", "entity":2843, "entity_type":"player", "id":182, "created_at":1716169745}, {"type":"pass", "entity":605, "entity_type":"player", "id":183, "created_at":1716169749}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":184, "created_at":1716169761, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716169761}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716169761}]}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":185, "created_at":1716169763, "routes":[{"train":"2-3", "connections":[["G18", "G16"]], "hexes":["G18", "G16"], "revenue":30, "revenue_str":"G18-G16", "nodes":["G18-0", "G16-0"]}, {"train":"2-2", "connections":[["G18", "G20"]], "hexes":["G18", "G20"], "revenue":40, "revenue_str":"G18-G20", "nodes":["G18-0", "G20-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":186, "created_at":1716169785, "kind":"withhold"}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":187, "created_at":1716169793, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716169792}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716169792}], "hex":"E14", "tile":"8-0", "rotation":2}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":188, "created_at":1716169796, "routes":[{"train":"2-4", "connections":[["C12", "D13"]], "hexes":["C12", "D13"], "revenue":40, "revenue_str":"C12-D13", "nodes":["C12-0", "D13-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":189, "created_at":1716169798, "kind":"payout"}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "id":190, "created_at":1716169798}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":191, "created_at":1716169819, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716169818}], "hex":"E18", "tile":"6-2", "rotation":3}, {"type":"place_token", "entity":"NOB", "entity_type":"corporation", "id":192, "created_at":1716169820, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716169819}], "city":"6-2-0", "slot":0, "tokener":"NOB"}, {"type":"run_routes", "entity":"NOB", "entity_type":"corporation", "id":193, "created_at":1716169833, "routes":[{"train":"2-9", "connections":[["E18", "D19"]], "hexes":["E18", "D19"], "revenue":40, "revenue_str":"E18-D19", "nodes":["E18-0", "D19-0"]}, {"train":"2-6", "connections":[["E18", "F19"]], "hexes":["F19", "E18"], "revenue":30, "revenue_str":"F19-E18", "nodes":["E18-0", "F19-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"NOB", "entity_type":"corporation", "id":194, "created_at":1716169834, "kind":"payout"}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":195, "created_at":1716169841, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716169840}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716169840}], "hex":"E24", "tile":"8-1", "rotation":3}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":196, "created_at":1716169843, "routes":[{"train":"2-7", "connections":[["C24", "D25"]], "hexes":["C24", "D25"], "revenue":40, "revenue_str":"C24-D25", "nodes":["C24-0", "D25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":197, "created_at":1716169844, "kind":"payout"}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "id":198, "created_at":1716169847}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":199, "created_at":1716169855, "auto_actions":[{"type":"destination_connection", "entity":"JS", "entity_type":"corporation", "created_at":1716169855, "corporations":["JS"]}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716169855}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716169855}], "hex":"F5", "tile":"8-2", "rotation":4}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":200, "created_at":1716169860, "routes":[{"train":"2-5", "connections":[["I4", "H3"]], "hexes":["I4", "H3"], "revenue":30, "revenue_str":"I4-H3", "nodes":["I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":201, "created_at":1716169861, "kind":"payout"}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":202, "created_at":1716169866}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":203, "created_at":1716169869, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716169869}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716169869}], "hex":"F7", "tile":"6-3", "rotation":5}, {"type":"buy_train", "entity":"JN", "entity_type":"corporation", "id":204, "created_at":1716169871, "train":"2-11", "price":70, "variant":"2H"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":205, "created_at":1716169872}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":206, "created_at":1716169887, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716169886}], "hex":"J21", "tile":"9-1", "rotation":2}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":207, "created_at":1716169890, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716169890}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":208, "created_at":1716169894, "routes":[{"train":"2-0", "connections":[["L21", "M20"]], "hexes":["L21", "M20"], "revenue":60, "revenue_str":"L21-M20", "nodes":["L21-0", "M20-0"]}, {"train":"2-1", "connections":[["L21", "K22"]], "hexes":["L21", "K22"], "revenue":40, "revenue_str":"L21-K22", "nodes":["L21-0", "K22-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":209, "created_at":1716169897, "kind":"payout"}, {"type":"buy_train", "entity":"FNM", "entity_type":"corporation", "id":210, "created_at":1716169916, "train":"2-12", "price":70, "variant":"2H"}, {"type":"buy_train", "entity":"FNM", "entity_type":"corporation", "id":211, "created_at":1716169917, "train":"3-0", "price":150, "variant":"3H"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":212, "created_at":1716169948}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":214, "created_at":1716169960, "shares":["JN_2"], "percent":20}, {"type":"pass", "entity":5630, "entity_type":"player", "id":215, "created_at":1716169983}, {"type":"sell_shares", "entity":2843, "entity_type":"player", "id":217, "created_at":1716170056, "shares":["FNM_2"], "percent":10}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":218, "created_at":1716170067, "shares":["JN_3"], "percent":20}, {"type":"buy_shares", "entity":7706, "entity_type":"player", "id":219, "created_at":1716170087, "shares":["FNM_2"], "percent":10}, {"type":"sell_shares", "entity":330, "entity_type":"player", "id":221, "created_at":1716170095, "shares":["VSB_1"], "percent":25}, {"type":"buy_company", "entity":330, "entity_type":"player", "id":222, "created_at":1716170097, "company":"B2", "price":150}, {"type":"lay_tile", "entity":"B2", "entity_type":"company", "id":223, "created_at":1716170105, "hex":"L23", "tile":"XM3-1", "rotation":0}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":225, "created_at":1716170123, "shares":["VSB_1"], "percent":25}, {"type":"pass", "entity":5630, "entity_type":"player", "id":227, "created_at":1716170134}, {"type":"pass", "entity":2843, "entity_type":"player", "id":228, "created_at":1716170147}, {"type":"pass", "entity":7706, "entity_type":"player", "id":229, "created_at":1716170162}, {"type":"pass", "entity":330, "entity_type":"player", "id":230, "created_at":1716170176}, {"type":"pass", "entity":605, "entity_type":"player", "id":231, "created_at":1716170180}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":232, "created_at":1716170186, "hex":"E16", "tile":"8-3", "rotation":5}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "id":233, "created_at":1716170207, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716170206}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716170206}]}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":234, "created_at":1716170208, "routes":[{"train":"2-4", "connections":[["C12", "D13"]], "hexes":["C12", "D13"], "revenue":40, "revenue_str":"C12-D13", "nodes":["C12-0", "D13-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":235, "created_at":1716170209, "kind":"payout"}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "id":236, "created_at":1716170212}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":237, "created_at":1716170227, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716170227}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716170227}], "hex":"D19", "tile":"908-0", "rotation":3}, {"type":"run_routes", "entity":"NOB", "entity_type":"corporation", "id":238, "created_at":1716170237, "routes":[{"train":"2-9", "connections":[["E18", "D19"]], "hexes":["E18", "D19"], "revenue":60, "revenue_str":"E18-D19", "nodes":["E18-0", "D19-0"]}, {"train":"2-6", "connections":[["E18", "F19"]], "hexes":["E18", "F19"], "revenue":70, "revenue_str":"E18-F19", "nodes":["E18-0", "F19-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"NOB", "entity_type":"corporation", "id":239, "created_at":1716170240, "kind":"payout"}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":240, "created_at":1716170248, "hex":"I2", "tile":"8-4", "rotation":4}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":241, "created_at":1716170249, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716170249}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716170249}]}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":242, "created_at":1716170257, "routes":[{"train":"2-5", "connections":[["I4", "H3"]], "hexes":["I4", "H3"], "revenue":30, "revenue_str":"I4-H3", "nodes":["I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":243, "created_at":1716170259, "kind":"payout"}, {"type":"buy_train", "entity":"JS", "entity_type":"corporation", "id":244, "created_at":1716170282, "train":"3-0", "price":160}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":245, "created_at":1716170296, "auto_actions":[{"type":"destination_connection", "entity":"VSB", "entity_type":"corporation", "created_at":1716170296, "corporations":["VSB"]}], "hex":"F25", "tile":"58-1", "rotation":2}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "id":246, "created_at":1716170299, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716170298}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716170298}]}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":247, "created_at":1716170301, "routes":[{"train":"2-7", "connections":[["C24", "D25"]], "hexes":["C24", "D25"], "revenue":40, "revenue_str":"C24-D25", "nodes":["C24-0", "D25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":248, "created_at":1716170302, "kind":"payout"}, {"type":"buy_train", "entity":"VSB", "entity_type":"corporation", "id":249, "created_at":1716170304, "train":"3-2", "price":150, "variant":"3H"}, {"type":"lay_tile", "entity":"GB", "entity_type":"corporation", "id":250, "created_at":1716170312, "hex":"F21", "tile":"5-2", "rotation":0}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":251, "created_at":1716170319, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716170318}]}, {"type":"place_token", "entity":"GB", "entity_type":"corporation", "id":252, "created_at":1716170322, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716170322}], "city":"5-2-0", "slot":0, "tokener":"GB"}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":253, "created_at":1716170351, "routes":[{"train":"2-3", "connections":[["F21", "G20"]], "hexes":["F21", "G20"], "revenue":40, "revenue_str":"F21-G20", "nodes":["F21-0", "G20-0"]}, {"train":"2-2", "connections":[["F21", "F19"]], "hexes":["F21", "F19"], "revenue":70, "revenue_str":"F21-F19", "nodes":["F21-0", "F19-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":254, "created_at":1716170361, "kind":"withhold"}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":255, "created_at":1716170391, "hex":"G8", "tile":"59-0", "rotation":2}, {"type":"buy_company", "price":170, "entity":"JN", "company":"P4", "entity_type":"corporation", "id":256, "user":5630, "created_at":1716170445}, {"type":"undo", "entity":"JN", "action_id":255, "entity_type":"corporation", "id":257, "user":5630, "created_at":1716170451}, {"type":"buy_company", "price":179, "entity":"JN", "company":"P4", "entity_type":"corporation", "id":258, "user":5630, "created_at":1716170456}, {"type":"undo", "entity":"JN", "action_id":255, "entity_type":"corporation", "id":259, "user":5630, "created_at":1716170471}, {"type":"buy_company", "price":178, "entity":"JN", "company":"P4", "entity_type":"corporation", "id":260, "user":5630, "created_at":1716170476}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"JN", "created_at":1716170479, "entity_type":"corporation"}], "id":261, "user":5630, "created_at":1716170480}, {"type":"undo", "entity":"JN", "entity_type":"corporation", "id":262, "user":5630, "created_at":1716170494}, {"type":"choose_ability", "choice":"Place tile", "entity":"P4", "entity_type":"company", "id":263, "user":5630, "created_at":1716170497}, {"type":"undo", "entity":"JN", "action_id":255, "entity_type":"corporation", "id":264, "user":5630, "created_at":1716170504}, {"type":"buy_company", "price":220, "entity":"JN", "company":"P4", "entity_type":"corporation", "id":266, "user":5630, "created_at":1716170521}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"JN", "created_at":1716170532, "entity_type":"corporation"}], "id":267, "user":5630, "created_at":1716170532}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"JN", "created_at":1716170536, "entity_type":"corporation"}], "id":268, "user":5630, "created_at":1716170537}, {"type":"run_routes", "entity":"JN", "routes":[{"hexes":["F7", "G8"], "nodes":["F7-0", "G8-0"], "train":"2-11", "revenue":60, "connections":[["F7", "G8"]], "revenue_str":"F7-G8"}], "entity_type":"corporation", "extra_revenue":0, "id":269, "user":5630, "created_at":1716170540}, {"kind":"payout", "type":"dividend", "entity":"JN", "entity_type":"corporation", "id":270, "user":5630, "created_at":1716170541}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":271, "user":5630, "created_at":1716170544}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":272, "user":5630, "created_at":1716170546}, {"hex":"L21", "tile":"619-0", "type":"lay_tile", "entity":"FNM", "rotation":0, "entity_type":"corporation", "id":273, "user":330, "created_at":1716170558}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"FNM", "created_at":1716170562, "entity_type":"corporation"}], "id":275, "user":330, "created_at":1716170562}, {"city":"6-1-0", "slot":0, "type":"place_token", "entity":"FNM", "tokener":"FNM", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"FNM", "created_at":1716170567, "entity_type":"corporation"}], "id":276, "user":330, "created_at":1716170567}, {"type":"run_routes", "entity":"FNM", "routes":[{"hexes":["L21", "K22"], "nodes":["L21-0", "K22-0"], "train":"2-12", "revenue":50, "connections":[["L21", "K22"]], "revenue_str":"L21-K22"}, {"hexes":["L21", "L23"], "nodes":["L21-0", "L23-0"], "train":"2-1", "revenue":80, "connections":[["L21", "L23"]], "revenue_str":"L21-L23"}], "entity_type":"corporation", "extra_revenue":0, "id":277, "user":330, "created_at":1716170571}, {"kind":"withhold", "type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":278, "user":330, "created_at":1716170573}, {"type":"buy_train", "price":180, "train":"3-3", "entity":"FNM", "variant":"3", "entity_type":"corporation", "id":279, "user":330, "created_at":1716170578}, {"type":"undo", "entity":"FNM", "action_id":255, "entity_type":"corporation", "id":282, "user":5630, "created_at":1716170592}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":283, "created_at":1716170596, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716170595}]}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":284, "created_at":1716170598, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716170597}]}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":285, "created_at":1716170599, "routes":[{"train":"2-11", "connections":[["F7", "G8"]], "hexes":["F7", "G8"], "revenue":60, "revenue_str":"F7-G8", "nodes":["F7-0", "G8-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":286, "created_at":1716170600, "kind":"payout"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":287, "created_at":1716170601}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":288, "created_at":1716170603}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":289, "created_at":1716170608, "hex":"L21", "tile":"619-0", "rotation":0}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":290, "created_at":1716170610, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716170610}]}, {"type":"place_token", "entity":"FNM", "entity_type":"corporation", "id":291, "created_at":1716170613, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716170613}], "city":"6-1-0", "slot":0, "tokener":"FNM"}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":293, "created_at":1716170617, "routes":[{"train":"2-12", "connections":[["L21", "K22"]], "hexes":["L21", "K22"], "revenue":50, "revenue_str":"L21-K22", "nodes":["L21-0", "K22-0"]}, {"train":"2-1", "connections":[["L21", "L23"]], "hexes":["L21", "L23"], "revenue":80, "revenue_str":"L21-L23", "nodes":["L21-0", "L23-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":294, "created_at":1716170618, "kind":"withhold"}, {"type":"buy_train", "entity":"FNM", "entity_type":"corporation", "id":295, "created_at":1716170620, "train":"3-3", "price":180, "variant":"3"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":296, "created_at":1716170622}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":297, "created_at":1716170628, "auto_actions":[{"type":"destination_connection", "entity":"SCB", "entity_type":"corporation", "created_at":1716170628, "corporations":["SCB"]}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716170628}], "hex":"F17", "tile":"5-3", "rotation":1}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "id":298, "created_at":1716170630, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716170630}]}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":299, "created_at":1716170633, "routes":[{"train":"2-4", "connections":[["C12", "D13"]], "hexes":["C12", "D13"], "revenue":40, "revenue_str":"C12-D13", "nodes":["C12-0", "D13-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":300, "created_at":1716170634, "kind":"payout"}, {"type":"buy_train", "entity":"SCB", "entity_type":"corporation", "id":301, "created_at":1716170635, "train":"3-4", "price":150, "variant":"3H"}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":302, "created_at":1716170666, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716170666}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716170666}], "hex":"C20", "tile":"59-1", "rotation":0}, {"type":"run_routes", "entity":"NOB", "entity_type":"corporation", "id":303, "created_at":1716170677, "routes":[{"train":"2-9", "connections":[["C20", "D19"]], "hexes":["D19", "C20"], "revenue":80, "revenue_str":"D19-C20", "nodes":["C20-0", "D19-0"]}, {"train":"2-6", "connections":[["E18", "F19"]], "hexes":["E18", "F19"], "revenue":70, "revenue_str":"E18-F19", "nodes":["E18-0", "F19-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"NOB", "entity_type":"corporation", "id":304, "created_at":1716170678, "kind":"payout"}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":305, "created_at":1716170699, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716170698}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716170698}], "hex":"J1", "tile":"58-2", "rotation":3}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":306, "created_at":1716170702, "routes":[{"train":"3-0", "connections":[["I4", "I2", "J1"]], "hexes":["I4", "J1"], "revenue":30, "revenue_str":"I4-J1", "nodes":["I4-0", "J1-0"]}, {"train":"2-5", "connections":[["I4", "H3"]], "hexes":["I4", "H3"], "revenue":30, "revenue_str":"I4-H3", "nodes":["I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":307, "created_at":1716170703, "kind":"payout"}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":308, "created_at":1716170718, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716170717}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716170717}], "hex":"B23", "tile":"58-3", "rotation":5}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":309, "created_at":1716170721, "routes":[{"train":"3-2", "connections":[["C24", "B23"]], "hexes":["C24", "B23"], "revenue":30, "revenue_str":"C24-B23", "nodes":["C24-0", "B23-0"]}, {"train":"2-7", "connections":[["C24", "D25"]], "hexes":["C24", "D25"], "revenue":40, "revenue_str":"C24-D25", "nodes":["C24-0", "D25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":310, "created_at":1716170722, "kind":"payout"}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":311, "created_at":1716170755, "hex":"F7", "tile":"15-0", "rotation":4}, {"type":"buy_company", "entity":"JN", "entity_type":"corporation", "id":312, "created_at":1716170769, "company":"P4", "price":220}, {"type":"choose_ability", "entity":"P4", "entity_type":"company", "id":313, "created_at":1716170774, "choice":"Place tile"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":314, "created_at":1716170775, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716170775}]}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":315, "created_at":1716170779, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716170779}]}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":316, "created_at":1716170780, "routes":[{"train":"2-11", "connections":[["F7", "G8"]], "hexes":["F7", "G8"], "revenue":70, "revenue_str":"F7-G8", "nodes":["F7-0", "G8-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":317, "created_at":1716170781, "kind":"payout"}, {"type":"buy_train", "entity":"JN", "entity_type":"corporation", "id":318, "created_at":1716170783, "train":"3-5", "price":150, "variant":"3H"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":319, "created_at":1716170784}, {"type":"lay_tile", "entity":"T1", "entity_type":"company", "id":320, "created_at":1716170800, "auto_actions":[{"type":"destination_connection", "entity":"GB", "entity_type":"corporation", "created_at":1716170799, "corporations":["GB"]}], "hex":"H19", "tile":"X78-0", "rotation":3}, {"type":"lay_tile", "entity":"GB", "entity_type":"corporation", "id":321, "created_at":1716170827, "hex":"F21", "tile":"15-1", "rotation":0}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":322, "created_at":1716170837, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716170837}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716170837}]}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":323, "created_at":1716170841, "routes":[{"train":"2-3", "connections":[["F21", "G20"]], "hexes":["F21", "G20"], "revenue":50, "revenue_str":"F21-G20", "nodes":["F21-0", "G20-0"]}, {"train":"2-2", "connections":[["F21", "F19"]], "hexes":["F21", "F19"], "revenue":80, "revenue_str":"F21-F19", "nodes":["F21-0", "F19-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":324, "created_at":1716170845, "kind":"payout"}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":325, "created_at":1716170855, "hex":"K22", "tile":"15-2", "rotation":5}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":326, "created_at":1716170857, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716170857}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716170857}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":327, "created_at":1716170860, "routes":[{"train":"3-3", "connections":[["L21", "M20"]], "hexes":["L21", "M20"], "revenue":80, "revenue_str":"L21-M20", "nodes":["L21-0", "M20-0"]}, {"train":"2-12", "connections":[["K22", "L21"]], "hexes":["K22", "L21"], "revenue":60, "revenue_str":"K22-L21", "nodes":["K22-0", "L21-0"]}, {"train":"2-1", "connections":[["K22", "L23"]], "hexes":["K22", "L23"], "revenue":80, "revenue_str":"K22-L23", "nodes":["K22-0", "L23-0"]}, {"train":"2-0", "connections":[["L21", "L23"]], "hexes":["L21", "L23"], "revenue":80, "revenue_str":"L21-L23", "nodes":["L21-0", "L23-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":328, "created_at":1716170861, "kind":"payout"}, {"type":"buy_company", "entity":"FNM", "entity_type":"corporation", "id":329, "created_at":1716170865, "company":"P1", "price":40}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":330, "created_at":1716170867}, {"type":"par", "entity":2843, "corporation":"ChA", "entity_type":"player", "share_price":"100,1,4", "id":331, "user":2843, "created_at":1716170997}, {"type":"sell_shares", "entity":5630, "shares":["JN_0"], "percent":20, "entity_type":"player", "id":332, "user":5630, "created_at":1716171017}, {"type":"undo", "entity":5630, "entity_type":"player", "id":347, "user":2843, "created_at":1716171204}, {"type":"undo", "entity":5630, "entity_type":"player", "id":349, "user":2843, "created_at":1716171220}, {"type":"sell_shares", "entity":2843, "entity_type":"player", "id":350, "created_at":1716171222, "shares":["JN_1"], "percent":20}, {"type":"par", "entity":2843, "entity_type":"player", "id":351, "created_at":1716171228, "corporation":"ChA", "share_price":"100,1,4"}, {"type":"par", "entity":5630, "entity_type":"player", "id":356, "created_at":1716171282, "corporation":"STB", "share_price":"90,2,4"}, {"type":"buy_company", "entity":7706, "entity_type":"player", "id":361, "created_at":1716171474, "company":"B3", "price":150}, {"type":"lay_tile", "entity":"B3", "entity_type":"company", "id":362, "created_at":1716171479, "hex":"H7", "tile":"XM2-0", "rotation":0}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":363, "created_at":1716171505, "shares":["FNM_5"], "percent":10}, {"type":"pass", "entity":605, "entity_type":"player", "id":381, "created_at":1716171793}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":383, "created_at":1716171799, "shares":["ChA_1"], "percent":20}, {"type":"program_buy_shares", "entity":5630, "entity_type":"player", "id":385, "created_at":1716171815, "auto_actions":[{"type":"buy_shares", "entity":5630, "entity_type":"player", "created_at":1716171815, "shares":["STB_1"], "percent":10}], "corporation":"STB", "until_condition":"float", "from_market":false, "auto_pass_after":false}, {"type":"sell_shares", "entity":7706, "entity_type":"player", "id":391, "created_at":1716171996, "shares":["NOB_1"], "percent":25}, {"type":"sell_shares", "entity":7706, "shares":["VSB_2"], "percent":25, "entity_type":"player", "id":397, "user":7706, "created_at":1716172212}, {"type":"undo", "entity":7706, "entity_type":"player", "id":398, "user":7706, "created_at":1716172224}, {"type":"sell_shares", "entity":7706, "entity_type":"player", "id":399, "created_at":1716172227, "shares":["FNM_1", "FNM_3"], "percent":20}, {"type":"par", "entity":7706, "entity_type":"player", "id":400, "created_at":1716172240, "corporation":"BLS", "share_price":"100,1,4"}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":402, "created_at":1716172257, "shares":["FNM_1"], "percent":10}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":403, "created_at":1716172264, "shares":["FNM_3"], "percent":10}, {"type":"sell_shares", "entity":2843, "entity_type":"player", "id":404, "created_at":1716172272, "shares":["JS_1"], "percent":25}, {"type":"program_disable", "entity":5630, "entity_type":"player", "id":405, "created_at":1716172275, "reason":"user", "original_type":"program_buy_shares"}, {"type":"buy_company", "entity":2843, "entity_type":"player", "id":406, "created_at":1716172278, "company":"B4", "price":150}, {"type":"lay_tile", "entity":"B4", "entity_type":"company", "id":407, "created_at":1716172296, "hex":"J29", "tile":"XM1-0", "rotation":0}, {"type":"pass", "entity":5630, "entity_type":"player", "id":409, "user":5630, "created_at":1716172397}, {"type":"undo", "entity":7706, "entity_type":"player", "id":410, "user":5630, "created_at":1716172402}, {"type":"undo", "entity":5630, "entity_type":"player", "id":411, "user":5630, "created_at":1716172403}, {"type":"redo", "entity":"B4", "entity_type":"company", "id":412, "user":5630, "created_at":1716172407}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":414, "created_at":1716172415, "shares":["STB_2"], "percent":10}, {"type":"program_buy_shares", "entity":7706, "entity_type":"player", "id":415, "created_at":1716172440, "auto_actions":[{"type":"buy_shares", "entity":7706, "entity_type":"player", "created_at":1716172440, "shares":["BLS_1"], "percent":10}], "corporation":"BLS", "until_condition":"float", "from_market":false, "auto_pass_after":false}, {"type":"program_share_pass", "entity":330, "entity_type":"player", "id":416, "created_at":1716172451, "auto_actions":[{"type":"pass", "entity":330, "entity_type":"player", "created_at":1716172451}], "unconditional":false, "indefinite":false}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":417, "created_at":1716172466, "shares":["JS_1"], "percent":25}, {"type":"program_buy_shares", "entity":5630, "entity_type":"player", "id":418, "created_at":1716172510, "corporation":"STB", "until_condition":"float", "from_market":false, "auto_pass_after":false}, {"type":"buy_company", "entity":2843, "entity_type":"player", "id":419, "created_at":1716172536, "auto_actions":[{"type":"buy_shares", "entity":5630, "entity_type":"player", "created_at":1716172535, "shares":["STB_3"], "percent":10}, {"type":"buy_shares", "entity":7706, "entity_type":"player", "created_at":1716172535, "shares":["BLS_2"], "percent":10}, {"type":"pass", "entity":330, "entity_type":"player", "created_at":1716172535}], "company":"T2", "price":50}, {"type":"pass", "entity":605, "entity_type":"player", "id":420, "created_at":1716172548}, {"type":"pass", "entity":2843, "entity_type":"player", "id":421, "created_at":1716172552, "auto_actions":[{"type":"program_disable", "entity":5630, "entity_type":"player", "created_at":1716172552, "reason":"STB is floated"}]}, {"type":"pass", "entity":5630, "entity_type":"player", "id":422, "created_at":1716172566, "auto_actions":[{"type":"buy_shares", "entity":7706, "entity_type":"player", "created_at":1716172565, "shares":["BLS_3"], "percent":10}, {"type":"pass", "entity":330, "entity_type":"player", "created_at":1716172565}]}, {"type":"pass", "entity":605, "entity_type":"player", "id":423, "created_at":1716172579}, {"type":"pass", "entity":2843, "entity_type":"player", "id":424, "created_at":1716172605}, {"type":"pass", "entity":5630, "entity_type":"player", "id":425, "created_at":1716172609, "auto_actions":[{"type":"program_disable", "entity":7706, "entity_type":"player", "created_at":1716172609, "reason":"BLS is floated"}]}, {"type":"buy_company", "entity":7706, "entity_type":"player", "id":426, "created_at":1716172625, "auto_actions":[{"type":"pass", "entity":330, "entity_type":"player", "created_at":1716172624}], "company":"T3", "price":50}, {"type":"pass", "entity":605, "entity_type":"player", "id":429, "created_at":1716172632}, {"type":"pass", "entity":2843, "entity_type":"player", "id":430, "created_at":1716172652}, {"type":"pass", "entity":5630, "entity_type":"player", "id":431, "created_at":1716172660}, {"type":"pass", "entity":7706, "entity_type":"player", "id":432, "created_at":1716172681}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":433, "created_at":1716172688, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716172688}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716172688}], "hex":"C14", "tile":"58-4", "rotation":5}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":434, "created_at":1716172691, "routes":[{"train":"3-4", "connections":[["C12", "C14"], ["C14", "D15"]], "hexes":["C12", "C14", "D15"], "revenue":40, "revenue_str":"C12-C14-D15", "nodes":["C12-0", "C14-0", "D15-0"]}, {"train":"2-4", "connections":[["C12", "D13"]], "hexes":["C12", "D13"], "revenue":40, "revenue_str":"C12-D13", "nodes":["C12-0", "D13-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":435, "created_at":1716172693, "kind":"payout"}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":436, "created_at":1716172710, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716172710}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716172710}], "hex":"D25", "tile":"14-0", "rotation":2}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":437, "created_at":1716172715, "routes":[{"train":"3-2", "connections":[["C24", "D25"], ["D25", "E26"]], "hexes":["C24", "D25", "E26"], "revenue":70, "revenue_str":"C24-D25-E26", "nodes":["C24-0", "D25-0", "E26-0"]}, {"train":"2-7", "connections":[["C24", "B23"]], "hexes":["C24", "B23"], "revenue":30, "revenue_str":"C24-B23", "nodes":["C24-0", "B23-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":438, "created_at":1716172715, "kind":"payout"}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":439, "created_at":1716172725, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716172723}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716172723}], "hex":"I4", "tile":"901-0", "rotation":1}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":440, "created_at":1716172727, "routes":[{"train":"3-0", "connections":[["I4", "I2", "J1"]], "hexes":["I4", "J1"], "revenue":50, "revenue_str":"I4-J1", "nodes":["I4-0", "J1-0"]}, {"train":"2-5", "connections":[["I4", "H3"]], "hexes":["I4", "H3"], "revenue":50, "revenue_str":"I4-H3", "nodes":["I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":441, "created_at":1716172729, "kind":"payout"}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":442, "created_at":1716172772, "hex":"E18", "tile":"619-1", "rotation":3}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":443, "created_at":1716172774, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716172773}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716172773}]}, {"type":"run_routes", "entity":"NOB", "entity_type":"corporation", "id":444, "created_at":1716172776, "routes":[{"train":"2-9", "connections":[["C20", "D19"]], "hexes":["C20", "D19"], "revenue":80, "revenue_str":"C20-D19", "nodes":["C20-0", "D19-0"]}, {"train":"2-6", "connections":[["E18", "F19"]], "hexes":["E18", "F19"], "revenue":80, "revenue_str":"E18-F19", "nodes":["E18-0", "F19-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"NOB", "entity_type":"corporation", "id":445, "created_at":1716172777, "kind":"payout"}, {"hex":"G28", "tile":"6-4", "type":"lay_tile", "entity":"ChA", "rotation":2, "entity_type":"corporation", "id":446, "user":2843, "created_at":1716172815}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"ChA", "created_at":1716172817, "entity_type":"corporation"}, {"type":"pass", "entity":"ChA", "created_at":1716172817, "entity_type":"corporation"}], "id":447, "user":2843, "created_at":1716172818}, {"type":"undo", "entity":"ChA", "action_id":445, "entity_type":"corporation", "id":448, "user":2843, "created_at":1716172834}, {"hex":"G28", "tile":"57-4", "type":"lay_tile", "entity":"ChA", "rotation":1, "entity_type":"corporation", "id":449, "user":2843, "created_at":1716172841}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"ChA", "created_at":1716172847, "entity_type":"corporation"}, {"type":"pass", "entity":"ChA", "created_at":1716172847, "entity_type":"corporation"}], "id":450, "user":2843, "created_at":1716172848}, {"type":"undo", "entity":"ChA", "action_id":445, "entity_type":"corporation", "id":454, "user":2843, "created_at":1716172924}, {"type":"lay_tile", "entity":"ChA", "entity_type":"corporation", "id":455, "created_at":1716172936, "hex":"G28", "tile":"5-4", "rotation":0}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":456, "created_at":1716172944, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716172943}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716172943}]}, {"type":"buy_train", "entity":"ChA", "entity_type":"corporation", "id":457, "created_at":1716172966, "train":"2-2", "price":160}, {"type":"buy_train", "entity":"ChA", "entity_type":"corporation", "id":458, "created_at":1716172970, "train":"3-7", "price":150, "variant":"3H"}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":459, "created_at":1716172973}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":460, "created_at":1716172997, "hex":"F11", "tile":"6-4", "rotation":5}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":461, "created_at":1716173001, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716173000}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716173000}]}, {"type":"buy_train", "entity":"BLS", "entity_type":"corporation", "id":462, "created_at":1716173010, "train":"3-8", "price":150, "variant":"3H"}, {"type":"buy_train", "entity":"BLS", "entity_type":"corporation", "id":463, "created_at":1716173036, "train":"4-0", "price":300, "variant":"4"}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":464, "created_at":1716173042}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":465, "created_at":1716173045}, {"type":"lay_tile", "entity":"GB", "entity_type":"corporation", "id":466, "created_at":1716173050, "hex":"F17", "tile":"15-3", "rotation":0}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":467, "created_at":1716173054, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716173054}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716173054}]}, {"type":"buy_train", "entity":"GB", "entity_type":"corporation", "id":468, "created_at":1716173058, "train":"4-1", "price":300, "variant":"4"}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":469, "created_at":1716173060}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":470, "created_at":1716173083, "hex":"D15", "tile":"619-2", "rotation":0}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"STB", "created_at":1716173086, "entity_type":"corporation"}], "id":471, "user":5630, "created_at":1716173086}, {"type":"undo", "entity":"STB", "action_id":470, "entity_type":"corporation", "id":472, "user":5630, "created_at":1716173094}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":473, "created_at":1716173096, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716173095}]}, {"type":"place_token", "entity":"STB", "entity_type":"corporation", "id":474, "created_at":1716173110, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716173109}], "city":"59-1-0", "slot":0, "tokener":"STB"}, {"type":"buy_train", "entity":"STB", "entity_type":"corporation", "id":475, "created_at":1716173116, "train":"4-2", "price":260, "variant":"4H"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":476, "created_at":1716173118}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":477, "created_at":1716173129}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":478, "created_at":1716173140, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716173139}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716173139}], "hex":"G6", "tile":"8-5", "rotation":3}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":481, "created_at":1716173162, "routes":[{"train":"3-5", "connections":[["F7", "G6", "H7"]], "hexes":["F7", "H7"], "revenue":70, "revenue_str":"F7-H7", "nodes":["F7-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":483, "created_at":1716173173, "kind":"payout"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":484, "created_at":1716173178}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":485, "created_at":1716173179}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":486, "created_at":1716173202, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716173202}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716173202}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":487, "created_at":1716173205, "routes":[{"train":"3-3", "connections":[["L21", "K22"], ["K22", "L23"]], "hexes":["L21", "K22", "L23"], "revenue":110, "revenue_str":"L21-K22-L23", "nodes":["L21-0", "K22-0", "L23-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":488, "created_at":1716173207, "kind":"withhold"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":489, "created_at":1716173212}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":490, "created_at":1716173213}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":491, "created_at":1716173250, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716173250}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716173250}], "hex":"E14", "tile":"16-0", "rotation":1}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":492, "created_at":1716173254, "routes":[{"train":"3-4", "connections":[["C12", "C14"], ["C14", "D15"]], "hexes":["C12", "C14", "D15"], "revenue":60, "revenue_str":"C12-C14-D15", "nodes":["C12-0", "C14-0", "D15-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":493, "created_at":1716173255, "kind":"payout"}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":494, "created_at":1716173266, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716173265}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716173265}], "hex":"C24", "tile":"14-1", "rotation":1}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":495, "created_at":1716173268, "routes":[{"train":"3-2", "connections":[["C24", "D25"], ["D25", "E26"]], "hexes":["C24", "D25", "E26"], "revenue":80, "revenue_str":"C24-D25-E26", "nodes":["C24-0", "D25-0", "E26-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":496, "created_at":1716173269, "kind":"payout"}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":497, "created_at":1716173282, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716173281}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716173281}], "hex":"H3", "tile":"87-0", "rotation":3}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":498, "created_at":1716173284, "routes":[{"train":"3-0", "connections":[["I4", "I2", "J1"]], "hexes":["I4", "J1"], "revenue":50, "revenue_str":"I4-J1", "nodes":["I4-0", "J1-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":499, "created_at":1716173285, "kind":"payout"}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":500, "created_at":1716173303, "hex":"E16", "tile":"23-0", "rotation":1}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":501, "created_at":1716173306, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716173306}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716173306}]}, {"type":"buy_train", "entity":"NOB", "entity_type":"corporation", "id":502, "created_at":1716173341, "train":"3-8", "price":60}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":503, "created_at":1716173349, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716173348}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716173348}], "hex":"F9", "tile":"9-2", "rotation":1}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":504, "created_at":1716173352, "routes":[{"train":"3-5", "connections":[["F7", "G6", "H7"]], "hexes":["F7", "H7"], "revenue":70, "revenue_str":"F7-H7", "nodes":["F7-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":505, "created_at":1716173353, "kind":"payout"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":506, "created_at":1716173355}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":507, "created_at":1716173359}, {"type":"lay_tile", "entity":"T2", "entity_type":"company", "id":511, "created_at":1716173490, "hex":"H27", "tile":"X78-0", "rotation":3}, {"type":"lay_tile", "entity":"ChA", "entity_type":"corporation", "id":513, "created_at":1716173499, "hex":"I28", "tile":"57-4", "rotation":2}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":515, "created_at":1716173517, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716173517}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716173517}]}, {"type":"run_routes", "entity":"ChA", "entity_type":"corporation", "id":517, "created_at":1716173525, "routes":[{"train":"3-7", "connections":[["G28", "H27", "I28"]], "hexes":["G28", "I28"], "revenue":60, "revenue_str":"G28-I28", "nodes":["G28-0", "I28-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"ChA", "entity_type":"corporation", "id":518, "created_at":1716173541, "kind":"payout"}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":519, "created_at":1716173548}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":520, "created_at":1716173550}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":526, "created_at":1716173613, "hex":"G12", "tile":"9-3", "rotation":2}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":530, "created_at":1716173655, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716173655}]}, {"type":"place_token", "entity":"BLS", "entity_type":"corporation", "id":531, "created_at":1716173660, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716173659}], "city":"15-0-0", "slot":1, "tokener":"BLS"}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":532, "created_at":1716173666, "routes":[{"train":"4-0", "connections":[["G8", "F7"], ["F7", "F5", "G4", "H3"], ["H3", "I4"]], "hexes":["G8", "F7", "H3", "I4"], "revenue":120, "revenue_str":"G8-F7-H3-I4", "nodes":["G8-0", "F7-0", "H3-0", "I4-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":533, "created_at":1716173718, "kind":"payout"}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":534, "created_at":1716173775}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":535, "created_at":1716173776}, {"type":"lay_tile", "entity":"GB", "entity_type":"corporation", "id":536, "created_at":1716173797, "hex":"G18", "tile":"14-2", "rotation":1}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":537, "created_at":1716173799, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716173799}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716173799}]}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":538, "created_at":1716173810, "routes":[{"train":"4-1", "connections":[["G18", "G20"], ["G20", "F21"], ["F21", "F19"]], "hexes":["G18", "G20", "F21", "F19"], "revenue":130, "revenue_str":"G18-G20-F21-F19", "nodes":["G18-0", "G20-0", "F21-0", "F19-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":539, "created_at":1716173829, "kind":"payout"}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":540, "created_at":1716173831}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":541, "created_at":1716173884, "hex":"E12", "tile":"8-6", "rotation":4}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":542, "created_at":1716173908, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716173907}]}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":543, "created_at":1716173909, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716173909}]}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":544, "created_at":1716173912, "routes":[{"train":"4-2", "connections":[["C20", "D19"], ["D19", "E18"], ["E18", "F19"]], "hexes":["C20", "D19", "E18", "F19"], "revenue":160, "revenue_str":"C20-D19-E18-F19", "nodes":["C20-0", "D19-0", "E18-0", "F19-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":545, "created_at":1716173913, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":546, "created_at":1716173918}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":547, "created_at":1716173920}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":548, "created_at":1716173935, "auto_actions":[{"type":"destination_connection", "entity":"FNM", "entity_type":"corporation", "created_at":1716173934, "corporations":["FNM"]}], "hex":"I20", "tile":"9-4", "rotation":2}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":549, "created_at":1716173943, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716173942}]}, {"city":"15-1-0", "slot":1, "type":"place_token", "entity":"FNM", "tokener":"FNM", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"FNM", "created_at":1716173951, "entity_type":"corporation"}], "id":550, "user":330, "created_at":1716173952}, {"type":"run_routes", "entity":"FNM", "routes":[{"hexes":["L21", "K22", "L23"], "nodes":["L21-0", "K22-0", "L23-0"], "train":"3-3", "revenue":110, "connections":[["L21", "K22"], ["K22", "L23"]], "revenue_str":"L21-K22-L23"}], "entity_type":"corporation", "extra_revenue":0, "id":551, "user":330, "created_at":1716173957}, {"kind":"payout", "type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":552, "user":330, "created_at":1716173958}, {"type":"undo", "entity":"FNM", "entity_type":"corporation", "id":553, "user":330, "created_at":1716174001}, {"type":"undo", "entity":"FNM", "entity_type":"corporation", "id":554, "user":330, "created_at":1716174005}, {"type":"undo", "entity":"FNM", "entity_type":"corporation", "id":555, "user":330, "created_at":1716174009}, {"type":"place_token", "entity":"FNM", "entity_type":"corporation", "id":556, "created_at":1716174011, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716174010}], "city":"619-1-0", "slot":1, "tokener":"FNM"}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":557, "created_at":1716174016, "routes":[{"train":"3-3", "connections":[["L21", "K22"], ["K22", "L23"]], "hexes":["L21", "K22", "L23"], "revenue":110, "revenue_str":"L21-K22-L23", "nodes":["L21-0", "K22-0", "L23-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":558, "created_at":1716174020, "kind":"payout"}, {"type":"buy_train", "entity":"FNM", "entity_type":"corporation", "id":559, "created_at":1716174021, "train":"4-3", "price":260, "variant":"4H"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":560, "created_at":1716174022}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":561, "created_at":1716174024}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":562, "created_at":1716174095, "shares":["NOB_1"], "percent":25}, {"type":"par", "entity":2843, "entity_type":"player", "id":563, "created_at":1716174145, "corporation":"MOB", "share_price":"70,4,4"}, {"type":"sell_shares", "entity":605, "shares":["MOB_1"], "percent":10, "entity_type":"player", "share_price":60, "id":565, "user":605, "created_at":1716174297}, {"type":"par", "entity":605, "corporation":"AB", "entity_type":"player", "share_price":"90,2,4", "id":566, "user":605, "created_at":1716174318}, {"type":"undo", "entity":5630, "action_id":565, "entity_type":"player", "id":568, "user":605, "created_at":1716174358}, {"type":"par", "entity":605, "corporation":"AB", "entity_type":"player", "share_price":"100,1,4", "id":570, "user":605, "created_at":1716174383}, {"type":"undo", "entity":5630, "action_id":563, "entity_type":"player", "id":571, "user":605, "created_at":1716174389}, {"type":"par", "entity":605, "entity_type":"player", "id":572, "created_at":1716174394, "corporation":"AB", "share_price":"100,1,4"}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":574, "created_at":1716174441, "shares":["JN_1"], "percent":20}, {"type":"buy_company", "entity":7706, "entity_type":"player", "id":575, "created_at":1716174583, "company":"B5", "price":150}, {"type":"lay_tile", "entity":"B5", "entity_type":"company", "id":576, "created_at":1716174598, "hex":"G14", "tile":"XM2-1", "rotation":0}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":577, "created_at":1716174618, "shares":["STB_4"], "percent":10}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":578, "created_at":1716174678, "shares":["MOB_2"], "percent":10}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":579, "created_at":1716174687, "shares":["STB_5"], "percent":10}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":580, "created_at":1716174696, "shares":["STB_6"], "percent":10}, {"type":"buy_shares", "entity":7706, "entity_type":"player", "id":581, "created_at":1716174787, "shares":["STB_7"], "percent":10}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":582, "created_at":1716174807, "shares":["STB_8"], "percent":10}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":583, "created_at":1716174813, "shares":["MOB_3"], "percent":10}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":584, "created_at":1716174880, "shares":["ChA_2"], "percent":20}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":585, "created_at":1716174889, "shares":["ChA_3"], "percent":20}, {"type":"pass", "entity":7706, "entity_type":"player", "id":586, "created_at":1716174903}, {"type":"program_share_pass", "entity":330, "entity_type":"player", "id":587, "created_at":1716174911, "auto_actions":[{"type":"pass", "entity":330, "entity_type":"player", "created_at":1716174910}], "unconditional":false, "indefinite":false}, {"type":"pass", "entity":2843, "entity_type":"player", "id":588, "created_at":1716174919}, {"type":"program_share_pass", "entity":2843, "entity_type":"player", "id":589, "created_at":1716174924, "unconditional":false, "indefinite":false}, {"type":"pass", "entity":605, "entity_type":"player", "id":590, "created_at":1716174935}, {"type":"pass", "entity":5630, "entity_type":"player", "id":591, "created_at":1716174962}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":592, "created_at":1716174973, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716174973}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716174973}], "hex":"F11", "tile":"904-0", "rotation":0}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":593, "created_at":1716174977, "routes":[{"train":"3-4", "connections":[["C12", "C14"], ["C14", "D15"]], "hexes":["C12", "C14", "D15"], "revenue":60, "revenue_str":"C12-C14-D15", "nodes":["C12-0", "C14-0", "D15-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":594, "created_at":1716174978, "kind":"payout"}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":595, "created_at":1716174997, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716174996}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716174996}], "hex":"F27", "tile":"8-7", "rotation":5}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":596, "created_at":1716175001, "routes":[{"train":"3-2", "connections":[["C24", "D25"], ["D25", "E26"]], "hexes":["C24", "D25", "E26"], "revenue":80, "revenue_str":"C24-D25-E26", "nodes":["C24-0", "D25-0", "E26-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":597, "created_at":1716175003, "kind":"payout"}, {"type":"lay_tile", "entity":"JS", "entity_type":"corporation", "id":598, "created_at":1716175016, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716175015}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716175015}], "hex":"I2", "tile":"23-1", "rotation":0}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":599, "created_at":1716175019, "routes":[{"train":"3-0", "connections":[["I4", "I2", "J1"]], "hexes":["I4", "J1"], "revenue":50, "revenue_str":"I4-J1", "nodes":["I4-0", "J1-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":600, "created_at":1716175020, "kind":"payout"}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":601, "created_at":1716175044, "hex":"G12", "tile":"24-0", "rotation":2}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":602, "created_at":1716175048, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716175047}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716175047}]}, {"type":"run_routes", "entity":"NOB", "entity_type":"corporation", "id":603, "created_at":1716175051, "routes":[{"train":"3-8", "connections":[["D19", "E18"], ["E18", "F19"]], "hexes":["D19", "E18", "F19"], "revenue":120, "revenue_str":"D19-E18-F19", "nodes":["D19-0", "E18-0", "F19-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"NOB", "entity_type":"corporation", "id":604, "created_at":1716175052, "kind":"payout"}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":605, "created_at":1716175096, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716175096}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716175096}], "hex":"C16", "tile":"8-8", "rotation":4}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":606, "created_at":1716175116, "routes":[{"train":"3-5", "connections":[["F7", "G6", "H7"]], "hexes":["F7", "H7"], "revenue":70, "revenue_str":"F7-H7", "nodes":["F7-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":607, "created_at":1716175117, "kind":"payout"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":608, "created_at":1716175122}, {"hex":"G28", "tile":"619-3", "type":"lay_tile", "entity":"ChA", "rotation":4, "entity_type":"corporation", "id":609, "user":2843, "created_at":1716175138}, {"type":"buy_company", "price":29, "entity":"ChA", "company":"P2", "entity_type":"corporation", "id":610, "user":2843, "created_at":1716175167}, {"type":"undo", "entity":"ChA", "entity_type":"corporation", "id":611, "user":2843, "created_at":1716175196}, {"type":"buy_company", "price":30, "entity":"ChA", "company":"P2", "entity_type":"corporation", "id":612, "user":2843, "created_at":1716175225}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"ChA", "created_at":1716175233, "entity_type":"corporation"}, {"type":"pass", "entity":"ChA", "created_at":1716175233, "entity_type":"corporation"}], "id":613, "user":2843, "created_at":1716175233}, {"type":"undo", "entity":"ChA", "action_id":608, "entity_type":"corporation", "id":614, "user":2843, "created_at":1716175248}, {"type":"lay_tile", "entity":"ChA", "entity_type":"corporation", "id":615, "created_at":1716175256, "hex":"G28", "tile":"619-3", "rotation":4}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":616, "created_at":1716175260, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716175259}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716175259}]}, {"type":"run_routes", "entity":"ChA", "entity_type":"corporation", "id":617, "created_at":1716175264, "routes":[{"train":"3-7", "connections":[["G28", "H27", "I28"]], "hexes":["G28", "I28"], "revenue":70, "revenue_str":"G28-I28", "nodes":["G28-0", "I28-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"ChA", "entity_type":"corporation", "id":618, "created_at":1716175265, "kind":"withhold"}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":619, "created_at":1716175273}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":620, "created_at":1716175278}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":621, "created_at":1716175305, "hex":"E12", "tile":"25-0", "rotation":0}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":622, "created_at":1716175336, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716175335}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716175335}]}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":623, "created_at":1716175345, "routes":[{"train":"4-0", "connections":[["G14", "G12", "F11"], ["F11", "F9", "F7"], ["F7", "G8"]], "hexes":["G14", "F11", "F7", "G8"], "revenue":150, "revenue_str":"G14-F11-F7-G8", "nodes":["G14-0", "F11-0", "F7-0", "G8-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":624, "created_at":1716175346, "kind":"withhold"}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":625, "created_at":1716175353}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":626, "created_at":1716175355}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":627, "created_at":1716175405, "auto_actions":[{"type":"destination_connection", "entity":"STB", "entity_type":"corporation", "created_at":1716175404, "corporations":["STB"]}], "hex":"H13", "tile":"6-5", "rotation":0}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":628, "created_at":1716175409, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716175408}]}, {"type":"place_token", "entity":"STB", "entity_type":"corporation", "id":630, "created_at":1716175487, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716175486}], "city":"904-0-0", "slot":1, "tokener":"STB"}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":631, "created_at":1716175493, "routes":[{"train":"4-2", "connections":[["C20", "D19"], ["D19", "D17"], ["D17", "D15"]], "hexes":["C20", "D19", "D17", "D15"], "revenue":120, "revenue_str":"C20-D19-D17-D15", "nodes":["C20-0", "D19-0", "D17-0", "D15-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":632, "created_at":1716175508, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":633, "created_at":1716175533}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":634, "created_at":1716175539}, {"type":"lay_tile", "entity":"GB", "entity_type":"corporation", "id":635, "created_at":1716175594, "hex":"G16", "tile":"88-0", "rotation":0}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":636, "created_at":1716175603, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716175603}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716175603}]}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":637, "created_at":1716175612, "routes":[{"train":"4-1", "connections":[["F19", "F21"], ["F21", "G20"], ["G20", "H19", "I20", "J21", "K22"]], "hexes":["F19", "F21", "G20", "K22"], "revenue":170, "revenue_str":"F19-F21-G20-K22", "nodes":["F19-0", "F21-0", "G20-0", "K22-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":638, "created_at":1716175615, "kind":"payout"}, {"type":"buy_train", "entity":"GB", "entity_type":"corporation", "id":639, "created_at":1716175681, "train":"3-7", "price":1}, {"hex":"I6", "tile":"6-3", "type":"lay_tile", "entity":"MOB", "rotation":1, "entity_type":"corporation", "id":640, "user":2843, "created_at":1716175689}, {"type":"undo", "entity":"MOB", "action_id":639, "entity_type":"corporation", "id":641, "user":2843, "created_at":1716175696}, {"type":"buy_company", "price":100, "entity":"MOB", "company":"P2", "entity_type":"corporation", "id":642, "user":2843, "created_at":1716175704}, {"type":"undo", "entity":"MOB", "action_id":639, "entity_type":"corporation", "id":643, "user":2843, "created_at":1716175718}, {"type":"lay_tile", "entity":"P2", "entity_type":"company", "id":644, "created_at":1716175771, "hex":"I6", "tile":"6-3", "rotation":1}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":645, "created_at":1716175774, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716175773}]}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":646, "created_at":1716175777, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716175776}]}, {"type":"buy_train", "entity":"MOB", "entity_type":"corporation", "id":647, "created_at":1716175794, "train":"4-1", "price":1}, {"type":"buy_train", "entity":"MOB", "entity_type":"corporation", "id":648, "created_at":1716175798, "train":"4-5", "price":260, "variant":"4H"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":649, "created_at":1716175812}, {"type":"buy_company", "entity":"MOB", "entity_type":"corporation", "id":650, "created_at":1716175832, "company":"P2", "price":68}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":651, "created_at":1716175843, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716175842}], "hex":"E20", "tile":"8-9", "rotation":5}, {"type":"place_token", "entity":"FNM", "entity_type":"corporation", "id":652, "created_at":1716175852, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716175851}], "city":"15-1-0", "slot":1, "tokener":"FNM"}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":653, "created_at":1716175861, "routes":[{"train":"4-3", "connections":[["F19", "E18"], ["E18", "D19"], ["D19", "C20"]], "hexes":["F19", "E18", "D19", "C20"], "revenue":160, "revenue_str":"F19-E18-D19-C20", "nodes":["F19-0", "E18-0", "D19-0", "C20-0"]}, {"train":"3-3", "connections":[["L21", "K22"], ["K22", "L23"]], "hexes":["L21", "K22", "L23"], "revenue":110, "revenue_str":"L21-K22-L23", "nodes":["L21-0", "K22-0", "L23-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":654, "created_at":1716175862, "kind":"payout"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":655, "created_at":1716175863}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":656, "created_at":1716175865}, {"type":"lay_tile", "entity":"SCB", "entity_type":"corporation", "id":657, "created_at":1716175895, "auto_actions":[{"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716175895}, {"type":"pass", "entity":"SCB", "entity_type":"corporation", "created_at":1716175895}], "hex":"C18", "tile":"8-10", "rotation":5}, {"type":"run_routes", "entity":"SCB", "entity_type":"corporation", "id":658, "created_at":1716175897, "routes":[{"train":"3-4", "connections":[["C12", "C14"], ["C14", "D15"]], "hexes":["C12", "C14", "D15"], "revenue":60, "revenue_str":"C12-C14-D15", "nodes":["C12-0", "C14-0", "D15-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SCB", "entity_type":"corporation", "id":659, "created_at":1716175898, "kind":"payout"}, {"type":"lay_tile", "entity":"VSB", "entity_type":"corporation", "id":660, "created_at":1716175904, "auto_actions":[{"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716175903}, {"type":"pass", "entity":"VSB", "entity_type":"corporation", "created_at":1716175903}], "hex":"B21", "tile":"9-5", "rotation":1}, {"type":"run_routes", "entity":"VSB", "entity_type":"corporation", "id":661, "created_at":1716175906, "routes":[{"train":"3-2", "connections":[["C24", "D25"], ["D25", "E26"]], "hexes":["C24", "D25", "E26"], "revenue":80, "revenue_str":"C24-D25-E26", "nodes":["C24-0", "D25-0", "E26-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VSB", "entity_type":"corporation", "id":662, "created_at":1716175908, "kind":"payout"}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "id":663, "created_at":1716175926, "auto_actions":[{"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716175925}, {"type":"pass", "entity":"JS", "entity_type":"corporation", "created_at":1716175925}]}, {"type":"run_routes", "entity":"JS", "entity_type":"corporation", "id":664, "created_at":1716175927, "routes":[{"train":"3-0", "connections":[["I4", "I2", "J1"]], "hexes":["I4", "J1"], "revenue":50, "revenue_str":"I4-J1", "nodes":["I4-0", "J1-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JS", "entity_type":"corporation", "id":665, "created_at":1716175928, "kind":"payout"}, {"type":"lay_tile", "entity":"NOB", "entity_type":"corporation", "id":666, "created_at":1716175932, "hex":"C18", "tile":"16-1", "rotation":4}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "id":667, "created_at":1716175941, "auto_actions":[{"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716175939}, {"type":"pass", "entity":"NOB", "entity_type":"corporation", "created_at":1716175939}]}, {"type":"run_routes", "entity":"NOB", "entity_type":"corporation", "id":668, "created_at":1716175941, "routes":[{"train":"3-8", "connections":[["D19", "E18"], ["E18", "F19"]], "hexes":["D19", "E18", "F19"], "revenue":120, "revenue_str":"D19-E18-F19", "nodes":["D19-0", "E18-0", "F19-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"NOB", "entity_type":"corporation", "id":669, "created_at":1716175942, "kind":"payout"}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":670, "created_at":1716175950, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716175949}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716175949}], "hex":"G6", "tile":"29-0", "rotation":3}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":671, "created_at":1716175953, "routes":[{"train":"3-5", "connections":[["F7", "G6", "H7"]], "hexes":["F7", "H7"], "revenue":70, "revenue_str":"F7-H7", "nodes":["F7-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":672, "created_at":1716175955, "kind":"payout"}, {"type":"buy_train", "entity":"JN", "entity_type":"corporation", "id":675, "created_at":1716176065, "train":"3-4", "price":1}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":677, "created_at":1716176093, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716176092}], "hex":"H13", "tile":"15-4", "rotation":5}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":678, "created_at":1716176099, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716176098}]}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":679, "created_at":1716176102, "routes":[{"train":"4-2", "connections":[["C20", "D19"], ["D19", "D17"], ["D17", "D15"]], "hexes":["C20", "D19", "D17", "D15"], "revenue":120, "revenue_str":"C20-D19-D17-D15", "nodes":["C20-0", "D19-0", "D17-0", "D15-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":680, "created_at":1716176104, "kind":"withhold"}, {"type":"buy_train", "entity":"STB", "entity_type":"corporation", "id":681, "created_at":1716176111, "train":"5-0", "price":400, "variant":"5H"}, {"type":"lay_tile", "entity":"GB", "entity_type":"corporation", "id":682, "created_at":1716176138, "auto_actions":[{"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716176137}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "created_at":1716176137}], "hex":"F21", "tile":"611-0", "rotation":0}, {"type":"run_routes", "entity":"GB", "entity_type":"corporation", "id":683, "created_at":1716176143, "routes":[{"train":"3-7", "connections":[["F19", "F21"], ["F21", "G20"]], "hexes":["F19", "F21", "G20"], "revenue":140, "revenue_str":"F19-F21-G20", "nodes":["F19-0", "F21-0", "G20-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"GB", "entity_type":"corporation", "id":684, "created_at":1716176144, "kind":"payout"}, {"type":"pass", "entity":"GB", "entity_type":"corporation", "id":685, "created_at":1716176148}, {"type":"lay_tile", "entity":"ChA", "entity_type":"corporation", "id":686, "created_at":1716176179, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716176178}], "hex":"I28", "tile":"15-5", "rotation":5}, {"type":"place_token", "entity":"ChA", "entity_type":"corporation", "id":687, "created_at":1716176192, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716176191}], "city":"15-5-0", "slot":1, "tokener":"ChA"}, {"type":"buy_train", "entity":"ChA", "entity_type":"corporation", "id":688, "created_at":1716176199, "train":"4-5", "price":1}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":689, "created_at":1716176201}, {"type":"lay_tile", "entity":"T3", "entity_type":"company", "id":690, "created_at":1716176214, "auto_actions":[{"type":"destination_connection", "entity":"BLS", "entity_type":"corporation", "created_at":1716176213, "corporations":["BLS"]}], "hex":"I12", "tile":"X78-0", "rotation":3}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":691, "created_at":1716176258, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716176257}], "hex":"J15", "tile":"9-6", "rotation":1}, {"type":"place_token", "entity":"BLS", "entity_type":"corporation", "id":692, "created_at":1716176265, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716176264}], "city":"15-4-0", "slot":1, "tokener":"BLS"}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":693, "created_at":1716176294, "routes":[{"train":"4-0", "connections":[["H7", "G6", "F7"], ["F7", "F9", "F11"], ["F11", "G12", "G14"]], "hexes":["H7", "F7", "F11", "G14"], "revenue":170, "revenue_str":"H7-F7-F11-G14", "nodes":["H7-0", "F7-0", "F11-0", "G14-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":694, "created_at":1716176295, "kind":"payout"}, {"type":"buy_train", "price":400, "train":"5-3", "entity":"BLS", "variant":"5H", "entity_type":"corporation", "id":695, "user":7706, "created_at":1716176391}, {"type":"undo", "entity":"FNM", "entity_type":"corporation", "id":696, "user":7706, "created_at":1716176409}, {"type":"buy_train", "entity":"BLS", "entity_type":"corporation", "id":697, "created_at":1716176410, "train":"5-3", "price":450, "variant":"5"}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":698, "created_at":1716176418, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716176417}], "hex":"E18", "tile":"611-1", "rotation":3}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":699, "created_at":1716176422, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716176421}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":700, "created_at":1716176430, "routes":[{"train":"4-3", "connections":[["F19", "E18"], ["E18", "D19"], ["D19", "C20"]], "hexes":["F19", "E18", "D19", "C20"], "revenue":200, "revenue_str":"F19-E18-D19-C20", "nodes":["F19-0", "E18-0", "D19-0", "C20-0"]}, {"train":"3-3", "connections":[["F19", "F21"], ["F21", "G20"]], "hexes":["F19", "F21", "G20"], "revenue":140, "revenue_str":"F19-F21-G20", "nodes":["F19-0", "F21-0", "G20-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":701, "created_at":1716176431, "kind":"payout"}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":702, "created_at":1716176433}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":703, "created_at":1716176461, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716176460}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716176460}], "hex":"I6", "tile":"15-6", "rotation":1}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":704, "created_at":1716176466, "routes":[{"train":"4-1", "connections":[["H7", "I6"], ["I6", "I4"]], "hexes":["H7", "I6", "I4"], "revenue":120, "revenue_str":"H7-I6-I4", "nodes":["H7-0", "I6-0", "I4-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":705, "created_at":1716176469, "kind":"payout"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":706, "created_at":1716176473}, {"type":"discard_train", "entity":"SBB", "entity_type":"corporation", "id":707, "created_at":1716176479, "train":"3-8"}, {"type":"par", "entity":7706, "entity_type":"player", "id":710, "created_at":1716176549, "corporation":"RhB", "share_price":"100,1,4"}, {"type":"sell_shares", "entity":605, "entity_type":"player", "id":714, "created_at":1716176587, "shares":["FNM_3"], "percent":10}, {"type":"par", "entity":605, "entity_type":"player", "id":715, "created_at":1716176591, "corporation":"VZ", "share_price":"100,1,4"}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":717, "created_at":1716176672, "shares":["BLS_4"], "percent":10}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":718, "created_at":1716176682, "shares":["FNM_3"], "percent":10}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":719, "created_at":1716176724, "shares":["BLS_5"], "percent":10}, {"type":"buy_shares", "entity":7706, "entity_type":"player", "id":720, "created_at":1716176739, "shares":["BLS_6"], "percent":10}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":721, "created_at":1716176756, "shares":["BLS_7"], "percent":10}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":722, "created_at":1716176759, "shares":["BLS_8"], "percent":10}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":723, "created_at":1716176795, "shares":["MOB_4"], "percent":10}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":724, "created_at":1716176840, "shares":["FNM_6"], "percent":10}, {"type":"buy_shares", "entity":7706, "entity_type":"player", "id":725, "created_at":1716176867, "shares":["MOB_5"], "percent":10}, {"type":"buy_company", "entity":605, "entity_type":"player", "id":726, "created_at":1716176873, "company":"T4", "price":50}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":727, "created_at":1716176880, "shares":["MOB_6"], "percent":10}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":729, "created_at":1716176896, "shares":["VZ_1"], "percent":20}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":733, "created_at":1716176959, "shares":["VZ_2"], "percent":20}, {"type":"program_buy_shares", "entity":7706, "entity_type":"player", "id":734, "created_at":1716176964, "auto_actions":[{"type":"buy_shares", "entity":7706, "entity_type":"player", "created_at":1716176963, "shares":["RhB_1"], "percent":10}], "corporation":"RhB", "until_condition":"float", "from_market":false, "auto_pass_after":false}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":735, "created_at":1716176972, "shares":["VZ_3"], "percent":20}, {"type":"pass", "entity":5630, "entity_type":"player", "id":736, "created_at":1716177007}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":737, "created_at":1716177037, "shares":["RhB_2"], "percent":10}, {"type":"program_buy_shares", "entity":7706, "entity_type":"player", "id":738, "created_at":1716177059, "corporation":"RhB", "until_condition":5, "from_market":false, "auto_pass_after":false}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":739, "created_at":1716177087, "auto_actions":[{"type":"buy_shares", "entity":7706, "entity_type":"player", "created_at":1716177086, "shares":["RhB_3"], "percent":10}], "shares":["MOB_7"], "percent":10}, {"type":"sell_shares", "entity":605, "entity_type":"player", "id":740, "created_at":1716177095, "shares":["MOB_1"], "percent":10}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":741, "created_at":1716177100, "shares":["AB_1"], "percent":10}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":747, "created_at":1716177200, "shares":["RhB_4"], "percent":10}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":748, "created_at":1716177209, "shares":["RhB_5"], "percent":10}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":749, "created_at":1716177215, "auto_actions":[{"type":"program_disable", "entity":7706, "entity_type":"player", "created_at":1716177214, "reason":"Shares were sold"}], "shares":["MOB_8"], "percent":10}, {"type":"buy_shares", "entity":7706, "entity_type":"player", "id":750, "created_at":1716177220, "shares":["RhB_6"], "percent":10}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":751, "created_at":1716177228, "shares":["RhB_7"], "percent":10}, {"type":"pass", "entity":5630, "entity_type":"player", "id":753, "created_at":1716177240}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":754, "created_at":1716177247, "shares":["RhB_8"], "percent":10}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":755, "created_at":1716177253, "shares":["MOB_1"], "percent":10}, {"type":"pass", "entity":7706, "entity_type":"player", "id":757, "created_at":1716177271}, {"type":"sell_shares", "entity":605, "entity_type":"player", "id":758, "created_at":1716177277, "shares":["RhB_7"], "percent":10, "share_price":90}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":759, "created_at":1716177280, "shares":["AB_2"], "percent":10}, {"type":"pass", "entity":5630, "entity_type":"player", "id":762, "created_at":1716177296}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":764, "created_at":1716177324, "shares":["RhB_7"], "percent":10}, {"type":"program_share_pass", "entity":2843, "entity_type":"player", "id":765, "created_at":1716177355, "auto_actions":[{"type":"pass", "entity":2843, "entity_type":"player", "created_at":1716177354}], "unconditional":false, "indefinite":false}, {"type":"pass", "entity":7706, "entity_type":"player", "id":766, "created_at":1716177361}, {"type":"sell_shares", "entity":605, "entity_type":"player", "id":773, "created_at":1716177569, "shares":["JN_2"], "percent":20}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":775, "created_at":1716177574, "shares":["AB_3"], "percent":10}, {"type":"sell_shares", "entity":5630, "entity_type":"player", "id":778, "created_at":1716177614, "shares":["MOB_6"], "percent":10}, {"type":"program_disable", "entity":2843, "entity_type":"player", "id":783, "created_at":1716177680, "reason":"user", "original_type":"program_share_pass"}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":785, "created_at":1716177756, "shares":["JN_2"], "percent":20}, {"type":"program_share_pass", "entity":330, "entity_type":"player", "id":787, "created_at":1716177762, "auto_actions":[{"type":"pass", "entity":330, "entity_type":"player", "created_at":1716177761}], "unconditional":false, "indefinite":false}, {"type":"sell_shares", "entity":2843, "entity_type":"player", "id":789, "created_at":1716177857, "shares":["JN_3"], "percent":20}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":790, "created_at":1716177862, "shares":["MOB_6"], "percent":10}, {"type":"buy_shares", "entity":7706, "entity_type":"player", "id":791, "created_at":1716177874, "shares":["AB_4"], "percent":10}, {"type":"pass", "entity":605, "entity_type":"player", "id":793, "created_at":1716177882}, {"type":"sell_shares", "entity":5630, "entity_type":"player", "id":803, "created_at":1716178030, "shares":["RhB_4"], "percent":10, "share_price":80}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":804, "created_at":1716178032, "auto_actions":[{"type":"program_disable", "entity":330, "entity_type":"player", "created_at":1716178031, "reason":"Shares were sold"}], "shares":["JN_3"], "percent":20}, {"type":"program_share_pass", "entity":330, "entity_type":"player", "id":805, "created_at":1716178045, "auto_actions":[{"type":"pass", "entity":330, "entity_type":"player", "created_at":1716178043}], "unconditional":false, "indefinite":false}, {"type":"buy_shares", "entity":2843, "entity_type":"player", "id":807, "created_at":1716178056, "shares":["RhB_4"], "percent":10}, {"type":"sell_shares", "entity":7706, "entity_type":"player", "id":808, "created_at":1716178064, "shares":["AB_4"], "percent":10, "share_price":90}, {"type":"pass", "entity":7706, "entity_type":"player", "id":816, "created_at":1716178210}, {"type":"pass", "entity":605, "entity_type":"player", "id":818, "created_at":1716178268}, {"type":"pass", "entity":5630, "entity_type":"player", "id":823, "created_at":1716178316, "auto_actions":[{"type":"program_disable", "entity":330, "entity_type":"player", "created_at":1716178315, "reason":"Shares were sold"}]}, {"type":"program_share_pass", "entity":330, "entity_type":"player", "id":824, "created_at":1716178335, "auto_actions":[{"type":"pass", "entity":330, "entity_type":"player", "created_at":1716178333}], "unconditional":false, "indefinite":false}, {"type":"pass", "entity":2843, "entity_type":"player", "id":825, "created_at":1716178343}, {"type":"pass", "entity":7706, "entity_type":"player", "id":826, "created_at":1716178349}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":827, "created_at":1716178361, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716178361}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716178361}], "hex":"G8", "tile":"67-0", "rotation":4}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":828, "created_at":1716178369, "routes":[{"train":"3-4", "connections":[["F7", "G6", "G8"]], "hexes":["F7", "G8"], "revenue":80, "revenue_str":"F7-G8", "nodes":["F7-0", "G8-0"]}, {"train":"3-5", "connections":[["F7", "G8"], ["G8", "H7"]], "hexes":["F7", "G8", "H7"], "revenue":130, "revenue_str":"F7-G8-H7", "nodes":["F7-0", "G8-1", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":829, "created_at":1716178375, "kind":"payout"}, {"type":"lay_tile", "entity":"SBB", "entity_type":"corporation", "id":830, "created_at":1716178388, "hex":"I4", "tile":"902-0", "rotation":4}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":831, "created_at":1716178393, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1716178392}]}, {"type":"place_token", "entity":"SBB", "entity_type":"corporation", "id":832, "created_at":1716178406, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1716178405}], "city":"619-3-0", "slot":1, "tokener":"SBB"}, {"type":"run_routes", "entity":"SBB", "entity_type":"corporation", "id":833, "created_at":1716178439, "routes":[{"train":"5-2", "connections":[["F19", "E18"], ["E18", "F17"], ["F17", "G16"], ["G16", "G14"]], "hexes":["F19", "E18", "F17", "G16", "G14"], "revenue":210, "revenue_str":"F19-E18-F17-G16-G14", "nodes":["F19-0", "E18-0", "F17-0", "G16-0", "G14-0"]}, {"train":"3-7", "connections":[["E18", "D19"], ["D19", "C20"]], "hexes":["E18", "D19", "C20"], "revenue":120, "revenue_str":"E18-D19-C20", "nodes":["E18-0", "D19-0", "C20-0"]}, {"train":"3-0", "connections":[["I4", "I6"], ["I6", "H7"]], "hexes":["I4", "I6", "H7"], "revenue":130, "revenue_str":"I4-I6-H7", "nodes":["I4-0", "I6-0", "H7-0"]}, {"train":"3-2", "connections":[["F19", "F21"], ["F21", "G20"]], "hexes":["F19", "F21", "G20"], "revenue":140, "revenue_str":"F19-F21-G20", "nodes":["F19-0", "F21-0", "G20-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SBB", "entity_type":"corporation", "id":834, "created_at":1716178446, "kind":"withhold"}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":836, "created_at":1716178498, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716178497}], "hex":"C20", "tile":"65-0", "rotation":0}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":837, "created_at":1716178517, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716178516}]}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":838, "created_at":1716178522, "routes":[{"train":"5-0", "connections":[["G14", "G12", "F11"], ["F11", "F9", "F7"]], "hexes":["G14", "F11", "F7"], "revenue":120, "revenue_str":"G14-F11-F7", "nodes":["G14-0", "F11-0", "F7-0"]}, {"train":"4-2", "connections":[["C20", "D19"], ["D19", "D17"], ["D17", "D15"]], "hexes":["C20", "D19", "D17", "D15"], "revenue":130, "revenue_str":"C20-D19-D17-D15", "nodes":["C20-0", "D19-0", "D17-0", "D15-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":840, "created_at":1716178598, "kind":"payout"}, {"hex":"H13", "tile":"611-2", "type":"lay_tile", "entity":"BLS", "rotation":4, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"BLS", "created_at":1716178663, "entity_type":"corporation"}, {"type":"pass", "entity":"BLS", "created_at":1716178663, "entity_type":"corporation"}], "id":842, "user":7706, "created_at":1716178664}, {"type":"undo", "entity":"BLS", "action_id":840, "entity_type":"corporation", "id":843, "user":7706, "created_at":1716178697}, {"hex":"D19", "tile":"909-0", "type":"lay_tile", "entity":"BLS", "rotation":3, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"BLS", "created_at":1716178703, "entity_type":"corporation"}, {"type":"pass", "entity":"BLS", "created_at":1716178703, "entity_type":"corporation"}], "id":844, "user":7706, "created_at":1716178704}, {"type":"undo", "entity":"BLS", "action_id":840, "entity_type":"corporation", "id":845, "user":7706, "created_at":1716178728}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":846, "created_at":1716178731, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716178730}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716178730}], "hex":"H13", "tile":"611-2", "rotation":4}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":847, "created_at":1716178736, "routes":[{"train":"5-3", "connections":[["J13", "I12", "H13"], ["H13", "G12", "F11"], ["F11", "E12", "E14", "D15"], ["D15", "D17"]], "hexes":["J13", "H13", "F11", "D15", "D17"], "revenue":190, "revenue_str":"J13-H13-F11-D15-D17", "nodes":["J13-0", "H13-0", "F11-0", "D15-0", "D17-0"]}, {"train":"4-0", "connections":[["H7", "G8"], ["G8", "F7"], ["F7", "G6", "G8"]], "hexes":["H7", "G8", "F7", "G8"], "revenue":180, "revenue_str":"H7-G8-F7-G8", "nodes":["H7-0", "G8-1", "F7-0", "G8-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":848, "created_at":1716178740, "kind":"payout"}, {"type":"lay_tile", "entity":"VZ", "entity_type":"corporation", "id":849, "created_at":1716178753, "hex":"K10", "tile":"5-1", "rotation":2}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"VZ", "created_at":1716178759, "entity_type":"corporation"}, {"type":"pass", "entity":"VZ", "created_at":1716178759, "entity_type":"corporation"}], "id":850, "user":605, "created_at":1716178760}, {"type":"undo", "entity":"VZ", "action_id":849, "entity_type":"corporation", "id":851, "user":605, "created_at":1716178782}, {"hex":"J9", "tile":"X79-0", "type":"lay_tile", "entity":"T4", "rotation":2, "entity_type":"company", "auto_actions":[{"type":"pass", "entity":"VZ", "created_at":1716178786, "entity_type":"corporation"}, {"type":"pass", "entity":"VZ", "created_at":1716178786, "entity_type":"corporation"}], "id":852, "user":605, "created_at":1716178787}, {"type":"undo", "entity":"VZ", "action_id":849, "entity_type":"corporation", "id":853, "user":605, "created_at":1716178809}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":854, "created_at":1716178811, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1716178809}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1716178809}]}, {"type":"buy_train", "entity":"VZ", "entity_type":"corporation", "id":855, "created_at":1716178812, "train":"5-5", "price":400, "variant":"5H"}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":856, "created_at":1716178814}, {"type":"lay_tile", "entity":"RhB", "entity_type":"corporation", "id":857, "created_at":1716178819, "auto_actions":[{"type":"destination_connection", "entity":"RhB", "entity_type":"corporation", "created_at":1716178818, "corporations":["RhB"]}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1716178818}], "hex":"H25", "tile":"58-5", "rotation":1}, {"type":"place_token", "entity":"RhB", "entity_type":"corporation", "id":858, "created_at":1716178877, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1716178875}], "city":"611-2-0", "slot":1, "tokener":"RhB"}, {"type":"buy_train", "entity":"RhB", "entity_type":"corporation", "id":859, "created_at":1716178889, "train":"6-0", "price":630, "variant":"6"}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "id":860, "created_at":1716178953}, {"type":"lay_tile", "entity":"ChA", "entity_type":"corporation", "id":861, "created_at":1716178971, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716178970}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716178970}], "hex":"G28", "tile":"611-3", "rotation":4}, {"type":"run_routes", "entity":"ChA", "entity_type":"corporation", "id":862, "created_at":1716178976, "routes":[{"train":"4-5", "connections":[["G28", "H27", "I28"], ["I28", "J29"]], "hexes":["G28", "I28", "J29"], "revenue":150, "revenue_str":"G28-I28-J29", "nodes":["G28-0", "I28-0", "J29-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"ChA", "entity_type":"corporation", "id":863, "created_at":1716178983, "kind":"payout"}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":864, "created_at":1716178988}, {"type":"lay_tile", "entity":"AB", "entity_type":"corporation", "id":865, "created_at":1716179007, "auto_actions":[{"type":"destination_connection", "entity":"AB", "entity_type":"corporation", "created_at":1716179006, "corporations":["AB"]}], "hex":"B21", "tile":"24-1", "rotation":4}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":866, "created_at":1716179010, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1716179009}]}, {"type":"place_token", "entity":"AB", "entity_type":"corporation", "id":867, "created_at":1716179011, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1716179011}], "city":"14-1-0", "slot":1, "tokener":"AB"}, {"type":"buy_train", "entity":"AB", "entity_type":"corporation", "id":868, "created_at":1716179016, "train":"6-1", "price":630, "variant":"6"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":869, "created_at":1716179041}, {"type":"choose_ability", "entity":"P7", "entity_type":"company", "id":870, "created_at":1716179058, "choice":"FNM"}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":871, "created_at":1716179091, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716179090}], "hex":"F17", "tile":"611-4", "rotation":5}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":872, "created_at":1716179094, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716179093}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":873, "created_at":1716179103, "routes":[{"train":"5-1", "connections":[["F19", "F21"], ["F21", "G20"], ["G20", "G18"], ["G18", "F17"]], "hexes":["F19", "F21", "G20", "G18", "F17"], "revenue":210, "revenue_str":"F19-F21-G20-G18-F17", "nodes":["F19-0", "F21-0", "G20-0", "G18-0", "F17-0"]}, {"train":"4-3", "connections":[["F19", "E18"], ["E18", "D19"], ["D19", "C20"]], "hexes":["F19", "E18", "D19", "C20"], "revenue":210, "revenue_str":"F19-E18-D19-C20", "nodes":["F19-0", "E18-0", "D19-0", "C20-0"]}], "extra_revenue":0}, {"kind":"withhold", "type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":874, "user":330, "created_at":1716179105}, {"type":"undo", "entity":"MOB", "entity_type":"corporation", "id":875, "user":330, "created_at":1716179116}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":876, "created_at":1716179123, "kind":"payout"}, {"type":"lay_tile", "entity":"MOB", "entity_type":"corporation", "id":877, "created_at":1716179149, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716179148}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716179148}], "hex":"I6", "tile":"611-5", "rotation":1}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":878, "created_at":1716179154, "routes":[{"train":"4-1", "connections":[["H7", "I6"], ["I6", "I4"], ["I4", "H3"]], "hexes":["H7", "I6", "I4", "H3"], "revenue":150, "revenue_str":"H7-I6-I4-H3", "nodes":["H7-0", "I6-0", "I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":879, "created_at":1716179178, "kind":"withhold"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":880, "created_at":1716179181}, {"hex":"F11", "tile":"905-0", "type":"lay_tile", "entity":"JN", "rotation":0, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"JN", "created_at":1716179198, "entity_type":"corporation"}, {"type":"pass", "entity":"JN", "created_at":1716179198, "entity_type":"corporation"}], "id":881, "user":5630, "created_at":1716179199}, {"type":"buy_train", "price":1, "train":"5-0", "entity":"JN", "entity_type":"corporation", "id":882, "user":5630, "created_at":1716179209}, {"type":"buy_train", "price":5, "train":"4-2", "entity":"JN", "entity_type":"corporation", "id":883, "user":5630, "created_at":1716179281}, {"hex":"G10", "tile":"8-0", "type":"lay_tile", "entity":"STB", "rotation":1, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"STB", "created_at":1716179327, "entity_type":"corporation"}], "id":884, "user":5630, "created_at":1716179328}, {"type":"undo", "entity":"STB", "action_id":880, "entity_type":"corporation", "id":885, "user":5630, "created_at":1716179361}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":886, "created_at":1716179367, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716179366}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716179366}], "hex":"G6", "tile":"39-0", "rotation":3}, {"type":"buy_train", "entity":"JN", "entity_type":"corporation", "id":887, "created_at":1716179370, "train":"4-2", "price":1}, {"type":"buy_train", "entity":"JN", "entity_type":"corporation", "id":888, "created_at":1716179371, "train":"5-0", "price":5}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":889, "created_at":1716179374, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716179373}], "hex":"G10", "tile":"8-0", "rotation":1}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":892, "created_at":1716179433, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716179432}]}, {"type":"buy_train", "entity":"STB", "entity_type":"corporation", "id":894, "created_at":1716179464, "train":"6-2", "price":630, "variant":"6"}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":899, "created_at":1716179548, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716179547}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716179547}], "hex":"E14", "tile":"43-0", "rotation":1}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":900, "created_at":1716179606, "routes":[{"train":"5-3", "connections":[["H7", "G6", "G8"], ["G8", "G10", "F11"], ["F11", "G12", "H13"], ["H13", "I12", "J13"]], "hexes":["H7", "G8", "F11", "H13", "J13"], "revenue":250, "revenue_str":"H7-G8-F11-H13-J13", "nodes":["H7-0", "G8-0", "F11-0", "H13-0", "J13-0"]}, {"train":"4-0", "connections":[["F7", "G8"], ["G8", "H7"]], "hexes":["F7", "G8", "H7"], "revenue":130, "revenue_str":"F7-G8-H7", "nodes":["F7-0", "G8-1", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":901, "created_at":1716179637, "kind":"withhold"}, {"type":"lay_tile", "entity":"SBB", "entity_type":"corporation", "id":902, "created_at":1716179645, "hex":"I8", "tile":"8-3", "rotation":5}, {"type":"lay_tile", "entity":"T4", "entity_type":"company", "id":903, "created_at":1716179652, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1716179651}], "hex":"J9", "tile":"X79-0", "rotation":2}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":904, "created_at":1716179656, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1716179655}]}, {"type":"run_routes", "entity":"SBB", "entity_type":"corporation", "id":905, "created_at":1716179674, "routes":[{"train":"5-2", "connections":[["F19", "E18"], ["E18", "F17"], ["F17", "G16"], ["G16", "G14"]], "hexes":["F19", "E18", "F17", "G16", "G14"], "revenue":220, "revenue_str":"F19-E18-F17-G16-G14", "nodes":["F19-0", "E18-0", "F17-0", "G16-0", "G14-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SBB", "entity_type":"corporation", "id":906, "created_at":1716179675, "kind":"payout"}, {"type":"buy_train", "entity":"SBB", "entity_type":"corporation", "id":907, "created_at":1716179680, "train":"6-3", "price":630, "variant":"6"}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":908, "created_at":1716179681}, {"type":"lay_tile", "entity":"VZ", "entity_type":"corporation", "id":909, "created_at":1716179702, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1716179700}], "hex":"K10", "tile":"619-1", "rotation":0}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":910, "created_at":1716179704, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1716179703}]}, {"type":"run_routes", "entity":"VZ", "entity_type":"corporation", "id":911, "created_at":1716179711, "routes":[{"train":"5-5", "connections":[["K10", "J9", "I8", "I6"], ["I6", "H7"]], "hexes":["K10", "I6", "H7"], "revenue":150, "revenue_str":"K10-I6-H7", "nodes":["K10-0", "I6-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VZ", "entity_type":"corporation", "id":912, "created_at":1716179712, "kind":"payout"}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":913, "created_at":1716179714}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":914, "created_at":1716179732, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716179731}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716179731}]}, {"type":"run_routes", "entity":"ChA", "entity_type":"corporation", "id":915, "created_at":1716179734, "routes":[{"train":"4-5", "connections":[["G28", "H27", "I28"], ["I28", "J29"]], "hexes":["G28", "I28", "J29"], "revenue":150, "revenue_str":"G28-I28-J29", "nodes":["G28-0", "I28-0", "J29-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"ChA", "entity_type":"corporation", "id":916, "created_at":1716179735, "kind":"payout"}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":917, "created_at":1716179738}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":918, "created_at":1716179765, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716179764}], "hex":"D19", "tile":"909-0", "rotation":3}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":919, "created_at":1716179768, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716179766}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":920, "created_at":1716179773, "routes":[{"train":"5-1", "connections":[["F19", "F21"], ["F21", "G20"], ["G20", "G18"], ["G18", "F17"]], "hexes":["F19", "F21", "G20", "G18", "F17"], "revenue":210, "revenue_str":"F19-F21-G20-G18-F17", "nodes":["F19-0", "F21-0", "G20-0", "G18-0", "F17-0"]}, {"train":"4-3", "connections":[["F19", "E18"], ["E18", "D19"], ["D19", "C20"]], "hexes":["F19", "E18", "D19", "C20"], "revenue":220, "revenue_str":"F19-E18-D19-C20", "nodes":["F19-0", "E18-0", "D19-0", "C20-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":921, "created_at":1716179775, "kind":"withhold"}, {"type":"lay_tile", "entity":"RhB", "entity_type":"corporation", "id":922, "created_at":1716179863, "auto_actions":[{"type":"destination_connection", "entity":"RhB", "entity_type":"corporation", "created_at":1716179861, "corporations":["MOB"]}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1716179861}], "hex":"J11", "tile":"58-0", "rotation":4}, {"type":"place_token", "entity":"RhB", "entity_type":"corporation", "id":923, "created_at":1716179864, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1716179862}], "city":"611-5-0", "slot":1, "tokener":"RhB"}, {"type":"run_routes", "entity":"RhB", "entity_type":"corporation", "id":924, "created_at":1716179888, "routes":[{"train":"6-0", "connections":[["L1", "K2"], ["K2", "J1"], ["J1", "I2", "I4"], ["I4", "I6"], ["I6", "I8", "J9", "K10"]], "hexes":["L1", "K2", "J1", "I4", "I6", "K10"], "revenue":300, "revenue_str":"L1-K2-J1-I4-I6-K10", "nodes":["L1-0", "K2-0", "J1-0", "I4-0", "I6-0", "K10-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"RhB", "entity_type":"corporation", "id":925, "created_at":1716179898, "kind":"withhold"}, {"type":"buy_train", "entity":"RhB", "entity_type":"corporation", "id":926, "created_at":1716180014, "train":"4-0", "price":430}, {"hex":"B19", "tile":"57-5", "type":"lay_tile", "entity":"AB", "rotation":1, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"AB", "created_at":1716180025, "entity_type":"corporation"}], "id":927, "user":605, "created_at":1716180027}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"AB", "created_at":1716180028, "entity_type":"corporation"}], "id":928, "user":605, "created_at":1716180029}, {"type":"undo", "entity":"AB", "action_id":926, "entity_type":"corporation", "id":930, "user":605, "created_at":1716180041}, {"type":"lay_tile", "entity":"AB", "entity_type":"corporation", "id":931, "created_at":1716180047, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1716180046}], "hex":"B19", "tile":"6-1", "rotation":5}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":932, "created_at":1716180049, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1716180048}]}, {"type":"run_routes", "entity":"AB", "entity_type":"corporation", "id":934, "created_at":1716180062, "routes":[{"train":"6-1", "connections":[["B17", "B19"], ["B19", "C20"], ["C20", "B21", "B23"], ["B23", "C24"], ["C24", "C26"]], "hexes":["B17", "B19", "C20", "B23", "C24", "C26"], "revenue":220, "revenue_str":"B17-B19-C20-B23-C24-C26", "nodes":["B17-0", "B19-0", "C20-1", "B23-0", "C24-0", "C26-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"AB", "entity_type":"corporation", "id":935, "created_at":1716180064, "kind":"payout"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":936, "created_at":1716180066}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":938, "created_at":1716180086, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716180085}]}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":939, "created_at":1716180088, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716180087}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":940, "created_at":1716180093, "routes":[{"train":"4-1", "connections":[["H7", "I6"], ["I6", "I4"], ["I4", "H3"]], "hexes":["H7", "I6", "I4", "H3"], "revenue":150, "revenue_str":"H7-I6-I4-H3", "nodes":["H7-0", "I6-0", "I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":941, "created_at":1716180096, "kind":"payout"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":942, "created_at":1716180099}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":944, "created_at":1716180106, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716180105}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716180105}], "hex":"F11", "tile":"905-0", "rotation":0}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":945, "created_at":1716180112, "routes":[{"train":"5-0", "connections":[["F7", "G6", "G8"], ["G8", "G10", "F11"]], "hexes":["F7", "G8", "F11"], "revenue":130, "revenue_str":"F7-G8-F11", "nodes":["F7-0", "G8-0", "F11-0"]}, {"train":"4-2", "connections":[["F11", "F9", "F7"], ["F7", "G8"]], "hexes":["F11", "F7", "G8"], "revenue":130, "revenue_str":"F11-F7-G8", "nodes":["F11-0", "F7-0", "G8-1"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":946, "created_at":1716180113, "kind":"payout"}, {"type":"lay_tile", "entity":"SBB", "entity_type":"corporation", "id":950, "created_at":1716180157, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1716180156}], "hex":"C12", "tile":"14-3", "rotation":1}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":951, "created_at":1716180172, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1716180171}]}, {"type":"run_routes", "entity":"SBB", "entity_type":"corporation", "id":952, "created_at":1716180205, "routes":[{"train":"6-3", "connections":[["L23", "L21"], ["L21", "K22"], ["K22", "J21", "I20", "H19", "G20"], ["G20", "F21"], ["F21", "F19"]], "hexes":["L23", "L21", "K22", "G20", "F21", "F19"], "revenue":340, "revenue_str":"L23-L21-K22-G20-F21-F19", "nodes":["L23-0", "L21-0", "K22-0", "G20-0", "F21-0", "F19-0"]}, {"train":"5-2", "connections":[["F19", "E18"], ["E18", "F17"], ["F17", "G16"], ["G16", "G14"]], "hexes":["F19", "E18", "F17", "G16", "G14"], "revenue":220, "revenue_str":"F19-E18-F17-G16-G14", "nodes":["F19-0", "E18-0", "F17-0", "G16-0", "G14-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SBB", "entity_type":"corporation", "id":953, "created_at":1716180219, "kind":"withhold"}, {"type":"buy_train", "entity":"SBB", "entity_type":"corporation", "id":954, "created_at":1716180221, "train":"8E-0", "price":700, "variant":"8H"}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":955, "created_at":1716180225}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":956, "created_at":1716180246, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716180245}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716180245}], "hex":"D19", "tile":"910-0", "rotation":0}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":957, "created_at":1716180249, "routes":[{"train":"6-2", "connections":[["C20", "D19"], ["D19", "C18", "C16", "D15"], ["D15", "E14", "E12", "F11"], ["F11", "G10", "G8"], ["G8", "G6", "H7"]], "hexes":["C20", "D19", "D15", "F11", "G8", "H7"], "revenue":300, "revenue_str":"C20-D19-D15-F11-G8-H7", "nodes":["C20-0", "D19-0", "D15-0", "F11-0", "G8-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":958, "created_at":1716180250, "kind":"payout"}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":959, "created_at":1716180256, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716180254}], "hex":"G26", "tile":"6-0", "rotation":0}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":960, "created_at":1716180275, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716180273}]}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":961, "created_at":1716180283, "routes":[{"train":"5-3", "connections":[["H7", "G8"], ["G8", "F7"], ["F7", "G6", "G8"]], "hexes":["H7", "G8", "F7", "G8"], "revenue":190, "revenue_str":"H7-G8-F7-G8", "nodes":["H7-0", "G8-1", "F7-0", "G8-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":962, "created_at":1716180285, "kind":"withhold"}, {"type":"buy_train", "entity":"BLS", "entity_type":"corporation", "id":963, "created_at":1716180293, "train":"8E-1", "price":960, "variant":"8E"}, {"type":"lay_tile", "entity":"VZ", "entity_type":"corporation", "id":964, "created_at":1716180313, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1716180311}], "hex":"I6", "tile":"915-0", "rotation":1}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":966, "created_at":1716180335, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1716180333}]}, {"type":"run_routes", "entity":"VZ", "entity_type":"corporation", "id":967, "created_at":1716180341, "routes":[{"train":"5-5", "connections":[["K10", "J9", "I8", "I6"], ["I6", "H7"]], "hexes":["K10", "I6", "H7"], "revenue":170, "revenue_str":"K10-I6-H7", "nodes":["K10-0", "I6-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VZ", "entity_type":"corporation", "id":968, "created_at":1716180342, "kind":"payout"}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":969, "created_at":1716180344}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":971, "created_at":1716180366, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716180365}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716180365}]}, {"type":"sell_shares", "entity":2843, "entity_type":"player", "id":972, "created_at":1716180395, "shares":["RhB_4"], "percent":10}, {"type":"sell_shares", "entity":2843, "entity_type":"player", "id":973, "created_at":1716180397, "shares":["SBB_1"], "percent":5}, {"type":"sell_shares", "entity":2843, "entity_type":"player", "id":974, "created_at":1716180398, "shares":["SBB_14"], "percent":10}, {"type":"buy_train", "entity":"ChA", "entity_type":"corporation", "id":975, "created_at":1716180402, "train":"8E-2", "price":700, "variant":"8H"}, {"type":"lay_tile", "entity":"AB", "entity_type":"corporation", "id":976, "created_at":1716180411, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1716180409}], "hex":"G28", "tile":"915-1", "rotation":4}, {"type":"place_token", "entity":"AB", "entity_type":"corporation", "id":977, "created_at":1716180412, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1716180411}], "city":"915-1-0", "slot":2, "tokener":"AB"}, {"type":"run_routes", "entity":"AB", "entity_type":"corporation", "id":978, "created_at":1716180425, "routes":[{"train":"6-1", "connections":[["J29", "I28"], ["I28", "H27", "G28"], ["G28", "F27", "F25"], ["F25", "E24", "D25"], ["D25", "C26"]], "hexes":["J29", "I28", "G28", "F25", "D25", "C26"], "revenue":330, "revenue_str":"J29-I28-G28-F25-D25-C26", "nodes":["J29-0", "I28-0", "G28-0", "F25-0", "D25-0", "C26-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"AB", "entity_type":"corporation", "id":979, "created_at":1716180428, "kind":"payout"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":980, "created_at":1716180430}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":981, "created_at":1716180436, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716180435}], "hex":"G18", "tile":"611-5", "rotation":4}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":982, "created_at":1716180439, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716180438}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":983, "created_at":1716180445, "routes":[{"train":"5-1", "connections":[["C20", "D19"], ["D19", "E18"], ["E18", "F17"], ["F17", "G18"]], "hexes":["C20", "D19", "E18", "F17", "G18"], "revenue":230, "revenue_str":"C20-D19-E18-F17-G18", "nodes":["C20-0", "D19-0", "E18-0", "F17-0", "G18-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":984, "created_at":1716180447, "kind":"withhold"}, {"type":"buy_train", "entity":"FNM", "entity_type":"corporation", "id":985, "created_at":1716180448, "train":"8E-3", "price":700, "variant":"8H"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":986, "created_at":1716180452, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716180451}]}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":987, "created_at":1716180454, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716180453}]}, {"type":"buy_train", "entity":"MOB", "entity_type":"corporation", "id":988, "created_at":1716180462, "train":"8E-4", "price":960, "variant":"8E"}, {"type":"lay_tile", "entity":"RhB", "entity_type":"corporation", "id":989, "created_at":1716180493, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1716180491}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1716180491}], "hex":"F25", "tile":"88-1", "rotation":1}, {"type":"run_routes", "entity":"RhB", "entity_type":"corporation", "id":990, "created_at":1716180511, "routes":[{"train":"6-0", "connections":[["L1", "K2"], ["K2", "J1"], ["J1", "I2", "I4"], ["I4", "I6"], ["I6", "I8", "J9", "K10"]], "hexes":["L1", "K2", "J1", "I4", "I6", "K10"], "revenue":330, "revenue_str":"L1-K2-J1-I4-I6-K10", "nodes":["L1-0", "K2-0", "J1-0", "I4-0", "I6-0", "K10-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"RhB", "entity_type":"corporation", "id":991, "created_at":1716180518, "kind":"payout"}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "id":993, "created_at":1716180562}, {"type":"pass", "entity":605, "entity_type":"player", "id":994, "created_at":1716180596}, {"type":"sell_shares", "entity":5630, "entity_type":"player", "id":997, "created_at":1716180668, "shares":["STB_1", "STB_2"], "percent":20}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":998, "created_at":1716180677, "shares":["AB_4"], "percent":10}, {"type":"program_share_pass", "entity":2843, "entity_type":"player", "id":999, "created_at":1716180681, "unconditional":false, "indefinite":false}, {"type":"program_share_pass", "entity":2843, "entity_type":"player", "id":1000, "created_at":1716180687, "unconditional":true, "indefinite":true}, {"type":"sell_shares", "entity":330, "entity_type":"player", "id":1001, "created_at":1716180699, "shares":["STB_4"], "percent":10}, {"type":"buy_shares", "entity":330, "entity_type":"player", "id":1003, "created_at":1716180705, "shares":["SBB_14"], "percent":10}, {"type":"buy_shares", "entity":7706, "entity_type":"player", "id":1004, "created_at":1716180742, "auto_actions":[{"type":"pass", "entity":2843, "entity_type":"player", "created_at":1716180741}], "shares":["FNM_7"], "percent":10}, {"type":"sell_shares", "entity":605, "entity_type":"player", "id":1005, "created_at":1716180754, "shares":["STB_5"], "percent":10}, {"type":"buy_shares", "entity":605, "entity_type":"player", "id":1006, "created_at":1716180755, "shares":["SBB_1"], "percent":5}, {"type":"buy_shares", "entity":5630, "entity_type":"player", "id":1007, "created_at":1716180770, "shares":["RhB_4"], "percent":10}, {"type":"program_share_pass", "entity":330, "entity_type":"player", "id":1008, "created_at":1716180788, "auto_actions":[{"type":"pass", "entity":330, "entity_type":"player", "created_at":1716180786}], "unconditional":false, "indefinite":false}, {"type":"sell_shares", "entity":7706, "entity_type":"player", "id":1009, "created_at":1716180800, "shares":["STB_7"], "percent":10}, {"type":"buy_shares", "entity":7706, "entity_type":"player", "id":1011, "created_at":1716180808, "auto_actions":[{"type":"pass", "entity":2843, "entity_type":"player", "created_at":1716180807}], "shares":["FNM_8"], "percent":10}, {"type":"pass", "entity":605, "entity_type":"player", "id":1013, "created_at":1716180822}, {"type":"program_share_pass", "entity":5630, "entity_type":"player", "id":1014, "created_at":1716180835, "auto_actions":[{"type":"pass", "entity":5630, "entity_type":"player", "created_at":1716180834}, {"type":"program_disable", "entity":330, "entity_type":"player", "created_at":1716180834, "reason":"Shares were sold"}], "unconditional":false, "indefinite":false}, {"type":"program_share_pass", "entity":330, "entity_type":"player", "id":1018, "created_at":1716180857, "auto_actions":[{"type":"pass", "entity":330, "entity_type":"player", "created_at":1716180856}], "unconditional":false, "indefinite":false}, {"type":"pass", "entity":7706, "entity_type":"player", "id":1023, "created_at":1716180877}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"JN", "created_at":1716180881, "entity_type":"corporation"}, {"type":"pass", "entity":"JN", "created_at":1716180881, "entity_type":"corporation"}], "id":1025, "user":5630, "created_at":1716180882}, {"type":"undo", "entity":"JN", "entity_type":"corporation", "id":1026, "user":5630, "created_at":1716180886}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":1027, "created_at":1716180887, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716180886}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716180886}], "hex":"F7", "tile":"611-3", "rotation":3}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":1028, "created_at":1716180890, "routes":[{"train":"5-0", "connections":[["H7", "G8"], ["G8", "F7"], ["F7", "G6", "G8"]], "hexes":["H7", "G8", "F7", "G8"], "revenue":200, "revenue_str":"H7-G8-F7-G8", "nodes":["H7-0", "G8-1", "F7-0", "G8-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":1029, "created_at":1716180892, "kind":"payout"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":1030, "created_at":1716180894}, {"type":"lay_tile", "entity":"VZ", "entity_type":"corporation", "id":1031, "created_at":1716180934, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1716180933}], "hex":"I4", "tile":"903-0", "rotation":1}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":1033, "created_at":1716180940, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1716180939}]}, {"type":"run_routes", "entity":"VZ", "entity_type":"corporation", "id":1034, "created_at":1716180945, "routes":[{"train":"5-5", "connections":[["K10", "J9", "I8", "I6"], ["I6", "H7"]], "hexes":["K10", "I6", "H7"], "revenue":170, "revenue_str":"K10-I6-H7", "nodes":["K10-0", "I6-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VZ", "entity_type":"corporation", "id":1035, "created_at":1716180947, "kind":"payout"}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":1036, "created_at":1716180950}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":1037, "created_at":1716180960, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716180958}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716180958}], "hex":"G26", "tile":"15-1", "rotation":5}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":1038, "created_at":1716180985, "routes":[{"train":"8E-1", "connections":[["L1", "K2"], ["K2", "J1"], ["J1", "I2", "I4"], ["I4", "H3"], ["H3", "G4", "F5", "F7"], ["F7", "F9", "F11"], ["F11", "G12", "H13"], ["H13", "I12", "J13"], ["J13", "J15", "J17", "I16", "H17"], ["H17", "H19", "H21", "H23", "H25"], ["H25", "G26"], ["G26", "F25"], ["F25", "E24", "D25"], ["D25", "C26"]], "hexes":["L1", "K2", "J1", "I4", "H3", "F7", "F11", "H13", "J13", "H17", "H25", "G26", "F25", "D25", "C26"], "revenue":640, "revenue_str":"L1-K2-(J1)-I4-(H3)-F7-F11-H13-(J13)-(H17)-(H25)-G26-(F25)-(D25)-C26 + EW", "nodes":["L1-0", "K2-0", "J1-0", "I4-0", "H3-0", "F7-0", "F11-0", "H13-0", "J13-0", "H17-0", "H25-0", "G26-0", "F25-0", "D25-0", "C26-0"]}, {"train":"5-3", "connections":[["F7", "G6", "G8"], ["G8", "F7"], ["H7", "G8"]], "hexes":["G8", "F7", "G8", "H7"], "revenue":200, "revenue_str":"G8-F7-G8-H7", "nodes":["F7-0", "G8-0", "G8-1", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":1039, "created_at":1716180986, "kind":"payout"}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":1040, "user":5630, "created_at":1716180998, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716180996}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716180996}]}, {"type":"run_routes", "entity":"ChA", "entity_type":"corporation", "id":1041, "user":5630, "created_at":1716181000, "routes":[{"train":"8E-2", "connections":[["J29", "I28"], ["I28", "H27", "G28"], ["G28", "F27", "F25"], ["F25", "G26"], ["G26", "H25"]], "hexes":["J29", "I28", "G28", "F25", "G26", "H25"], "revenue":270, "revenue_str":"J29-I28-G28-F25-G26-H25", "nodes":["J29-0", "I28-0", "G28-0", "F25-0", "G26-0", "H25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"ChA", "entity_type":"corporation", "id":1042, "user":5630, "created_at":1716181002, "kind":"payout"}, {"type":"lay_tile", "entity":"SBB", "entity_type":"corporation", "id":1044, "created_at":1716181017, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1716181016}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1716181016}], "hex":"C10", "tile":"9-7", "rotation":1}, {"type":"run_routes", "entity":"SBB", "entity_type":"corporation", "id":1047, "created_at":1716181104, "routes":[{"train":"8E-0", "connections":[["F19", "F21"], ["F21", "G20"], ["G20", "G18"], ["G18", "F17"], ["F17", "E18"], ["E18", "D19"], ["D19", "C20"]], "hexes":["F19", "F21", "G20", "G18", "F17", "E18", "D19", "C20"], "revenue":300, "revenue_str":"F19-F21-G20-G18-F17-E18-D19-C20", "nodes":["F19-0", "F21-0", "G20-0", "G18-0", "F17-0", "E18-0", "D19-0", "C20-0"]}, {"train":"6-3", "connections":[["L1", "K2"], ["K2", "J1"], ["J1", "I2", "I4"], ["I4", "I6"], ["I6", "I8", "J9", "K10"]], "hexes":["L1", "K2", "J1", "I4", "I6", "K10"], "revenue":340, "revenue_str":"L1-K2-J1-I4-I6-K10", "nodes":["L1-0", "K2-0", "J1-0", "I4-0", "I6-0", "K10-0"]}, {"train":"5-2", "connections":[["G28", "H27", "I28"], ["I28", "J29"]], "hexes":["G28", "I28", "J29"], "revenue":190, "revenue_str":"G28-I28-J29", "nodes":["G28-0", "I28-0", "J29-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SBB", "entity_type":"corporation", "id":1048, "created_at":1716181106, "kind":"payout"}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":1049, "created_at":1716181107}, {"type":"lay_tile", "entity":"AB", "entity_type":"corporation", "id":1050, "created_at":1716181113, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1716181111}], "hex":"F23", "tile":"9-8", "rotation":1}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"AB", "created_at":1716181144, "entity_type":"corporation"}], "id":1052, "user":605, "created_at":1716181145}, {"type":"undo", "entity":"AB", "action_id":1050, "entity_type":"corporation", "id":1054, "user":605, "created_at":1716181176}, {"type":"place_token", "entity":"AB", "entity_type":"corporation", "id":1055, "created_at":1716181180, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1716181179}], "city":"903-0-0", "slot":1, "tokener":"AB"}, {"type":"run_routes", "entity":"AB", "entity_type":"corporation", "id":1056, "created_at":1716181190, "routes":[{"train":"6-1", "connections":[["I6", "I8", "J9", "K10"], ["I4", "I6"], ["J1", "I2", "I4"], ["K2", "J1"], ["L1", "K2"]], "hexes":["K10", "I6", "I4", "J1", "K2", "L1"], "revenue":340, "revenue_str":"K10-I6-I4-J1-K2-L1", "nodes":["I6-0", "K10-0", "I4-0", "J1-0", "K2-0", "L1-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"AB", "entity_type":"corporation", "id":1058, "created_at":1716181192, "kind":"payout"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":1059, "created_at":1716181201}, {"type":"lay_tile", "entity":"RhB", "entity_type":"corporation", "id":1060, "created_at":1716181213, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1716181212}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1716181212}], "hex":"H25", "tile":"204-0", "rotation":5}, {"type":"run_routes", "entity":"RhB", "entity_type":"corporation", "id":1061, "created_at":1716181219, "routes":[{"train":"6-0", "connections":[["L1", "K2"], ["K2", "J1"], ["J1", "I2", "I4"], ["I4", "I6"], ["I6", "I8", "J9", "K10"]], "hexes":["L1", "K2", "J1", "I4", "I6", "K10"], "revenue":340, "revenue_str":"L1-K2-J1-I4-I6-K10", "nodes":["L1-0", "K2-0", "J1-0", "I4-0", "I6-0", "K10-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"RhB", "entity_type":"corporation", "id":1063, "created_at":1716181222, "kind":"payout"}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "id":1064, "created_at":1716181224}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":1066, "created_at":1716181244, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716181243}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716181243}], "hex":"F11", "tile":"906-0", "rotation":0}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":1067, "created_at":1716181252, "routes":[{"train":"6-2", "connections":[["G14", "G12", "F11"], ["F11", "E12", "E14", "E16", "F17"], ["F17", "G18"], ["G18", "G20"], ["G20", "H19", "I20", "J21", "K22"]], "hexes":["G14", "F11", "F17", "G18", "G20", "K22"], "revenue":310, "revenue_str":"G14-F11-F17-G18-G20-K22", "nodes":["G14-0", "F11-0", "F17-0", "G18-0", "G20-0", "K22-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":1070, "created_at":1716181266, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":1071, "created_at":1716181271}, {"type":"lay_tile", "entity":"FNM", "entity_type":"corporation", "id":1072, "created_at":1716181302, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716181301}], "hex":"G16", "tile":"911-0", "rotation":3}, {"type":"place_token", "entity":"FNM", "entity_type":"corporation", "id":1073, "created_at":1716181308, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716181307}], "city":"903-0-0", "slot":2, "tokener":"FNM"}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":1074, "created_at":1716181344, "routes":[{"train":"8E-3", "connections":[["F19", "F21"], ["F21", "G20"], ["G20", "G18"], ["G18", "F17"], ["F17", "E18"], ["E18", "D19"], ["D19", "C20"]], "hexes":["F19", "F21", "G20", "G18", "F17", "E18", "D19", "C20"], "revenue":300, "revenue_str":"F19-F21-G20-G18-F17-E18-D19-C20", "nodes":["F19-0", "F21-0", "G20-0", "G18-0", "F17-0", "E18-0", "D19-0", "C20-0"]}, {"train":"5-1", "connections":[["H7", "I6"], ["I6", "I4"], ["I4", "H3"]], "hexes":["H7", "I6", "I4", "H3"], "revenue":180, "revenue_str":"H7-I6-I4-H3", "nodes":["H7-0", "I6-0", "I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":1075, "created_at":1716181345, "kind":"payout"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":1077, "user":5630, "created_at":1716181390, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716181388}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716181388}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":1078, "user":5630, "created_at":1716181393, "routes":[{"train":"8E-4", "connections":[["C26", "D25"], ["D25", "E24", "F25"], ["F25", "G26"], ["G26", "H25"], ["H25", "H23", "H21", "H19", "H17"], ["H17", "I16", "J17", "J15", "J13"], ["J13", "J11"], ["J11", "K10"], ["K10", "J9", "I8", "I6"], ["I6", "H7"]], "hexes":["C26", "D25", "F25", "G26", "H25", "H17", "J13", "J11", "K10", "I6", "H7"], "revenue":380, "revenue_str":"C26-D25-F25-G26-(H25)-(H17)-J13-(J11)-K10-I6-H7", "nodes":["C26-0", "D25-0", "F25-0", "G26-0", "H25-0", "H17-0", "J13-0", "J11-0", "K10-0", "I6-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":1079, "user":5630, "created_at":1716181394, "kind":"payout"}, {"type":"lay_tile", "entity":"JN", "entity_type":"corporation", "id":1081, "created_at":1716181407, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716181405}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716181405}], "hex":"E12", "tile":"40-0", "rotation":0}, {"type":"undo", "entity":"JN", "action_id":1077, "entity_type":"corporation", "id":1084, "user":605, "created_at":1716181426}, {"type":"redo", "entity":"MOB", "entity_type":"corporation", "id":1088, "user":605, "created_at":1716181440}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":1090, "created_at":1716181454, "routes":[{"train":"5-0", "connections":[["H7", "G8"], ["G8", "F7"], ["F7", "F9", "F11"]], "hexes":["H7", "G8", "F7", "F11"], "revenue":210, "revenue_str":"H7-G8-F7-F11", "nodes":["H7-0", "G8-1", "F7-0", "F11-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":1091, "created_at":1716181455, "kind":"payout"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":1092, "created_at":1716181458}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":1093, "created_at":1716181471, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1716181469}]}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":1096, "created_at":1716181486, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1716181484}]}, {"type":"run_routes", "entity":"VZ", "entity_type":"corporation", "id":1098, "created_at":1716181490, "routes":[{"train":"5-5", "connections":[["K10", "J9", "I8", "I6"], ["I6", "H7"]], "hexes":["K10", "I6", "H7"], "revenue":170, "revenue_str":"K10-I6-H7", "nodes":["K10-0", "I6-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VZ", "entity_type":"corporation", "id":1099, "created_at":1716181491, "kind":"payout"}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":1100, "created_at":1716181492}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":1101, "created_at":1716181504, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716181502}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716181502}], "hex":"F23", "tile":"27-0", "rotation":4}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":1102, "created_at":1716181540, "routes":[{"train":"8E-1", "connections":[["K2", "L1"], ["J1", "K2"], ["H3", "I2", "J1"], ["H3", "G4", "F5", "F7"], ["F7", "F9", "F11"], ["F11", "G12", "H13"], ["H13", "I12", "J13"], ["J13", "J15", "J17", "I16", "H17"], ["H17", "H19", "H21", "H23", "H25"], ["H25", "G26"], ["G26", "F25"], ["F25", "E24", "D25"], ["D25", "C26"]], "hexes":["L1", "K2", "J1", "H3", "F7", "F11", "H13", "J13", "H17", "H25", "G26", "F25", "D25", "C26"], "revenue":620, "revenue_str":"L1-K2-(J1)-(H3)-F7-F11-H13-(J13)-(H17)-(H25)-G26-(F25)-D25-C26 + EW", "nodes":["K2-0", "L1-0", "J1-0", "H3-0", "F7-0", "F11-0", "H13-0", "J13-0", "H17-0", "H25-0", "G26-0", "F25-0", "D25-0", "C26-0"]}, {"train":"5-3", "connections":[["F7", "G6", "G8"], ["G8", "F7"], ["H7", "G8"]], "hexes":["G8", "F7", "G8", "H7"], "revenue":200, "revenue_str":"G8-F7-G8-H7", "nodes":["F7-0", "G8-0", "G8-1", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":1103, "created_at":1716181541, "kind":"payout"}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":1112, "user":5630, "created_at":1716181612, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716181610}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716181610}]}, {"type":"run_routes", "entity":"ChA", "entity_type":"corporation", "id":1113, "user":5630, "created_at":1716181614, "routes":[{"train":"8E-2", "connections":[["J29", "I28"], ["I28", "H27", "G28"], ["G28", "F27", "F25"], ["F25", "G26"], ["G26", "H25"]], "hexes":["J29", "I28", "G28", "F25", "G26", "H25"], "revenue":270, "revenue_str":"J29-I28-G28-F25-G26-H25", "nodes":["J29-0", "I28-0", "G28-0", "F25-0", "G26-0", "H25-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"ChA", "entity_type":"corporation", "id":1114, "user":5630, "created_at":1716181615, "kind":"payout"}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":1116, "created_at":1716181619, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1716181618}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1716181618}]}, {"type":"run_routes", "entity":"SBB", "entity_type":"corporation", "id":1117, "created_at":1716181622, "routes":[{"train":"8E-0", "connections":[["F19", "F21"], ["F21", "G20"], ["G20", "G18"], ["G18", "F17"], ["F17", "E18"], ["E18", "D19"], ["D19", "C20"]], "hexes":["F19", "F21", "G20", "G18", "F17", "E18", "D19", "C20"], "revenue":300, "revenue_str":"F19-F21-G20-G18-F17-E18-D19-C20", "nodes":["F19-0", "F21-0", "G20-0", "G18-0", "F17-0", "E18-0", "D19-0", "C20-0"]}, {"train":"6-3", "connections":[["L1", "K2"], ["K2", "J1"], ["J1", "I2", "I4"], ["I4", "I6"], ["I6", "I8", "J9", "K10"]], "hexes":["L1", "K2", "J1", "I4", "I6", "K10"], "revenue":340, "revenue_str":"L1-K2-J1-I4-I6-K10", "nodes":["L1-0", "K2-0", "J1-0", "I4-0", "I6-0", "K10-0"]}, {"train":"5-2", "connections":[["G28", "H27", "I28"], ["I28", "J29"]], "hexes":["G28", "I28", "J29"], "revenue":190, "revenue_str":"G28-I28-J29", "nodes":["G28-0", "I28-0", "J29-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SBB", "entity_type":"corporation", "id":1118, "created_at":1716181623, "kind":"payout"}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":1119, "created_at":1716181627}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":1122, "created_at":1716181647, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1716181646}]}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"AB", "created_at":1716181651, "entity_type":"corporation"}], "id":1123, "user":605, "created_at":1716181652}, {"type":"run_routes", "entity":"AB", "routes":[{"hexes":["L1", "K2", "J1", "I4", "I6", "K10"], "nodes":["L1-0", "K2-0", "J1-0", "I4-0", "I6-0", "K10-0"], "train":"6-1", "revenue":340, "connections":[["L1", "K2"], ["K2", "J1"], ["J1", "I2", "I4"], ["I4", "I6"], ["I6", "I8", "J9", "K10"]], "revenue_str":"L1-K2-J1-I4-I6-K10"}], "entity_type":"corporation", "extra_revenue":0, "id":1124, "user":605, "created_at":1716181658}, {"kind":"payout", "type":"dividend", "entity":"AB", "entity_type":"corporation", "id":1125, "user":605, "created_at":1716181659}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":1126, "user":605, "created_at":1716181664}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"RhB", "created_at":1716181675, "entity_type":"corporation"}, {"type":"pass", "entity":"RhB", "created_at":1716181675, "entity_type":"corporation"}], "id":1128, "user":7706, "created_at":1716181676}, {"type":"run_routes", "entity":"RhB", "routes":[{"hexes":["C20", "D19", "D15", "F11", "H13", "J13"], "nodes":["C20-0", "D19-0", "D15-0", "F11-0", "H13-0", "J13-0"], "train":"6-0", "revenue":320, "connections":[["C20", "D19"], ["D19", "C18", "C16", "D15"], ["D15", "E14", "E12", "F11"], ["F11", "G12", "H13"], ["H13", "I12", "J13"]], "revenue_str":"C20-D19-D15-F11-H13-J13"}], "entity_type":"corporation", "extra_revenue":0, "id":1129, "user":7706, "created_at":1716181681}, {"kind":"payout", "type":"dividend", "entity":"RhB", "entity_type":"corporation", "id":1130, "user":7706, "created_at":1716181683}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "id":1131, "user":7706, "created_at":1716181685}, {"type":"undo", "entity":"RhB", "action_id":1122, "entity_type":"corporation", "id":1132, "user":605, "created_at":1716181688}, {"type":"undo", "entity":"STB", "action_id":1122, "entity_type":"corporation", "id":1135, "user":605, "created_at":1716181703}, {"type":"place_token", "entity":"AB", "entity_type":"corporation", "id":1136, "created_at":1716181705, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1716181703}], "city":"15-1-0", "slot":1, "tokener":"AB"}, {"type":"run_routes", "entity":"AB", "entity_type":"corporation", "id":1137, "created_at":1716181707, "routes":[{"train":"6-1", "connections":[["I6", "I8", "J9", "K10"], ["I4", "I6"], ["J1", "I2", "I4"], ["K2", "J1"], ["L1", "K2"]], "hexes":["K10", "I6", "I4", "J1", "K2", "L1"], "revenue":340, "revenue_str":"K10-I6-I4-J1-K2-L1", "nodes":["I6-0", "K10-0", "I4-0", "J1-0", "K2-0", "L1-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"AB", "entity_type":"corporation", "id":1138, "created_at":1716181708, "kind":"payout"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":1139, "created_at":1716181709}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "id":1141, "created_at":1716181720, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1716181718}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1716181718}]}, {"type":"run_routes", "entity":"RhB", "entity_type":"corporation", "id":1142, "created_at":1716181724, "routes":[{"train":"6-0", "connections":[["C20", "D19"], ["D19", "C18", "C16", "D15"], ["D15", "E14", "E12", "F11"], ["F11", "G12", "H13"], ["H13", "I12", "J13"]], "hexes":["C20", "D19", "D15", "F11", "H13", "J13"], "revenue":320, "revenue_str":"C20-D19-D15-F11-H13-J13", "nodes":["C20-0", "D19-0", "D15-0", "F11-0", "H13-0", "J13-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"RhB", "entity_type":"corporation", "id":1143, "created_at":1716181725, "kind":"payout"}, {"type":"buy_train", "entity":"RhB", "entity_type":"corporation", "id":1144, "created_at":1716181730, "train":"5-3", "price":43}, {"hex":"C22", "tile":"8-4", "type":"lay_tile", "entity":"STB", "rotation":5, "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"STB", "created_at":1716181743, "entity_type":"corporation"}], "id":1145, "user":5630, "created_at":1716181744}, {"city":"611-5-0", "slot":1, "type":"place_token", "entity":"STB", "tokener":"STB", "entity_type":"corporation", "auto_actions":[{"type":"pass", "entity":"STB", "created_at":1716181744, "entity_type":"corporation"}], "id":1146, "user":5630, "created_at":1716181745}, {"type":"run_routes", "entity":"STB", "routes":[{"hexes":["G14", "F11", "F17", "G18", "G20", "K22"], "nodes":["G14-0", "F11-0", "F17-0", "G18-0", "G20-0", "K22-0"], "train":"6-2", "revenue":310, "connections":[["G14", "G12", "F11"], ["F11", "E12", "E14", "E16", "F17"], ["F17", "G18"], ["G18", "G20"], ["G20", "H19", "I20", "J21", "K22"]], "revenue_str":"G14-F11-F17-G18-G20-K22"}], "entity_type":"corporation", "extra_revenue":0, "id":1147, "user":5630, "created_at":1716181751}, {"type":"undo", "entity":"STB", "action_id":1144, "entity_type":"corporation", "id":1148, "user":5630, "created_at":1716181758}, {"type":"lay_tile", "entity":"STB", "entity_type":"corporation", "id":1149, "created_at":1716181763, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716181761}], "hex":"C22", "tile":"8-4", "rotation":5}, {"type":"place_token", "entity":"STB", "entity_type":"corporation", "id":1150, "created_at":1716181764, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716181762}], "city":"14-3-0", "slot":1, "tokener":"STB"}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":1151, "created_at":1716181766, "routes":[{"train":"6-2", "connections":[["G14", "G12", "F11"], ["F11", "E12", "E14", "E16", "F17"], ["F17", "G18"], ["G18", "G20"], ["G20", "H19", "I20", "J21", "K22"]], "hexes":["G14", "F11", "F17", "G18", "G20", "K22"], "revenue":310, "revenue_str":"G14-F11-F17-G18-G20-K22", "nodes":["G14-0", "F11-0", "F17-0", "G18-0", "G20-0", "K22-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":1152, "created_at":1716181768, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":1153, "created_at":1716181770}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":1154, "created_at":1716181780, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716181777}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716181777}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":1155, "created_at":1716181781, "routes":[{"train":"8E-3", "connections":[["F19", "F21"], ["F21", "G20"], ["G20", "G18"], ["G18", "F17"], ["F17", "E18"], ["E18", "D19"], ["D19", "C20"]], "hexes":["F19", "F21", "G20", "G18", "F17", "E18", "D19", "C20"], "revenue":300, "revenue_str":"F19-F21-G20-G18-F17-E18-D19-C20", "nodes":["F19-0", "F21-0", "G20-0", "G18-0", "F17-0", "E18-0", "D19-0", "C20-0"]}, {"train":"5-1", "connections":[["H7", "I6"], ["I6", "I4"], ["I4", "H3"]], "hexes":["H7", "I6", "I4", "H3"], "revenue":180, "revenue_str":"H7-I6-I4-H3", "nodes":["H7-0", "I6-0", "I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":1156, "created_at":1716181784, "kind":"payout"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":1158, "user":5630, "created_at":1716181789, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716181788}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716181788}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":1159, "user":5630, "created_at":1716181793, "routes":[{"train":"8E-4", "connections":[["I4", "I6"], ["I6", "I8", "J9", "K10"], ["K10", "J11"], ["J11", "J13"], ["J13", "J15", "J17", "I16", "H17"], ["H17", "H19", "H21", "H23", "H25"], ["H25", "G26"]], "hexes":["I4", "I6", "K10", "J11", "J13", "H17", "H25", "G26"], "revenue":300, "revenue_str":"I4-I6-K10-J11-J13-H17-H25-G26", "nodes":["I4-0", "I6-0", "K10-0", "J11-0", "J13-0", "H17-0", "H25-0", "G26-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":1160, "user":5630, "created_at":1716181794, "kind":"payout"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":1161, "created_at":1716181799, "auto_actions":[{"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716181797}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "created_at":1716181797}]}, {"type":"run_routes", "entity":"JN", "entity_type":"corporation", "id":1163, "created_at":1716181802, "routes":[{"train":"5-0", "connections":[["H7", "G8"], ["G8", "F7"], ["F7", "F9", "F11"]], "hexes":["H7", "G8", "F7", "F11"], "revenue":210, "revenue_str":"H7-G8-F7-F11", "nodes":["H7-0", "G8-1", "F7-0", "F11-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"JN", "entity_type":"corporation", "id":1164, "created_at":1716181804, "kind":"payout"}, {"type":"pass", "entity":"JN", "entity_type":"corporation", "id":1165, "created_at":1716181806}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":1166, "created_at":1716181809, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1716181807}]}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":1167, "created_at":1716181813, "auto_actions":[{"type":"pass", "entity":"VZ", "entity_type":"corporation", "created_at":1716181809}]}, {"type":"run_routes", "entity":"VZ", "entity_type":"corporation", "id":1169, "created_at":1716181817, "routes":[{"train":"5-5", "connections":[["K10", "J9", "I8", "I6"], ["I6", "H7"]], "hexes":["K10", "I6", "H7"], "revenue":170, "revenue_str":"K10-I6-H7", "nodes":["K10-0", "I6-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"VZ", "entity_type":"corporation", "id":1171, "created_at":1716181820, "kind":"payout"}, {"type":"pass", "entity":"VZ", "entity_type":"corporation", "id":1172, "created_at":1716181822}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":1173, "created_at":1716181823, "auto_actions":[{"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1716181813}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "created_at":1716181813}]}, {"type":"run_routes", "entity":"SBB", "entity_type":"corporation", "id":1174, "created_at":1716181825, "routes":[{"train":"8E-0", "connections":[["F19", "F21"], ["F21", "G20"], ["G20", "G18"], ["G18", "F17"], ["F17", "E18"], ["E18", "D19"], ["D19", "C20"]], "hexes":["F19", "F21", "G20", "G18", "F17", "E18", "D19", "C20"], "revenue":300, "revenue_str":"F19-F21-G20-G18-F17-E18-D19-C20", "nodes":["F19-0", "F21-0", "G20-0", "G18-0", "F17-0", "E18-0", "D19-0", "C20-0"]}, {"train":"6-3", "connections":[["L1", "K2"], ["K2", "J1"], ["J1", "I2", "I4"], ["I4", "I6"], ["I6", "I8", "J9", "K10"]], "hexes":["L1", "K2", "J1", "I4", "I6", "K10"], "revenue":340, "revenue_str":"L1-K2-J1-I4-I6-K10", "nodes":["L1-0", "K2-0", "J1-0", "I4-0", "I6-0", "K10-0"]}, {"train":"5-2", "connections":[["G28", "H27", "I28"], ["I28", "J29"]], "hexes":["G28", "I28", "J29"], "revenue":190, "revenue_str":"G28-I28-J29", "nodes":["G28-0", "I28-0", "J29-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"SBB", "entity_type":"corporation", "id":1175, "created_at":1716181827, "kind":"payout"}, {"type":"pass", "entity":"SBB", "entity_type":"corporation", "id":1176, "created_at":1716181829}, {"type":"lay_tile", "entity":"BLS", "entity_type":"corporation", "id":1177, "created_at":1716181838, "auto_actions":[{"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716181832}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "created_at":1716181832}], "hex":"G24", "tile":"9-9", "rotation":2}, {"type":"run_routes", "entity":"BLS", "entity_type":"corporation", "id":1178, "created_at":1716181846, "routes":[{"train":"8E-1", "connections":[["K2", "L1"], ["J1", "K2"], ["H3", "I2", "J1"], ["H3", "G4", "F5", "F7"], ["F7", "F9", "F11"], ["F11", "G12", "H13"], ["H13", "I12", "J13"], ["J13", "J15", "J17", "I16", "H17"], ["H17", "H19", "H21", "H23", "H25"], ["H25", "G24", "F23", "F25"], ["F25", "E24", "D25"], ["D25", "C26"]], "hexes":["L1", "K2", "J1", "H3", "F7", "F11", "H13", "J13", "H17", "H25", "F25", "D25", "C26"], "revenue":610, "revenue_str":"L1-K2-(J1)-(H3)-F7-F11-H13-J13-(H17)-(H25)-(F25)-D25-C26 + EW", "nodes":["K2-0", "L1-0", "J1-0", "H3-0", "F7-0", "F11-0", "H13-0", "J13-0", "H17-0", "H25-0", "F25-0", "D25-0", "C26-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"BLS", "entity_type":"corporation", "id":1179, "created_at":1716181848, "kind":"payout"}, {"type":"pass", "entity":"BLS", "entity_type":"corporation", "id":1181, "created_at":1716181852}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "id":1182, "user":5630, "created_at":1716181856, "auto_actions":[{"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716181855}, {"type":"pass", "entity":"ChA", "entity_type":"corporation", "created_at":1716181855}]}, {"type":"run_routes", "entity":"ChA", "entity_type":"corporation", "id":1183, "user":5630, "created_at":1716181859, "routes":[{"train":"8E-2", "connections":[["J29", "I28"], ["I28", "H27", "G28"], ["G28", "F27", "F25"], ["F25", "F23", "F21"]], "hexes":["J29", "I28", "G28", "F25", "F21"], "revenue":260, "revenue_str":"J29-I28-G28-F25-F21", "nodes":["J29-0", "I28-0", "G28-0", "F25-0", "F21-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"ChA", "entity_type":"corporation", "id":1184, "user":5630, "created_at":1716181860, "kind":"payout"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":1185, "user":5630, "created_at":1716181862, "auto_actions":[{"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1716181861}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "created_at":1716181861}]}, {"type":"run_routes", "entity":"AB", "entity_type":"corporation", "id":1186, "user":5630, "created_at":1716181865, "routes":[{"train":"6-1", "connections":[["L1", "K2"], ["K2", "J1"], ["J1", "I2", "I4"], ["I4", "I6"], ["I6", "I8", "J9", "K10"]], "hexes":["L1", "K2", "J1", "I4", "I6", "K10"], "revenue":340, "revenue_str":"L1-K2-J1-I4-I6-K10", "nodes":["L1-0", "K2-0", "J1-0", "I4-0", "I6-0", "K10-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"AB", "entity_type":"corporation", "id":1187, "user":5630, "created_at":1716181867, "kind":"payout"}, {"type":"pass", "entity":"AB", "entity_type":"corporation", "id":1188, "user":5630, "created_at":1716181868}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "id":1189, "created_at":1716181871, "auto_actions":[{"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1716181869}, {"type":"pass", "entity":"RhB", "entity_type":"corporation", "created_at":1716181869}]}, {"type":"run_routes", "entity":"RhB", "entity_type":"corporation", "id":1191, "created_at":1716181878, "routes":[{"train":"6-0", "connections":[["C20", "D19"], ["D19", "C18", "C16", "D15"], ["D15", "E14", "E12", "F11"], ["F11", "G12", "H13"], ["H13", "I12", "J13"]], "hexes":["C20", "D19", "D15", "F11", "H13", "J13"], "revenue":320, "revenue_str":"C20-D19-D15-F11-H13-J13", "nodes":["C20-0", "D19-0", "D15-0", "F11-0", "H13-0", "J13-0"]}, {"train":"5-3", "connections":[["I4", "I6"], ["I6", "I8", "J9", "K10"]], "hexes":["I4", "I6", "K10"], "revenue":170, "revenue_str":"I4-I6-K10", "nodes":["I4-0", "I6-0", "K10-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"RhB", "entity_type":"corporation", "id":1192, "created_at":1716181880, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":1193, "created_at":1716181884, "auto_actions":[{"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716181883}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "created_at":1716181883}]}, {"type":"run_routes", "entity":"STB", "entity_type":"corporation", "id":1194, "created_at":1716181887, "routes":[{"train":"6-2", "connections":[["G14", "G12", "F11"], ["F11", "E12", "E14", "E16", "F17"], ["F17", "G18"], ["G18", "G20"], ["G20", "H19", "I20", "J21", "K22"]], "hexes":["G14", "F11", "F17", "G18", "G20", "K22"], "revenue":310, "revenue_str":"G14-F11-F17-G18-G20-K22", "nodes":["G14-0", "F11-0", "F17-0", "G18-0", "G20-0", "K22-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"STB", "entity_type":"corporation", "id":1195, "created_at":1716181890, "kind":"payout"}, {"type":"pass", "entity":"STB", "entity_type":"corporation", "id":1196, "created_at":1716181891}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "id":1199, "created_at":1716181896, "auto_actions":[{"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716181895}, {"type":"pass", "entity":"FNM", "entity_type":"corporation", "created_at":1716181895}]}, {"type":"run_routes", "entity":"FNM", "entity_type":"corporation", "id":1200, "created_at":1716181898, "routes":[{"train":"8E-3", "connections":[["F19", "F21"], ["F21", "G20"], ["G20", "G18"], ["G18", "F17"], ["F17", "E18"], ["E18", "D19"], ["D19", "C20"]], "hexes":["F19", "F21", "G20", "G18", "F17", "E18", "D19", "C20"], "revenue":300, "revenue_str":"F19-F21-G20-G18-F17-E18-D19-C20", "nodes":["F19-0", "F21-0", "G20-0", "G18-0", "F17-0", "E18-0", "D19-0", "C20-0"]}, {"train":"5-1", "connections":[["H7", "I6"], ["I6", "I4"], ["I4", "H3"]], "hexes":["H7", "I6", "I4", "H3"], "revenue":180, "revenue_str":"H7-I6-I4-H3", "nodes":["H7-0", "I6-0", "I4-0", "H3-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"FNM", "entity_type":"corporation", "id":1201, "created_at":1716181899, "kind":"payout"}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "id":1202, "user":5630, "created_at":1716181910, "auto_actions":[{"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716181909}, {"type":"pass", "entity":"MOB", "entity_type":"corporation", "created_at":1716181909}]}, {"type":"run_routes", "entity":"MOB", "entity_type":"corporation", "id":1203, "user":5630, "created_at":1716181912, "routes":[{"train":"8E-4", "connections":[["C26", "D25"], ["D25", "E24", "F25"], ["F25", "F23", "G24", "H25"], ["H25", "H23", "H21", "H19", "H17"], ["H17", "I16", "J17", "J15", "J13"], ["J13", "J11"], ["J11", "K10"], ["K10", "J9", "I8", "I6"], ["I6", "H7"]], "hexes":["C26", "D25", "F25", "H25", "H17", "J13", "J11", "K10", "I6", "H7"], "revenue":360, "revenue_str":"C26-D25-F25-H25-(H17)-J13-(J11)-K10-I6-H7", "nodes":["C26-0", "D25-0", "F25-0", "H25-0", "H17-0", "J13-0", "J11-0", "K10-0", "I6-0", "H7-0"]}], "extra_revenue":0}, {"type":"dividend", "entity":"MOB", "entity_type":"corporation", "id":1204, "user":5630, "created_at":1716181913, "kind":"payout"}], "loaded":true, "created_at":1716167687, "updated_at":1716181936, "finished_at":1716181936} \ No newline at end of file +{"id":164302,"description":"restart","user":{"id":5630,"name":"thirdmunky"},"players":[{"id":2843,"name":"joeD"},{"id":330,"name":"Ariel"},{"id":7706,"name":"physicssquirrel"},{"id":605,"name":"daroj"},{"id":5630,"name":"thirdmunky"}],"min_players":3,"max_players":7,"title":"1844","settings":{"seed":1258665624,"is_async":false,"unlisted":false,"auto_routing":true,"player_order":null,"optional_rules":[]},"user_settings":null,"status":"finished","turn":8,"round":"Operating Round","acting":[2843,330,7706,605,5630],"result":{"330":5365,"605":5989,"2843":3440,"5630":5526,"7706":6754},"actions":[{"type":"bid","entity":2843,"entity_type":"player","id":2,"created_at":1716168067,"company":"P1","price":20},{"type":"bid","entity":330,"entity_type":"player","id":5,"created_at":1716168079,"company":"P1","price":25},{"type":"pass","entity":7706,"entity_type":"player","id":6,"created_at":1716168094},{"type":"pass","entity":605,"entity_type":"player","id":7,"created_at":1716168097},{"type":"pass","entity":5630,"entity_type":"player","id":9,"created_at":1716168101},{"type":"pass","entity":2843,"entity_type":"player","id":11,"created_at":1716168123},{"type":"bid","entity":330,"entity_type":"player","id":14,"created_at":1716168135,"company":"P2","price":65},{"type":"bid","entity":7706,"entity_type":"player","id":16,"created_at":1716168143,"company":"P2","price":70},{"type":"pass","entity":605,"entity_type":"player","id":17,"created_at":1716168148},{"type":"pass","entity":5630,"entity_type":"player","id":18,"created_at":1716168150},{"type":"bid","entity":2843,"entity_type":"player","id":20,"created_at":1716168173,"company":"P2","price":75},{"type":"pass","entity":330,"entity_type":"player","id":21,"created_at":1716168176},{"type":"pass","entity":7706,"entity_type":"player","id":22,"created_at":1716168186},{"type":"bid","entity":7706,"entity_type":"player","id":25,"created_at":1716168217,"company":"P3","price":95},{"type":"bid","entity":605,"entity_type":"player","id":26,"created_at":1716168226,"company":"P3","price":100},{"type":"pass","entity":5630,"entity_type":"player","id":27,"created_at":1716168235},{"type":"bid","entity":2843,"entity_type":"player","id":28,"created_at":1716168249,"company":"P3","price":105},{"type":"pass","entity":330,"entity_type":"player","id":29,"created_at":1716168253},{"type":"pass","entity":7706,"entity_type":"player","id":30,"created_at":1716168257},{"type":"pass","entity":605,"entity_type":"player","id":31,"created_at":1716168262},{"type":"bid","entity":605,"entity_type":"player","id":33,"created_at":1716168269,"company":"P4","price":135},{"type":"bid","entity":5630,"entity_type":"player","id":37,"created_at":1716168301,"company":"P4","price":140},{"type":"pass","entity":2843,"entity_type":"player","id":39,"created_at":1716168308},{"type":"pass","entity":330,"entity_type":"player","id":40,"created_at":1716168311},{"type":"pass","entity":7706,"entity_type":"player","id":41,"created_at":1716168322},{"type":"pass","entity":605,"entity_type":"player","id":43,"created_at":1716168326},{"type":"bid","entity":5630,"entity_type":"player","id":44,"created_at":1716168339,"company":"P5","price":140},{"type":"pass","entity":2843,"entity_type":"player","id":47,"created_at":1716168365},{"type":"bid","entity":330,"entity_type":"player","id":48,"created_at":1716168373,"company":"P5","price":145},{"type":"bid","entity":7706,"entity_type":"player","id":49,"created_at":1716168383,"company":"P5","price":150},{"type":"bid","entity":605,"entity_type":"player","id":50,"created_at":1716168387,"company":"P5","price":160},{"type":"pass","entity":5630,"entity_type":"player","id":51,"created_at":1716168389},{"type":"pass","entity":330,"entity_type":"player","id":52,"created_at":1716168393},{"type":"pass","entity":7706,"entity_type":"player","id":53,"created_at":1716168399},{"type":"bid","entity":2843,"entity_type":"player","id":54,"created_at":1716168404,"company":"P6","price":180},{"type":"bid","entity":330,"entity_type":"player","id":55,"created_at":1716168409,"company":"P6","price":210},{"type":"bid","entity":7706,"entity_type":"player","id":56,"created_at":1716168413,"company":"P6","price":215},{"type":"pass","entity":605,"entity_type":"player","id":57,"created_at":1716168416},{"type":"pass","entity":5630,"entity_type":"player","id":58,"created_at":1716168418},{"type":"pass","entity":2843,"entity_type":"player","id":59,"created_at":1716168423},{"type":"bid","entity":330,"entity_type":"player","id":60,"created_at":1716168434,"company":"P6","price":220},{"type":"bid","entity":7706,"entity_type":"player","id":61,"created_at":1716168446,"company":"P6","price":225},{"type":"pass","entity":330,"entity_type":"player","id":62,"created_at":1716168452},{"type":"par","entity":7706,"entity_type":"player","id":63,"created_at":1716168455,"corporation":"FNM","share_price":"100,1,4"},{"type":"bid","entity":330,"entity_type":"player","id":64,"created_at":1716168458,"company":"P7","price":100},{"type":"pass","entity":7706,"entity_type":"player","id":65,"created_at":1716168466},{"type":"pass","entity":605,"entity_type":"player","id":66,"created_at":1716168474},{"type":"pass","entity":5630,"entity_type":"player","id":67,"created_at":1716168501},{"type":"pass","entity":2843,"entity_type":"player","id":68,"created_at":1716168506},{"type":"par","entity":7706,"entity_type":"player","id":69,"created_at":1716168516,"corporation":"NOB","share_price":"60,5,4"},{"type":"par","entity":2843,"entity_type":"player","id":70,"created_at":1716168585,"corporation":"GB","share_price":"70,4,4"},{"type":"par","entity":605,"entity_type":"player","id":71,"created_at":1716168593,"corporation":"VSB","share_price":"60,5,4"},{"type":"par","entity":5630,"entity_type":"player","id":72,"created_at":1716168621,"corporation":"SCB","share_price":"70,4,4"},{"type":"par","entity":330,"entity_type":"player","id":73,"created_at":1716168637,"corporation":"JS","share_price":"70,4,4"},{"type":"buy_shares","entity":7706,"entity_type":"player","id":75,"created_at":1716168683,"shares":["NOB_1"],"percent":25},{"type":"buy_shares","entity":2843,"entity_type":"player","id":76,"created_at":1716168693,"shares":["NOB_2"],"percent":25},{"type":"buy_shares","entity":605,"entity_type":"player","id":78,"created_at":1716168704,"shares":["GB_1"],"percent":25},{"type":"buy_shares","entity":5630,"entity_type":"player","id":79,"created_at":1716168711,"shares":["GB_2"],"percent":25},{"type":"buy_shares","entity":330,"entity_type":"player","id":80,"created_at":1716168727,"shares":["VSB_1"],"percent":25},{"type":"buy_shares","entity":7706,"entity_type":"player","id":81,"created_at":1716168730,"shares":["VSB_2"],"percent":25},{"type":"buy_shares","entity":2843,"entity_type":"player","id":83,"created_at":1716168757,"shares":["JS_1"],"percent":25},{"type":"buy_shares","entity":605,"entity_type":"player","id":84,"created_at":1716168770,"shares":["SCB_1"],"percent":25},{"type":"buy_shares","entity":5630,"entity_type":"player","id":86,"created_at":1716168795,"shares":["SCB_2"],"percent":25},{"type":"buy_shares","entity":330,"entity_type":"player","id":87,"created_at":1716168803,"shares":["JS_2"],"percent":25},{"type":"pass","entity":2843,"entity_type":"player","id":90,"created_at":1716168814},{"type":"pass","entity":605,"entity_type":"player","id":91,"created_at":1716168819},{"type":"pass","entity":5630,"entity_type":"player","id":94,"created_at":1716168832},{"type":"pass","entity":330,"entity_type":"player","id":95,"created_at":1716168841},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":98,"created_at":1716168891,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716168891},{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716168891}],"hex":"L21","tile":"57-0","rotation":0},{"type":"buy_train","entity":"FNM","entity_type":"corporation","id":101,"created_at":1716168914,"train":"2-0","price":90,"variant":"2"},{"type":"buy_train","entity":"FNM","entity_type":"corporation","id":102,"created_at":1716168916,"train":"2-1","price":70,"variant":"2H"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":103,"created_at":1716168997},{"type":"lay_tile","entity":"GB","entity_type":"corporation","id":104,"created_at":1716169017,"hex":"G18","tile":"57-1","rotation":1},{"type":"pass","entity":"GB","entity_type":"corporation","id":105,"created_at":1716169020,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716169020},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716169020}]},{"type":"buy_train","entity":"GB","entity_type":"corporation","id":106,"created_at":1716169024,"train":"2-2","price":70,"variant":"2H"},{"type":"buy_train","entity":"GB","entity_type":"corporation","id":107,"created_at":1716169034,"train":"2-3","price":70,"variant":"2H"},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":108,"created_at":1716169039,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716169039},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716169039}],"hex":"C12","tile":"5-0","rotation":4},{"type":"buy_train","entity":"SCB","entity_type":"corporation","id":109,"created_at":1716169041,"train":"2-4","price":70,"variant":"2H"},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":111,"created_at":1716169050,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716169050},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716169050}],"hex":"H3","tile":"58-0","rotation":3},{"type":"buy_train","entity":"JS","entity_type":"corporation","id":112,"created_at":1716169052,"train":"2-5","price":70,"variant":"2H"},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":114,"created_at":1716169058,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716169058},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716169058}],"hex":"D19","tile":"5-1","rotation":0},{"type":"buy_train","entity":"NOB","entity_type":"corporation","id":115,"created_at":1716169061,"train":"2-6","price":70,"variant":"2H"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":117,"created_at":1716169075,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716169075},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716169075}],"hex":"C24","tile":"57-2","rotation":2},{"type":"buy_train","entity":"VSB","entity_type":"corporation","id":118,"created_at":1716169078,"train":"2-7","price":70,"variant":"2H"},{"type":"buy_shares","entity":330,"entity_type":"player","id":120,"created_at":1716169085,"shares":["FNM_1"],"percent":10},{"type":"pass","entity":605,"entity_type":"player","id":121,"created_at":1716169095},{"type":"pass","entity":5630,"entity_type":"player","id":122,"created_at":1716169122},{"type":"buy_shares","entity":2843,"entity_type":"player","id":123,"created_at":1716169127,"shares":["FNM_2"],"percent":10},{"type":"program_share_pass","entity":7706,"entity_type":"player","id":124,"created_at":1716169140,"auto_actions":[{"type":"pass","entity":7706,"entity_type":"player","created_at":1716169140}],"unconditional":false,"indefinite":false},{"type":"program_share_pass","entity":330,"entity_type":"player","id":125,"created_at":1716169147,"auto_actions":[{"type":"pass","entity":330,"entity_type":"player","created_at":1716169146}],"unconditional":false,"indefinite":false},{"type":"pass","entity":605,"entity_type":"player","id":126,"created_at":1716169151},{"type":"buy_shares","entity":5630,"entity_type":"player","id":127,"created_at":1716169153,"shares":["FNM_3"],"percent":10},{"type":"pass","entity":2843,"entity_type":"player","id":128,"created_at":1716169158,"auto_actions":[{"type":"program_disable","entity":7706,"entity_type":"player","created_at":1716169158,"reason":"thirdmunky bought on corporation FNM and is unsecure"}]},{"type":"program_share_pass","entity":7706,"entity_type":"player","id":129,"created_at":1716169167,"auto_actions":[{"type":"pass","entity":7706,"entity_type":"player","created_at":1716169167},{"type":"pass","entity":330,"entity_type":"player","created_at":1716169167}],"unconditional":false,"indefinite":false},{"type":"pass","entity":605,"entity_type":"player","id":130,"created_at":1716169172},{"type":"sell_shares","entity":5630,"entity_type":"player","id":131,"created_at":1716169173,"shares":["FNM_3"],"percent":10},{"type":"pass","entity":5630,"entity_type":"player","id":132,"created_at":1716169180},{"type":"pass","entity":2843,"entity_type":"player","id":133,"created_at":1716169187,"auto_actions":[{"type":"program_disable","entity":7706,"entity_type":"player","created_at":1716169187,"reason":"Shares were sold"}]},{"type":"program_share_pass","entity":7706,"entity_type":"player","id":134,"created_at":1716169191,"auto_actions":[{"type":"pass","entity":7706,"entity_type":"player","created_at":1716169191},{"type":"program_disable","entity":330,"entity_type":"player","created_at":1716169191,"reason":"Shares were sold"}],"unconditional":false,"indefinite":false},{"type":"pass","entity":330,"entity_type":"player","id":135,"created_at":1716169203},{"type":"pass","entity":605,"entity_type":"player","id":136,"created_at":1716169213},{"type":"pass","entity":5630,"entity_type":"player","id":137,"created_at":1716169219},{"type":"lay_tile","entity":"GB","entity_type":"corporation","id":138,"created_at":1716169237,"hex":"G16","tile":"3-0","rotation":3},{"type":"pass","entity":"GB","entity_type":"corporation","id":139,"created_at":1716169240,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716169239},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716169239}]},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":140,"created_at":1716169251,"routes":[{"train":"2-3","connections":[["G18","G16"]],"hexes":["G18","G16"],"revenue":30,"revenue_str":"G18-G16","nodes":["G18-0","G16-0"]},{"train":"2-2","connections":[["G18","G20"]],"hexes":["G18","G20"],"revenue":40,"revenue_str":"G18-G20","nodes":["G18-0","G20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":141,"created_at":1716169282,"kind":"payout"},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":142,"created_at":1716169285,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716169285},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716169285}],"hex":"D13","tile":"57-3","rotation":2},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":143,"created_at":1716169287,"routes":[{"train":"2-4","connections":[["C12","D13"]],"hexes":["C12","D13"],"revenue":40,"revenue_str":"C12-D13","nodes":["C12-0","D13-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":144,"created_at":1716169288,"kind":"payout"},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":146,"created_at":1716169301,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716169300},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716169300}],"hex":"G4","tile":"9-0","rotation":0},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":147,"created_at":1716169306,"routes":[{"train":"2-5","connections":[["I4","H3"]],"hexes":["I4","H3"],"revenue":30,"revenue_str":"I4-H3","nodes":["I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":148,"created_at":1716169307,"kind":"payout"},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":150,"created_at":1716169313,"auto_actions":[{"type":"destination_connection","entity":"NOB","entity_type":"corporation","created_at":1716169313,"corporations":["NOB"]},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716169313}],"hex":"D17","tile":"4-0","rotation":1},{"type":"pass","entity":"NOB","entity_type":"corporation","id":151,"created_at":1716169316,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716169316}]},{"type":"run_routes","entity":"NOB","entity_type":"corporation","id":152,"created_at":1716169319,"routes":[{"train":"2-6","connections":[["D19","D17"]],"hexes":["D19","D17"],"revenue":30,"revenue_str":"D19-D17","nodes":["D19-0","D17-0"]}],"extra_revenue":0},{"type":"dividend","entity":"NOB","entity_type":"corporation","id":153,"created_at":1716169321,"kind":"payout"},{"type":"buy_train","entity":"NOB","entity_type":"corporation","id":154,"created_at":1716169326,"train":"2-9","price":70,"variant":"2H"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":155,"created_at":1716169334,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716169334},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716169334}],"hex":"D25","tile":"6-0","rotation":0},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":156,"created_at":1716169337,"routes":[{"train":"2-7","connections":[["C24","D25"]],"hexes":["C24","D25"],"revenue":40,"revenue_str":"C24-D25","nodes":["C24-0","D25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":157,"created_at":1716169339,"kind":"payout"},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":159,"created_at":1716169348,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716169348}],"hex":"K22","tile":"6-1","rotation":0},{"city":"6-1-0","slot":0,"type":"place_token","entity":"FNM","tokener":"FNM","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"FNM","created_at":1716169348,"entity_type":"corporation"}],"id":160,"user":7706,"created_at":1716169349},{"type":"undo","entity":"FNM","entity_type":"corporation","id":161,"user":7706,"created_at":1716169353},{"type":"pass","entity":"FNM","entity_type":"corporation","id":162,"created_at":1716169354,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716169354}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":163,"created_at":1716169356,"routes":[{"train":"2-0","connections":[["L21","M20"]],"hexes":["L21","M20"],"revenue":60,"revenue_str":"L21-M20","nodes":["L21-0","M20-0"]},{"train":"2-1","connections":[["L21","K22"]],"hexes":["L21","K22"],"revenue":40,"revenue_str":"L21-K22","nodes":["L21-0","K22-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":164,"created_at":1716169357,"kind":"payout"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":165,"created_at":1716169360},{"type":"pass","entity":605,"entity_type":"player","id":166,"created_at":1716169417},{"type":"par","entity":5630,"entity_type":"player","id":167,"created_at":1716169423,"corporation":"JN","share_price":"80,3,4"},{"type":"buy_company","entity":7706,"entity_type":"player","id":168,"created_at":1716169465,"company":"B1","price":150},{"type":"lay_tile","entity":"B1","entity_type":"company","id":169,"created_at":1716169473,"hex":"F19","tile":"XM3-0","rotation":0},{"type":"buy_shares","entity":330,"entity_type":"player","id":170,"created_at":1716169517,"shares":["FNM_3"],"percent":10},{"type":"buy_shares","entity":2843,"entity_type":"player","id":171,"created_at":1716169538,"shares":["JN_1"],"percent":20},{"type":"pass","entity":605,"entity_type":"player","id":172,"created_at":1716169546},{"type":"pass","entity":5630,"entity_type":"player","id":173,"created_at":1716169553},{"type":"program_share_pass","entity":7706,"entity_type":"player","id":174,"created_at":1716169598,"auto_actions":[{"type":"pass","entity":7706,"entity_type":"player","created_at":1716169597}],"unconditional":false,"indefinite":false},{"type":"sell_shares","entity":330,"entity_type":"player","id":175,"created_at":1716169609,"shares":["JS_2"],"percent":25},{"type":"buy_shares","entity":330,"entity_type":"player","id":176,"created_at":1716169610,"shares":["FNM_4"],"percent":10},{"type":"pass","entity":2843,"entity_type":"player","id":177,"created_at":1716169663},{"type":"buy_shares","entity":605,"entity_type":"player","id":178,"created_at":1716169671,"shares":["JS_2"],"percent":25},{"type":"pass","entity":5630,"entity_type":"player","id":179,"created_at":1716169684,"auto_actions":[{"type":"program_disable","entity":7706,"entity_type":"player","created_at":1716169684,"reason":"Shares were sold"}]},{"type":"pass","entity":7706,"entity_type":"player","id":180,"created_at":1716169738},{"type":"program_share_pass","entity":330,"entity_type":"player","id":181,"created_at":1716169741,"auto_actions":[{"type":"pass","entity":330,"entity_type":"player","created_at":1716169740}],"unconditional":false,"indefinite":false},{"type":"pass","entity":2843,"entity_type":"player","id":182,"created_at":1716169745},{"type":"pass","entity":605,"entity_type":"player","id":183,"created_at":1716169749},{"type":"pass","entity":"GB","entity_type":"corporation","id":184,"created_at":1716169761,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716169761},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716169761}]},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":185,"created_at":1716169763,"routes":[{"train":"2-3","connections":[["G18","G16"]],"hexes":["G18","G16"],"revenue":30,"revenue_str":"G18-G16","nodes":["G18-0","G16-0"]},{"train":"2-2","connections":[["G18","G20"]],"hexes":["G18","G20"],"revenue":40,"revenue_str":"G18-G20","nodes":["G18-0","G20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":186,"created_at":1716169785,"kind":"withhold"},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":187,"created_at":1716169793,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716169792},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716169792}],"hex":"E14","tile":"8-0","rotation":2},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":188,"created_at":1716169796,"routes":[{"train":"2-4","connections":[["C12","D13"]],"hexes":["C12","D13"],"revenue":40,"revenue_str":"C12-D13","nodes":["C12-0","D13-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":189,"created_at":1716169798,"kind":"payout"},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":191,"created_at":1716169819,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716169818}],"hex":"E18","tile":"6-2","rotation":3},{"type":"place_token","entity":"NOB","entity_type":"corporation","id":192,"created_at":1716169820,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716169819}],"city":"6-2-0","slot":0,"tokener":"NOB"},{"type":"run_routes","entity":"NOB","entity_type":"corporation","id":193,"created_at":1716169833,"routes":[{"train":"2-9","connections":[["E18","D19"]],"hexes":["E18","D19"],"revenue":40,"revenue_str":"E18-D19","nodes":["E18-0","D19-0"]},{"train":"2-6","connections":[["E18","F19"]],"hexes":["F19","E18"],"revenue":30,"revenue_str":"F19-E18","nodes":["E18-0","F19-0"]}],"extra_revenue":0},{"type":"dividend","entity":"NOB","entity_type":"corporation","id":194,"created_at":1716169834,"kind":"payout"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":195,"created_at":1716169841,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716169840},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716169840}],"hex":"E24","tile":"8-1","rotation":3},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":196,"created_at":1716169843,"routes":[{"train":"2-7","connections":[["C24","D25"]],"hexes":["C24","D25"],"revenue":40,"revenue_str":"C24-D25","nodes":["C24-0","D25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":197,"created_at":1716169844,"kind":"payout"},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":199,"created_at":1716169855,"auto_actions":[{"type":"destination_connection","entity":"JS","entity_type":"corporation","created_at":1716169855,"corporations":["JS"]},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716169855},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716169855}],"hex":"F5","tile":"8-2","rotation":4},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":200,"created_at":1716169860,"routes":[{"train":"2-5","connections":[["I4","H3"]],"hexes":["I4","H3"],"revenue":30,"revenue_str":"I4-H3","nodes":["I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":201,"created_at":1716169861,"kind":"payout"},{"type":"pass","entity":"JS","entity_type":"corporation","id":202,"created_at":1716169866},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":203,"created_at":1716169869,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716169869},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716169869}],"hex":"F7","tile":"6-3","rotation":5},{"type":"buy_train","entity":"JN","entity_type":"corporation","id":204,"created_at":1716169871,"train":"2-11","price":70,"variant":"2H"},{"type":"pass","entity":"JN","entity_type":"corporation","id":205,"created_at":1716169872},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":206,"created_at":1716169887,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716169886}],"hex":"J21","tile":"9-1","rotation":2},{"type":"pass","entity":"FNM","entity_type":"corporation","id":207,"created_at":1716169890,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716169890}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":208,"created_at":1716169894,"routes":[{"train":"2-0","connections":[["L21","M20"]],"hexes":["L21","M20"],"revenue":60,"revenue_str":"L21-M20","nodes":["L21-0","M20-0"]},{"train":"2-1","connections":[["L21","K22"]],"hexes":["L21","K22"],"revenue":40,"revenue_str":"L21-K22","nodes":["L21-0","K22-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":209,"created_at":1716169897,"kind":"payout"},{"type":"buy_train","entity":"FNM","entity_type":"corporation","id":210,"created_at":1716169916,"train":"2-12","price":70,"variant":"2H"},{"type":"buy_train","entity":"FNM","entity_type":"corporation","id":211,"created_at":1716169917,"train":"3-0","price":150,"variant":"3H"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":212,"created_at":1716169948},{"type":"buy_shares","entity":605,"entity_type":"player","id":214,"created_at":1716169960,"shares":["JN_2"],"percent":20},{"type":"pass","entity":5630,"entity_type":"player","id":215,"created_at":1716169983},{"type":"sell_shares","entity":2843,"entity_type":"player","id":217,"created_at":1716170056,"shares":["FNM_2"],"percent":10},{"type":"buy_shares","entity":2843,"entity_type":"player","id":218,"created_at":1716170067,"shares":["JN_3"],"percent":20},{"type":"buy_shares","entity":7706,"entity_type":"player","id":219,"created_at":1716170087,"shares":["FNM_2"],"percent":10},{"type":"sell_shares","entity":330,"entity_type":"player","id":221,"created_at":1716170095,"shares":["VSB_1"],"percent":25},{"type":"buy_company","entity":330,"entity_type":"player","id":222,"created_at":1716170097,"company":"B2","price":150},{"type":"lay_tile","entity":"B2","entity_type":"company","id":223,"created_at":1716170105,"hex":"L23","tile":"XM3-1","rotation":0},{"type":"buy_shares","entity":605,"entity_type":"player","id":225,"created_at":1716170123,"shares":["VSB_1"],"percent":25},{"type":"pass","entity":5630,"entity_type":"player","id":227,"created_at":1716170134},{"type":"pass","entity":2843,"entity_type":"player","id":228,"created_at":1716170147},{"type":"pass","entity":7706,"entity_type":"player","id":229,"created_at":1716170162},{"type":"pass","entity":330,"entity_type":"player","id":230,"created_at":1716170176},{"type":"pass","entity":605,"entity_type":"player","id":231,"created_at":1716170180},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":232,"created_at":1716170186,"hex":"E16","tile":"8-3","rotation":5},{"type":"pass","entity":"SCB","entity_type":"corporation","id":233,"created_at":1716170207,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716170206},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716170206}]},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":234,"created_at":1716170208,"routes":[{"train":"2-4","connections":[["C12","D13"]],"hexes":["C12","D13"],"revenue":40,"revenue_str":"C12-D13","nodes":["C12-0","D13-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":235,"created_at":1716170209,"kind":"payout"},{"type":"pass","entity":"SCB","entity_type":"corporation","id":236,"created_at":1716170212},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":237,"created_at":1716170227,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716170227},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716170227}],"hex":"D19","tile":"908-0","rotation":3},{"type":"run_routes","entity":"NOB","entity_type":"corporation","id":238,"created_at":1716170237,"routes":[{"train":"2-9","connections":[["E18","D19"]],"hexes":["E18","D19"],"revenue":60,"revenue_str":"E18-D19","nodes":["E18-0","D19-0"]},{"train":"2-6","connections":[["E18","F19"]],"hexes":["E18","F19"],"revenue":70,"revenue_str":"E18-F19","nodes":["E18-0","F19-0"]}],"extra_revenue":0},{"type":"dividend","entity":"NOB","entity_type":"corporation","id":239,"created_at":1716170240,"kind":"payout"},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":240,"created_at":1716170248,"hex":"I2","tile":"8-4","rotation":4},{"type":"pass","entity":"JS","entity_type":"corporation","id":241,"created_at":1716170249,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716170249},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716170249}]},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":242,"created_at":1716170257,"routes":[{"train":"2-5","connections":[["I4","H3"]],"hexes":["I4","H3"],"revenue":30,"revenue_str":"I4-H3","nodes":["I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":243,"created_at":1716170259,"kind":"payout"},{"type":"buy_train","entity":"JS","entity_type":"corporation","id":244,"created_at":1716170282,"train":"3-0","price":160},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":245,"created_at":1716170296,"auto_actions":[{"type":"destination_connection","entity":"VSB","entity_type":"corporation","created_at":1716170296,"corporations":["VSB"]}],"hex":"F25","tile":"58-1","rotation":2},{"type":"pass","entity":"VSB","entity_type":"corporation","id":246,"created_at":1716170299,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716170298},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716170298}]},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":247,"created_at":1716170301,"routes":[{"train":"2-7","connections":[["C24","D25"]],"hexes":["C24","D25"],"revenue":40,"revenue_str":"C24-D25","nodes":["C24-0","D25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":248,"created_at":1716170302,"kind":"payout"},{"type":"buy_train","entity":"VSB","entity_type":"corporation","id":249,"created_at":1716170304,"train":"3-2","price":150,"variant":"3H"},{"type":"lay_tile","entity":"GB","entity_type":"corporation","id":250,"created_at":1716170312,"hex":"F21","tile":"5-2","rotation":0},{"type":"pass","entity":"GB","entity_type":"corporation","id":251,"created_at":1716170319,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716170318}]},{"type":"place_token","entity":"GB","entity_type":"corporation","id":252,"created_at":1716170322,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716170322}],"city":"5-2-0","slot":0,"tokener":"GB"},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":253,"created_at":1716170351,"routes":[{"train":"2-3","connections":[["F21","G20"]],"hexes":["F21","G20"],"revenue":40,"revenue_str":"F21-G20","nodes":["F21-0","G20-0"]},{"train":"2-2","connections":[["F21","F19"]],"hexes":["F21","F19"],"revenue":70,"revenue_str":"F21-F19","nodes":["F21-0","F19-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":254,"created_at":1716170361,"kind":"withhold"},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":255,"created_at":1716170391,"hex":"G8","tile":"59-0","rotation":2},{"type":"buy_company","price":170,"entity":"JN","company":"P4","entity_type":"corporation","id":256,"user":5630,"created_at":1716170445},{"type":"undo","entity":"JN","action_id":255,"entity_type":"corporation","id":257,"user":5630,"created_at":1716170451},{"type":"buy_company","price":179,"entity":"JN","company":"P4","entity_type":"corporation","id":258,"user":5630,"created_at":1716170456},{"type":"undo","entity":"JN","action_id":255,"entity_type":"corporation","id":259,"user":5630,"created_at":1716170471},{"type":"buy_company","price":178,"entity":"JN","company":"P4","entity_type":"corporation","id":260,"user":5630,"created_at":1716170476},{"type":"pass","entity":"JN","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"JN","created_at":1716170479,"entity_type":"corporation"}],"id":261,"user":5630,"created_at":1716170480},{"type":"undo","entity":"JN","entity_type":"corporation","id":262,"user":5630,"created_at":1716170494},{"type":"choose_ability","choice":"Place tile","entity":"P4","entity_type":"company","id":263,"user":5630,"created_at":1716170497},{"type":"undo","entity":"JN","action_id":255,"entity_type":"corporation","id":264,"user":5630,"created_at":1716170504},{"type":"buy_company","price":220,"entity":"JN","company":"P4","entity_type":"corporation","id":266,"user":5630,"created_at":1716170521},{"type":"pass","entity":"JN","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"JN","created_at":1716170532,"entity_type":"corporation"}],"id":267,"user":5630,"created_at":1716170532},{"type":"pass","entity":"JN","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"JN","created_at":1716170536,"entity_type":"corporation"}],"id":268,"user":5630,"created_at":1716170537},{"type":"run_routes","entity":"JN","routes":[{"hexes":["F7","G8"],"nodes":["F7-0","G8-0"],"train":"2-11","revenue":60,"connections":[["F7","G8"]],"revenue_str":"F7-G8"}],"entity_type":"corporation","extra_revenue":0,"id":269,"user":5630,"created_at":1716170540},{"kind":"payout","type":"dividend","entity":"JN","entity_type":"corporation","id":270,"user":5630,"created_at":1716170541},{"type":"pass","entity":"JN","entity_type":"corporation","id":271,"user":5630,"created_at":1716170544},{"type":"pass","entity":"JN","entity_type":"corporation","id":272,"user":5630,"created_at":1716170546},{"hex":"L21","tile":"619-0","type":"lay_tile","entity":"FNM","rotation":0,"entity_type":"corporation","id":273,"user":330,"created_at":1716170558},{"type":"pass","entity":"FNM","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"FNM","created_at":1716170562,"entity_type":"corporation"}],"id":275,"user":330,"created_at":1716170562},{"city":"6-1-0","slot":0,"type":"place_token","entity":"FNM","tokener":"FNM","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"FNM","created_at":1716170567,"entity_type":"corporation"}],"id":276,"user":330,"created_at":1716170567},{"type":"run_routes","entity":"FNM","routes":[{"hexes":["L21","K22"],"nodes":["L21-0","K22-0"],"train":"2-12","revenue":50,"connections":[["L21","K22"]],"revenue_str":"L21-K22"},{"hexes":["L21","L23"],"nodes":["L21-0","L23-0"],"train":"2-1","revenue":80,"connections":[["L21","L23"]],"revenue_str":"L21-L23"}],"entity_type":"corporation","extra_revenue":0,"id":277,"user":330,"created_at":1716170571},{"kind":"withhold","type":"dividend","entity":"FNM","entity_type":"corporation","id":278,"user":330,"created_at":1716170573},{"type":"buy_train","price":180,"train":"3-3","entity":"FNM","variant":"3","entity_type":"corporation","id":279,"user":330,"created_at":1716170578},{"type":"undo","entity":"FNM","action_id":255,"entity_type":"corporation","id":282,"user":5630,"created_at":1716170592},{"type":"pass","entity":"JN","entity_type":"corporation","id":283,"created_at":1716170596,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716170595}]},{"type":"pass","entity":"JN","entity_type":"corporation","id":284,"created_at":1716170598,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716170597}]},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":285,"created_at":1716170599,"routes":[{"train":"2-11","connections":[["F7","G8"]],"hexes":["F7","G8"],"revenue":60,"revenue_str":"F7-G8","nodes":["F7-0","G8-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":286,"created_at":1716170600,"kind":"payout"},{"type":"pass","entity":"JN","entity_type":"corporation","id":287,"created_at":1716170601},{"type":"pass","entity":"JN","entity_type":"corporation","id":288,"created_at":1716170603},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":289,"created_at":1716170608,"hex":"L21","tile":"619-0","rotation":0},{"type":"pass","entity":"FNM","entity_type":"corporation","id":290,"created_at":1716170610,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716170610}]},{"type":"place_token","entity":"FNM","entity_type":"corporation","id":291,"created_at":1716170613,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716170613}],"city":"6-1-0","slot":0,"tokener":"FNM"},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":293,"created_at":1716170617,"routes":[{"train":"2-12","connections":[["L21","K22"]],"hexes":["L21","K22"],"revenue":50,"revenue_str":"L21-K22","nodes":["L21-0","K22-0"]},{"train":"2-1","connections":[["L21","L23"]],"hexes":["L21","L23"],"revenue":80,"revenue_str":"L21-L23","nodes":["L21-0","L23-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":294,"created_at":1716170618,"kind":"withhold"},{"type":"buy_train","entity":"FNM","entity_type":"corporation","id":295,"created_at":1716170620,"train":"3-3","price":180,"variant":"3"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":296,"created_at":1716170622},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":297,"created_at":1716170628,"auto_actions":[{"type":"destination_connection","entity":"SCB","entity_type":"corporation","created_at":1716170628,"corporations":["SCB"]},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716170628}],"hex":"F17","tile":"5-3","rotation":1},{"type":"pass","entity":"SCB","entity_type":"corporation","id":298,"created_at":1716170630,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716170630}]},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":299,"created_at":1716170633,"routes":[{"train":"2-4","connections":[["C12","D13"]],"hexes":["C12","D13"],"revenue":40,"revenue_str":"C12-D13","nodes":["C12-0","D13-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":300,"created_at":1716170634,"kind":"payout"},{"type":"buy_train","entity":"SCB","entity_type":"corporation","id":301,"created_at":1716170635,"train":"3-4","price":150,"variant":"3H"},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":302,"created_at":1716170666,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716170666},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716170666}],"hex":"C20","tile":"59-1","rotation":0},{"type":"run_routes","entity":"NOB","entity_type":"corporation","id":303,"created_at":1716170677,"routes":[{"train":"2-9","connections":[["C20","D19"]],"hexes":["D19","C20"],"revenue":80,"revenue_str":"D19-C20","nodes":["C20-0","D19-0"]},{"train":"2-6","connections":[["E18","F19"]],"hexes":["E18","F19"],"revenue":70,"revenue_str":"E18-F19","nodes":["E18-0","F19-0"]}],"extra_revenue":0},{"type":"dividend","entity":"NOB","entity_type":"corporation","id":304,"created_at":1716170678,"kind":"payout"},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":305,"created_at":1716170699,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716170698},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716170698}],"hex":"J1","tile":"58-2","rotation":3},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":306,"created_at":1716170702,"routes":[{"train":"3-0","connections":[["I4","I2","J1"]],"hexes":["I4","J1"],"revenue":30,"revenue_str":"I4-J1","nodes":["I4-0","J1-0"]},{"train":"2-5","connections":[["I4","H3"]],"hexes":["I4","H3"],"revenue":30,"revenue_str":"I4-H3","nodes":["I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":307,"created_at":1716170703,"kind":"payout"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":308,"created_at":1716170718,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716170717},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716170717}],"hex":"B23","tile":"58-3","rotation":5},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":309,"created_at":1716170721,"routes":[{"train":"3-2","connections":[["C24","B23"]],"hexes":["C24","B23"],"revenue":30,"revenue_str":"C24-B23","nodes":["C24-0","B23-0"]},{"train":"2-7","connections":[["C24","D25"]],"hexes":["C24","D25"],"revenue":40,"revenue_str":"C24-D25","nodes":["C24-0","D25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":310,"created_at":1716170722,"kind":"payout"},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":311,"created_at":1716170755,"hex":"F7","tile":"15-0","rotation":4},{"type":"buy_company","entity":"JN","entity_type":"corporation","id":312,"created_at":1716170769,"company":"P4","price":220},{"type":"choose_ability","entity":"P4","entity_type":"company","id":313,"created_at":1716170774,"choice":"Place tile"},{"type":"pass","entity":"JN","entity_type":"corporation","id":314,"created_at":1716170775,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716170775}]},{"type":"pass","entity":"JN","entity_type":"corporation","id":315,"created_at":1716170779,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716170779}]},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":316,"created_at":1716170780,"routes":[{"train":"2-11","connections":[["F7","G8"]],"hexes":["F7","G8"],"revenue":70,"revenue_str":"F7-G8","nodes":["F7-0","G8-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":317,"created_at":1716170781,"kind":"payout"},{"type":"buy_train","entity":"JN","entity_type":"corporation","id":318,"created_at":1716170783,"train":"3-5","price":150,"variant":"3H"},{"type":"pass","entity":"JN","entity_type":"corporation","id":319,"created_at":1716170784},{"type":"lay_tile","entity":"T1","entity_type":"company","id":320,"created_at":1716170800,"auto_actions":[{"type":"destination_connection","entity":"GB","entity_type":"corporation","created_at":1716170799,"corporations":["GB"]}],"hex":"H19","tile":"X78-0","rotation":3},{"type":"lay_tile","entity":"GB","entity_type":"corporation","id":321,"created_at":1716170827,"hex":"F21","tile":"15-1","rotation":0},{"type":"pass","entity":"GB","entity_type":"corporation","id":322,"created_at":1716170837,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716170837},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716170837}]},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":323,"created_at":1716170841,"routes":[{"train":"2-3","connections":[["F21","G20"]],"hexes":["F21","G20"],"revenue":50,"revenue_str":"F21-G20","nodes":["F21-0","G20-0"]},{"train":"2-2","connections":[["F21","F19"]],"hexes":["F21","F19"],"revenue":80,"revenue_str":"F21-F19","nodes":["F21-0","F19-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":324,"created_at":1716170845,"kind":"payout"},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":325,"created_at":1716170855,"hex":"K22","tile":"15-2","rotation":5},{"type":"pass","entity":"FNM","entity_type":"corporation","id":326,"created_at":1716170857,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716170857},{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716170857}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":327,"created_at":1716170860,"routes":[{"train":"3-3","connections":[["L21","M20"]],"hexes":["L21","M20"],"revenue":80,"revenue_str":"L21-M20","nodes":["L21-0","M20-0"]},{"train":"2-12","connections":[["K22","L21"]],"hexes":["K22","L21"],"revenue":60,"revenue_str":"K22-L21","nodes":["K22-0","L21-0"]},{"train":"2-1","connections":[["K22","L23"]],"hexes":["K22","L23"],"revenue":80,"revenue_str":"K22-L23","nodes":["K22-0","L23-0"]},{"train":"2-0","connections":[["L21","L23"]],"hexes":["L21","L23"],"revenue":80,"revenue_str":"L21-L23","nodes":["L21-0","L23-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":328,"created_at":1716170861,"kind":"payout"},{"type":"buy_company","entity":"FNM","entity_type":"corporation","id":329,"created_at":1716170865,"company":"P1","price":40},{"type":"pass","entity":"FNM","entity_type":"corporation","id":330,"created_at":1716170867},{"type":"par","entity":2843,"corporation":"ChA","entity_type":"player","share_price":"100,1,4","id":331,"user":2843,"created_at":1716170997},{"type":"sell_shares","entity":5630,"shares":["JN_0"],"percent":20,"entity_type":"player","id":332,"user":5630,"created_at":1716171017},{"type":"undo","entity":5630,"entity_type":"player","id":347,"user":2843,"created_at":1716171204},{"type":"undo","entity":5630,"entity_type":"player","id":349,"user":2843,"created_at":1716171220},{"type":"sell_shares","entity":2843,"entity_type":"player","id":350,"created_at":1716171222,"shares":["JN_1"],"percent":20},{"type":"par","entity":2843,"entity_type":"player","id":351,"created_at":1716171228,"corporation":"ChA","share_price":"100,1,4"},{"type":"par","entity":5630,"entity_type":"player","id":356,"created_at":1716171282,"corporation":"STB","share_price":"90,2,4"},{"type":"buy_company","entity":7706,"entity_type":"player","id":361,"created_at":1716171474,"company":"B3","price":150},{"type":"lay_tile","entity":"B3","entity_type":"company","id":362,"created_at":1716171479,"hex":"H7","tile":"XM2-0","rotation":0},{"type":"buy_shares","entity":330,"entity_type":"player","id":363,"created_at":1716171505,"shares":["FNM_5"],"percent":10},{"type":"pass","entity":605,"entity_type":"player","id":381,"created_at":1716171793},{"type":"buy_shares","entity":2843,"entity_type":"player","id":383,"created_at":1716171799,"shares":["ChA_1"],"percent":20},{"type":"program_buy_shares","entity":5630,"entity_type":"player","id":385,"created_at":1716171815,"auto_actions":[{"type":"buy_shares","entity":5630,"entity_type":"player","created_at":1716171815,"shares":["STB_1"],"percent":10}],"corporation":"STB","until_condition":"float","from_market":false,"auto_pass_after":false},{"type":"sell_shares","entity":7706,"entity_type":"player","id":391,"created_at":1716171996,"shares":["NOB_1"],"percent":25},{"type":"sell_shares","entity":7706,"shares":["VSB_2"],"percent":25,"entity_type":"player","id":397,"user":7706,"created_at":1716172212},{"type":"undo","entity":7706,"entity_type":"player","id":398,"user":7706,"created_at":1716172224},{"type":"sell_shares","entity":7706,"entity_type":"player","id":399,"created_at":1716172227,"shares":["FNM_1","FNM_3"],"percent":20},{"type":"par","entity":7706,"entity_type":"player","id":400,"created_at":1716172240,"corporation":"BLS","share_price":"100,1,4"},{"type":"buy_shares","entity":330,"entity_type":"player","id":402,"created_at":1716172257,"shares":["FNM_1"],"percent":10},{"type":"buy_shares","entity":605,"entity_type":"player","id":403,"created_at":1716172264,"shares":["FNM_3"],"percent":10},{"type":"sell_shares","entity":2843,"entity_type":"player","id":404,"created_at":1716172272,"shares":["JS_1"],"percent":25},{"type":"program_disable","entity":5630,"entity_type":"player","id":405,"created_at":1716172275,"reason":"user","original_type":"program_buy_shares"},{"type":"buy_company","entity":2843,"entity_type":"player","id":406,"created_at":1716172278,"company":"B4","price":150},{"type":"lay_tile","entity":"B4","entity_type":"company","id":407,"created_at":1716172296,"hex":"J29","tile":"XM1-0","rotation":0},{"type":"pass","entity":5630,"entity_type":"player","id":409,"user":5630,"created_at":1716172397},{"type":"undo","entity":7706,"entity_type":"player","id":410,"user":5630,"created_at":1716172402},{"type":"undo","entity":5630,"entity_type":"player","id":411,"user":5630,"created_at":1716172403},{"type":"redo","entity":"B4","entity_type":"company","id":412,"user":5630,"created_at":1716172407},{"type":"buy_shares","entity":5630,"entity_type":"player","id":414,"created_at":1716172415,"shares":["STB_2"],"percent":10},{"type":"program_buy_shares","entity":7706,"entity_type":"player","id":415,"created_at":1716172440,"auto_actions":[{"type":"buy_shares","entity":7706,"entity_type":"player","created_at":1716172440,"shares":["BLS_1"],"percent":10}],"corporation":"BLS","until_condition":"float","from_market":false,"auto_pass_after":false},{"type":"program_share_pass","entity":330,"entity_type":"player","id":416,"created_at":1716172451,"auto_actions":[{"type":"pass","entity":330,"entity_type":"player","created_at":1716172451}],"unconditional":false,"indefinite":false},{"type":"buy_shares","entity":605,"entity_type":"player","id":417,"created_at":1716172466,"shares":["JS_1"],"percent":25},{"type":"program_buy_shares","entity":5630,"entity_type":"player","id":418,"created_at":1716172510,"corporation":"STB","until_condition":"float","from_market":false,"auto_pass_after":false},{"type":"buy_company","entity":2843,"entity_type":"player","id":419,"created_at":1716172536,"auto_actions":[{"type":"buy_shares","entity":5630,"entity_type":"player","created_at":1716172535,"shares":["STB_3"],"percent":10},{"type":"buy_shares","entity":7706,"entity_type":"player","created_at":1716172535,"shares":["BLS_2"],"percent":10},{"type":"pass","entity":330,"entity_type":"player","created_at":1716172535}],"company":"T2","price":50},{"type":"pass","entity":605,"entity_type":"player","id":420,"created_at":1716172548},{"type":"pass","entity":2843,"entity_type":"player","id":421,"created_at":1716172552,"auto_actions":[{"type":"program_disable","entity":5630,"entity_type":"player","created_at":1716172552,"reason":"STB is floated"}]},{"type":"pass","entity":5630,"entity_type":"player","id":422,"created_at":1716172566,"auto_actions":[{"type":"buy_shares","entity":7706,"entity_type":"player","created_at":1716172565,"shares":["BLS_3"],"percent":10},{"type":"pass","entity":330,"entity_type":"player","created_at":1716172565}]},{"type":"pass","entity":605,"entity_type":"player","id":423,"created_at":1716172579},{"type":"pass","entity":2843,"entity_type":"player","id":424,"created_at":1716172605},{"type":"pass","entity":5630,"entity_type":"player","id":425,"created_at":1716172609,"auto_actions":[{"type":"program_disable","entity":7706,"entity_type":"player","created_at":1716172609,"reason":"BLS is floated"}]},{"type":"buy_company","entity":7706,"entity_type":"player","id":426,"created_at":1716172625,"auto_actions":[{"type":"pass","entity":330,"entity_type":"player","created_at":1716172624}],"company":"T3","price":50},{"type":"pass","entity":605,"entity_type":"player","id":429,"created_at":1716172632},{"type":"pass","entity":2843,"entity_type":"player","id":430,"created_at":1716172652},{"type":"pass","entity":5630,"entity_type":"player","id":431,"created_at":1716172660},{"type":"pass","entity":7706,"entity_type":"player","id":432,"created_at":1716172681},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":433,"created_at":1716172688,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716172688},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716172688}],"hex":"C14","tile":"58-4","rotation":5},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":434,"created_at":1716172691,"routes":[{"train":"3-4","connections":[["C12","C14"],["C14","D15"]],"hexes":["C12","C14","D15"],"revenue":40,"revenue_str":"C12-C14-D15","nodes":["C12-0","C14-0","D15-0"]},{"train":"2-4","connections":[["C12","D13"]],"hexes":["C12","D13"],"revenue":40,"revenue_str":"C12-D13","nodes":["C12-0","D13-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":435,"created_at":1716172693,"kind":"payout"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":436,"created_at":1716172710,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716172710},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716172710}],"hex":"D25","tile":"14-0","rotation":2},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":437,"created_at":1716172715,"routes":[{"train":"3-2","connections":[["C24","D25"],["D25","E26"]],"hexes":["C24","D25","E26"],"revenue":70,"revenue_str":"C24-D25-E26","nodes":["C24-0","D25-0","E26-0"]},{"train":"2-7","connections":[["C24","B23"]],"hexes":["C24","B23"],"revenue":30,"revenue_str":"C24-B23","nodes":["C24-0","B23-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":438,"created_at":1716172715,"kind":"payout"},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":439,"created_at":1716172725,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716172723},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716172723}],"hex":"I4","tile":"901-0","rotation":1},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":440,"created_at":1716172727,"routes":[{"train":"3-0","connections":[["I4","I2","J1"]],"hexes":["I4","J1"],"revenue":50,"revenue_str":"I4-J1","nodes":["I4-0","J1-0"]},{"train":"2-5","connections":[["I4","H3"]],"hexes":["I4","H3"],"revenue":50,"revenue_str":"I4-H3","nodes":["I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":441,"created_at":1716172729,"kind":"payout"},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":442,"created_at":1716172772,"hex":"E18","tile":"619-1","rotation":3},{"type":"pass","entity":"NOB","entity_type":"corporation","id":443,"created_at":1716172774,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716172773},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716172773}]},{"type":"run_routes","entity":"NOB","entity_type":"corporation","id":444,"created_at":1716172776,"routes":[{"train":"2-9","connections":[["C20","D19"]],"hexes":["C20","D19"],"revenue":80,"revenue_str":"C20-D19","nodes":["C20-0","D19-0"]},{"train":"2-6","connections":[["E18","F19"]],"hexes":["E18","F19"],"revenue":80,"revenue_str":"E18-F19","nodes":["E18-0","F19-0"]}],"extra_revenue":0},{"type":"dividend","entity":"NOB","entity_type":"corporation","id":445,"created_at":1716172777,"kind":"payout"},{"hex":"G28","tile":"6-4","type":"lay_tile","entity":"ChA","rotation":2,"entity_type":"corporation","id":446,"user":2843,"created_at":1716172815},{"type":"pass","entity":"ChA","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"ChA","created_at":1716172817,"entity_type":"corporation"},{"type":"pass","entity":"ChA","created_at":1716172817,"entity_type":"corporation"}],"id":447,"user":2843,"created_at":1716172818},{"type":"undo","entity":"ChA","action_id":445,"entity_type":"corporation","id":448,"user":2843,"created_at":1716172834},{"hex":"G28","tile":"57-4","type":"lay_tile","entity":"ChA","rotation":1,"entity_type":"corporation","id":449,"user":2843,"created_at":1716172841},{"type":"pass","entity":"ChA","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"ChA","created_at":1716172847,"entity_type":"corporation"},{"type":"pass","entity":"ChA","created_at":1716172847,"entity_type":"corporation"}],"id":450,"user":2843,"created_at":1716172848},{"type":"undo","entity":"ChA","action_id":445,"entity_type":"corporation","id":454,"user":2843,"created_at":1716172924},{"type":"lay_tile","entity":"ChA","entity_type":"corporation","id":455,"created_at":1716172936,"hex":"G28","tile":"5-4","rotation":0},{"type":"pass","entity":"ChA","entity_type":"corporation","id":456,"created_at":1716172944,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716172943},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716172943}]},{"type":"buy_train","entity":"ChA","entity_type":"corporation","id":457,"created_at":1716172966,"train":"2-2","price":160},{"type":"buy_train","entity":"ChA","entity_type":"corporation","id":458,"created_at":1716172970,"train":"3-7","price":150,"variant":"3H"},{"type":"pass","entity":"ChA","entity_type":"corporation","id":459,"created_at":1716172973},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":460,"created_at":1716172997,"hex":"F11","tile":"6-4","rotation":5},{"type":"pass","entity":"BLS","entity_type":"corporation","id":461,"created_at":1716173001,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716173000},{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716173000}]},{"type":"buy_train","entity":"BLS","entity_type":"corporation","id":462,"created_at":1716173010,"train":"3-8","price":150,"variant":"3H"},{"type":"buy_train","entity":"BLS","entity_type":"corporation","id":463,"created_at":1716173036,"train":"4-0","price":300,"variant":"4"},{"type":"pass","entity":"BLS","entity_type":"corporation","id":464,"created_at":1716173042},{"type":"pass","entity":"BLS","entity_type":"corporation","id":465,"created_at":1716173045},{"type":"lay_tile","entity":"GB","entity_type":"corporation","id":466,"created_at":1716173050,"hex":"F17","tile":"15-3","rotation":0},{"type":"pass","entity":"GB","entity_type":"corporation","id":467,"created_at":1716173054,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716173054},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716173054}]},{"type":"buy_train","entity":"GB","entity_type":"corporation","id":468,"created_at":1716173058,"train":"4-1","price":300,"variant":"4"},{"type":"pass","entity":"GB","entity_type":"corporation","id":469,"created_at":1716173060},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":470,"created_at":1716173083,"hex":"D15","tile":"619-2","rotation":0},{"type":"pass","entity":"STB","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"STB","created_at":1716173086,"entity_type":"corporation"}],"id":471,"user":5630,"created_at":1716173086},{"type":"undo","entity":"STB","action_id":470,"entity_type":"corporation","id":472,"user":5630,"created_at":1716173094},{"type":"pass","entity":"STB","entity_type":"corporation","id":473,"created_at":1716173096,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716173095}]},{"type":"place_token","entity":"STB","entity_type":"corporation","id":474,"created_at":1716173110,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716173109}],"city":"59-1-0","slot":0,"tokener":"STB"},{"type":"buy_train","entity":"STB","entity_type":"corporation","id":475,"created_at":1716173116,"train":"4-2","price":260,"variant":"4H"},{"type":"pass","entity":"STB","entity_type":"corporation","id":476,"created_at":1716173118},{"type":"pass","entity":"STB","entity_type":"corporation","id":477,"created_at":1716173129},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":478,"created_at":1716173140,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716173139},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716173139}],"hex":"G6","tile":"8-5","rotation":3},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":481,"created_at":1716173162,"routes":[{"train":"3-5","connections":[["F7","G6","H7"]],"hexes":["F7","H7"],"revenue":70,"revenue_str":"F7-H7","nodes":["F7-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":483,"created_at":1716173173,"kind":"payout"},{"type":"pass","entity":"JN","entity_type":"corporation","id":484,"created_at":1716173178},{"type":"pass","entity":"JN","entity_type":"corporation","id":485,"created_at":1716173179},{"type":"pass","entity":"FNM","entity_type":"corporation","id":486,"created_at":1716173202,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716173202},{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716173202}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":487,"created_at":1716173205,"routes":[{"train":"3-3","connections":[["L21","K22"],["K22","L23"]],"hexes":["L21","K22","L23"],"revenue":110,"revenue_str":"L21-K22-L23","nodes":["L21-0","K22-0","L23-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":488,"created_at":1716173207,"kind":"withhold"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":489,"created_at":1716173212},{"type":"pass","entity":"FNM","entity_type":"corporation","id":490,"created_at":1716173213},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":491,"created_at":1716173250,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716173250},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716173250}],"hex":"E14","tile":"16-0","rotation":1},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":492,"created_at":1716173254,"routes":[{"train":"3-4","connections":[["C12","C14"],["C14","D15"]],"hexes":["C12","C14","D15"],"revenue":60,"revenue_str":"C12-C14-D15","nodes":["C12-0","C14-0","D15-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":493,"created_at":1716173255,"kind":"payout"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":494,"created_at":1716173266,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716173265},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716173265}],"hex":"C24","tile":"14-1","rotation":1},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":495,"created_at":1716173268,"routes":[{"train":"3-2","connections":[["C24","D25"],["D25","E26"]],"hexes":["C24","D25","E26"],"revenue":80,"revenue_str":"C24-D25-E26","nodes":["C24-0","D25-0","E26-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":496,"created_at":1716173269,"kind":"payout"},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":497,"created_at":1716173282,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716173281},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716173281}],"hex":"H3","tile":"87-0","rotation":3},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":498,"created_at":1716173284,"routes":[{"train":"3-0","connections":[["I4","I2","J1"]],"hexes":["I4","J1"],"revenue":50,"revenue_str":"I4-J1","nodes":["I4-0","J1-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":499,"created_at":1716173285,"kind":"payout"},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":500,"created_at":1716173303,"hex":"E16","tile":"23-0","rotation":1},{"type":"pass","entity":"NOB","entity_type":"corporation","id":501,"created_at":1716173306,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716173306},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716173306}]},{"type":"buy_train","entity":"NOB","entity_type":"corporation","id":502,"created_at":1716173341,"train":"3-8","price":60},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":503,"created_at":1716173349,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716173348},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716173348}],"hex":"F9","tile":"9-2","rotation":1},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":504,"created_at":1716173352,"routes":[{"train":"3-5","connections":[["F7","G6","H7"]],"hexes":["F7","H7"],"revenue":70,"revenue_str":"F7-H7","nodes":["F7-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":505,"created_at":1716173353,"kind":"payout"},{"type":"pass","entity":"JN","entity_type":"corporation","id":506,"created_at":1716173355},{"type":"pass","entity":"JN","entity_type":"corporation","id":507,"created_at":1716173359},{"type":"lay_tile","entity":"T2","entity_type":"company","id":511,"created_at":1716173490,"hex":"H27","tile":"X78-0","rotation":3},{"type":"lay_tile","entity":"ChA","entity_type":"corporation","id":513,"created_at":1716173499,"hex":"I28","tile":"57-4","rotation":2},{"type":"pass","entity":"ChA","entity_type":"corporation","id":515,"created_at":1716173517,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716173517},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716173517}]},{"type":"run_routes","entity":"ChA","entity_type":"corporation","id":517,"created_at":1716173525,"routes":[{"train":"3-7","connections":[["G28","H27","I28"]],"hexes":["G28","I28"],"revenue":60,"revenue_str":"G28-I28","nodes":["G28-0","I28-0"]}],"extra_revenue":0},{"type":"dividend","entity":"ChA","entity_type":"corporation","id":518,"created_at":1716173541,"kind":"payout"},{"type":"pass","entity":"ChA","entity_type":"corporation","id":519,"created_at":1716173548},{"type":"pass","entity":"ChA","entity_type":"corporation","id":520,"created_at":1716173550},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":526,"created_at":1716173613,"hex":"G12","tile":"9-3","rotation":2},{"type":"pass","entity":"BLS","entity_type":"corporation","id":530,"created_at":1716173655,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716173655}]},{"type":"place_token","entity":"BLS","entity_type":"corporation","id":531,"created_at":1716173660,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716173659}],"city":"15-0-0","slot":1,"tokener":"BLS"},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":532,"created_at":1716173666,"routes":[{"train":"4-0","connections":[["G8","F7"],["F7","F5","G4","H3"],["H3","I4"]],"hexes":["G8","F7","H3","I4"],"revenue":120,"revenue_str":"G8-F7-H3-I4","nodes":["G8-0","F7-0","H3-0","I4-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":533,"created_at":1716173718,"kind":"payout"},{"type":"pass","entity":"BLS","entity_type":"corporation","id":534,"created_at":1716173775},{"type":"pass","entity":"BLS","entity_type":"corporation","id":535,"created_at":1716173776},{"type":"lay_tile","entity":"GB","entity_type":"corporation","id":536,"created_at":1716173797,"hex":"G18","tile":"14-2","rotation":1},{"type":"pass","entity":"GB","entity_type":"corporation","id":537,"created_at":1716173799,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716173799},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716173799}]},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":538,"created_at":1716173810,"routes":[{"train":"4-1","connections":[["G18","G20"],["G20","F21"],["F21","F19"]],"hexes":["G18","G20","F21","F19"],"revenue":130,"revenue_str":"G18-G20-F21-F19","nodes":["G18-0","G20-0","F21-0","F19-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":539,"created_at":1716173829,"kind":"payout"},{"type":"pass","entity":"GB","entity_type":"corporation","id":540,"created_at":1716173831},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":541,"created_at":1716173884,"hex":"E12","tile":"8-6","rotation":4},{"type":"pass","entity":"STB","entity_type":"corporation","id":542,"created_at":1716173908,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716173907}]},{"type":"pass","entity":"STB","entity_type":"corporation","id":543,"created_at":1716173909,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716173909}]},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":544,"created_at":1716173912,"routes":[{"train":"4-2","connections":[["C20","D19"],["D19","E18"],["E18","F19"]],"hexes":["C20","D19","E18","F19"],"revenue":160,"revenue_str":"C20-D19-E18-F19","nodes":["C20-0","D19-0","E18-0","F19-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":545,"created_at":1716173913,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":546,"created_at":1716173918},{"type":"pass","entity":"STB","entity_type":"corporation","id":547,"created_at":1716173920},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":548,"created_at":1716173935,"auto_actions":[{"type":"destination_connection","entity":"FNM","entity_type":"corporation","created_at":1716173934,"corporations":["FNM"]}],"hex":"I20","tile":"9-4","rotation":2},{"type":"pass","entity":"FNM","entity_type":"corporation","id":549,"created_at":1716173943,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716173942}]},{"city":"15-1-0","slot":1,"type":"place_token","entity":"FNM","tokener":"FNM","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"FNM","created_at":1716173951,"entity_type":"corporation"}],"id":550,"user":330,"created_at":1716173952},{"type":"run_routes","entity":"FNM","routes":[{"hexes":["L21","K22","L23"],"nodes":["L21-0","K22-0","L23-0"],"train":"3-3","revenue":110,"connections":[["L21","K22"],["K22","L23"]],"revenue_str":"L21-K22-L23"}],"entity_type":"corporation","extra_revenue":0,"id":551,"user":330,"created_at":1716173957},{"kind":"payout","type":"dividend","entity":"FNM","entity_type":"corporation","id":552,"user":330,"created_at":1716173958},{"type":"undo","entity":"FNM","entity_type":"corporation","id":553,"user":330,"created_at":1716174001},{"type":"undo","entity":"FNM","entity_type":"corporation","id":554,"user":330,"created_at":1716174005},{"type":"undo","entity":"FNM","entity_type":"corporation","id":555,"user":330,"created_at":1716174009},{"type":"place_token","entity":"FNM","entity_type":"corporation","id":556,"created_at":1716174011,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716174010}],"city":"619-1-0","slot":1,"tokener":"FNM"},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":557,"created_at":1716174016,"routes":[{"train":"3-3","connections":[["L21","K22"],["K22","L23"]],"hexes":["L21","K22","L23"],"revenue":110,"revenue_str":"L21-K22-L23","nodes":["L21-0","K22-0","L23-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":558,"created_at":1716174020,"kind":"payout"},{"type":"buy_train","entity":"FNM","entity_type":"corporation","id":559,"created_at":1716174021,"train":"4-3","price":260,"variant":"4H"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":560,"created_at":1716174022},{"type":"pass","entity":"FNM","entity_type":"corporation","id":561,"created_at":1716174024},{"type":"buy_shares","entity":330,"entity_type":"player","id":562,"created_at":1716174095,"shares":["NOB_1"],"percent":25},{"type":"par","entity":2843,"entity_type":"player","id":563,"created_at":1716174145,"corporation":"MOB","share_price":"70,4,4"},{"type":"sell_shares","entity":605,"shares":["MOB_1"],"percent":10,"entity_type":"player","share_price":60,"id":565,"user":605,"created_at":1716174297},{"type":"par","entity":605,"corporation":"AB","entity_type":"player","share_price":"90,2,4","id":566,"user":605,"created_at":1716174318},{"type":"undo","entity":5630,"action_id":565,"entity_type":"player","id":568,"user":605,"created_at":1716174358},{"type":"par","entity":605,"corporation":"AB","entity_type":"player","share_price":"100,1,4","id":570,"user":605,"created_at":1716174383},{"type":"undo","entity":5630,"action_id":563,"entity_type":"player","id":571,"user":605,"created_at":1716174389},{"type":"par","entity":605,"entity_type":"player","id":572,"created_at":1716174394,"corporation":"AB","share_price":"100,1,4"},{"type":"buy_shares","entity":5630,"entity_type":"player","id":574,"created_at":1716174441,"shares":["JN_1"],"percent":20},{"type":"buy_company","entity":7706,"entity_type":"player","id":575,"created_at":1716174583,"company":"B5","price":150},{"type":"lay_tile","entity":"B5","entity_type":"company","id":576,"created_at":1716174598,"hex":"G14","tile":"XM2-1","rotation":0},{"type":"buy_shares","entity":330,"entity_type":"player","id":577,"created_at":1716174618,"shares":["STB_4"],"percent":10},{"type":"buy_shares","entity":2843,"entity_type":"player","id":578,"created_at":1716174678,"shares":["MOB_2"],"percent":10},{"type":"buy_shares","entity":605,"entity_type":"player","id":579,"created_at":1716174687,"shares":["STB_5"],"percent":10},{"type":"buy_shares","entity":5630,"entity_type":"player","id":580,"created_at":1716174696,"shares":["STB_6"],"percent":10},{"type":"buy_shares","entity":7706,"entity_type":"player","id":581,"created_at":1716174787,"shares":["STB_7"],"percent":10},{"type":"buy_shares","entity":330,"entity_type":"player","id":582,"created_at":1716174807,"shares":["STB_8"],"percent":10},{"type":"buy_shares","entity":2843,"entity_type":"player","id":583,"created_at":1716174813,"shares":["MOB_3"],"percent":10},{"type":"buy_shares","entity":605,"entity_type":"player","id":584,"created_at":1716174880,"shares":["ChA_2"],"percent":20},{"type":"buy_shares","entity":5630,"entity_type":"player","id":585,"created_at":1716174889,"shares":["ChA_3"],"percent":20},{"type":"pass","entity":7706,"entity_type":"player","id":586,"created_at":1716174903},{"type":"program_share_pass","entity":330,"entity_type":"player","id":587,"created_at":1716174911,"auto_actions":[{"type":"pass","entity":330,"entity_type":"player","created_at":1716174910}],"unconditional":false,"indefinite":false},{"type":"pass","entity":2843,"entity_type":"player","id":588,"created_at":1716174919},{"type":"program_share_pass","entity":2843,"entity_type":"player","id":589,"created_at":1716174924,"unconditional":false,"indefinite":false},{"type":"pass","entity":605,"entity_type":"player","id":590,"created_at":1716174935},{"type":"pass","entity":5630,"entity_type":"player","id":591,"created_at":1716174962},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":592,"created_at":1716174973,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716174973},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716174973}],"hex":"F11","tile":"904-0","rotation":0},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":593,"created_at":1716174977,"routes":[{"train":"3-4","connections":[["C12","C14"],["C14","D15"]],"hexes":["C12","C14","D15"],"revenue":60,"revenue_str":"C12-C14-D15","nodes":["C12-0","C14-0","D15-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":594,"created_at":1716174978,"kind":"payout"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":595,"created_at":1716174997,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716174996},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716174996}],"hex":"F27","tile":"8-7","rotation":5},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":596,"created_at":1716175001,"routes":[{"train":"3-2","connections":[["C24","D25"],["D25","E26"]],"hexes":["C24","D25","E26"],"revenue":80,"revenue_str":"C24-D25-E26","nodes":["C24-0","D25-0","E26-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":597,"created_at":1716175003,"kind":"payout"},{"type":"lay_tile","entity":"JS","entity_type":"corporation","id":598,"created_at":1716175016,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716175015},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716175015}],"hex":"I2","tile":"23-1","rotation":0},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":599,"created_at":1716175019,"routes":[{"train":"3-0","connections":[["I4","I2","J1"]],"hexes":["I4","J1"],"revenue":50,"revenue_str":"I4-J1","nodes":["I4-0","J1-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":600,"created_at":1716175020,"kind":"payout"},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":601,"created_at":1716175044,"hex":"G12","tile":"24-0","rotation":2},{"type":"pass","entity":"NOB","entity_type":"corporation","id":602,"created_at":1716175048,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716175047},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716175047}]},{"type":"run_routes","entity":"NOB","entity_type":"corporation","id":603,"created_at":1716175051,"routes":[{"train":"3-8","connections":[["D19","E18"],["E18","F19"]],"hexes":["D19","E18","F19"],"revenue":120,"revenue_str":"D19-E18-F19","nodes":["D19-0","E18-0","F19-0"]}],"extra_revenue":0},{"type":"dividend","entity":"NOB","entity_type":"corporation","id":604,"created_at":1716175052,"kind":"payout"},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":605,"created_at":1716175096,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716175096},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716175096}],"hex":"C16","tile":"8-8","rotation":4},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":606,"created_at":1716175116,"routes":[{"train":"3-5","connections":[["F7","G6","H7"]],"hexes":["F7","H7"],"revenue":70,"revenue_str":"F7-H7","nodes":["F7-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":607,"created_at":1716175117,"kind":"payout"},{"type":"pass","entity":"JN","entity_type":"corporation","id":608,"created_at":1716175122},{"hex":"G28","tile":"619-3","type":"lay_tile","entity":"ChA","rotation":4,"entity_type":"corporation","id":609,"user":2843,"created_at":1716175138},{"type":"buy_company","price":29,"entity":"ChA","company":"P2","entity_type":"corporation","id":610,"user":2843,"created_at":1716175167},{"type":"undo","entity":"ChA","entity_type":"corporation","id":611,"user":2843,"created_at":1716175196},{"type":"buy_company","price":30,"entity":"ChA","company":"P2","entity_type":"corporation","id":612,"user":2843,"created_at":1716175225},{"type":"pass","entity":"ChA","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"ChA","created_at":1716175233,"entity_type":"corporation"},{"type":"pass","entity":"ChA","created_at":1716175233,"entity_type":"corporation"}],"id":613,"user":2843,"created_at":1716175233},{"type":"undo","entity":"ChA","action_id":608,"entity_type":"corporation","id":614,"user":2843,"created_at":1716175248},{"type":"lay_tile","entity":"ChA","entity_type":"corporation","id":615,"created_at":1716175256,"hex":"G28","tile":"619-3","rotation":4},{"type":"pass","entity":"ChA","entity_type":"corporation","id":616,"created_at":1716175260,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716175259},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716175259}]},{"type":"run_routes","entity":"ChA","entity_type":"corporation","id":617,"created_at":1716175264,"routes":[{"train":"3-7","connections":[["G28","H27","I28"]],"hexes":["G28","I28"],"revenue":70,"revenue_str":"G28-I28","nodes":["G28-0","I28-0"]}],"extra_revenue":0},{"type":"dividend","entity":"ChA","entity_type":"corporation","id":618,"created_at":1716175265,"kind":"withhold"},{"type":"pass","entity":"ChA","entity_type":"corporation","id":619,"created_at":1716175273},{"type":"pass","entity":"ChA","entity_type":"corporation","id":620,"created_at":1716175278},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":621,"created_at":1716175305,"hex":"E12","tile":"25-0","rotation":0},{"type":"pass","entity":"BLS","entity_type":"corporation","id":622,"created_at":1716175336,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716175335},{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716175335}]},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":623,"created_at":1716175345,"routes":[{"train":"4-0","connections":[["G14","G12","F11"],["F11","F9","F7"],["F7","G8"]],"hexes":["G14","F11","F7","G8"],"revenue":150,"revenue_str":"G14-F11-F7-G8","nodes":["G14-0","F11-0","F7-0","G8-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":624,"created_at":1716175346,"kind":"withhold"},{"type":"pass","entity":"BLS","entity_type":"corporation","id":625,"created_at":1716175353},{"type":"pass","entity":"BLS","entity_type":"corporation","id":626,"created_at":1716175355},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":627,"created_at":1716175405,"auto_actions":[{"type":"destination_connection","entity":"STB","entity_type":"corporation","created_at":1716175404,"corporations":["STB"]}],"hex":"H13","tile":"6-5","rotation":0},{"type":"pass","entity":"STB","entity_type":"corporation","id":628,"created_at":1716175409,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716175408}]},{"type":"place_token","entity":"STB","entity_type":"corporation","id":630,"created_at":1716175487,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716175486}],"city":"904-0-0","slot":1,"tokener":"STB"},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":631,"created_at":1716175493,"routes":[{"train":"4-2","connections":[["C20","D19"],["D19","D17"],["D17","D15"]],"hexes":["C20","D19","D17","D15"],"revenue":120,"revenue_str":"C20-D19-D17-D15","nodes":["C20-0","D19-0","D17-0","D15-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":632,"created_at":1716175508,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":633,"created_at":1716175533},{"type":"pass","entity":"STB","entity_type":"corporation","id":634,"created_at":1716175539},{"type":"lay_tile","entity":"GB","entity_type":"corporation","id":635,"created_at":1716175594,"hex":"G16","tile":"88-0","rotation":0},{"type":"pass","entity":"GB","entity_type":"corporation","id":636,"created_at":1716175603,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716175603},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716175603}]},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":637,"created_at":1716175612,"routes":[{"train":"4-1","connections":[["F19","F21"],["F21","G20"],["G20","H19","I20","J21","K22"]],"hexes":["F19","F21","G20","K22"],"revenue":170,"revenue_str":"F19-F21-G20-K22","nodes":["F19-0","F21-0","G20-0","K22-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":638,"created_at":1716175615,"kind":"payout"},{"type":"buy_train","entity":"GB","entity_type":"corporation","id":639,"created_at":1716175681,"train":"3-7","price":1},{"hex":"I6","tile":"6-3","type":"lay_tile","entity":"MOB","rotation":1,"entity_type":"corporation","id":640,"user":2843,"created_at":1716175689},{"type":"undo","entity":"MOB","action_id":639,"entity_type":"corporation","id":641,"user":2843,"created_at":1716175696},{"type":"buy_company","price":100,"entity":"MOB","company":"P2","entity_type":"corporation","id":642,"user":2843,"created_at":1716175704},{"type":"undo","entity":"MOB","action_id":639,"entity_type":"corporation","id":643,"user":2843,"created_at":1716175718},{"type":"lay_tile","entity":"P2","entity_type":"company","id":644,"created_at":1716175771,"hex":"I6","tile":"6-3","rotation":1},{"type":"pass","entity":"MOB","entity_type":"corporation","id":645,"created_at":1716175774,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716175773}]},{"type":"pass","entity":"MOB","entity_type":"corporation","id":646,"created_at":1716175777,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716175776}]},{"type":"buy_train","entity":"MOB","entity_type":"corporation","id":647,"created_at":1716175794,"train":"4-1","price":1},{"type":"buy_train","entity":"MOB","entity_type":"corporation","id":648,"created_at":1716175798,"train":"4-5","price":260,"variant":"4H"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":649,"created_at":1716175812},{"type":"buy_company","entity":"MOB","entity_type":"corporation","id":650,"created_at":1716175832,"company":"P2","price":68},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":651,"created_at":1716175843,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716175842}],"hex":"E20","tile":"8-9","rotation":5},{"type":"place_token","entity":"FNM","entity_type":"corporation","id":652,"created_at":1716175852,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716175851}],"city":"15-1-0","slot":1,"tokener":"FNM"},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":653,"created_at":1716175861,"routes":[{"train":"4-3","connections":[["F19","E18"],["E18","D19"],["D19","C20"]],"hexes":["F19","E18","D19","C20"],"revenue":160,"revenue_str":"F19-E18-D19-C20","nodes":["F19-0","E18-0","D19-0","C20-0"]},{"train":"3-3","connections":[["L21","K22"],["K22","L23"]],"hexes":["L21","K22","L23"],"revenue":110,"revenue_str":"L21-K22-L23","nodes":["L21-0","K22-0","L23-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":654,"created_at":1716175862,"kind":"payout"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":655,"created_at":1716175863},{"type":"pass","entity":"FNM","entity_type":"corporation","id":656,"created_at":1716175865},{"type":"lay_tile","entity":"SCB","entity_type":"corporation","id":657,"created_at":1716175895,"auto_actions":[{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716175895},{"type":"pass","entity":"SCB","entity_type":"corporation","created_at":1716175895}],"hex":"C18","tile":"8-10","rotation":5},{"type":"run_routes","entity":"SCB","entity_type":"corporation","id":658,"created_at":1716175897,"routes":[{"train":"3-4","connections":[["C12","C14"],["C14","D15"]],"hexes":["C12","C14","D15"],"revenue":60,"revenue_str":"C12-C14-D15","nodes":["C12-0","C14-0","D15-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SCB","entity_type":"corporation","id":659,"created_at":1716175898,"kind":"payout"},{"type":"lay_tile","entity":"VSB","entity_type":"corporation","id":660,"created_at":1716175904,"auto_actions":[{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716175903},{"type":"pass","entity":"VSB","entity_type":"corporation","created_at":1716175903}],"hex":"B21","tile":"9-5","rotation":1},{"type":"run_routes","entity":"VSB","entity_type":"corporation","id":661,"created_at":1716175906,"routes":[{"train":"3-2","connections":[["C24","D25"],["D25","E26"]],"hexes":["C24","D25","E26"],"revenue":80,"revenue_str":"C24-D25-E26","nodes":["C24-0","D25-0","E26-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VSB","entity_type":"corporation","id":662,"created_at":1716175908,"kind":"payout"},{"type":"pass","entity":"JS","entity_type":"corporation","id":663,"created_at":1716175926,"auto_actions":[{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716175925},{"type":"pass","entity":"JS","entity_type":"corporation","created_at":1716175925}]},{"type":"run_routes","entity":"JS","entity_type":"corporation","id":664,"created_at":1716175927,"routes":[{"train":"3-0","connections":[["I4","I2","J1"]],"hexes":["I4","J1"],"revenue":50,"revenue_str":"I4-J1","nodes":["I4-0","J1-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JS","entity_type":"corporation","id":665,"created_at":1716175928,"kind":"payout"},{"type":"lay_tile","entity":"NOB","entity_type":"corporation","id":666,"created_at":1716175932,"hex":"C18","tile":"16-1","rotation":4},{"type":"pass","entity":"NOB","entity_type":"corporation","id":667,"created_at":1716175941,"auto_actions":[{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716175939},{"type":"pass","entity":"NOB","entity_type":"corporation","created_at":1716175939}]},{"type":"run_routes","entity":"NOB","entity_type":"corporation","id":668,"created_at":1716175941,"routes":[{"train":"3-8","connections":[["D19","E18"],["E18","F19"]],"hexes":["D19","E18","F19"],"revenue":120,"revenue_str":"D19-E18-F19","nodes":["D19-0","E18-0","F19-0"]}],"extra_revenue":0},{"type":"dividend","entity":"NOB","entity_type":"corporation","id":669,"created_at":1716175942,"kind":"payout"},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":670,"created_at":1716175950,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716175949},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716175949}],"hex":"G6","tile":"29-0","rotation":3},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":671,"created_at":1716175953,"routes":[{"train":"3-5","connections":[["F7","G6","H7"]],"hexes":["F7","H7"],"revenue":70,"revenue_str":"F7-H7","nodes":["F7-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":672,"created_at":1716175955,"kind":"payout"},{"type":"buy_train","entity":"JN","entity_type":"corporation","id":675,"created_at":1716176065,"train":"3-4","price":1},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":677,"created_at":1716176093,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716176092}],"hex":"H13","tile":"15-4","rotation":5},{"type":"pass","entity":"STB","entity_type":"corporation","id":678,"created_at":1716176099,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716176098}]},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":679,"created_at":1716176102,"routes":[{"train":"4-2","connections":[["C20","D19"],["D19","D17"],["D17","D15"]],"hexes":["C20","D19","D17","D15"],"revenue":120,"revenue_str":"C20-D19-D17-D15","nodes":["C20-0","D19-0","D17-0","D15-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":680,"created_at":1716176104,"kind":"withhold"},{"type":"buy_train","entity":"STB","entity_type":"corporation","id":681,"created_at":1716176111,"train":"5-0","price":400,"variant":"5H"},{"type":"lay_tile","entity":"GB","entity_type":"corporation","id":682,"created_at":1716176138,"auto_actions":[{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716176137},{"type":"pass","entity":"GB","entity_type":"corporation","created_at":1716176137}],"hex":"F21","tile":"611-0","rotation":0},{"type":"run_routes","entity":"GB","entity_type":"corporation","id":683,"created_at":1716176143,"routes":[{"train":"3-7","connections":[["F19","F21"],["F21","G20"]],"hexes":["F19","F21","G20"],"revenue":140,"revenue_str":"F19-F21-G20","nodes":["F19-0","F21-0","G20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"GB","entity_type":"corporation","id":684,"created_at":1716176144,"kind":"payout"},{"type":"pass","entity":"GB","entity_type":"corporation","id":685,"created_at":1716176148},{"type":"lay_tile","entity":"ChA","entity_type":"corporation","id":686,"created_at":1716176179,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716176178}],"hex":"I28","tile":"15-5","rotation":5},{"type":"place_token","entity":"ChA","entity_type":"corporation","id":687,"created_at":1716176192,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716176191}],"city":"15-5-0","slot":1,"tokener":"ChA"},{"type":"buy_train","entity":"ChA","entity_type":"corporation","id":688,"created_at":1716176199,"train":"4-5","price":1},{"type":"pass","entity":"ChA","entity_type":"corporation","id":689,"created_at":1716176201},{"type":"lay_tile","entity":"T3","entity_type":"company","id":690,"created_at":1716176214,"auto_actions":[{"type":"destination_connection","entity":"BLS","entity_type":"corporation","created_at":1716176213,"corporations":["BLS"]}],"hex":"I12","tile":"X78-0","rotation":3},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":691,"created_at":1716176258,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716176257}],"hex":"J15","tile":"9-6","rotation":1},{"type":"place_token","entity":"BLS","entity_type":"corporation","id":692,"created_at":1716176265,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716176264}],"city":"15-4-0","slot":1,"tokener":"BLS"},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":693,"created_at":1716176294,"routes":[{"train":"4-0","connections":[["H7","G6","F7"],["F7","F9","F11"],["F11","G12","G14"]],"hexes":["H7","F7","F11","G14"],"revenue":170,"revenue_str":"H7-F7-F11-G14","nodes":["H7-0","F7-0","F11-0","G14-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":694,"created_at":1716176295,"kind":"payout"},{"type":"buy_train","price":400,"train":"5-3","entity":"BLS","variant":"5H","entity_type":"corporation","id":695,"user":7706,"created_at":1716176391},{"type":"undo","entity":"FNM","entity_type":"corporation","id":696,"user":7706,"created_at":1716176409},{"type":"buy_train","entity":"BLS","entity_type":"corporation","id":697,"created_at":1716176410,"train":"5-3","price":450,"variant":"5"},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":698,"created_at":1716176418,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716176417}],"hex":"E18","tile":"611-1","rotation":3},{"type":"pass","entity":"FNM","entity_type":"corporation","id":699,"created_at":1716176422,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716176421}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":700,"created_at":1716176430,"routes":[{"train":"4-3","connections":[["F19","E18"],["E18","D19"],["D19","C20"]],"hexes":["F19","E18","D19","C20"],"revenue":200,"revenue_str":"F19-E18-D19-C20","nodes":["F19-0","E18-0","D19-0","C20-0"]},{"train":"3-3","connections":[["F19","F21"],["F21","G20"]],"hexes":["F19","F21","G20"],"revenue":140,"revenue_str":"F19-F21-G20","nodes":["F19-0","F21-0","G20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":701,"created_at":1716176431,"kind":"payout"},{"type":"pass","entity":"FNM","entity_type":"corporation","id":702,"created_at":1716176433},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":703,"created_at":1716176461,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716176460},{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716176460}],"hex":"I6","tile":"15-6","rotation":1},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":704,"created_at":1716176466,"routes":[{"train":"4-1","connections":[["H7","I6"],["I6","I4"]],"hexes":["H7","I6","I4"],"revenue":120,"revenue_str":"H7-I6-I4","nodes":["H7-0","I6-0","I4-1"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":705,"created_at":1716176469,"kind":"payout"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":706,"created_at":1716176473},{"type":"discard_train","entity":"SBB","entity_type":"corporation","id":707,"created_at":1716176479,"train":"3-8"},{"type":"par","entity":7706,"entity_type":"player","id":710,"created_at":1716176549,"corporation":"RhB","share_price":"100,1,4"},{"type":"sell_shares","entity":605,"entity_type":"player","id":714,"created_at":1716176587,"shares":["FNM_3"],"percent":10},{"type":"par","entity":605,"entity_type":"player","id":715,"created_at":1716176591,"corporation":"VZ","share_price":"100,1,4"},{"type":"buy_shares","entity":5630,"entity_type":"player","id":717,"created_at":1716176672,"shares":["BLS_4"],"percent":10},{"type":"buy_shares","entity":330,"entity_type":"player","id":718,"created_at":1716176682,"shares":["FNM_3"],"percent":10},{"type":"buy_shares","entity":2843,"entity_type":"player","id":719,"created_at":1716176724,"shares":["BLS_5"],"percent":10},{"type":"buy_shares","entity":7706,"entity_type":"player","id":720,"created_at":1716176739,"shares":["BLS_6"],"percent":10},{"type":"buy_shares","entity":605,"entity_type":"player","id":721,"created_at":1716176756,"shares":["BLS_7"],"percent":10},{"type":"buy_shares","entity":5630,"entity_type":"player","id":722,"created_at":1716176759,"shares":["BLS_8"],"percent":10},{"type":"buy_shares","entity":330,"entity_type":"player","id":723,"created_at":1716176795,"shares":["MOB_4"],"percent":10},{"type":"buy_shares","entity":2843,"entity_type":"player","id":724,"created_at":1716176840,"shares":["FNM_6"],"percent":10},{"type":"buy_shares","entity":7706,"entity_type":"player","id":725,"created_at":1716176867,"shares":["MOB_5"],"percent":10},{"type":"buy_company","entity":605,"entity_type":"player","id":726,"created_at":1716176873,"company":"T4","price":50},{"type":"buy_shares","entity":5630,"entity_type":"player","id":727,"created_at":1716176880,"shares":["MOB_6"],"percent":10},{"type":"buy_shares","entity":330,"entity_type":"player","id":729,"created_at":1716176896,"shares":["VZ_1"],"percent":20},{"type":"buy_shares","entity":2843,"entity_type":"player","id":733,"created_at":1716176959,"shares":["VZ_2"],"percent":20},{"type":"program_buy_shares","entity":7706,"entity_type":"player","id":734,"created_at":1716176964,"auto_actions":[{"type":"buy_shares","entity":7706,"entity_type":"player","created_at":1716176963,"shares":["RhB_1"],"percent":10}],"corporation":"RhB","until_condition":"float","from_market":false,"auto_pass_after":false},{"type":"buy_shares","entity":605,"entity_type":"player","id":735,"created_at":1716176972,"shares":["VZ_3"],"percent":20},{"type":"pass","entity":5630,"entity_type":"player","id":736,"created_at":1716177007},{"type":"buy_shares","entity":330,"entity_type":"player","id":737,"created_at":1716177037,"shares":["RhB_2"],"percent":10},{"type":"program_buy_shares","entity":7706,"entity_type":"player","id":738,"created_at":1716177059,"corporation":"RhB","until_condition":5,"from_market":false,"auto_pass_after":false},{"type":"buy_shares","entity":2843,"entity_type":"player","id":739,"created_at":1716177087,"auto_actions":[{"type":"buy_shares","entity":7706,"entity_type":"player","created_at":1716177086,"shares":["RhB_3"],"percent":10}],"shares":["MOB_7"],"percent":10},{"type":"sell_shares","entity":605,"entity_type":"player","id":740,"created_at":1716177095,"shares":["MOB_1"],"percent":10},{"type":"buy_shares","entity":605,"entity_type":"player","id":741,"created_at":1716177100,"shares":["AB_1"],"percent":10},{"type":"buy_shares","entity":5630,"entity_type":"player","id":747,"created_at":1716177200,"shares":["RhB_4"],"percent":10},{"type":"buy_shares","entity":330,"entity_type":"player","id":748,"created_at":1716177209,"shares":["RhB_5"],"percent":10},{"type":"buy_shares","entity":2843,"entity_type":"player","id":749,"created_at":1716177215,"auto_actions":[{"type":"program_disable","entity":7706,"entity_type":"player","created_at":1716177214,"reason":"Shares were sold"}],"shares":["MOB_8"],"percent":10},{"type":"buy_shares","entity":7706,"entity_type":"player","id":750,"created_at":1716177220,"shares":["RhB_6"],"percent":10},{"type":"buy_shares","entity":605,"entity_type":"player","id":751,"created_at":1716177228,"shares":["RhB_7"],"percent":10},{"type":"pass","entity":5630,"entity_type":"player","id":753,"created_at":1716177240},{"type":"buy_shares","entity":330,"entity_type":"player","id":754,"created_at":1716177247,"shares":["RhB_8"],"percent":10},{"type":"buy_shares","entity":2843,"entity_type":"player","id":755,"created_at":1716177253,"shares":["MOB_1"],"percent":10},{"type":"pass","entity":7706,"entity_type":"player","id":757,"created_at":1716177271},{"type":"sell_shares","entity":605,"entity_type":"player","id":758,"created_at":1716177277,"shares":["RhB_7"],"percent":10,"share_price":90},{"type":"buy_shares","entity":605,"entity_type":"player","id":759,"created_at":1716177280,"shares":["AB_2"],"percent":10},{"type":"pass","entity":5630,"entity_type":"player","id":762,"created_at":1716177296},{"type":"buy_shares","entity":330,"entity_type":"player","id":764,"created_at":1716177324,"shares":["RhB_7"],"percent":10},{"type":"program_share_pass","entity":2843,"entity_type":"player","id":765,"created_at":1716177355,"auto_actions":[{"type":"pass","entity":2843,"entity_type":"player","created_at":1716177354}],"unconditional":false,"indefinite":false},{"type":"pass","entity":7706,"entity_type":"player","id":766,"created_at":1716177361},{"type":"sell_shares","entity":605,"entity_type":"player","id":773,"created_at":1716177569,"shares":["JN_2"],"percent":20},{"type":"buy_shares","entity":605,"entity_type":"player","id":775,"created_at":1716177574,"shares":["AB_3"],"percent":10},{"type":"sell_shares","entity":5630,"entity_type":"player","id":778,"created_at":1716177614,"shares":["MOB_6"],"percent":10},{"type":"program_disable","entity":2843,"entity_type":"player","id":783,"created_at":1716177680,"reason":"user","original_type":"program_share_pass"},{"type":"buy_shares","entity":5630,"entity_type":"player","id":785,"created_at":1716177756,"shares":["JN_2"],"percent":20},{"type":"program_share_pass","entity":330,"entity_type":"player","id":787,"created_at":1716177762,"auto_actions":[{"type":"pass","entity":330,"entity_type":"player","created_at":1716177761}],"unconditional":false,"indefinite":false},{"type":"sell_shares","entity":2843,"entity_type":"player","id":789,"created_at":1716177857,"shares":["JN_3"],"percent":20},{"type":"buy_shares","entity":2843,"entity_type":"player","id":790,"created_at":1716177862,"shares":["MOB_6"],"percent":10},{"type":"buy_shares","entity":7706,"entity_type":"player","id":791,"created_at":1716177874,"shares":["AB_4"],"percent":10},{"type":"pass","entity":605,"entity_type":"player","id":793,"created_at":1716177882},{"type":"sell_shares","entity":5630,"entity_type":"player","id":803,"created_at":1716178030,"shares":["RhB_4"],"percent":10,"share_price":80},{"type":"buy_shares","entity":5630,"entity_type":"player","id":804,"created_at":1716178032,"auto_actions":[{"type":"program_disable","entity":330,"entity_type":"player","created_at":1716178031,"reason":"Shares were sold"}],"shares":["JN_3"],"percent":20},{"type":"program_share_pass","entity":330,"entity_type":"player","id":805,"created_at":1716178045,"auto_actions":[{"type":"pass","entity":330,"entity_type":"player","created_at":1716178043}],"unconditional":false,"indefinite":false},{"type":"buy_shares","entity":2843,"entity_type":"player","id":807,"created_at":1716178056,"shares":["RhB_4"],"percent":10},{"type":"sell_shares","entity":7706,"entity_type":"player","id":808,"created_at":1716178064,"shares":["AB_4"],"percent":10,"share_price":90},{"type":"pass","entity":7706,"entity_type":"player","id":816,"created_at":1716178210},{"type":"pass","entity":605,"entity_type":"player","id":818,"created_at":1716178268},{"type":"pass","entity":5630,"entity_type":"player","id":823,"created_at":1716178316,"auto_actions":[{"type":"program_disable","entity":330,"entity_type":"player","created_at":1716178315,"reason":"Shares were sold"}]},{"type":"program_share_pass","entity":330,"entity_type":"player","id":824,"created_at":1716178335,"auto_actions":[{"type":"pass","entity":330,"entity_type":"player","created_at":1716178333}],"unconditional":false,"indefinite":false},{"type":"pass","entity":2843,"entity_type":"player","id":825,"created_at":1716178343},{"type":"pass","entity":7706,"entity_type":"player","id":826,"created_at":1716178349},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":827,"created_at":1716178361,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716178361},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716178361}],"hex":"G8","tile":"67-0","rotation":4},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":828,"created_at":1716178369,"routes":[{"train":"3-4","connections":[["F7","G6","G8"]],"hexes":["F7","G8"],"revenue":80,"revenue_str":"F7-G8","nodes":["F7-0","G8-0"]},{"train":"3-5","connections":[["F7","G8"],["G8","H7"]],"hexes":["F7","G8","H7"],"revenue":130,"revenue_str":"F7-G8-H7","nodes":["F7-0","G8-1","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":829,"created_at":1716178375,"kind":"payout"},{"type":"lay_tile","entity":"SBB","entity_type":"corporation","id":830,"created_at":1716178388,"hex":"I4","tile":"902-0","rotation":4},{"type":"pass","entity":"SBB","entity_type":"corporation","id":831,"created_at":1716178393,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1716178392}]},{"type":"place_token","entity":"SBB","entity_type":"corporation","id":832,"created_at":1716178406,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1716178405}],"city":"619-3-0","slot":1,"tokener":"SBB"},{"type":"run_routes","entity":"SBB","entity_type":"corporation","id":833,"created_at":1716178439,"routes":[{"train":"5-2","connections":[["F19","E18"],["E18","F17"],["F17","G16"],["G16","G14"]],"hexes":["F19","E18","F17","G16","G14"],"revenue":210,"revenue_str":"F19-E18-F17-G16-G14","nodes":["F19-0","E18-0","F17-0","G16-0","G14-0"]},{"train":"3-7","connections":[["E18","D19"],["D19","C20"]],"hexes":["E18","D19","C20"],"revenue":120,"revenue_str":"E18-D19-C20","nodes":["E18-0","D19-0","C20-0"]},{"train":"3-0","connections":[["I4","I6"],["I6","H7"]],"hexes":["I4","I6","H7"],"revenue":130,"revenue_str":"I4-I6-H7","nodes":["I4-0","I6-0","H7-0"]},{"train":"3-2","connections":[["F19","F21"],["F21","G20"]],"hexes":["F19","F21","G20"],"revenue":140,"revenue_str":"F19-F21-G20","nodes":["F19-0","F21-0","G20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SBB","entity_type":"corporation","id":834,"created_at":1716178446,"kind":"withhold"},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":836,"created_at":1716178498,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716178497}],"hex":"C20","tile":"65-0","rotation":0},{"type":"pass","entity":"STB","entity_type":"corporation","id":837,"created_at":1716178517,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716178516}]},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":838,"created_at":1716178522,"routes":[{"train":"5-0","connections":[["G14","G12","F11"],["F11","F9","F7"]],"hexes":["G14","F11","F7"],"revenue":120,"revenue_str":"G14-F11-F7","nodes":["G14-0","F11-0","F7-0"]},{"train":"4-2","connections":[["C20","D19"],["D19","D17"],["D17","D15"]],"hexes":["C20","D19","D17","D15"],"revenue":130,"revenue_str":"C20-D19-D17-D15","nodes":["C20-0","D19-0","D17-0","D15-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":840,"created_at":1716178598,"kind":"payout"},{"hex":"H13","tile":"611-2","type":"lay_tile","entity":"BLS","rotation":4,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"BLS","created_at":1716178663,"entity_type":"corporation"},{"type":"pass","entity":"BLS","created_at":1716178663,"entity_type":"corporation"}],"id":842,"user":7706,"created_at":1716178664},{"type":"undo","entity":"BLS","action_id":840,"entity_type":"corporation","id":843,"user":7706,"created_at":1716178697},{"hex":"D19","tile":"909-0","type":"lay_tile","entity":"BLS","rotation":3,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"BLS","created_at":1716178703,"entity_type":"corporation"},{"type":"pass","entity":"BLS","created_at":1716178703,"entity_type":"corporation"}],"id":844,"user":7706,"created_at":1716178704},{"type":"undo","entity":"BLS","action_id":840,"entity_type":"corporation","id":845,"user":7706,"created_at":1716178728},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":846,"created_at":1716178731,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716178730},{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716178730}],"hex":"H13","tile":"611-2","rotation":4},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":847,"created_at":1716178736,"routes":[{"train":"5-3","connections":[["J13","I12","H13"],["H13","G12","F11"],["F11","E12","E14","D15"],["D15","D17"]],"hexes":["J13","H13","F11","D15","D17"],"revenue":190,"revenue_str":"J13-H13-F11-D15-D17","nodes":["J13-0","H13-0","F11-0","D15-0","D17-0"]},{"train":"4-0","connections":[["H7","G8"],["G8","F7"],["F7","G6","G8"]],"hexes":["H7","G8","F7","G8"],"revenue":180,"revenue_str":"H7-G8-F7-G8","nodes":["H7-0","G8-1","F7-0","G8-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":848,"created_at":1716178740,"kind":"payout"},{"type":"lay_tile","entity":"VZ","entity_type":"corporation","id":849,"created_at":1716178753,"hex":"K10","tile":"5-1","rotation":2},{"type":"pass","entity":"VZ","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"VZ","created_at":1716178759,"entity_type":"corporation"},{"type":"pass","entity":"VZ","created_at":1716178759,"entity_type":"corporation"}],"id":850,"user":605,"created_at":1716178760},{"type":"undo","entity":"VZ","action_id":849,"entity_type":"corporation","id":851,"user":605,"created_at":1716178782},{"hex":"J9","tile":"X79-0","type":"lay_tile","entity":"T4","rotation":2,"entity_type":"company","auto_actions":[{"type":"pass","entity":"VZ","created_at":1716178786,"entity_type":"corporation"},{"type":"pass","entity":"VZ","created_at":1716178786,"entity_type":"corporation"}],"id":852,"user":605,"created_at":1716178787},{"type":"undo","entity":"VZ","action_id":849,"entity_type":"corporation","id":853,"user":605,"created_at":1716178809},{"type":"pass","entity":"VZ","entity_type":"corporation","id":854,"created_at":1716178811,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1716178809},{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1716178809}]},{"type":"buy_train","entity":"VZ","entity_type":"corporation","id":855,"created_at":1716178812,"train":"5-5","price":400,"variant":"5H"},{"type":"pass","entity":"VZ","entity_type":"corporation","id":856,"created_at":1716178814},{"type":"lay_tile","entity":"RhB","entity_type":"corporation","id":857,"created_at":1716178819,"auto_actions":[{"type":"destination_connection","entity":"RhB","entity_type":"corporation","created_at":1716178818,"corporations":["RhB"]},{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1716178818}],"hex":"H25","tile":"58-5","rotation":1},{"type":"place_token","entity":"RhB","entity_type":"corporation","id":858,"created_at":1716178877,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1716178875}],"city":"611-2-0","slot":1,"tokener":"RhB"},{"type":"buy_train","entity":"RhB","entity_type":"corporation","id":859,"created_at":1716178889,"train":"6-0","price":630,"variant":"6"},{"type":"pass","entity":"RhB","entity_type":"corporation","id":860,"created_at":1716178953},{"type":"lay_tile","entity":"ChA","entity_type":"corporation","id":861,"created_at":1716178971,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716178970},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716178970}],"hex":"G28","tile":"611-3","rotation":4},{"type":"run_routes","entity":"ChA","entity_type":"corporation","id":862,"created_at":1716178976,"routes":[{"train":"4-5","connections":[["G28","H27","I28"],["I28","J29"]],"hexes":["G28","I28","J29"],"revenue":150,"revenue_str":"G28-I28-J29","nodes":["G28-0","I28-0","J29-0"]}],"extra_revenue":0},{"type":"dividend","entity":"ChA","entity_type":"corporation","id":863,"created_at":1716178983,"kind":"payout"},{"type":"pass","entity":"ChA","entity_type":"corporation","id":864,"created_at":1716178988},{"type":"lay_tile","entity":"AB","entity_type":"corporation","id":865,"created_at":1716179007,"auto_actions":[{"type":"destination_connection","entity":"AB","entity_type":"corporation","created_at":1716179006,"corporations":["AB"]}],"hex":"B21","tile":"24-1","rotation":4},{"type":"pass","entity":"AB","entity_type":"corporation","id":866,"created_at":1716179010,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1716179009}]},{"type":"place_token","entity":"AB","entity_type":"corporation","id":867,"created_at":1716179011,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1716179011}],"city":"14-1-0","slot":1,"tokener":"AB"},{"type":"buy_train","entity":"AB","entity_type":"corporation","id":868,"created_at":1716179016,"train":"6-1","price":630,"variant":"6"},{"type":"pass","entity":"AB","entity_type":"corporation","id":869,"created_at":1716179041},{"type":"choose_ability","entity":"P7","entity_type":"company","id":870,"created_at":1716179058,"choice":"FNM"},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":871,"created_at":1716179091,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716179090}],"hex":"F17","tile":"611-4","rotation":5},{"type":"pass","entity":"FNM","entity_type":"corporation","id":872,"created_at":1716179094,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716179093}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":873,"created_at":1716179103,"routes":[{"train":"5-1","connections":[["F19","F21"],["F21","G20"],["G20","G18"],["G18","F17"]],"hexes":["F19","F21","G20","G18","F17"],"revenue":210,"revenue_str":"F19-F21-G20-G18-F17","nodes":["F19-0","F21-0","G20-0","G18-0","F17-0"]},{"train":"4-3","connections":[["F19","E18"],["E18","D19"],["D19","C20"]],"hexes":["F19","E18","D19","C20"],"revenue":210,"revenue_str":"F19-E18-D19-C20","nodes":["F19-0","E18-0","D19-0","C20-0"]}],"extra_revenue":0},{"kind":"withhold","type":"dividend","entity":"FNM","entity_type":"corporation","id":874,"user":330,"created_at":1716179105},{"type":"undo","entity":"MOB","entity_type":"corporation","id":875,"user":330,"created_at":1716179116},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":876,"created_at":1716179123,"kind":"payout"},{"type":"lay_tile","entity":"MOB","entity_type":"corporation","id":877,"created_at":1716179149,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716179148},{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716179148}],"hex":"I6","tile":"611-5","rotation":1},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":878,"created_at":1716179154,"routes":[{"train":"4-1","connections":[["H7","I6"],["I6","I4"],["I4","H3"]],"hexes":["H7","I6","I4","H3"],"revenue":150,"revenue_str":"H7-I6-I4-H3","nodes":["H7-0","I6-0","I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":879,"created_at":1716179178,"kind":"withhold"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":880,"created_at":1716179181},{"hex":"F11","tile":"905-0","type":"lay_tile","entity":"JN","rotation":0,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"JN","created_at":1716179198,"entity_type":"corporation"},{"type":"pass","entity":"JN","created_at":1716179198,"entity_type":"corporation"}],"id":881,"user":5630,"created_at":1716179199},{"type":"buy_train","price":1,"train":"5-0","entity":"JN","entity_type":"corporation","id":882,"user":5630,"created_at":1716179209},{"type":"buy_train","price":5,"train":"4-2","entity":"JN","entity_type":"corporation","id":883,"user":5630,"created_at":1716179281},{"hex":"G10","tile":"8-0","type":"lay_tile","entity":"STB","rotation":1,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"STB","created_at":1716179327,"entity_type":"corporation"}],"id":884,"user":5630,"created_at":1716179328},{"type":"undo","entity":"STB","action_id":880,"entity_type":"corporation","id":885,"user":5630,"created_at":1716179361},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":886,"created_at":1716179367,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716179366},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716179366}],"hex":"G6","tile":"39-0","rotation":3},{"type":"buy_train","entity":"JN","entity_type":"corporation","id":887,"created_at":1716179370,"train":"4-2","price":1},{"type":"buy_train","entity":"JN","entity_type":"corporation","id":888,"created_at":1716179371,"train":"5-0","price":5},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":889,"created_at":1716179374,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716179373}],"hex":"G10","tile":"8-0","rotation":1},{"type":"pass","entity":"STB","entity_type":"corporation","id":892,"created_at":1716179433,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716179432}]},{"type":"buy_train","entity":"STB","entity_type":"corporation","id":894,"created_at":1716179464,"train":"6-2","price":630,"variant":"6"},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":899,"created_at":1716179548,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716179547},{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716179547}],"hex":"E14","tile":"43-0","rotation":1},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":900,"created_at":1716179606,"routes":[{"train":"5-3","connections":[["H7","G6","G8"],["G8","G10","F11"],["F11","G12","H13"],["H13","I12","J13"]],"hexes":["H7","G8","F11","H13","J13"],"revenue":250,"revenue_str":"H7-G8-F11-H13-J13","nodes":["H7-0","G8-0","F11-0","H13-0","J13-0"]},{"train":"4-0","connections":[["F7","G8"],["G8","H7"]],"hexes":["F7","G8","H7"],"revenue":130,"revenue_str":"F7-G8-H7","nodes":["F7-0","G8-1","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":901,"created_at":1716179637,"kind":"withhold"},{"type":"lay_tile","entity":"SBB","entity_type":"corporation","id":902,"created_at":1716179645,"hex":"I8","tile":"8-3","rotation":5},{"type":"lay_tile","entity":"T4","entity_type":"company","id":903,"created_at":1716179652,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1716179651}],"hex":"J9","tile":"X79-0","rotation":2},{"type":"pass","entity":"SBB","entity_type":"corporation","id":904,"created_at":1716179656,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1716179655}]},{"type":"run_routes","entity":"SBB","entity_type":"corporation","id":905,"created_at":1716179674,"routes":[{"train":"5-2","connections":[["F19","E18"],["E18","F17"],["F17","G16"],["G16","G14"]],"hexes":["F19","E18","F17","G16","G14"],"revenue":220,"revenue_str":"F19-E18-F17-G16-G14","nodes":["F19-0","E18-0","F17-0","G16-0","G14-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SBB","entity_type":"corporation","id":906,"created_at":1716179675,"kind":"payout"},{"type":"buy_train","entity":"SBB","entity_type":"corporation","id":907,"created_at":1716179680,"train":"6-3","price":630,"variant":"6"},{"type":"pass","entity":"SBB","entity_type":"corporation","id":908,"created_at":1716179681},{"type":"lay_tile","entity":"VZ","entity_type":"corporation","id":909,"created_at":1716179702,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1716179700}],"hex":"K10","tile":"619-1","rotation":0},{"type":"pass","entity":"VZ","entity_type":"corporation","id":910,"created_at":1716179704,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1716179703}]},{"type":"run_routes","entity":"VZ","entity_type":"corporation","id":911,"created_at":1716179711,"routes":[{"train":"5-5","connections":[["K10","J9","I8","I6"],["I6","H7"]],"hexes":["K10","I6","H7"],"revenue":150,"revenue_str":"K10-I6-H7","nodes":["K10-0","I6-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VZ","entity_type":"corporation","id":912,"created_at":1716179712,"kind":"payout"},{"type":"pass","entity":"VZ","entity_type":"corporation","id":913,"created_at":1716179714},{"type":"pass","entity":"ChA","entity_type":"corporation","id":914,"created_at":1716179732,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716179731},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716179731}]},{"type":"run_routes","entity":"ChA","entity_type":"corporation","id":915,"created_at":1716179734,"routes":[{"train":"4-5","connections":[["G28","H27","I28"],["I28","J29"]],"hexes":["G28","I28","J29"],"revenue":150,"revenue_str":"G28-I28-J29","nodes":["G28-0","I28-0","J29-0"]}],"extra_revenue":0},{"type":"dividend","entity":"ChA","entity_type":"corporation","id":916,"created_at":1716179735,"kind":"payout"},{"type":"pass","entity":"ChA","entity_type":"corporation","id":917,"created_at":1716179738},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":918,"created_at":1716179765,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716179764}],"hex":"D19","tile":"909-0","rotation":3},{"type":"pass","entity":"FNM","entity_type":"corporation","id":919,"created_at":1716179768,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716179766}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":920,"created_at":1716179773,"routes":[{"train":"5-1","connections":[["F19","F21"],["F21","G20"],["G20","G18"],["G18","F17"]],"hexes":["F19","F21","G20","G18","F17"],"revenue":210,"revenue_str":"F19-F21-G20-G18-F17","nodes":["F19-0","F21-0","G20-0","G18-0","F17-0"]},{"train":"4-3","connections":[["F19","E18"],["E18","D19"],["D19","C20"]],"hexes":["F19","E18","D19","C20"],"revenue":220,"revenue_str":"F19-E18-D19-C20","nodes":["F19-0","E18-0","D19-0","C20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":921,"created_at":1716179775,"kind":"withhold"},{"type":"lay_tile","entity":"RhB","entity_type":"corporation","id":922,"created_at":1716179863,"auto_actions":[{"type":"destination_connection","entity":"RhB","entity_type":"corporation","created_at":1716179861,"corporations":["MOB"]},{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1716179861}],"hex":"J11","tile":"58-0","rotation":4},{"type":"place_token","entity":"RhB","entity_type":"corporation","id":923,"created_at":1716179864,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1716179862}],"city":"611-5-0","slot":1,"tokener":"RhB"},{"type":"run_routes","entity":"RhB","entity_type":"corporation","id":924,"created_at":1716179888,"routes":[{"train":"6-0","connections":[["L1","K2"],["K2","J1"],["J1","I2","I4"],["I4","I6"],["I6","I8","J9","K10"]],"hexes":["L1","K2","J1","I4","I6","K10"],"revenue":300,"revenue_str":"L1-K2-J1-I4-I6-K10","nodes":["L1-0","K2-0","J1-0","I4-0","I6-0","K10-0"]}],"extra_revenue":0},{"type":"dividend","entity":"RhB","entity_type":"corporation","id":925,"created_at":1716179898,"kind":"withhold"},{"type":"buy_train","entity":"RhB","entity_type":"corporation","id":926,"created_at":1716180014,"train":"4-0","price":430},{"hex":"B19","tile":"57-5","type":"lay_tile","entity":"AB","rotation":1,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"AB","created_at":1716180025,"entity_type":"corporation"}],"id":927,"user":605,"created_at":1716180027},{"type":"pass","entity":"AB","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"AB","created_at":1716180028,"entity_type":"corporation"}],"id":928,"user":605,"created_at":1716180029},{"type":"undo","entity":"AB","action_id":926,"entity_type":"corporation","id":930,"user":605,"created_at":1716180041},{"type":"lay_tile","entity":"AB","entity_type":"corporation","id":931,"created_at":1716180047,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1716180046}],"hex":"B19","tile":"6-1","rotation":5},{"type":"pass","entity":"AB","entity_type":"corporation","id":932,"created_at":1716180049,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1716180048}]},{"type":"run_routes","entity":"AB","entity_type":"corporation","id":934,"created_at":1716180062,"routes":[{"train":"6-1","connections":[["B17","B19"],["B19","C20"],["C20","B21","B23"],["B23","C24"],["C24","C26"]],"hexes":["B17","B19","C20","B23","C24","C26"],"revenue":220,"revenue_str":"B17-B19-C20-B23-C24-C26","nodes":["B17-0","B19-0","C20-1","B23-0","C24-0","C26-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AB","entity_type":"corporation","id":935,"created_at":1716180064,"kind":"payout"},{"type":"pass","entity":"AB","entity_type":"corporation","id":936,"created_at":1716180066},{"type":"pass","entity":"MOB","entity_type":"corporation","id":938,"created_at":1716180086,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716180085}]},{"type":"pass","entity":"MOB","entity_type":"corporation","id":939,"created_at":1716180088,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716180087}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":940,"created_at":1716180093,"routes":[{"train":"4-1","connections":[["H7","I6"],["I6","I4"],["I4","H3"]],"hexes":["H7","I6","I4","H3"],"revenue":150,"revenue_str":"H7-I6-I4-H3","nodes":["H7-0","I6-0","I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":941,"created_at":1716180096,"kind":"payout"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":942,"created_at":1716180099},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":944,"created_at":1716180106,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716180105},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716180105}],"hex":"F11","tile":"905-0","rotation":0},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":945,"created_at":1716180112,"routes":[{"train":"5-0","connections":[["F7","G6","G8"],["G8","G10","F11"]],"hexes":["F7","G8","F11"],"revenue":130,"revenue_str":"F7-G8-F11","nodes":["F7-0","G8-0","F11-0"]},{"train":"4-2","connections":[["F11","F9","F7"],["F7","G8"]],"hexes":["F11","F7","G8"],"revenue":130,"revenue_str":"F11-F7-G8","nodes":["F11-0","F7-0","G8-1"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":946,"created_at":1716180113,"kind":"payout"},{"type":"lay_tile","entity":"SBB","entity_type":"corporation","id":950,"created_at":1716180157,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1716180156}],"hex":"C12","tile":"14-3","rotation":1},{"type":"pass","entity":"SBB","entity_type":"corporation","id":951,"created_at":1716180172,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1716180171}]},{"type":"run_routes","entity":"SBB","entity_type":"corporation","id":952,"created_at":1716180205,"routes":[{"train":"6-3","connections":[["L23","L21"],["L21","K22"],["K22","J21","I20","H19","G20"],["G20","F21"],["F21","F19"]],"hexes":["L23","L21","K22","G20","F21","F19"],"revenue":340,"revenue_str":"L23-L21-K22-G20-F21-F19","nodes":["L23-0","L21-0","K22-0","G20-0","F21-0","F19-0"]},{"train":"5-2","connections":[["F19","E18"],["E18","F17"],["F17","G16"],["G16","G14"]],"hexes":["F19","E18","F17","G16","G14"],"revenue":220,"revenue_str":"F19-E18-F17-G16-G14","nodes":["F19-0","E18-0","F17-0","G16-0","G14-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SBB","entity_type":"corporation","id":953,"created_at":1716180219,"kind":"withhold"},{"type":"buy_train","entity":"SBB","entity_type":"corporation","id":954,"created_at":1716180221,"train":"8E-0","price":700,"variant":"8H"},{"type":"pass","entity":"SBB","entity_type":"corporation","id":955,"created_at":1716180225},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":956,"created_at":1716180246,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716180245},{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716180245}],"hex":"D19","tile":"910-0","rotation":0},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":957,"created_at":1716180249,"routes":[{"train":"6-2","connections":[["C20","D19"],["D19","C18","C16","D15"],["D15","E14","E12","F11"],["F11","G10","G8"],["G8","G6","H7"]],"hexes":["C20","D19","D15","F11","G8","H7"],"revenue":300,"revenue_str":"C20-D19-D15-F11-G8-H7","nodes":["C20-0","D19-0","D15-0","F11-0","G8-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":958,"created_at":1716180250,"kind":"payout"},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":959,"created_at":1716180256,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716180254}],"hex":"G26","tile":"6-0","rotation":0},{"type":"pass","entity":"BLS","entity_type":"corporation","id":960,"created_at":1716180275,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716180273}]},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":961,"created_at":1716180283,"routes":[{"train":"5-3","connections":[["H7","G8"],["G8","F7"],["F7","G6","G8"]],"hexes":["H7","G8","F7","G8"],"revenue":190,"revenue_str":"H7-G8-F7-G8","nodes":["H7-0","G8-1","F7-0","G8-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":962,"created_at":1716180285,"kind":"withhold"},{"type":"buy_train","entity":"BLS","entity_type":"corporation","id":963,"created_at":1716180293,"train":"8E-1","price":960,"variant":"8E"},{"type":"lay_tile","entity":"VZ","entity_type":"corporation","id":964,"created_at":1716180313,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1716180311}],"hex":"I6","tile":"915-0","rotation":1},{"type":"pass","entity":"VZ","entity_type":"corporation","id":966,"created_at":1716180335,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1716180333}]},{"type":"run_routes","entity":"VZ","entity_type":"corporation","id":967,"created_at":1716180341,"routes":[{"train":"5-5","connections":[["K10","J9","I8","I6"],["I6","H7"]],"hexes":["K10","I6","H7"],"revenue":170,"revenue_str":"K10-I6-H7","nodes":["K10-0","I6-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VZ","entity_type":"corporation","id":968,"created_at":1716180342,"kind":"payout"},{"type":"pass","entity":"VZ","entity_type":"corporation","id":969,"created_at":1716180344},{"type":"pass","entity":"ChA","entity_type":"corporation","id":971,"created_at":1716180366,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716180365},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716180365}]},{"type":"sell_shares","entity":2843,"entity_type":"player","id":972,"created_at":1716180395,"shares":["RhB_4"],"percent":10},{"type":"sell_shares","entity":2843,"entity_type":"player","id":973,"created_at":1716180397,"shares":["SBB_1"],"percent":5},{"type":"sell_shares","entity":2843,"entity_type":"player","id":974,"created_at":1716180398,"shares":["SBB_14"],"percent":10},{"type":"buy_train","entity":"ChA","entity_type":"corporation","id":975,"created_at":1716180402,"train":"8E-2","price":700,"variant":"8H"},{"type":"lay_tile","entity":"AB","entity_type":"corporation","id":976,"created_at":1716180411,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1716180409}],"hex":"G28","tile":"915-1","rotation":4},{"type":"place_token","entity":"AB","entity_type":"corporation","id":977,"created_at":1716180412,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1716180411}],"city":"915-1-0","slot":2,"tokener":"AB"},{"type":"run_routes","entity":"AB","entity_type":"corporation","id":978,"created_at":1716180425,"routes":[{"train":"6-1","connections":[["J29","I28"],["I28","H27","G28"],["G28","F27","F25"],["F25","E24","D25"],["D25","C26"]],"hexes":["J29","I28","G28","F25","D25","C26"],"revenue":330,"revenue_str":"J29-I28-G28-F25-D25-C26","nodes":["J29-0","I28-0","G28-0","F25-0","D25-0","C26-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AB","entity_type":"corporation","id":979,"created_at":1716180428,"kind":"payout"},{"type":"pass","entity":"AB","entity_type":"corporation","id":980,"created_at":1716180430},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":981,"created_at":1716180436,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716180435}],"hex":"G18","tile":"611-5","rotation":4},{"type":"pass","entity":"FNM","entity_type":"corporation","id":982,"created_at":1716180439,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716180438}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":983,"created_at":1716180445,"routes":[{"train":"5-1","connections":[["C20","D19"],["D19","E18"],["E18","F17"],["F17","G18"]],"hexes":["C20","D19","E18","F17","G18"],"revenue":230,"revenue_str":"C20-D19-E18-F17-G18","nodes":["C20-0","D19-0","E18-0","F17-0","G18-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":984,"created_at":1716180447,"kind":"withhold"},{"type":"buy_train","entity":"FNM","entity_type":"corporation","id":985,"created_at":1716180448,"train":"8E-3","price":700,"variant":"8H"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":986,"created_at":1716180452,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716180451}]},{"type":"pass","entity":"MOB","entity_type":"corporation","id":987,"created_at":1716180454,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716180453}]},{"type":"buy_train","entity":"MOB","entity_type":"corporation","id":988,"created_at":1716180462,"train":"8E-4","price":960,"variant":"8E"},{"type":"lay_tile","entity":"RhB","entity_type":"corporation","id":989,"created_at":1716180493,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1716180491},{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1716180491}],"hex":"F25","tile":"88-1","rotation":1},{"type":"run_routes","entity":"RhB","entity_type":"corporation","id":990,"created_at":1716180511,"routes":[{"train":"6-0","connections":[["L1","K2"],["K2","J1"],["J1","I2","I4"],["I4","I6"],["I6","I8","J9","K10"]],"hexes":["L1","K2","J1","I4","I6","K10"],"revenue":330,"revenue_str":"L1-K2-J1-I4-I6-K10","nodes":["L1-0","K2-0","J1-0","I4-0","I6-0","K10-0"]}],"extra_revenue":0},{"type":"dividend","entity":"RhB","entity_type":"corporation","id":991,"created_at":1716180518,"kind":"payout"},{"type":"pass","entity":"RhB","entity_type":"corporation","id":993,"created_at":1716180562},{"type":"pass","entity":605,"entity_type":"player","id":994,"created_at":1716180596},{"type":"sell_shares","entity":5630,"entity_type":"player","id":997,"created_at":1716180668,"shares":["STB_1","STB_2"],"percent":20},{"type":"buy_shares","entity":5630,"entity_type":"player","id":998,"created_at":1716180677,"shares":["AB_4"],"percent":10},{"type":"program_share_pass","entity":2843,"entity_type":"player","id":999,"created_at":1716180681,"unconditional":false,"indefinite":false},{"type":"program_share_pass","entity":2843,"entity_type":"player","id":1000,"created_at":1716180687,"unconditional":true,"indefinite":true},{"type":"sell_shares","entity":330,"entity_type":"player","id":1001,"created_at":1716180699,"shares":["STB_4"],"percent":10},{"type":"buy_shares","entity":330,"entity_type":"player","id":1003,"created_at":1716180705,"shares":["SBB_14"],"percent":10},{"type":"buy_shares","entity":7706,"entity_type":"player","id":1004,"created_at":1716180742,"auto_actions":[{"type":"pass","entity":2843,"entity_type":"player","created_at":1716180741}],"shares":["FNM_7"],"percent":10},{"type":"sell_shares","entity":605,"entity_type":"player","id":1005,"created_at":1716180754,"shares":["STB_5"],"percent":10},{"type":"buy_shares","entity":605,"entity_type":"player","id":1006,"created_at":1716180755,"shares":["SBB_1"],"percent":5},{"type":"buy_shares","entity":5630,"entity_type":"player","id":1007,"created_at":1716180770,"shares":["RhB_4"],"percent":10},{"type":"program_share_pass","entity":330,"entity_type":"player","id":1008,"created_at":1716180788,"auto_actions":[{"type":"pass","entity":330,"entity_type":"player","created_at":1716180786}],"unconditional":false,"indefinite":false},{"type":"sell_shares","entity":7706,"entity_type":"player","id":1009,"created_at":1716180800,"shares":["STB_7"],"percent":10},{"type":"buy_shares","entity":7706,"entity_type":"player","id":1011,"created_at":1716180808,"auto_actions":[{"type":"pass","entity":2843,"entity_type":"player","created_at":1716180807}],"shares":["FNM_8"],"percent":10},{"type":"pass","entity":605,"entity_type":"player","id":1013,"created_at":1716180822},{"type":"program_share_pass","entity":5630,"entity_type":"player","id":1014,"created_at":1716180835,"auto_actions":[{"type":"pass","entity":5630,"entity_type":"player","created_at":1716180834},{"type":"program_disable","entity":330,"entity_type":"player","created_at":1716180834,"reason":"Shares were sold"}],"unconditional":false,"indefinite":false},{"type":"program_share_pass","entity":330,"entity_type":"player","id":1018,"created_at":1716180857,"auto_actions":[{"type":"pass","entity":330,"entity_type":"player","created_at":1716180856}],"unconditional":false,"indefinite":false},{"type":"pass","entity":7706,"entity_type":"player","id":1023,"created_at":1716180877},{"type":"pass","entity":"JN","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"JN","created_at":1716180881,"entity_type":"corporation"},{"type":"pass","entity":"JN","created_at":1716180881,"entity_type":"corporation"}],"id":1025,"user":5630,"created_at":1716180882},{"type":"undo","entity":"JN","entity_type":"corporation","id":1026,"user":5630,"created_at":1716180886},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":1027,"created_at":1716180887,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716180886},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716180886}],"hex":"F7","tile":"611-3","rotation":3},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":1028,"created_at":1716180890,"routes":[{"train":"5-0","connections":[["H7","G8"],["G8","F7"],["F7","G6","G8"]],"hexes":["H7","G8","F7","G8"],"revenue":200,"revenue_str":"H7-G8-F7-G8","nodes":["H7-0","G8-1","F7-0","G8-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":1029,"created_at":1716180892,"kind":"payout"},{"type":"pass","entity":"JN","entity_type":"corporation","id":1030,"created_at":1716180894},{"type":"lay_tile","entity":"VZ","entity_type":"corporation","id":1031,"created_at":1716180934,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1716180933}],"hex":"I4","tile":"903-0","rotation":1},{"type":"pass","entity":"VZ","entity_type":"corporation","id":1033,"created_at":1716180940,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1716180939}]},{"type":"run_routes","entity":"VZ","entity_type":"corporation","id":1034,"created_at":1716180945,"routes":[{"train":"5-5","connections":[["K10","J9","I8","I6"],["I6","H7"]],"hexes":["K10","I6","H7"],"revenue":170,"revenue_str":"K10-I6-H7","nodes":["K10-0","I6-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VZ","entity_type":"corporation","id":1035,"created_at":1716180947,"kind":"payout"},{"type":"pass","entity":"VZ","entity_type":"corporation","id":1036,"created_at":1716180950},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":1037,"created_at":1716180960,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716180958},{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716180958}],"hex":"G26","tile":"15-1","rotation":5},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":1038,"created_at":1716180985,"routes":[{"train":"8E-1","connections":[["L1","K2"],["K2","J1"],["J1","I2","I4"],["I4","H3"],["H3","G4","F5","F7"],["F7","F9","F11"],["F11","G12","H13"],["H13","I12","J13"],["J13","J15","J17","I16","H17"],["H17","H19","H21","H23","H25"],["H25","G26"],["G26","F25"],["F25","E24","D25"],["D25","C26"]],"hexes":["L1","K2","J1","I4","H3","F7","F11","H13","J13","H17","H25","G26","F25","D25","C26"],"revenue":640,"revenue_str":"L1-K2-(J1)-I4-(H3)-F7-F11-H13-(J13)-(H17)-(H25)-G26-(F25)-(D25)-C26 + EW","nodes":["L1-0","K2-0","J1-0","I4-0","H3-0","F7-0","F11-0","H13-0","J13-0","H17-0","H25-0","G26-0","F25-0","D25-0","C26-0"]},{"train":"5-3","connections":[["F7","G6","G8"],["G8","F7"],["H7","G8"]],"hexes":["G8","F7","G8","H7"],"revenue":200,"revenue_str":"G8-F7-G8-H7","nodes":["F7-0","G8-0","G8-1","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":1039,"created_at":1716180986,"kind":"payout"},{"type":"pass","entity":"ChA","entity_type":"corporation","id":1040,"user":5630,"created_at":1716180998,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716180996},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716180996}]},{"type":"run_routes","entity":"ChA","entity_type":"corporation","id":1041,"user":5630,"created_at":1716181000,"routes":[{"train":"8E-2","connections":[["J29","I28"],["I28","H27","G28"],["G28","F27","F25"],["F25","G26"],["G26","H25"]],"hexes":["J29","I28","G28","F25","G26","H25"],"revenue":270,"revenue_str":"J29-I28-G28-F25-G26-H25","nodes":["J29-0","I28-0","G28-0","F25-0","G26-0","H25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"ChA","entity_type":"corporation","id":1042,"user":5630,"created_at":1716181002,"kind":"payout"},{"type":"lay_tile","entity":"SBB","entity_type":"corporation","id":1044,"created_at":1716181017,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1716181016},{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1716181016}],"hex":"C10","tile":"9-7","rotation":1},{"type":"run_routes","entity":"SBB","entity_type":"corporation","id":1047,"created_at":1716181104,"routes":[{"train":"8E-0","connections":[["F19","F21"],["F21","G20"],["G20","G18"],["G18","F17"],["F17","E18"],["E18","D19"],["D19","C20"]],"hexes":["F19","F21","G20","G18","F17","E18","D19","C20"],"revenue":300,"revenue_str":"F19-F21-G20-G18-F17-E18-D19-C20","nodes":["F19-0","F21-0","G20-0","G18-0","F17-0","E18-0","D19-0","C20-0"]},{"train":"6-3","connections":[["L1","K2"],["K2","J1"],["J1","I2","I4"],["I4","I6"],["I6","I8","J9","K10"]],"hexes":["L1","K2","J1","I4","I6","K10"],"revenue":340,"revenue_str":"L1-K2-J1-I4-I6-K10","nodes":["L1-0","K2-0","J1-0","I4-0","I6-0","K10-0"]},{"train":"5-2","connections":[["G28","H27","I28"],["I28","J29"]],"hexes":["G28","I28","J29"],"revenue":190,"revenue_str":"G28-I28-J29","nodes":["G28-0","I28-0","J29-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SBB","entity_type":"corporation","id":1048,"created_at":1716181106,"kind":"payout"},{"type":"pass","entity":"SBB","entity_type":"corporation","id":1049,"created_at":1716181107},{"type":"lay_tile","entity":"AB","entity_type":"corporation","id":1050,"created_at":1716181113,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1716181111}],"hex":"F23","tile":"9-8","rotation":1},{"type":"pass","entity":"AB","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"AB","created_at":1716181144,"entity_type":"corporation"}],"id":1052,"user":605,"created_at":1716181145},{"type":"undo","entity":"AB","action_id":1050,"entity_type":"corporation","id":1054,"user":605,"created_at":1716181176},{"type":"place_token","entity":"AB","entity_type":"corporation","id":1055,"created_at":1716181180,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1716181179}],"city":"903-0-0","slot":1,"tokener":"AB"},{"type":"run_routes","entity":"AB","entity_type":"corporation","id":1056,"created_at":1716181190,"routes":[{"train":"6-1","connections":[["I6","I8","J9","K10"],["I4","I6"],["J1","I2","I4"],["K2","J1"],["L1","K2"]],"hexes":["K10","I6","I4","J1","K2","L1"],"revenue":340,"revenue_str":"K10-I6-I4-J1-K2-L1","nodes":["I6-0","K10-0","I4-0","J1-0","K2-0","L1-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AB","entity_type":"corporation","id":1058,"created_at":1716181192,"kind":"payout"},{"type":"pass","entity":"AB","entity_type":"corporation","id":1059,"created_at":1716181201},{"type":"lay_tile","entity":"RhB","entity_type":"corporation","id":1060,"created_at":1716181213,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1716181212},{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1716181212}],"hex":"H25","tile":"204-0","rotation":5},{"type":"run_routes","entity":"RhB","entity_type":"corporation","id":1061,"created_at":1716181219,"routes":[{"train":"6-0","connections":[["L1","K2"],["K2","J1"],["J1","I2","I4"],["I4","I6"],["I6","I8","J9","K10"]],"hexes":["L1","K2","J1","I4","I6","K10"],"revenue":340,"revenue_str":"L1-K2-J1-I4-I6-K10","nodes":["L1-0","K2-0","J1-0","I4-0","I6-0","K10-0"]}],"extra_revenue":0},{"type":"dividend","entity":"RhB","entity_type":"corporation","id":1063,"created_at":1716181222,"kind":"payout"},{"type":"pass","entity":"RhB","entity_type":"corporation","id":1064,"created_at":1716181224},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":1066,"created_at":1716181244,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716181243},{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716181243}],"hex":"F11","tile":"906-0","rotation":0},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":1067,"created_at":1716181252,"routes":[{"train":"6-2","connections":[["G14","G12","F11"],["F11","E12","E14","E16","F17"],["F17","G18"],["G18","G20"],["G20","H19","I20","J21","K22"]],"hexes":["G14","F11","F17","G18","G20","K22"],"revenue":310,"revenue_str":"G14-F11-F17-G18-G20-K22","nodes":["G14-0","F11-0","F17-0","G18-0","G20-0","K22-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":1070,"created_at":1716181266,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":1071,"created_at":1716181271},{"type":"lay_tile","entity":"FNM","entity_type":"corporation","id":1072,"created_at":1716181302,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716181301}],"hex":"G16","tile":"911-0","rotation":3},{"type":"place_token","entity":"FNM","entity_type":"corporation","id":1073,"created_at":1716181308,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716181307}],"city":"903-0-0","slot":2,"tokener":"FNM"},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":1074,"created_at":1716181344,"routes":[{"train":"8E-3","connections":[["F19","F21"],["F21","G20"],["G20","G18"],["G18","F17"],["F17","E18"],["E18","D19"],["D19","C20"]],"hexes":["F19","F21","G20","G18","F17","E18","D19","C20"],"revenue":300,"revenue_str":"F19-F21-G20-G18-F17-E18-D19-C20","nodes":["F19-0","F21-0","G20-0","G18-0","F17-0","E18-0","D19-0","C20-0"]},{"train":"5-1","connections":[["H7","I6"],["I6","I4"],["I4","H3"]],"hexes":["H7","I6","I4","H3"],"revenue":180,"revenue_str":"H7-I6-I4-H3","nodes":["H7-0","I6-0","I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":1075,"created_at":1716181345,"kind":"payout"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":1077,"user":5630,"created_at":1716181390,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716181388},{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716181388}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":1078,"user":5630,"created_at":1716181393,"routes":[{"train":"8E-4","connections":[["C26","D25"],["D25","E24","F25"],["F25","G26"],["G26","H25"],["H25","H23","H21","H19","H17"],["H17","I16","J17","J15","J13"],["J13","J11"],["J11","K10"],["K10","J9","I8","I6"],["I6","H7"]],"hexes":["C26","D25","F25","G26","H25","H17","J13","J11","K10","I6","H7"],"revenue":380,"revenue_str":"C26-D25-F25-G26-(H25)-(H17)-J13-(J11)-K10-I6-H7","nodes":["C26-0","D25-0","F25-0","G26-0","H25-0","H17-0","J13-0","J11-0","K10-0","I6-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":1079,"user":5630,"created_at":1716181394,"kind":"payout"},{"type":"lay_tile","entity":"JN","entity_type":"corporation","id":1081,"created_at":1716181407,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716181405},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716181405}],"hex":"E12","tile":"40-0","rotation":0},{"type":"undo","entity":"JN","action_id":1077,"entity_type":"corporation","id":1084,"user":605,"created_at":1716181426},{"type":"redo","entity":"MOB","entity_type":"corporation","id":1088,"user":605,"created_at":1716181440},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":1090,"created_at":1716181454,"routes":[{"train":"5-0","connections":[["H7","G8"],["G8","F7"],["F7","F9","F11"]],"hexes":["H7","G8","F7","F11"],"revenue":210,"revenue_str":"H7-G8-F7-F11","nodes":["H7-0","G8-1","F7-0","F11-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":1091,"created_at":1716181455,"kind":"payout"},{"type":"pass","entity":"JN","entity_type":"corporation","id":1092,"created_at":1716181458},{"type":"pass","entity":"VZ","entity_type":"corporation","id":1093,"created_at":1716181471,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1716181469}]},{"type":"pass","entity":"VZ","entity_type":"corporation","id":1096,"created_at":1716181486,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1716181484}]},{"type":"run_routes","entity":"VZ","entity_type":"corporation","id":1098,"created_at":1716181490,"routes":[{"train":"5-5","connections":[["K10","J9","I8","I6"],["I6","H7"]],"hexes":["K10","I6","H7"],"revenue":170,"revenue_str":"K10-I6-H7","nodes":["K10-0","I6-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VZ","entity_type":"corporation","id":1099,"created_at":1716181491,"kind":"payout"},{"type":"pass","entity":"VZ","entity_type":"corporation","id":1100,"created_at":1716181492},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":1101,"created_at":1716181504,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716181502},{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716181502}],"hex":"F23","tile":"27-0","rotation":4},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":1102,"created_at":1716181540,"routes":[{"train":"8E-1","connections":[["K2","L1"],["J1","K2"],["H3","I2","J1"],["H3","G4","F5","F7"],["F7","F9","F11"],["F11","G12","H13"],["H13","I12","J13"],["J13","J15","J17","I16","H17"],["H17","H19","H21","H23","H25"],["H25","G26"],["G26","F25"],["F25","E24","D25"],["D25","C26"]],"hexes":["L1","K2","J1","H3","F7","F11","H13","J13","H17","H25","G26","F25","D25","C26"],"revenue":620,"revenue_str":"L1-K2-(J1)-(H3)-F7-F11-H13-(J13)-(H17)-(H25)-G26-(F25)-D25-C26 + EW","nodes":["K2-0","L1-0","J1-0","H3-0","F7-0","F11-0","H13-0","J13-0","H17-0","H25-0","G26-0","F25-0","D25-0","C26-0"]},{"train":"5-3","connections":[["F7","G6","G8"],["G8","F7"],["H7","G8"]],"hexes":["G8","F7","G8","H7"],"revenue":200,"revenue_str":"G8-F7-G8-H7","nodes":["F7-0","G8-0","G8-1","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":1103,"created_at":1716181541,"kind":"payout"},{"type":"pass","entity":"ChA","entity_type":"corporation","id":1112,"user":5630,"created_at":1716181612,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716181610},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716181610}]},{"type":"run_routes","entity":"ChA","entity_type":"corporation","id":1113,"user":5630,"created_at":1716181614,"routes":[{"train":"8E-2","connections":[["J29","I28"],["I28","H27","G28"],["G28","F27","F25"],["F25","G26"],["G26","H25"]],"hexes":["J29","I28","G28","F25","G26","H25"],"revenue":270,"revenue_str":"J29-I28-G28-F25-G26-H25","nodes":["J29-0","I28-0","G28-0","F25-0","G26-0","H25-0"]}],"extra_revenue":0},{"type":"dividend","entity":"ChA","entity_type":"corporation","id":1114,"user":5630,"created_at":1716181615,"kind":"payout"},{"type":"pass","entity":"SBB","entity_type":"corporation","id":1116,"created_at":1716181619,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1716181618},{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1716181618}]},{"type":"run_routes","entity":"SBB","entity_type":"corporation","id":1117,"created_at":1716181622,"routes":[{"train":"8E-0","connections":[["F19","F21"],["F21","G20"],["G20","G18"],["G18","F17"],["F17","E18"],["E18","D19"],["D19","C20"]],"hexes":["F19","F21","G20","G18","F17","E18","D19","C20"],"revenue":300,"revenue_str":"F19-F21-G20-G18-F17-E18-D19-C20","nodes":["F19-0","F21-0","G20-0","G18-0","F17-0","E18-0","D19-0","C20-0"]},{"train":"6-3","connections":[["L1","K2"],["K2","J1"],["J1","I2","I4"],["I4","I6"],["I6","I8","J9","K10"]],"hexes":["L1","K2","J1","I4","I6","K10"],"revenue":340,"revenue_str":"L1-K2-J1-I4-I6-K10","nodes":["L1-0","K2-0","J1-0","I4-0","I6-0","K10-0"]},{"train":"5-2","connections":[["G28","H27","I28"],["I28","J29"]],"hexes":["G28","I28","J29"],"revenue":190,"revenue_str":"G28-I28-J29","nodes":["G28-0","I28-0","J29-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SBB","entity_type":"corporation","id":1118,"created_at":1716181623,"kind":"payout"},{"type":"pass","entity":"SBB","entity_type":"corporation","id":1119,"created_at":1716181627},{"type":"pass","entity":"AB","entity_type":"corporation","id":1122,"created_at":1716181647,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1716181646}]},{"type":"pass","entity":"AB","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"AB","created_at":1716181651,"entity_type":"corporation"}],"id":1123,"user":605,"created_at":1716181652},{"type":"run_routes","entity":"AB","routes":[{"hexes":["L1","K2","J1","I4","I6","K10"],"nodes":["L1-0","K2-0","J1-0","I4-0","I6-0","K10-0"],"train":"6-1","revenue":340,"connections":[["L1","K2"],["K2","J1"],["J1","I2","I4"],["I4","I6"],["I6","I8","J9","K10"]],"revenue_str":"L1-K2-J1-I4-I6-K10"}],"entity_type":"corporation","extra_revenue":0,"id":1124,"user":605,"created_at":1716181658},{"kind":"payout","type":"dividend","entity":"AB","entity_type":"corporation","id":1125,"user":605,"created_at":1716181659},{"type":"pass","entity":"AB","entity_type":"corporation","id":1126,"user":605,"created_at":1716181664},{"type":"pass","entity":"RhB","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"RhB","created_at":1716181675,"entity_type":"corporation"},{"type":"pass","entity":"RhB","created_at":1716181675,"entity_type":"corporation"}],"id":1128,"user":7706,"created_at":1716181676},{"type":"run_routes","entity":"RhB","routes":[{"hexes":["C20","D19","D15","F11","H13","J13"],"nodes":["C20-0","D19-0","D15-0","F11-0","H13-0","J13-0"],"train":"6-0","revenue":320,"connections":[["C20","D19"],["D19","C18","C16","D15"],["D15","E14","E12","F11"],["F11","G12","H13"],["H13","I12","J13"]],"revenue_str":"C20-D19-D15-F11-H13-J13"}],"entity_type":"corporation","extra_revenue":0,"id":1129,"user":7706,"created_at":1716181681},{"kind":"payout","type":"dividend","entity":"RhB","entity_type":"corporation","id":1130,"user":7706,"created_at":1716181683},{"type":"pass","entity":"RhB","entity_type":"corporation","id":1131,"user":7706,"created_at":1716181685},{"type":"undo","entity":"RhB","action_id":1122,"entity_type":"corporation","id":1132,"user":605,"created_at":1716181688},{"type":"undo","entity":"STB","action_id":1122,"entity_type":"corporation","id":1135,"user":605,"created_at":1716181703},{"type":"place_token","entity":"AB","entity_type":"corporation","id":1136,"created_at":1716181705,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1716181703}],"city":"15-1-0","slot":1,"tokener":"AB"},{"type":"run_routes","entity":"AB","entity_type":"corporation","id":1137,"created_at":1716181707,"routes":[{"train":"6-1","connections":[["I6","I8","J9","K10"],["I4","I6"],["J1","I2","I4"],["K2","J1"],["L1","K2"]],"hexes":["K10","I6","I4","J1","K2","L1"],"revenue":340,"revenue_str":"K10-I6-I4-J1-K2-L1","nodes":["I6-0","K10-0","I4-0","J1-0","K2-0","L1-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AB","entity_type":"corporation","id":1138,"created_at":1716181708,"kind":"payout"},{"type":"pass","entity":"AB","entity_type":"corporation","id":1139,"created_at":1716181709},{"type":"pass","entity":"RhB","entity_type":"corporation","id":1141,"created_at":1716181720,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1716181718},{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1716181718}]},{"type":"run_routes","entity":"RhB","entity_type":"corporation","id":1142,"created_at":1716181724,"routes":[{"train":"6-0","connections":[["C20","D19"],["D19","C18","C16","D15"],["D15","E14","E12","F11"],["F11","G12","H13"],["H13","I12","J13"]],"hexes":["C20","D19","D15","F11","H13","J13"],"revenue":320,"revenue_str":"C20-D19-D15-F11-H13-J13","nodes":["C20-0","D19-0","D15-0","F11-0","H13-0","J13-0"]}],"extra_revenue":0},{"type":"dividend","entity":"RhB","entity_type":"corporation","id":1143,"created_at":1716181725,"kind":"payout"},{"type":"buy_train","entity":"RhB","entity_type":"corporation","id":1144,"created_at":1716181730,"train":"5-3","price":43},{"hex":"C22","tile":"8-4","type":"lay_tile","entity":"STB","rotation":5,"entity_type":"corporation","auto_actions":[{"type":"pass","entity":"STB","created_at":1716181743,"entity_type":"corporation"}],"id":1145,"user":5630,"created_at":1716181744},{"city":"611-5-0","slot":1,"type":"place_token","entity":"STB","tokener":"STB","entity_type":"corporation","auto_actions":[{"type":"pass","entity":"STB","created_at":1716181744,"entity_type":"corporation"}],"id":1146,"user":5630,"created_at":1716181745},{"type":"run_routes","entity":"STB","routes":[{"hexes":["G14","F11","F17","G18","G20","K22"],"nodes":["G14-0","F11-0","F17-0","G18-0","G20-0","K22-0"],"train":"6-2","revenue":310,"connections":[["G14","G12","F11"],["F11","E12","E14","E16","F17"],["F17","G18"],["G18","G20"],["G20","H19","I20","J21","K22"]],"revenue_str":"G14-F11-F17-G18-G20-K22"}],"entity_type":"corporation","extra_revenue":0,"id":1147,"user":5630,"created_at":1716181751},{"type":"undo","entity":"STB","action_id":1144,"entity_type":"corporation","id":1148,"user":5630,"created_at":1716181758},{"type":"lay_tile","entity":"STB","entity_type":"corporation","id":1149,"created_at":1716181763,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716181761}],"hex":"C22","tile":"8-4","rotation":5},{"type":"place_token","entity":"STB","entity_type":"corporation","id":1150,"created_at":1716181764,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716181762}],"city":"14-3-0","slot":1,"tokener":"STB"},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":1151,"created_at":1716181766,"routes":[{"train":"6-2","connections":[["G14","G12","F11"],["F11","E12","E14","E16","F17"],["F17","G18"],["G18","G20"],["G20","H19","I20","J21","K22"]],"hexes":["G14","F11","F17","G18","G20","K22"],"revenue":310,"revenue_str":"G14-F11-F17-G18-G20-K22","nodes":["G14-0","F11-0","F17-0","G18-0","G20-0","K22-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":1152,"created_at":1716181768,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":1153,"created_at":1716181770},{"type":"pass","entity":"FNM","entity_type":"corporation","id":1154,"created_at":1716181780,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716181777},{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716181777}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":1155,"created_at":1716181781,"routes":[{"train":"8E-3","connections":[["F19","F21"],["F21","G20"],["G20","G18"],["G18","F17"],["F17","E18"],["E18","D19"],["D19","C20"]],"hexes":["F19","F21","G20","G18","F17","E18","D19","C20"],"revenue":300,"revenue_str":"F19-F21-G20-G18-F17-E18-D19-C20","nodes":["F19-0","F21-0","G20-0","G18-0","F17-0","E18-0","D19-0","C20-0"]},{"train":"5-1","connections":[["H7","I6"],["I6","I4"],["I4","H3"]],"hexes":["H7","I6","I4","H3"],"revenue":180,"revenue_str":"H7-I6-I4-H3","nodes":["H7-0","I6-0","I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":1156,"created_at":1716181784,"kind":"payout"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":1158,"user":5630,"created_at":1716181789,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716181788},{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716181788}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":1159,"user":5630,"created_at":1716181793,"routes":[{"train":"8E-4","connections":[["I4","I6"],["I6","I8","J9","K10"],["K10","J11"],["J11","J13"],["J13","J15","J17","I16","H17"],["H17","H19","H21","H23","H25"],["H25","G26"]],"hexes":["I4","I6","K10","J11","J13","H17","H25","G26"],"revenue":300,"revenue_str":"I4-I6-K10-J11-J13-H17-H25-G26","nodes":["I4-0","I6-0","K10-0","J11-0","J13-0","H17-0","H25-0","G26-0"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":1160,"user":5630,"created_at":1716181794,"kind":"payout"},{"type":"pass","entity":"JN","entity_type":"corporation","id":1161,"created_at":1716181799,"auto_actions":[{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716181797},{"type":"pass","entity":"JN","entity_type":"corporation","created_at":1716181797}]},{"type":"run_routes","entity":"JN","entity_type":"corporation","id":1163,"created_at":1716181802,"routes":[{"train":"5-0","connections":[["H7","G8"],["G8","F7"],["F7","F9","F11"]],"hexes":["H7","G8","F7","F11"],"revenue":210,"revenue_str":"H7-G8-F7-F11","nodes":["H7-0","G8-1","F7-0","F11-0"]}],"extra_revenue":0},{"type":"dividend","entity":"JN","entity_type":"corporation","id":1164,"created_at":1716181804,"kind":"payout"},{"type":"pass","entity":"JN","entity_type":"corporation","id":1165,"created_at":1716181806},{"type":"pass","entity":"VZ","entity_type":"corporation","id":1166,"created_at":1716181809,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1716181807}]},{"type":"pass","entity":"VZ","entity_type":"corporation","id":1167,"created_at":1716181813,"auto_actions":[{"type":"pass","entity":"VZ","entity_type":"corporation","created_at":1716181809}]},{"type":"run_routes","entity":"VZ","entity_type":"corporation","id":1169,"created_at":1716181817,"routes":[{"train":"5-5","connections":[["K10","J9","I8","I6"],["I6","H7"]],"hexes":["K10","I6","H7"],"revenue":170,"revenue_str":"K10-I6-H7","nodes":["K10-0","I6-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"VZ","entity_type":"corporation","id":1171,"created_at":1716181820,"kind":"payout"},{"type":"pass","entity":"VZ","entity_type":"corporation","id":1172,"created_at":1716181822},{"type":"pass","entity":"SBB","entity_type":"corporation","id":1173,"created_at":1716181823,"auto_actions":[{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1716181813},{"type":"pass","entity":"SBB","entity_type":"corporation","created_at":1716181813}]},{"type":"run_routes","entity":"SBB","entity_type":"corporation","id":1174,"created_at":1716181825,"routes":[{"train":"8E-0","connections":[["F19","F21"],["F21","G20"],["G20","G18"],["G18","F17"],["F17","E18"],["E18","D19"],["D19","C20"]],"hexes":["F19","F21","G20","G18","F17","E18","D19","C20"],"revenue":300,"revenue_str":"F19-F21-G20-G18-F17-E18-D19-C20","nodes":["F19-0","F21-0","G20-0","G18-0","F17-0","E18-0","D19-0","C20-0"]},{"train":"6-3","connections":[["L1","K2"],["K2","J1"],["J1","I2","I4"],["I4","I6"],["I6","I8","J9","K10"]],"hexes":["L1","K2","J1","I4","I6","K10"],"revenue":340,"revenue_str":"L1-K2-J1-I4-I6-K10","nodes":["L1-0","K2-0","J1-0","I4-0","I6-0","K10-0"]},{"train":"5-2","connections":[["G28","H27","I28"],["I28","J29"]],"hexes":["G28","I28","J29"],"revenue":190,"revenue_str":"G28-I28-J29","nodes":["G28-0","I28-0","J29-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SBB","entity_type":"corporation","id":1175,"created_at":1716181827,"kind":"payout"},{"type":"pass","entity":"SBB","entity_type":"corporation","id":1176,"created_at":1716181829},{"type":"lay_tile","entity":"BLS","entity_type":"corporation","id":1177,"created_at":1716181838,"auto_actions":[{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716181832},{"type":"pass","entity":"BLS","entity_type":"corporation","created_at":1716181832}],"hex":"G24","tile":"9-9","rotation":2},{"type":"run_routes","entity":"BLS","entity_type":"corporation","id":1178,"created_at":1716181846,"routes":[{"train":"8E-1","connections":[["K2","L1"],["J1","K2"],["H3","I2","J1"],["H3","G4","F5","F7"],["F7","F9","F11"],["F11","G12","H13"],["H13","I12","J13"],["J13","J15","J17","I16","H17"],["H17","H19","H21","H23","H25"],["H25","G24","F23","F25"],["F25","E24","D25"],["D25","C26"]],"hexes":["L1","K2","J1","H3","F7","F11","H13","J13","H17","H25","F25","D25","C26"],"revenue":610,"revenue_str":"L1-K2-(J1)-(H3)-F7-F11-H13-J13-(H17)-(H25)-(F25)-D25-C26 + EW","nodes":["K2-0","L1-0","J1-0","H3-0","F7-0","F11-0","H13-0","J13-0","H17-0","H25-0","F25-0","D25-0","C26-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BLS","entity_type":"corporation","id":1179,"created_at":1716181848,"kind":"payout"},{"type":"pass","entity":"BLS","entity_type":"corporation","id":1181,"created_at":1716181852},{"type":"pass","entity":"ChA","entity_type":"corporation","id":1182,"user":5630,"created_at":1716181856,"auto_actions":[{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716181855},{"type":"pass","entity":"ChA","entity_type":"corporation","created_at":1716181855}]},{"type":"run_routes","entity":"ChA","entity_type":"corporation","id":1183,"user":5630,"created_at":1716181859,"routes":[{"train":"8E-2","connections":[["J29","I28"],["I28","H27","G28"],["G28","F27","F25"],["F25","F23","F21"]],"hexes":["J29","I28","G28","F25","F21"],"revenue":260,"revenue_str":"J29-I28-G28-F25-F21","nodes":["J29-0","I28-0","G28-0","F25-0","F21-0"]}],"extra_revenue":0},{"type":"dividend","entity":"ChA","entity_type":"corporation","id":1184,"user":5630,"created_at":1716181860,"kind":"payout"},{"type":"pass","entity":"AB","entity_type":"corporation","id":1185,"user":5630,"created_at":1716181862,"auto_actions":[{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1716181861},{"type":"pass","entity":"AB","entity_type":"corporation","created_at":1716181861}]},{"type":"run_routes","entity":"AB","entity_type":"corporation","id":1186,"user":5630,"created_at":1716181865,"routes":[{"train":"6-1","connections":[["L1","K2"],["K2","J1"],["J1","I2","I4"],["I4","I6"],["I6","I8","J9","K10"]],"hexes":["L1","K2","J1","I4","I6","K10"],"revenue":340,"revenue_str":"L1-K2-J1-I4-I6-K10","nodes":["L1-0","K2-0","J1-0","I4-0","I6-0","K10-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AB","entity_type":"corporation","id":1187,"user":5630,"created_at":1716181867,"kind":"payout"},{"type":"pass","entity":"AB","entity_type":"corporation","id":1188,"user":5630,"created_at":1716181868},{"type":"pass","entity":"RhB","entity_type":"corporation","id":1189,"created_at":1716181871,"auto_actions":[{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1716181869},{"type":"pass","entity":"RhB","entity_type":"corporation","created_at":1716181869}]},{"type":"run_routes","entity":"RhB","entity_type":"corporation","id":1191,"created_at":1716181878,"routes":[{"train":"6-0","connections":[["C20","D19"],["D19","C18","C16","D15"],["D15","E14","E12","F11"],["F11","G12","H13"],["H13","I12","J13"]],"hexes":["C20","D19","D15","F11","H13","J13"],"revenue":320,"revenue_str":"C20-D19-D15-F11-H13-J13","nodes":["C20-0","D19-0","D15-0","F11-0","H13-0","J13-0"]},{"train":"5-3","connections":[["I4","I6"],["I6","I8","J9","K10"]],"hexes":["I4","I6","K10"],"revenue":170,"revenue_str":"I4-I6-K10","nodes":["I4-0","I6-0","K10-0"]}],"extra_revenue":0},{"type":"dividend","entity":"RhB","entity_type":"corporation","id":1192,"created_at":1716181880,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":1193,"created_at":1716181884,"auto_actions":[{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716181883},{"type":"pass","entity":"STB","entity_type":"corporation","created_at":1716181883}]},{"type":"run_routes","entity":"STB","entity_type":"corporation","id":1194,"created_at":1716181887,"routes":[{"train":"6-2","connections":[["G14","G12","F11"],["F11","E12","E14","E16","F17"],["F17","G18"],["G18","G20"],["G20","H19","I20","J21","K22"]],"hexes":["G14","F11","F17","G18","G20","K22"],"revenue":310,"revenue_str":"G14-F11-F17-G18-G20-K22","nodes":["G14-0","F11-0","F17-0","G18-0","G20-0","K22-0"]}],"extra_revenue":0},{"type":"dividend","entity":"STB","entity_type":"corporation","id":1195,"created_at":1716181890,"kind":"payout"},{"type":"pass","entity":"STB","entity_type":"corporation","id":1196,"created_at":1716181891},{"type":"pass","entity":"FNM","entity_type":"corporation","id":1199,"created_at":1716181896,"auto_actions":[{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716181895},{"type":"pass","entity":"FNM","entity_type":"corporation","created_at":1716181895}]},{"type":"run_routes","entity":"FNM","entity_type":"corporation","id":1200,"created_at":1716181898,"routes":[{"train":"8E-3","connections":[["F19","F21"],["F21","G20"],["G20","G18"],["G18","F17"],["F17","E18"],["E18","D19"],["D19","C20"]],"hexes":["F19","F21","G20","G18","F17","E18","D19","C20"],"revenue":300,"revenue_str":"F19-F21-G20-G18-F17-E18-D19-C20","nodes":["F19-0","F21-0","G20-0","G18-0","F17-0","E18-0","D19-0","C20-0"]},{"train":"5-1","connections":[["H7","I6"],["I6","I4"],["I4","H3"]],"hexes":["H7","I6","I4","H3"],"revenue":180,"revenue_str":"H7-I6-I4-H3","nodes":["H7-0","I6-0","I4-0","H3-0"]}],"extra_revenue":0},{"type":"dividend","entity":"FNM","entity_type":"corporation","id":1201,"created_at":1716181899,"kind":"payout"},{"type":"pass","entity":"MOB","entity_type":"corporation","id":1202,"user":5630,"created_at":1716181910,"auto_actions":[{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716181909},{"type":"pass","entity":"MOB","entity_type":"corporation","created_at":1716181909}]},{"type":"run_routes","entity":"MOB","entity_type":"corporation","id":1203,"user":5630,"created_at":1716181912,"routes":[{"train":"8E-4","connections":[["C26","D25"],["D25","E24","F25"],["F25","F23","G24","H25"],["H25","H23","H21","H19","H17"],["H17","I16","J17","J15","J13"],["J13","J11"],["J11","K10"],["K10","J9","I8","I6"],["I6","H7"]],"hexes":["C26","D25","F25","H25","H17","J13","J11","K10","I6","H7"],"revenue":360,"revenue_str":"C26-D25-F25-H25-(H17)-J13-(J11)-K10-I6-H7","nodes":["C26-0","D25-0","F25-0","H25-0","H17-0","J13-0","J11-0","K10-0","I6-0","H7-0"]}],"extra_revenue":0},{"type":"dividend","entity":"MOB","entity_type":"corporation","id":1204,"user":5630,"created_at":1716181913,"kind":"payout"}],"loaded":true,"created_at":1716167687,"updated_at":1716181936,"finished_at":1716181936} \ No newline at end of file