From 78bf7399095beacb534bb3728d5435889bd22a23 Mon Sep 17 00:00:00 2001 From: Andrew Zwicky Date: Fri, 5 Jan 2024 17:27:37 -0600 Subject: [PATCH 1/7] Only show eligible shares in the exchange round --- lib/engine/game/g_18_eu/step/final_exchange.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/engine/game/g_18_eu/step/final_exchange.rb b/lib/engine/game/g_18_eu/step/final_exchange.rb index ee279355ed..56867cc84f 100644 --- a/lib/engine/game/g_18_eu/step/final_exchange.rb +++ b/lib/engine/game/g_18_eu/step/final_exchange.rb @@ -98,7 +98,12 @@ def can_discard?(minor) def can_gain?(_entity, bundle, exchange: false) return false unless exchange - bundle.corporation.ipoed + return false unless bundle.corporation.ipoed + + # must take treasury shares if they exist. + return false if (bundle.owner == @game.share_pool) && (bundle.corporation.num_ipo_shares > 0) + + true end def buy_shares(entity, shares, exchange: nil, swap: nil, allow_president_change: true, borrow_from: nil) From 3f2c48543b18e853ed0cf6debf0e00b649615721 Mon Sep 17 00:00:00 2001 From: Andrew Zwicky Date: Fri, 5 Jan 2024 21:33:58 -0600 Subject: [PATCH 2/7] Adding functionality for disallowing token replacement on market shares --- lib/engine/game/g_18_eu/step/final_exchange.rb | 2 +- lib/engine/game/g_18_eu/step/minor_exchange.rb | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/lib/engine/game/g_18_eu/step/final_exchange.rb b/lib/engine/game/g_18_eu/step/final_exchange.rb index 56867cc84f..43a2bf206f 100644 --- a/lib/engine/game/g_18_eu/step/final_exchange.rb +++ b/lib/engine/game/g_18_eu/step/final_exchange.rb @@ -101,7 +101,7 @@ def can_gain?(_entity, bundle, exchange: false) return false unless bundle.corporation.ipoed # must take treasury shares if they exist. - return false if (bundle.owner == @game.share_pool) && (bundle.corporation.num_ipo_shares > 0) + return false if (bundle.owner == @game.share_pool) && bundle.corporation.num_ipo_shares.positive? true end diff --git a/lib/engine/game/g_18_eu/step/minor_exchange.rb b/lib/engine/game/g_18_eu/step/minor_exchange.rb index 7ca0a22f0c..5cda4ec615 100644 --- a/lib/engine/game/g_18_eu/step/minor_exchange.rb +++ b/lib/engine/game/g_18_eu/step/minor_exchange.rb @@ -18,9 +18,10 @@ def exchange?(corporation) end def merge_minor!(minor, corporation, source) - maybe_remove_token(minor, corporation) + maybe_remove_token(minor, corporation, source) if source == corporation + # TODO: differentiate pool stock vs. treasury stock transfer_treasury(minor, corporation) transfer_trains(minor, corporation) else @@ -32,10 +33,15 @@ def merge_minor!(minor, corporation, source) minor.close! unless @round.pending_acquisition end - def maybe_remove_token(minor, corporation) + def maybe_remove_token(minor, corporation, source) return unless corporation return minor.tokens.first.remove! if corporation.placed_tokens.empty? + # if this merge share is coming from somewhere other than a corporation + # i.e. the share pool, don't make a pending acquisition, because + # a share pool exchange does not allow for token replacement. + return if source != corporation + @round.pending_acquisition = { minor: minor, corporation: corporation } end From 56005f4f5f2fc178c1b74adb4f8e1a9f3c79d411 Mon Sep 17 00:00:00 2001 From: Andrew Zwicky Date: Fri, 5 Jan 2024 21:43:49 -0600 Subject: [PATCH 3/7] remove todo comment --- lib/engine/game/g_18_eu/step/minor_exchange.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/engine/game/g_18_eu/step/minor_exchange.rb b/lib/engine/game/g_18_eu/step/minor_exchange.rb index 5cda4ec615..0327586ccd 100644 --- a/lib/engine/game/g_18_eu/step/minor_exchange.rb +++ b/lib/engine/game/g_18_eu/step/minor_exchange.rb @@ -21,7 +21,6 @@ def merge_minor!(minor, corporation, source) maybe_remove_token(minor, corporation, source) if source == corporation - # TODO: differentiate pool stock vs. treasury stock transfer_treasury(minor, corporation) transfer_trains(minor, corporation) else From 892350e8a94f8bd928906f66f083e70decddc280 Mon Sep 17 00:00:00 2001 From: Andrew Zwicky Date: Fri, 5 Jan 2024 21:52:52 -0600 Subject: [PATCH 4/7] formatting test case so changes are easier to see --- .../18EU/auto_pass_already_tokened.json | 7545 ++++++++++++++++- 1 file changed, 7544 insertions(+), 1 deletion(-) diff --git a/public/fixtures/18EU/auto_pass_already_tokened.json b/public/fixtures/18EU/auto_pass_already_tokened.json index 89502efb68..7a66296fa7 100644 --- a/public/fixtures/18EU/auto_pass_already_tokened.json +++ b/public/fixtures/18EU/auto_pass_already_tokened.json @@ -1 +1,7544 @@ -{"status":"finished","actions":[{"type":"bid","entity":1981,"entity_type":"player","id":1,"created_at":1694422289,"minor":"2","price":0},{"type":"pass","entity":11390,"entity_type":"player","id":2,"created_at":1694423676},{"type":"pass","entity":4477,"entity_type":"player","id":3,"created_at":1694425906},{"type":"bid","entity":10481,"entity_type":"player","id":4,"created_at":1694433163,"minor":"2","price":100},{"type":"bid","entity":1981,"entity_type":"player","id":5,"created_at":1694437368,"minor":"2","price":105},{"type":"pass","entity":11390,"entity_type":"player","id":6,"created_at":1694450907},{"type":"bid","minor":"2","price":110,"entity":4477,"entity_type":"player","id":7,"user":4477,"created_at":1694453191},{"type":"undo","entity":10481,"entity_type":"player","id":8,"user":4477,"created_at":1694453200},{"type":"pass","entity":4477,"entity_type":"player","id":9,"created_at":1694453213},{"type":"program_auction_bid","entity":1981,"entity_type":"player","id":10,"created_at":1694497469,"bid_target":"2","enable_maximum_bid":true,"maximum_bid":"105","enable_buy_price":false,"buy_price":"0","auto_pass_after":true},{"type":"bid","entity":10481,"entity_type":"player","id":11,"created_at":1694508480,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1694508478}],"minor":"2","price":110},{"type":"bid","entity":11390,"entity_type":"player","id":12,"created_at":1694511066,"minor":"1","price":0},{"type":"bid","entity":4477,"entity_type":"player","id":13,"created_at":1694526783,"minor":"1","price":100},{"type":"bid","entity":10481,"entity_type":"player","id":14,"created_at":1694539283,"auto_actions":[{"type":"program_disable","entity":1981,"entity_type":"player","created_at":1694539281,"reason":"2 is owned by beardurham"}],"minor":"1","price":105},{"type":"bid","entity":1981,"entity_type":"player","id":15,"created_at":1694540256,"minor":"1","price":115},{"type":"program_auction_bid","entity":1981,"entity_type":"player","id":16,"created_at":1694540275,"bid_target":"1","enable_maximum_bid":false,"maximum_bid":"120","enable_buy_price":false,"buy_price":"0","auto_pass_after":true},{"type":"pass","entity":11390,"entity_type":"player","id":18,"created_at":1694550889},{"type":"pass","entity":4477,"entity_type":"player","id":19,"created_at":1694562153},{"type":"bid","entity":10481,"entity_type":"player","id":20,"created_at":1694601966,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1694601964}],"minor":"1","price":120},{"type":"bid","entity":4477,"entity_type":"player","id":21,"created_at":1694605623,"minor":"12","price":0},{"type":"bid","entity":10481,"entity_type":"player","id":22,"created_at":1694609287,"auto_actions":[{"type":"program_disable","entity":1981,"entity_type":"player","created_at":1694609284,"reason":"1 is owned by beardurham"}],"minor":"12","price":120},{"type":"pass","entity":1981,"entity_type":"player","id":23,"created_at":1694609802},{"type":"pass","entity":11390,"entity_type":"player","id":24,"created_at":1694617981},{"type":"pass","entity":4477,"entity_type":"player","id":25,"created_at":1694634163},{"type":"bid","entity":10481,"entity_type":"player","id":26,"created_at":1694634641,"minor":"8","price":0},{"type":"program_auction_bid","entity":10481,"entity_type":"player","id":27,"created_at":1694634702,"bid_target":"8","enable_maximum_bid":false,"maximum_bid":"0","enable_buy_price":false,"buy_price":"0","auto_pass_after":true},{"type":"program_auction_bid","entity":1981,"entity_type":"player","id":28,"created_at":1694641902,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1694641891}],"bid_target":"8","enable_maximum_bid":false,"maximum_bid":"100","enable_buy_price":true,"buy_price":"80","auto_pass_after":false},{"type":"pass","entity":11390,"entity_type":"player","id":29,"created_at":1694655634},{"type":"pass","entity":4477,"entity_type":"player","id":30,"created_at":1694688432,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1694688433}]},{"type":"pass","entity":11390,"entity_type":"player","id":31,"created_at":1694710277},{"type":"pass","entity":4477,"entity_type":"player","id":32,"created_at":1694713782,"auto_actions":[{"type":"bid","entity":1981,"entity_type":"player","created_at":1694713783,"minor":"8","price":80},{"type":"program_disable","entity":1981,"entity_type":"player","created_at":1694713783,"reason":"8 is owned by daveb"}]},{"type":"bid","entity":1981,"entity_type":"player","id":33,"created_at":1694716805,"minor":"6","price":0},{"type":"pass","entity":11390,"entity_type":"player","id":34,"created_at":1694722066},{"type":"pass","entity":4477,"entity_type":"player","id":35,"created_at":1694726257},{"type":"program_auction_bid","entity":1981,"entity_type":"player","id":36,"created_at":1694726868,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1694726867}],"bid_target":"6","enable_maximum_bid":false,"maximum_bid":"90","enable_buy_price":true,"buy_price":"70","auto_pass_after":false},{"type":"pass","entity":11390,"entity_type":"player","id":37,"created_at":1694728538},{"type":"pass","entity":4477,"entity_type":"player","id":38,"created_at":1694729097,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1694729098}]},{"type":"pass","entity":11390,"entity_type":"player","id":39,"created_at":1694729706},{"type":"pass","entity":4477,"entity_type":"player","auto_actions":[{"type":"bid","minor":"6","price":70,"entity":1981,"created_at":1694730068,"entity_type":"player"}],"id":40,"user":4477,"created_at":1694730067},{"type":"undo","entity":11390,"entity_type":"player","id":41,"user":4477,"created_at":1694730090},{"type":"pass","entity":4477,"entity_type":"player","id":42,"created_at":1694730094,"auto_actions":[{"type":"bid","entity":1981,"entity_type":"player","created_at":1694730094,"minor":"6","price":70}]},{"type":"bid","entity":11390,"entity_type":"player","id":43,"created_at":1694734015,"minor":"13","price":0},{"type":"pass","entity":4477,"entity_type":"player","id":44,"created_at":1694735529,"auto_actions":[{"type":"program_disable","entity":1981,"entity_type":"player","created_at":1694735529,"reason":"6 is owned by daveb"}]},{"type":"bid","entity":1981,"entity_type":"player","id":45,"created_at":1694756829,"minor":"13","price":100},{"type":"pass","entity":11390,"entity_type":"player","id":46,"user":11390,"created_at":1694769963},{"type":"undo","entity":4477,"entity_type":"player","id":47,"user":11390,"created_at":1694770017},{"type":"pass","entity":11390,"entity_type":"player","id":48,"created_at":1694770170},{"type":"pass","entity":4477,"entity_type":"player","id":49,"user":4477,"created_at":1694777001},{"type":"undo","entity":4477,"entity_type":"player","id":50,"user":4477,"created_at":1694777005},{"type":"bid","entity":4477,"entity_type":"player","id":51,"created_at":1694777011,"minor":"13","price":105},{"type":"bid","entity":1981,"entity_type":"player","id":52,"created_at":1694778969,"minor":"13","price":110},{"type":"bid","entity":4477,"entity_type":"player","id":53,"created_at":1694783310,"minor":"13","price":115},{"type":"pass","entity":1981,"entity_type":"player","id":54,"created_at":1694794211},{"type":"bid","entity":4477,"entity_type":"player","id":55,"created_at":1694795626,"minor":"4","price":0},{"type":"pass","entity":1981,"entity_type":"player","id":56,"created_at":1694797806},{"type":"pass","entity":11390,"entity_type":"player","id":57,"created_at":1694797892},{"type":"pass","entity":4477,"entity_type":"player","id":58,"created_at":1694800705},{"type":"program_auction_bid","entity":1981,"entity_type":"player","id":59,"created_at":1694801707,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1694801707}],"bid_target":"4","enable_maximum_bid":false,"maximum_bid":"90","enable_buy_price":true,"buy_price":"50","auto_pass_after":false},{"type":"pass","entity":11390,"entity_type":"player","id":60,"created_at":1694808620},{"type":"pass","entity":4477,"entity_type":"player","id":61,"created_at":1694810660,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1694810660}]},{"type":"bid","entity":11390,"entity_type":"player","id":62,"created_at":1694811605,"auto_actions":[{"type":"program_disable","entity":10481,"entity_type":"player","created_at":1694811605,"reason":"8 is owned by daveb"}],"minor":"4","price":80},{"type":"bid","entity":10481,"entity_type":"player","id":63,"created_at":1694851582,"auto_actions":[{"type":"program_disable","entity":1981,"entity_type":"player","created_at":1694851579,"reason":"4 is owned by WaltzTangoFoxtrot"}],"minor":"5","price":0},{"type":"program_auction_bid","entity":10481,"entity_type":"player","id":64,"created_at":1694851612,"bid_target":"5","enable_maximum_bid":false,"maximum_bid":"1","enable_buy_price":false,"buy_price":"0","auto_pass_after":true},{"type":"program_auction_bid","entity":1981,"entity_type":"player","id":65,"created_at":1694859810,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1694859809}],"bid_target":"5","enable_maximum_bid":false,"maximum_bid":"100","enable_buy_price":true,"buy_price":"60","auto_pass_after":false},{"type":"pass","entity":11390,"entity_type":"player","id":66,"created_at":1694863791},{"type":"pass","entity":4477,"entity_type":"player","id":67,"created_at":1694870636,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1694870636}]},{"type":"pass","entity":11390,"entity_type":"player","id":68,"created_at":1694876485},{"type":"pass","entity":4477,"entity_type":"player","id":69,"created_at":1694880075,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1694880076}]},{"type":"pass","entity":11390,"entity_type":"player","id":70,"created_at":1694882154},{"type":"pass","entity":4477,"entity_type":"player","id":71,"created_at":1694890953,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1694890954}]},{"type":"bid","minor":"5","price":70,"entity":11390,"entity_type":"player","auto_actions":[{"type":"program_disable","entity":1981,"reason":"5 is owned by WaltzTangoFoxtrot","created_at":1694895714,"entity_type":"player"}],"id":72,"user":11390,"created_at":1694895714},{"type":"undo","entity":1981,"entity_type":"player","id":73,"user":11390,"created_at":1694895721},{"type":"pass","entity":11390,"entity_type":"player","id":74,"created_at":1694895723},{"type":"bid","minor":"5","price":70,"entity":4477,"entity_type":"player","auto_actions":[{"type":"program_disable","entity":1981,"reason":"5 is owned by Trigo","created_at":1694896294,"entity_type":"player"}],"id":75,"user":4477,"created_at":1694896294},{"type":"undo","entity":1981,"entity_type":"player","id":76,"user":4477,"created_at":1694896372},{"type":"pass","entity":4477,"entity_type":"player","id":77,"created_at":1694896374,"auto_actions":[{"type":"bid","entity":1981,"entity_type":"player","created_at":1694896375,"minor":"5","price":60},{"type":"program_disable","entity":1981,"entity_type":"player","created_at":1694896375,"reason":"5 is owned by daveb"}]},{"type":"bid","entity":1981,"entity_type":"player","id":78,"created_at":1694898334,"minor":"7","price":0},{"type":"pass","entity":11390,"entity_type":"player","id":79,"created_at":1694899546},{"type":"pass","entity":4477,"entity_type":"player","id":80,"created_at":1694901735},{"type":"pass","entity":1981,"entity_type":"player","id":81,"created_at":1694934218},{"type":"pass","entity":11390,"entity_type":"player","id":82,"created_at":1694952532},{"type":"pass","entity":4477,"entity_type":"player","id":83,"user":4477,"created_at":1694958461},{"type":"undo","entity":1981,"entity_type":"player","id":84,"user":4477,"created_at":1694958469},{"type":"bid","entity":4477,"entity_type":"player","id":85,"created_at":1694958472,"minor":"7","price":90},{"type":"bid","entity":11390,"entity_type":"player","id":86,"created_at":1694958918,"minor":"11","price":0},{"type":"pass","entity":4477,"entity_type":"player","id":87,"created_at":1694964329},{"type":"pass","entity":1981,"entity_type":"player","id":88,"created_at":1694965170},{"type":"pass","entity":11390,"entity_type":"player","id":89,"created_at":1694966575},{"type":"pass","entity":4477,"entity_type":"player","id":90,"created_at":1694969782},{"type":"pass","entity":1981,"entity_type":"player","id":91,"created_at":1694970143},{"type":"pass","entity":11390,"entity_type":"player","id":92,"created_at":1694977874},{"type":"pass","entity":4477,"entity_type":"player","id":93,"created_at":1694980726},{"type":"pass","entity":1981,"entity_type":"player","id":94,"created_at":1694980786},{"type":"pass","entity":11390,"entity_type":"player","id":95,"created_at":1694986727},{"type":"pass","entity":4477,"entity_type":"player","id":96,"created_at":1694987609},{"type":"pass","entity":1981,"entity_type":"player","id":97,"created_at":1695016770},{"type":"bid","entity":11390,"entity_type":"player","id":98,"created_at":1695029621,"minor":"11","price":60},{"type":"bid","entity":4477,"entity_type":"player","id":99,"created_at":1695047155,"minor":"14","price":0},{"type":"pass","entity":1981,"entity_type":"player","id":100,"created_at":1695049106},{"type":"pass","entity":11390,"entity_type":"player","id":101,"created_at":1695059771},{"type":"pass","entity":4477,"entity_type":"player","id":102,"created_at":1695060879},{"type":"pass","entity":1981,"entity_type":"player","id":103,"created_at":1695061958},{"type":"pass","entity":11390,"entity_type":"player","id":104,"created_at":1695063374},{"type":"bid","entity":4477,"entity_type":"player","id":105,"created_at":1695065710,"auto_actions":[{"type":"program_disable","entity":10481,"entity_type":"player","created_at":1695065711,"reason":"5 is owned by daveb"}],"minor":"14","price":80},{"type":"bid","entity":10481,"entity_type":"player","id":106,"created_at":1695110897,"minor":"15","price":0},{"type":"program_auction_bid","entity":1981,"entity_type":"player","id":107,"created_at":1695115446,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1695115445}],"bid_target":"15","enable_maximum_bid":false,"maximum_bid":"100","enable_buy_price":true,"buy_price":"70","auto_pass_after":false},{"type":"pass","entity":11390,"entity_type":"player","id":108,"created_at":1695116412,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1695116412}]},{"type":"pass","entity":11390,"entity_type":"player","id":109,"created_at":1695116528,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1695116528}]},{"type":"pass","entity":11390,"entity_type":"player","id":110,"created_at":1695116933,"auto_actions":[{"type":"bid","entity":1981,"entity_type":"player","created_at":1695116933,"minor":"15","price":70},{"type":"program_disable","entity":1981,"entity_type":"player","created_at":1695116933,"reason":"15 is owned by daveb"}]},{"type":"bid","entity":1981,"entity_type":"player","id":111,"created_at":1695126889,"minor":"3","price":0},{"type":"program_auction_bid","entity":1981,"entity_type":"player","id":112,"created_at":1695126908,"bid_target":"3","enable_maximum_bid":false,"maximum_bid":"100","enable_buy_price":true,"buy_price":"70","auto_pass_after":false},{"type":"pass","entity":11390,"entity_type":"player","id":113,"created_at":1695132504},{"type":"pass","entity":11390,"entity_type":"player","id":114,"created_at":1695132506},{"type":"pass","entity":11390,"entity_type":"player","auto_actions":[{"type":"bid","minor":"3","price":70,"entity":1981,"created_at":1695132517,"entity_type":"player"}],"id":115,"user":11390,"created_at":1695132517},{"type":"undo","entity":11390,"entity_type":"player","id":116,"user":11390,"created_at":1695132520},{"type":"pass","entity":11390,"entity_type":"player","auto_actions":[{"type":"bid","minor":"3","price":70,"entity":1981,"created_at":1695132591,"entity_type":"player"}],"id":117,"user":11390,"created_at":1695132591},{"type":"undo","entity":11390,"entity_type":"player","id":118,"user":11390,"created_at":1695132609},{"type":"bid","entity":11390,"entity_type":"player","id":119,"created_at":1695132743,"minor":"3","price":80},{"type":"bid","minor":"9","price":0,"entity":11390,"entity_type":"player","id":120,"user":11390,"created_at":1695132751},{"type":"pass","entity":11390,"entity_type":"player","id":121,"user":11390,"created_at":1695132753},{"type":"bid","minor":"9","price":80,"entity":11390,"entity_type":"player","id":122,"user":11390,"created_at":1695132764},{"type":"undo","entity":4477,"entity_type":"player","id":123,"user":11390,"created_at":1695132910},{"type":"undo","entity":11390,"entity_type":"player","id":124,"user":11390,"created_at":1695132912},{"type":"undo","entity":11390,"entity_type":"player","id":125,"user":11390,"created_at":1695132916},{"type":"bid","entity":11390,"entity_type":"player","id":126,"created_at":1695132925,"minor":"9","price":0},{"type":"pass","entity":11390,"entity_type":"player","id":127,"created_at":1695132927},{"type":"pass","entity":11390,"entity_type":"player","id":128,"created_at":1695132928},{"type":"bid","entity":11390,"entity_type":"player","id":129,"created_at":1695132939,"minor":"9","price":70},{"type":"bid","minor":"10","price":0,"entity":4477,"entity_type":"player","auto_actions":[{"type":"program_disable","entity":1981,"reason":"3 is owned by WaltzTangoFoxtrot","created_at":1695134103,"entity_type":"player"}],"id":130,"user":4477,"created_at":1695134102},{"type":"undo","entity":1981,"entity_type":"player","id":131,"user":4477,"created_at":1695134132},{"type":"bid","entity":4477,"entity_type":"player","id":132,"created_at":1695134135,"auto_actions":[{"type":"program_disable","entity":1981,"entity_type":"player","created_at":1695134136,"reason":"3 is owned by WaltzTangoFoxtrot"}],"minor":"10","price":0},{"type":"bid","entity":1981,"entity_type":"player","id":133,"created_at":1695134269,"minor":"10","price":70},{"type":"lay_tile","entity":"1","entity_type":"minor","id":134,"created_at":1695135157,"hex":"B9","tile":"9-0","rotation":1},{"type":"lay_tile","entity":"1","entity_type":"minor","id":135,"created_at":1695135168,"hex":"C8","tile":"201-0","rotation":1},{"type":"run_routes","entity":"1","entity_type":"minor","id":136,"created_at":1695135175,"routes":[{"train":"2-0","connections":[["A10","B9","C8"]],"hexes":["A10","C8"],"revenue":70,"revenue_str":"A10-C8","nodes":["A10-0","C8-0"]}],"extra_revenue":0},{"type":"pass","entity":"1","entity_type":"minor","id":137,"created_at":1695135182},{"type":"lay_tile","entity":"2","entity_type":"minor","id":138,"created_at":1695135202,"hex":"B7","tile":"4-0","rotation":2},{"type":"pass","entity":"2","entity_type":"minor","id":139,"created_at":1695135205},{"type":"run_routes","entity":"2","entity_type":"minor","id":140,"created_at":1695135211,"routes":[{"train":"2-1","connections":[["A10","B9","C8"],["C8","B7"]],"hexes":["A10","C8","B7"],"revenue":80,"revenue_str":"A10-C8-B7","nodes":["A10-0","C8-0","B7-0"]}],"extra_revenue":0},{"type":"pass","entity":"2","entity_type":"minor","id":141,"created_at":1695135216},{"type":"lay_tile","entity":"3","entity_type":"minor","id":142,"created_at":1695139722,"hex":"B11","tile":"8-0","rotation":0},{"type":"lay_tile","entity":"3","entity_type":"minor","id":143,"created_at":1695139728,"hex":"B13","tile":"4-1","rotation":0},{"type":"run_routes","entity":"3","entity_type":"minor","id":144,"created_at":1695139742,"routes":[{"train":"2-2","connections":[["A10","B11","B13"]],"hexes":["B13","A10"],"revenue":50,"revenue_str":"B13-A10","nodes":["A10-1","B13-0"]}],"extra_revenue":0},{"type":"pass","entity":"3","entity_type":"minor","id":145,"created_at":1695139746},{"type":"lay_tile","entity":"4","entity_type":"minor","id":146,"created_at":1695139897,"hex":"J7","tile":"201-1","rotation":3},{"type":"lay_tile","entity":"4","entity_type":"minor","id":147,"created_at":1695139900,"hex":"K6","tile":"9-1","rotation":1},{"type":"lay_tile","entity":"5","entity_type":"minor","id":148,"created_at":1695140807,"hex":"H19","tile":"201-2","rotation":0},{"type":"lay_tile","entity":"5","entity_type":"minor","id":149,"created_at":1695140809,"hex":"G20","tile":"58-0","rotation":2},{"type":"run_routes","entity":"5","entity_type":"minor","id":150,"created_at":1695140830,"routes":[{"train":"2-4","connections":[["H19","G20"]],"hexes":["H19","G20"],"revenue":40,"revenue_str":"H19-G20","nodes":["H19-0","G20-0"]}],"extra_revenue":0},{"type":"pass","entity":"5","entity_type":"minor","id":151,"created_at":1695140843},{"type":"lay_tile","entity":"6","entity_type":"minor","id":152,"created_at":1695140878,"hex":"K12","tile":"3-0","rotation":5},{"type":"lay_tile","entity":"6","entity_type":"minor","id":153,"created_at":1695140883,"hex":"L13","tile":"9-2","rotation":2},{"type":"run_routes","entity":"6","entity_type":"minor","id":154,"created_at":1695140888,"routes":[{"train":"2-5","connections":[["K14","K12"]],"hexes":["K14","K12"],"revenue":40,"revenue_str":"K14-K12","nodes":["K14-1","K12-0"]}],"extra_revenue":0},{"type":"pass","entity":"6","entity_type":"minor","id":155,"created_at":1695140891},{"hex":"I6","tile":"9-3","type":"lay_tile","entity":"7","rotation":1,"entity_type":"minor","id":156,"user":4477,"created_at":1695143033},{"hex":"H7","tile":"3-1","type":"lay_tile","entity":"7","rotation":4,"entity_type":"minor","id":157,"user":4477,"created_at":1695143067},{"type":"run_routes","entity":"7","routes":[{"hexes":["H7","J5"],"nodes":["J5-1","H7-0"],"train":"2-6","revenue":40,"connections":[["J5","I6","H7"]],"revenue_str":"H7-J5"}],"entity_type":"minor","extra_revenue":0,"id":158,"user":4477,"created_at":1695143074},{"type":"pass","entity":"7","entity_type":"minor","id":159,"user":4477,"created_at":1695143083},{"type":"undo","entity":"8","entity_type":"minor","id":160,"user":4477,"created_at":1695143097},{"type":"undo","entity":"7","entity_type":"minor","id":161,"user":4477,"created_at":1695143099},{"type":"undo","entity":"7","action_id":155,"entity_type":"minor","id":162,"user":4477,"created_at":1695143105},{"type":"lay_tile","entity":"7","entity_type":"minor","id":163,"created_at":1695143110,"hex":"I6","tile":"8-1","rotation":4},{"type":"lay_tile","entity":"7","entity_type":"minor","id":164,"created_at":1695143116,"hex":"I8","tile":"58-1","rotation":1},{"type":"run_routes","entity":"7","entity_type":"minor","id":165,"created_at":1695143123,"routes":[{"train":"2-6","connections":[["J5","I6","I8"]],"hexes":["I8","J5"],"revenue":40,"revenue_str":"I8-J5","nodes":["J5-1","I8-0"]}],"extra_revenue":0},{"type":"pass","entity":"7","entity_type":"minor","id":166,"created_at":1695143126},{"type":"lay_tile","entity":"8","entity_type":"minor","id":167,"created_at":1695149491,"hex":"M16","tile":"202-0","rotation":3},{"type":"lay_tile","entity":"8","entity_type":"minor","id":168,"created_at":1695149493,"hex":"M14","tile":"8-2","rotation":0},{"type":"run_routes","entity":"8","entity_type":"minor","id":169,"created_at":1695149500,"routes":[{"train":"2-7","connections":[["N17","M16"],["M16","M14","L13","K12"]],"hexes":["N17","M16","K12"],"revenue":70,"revenue_str":"N17-M16-K12","nodes":["N17-0","M16-0","K12-0"]}],"extra_revenue":0},{"type":"pass","entity":"8","entity_type":"minor","id":170,"created_at":1695149502},{"type":"lay_tile","entity":"9","entity_type":"minor","id":171,"created_at":1695149829,"hex":"K4","tile":"58-2","rotation":5},{"type":"lay_tile","entity":"9","entity_type":"minor","id":172,"created_at":1695149831,"hex":"L5","tile":"3-1","rotation":1},{"type":"run_routes","entity":"9","entity_type":"minor","id":173,"created_at":1695149848,"routes":[{"train":"2-8","connections":[["L5","K6","J7"],["K4","L5"],["J5","K4"]],"hexes":["J7","L5","K4","J5"],"revenue":80,"revenue_str":"J7-L5-K4-J5","nodes":["L5-0","J7-0","K4-0","J5-0"]}],"extra_revenue":0},{"type":"pass","entity":"9","entity_type":"minor","id":174,"created_at":1695149856},{"type":"lay_tile","entity":"10","entity_type":"minor","id":175,"created_at":1695149932,"hex":"E18","tile":"202-1","rotation":5},{"type":"lay_tile","entity":"10","entity_type":"minor","id":176,"created_at":1695149935,"hex":"F19","tile":"9-3","rotation":2},{"type":"run_routes","entity":"10","entity_type":"minor","id":177,"created_at":1695149940,"routes":[{"train":"2-9","connections":[["E18","F19","G20"],["G20","H19"]],"hexes":["E18","G20","H19"],"revenue":70,"revenue_str":"E18-G20-H19","nodes":["E18-0","G20-0","H19-0"]}],"extra_revenue":0},{"type":"pass","entity":"10","entity_type":"minor","id":178,"created_at":1695149947},{"type":"lay_tile","entity":"11","entity_type":"minor","id":179,"created_at":1695150304,"hex":"J17","tile":"9-4","rotation":1},{"type":"lay_tile","entity":"11","entity_type":"minor","id":180,"created_at":1695150316,"hex":"I18","tile":"57-0","rotation":1},{"type":"run_routes","entity":"11","entity_type":"minor","id":181,"created_at":1695150345,"routes":[{"train":"2-10","connections":[["K14","K16","J17","I18"]],"hexes":["I18","K14"],"revenue":50,"revenue_str":"I18-K14","nodes":["K14-0","I18-0"]}],"extra_revenue":0},{"type":"pass","entity":"11","entity_type":"minor","id":182,"created_at":1695150346},{"type":"lay_tile","entity":"12","entity_type":"minor","id":183,"created_at":1695189979,"hex":"D3","tile":"202-2","rotation":3},{"hex":"E4","tile":"8-3","type":"lay_tile","entity":"12","rotation":0,"entity_type":"minor","id":184,"user":10481,"created_at":1695189990},{"type":"undo","entity":"12","entity_type":"minor","id":185,"user":10481,"created_at":1695189994},{"type":"lay_tile","entity":"12","entity_type":"minor","id":186,"created_at":1695190001,"hex":"E4","tile":"8-3","rotation":2},{"type":"run_routes","entity":"12","entity_type":"minor","id":187,"created_at":1695190016,"routes":[{"train":"2-11","connections":[["D3","D1"]],"hexes":["D3","D1"],"revenue":40,"revenue_str":"D3-D1","nodes":["D3-0","D1-0"]}],"extra_revenue":0},{"type":"pass","entity":"12","entity_type":"minor","id":188,"created_at":1695190026},{"type":"lay_tile","entity":"13","entity_type":"minor","id":189,"created_at":1695215527,"hex":"G12","tile":"201-3","rotation":2},{"type":"lay_tile","entity":"13","entity_type":"minor","id":190,"created_at":1695215532,"hex":"G10","tile":"58-3","rotation":4},{"type":"run_routes","entity":"13","entity_type":"minor","id":191,"created_at":1695215540,"routes":[{"train":"2-12","connections":[["G12","G10"]],"hexes":["G10","G12"],"revenue":40,"revenue_str":"G10-G12","nodes":["G12-0","G10-0"]}],"extra_revenue":0},{"type":"pass","entity":"13","entity_type":"minor","id":192,"created_at":1695215543},{"type":"lay_tile","entity":"14","entity_type":"minor","id":193,"created_at":1695215552,"hex":"D13","tile":"202-3","rotation":4},{"type":"lay_tile","entity":"14","entity_type":"minor","id":194,"created_at":1695215558,"hex":"E12","tile":"4-2","rotation":1},{"type":"run_routes","entity":"14","entity_type":"minor","id":195,"created_at":1695215564,"routes":[{"train":"2-13","connections":[["D13","E12"]],"hexes":["E12","D13"],"revenue":40,"revenue_str":"E12-D13","nodes":["D13-0","E12-0"]}],"extra_revenue":0},{"type":"pass","entity":"14","entity_type":"minor","id":196,"created_at":1695215566},{"type":"lay_tile","entity":"15","entity_type":"minor","id":197,"created_at":1695216660,"hex":"B17","tile":"202-4","rotation":1},{"type":"lay_tile","entity":"15","entity_type":"minor","id":198,"created_at":1695216663,"hex":"B15","tile":"9-5","rotation":0},{"type":"run_routes","entity":"15","entity_type":"minor","id":199,"created_at":1695216669,"routes":[{"train":"2-14","connections":[["B17","B15","B13"],["B13","B11","A10"]],"hexes":["B17","B13","A10"],"revenue":80,"revenue_str":"B17-B13-A10","nodes":["B17-0","B13-0","A10-1"]}],"extra_revenue":0},{"type":"pass","entity":"15","entity_type":"minor","id":200,"created_at":1695216941},{"type":"pass","entity":"1","entity_type":"minor","id":201,"created_at":1695230803},{"type":"run_routes","entity":"1","entity_type":"minor","id":202,"created_at":1695230842,"routes":[{"train":"2-0","connections":[["A10","B9","C8"]],"hexes":["A10","C8"],"revenue":70,"revenue_str":"A10-C8","nodes":["A10-0","C8-0"]}],"extra_revenue":0},{"type":"pass","entity":"1","entity_type":"minor","id":203,"created_at":1695230847},{"type":"pass","entity":"2","entity_type":"minor","id":204,"created_at":1695230860},{"type":"run_routes","entity":"2","entity_type":"minor","id":205,"created_at":1695230872,"routes":[{"train":"2-1","connections":[["A10","B9","C8"],["C8","B7"]],"hexes":["A10","C8","B7"],"revenue":80,"revenue_str":"A10-C8-B7","nodes":["A10-0","C8-0","B7-0"]}],"extra_revenue":0},{"type":"pass","entity":"2","entity_type":"minor","id":206,"created_at":1695230877},{"type":"pass","entity":"3","entity_type":"minor","id":207,"created_at":1695242543},{"type":"run_routes","entity":"3","entity_type":"minor","id":208,"created_at":1695242548,"routes":[{"train":"2-2","connections":[["A10","B11","B13"],["B13","B15","B17"]],"hexes":["A10","B13","B17"],"revenue":80,"revenue_str":"A10-B13-B17","nodes":["A10-1","B13-0","B17-0"]}],"extra_revenue":0},{"type":"pass","entity":"3","entity_type":"minor","id":209,"created_at":1695242553},{"type":"pass","entity":"4","entity_type":"minor","id":210,"created_at":1695242564},{"type":"run_routes","entity":"4","entity_type":"minor","id":211,"created_at":1695242571,"routes":[{"train":"2-3","connections":[["K4","J5"],["L5","K4"],["J7","K6","L5"]],"hexes":["J5","K4","L5","J7"],"revenue":80,"revenue_str":"J5-K4-L5-J7","nodes":["K4-0","J5-0","L5-0","J7-0"]}],"extra_revenue":0},{"type":"pass","entity":"4","entity_type":"minor","id":212,"created_at":1695242573},{"type":"undo","entity":"5","entity_type":"minor","id":213,"user":11390,"created_at":1695242640},{"type":"undo","entity":"4","entity_type":"minor","id":214,"user":11390,"created_at":1695242641},{"type":"undo","entity":"4","entity_type":"minor","id":215,"user":11390,"created_at":1695242650},{"type":"undo","entity":"4","entity_type":"minor","id":216,"user":11390,"created_at":1695242654},{"type":"undo","entity":"3","entity_type":"minor","id":217,"user":11390,"created_at":1695242655},{"type":"redo","entity":"3","entity_type":"minor","id":218,"user":11390,"created_at":1695242659},{"type":"redo","entity":"3","entity_type":"minor","id":219,"user":11390,"created_at":1695242659},{"type":"redo","entity":"4","entity_type":"minor","id":220,"user":11390,"created_at":1695242660},{"type":"redo","entity":"4","entity_type":"minor","id":221,"user":11390,"created_at":1695242660},{"type":"redo","entity":"4","entity_type":"minor","id":222,"user":11390,"created_at":1695242662},{"type":"lay_tile","entity":"5","entity_type":"minor","id":223,"created_at":1695244211,"hex":"H21","tile":"8-4","rotation":1},{"type":"run_routes","entity":"5","entity_type":"minor","id":224,"created_at":1695244225,"routes":[{"train":"2-4","connections":[["G22","H21","H19"],["H19","G20"]],"hexes":["G22","H19","G20"],"revenue":70,"revenue_str":"G22-H19-G20","nodes":["G22-0","H19-0","G20-0"]}],"extra_revenue":0},{"type":"pass","entity":"5","entity_type":"minor","id":225,"created_at":1695244241},{"type":"pass","entity":"6","entity_type":"minor","id":226,"created_at":1695244263},{"type":"run_routes","entity":"6","entity_type":"minor","id":227,"created_at":1695244269,"routes":[{"train":"2-5","connections":[["K14","K12"],["K12","L13","M14","M16"]],"hexes":["K14","K12","M16"],"revenue":70,"revenue_str":"K14-K12-M16","nodes":["K14-1","K12-0","M16-0"]}],"extra_revenue":0},{"type":"pass","entity":"6","entity_type":"minor","id":228,"created_at":1695244274},{"type":"lay_tile","entity":"7","entity_type":"minor","id":229,"created_at":1695245730,"hex":"H9","tile":"9-6","rotation":1},{"type":"run_routes","entity":"7","entity_type":"minor","id":230,"created_at":1695245735,"routes":[{"train":"2-6","connections":[["J5","I6","I8"],["I8","H9","G10"],["G10","G12"]],"hexes":["J5","I8","G10","G12"],"revenue":80,"revenue_str":"J5-I8-G10-G12","nodes":["J5-1","I8-0","G10-0","G12-0"]}],"extra_revenue":0},{"type":"pass","entity":"7","entity_type":"minor","id":231,"created_at":1695245742},{"type":"pass","entity":"8","entity_type":"minor","id":232,"created_at":1695246038},{"type":"run_routes","entity":"8","entity_type":"minor","id":233,"created_at":1695246042,"routes":[{"train":"2-7","connections":[["N17","M16"],["M16","M14","L13","K12"]],"hexes":["N17","M16","K12"],"revenue":70,"revenue_str":"N17-M16-K12","nodes":["N17-0","M16-0","K12-0"]}],"extra_revenue":0},{"type":"pass","entity":"8","entity_type":"minor","id":234,"created_at":1695246044},{"type":"pass","entity":"9","entity_type":"minor","id":235,"created_at":1695246132},{"type":"run_routes","entity":"9","entity_type":"minor","id":236,"created_at":1695246142,"routes":[{"train":"2-8","connections":[["L5","K6","J7"],["K4","L5"],["J5","K4"]],"hexes":["J7","L5","K4","J5"],"revenue":80,"revenue_str":"J7-L5-K4-J5","nodes":["L5-0","J7-0","K4-0","J5-0"]}],"extra_revenue":0},{"type":"pass","entity":"9","entity_type":"minor","id":237,"created_at":1695246146},{"type":"lay_tile","entity":"10","entity_type":"minor","id":238,"created_at":1695246157,"hex":"D19","tile":"57-1","rotation":1},{"type":"run_routes","entity":"10","entity_type":"minor","id":239,"created_at":1695246176,"routes":[{"train":"2-9","connections":[["E18","F19","G20"],["G20","H19"]],"hexes":["E18","G20","H19"],"revenue":70,"revenue_str":"E18-G20-H19","nodes":["E18-0","G20-0","H19-0"]}],"extra_revenue":0},{"type":"pass","entity":"10","entity_type":"minor","id":240,"created_at":1695246188},{"type":"pass","entity":"11","entity_type":"minor","id":241,"created_at":1695248740},{"type":"run_routes","entity":"11","entity_type":"minor","id":242,"created_at":1695248744,"routes":[{"train":"2-10","connections":[["K14","K16","J17","I18"]],"hexes":["K14","I18"],"revenue":50,"revenue_str":"K14-I18","nodes":["K14-0","I18-0"]}],"extra_revenue":0},{"type":"pass","entity":"11","entity_type":"minor","id":243,"created_at":1695248748},{"type":"lay_tile","entity":"12","entity_type":"minor","id":244,"created_at":1695291241,"hex":"F3","tile":"4-3","rotation":1},{"type":"run_routes","entity":"12","entity_type":"minor","id":245,"created_at":1695291253,"routes":[{"train":"2-11","connections":[["G2","F3"],["F3","E4","D3"],["D3","D1"]],"hexes":["G2","F3","D3","D1"],"revenue":80,"revenue_str":"G2-F3-D3-D1","nodes":["G2-0","F3-0","D3-0","D1-0"]}],"extra_revenue":0},{"type":"pass","entity":"12","entity_type":"minor","id":246,"created_at":1695291268},{"type":"lay_tile","entity":"13","entity_type":"minor","id":247,"created_at":1695301939,"hex":"F11","tile":"58-4","rotation":5},{"type":"run_routes","entity":"13","entity_type":"minor","id":248,"created_at":1695301948,"routes":[{"train":"2-12","connections":[["F11","E12"],["G12","F11"],["G12","G10"],["G10","H9","I8"],["I8","I6","J5"]],"hexes":["E12","F11","G12","G10","I8","J5"],"revenue":100,"revenue_str":"E12-F11-G12-G10-I8-J5","nodes":["F11-0","E12-0","G12-0","G10-0","I8-0","J5-1"]}],"extra_revenue":0},{"type":"pass","entity":"13","entity_type":"minor","id":249,"created_at":1695301959},{"type":"lay_tile","entity":"14","entity_type":"minor","id":250,"created_at":1695301968,"hex":"D15","tile":"58-5","rotation":1},{"type":"run_routes","entity":"14","entity_type":"minor","id":251,"created_at":1695301978,"routes":[{"train":"2-13","connections":[["D13","D15"],["D13","E12"],["E12","F11"],["F11","G12"]],"hexes":["D15","D13","E12","F11","G12"],"revenue":90,"revenue_str":"D15-D13-E12-F11-G12","nodes":["D13-0","D15-0","E12-0","F11-0","G12-0"]}],"extra_revenue":0},{"type":"pass","entity":"14","entity_type":"minor","id":252,"created_at":1695301985},{"type":"lay_tile","entity":"15","entity_type":"minor","id":253,"created_at":1695302590,"hex":"A18","tile":"7-0","rotation":4},{"type":"run_routes","entity":"15","entity_type":"minor","id":254,"created_at":1695302596,"routes":[{"train":"2-14","connections":[["B17","B15","B13"],["B13","B11","A10"]],"hexes":["B17","B13","A10"],"revenue":80,"revenue_str":"B17-B13-A10","nodes":["B17-0","B13-0","A10-1"]}],"extra_revenue":0},{"type":"pass","entity":"15","entity_type":"minor","id":255,"created_at":1695302609},{"type":"par","entity":10481,"entity_type":"player","id":256,"created_at":1695305100,"corporation":"BNR","share_price":"70,4,2"},{"type":"place_token","entity":"BNR","entity_type":"corporation","id":257,"created_at":1695305129,"city":"201-0-0","slot":0,"tokener":"BNR"},{"type":"par","entity":1981,"entity_type":"player","id":258,"created_at":1695308076,"corporation":"AIRS","share_price":"100,2,4"},{"type":"place_token","entity":"AIRS","entity_type":"corporation","id":259,"created_at":1695308084,"city":"K14-0-1","slot":0,"tokener":"AIRS"},{"type":"par","entity":11390,"entity_type":"player","id":260,"created_at":1695318706,"corporation":"FS","share_price":"70,4,2"},{"type":"place_token","entity":"FS","entity_type":"corporation","id":261,"created_at":1695318711,"city":"201-1-0","slot":0,"tokener":"FS"},{"type":"par","entity":4477,"entity_type":"player","id":262,"created_at":1695320929,"corporation":"DR","share_price":"82,3,3"},{"type":"place_token","entity":"DR","entity_type":"corporation","id":263,"created_at":1695320933,"city":"201-3-0","slot":0,"tokener":"DR"},{"type":"buy_shares","entity":10481,"entity_type":"player","id":264,"created_at":1695323940,"shares":["BNR_2"],"percent":10},{"type":"buy_shares","entity":"8","entity_type":"minor","id":265,"created_at":1695324142,"shares":["AIRS_2"],"percent":10},{"type":"place_token","entity":"AIRS","entity_type":"corporation","id":266,"created_at":1695324158,"city":"202-0-0","slot":0,"tokener":"AIRS"},{"type":"buy_shares","entity":11390,"shares":["FS_2"],"percent":10,"entity_type":"player","id":267,"user":11390,"created_at":1695327678},{"type":"undo","entity":4477,"entity_type":"player","id":268,"user":11390,"created_at":1695327683},{"type":"buy_shares","entity":11390,"entity_type":"player","id":269,"created_at":1695327691,"shares":["FS_2"],"percent":10},{"type":"buy_shares","entity":"14","entity_type":"minor","id":270,"created_at":1695328572,"shares":["DR_2"],"percent":10},{"type":"place_token","entity":"DR","entity_type":"corporation","id":271,"created_at":1695328582,"city":"202-3-0","slot":0,"tokener":"DR"},{"type":"buy_shares","entity":"1","entity_type":"minor","id":272,"created_at":1695371741,"shares":["BNR_3"],"percent":10},{"type":"place_token","entity":"BNR","entity_type":"corporation","id":273,"created_at":1695371831,"city":"A10-0-0","slot":0,"tokener":"BNR"},{"type":"buy_shares","entity":1981,"entity_type":"player","id":274,"created_at":1695378814,"shares":["AIRS_3"],"percent":10},{"type":"buy_shares","entity":11390,"entity_type":"player","id":275,"created_at":1695392032,"shares":["FS_3"],"percent":10},{"type":"buy_shares","entity":4477,"entity_type":"player","id":276,"created_at":1695394843,"shares":["DR_3"],"percent":10},{"type":"pass","entity":10481,"entity_type":"player","id":277,"created_at":1695396773,"auto_actions":[{"type":"pass","entity":1981,"entity_type":"player","created_at":1695396772}]},{"type":"pass","entity":11390,"entity_type":"player","id":278,"created_at":1695399626},{"type":"program_share_pass","entity":4477,"entity_type":"player","id":279,"created_at":1695403319,"auto_actions":[{"type":"pass","entity":4477,"entity_type":"player","created_at":1695403318}],"unconditional":false,"indefinite":false},{"type":"pass","entity":"3","entity_type":"minor","id":280,"created_at":1695406475},{"type":"run_routes","entity":"3","entity_type":"minor","id":281,"created_at":1695406480,"routes":[{"train":"2-2","connections":[["A10","B11","B13"],["B13","B15","B17"]],"hexes":["A10","B13","B17"],"revenue":80,"revenue_str":"A10-B13-B17","nodes":["A10-1","B13-0","B17-0"]}],"extra_revenue":0},{"type":"pass","entity":"3","entity_type":"minor","id":282,"created_at":1695406505},{"type":"pass","entity":"5","entity_type":"minor","id":283,"created_at":1695411933},{"type":"run_routes","entity":"5","entity_type":"minor","id":284,"created_at":1695411936,"routes":[{"train":"2-4","connections":[["G22","H21","H19"],["H19","G20"]],"hexes":["G22","H19","G20"],"revenue":70,"revenue_str":"G22-H19-G20","nodes":["G22-0","H19-0","G20-0"]}],"extra_revenue":0},{"type":"pass","entity":"5","entity_type":"minor","id":285,"created_at":1695411938},{"type":"pass","entity":"7","entity_type":"minor","id":286,"created_at":1695413669},{"type":"run_routes","entity":"7","entity_type":"minor","id":287,"created_at":1695413672,"routes":[{"train":"2-6","connections":[["J5","I6","I8"],["I8","H9","G10"],["G10","G12"]],"hexes":["J5","I8","G10","G12"],"revenue":80,"revenue_str":"J5-I8-G10-G12","nodes":["J5-1","I8-0","G10-0","G12-0"]}],"extra_revenue":0},{"type":"pass","entity":"7","entity_type":"minor","id":288,"created_at":1695413676},{"type":"pass","entity":"9","entity_type":"minor","id":289,"created_at":1695414239},{"type":"run_routes","entity":"9","entity_type":"minor","id":290,"created_at":1695414242,"routes":[{"train":"2-8","connections":[["L5","K6","J7"],["K4","L5"],["J5","K4"]],"hexes":["J7","L5","K4","J5"],"revenue":80,"revenue_str":"J7-L5-K4-J5","nodes":["L5-0","J7-0","K4-0","J5-0"]}],"extra_revenue":0},{"type":"buy_train","price":1,"train":"2-3","entity":"9","entity_type":"minor","id":291,"user":11390,"created_at":1695414389},{"type":"undo","entity":"10","entity_type":"minor","id":292,"user":11390,"created_at":1695414392},{"type":"buy_train","entity":"9","entity_type":"minor","id":293,"created_at":1695414403,"train":"2-2","price":96},{"type":"lay_tile","entity":"10","entity_type":"minor","id":294,"created_at":1695414985,"hex":"C20","tile":"58-6","rotation":2},{"type":"run_routes","entity":"10","entity_type":"minor","id":295,"created_at":1695414995,"routes":[{"train":"2-9","connections":[["E18","F19","G20"],["G20","H19"]],"hexes":["E18","G20","H19"],"revenue":70,"revenue_str":"E18-G20-H19","nodes":["E18-0","G20-0","H19-0"]}],"extra_revenue":0},{"type":"pass","entity":"10","entity_type":"minor","id":296,"created_at":1695415007},{"type":"pass","entity":"11","entity_type":"minor","id":297,"created_at":1695416879},{"type":"run_routes","entity":"11","entity_type":"minor","id":298,"created_at":1695416883,"routes":[{"train":"2-10","connections":[["K14","K16","J17","I18"]],"hexes":["K14","I18"],"revenue":50,"revenue_str":"K14-I18","nodes":["K14-0","I18-0"]}],"extra_revenue":0},{"type":"pass","entity":"11","entity_type":"minor","id":299,"user":11390,"created_at":1695416933},{"type":"undo","entity":"12","entity_type":"minor","id":300,"user":11390,"created_at":1695416958},{"type":"buy_train","entity":"11","entity_type":"minor","id":301,"created_at":1695416998,"train":"2-2","price":14},{"type":"lay_tile","entity":"12","entity_type":"minor","id":302,"created_at":1695453544,"hex":"G4","tile":"8-5","rotation":1},{"type":"run_routes","entity":"12","entity_type":"minor","id":303,"created_at":1695453551,"routes":[{"train":"2-11","connections":[["G2","F3"],["F3","E4","D3"],["D3","D1"]],"hexes":["G2","F3","D3","D1"],"revenue":80,"revenue_str":"G2-F3-D3-D1","nodes":["G2-0","F3-0","D3-0","D1-0"]}],"extra_revenue":0},{"type":"pass","entity":"12","entity_type":"minor","id":304,"created_at":1695453558},{"type":"lay_tile","entity":"15","entity_type":"minor","id":305,"created_at":1695456666,"hex":"B19","tile":"57-2","rotation":2},{"type":"run_routes","entity":"15","entity_type":"minor","id":306,"created_at":1695456670,"routes":[{"train":"2-14","connections":[["B17","B15","B13"],["B13","B11","A10"]],"hexes":["B17","B13","A10"],"revenue":80,"revenue_str":"B17-B13-A10","nodes":["B17-0","B13-0","A10-1"]}],"extra_revenue":0},{"type":"buy_train","entity":"15","entity_type":"minor","id":307,"created_at":1695456732,"train":"2-4","price":115},{"type":"pass","entity":"AIRS","entity_type":"corporation","id":308,"created_at":1695456736},{"type":"run_routes","entity":"AIRS","entity_type":"corporation","id":309,"created_at":1695456740,"routes":[{"train":"2-7","connections":[["M16","N17"]],"hexes":["M16","N17"],"revenue":60,"revenue_str":"M16-N17","nodes":["M16-0","N17-0"]},{"train":"2-5","connections":[["K14","K12"],["K12","L13","M14","M16"]],"hexes":["K14","K12","M16"],"revenue":70,"revenue_str":"K14-K12-M16","nodes":["K14-1","K12-0","M16-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AIRS","entity_type":"corporation","id":310,"created_at":1695456743,"kind":"half"},{"type":"buy_train","entity":"AIRS","entity_type":"corporation","id":311,"created_at":1695456745,"train":"3-0","price":200,"variant":"3"},{"type":"buy_train","entity":"AIRS","entity_type":"corporation","id":312,"created_at":1695456745,"train":"3-1","price":200,"variant":"3"},{"type":"lay_tile","entity":"DR","entity_type":"corporation","id":313,"created_at":1695475146,"hex":"G12","tile":"577-0","rotation":3},{"type":"run_routes","entity":"DR","entity_type":"corporation","id":314,"created_at":1695475185,"routes":[{"train":"2-12","connections":[["I8","I6","J5"],["G10","H9","I8"],["G12","G10"]],"hexes":["J5","I8","G10","G12"],"revenue":90,"revenue_str":"J5-I8-G10-G12","nodes":["I8-0","J5-1","G10-0","G12-0"]},{"train":"2-13","connections":[["D13","D15"],["E12","D13"],["F11","E12"],["G12","F11"]],"hexes":["D15","D13","E12","F11","G12"],"revenue":100,"revenue_str":"D15-D13-E12-F11-G12","nodes":["D13-0","D15-0","E12-0","F11-0","G12-0"]}],"extra_revenue":0},{"type":"dividend","entity":"DR","entity_type":"corporation","id":315,"created_at":1695475186,"kind":"payout"},{"type":"buy_train","entity":"DR","entity_type":"corporation","id":316,"created_at":1695475188,"train":"3-2","price":200,"variant":"3"},{"type":"buy_train","entity":"DR","entity_type":"corporation","id":317,"created_at":1695475210,"train":"P-0","price":100,"variant":"P"},{"type":"lay_tile","entity":"BNR","entity_type":"corporation","id":318,"created_at":1695498187,"hex":"C8","tile":"576-0","rotation":1},{"type":"run_routes","entity":"BNR","entity_type":"corporation","id":319,"created_at":1695498249,"routes":[{"train":"2-1","connections":[["B7","A6"],["C8","B7"]],"hexes":["A6","B7","C8"],"revenue":90,"revenue_str":"A6-B7-C8","nodes":["B7-0","A6-0","C8-0"]},{"train":"2-0","connections":[["C8","B9","A10"]],"hexes":["A10","C8"],"revenue":80,"revenue_str":"A10-C8","nodes":["C8-0","A10-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BNR","entity_type":"corporation","id":320,"created_at":1695498256,"kind":"payout"},{"type":"buy_train","entity":"BNR","entity_type":"corporation","id":321,"created_at":1695498289,"train":"3-3","price":200,"variant":"3"},{"type":"pass","entity":"BNR","entity_type":"corporation","id":322,"created_at":1695498330},{"type":"lay_tile","entity":"FS","entity_type":"corporation","id":323,"created_at":1695499870,"hex":"J5","tile":"581-0","rotation":0},{"type":"run_routes","entity":"FS","entity_type":"corporation","id":324,"created_at":1695499906,"routes":[{"train":"2-3","connections":[["K4","J5"],["L5","K4"],["J7","K6","L5"]],"hexes":["J5","K4","L5","J7"],"revenue":100,"revenue_str":"J5-K4-L5-J7","nodes":["K4-0","J5-2","L5-0","J7-0"]}],"extra_revenue":0},{"kind":"payout","type":"dividend","entity":"FS","entity_type":"corporation","id":325,"user":11390,"created_at":1695499913},{"type":"buy_train","price":200,"train":"3-4","entity":"FS","variant":"3","entity_type":"corporation","id":326,"user":11390,"created_at":1695499922},{"type":"pass","entity":"FS","entity_type":"corporation","id":327,"user":11390,"created_at":1695499924},{"type":"pass","entity":"3","entity_type":"minor","id":328,"user":11390,"created_at":1695499927},{"type":"undo","entity":"3","entity_type":"minor","id":329,"user":11390,"created_at":1695499929},{"type":"pass","entity":"3","entity_type":"minor","id":330,"user":11390,"created_at":1695499940},{"type":"undo","entity":"3","entity_type":"minor","id":331,"user":11390,"created_at":1695499950},{"type":"undo","entity":"3","entity_type":"minor","id":332,"user":11390,"created_at":1695499951},{"type":"undo","entity":"FS","entity_type":"corporation","id":333,"user":11390,"created_at":1695499957},{"type":"buy_train","price":1,"train":"2-2","entity":"FS","entity_type":"corporation","id":334,"user":11390,"created_at":1695499968},{"type":"undo","entity":"FS","entity_type":"corporation","id":335,"user":11390,"created_at":1695500010},{"type":"undo","entity":"FS","entity_type":"corporation","id":336,"user":11390,"created_at":1695500010},{"kind":"payout","type":"dividend","entity":"FS","entity_type":"corporation","id":337,"user":11390,"created_at":1695500012},{"type":"buy_train","price":200,"train":"3-4","entity":"FS","variant":"3","entity_type":"corporation","id":338,"user":11390,"created_at":1695500013},{"type":"pass","entity":"FS","entity_type":"corporation","id":339,"user":11390,"created_at":1695500017},{"type":"pass","entity":"3","entity_type":"minor","id":340,"user":11390,"created_at":1695500020},{"type":"undo","entity":"3","entity_type":"minor","id":341,"user":11390,"created_at":1695500041},{"type":"undo","entity":"3","entity_type":"minor","id":342,"user":11390,"created_at":1695500042},{"type":"undo","entity":"FS","entity_type":"corporation","id":343,"user":11390,"created_at":1695500066},{"type":"undo","entity":"FS","entity_type":"corporation","id":344,"user":11390,"created_at":1695500072},{"type":"dividend","entity":"FS","entity_type":"corporation","id":345,"created_at":1695500151,"kind":"payout"},{"type":"buy_train","entity":"FS","entity_type":"corporation","id":346,"created_at":1695500199,"train":"2-2","price":1},{"type":"pass","entity":"FS","entity_type":"corporation","id":347,"created_at":1695500202},{"type":"pass","entity":"3","entity_type":"minor","id":348,"created_at":1695500208},{"type":"buy_train","entity":"3","entity_type":"minor","id":349,"created_at":1695500210,"train":"3-4","price":200,"variant":"3"},{"type":"pass","entity":"3","entity_type":"minor","id":350,"user":11390,"created_at":1695500211},{"type":"undo","entity":"5","entity_type":"minor","id":351,"user":11390,"created_at":1695500231},{"type":"pass","entity":"3","entity_type":"minor","id":352,"created_at":1695500306},{"type":"pass","entity":"5","entity_type":"minor","id":353,"created_at":1695500725},{"type":"buy_train","entity":"5","entity_type":"minor","id":354,"created_at":1695500741,"train":"3-0","price":205},{"type":"pass","entity":"7","entity_type":"minor","id":355,"created_at":1695501779},{"type":"run_routes","entity":"7","entity_type":"minor","id":356,"created_at":1695501782,"routes":[{"train":"2-6","connections":[["J5","I6","I8"],["I8","H9","G10"],["G10","G12"]],"hexes":["J5","I8","G10","G12"],"revenue":110,"revenue_str":"J5-I8-G10-G12","nodes":["J5-0","I8-0","G10-0","G12-0"]}],"extra_revenue":0},{"type":"buy_train","entity":"7","entity_type":"minor","id":357,"created_at":1695501964,"train":"3-2","price":130},{"type":"pass","entity":"9","entity_type":"minor","id":358,"created_at":1695502010},{"type":"run_routes","entity":"9","entity_type":"minor","id":359,"created_at":1695502014,"routes":[{"train":"2-8","connections":[["L5","K6","J7"],["K4","L5"],["J5","K4"]],"hexes":["J7","L5","K4","J5"],"revenue":100,"revenue_str":"J7-L5-K4-J5","nodes":["L5-0","J7-0","K4-0","J5-2"]}],"extra_revenue":0},{"type":"buy_train","entity":"9","entity_type":"minor","id":360,"created_at":1695502036,"train":"2-2","price":87},{"type":"pass","entity":"10","entity_type":"minor","id":361,"created_at":1695502240},{"type":"run_routes","entity":"10","entity_type":"minor","id":362,"created_at":1695502242,"routes":[{"train":"2-9","connections":[["E18","F19","G20"],["G20","H19"]],"hexes":["E18","G20","H19"],"revenue":70,"revenue_str":"E18-G20-H19","nodes":["E18-0","G20-0","H19-0"]}],"extra_revenue":0},{"type":"pass","entity":"10","entity_type":"minor","id":363,"created_at":1695502679},{"type":"pass","entity":"11","entity_type":"minor","id":364,"created_at":1695505890},{"type":"run_routes","entity":"11","entity_type":"minor","id":365,"created_at":1695505892,"routes":[{"train":"2-10","connections":[["K14","K16","J17","I18"]],"hexes":["K14","I18"],"revenue":50,"revenue_str":"K14-I18","nodes":["K14-0","I18-0"]}],"extra_revenue":0},{"type":"buy_train","entity":"11","entity_type":"minor","id":366,"created_at":1695506094,"train":"2-2","price":1},{"type":"lay_tile","entity":"12","entity_type":"minor","id":367,"created_at":1695509046,"hex":"F5","tile":"9-7","rotation":1},{"type":"run_routes","entity":"12","entity_type":"minor","id":368,"created_at":1695509052,"routes":[{"train":"2-11","connections":[["G2","F3"],["F3","E4","D3"],["D3","D1"]],"hexes":["G2","F3","D3","D1"],"revenue":80,"revenue_str":"G2-F3-D3-D1","nodes":["G2-0","F3-0","D3-0","D1-0"]}],"extra_revenue":0},{"type":"pass","entity":"12","entity_type":"minor","id":369,"created_at":1695509067},{"type":"pass","entity":"15","entity_type":"minor","id":370,"created_at":1695538597},{"type":"run_routes","entity":"15","entity_type":"minor","id":371,"created_at":1695538618,"routes":[{"train":"2-4","connections":[["B17","A18","B19"],["B19","C20"]],"hexes":["B17","B19","C20"],"revenue":60,"revenue_str":"B17-B19-C20","nodes":["B17-0","B19-0","C20-0"]},{"train":"2-14","connections":[["B17","B15","B13"],["B13","B11","A10"]],"hexes":["B17","B13","A10"],"revenue":80,"revenue_str":"B17-B13-A10","nodes":["B17-0","B13-0","A10-1"]}],"extra_revenue":0},{"type":"lay_tile","entity":"AIRS","entity_type":"corporation","id":372,"created_at":1695538775,"hex":"K14","tile":"581-1","rotation":1},{"type":"run_routes","entity":"AIRS","entity_type":"corporation","id":373,"created_at":1695538791,"routes":[{"train":"3-1","connections":[["M16","M14","L13","K12"]],"hexes":["M16","K12"],"revenue":40,"revenue_str":"M16-K12","nodes":["M16-0","K12-0"]},{"train":"2-7","connections":[["K14","K12"]],"hexes":["K14","K12"],"revenue":60,"revenue_str":"K14-K12","nodes":["K14-1","K12-0"]},{"train":"2-5","connections":[["M16","N17"]],"hexes":["M16","N17"],"revenue":60,"revenue_str":"M16-N17","nodes":["M16-0","N17-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AIRS","entity_type":"corporation","id":374,"created_at":1695538796,"kind":"payout"},{"type":"buy_train","entity":"AIRS","entity_type":"corporation","id":375,"created_at":1695538798,"train":"4-0","price":300,"variant":"4"},{"type":"pass","entity":"AIRS","entity_type":"corporation","id":376,"created_at":1695538849},{"type":"pass","entity":"AIRS","entity_type":"corporation","id":377,"created_at":1695544253},{"type":"lay_tile","entity":"DR","entity_type":"corporation","id":378,"created_at":1695567311,"hex":"C16","tile":"58-7","rotation":2},{"type":"buy_train","entity":"DR","entity_type":"corporation","id":379,"created_at":1695567315,"train":"4-1","price":300,"variant":"4"},{"type":"pass","entity":"DR","entity_type":"corporation","id":380,"created_at":1695567323},{"type":"lay_tile","entity":"BNR","entity_type":"corporation","id":381,"created_at":1695576465,"hex":"D7","tile":"57-3","rotation":1},{"type":"pass","entity":"BNR","entity_type":"corporation","id":382,"created_at":1695576481},{"type":"run_routes","entity":"BNR","entity_type":"corporation","id":383,"created_at":1695576491,"routes":[{"train":"3-3","connections":[["A10","B9","C8"],["C8","B7"],["B7","A6"]],"hexes":["A10","C8","B7","A6"],"revenue":130,"revenue_str":"A10-C8-B7-A6","nodes":["A10-0","C8-0","B7-0","A6-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BNR","entity_type":"corporation","id":384,"created_at":1695576522,"kind":"withhold"},{"type":"pass","entity":"BNR","entity_type":"corporation","id":385,"created_at":1695576530},{"type":"sell_shares","entity":"BNR","entity_type":"corporation","id":386,"created_at":1695576552,"shares":["BNR_4"],"percent":10},{"type":"lay_tile","entity":"FS","entity_type":"corporation","id":387,"created_at":1695578833,"hex":"J7","tile":"577-1","rotation":4},{"type":"buy_train","entity":"FS","entity_type":"corporation","id":388,"created_at":1695578840,"train":"4-2","price":300,"variant":"4"},{"type":"pass","entity":"FS","entity_type":"corporation","id":389,"created_at":1695578844},{"type":"pass","entity":"FS","entity_type":"corporation","id":390,"created_at":1695578854},{"type":"buy_shares","entity":10481,"entity_type":"player","id":391,"created_at":1695593500,"shares":["BNR_4"],"percent":10},{"type":"par","entity":1981,"entity_type":"player","id":392,"created_at":1695621370,"corporation":"SNCF","share_price":"100,2,4"},{"type":"place_token","entity":"SNCF","entity_type":"corporation","id":393,"created_at":1695621376,"city":"202-4-0","slot":0,"tokener":"SNCF"},{"type":"buy_shares","entity":"3","shares":["SNCF_2"],"percent":10,"entity_type":"minor","id":394,"user":11390,"created_at":1695633830},{"type":"undo","entity":"SNCF","entity_type":"corporation","id":395,"user":11390,"created_at":1695633846},{"type":"buy_shares","entity":11390,"shares":["BNR_5"],"percent":10,"entity_type":"player","id":396,"user":11390,"created_at":1695633945},{"type":"undo","entity":4477,"entity_type":"player","id":397,"user":11390,"created_at":1695633966},{"type":"buy_shares","entity":11390,"entity_type":"player","id":398,"created_at":1695633972,"shares":["AIRS_4"],"percent":10},{"type":"buy_shares","entity":4477,"shares":["DR_4"],"percent":10,"entity_type":"player","id":399,"user":4477,"created_at":1695648281},{"type":"undo","entity":10481,"entity_type":"player","id":400,"user":4477,"created_at":1695648298},{"type":"buy_shares","entity":4477,"shares":["AIRS_5"],"percent":10,"entity_type":"player","id":401,"user":4477,"created_at":1695648301},{"type":"undo","entity":10481,"entity_type":"player","id":402,"user":4477,"created_at":1695648306},{"type":"buy_shares","entity":4477,"entity_type":"player","id":403,"created_at":1695648315,"shares":["DR_4"],"percent":10},{"type":"buy_shares","entity":10481,"entity_type":"player","id":404,"created_at":1695667406,"shares":["DR_5"],"percent":10},{"type":"buy_shares","entity":"10","entity_type":"minor","id":405,"created_at":1695676657,"shares":["SNCF_2"],"percent":10},{"type":"place_token","entity":"SNCF","entity_type":"corporation","id":406,"created_at":1695676669,"city":"202-1-0","slot":0,"tokener":"SNCF"},{"type":"buy_shares","entity":11390,"entity_type":"player","id":407,"created_at":1695681054,"shares":["BNR_5"],"percent":10},{"type":"program_share_pass","entity":4477,"entity_type":"player","id":408,"created_at":1695681269,"auto_actions":[{"type":"pass","entity":4477,"entity_type":"player","created_at":1695681270}],"unconditional":false,"indefinite":false},{"type":"pass","entity":10481,"entity_type":"player","id":409,"created_at":1695681635},{"type":"buy_shares","entity":"5","entity_type":"minor","id":410,"created_at":1695708585,"shares":["SNCF_3"],"percent":10},{"type":"pass","entity":"SNCF","entity_type":"corporation","id":411,"created_at":1695708593},{"type":"buy_shares","entity":11390,"entity_type":"player","id":412,"created_at":1695752647,"auto_actions":[{"type":"pass","entity":4477,"entity_type":"player","created_at":1695752646}],"shares":["BNR_6"],"percent":10},{"type":"pass","entity":10481,"entity_type":"player","id":413,"user":10481,"created_at":1695754100},{"type":"undo","entity":1981,"entity_type":"player","id":414,"user":10481,"created_at":1695754115},{"type":"pass","entity":10481,"entity_type":"player","id":415,"created_at":1695754287},{"type":"buy_shares","entity":1981,"entity_type":"player","id":416,"created_at":1695756006,"shares":["DR_6"],"percent":10},{"type":"program_buy_shares","entity":1981,"entity_type":"player","id":417,"created_at":1695756709,"corporation":"FS","until_condition":1,"from_market":false,"auto_pass_after":false},{"type":"program_buy_shares","entity":1981,"entity_type":"player","id":418,"created_at":1695756716,"corporation":"FS","until_condition":1,"from_market":false,"auto_pass_after":true},{"type":"pass","entity":11390,"entity_type":"player","id":419,"created_at":1695758833,"auto_actions":[{"type":"pass","entity":4477,"entity_type":"player","created_at":1695758833}]},{"type":"pass","entity":10481,"entity_type":"player","id":420,"created_at":1695762224,"auto_actions":[{"type":"buy_shares","entity":1981,"entity_type":"player","created_at":1695762222,"shares":["FS_4"],"percent":10}]},{"type":"pass","entity":11390,"entity_type":"player","id":421,"created_at":1695767399,"auto_actions":[{"type":"pass","entity":4477,"entity_type":"player","created_at":1695767397}]},{"type":"pass","entity":10481,"entity_type":"player","id":422,"created_at":1695768450,"auto_actions":[{"type":"program_disable","entity":1981,"entity_type":"player","created_at":1695768448,"reason":"1 share(s) bought in FS, end condition met"},{"type":"program_share_pass","entity":1981,"entity_type":"player","created_at":1695768448,"unconditional":false,"indefinite":false},{"type":"pass","entity":1981,"entity_type":"player","created_at":1695768448}]},{"type":"pass","entity":"3","entity_type":"minor","id":423,"created_at":1695777918},{"type":"run_routes","entity":"3","entity_type":"minor","id":424,"created_at":1695777938,"routes":[{"train":"3-4","connections":[["B13","B15","B17"],["A10","B11","B13"]],"hexes":["B17","B13","A10"],"revenue":80,"revenue_str":"B17-B13-A10","nodes":["B13-0","B17-0","A10-1"]}],"extra_revenue":0},{"type":"pass","entity":"7","entity_type":"minor","id":425,"created_at":1695777998},{"type":"run_routes","entity":"7","entity_type":"minor","id":426,"created_at":1695778005,"routes":[{"train":"3-2","connections":[["G10","G12"],["I8","H9","G10"],["J5","I6","I8"],["J7","J5"]],"hexes":["G12","G10","I8","J5","J7"],"revenue":150,"revenue_str":"G12-G10-I8-J5-J7","nodes":["G10-0","G12-0","I8-0","J5-0","J7-0"]}],"extra_revenue":0},{"type":"pass","entity":"9","entity_type":"minor","id":427,"created_at":1695781179},{"type":"pass","entity":"9","entity_type":"minor","id":428,"created_at":1695781184},{"type":"pass","entity":"11","entity_type":"minor","id":429,"created_at":1695781187},{"type":"pass","entity":"11","entity_type":"minor","id":430,"created_at":1695781188},{"type":"lay_tile","entity":"12","entity_type":"minor","id":431,"created_at":1695802553,"hex":"E6","tile":"57-4","rotation":1},{"type":"buy_train","price":1,"train":"3-3","entity":"12","entity_type":"minor","id":432,"user":10481,"created_at":1695802722},{"type":"undo","entity":"AIRS","entity_type":"corporation","id":433,"user":10481,"created_at":1695802739},{"type":"buy_train","entity":"12","entity_type":"minor","id":434,"created_at":1695802808,"train":"3-3","price":40},{"type":"lay_tile","entity":"AIRS","entity_type":"corporation","id":435,"created_at":1695812148,"hex":"L13","tile":"83-0","rotation":2},{"type":"run_routes","entity":"AIRS","entity_type":"corporation","id":436,"created_at":1695812165,"routes":[{"train":"4-0","connections":[["K14","K12"]],"hexes":["K14","K12"],"revenue":60,"revenue_str":"K14-K12","nodes":["K14-1","K12-0"]},{"train":"3-1","connections":[["K14","L13","M14","M16"],["M16","N17"]],"hexes":["K14","M16","N17"],"revenue":110,"revenue_str":"K14-M16-N17","nodes":["K14-1","M16-0","N17-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AIRS","entity_type":"corporation","id":437,"created_at":1695812173,"kind":"payout"},{"type":"buy_train","price":100,"train":"P-1","entity":"AIRS","variant":"P","entity_type":"corporation","id":438,"user":1981,"created_at":1695812255},{"type":"sell_shares","entity":"AIRS","shares":["AIRS_5","AIRS_6","AIRS_7","AIRS_8"],"percent":40,"entity_type":"corporation","id":439,"user":1981,"created_at":1695812410},{"hex":"B11","tile":"83-1","type":"lay_tile","entity":"SNCF","rotation":3,"entity_type":"corporation","id":440,"user":1981,"created_at":1695812423},{"city":"57-2-0","slot":0,"type":"place_token","entity":"SNCF","tokener":"SNCF","entity_type":"corporation","id":441,"user":1981,"created_at":1695812445},{"type":"run_routes","entity":"SNCF","routes":[{"hexes":["A10","B13","B17","B19","C20"],"nodes":["A10-1","B13-0","B17-0","B19-0","C20-0"],"train":"3-0","revenue":110,"connections":[["A10","B11","B13"],["B13","B15","B17"],["B17","A18","B19"],["B19","C20"]],"revenue_str":"A10-B13-B17-B19-C20"}],"entity_type":"corporation","extra_revenue":0,"id":442,"user":1981,"created_at":1695812464},{"kind":"payout","type":"dividend","entity":"SNCF","entity_type":"corporation","id":443,"user":1981,"created_at":1695812468},{"type":"undo","entity":"SNCF","entity_type":"corporation","id":444,"user":1981,"created_at":1695812912},{"type":"undo","entity":"SNCF","entity_type":"corporation","id":445,"user":1981,"created_at":1695812914},{"type":"undo","entity":"SNCF","entity_type":"corporation","id":446,"user":1981,"created_at":1695812915},{"type":"undo","entity":"SNCF","entity_type":"corporation","id":447,"user":1981,"created_at":1695812916},{"type":"undo","entity":"SNCF","entity_type":"corporation","id":448,"user":1981,"created_at":1695812919},{"type":"undo","entity":"AIRS","entity_type":"corporation","id":449,"user":1981,"created_at":1695812921},{"type":"pass","entity":"AIRS","entity_type":"corporation","id":450,"created_at":1695812925},{"type":"sell_shares","entity":"AIRS","entity_type":"corporation","id":451,"created_at":1695812927,"shares":["AIRS_5","AIRS_6","AIRS_7","AIRS_8"],"percent":40},{"type":"lay_tile","entity":"SNCF","entity_type":"corporation","id":452,"created_at":1695812941,"hex":"B11","tile":"83-1","rotation":3},{"city":"57-2-0","slot":0,"type":"place_token","entity":"SNCF","tokener":"SNCF","entity_type":"corporation","id":453,"user":1981,"created_at":1695812945},{"type":"undo","entity":"SNCF","entity_type":"corporation","id":454,"user":1981,"created_at":1695812994},{"type":"pass","entity":"SNCF","entity_type":"corporation","id":455,"created_at":1695812995},{"type":"run_routes","entity":"SNCF","entity_type":"corporation","id":456,"created_at":1695813001,"routes":[{"train":"3-0","connections":[["A10","B11","B13"],["B13","B15","B17"],["B17","A18","B19"],["B19","C20"]],"hexes":["A10","B13","B17","B19","C20"],"revenue":110,"revenue_str":"A10-B13-B17-B19-C20","nodes":["A10-1","B13-0","B17-0","B19-0","C20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SNCF","entity_type":"corporation","id":457,"created_at":1695813002,"kind":"payout"},{"type":"buy_train","entity":"SNCF","entity_type":"corporation","id":458,"created_at":1695813007,"train":"4-3","price":300,"variant":"4"},{"type":"pass","entity":"SNCF","entity_type":"corporation","id":459,"created_at":1695813013},{"type":"lay_tile","entity":"DR","entity_type":"corporation","id":460,"created_at":1695813283,"hex":"B15","tile":"83-2","rotation":0},{"type":"run_routes","entity":"DR","entity_type":"corporation","id":461,"created_at":1695813307,"routes":[{"train":"4-1","connections":[["B13","B11","A10"],["C16","B15","B13"],["D15","C16"],["D13","D15"],["E12","D13"],["F11","E12"],["G12","F11"],["G10","G12"],["I8","H9","G10"],["J5","I6","I8"]],"hexes":["A10","B13","C16","D15","D13","E12","F11","G12","G10","I8","J5"],"revenue":230,"revenue_str":"A10-B13-C16-D15-D13-E12-F11-G12-G10-I8-J5","nodes":["B13-0","A10-1","C16-0","D15-0","D13-0","E12-0","F11-0","G12-0","G10-0","I8-0","J5-0"]}],"extra_revenue":0},{"type":"dividend","entity":"DR","entity_type":"corporation","id":462,"created_at":1695813309,"kind":"payout"},{"type":"buy_train","entity":"DR","entity_type":"corporation","id":463,"created_at":1695813334,"train":"3-2","price":1},{"type":"pass","entity":"DR","entity_type":"corporation","id":464,"created_at":1695813357},{"type":"pass","entity":"DR","entity_type":"corporation","id":465,"created_at":1695813368},{"type":"lay_tile","entity":"FS","entity_type":"corporation","id":466,"created_at":1695846289,"hex":"I8","tile":"142-0","rotation":4},{"type":"run_routes","entity":"FS","entity_type":"corporation","id":467,"created_at":1695846339,"routes":[{"train":"4-2","connections":[["G10","G12"],["I8","H9","G10"],["J7","I8"],["L5","K6","J7"],["K4","L5"],["K4","J5"]],"hexes":["G12","G10","I8","J7","L5","K4","J5"],"revenue":170,"revenue_str":"G12-G10-I8-J7-L5-K4-J5","nodes":["G10-0","G12-0","I8-0","J7-0","L5-0","K4-0","J5-2"]}],"extra_revenue":0},{"type":"dividend","entity":"FS","entity_type":"corporation","id":468,"created_at":1695846350,"kind":"payout"},{"type":"buy_train","entity":"FS","entity_type":"corporation","id":469,"created_at":1695850359,"train":"P-0","price":100,"variant":"P"},{"type":"pass","entity":"FS","entity_type":"corporation","id":470,"created_at":1695850361},{"type":"pass","entity":"FS","entity_type":"corporation","id":471,"created_at":1695850368},{"type":"lay_tile","entity":"BNR","entity_type":"corporation","id":472,"created_at":1695888145,"hex":"D7","tile":"14-0","rotation":1},{"type":"pass","entity":"BNR","entity_type":"corporation","id":473,"created_at":1695888179},{"type":"buy_train","entity":"BNR","entity_type":"corporation","id":474,"created_at":1695888190,"train":"5-0","price":500,"variant":"5"},{"type":"pass","entity":"BNR","entity_type":"corporation","id":475,"created_at":1695888193},{"type":"pass","entity":"BNR","entity_type":"corporation","id":476,"created_at":1695888199},{"type":"pass","entity":"3","entity_type":"minor","id":477,"created_at":1695892586},{"type":"run_routes","entity":"3","entity_type":"minor","id":478,"created_at":1695892597,"routes":[{"train":"3-4","connections":[["D15","D13"],["C16","D15"],["B13","B15","C16"],["A10","B11","B13"]],"hexes":["D13","D15","C16","B13","A10"],"revenue":100,"revenue_str":"D13-D15-C16-B13-A10","nodes":["D15-0","D13-0","C16-0","B13-0","A10-1"]}],"extra_revenue":0},{"type":"pass","entity":"7","entity_type":"minor","id":482,"created_at":1696976277},{"type":"buy_train","entity":"7","entity_type":"minor","id":483,"created_at":1696976288,"train":"3-2","price":101},{"type":"pass","entity":"9","entity_type":"minor","id":484,"created_at":1696979949},{"type":"pass","entity":"9","entity_type":"minor","id":485,"user":11390,"created_at":1696979950},{"type":"undo","entity":"11","entity_type":"minor","id":486,"user":11390,"created_at":1696979958},{"type":"buy_train","price":1,"train":"3-4","entity":"9","entity_type":"minor","id":487,"user":11390,"created_at":1696979966},{"type":"undo","entity":"11","entity_type":"minor","id":488,"user":11390,"created_at":1696979970},{"type":"pass","entity":"9","entity_type":"minor","id":489,"created_at":1696980011},{"type":"lay_tile","entity":"11","entity_type":"minor","id":490,"created_at":1696980040,"hex":"L15","tile":"4-4","rotation":2},{"type":"pass","entity":"11","entity_type":"minor","id":491,"created_at":1696980056},{"type":"lay_tile","entity":"12","entity_type":"minor","id":492,"created_at":1697008076,"hex":"H3","tile":"9-8","rotation":2},{"type":"run_routes","entity":"12","entity_type":"minor","id":493,"created_at":1697008094,"routes":[{"train":"3-3","connections":[["E6","F5","G4","G2"],["G2","F3"],["F3","E4","D3"],["D3","D1"]],"hexes":["E6","G2","F3","D3","D1"],"revenue":120,"revenue_str":"E6-G2-F3-D3-D1","nodes":["E6-0","G2-0","F3-0","D3-0","D1-0"]}],"extra_revenue":0},{"type":"lay_tile","entity":"AIRS","entity_type":"corporation","id":494,"created_at":1697008832,"hex":"K14","tile":"584-0","rotation":0},{"type":"pass","entity":"AIRS","entity_type":"corporation","id":495,"created_at":1697008845},{"type":"run_routes","entity":"AIRS","entity_type":"corporation","id":496,"created_at":1697008863,"routes":[{"train":"4-0","connections":[["K14","K16","J17","I18"]],"hexes":["K14","I18"],"revenue":80,"revenue_str":"K14-I18","nodes":["K14-0","I18-0"]},{"train":"3-1","connections":[["N17","M16"],["M16","M14","L13","K12"],["K12","K14"],["K14","L15"]],"hexes":["N17","M16","K12","K14","L15"],"revenue":160,"revenue_str":"N17-M16-K12-K14-L15","nodes":["N17-0","M16-0","K12-0","K14-0","L15-0"]}],"extra_revenue":0},{"type":"dividend","entity":"AIRS","entity_type":"corporation","id":497,"created_at":1697008892,"kind":"payout"},{"type":"pass","entity":"AIRS","entity_type":"corporation","id":498,"created_at":1697009028},{"hex":"E18","tile":"579-0","type":"lay_tile","entity":"SNCF","rotation":1,"entity_type":"corporation","id":499,"user":1981,"created_at":1697009170},{"type":"pass","entity":"SNCF","entity_type":"corporation","id":500,"user":1981,"created_at":1697009198},{"type":"undo","entity":"SNCF","entity_type":"corporation","id":501,"user":1981,"created_at":1697009355},{"type":"undo","entity":"SNCF","entity_type":"corporation","id":502,"user":1981,"created_at":1697009359},{"type":"lay_tile","entity":"SNCF","entity_type":"corporation","id":503,"created_at":1697009363,"hex":"B9","tile":"83-3","rotation":1},{"type":"pass","entity":"SNCF","entity_type":"corporation","id":504,"created_at":1697009366},{"type":"run_routes","entity":"SNCF","entity_type":"corporation","id":505,"created_at":1697009384,"routes":[{"train":"4-3","connections":[["G22","H21","H19"],["H19","G20"],["G20","F19","E18"],["E18","D19"],["D19","C20"]],"hexes":["G22","H19","G20","E18","D19","C20"],"revenue":150,"revenue_str":"G22-H19-G20-E18-D19-C20","nodes":["G22-0","H19-0","G20-0","E18-0","D19-0","C20-0"]},{"train":"3-0","connections":[["D13","D15"],["D15","C16"],["C16","B15","B17"],["B17","A18","B19"],["B19","C20"]],"hexes":["D13","D15","C16","B17","B19","C20"],"revenue":110,"revenue_str":"D13-D15-C16-B17-B19-C20","nodes":["D13-0","D15-0","C16-0","B17-0","B19-0","C20-0"]}],"extra_revenue":0},{"type":"dividend","entity":"SNCF","entity_type":"corporation","id":506,"created_at":1697009391,"kind":"payout"},{"type":"pass","entity":"SNCF","entity_type":"corporation","id":507,"created_at":1697009397},{"type":"lay_tile","entity":"DR","entity_type":"corporation","id":508,"created_at":1697025537,"hex":"C8","tile":"582-0","rotation":4},{"type":"place_token","entity":"DR","entity_type":"corporation","id":509,"created_at":1697025538,"city":"582-0-0","slot":1,"tokener":"DR"},{"type":"run_routes","entity":"DR","entity_type":"corporation","id":510,"created_at":1697025633,"routes":[{"train":"4-1","connections":[["B7","A6"],["C8","B7"],["B13","B11","B9","C8"],["C16","B15","B13"],["D15","C16"],["D13","D15"],["E12","D13"],["F11","E12"],["G12","F11"],["G10","G12"],["I8","H9","G10"]],"hexes":["A6","B7","C8","B13","C16","D15","D13","E12","F11","G12","G10","I8"],"revenue":270,"revenue_str":"A6-B7-C8-B13-C16-D15-D13-E12-F11-G12-G10-I8","nodes":["B7-0","A6-0","C8-0","B13-0","C16-0","D15-0","D13-0","E12-0","F11-0","G12-0","G10-0","I8-0"]}],"extra_revenue":0},{"type":"dividend","entity":"DR","entity_type":"corporation","id":511,"created_at":1697025636,"kind":"payout"},{"type":"buy_train","entity":"DR","entity_type":"corporation","id":512,"created_at":1697025667,"train":"3-2","price":1},{"type":"pass","entity":"DR","entity_type":"corporation","id":513,"created_at":1697025676},{"hex":"J5","tile":"584-1","type":"lay_tile","entity":"FS","rotation":0,"entity_type":"corporation","id":514,"user":11390,"created_at":1697055008},{"type":"undo","entity":"FS","entity_type":"corporation","id":515,"user":11390,"created_at":1697055020},{"type":"lay_tile","entity":"FS","entity_type":"corporation","id":516,"created_at":1697055023,"hex":"G12","tile":"582-1","rotation":0},{"type":"place_token","entity":"FS","entity_type":"corporation","id":517,"created_at":1697055024,"city":"582-1-0","slot":1,"tokener":"FS"},{"type":"run_routes","entity":"FS","entity_type":"corporation","id":518,"created_at":1697055082,"routes":[{"train":"4-2","connections":[["E12","D13"],["F11","E12"],["G12","F11"],["G10","G12"],["I8","H9","G10"],["J7","I8"],["L5","K6","J7"],["K4","L5"],["K4","J5"]],"hexes":["D13","E12","F11","G12","G10","I8","J7","L5","K4","J5"],"revenue":230,"revenue_str":"D13-E12-F11-G12-G10-I8-J7-L5-K4-J5","nodes":["E12-0","D13-0","F11-0","G12-0","G10-0","I8-0","J7-0","L5-0","K4-0","J5-2"]},{"train":"P-0","connections":[["local","J5"]],"hexes":["J5"],"revenue":50,"revenue_str":"J5","nodes":[]}],"extra_revenue":0},{"kind":"withhold","type":"dividend","entity":"FS","entity_type":"corporation","id":519,"user":11390,"created_at":1697055088},{"type":"undo","entity":"FS","entity_type":"corporation","id":520,"user":11390,"created_at":1697055091},{"type":"dividend","entity":"FS","entity_type":"corporation","id":521,"created_at":1697055094,"kind":"payout"},{"type":"pass","entity":"FS","entity_type":"corporation","id":522,"created_at":1697055101},{"type":"pass","entity":"FS","entity_type":"corporation","id":523,"created_at":1697055102},{"type":"lay_tile","entity":"BNR","entity_type":"corporation","id":524,"created_at":1697057211,"hex":"I4","tile":"9-9","rotation":2},{"type":"place_token","entity":"BNR","entity_type":"corporation","id":525,"created_at":1697057237,"city":"581-0-1","slot":0,"tokener":"BNR"},{"type":"run_routes","entity":"BNR","entity_type":"corporation","id":526,"created_at":1697057289,"routes":[{"train":"5-0","connections":[["A6","B7"],["B7","C8"],["C8","D7"],["D7","E6"],["E6","F5","G4","G2"]],"hexes":["A6","B7","C8","D7","E6","G2"],"revenue":250,"revenue_str":"A6-B7-C8-D7-E6-G2 + R2R(20)","nodes":["A6-0","B7-0","C8-0","D7-0","E6-0","G2-0"]}],"extra_revenue":0},{"type":"dividend","entity":"BNR","entity_type":"corporation","id":527,"created_at":1697057299,"kind":"half"},{"type":"pass","entity":"BNR","entity_type":"corporation","id":528,"created_at":1697057314},{"type":"pass","entity":"BNR","entity_type":"corporation","id":529,"created_at":1697057327},{"type":"buy_shares","entity":"12","entity_type":"minor","id":530,"created_at":1697057343,"shares":["BNR_7"],"percent":10},{"type":"place_token","entity":"BNR","entity_type":"corporation","id":531,"created_at":1697057400,"city":"202-2-0","slot":0,"tokener":"BNR"},{"type":"buy_shares","entity":"3","shares":["DR_7"],"percent":10,"entity_type":"minor","id":532,"user":11390,"created_at":1697058323},{"type":"undo","entity":"DR","entity_type":"corporation","id":533,"user":11390,"created_at":1697058339},{"type":"buy_shares","entity":"3","entity_type":"minor","id":534,"created_at":1697058415,"shares":["BNR_8"],"percent":10},{"type":"pass","entity":"BNR","entity_type":"corporation","id":535,"user":10481,"created_at":1697097071},{"type":"undo","entity":4477,"entity_type":"player","id":536,"user":10481,"created_at":1697097107},{"type":"place_token","entity":"BNR","entity_type":"corporation","id":537,"created_at":1697097263,"city":"A10-0-1","slot":0,"tokener":"BNR"},{"type":"pass","entity":4477,"entity_type":"player","id":538,"created_at":1697123294},{"type":"buy_shares","entity":"11","entity_type":"minor","id":539,"created_at":1697143575,"shares":["AIRS_5"],"percent":10},{"type":"place_token","entity":"AIRS","entity_type":"corporation","id":540,"created_at":1701282725,"city":"584-0-0","slot":1,"tokener":"AIRS"},{"type":"undo","entity":11390,"entity_type":"player","id":541,"created_at":1701282772},{"type":"undo","entity":"AIRS","entity_type":"corporation","id":542,"created_at":1701282774},{"type":"undo","entity":11390,"entity_type":"player","id":543,"created_at":1701282781},{"type":"undo","entity":4477,"entity_type":"player","id":544,"created_at":1701282782},{"type":"undo","entity":"BNR","entity_type":"corporation","id":545,"created_at":1701282784},{"type":"undo","entity":11390,"entity_type":"player","id":546,"created_at":1701282785},{"type":"undo","entity":"BNR","entity_type":"corporation","id":547,"created_at":1701282787},{"type":"buy_shares","entity":"12","entity_type":"minor","id":548,"created_at":1701282792,"shares":["DR_7"],"percent":10},{"type":"place_token","entity":"DR","entity_type":"corporation","id":549,"created_at":1701282794,"city":"202-2-0","slot":0,"tokener":"DR"},{"type":"buy_shares","entity":"3","entity_type":"minor","id":550,"created_at":1701282806,"shares":["BNR_7"],"percent":10},{"type":"pass","entity":"BNR","entity_type":"corporation","id":551,"created_at":1701282809},{"type":"buy_shares","entity":"7","entity_type":"minor","id":552,"created_at":1701282817,"shares":["DR_8"],"percent":10},{"type":"place_token","entity":"DR","entity_type":"corporation","id":553,"created_at":1701282821,"city":"581-0-0","slot":0,"tokener":"DR"},{"type":"buy_shares","entity":"11","entity_type":"minor","id":554,"created_at":1701282823,"auto_actions":[{"type":"pass","entity":"AIRS","entity_type":"corporation","created_at":1701282823}],"shares":["AIRS_5"],"percent":10},{"type":"buy_shares","entity":"9","entity_type":"minor","id":555,"created_at":1701282826,"shares":["FS_5"],"percent":10},{"type":"place_token","entity":"FS","entity_type":"corporation","id":556,"created_at":1701282828,"city":"581-0-2","slot":0,"tokener":"FS"},{"type":"discard_train","entity":"DR","entity_type":"corporation","id":557,"created_at":1701282830,"train":"4-1"},{"type":"buy_shares","entity":11390,"entity_type":"player","id":558,"created_at":1701282837,"shares":["BNR_8"],"percent":10},{"type":"end_game","entity":4477,"entity_type":"player","id":559,"created_at":1701282879}],"id":"hs_otccjepm_134483","players":[{"id":1981,"name":"daveb"},{"id":11390,"name":"WaltzTangoFoxtrot"},{"id":4477,"name":"Trigo"},{"id":10481,"name":"beardurham"}],"title":"18EU","description":"Cloned from game hs_noazpmcd_134483","min_players":3,"max_players":4,"user":{"id":0,"name":"You"},"settings":{"seed":134483,"is_async":true,"unlisted":false,"auto_routing":true,"player_order":null,"optional_rules":[]},"user_settings":null,"turn":4,"round":"Stock Round","acting":[4477],"loaded":true,"result":{"1981":1895,"11390":1318,"4477":1103,"10481":796},"created_at":"2023-11-29","updated_at":1701282879,"finished_at":1697963389,"mode":"hotseat","manually_ended":true} \ No newline at end of file +{ + "status": "finished", + "actions": [ + { + "type": "bid", + "entity": 1981, + "entity_type": "player", + "id": 1, + "created_at": 1694422289, + "minor": "2", + "price": 0 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 2, + "created_at": 1694423676 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 3, + "created_at": 1694425906 + }, + { + "type": "bid", + "entity": 10481, + "entity_type": "player", + "id": 4, + "created_at": 1694433163, + "minor": "2", + "price": 100 + }, + { + "type": "bid", + "entity": 1981, + "entity_type": "player", + "id": 5, + "created_at": 1694437368, + "minor": "2", + "price": 105 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 6, + "created_at": 1694450907 + }, + { + "type": "bid", + "minor": "2", + "price": 110, + "entity": 4477, + "entity_type": "player", + "id": 7, + "user": 4477, + "created_at": 1694453191 + }, + { + "type": "undo", + "entity": 10481, + "entity_type": "player", + "id": 8, + "user": 4477, + "created_at": 1694453200 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 9, + "created_at": 1694453213 + }, + { + "type": "program_auction_bid", + "entity": 1981, + "entity_type": "player", + "id": 10, + "created_at": 1694497469, + "bid_target": "2", + "enable_maximum_bid": true, + "maximum_bid": "105", + "enable_buy_price": false, + "buy_price": "0", + "auto_pass_after": true + }, + { + "type": "bid", + "entity": 10481, + "entity_type": "player", + "id": 11, + "created_at": 1694508480, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1694508478 + } + ], + "minor": "2", + "price": 110 + }, + { + "type": "bid", + "entity": 11390, + "entity_type": "player", + "id": 12, + "created_at": 1694511066, + "minor": "1", + "price": 0 + }, + { + "type": "bid", + "entity": 4477, + "entity_type": "player", + "id": 13, + "created_at": 1694526783, + "minor": "1", + "price": 100 + }, + { + "type": "bid", + "entity": 10481, + "entity_type": "player", + "id": 14, + "created_at": 1694539283, + "auto_actions": [ + { + "type": "program_disable", + "entity": 1981, + "entity_type": "player", + "created_at": 1694539281, + "reason": "2 is owned by beardurham" + } + ], + "minor": "1", + "price": 105 + }, + { + "type": "bid", + "entity": 1981, + "entity_type": "player", + "id": 15, + "created_at": 1694540256, + "minor": "1", + "price": 115 + }, + { + "type": "program_auction_bid", + "entity": 1981, + "entity_type": "player", + "id": 16, + "created_at": 1694540275, + "bid_target": "1", + "enable_maximum_bid": false, + "maximum_bid": "120", + "enable_buy_price": false, + "buy_price": "0", + "auto_pass_after": true + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 18, + "created_at": 1694550889 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 19, + "created_at": 1694562153 + }, + { + "type": "bid", + "entity": 10481, + "entity_type": "player", + "id": 20, + "created_at": 1694601966, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1694601964 + } + ], + "minor": "1", + "price": 120 + }, + { + "type": "bid", + "entity": 4477, + "entity_type": "player", + "id": 21, + "created_at": 1694605623, + "minor": "12", + "price": 0 + }, + { + "type": "bid", + "entity": 10481, + "entity_type": "player", + "id": 22, + "created_at": 1694609287, + "auto_actions": [ + { + "type": "program_disable", + "entity": 1981, + "entity_type": "player", + "created_at": 1694609284, + "reason": "1 is owned by beardurham" + } + ], + "minor": "12", + "price": 120 + }, + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "id": 23, + "created_at": 1694609802 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 24, + "created_at": 1694617981 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 25, + "created_at": 1694634163 + }, + { + "type": "bid", + "entity": 10481, + "entity_type": "player", + "id": 26, + "created_at": 1694634641, + "minor": "8", + "price": 0 + }, + { + "type": "program_auction_bid", + "entity": 10481, + "entity_type": "player", + "id": 27, + "created_at": 1694634702, + "bid_target": "8", + "enable_maximum_bid": false, + "maximum_bid": "0", + "enable_buy_price": false, + "buy_price": "0", + "auto_pass_after": true + }, + { + "type": "program_auction_bid", + "entity": 1981, + "entity_type": "player", + "id": 28, + "created_at": 1694641902, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1694641891 + } + ], + "bid_target": "8", + "enable_maximum_bid": false, + "maximum_bid": "100", + "enable_buy_price": true, + "buy_price": "80", + "auto_pass_after": false + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 29, + "created_at": 1694655634 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 30, + "created_at": 1694688432, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1694688433 + } + ] + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 31, + "created_at": 1694710277 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 32, + "created_at": 1694713782, + "auto_actions": [ + { + "type": "bid", + "entity": 1981, + "entity_type": "player", + "created_at": 1694713783, + "minor": "8", + "price": 80 + }, + { + "type": "program_disable", + "entity": 1981, + "entity_type": "player", + "created_at": 1694713783, + "reason": "8 is owned by daveb" + } + ] + }, + { + "type": "bid", + "entity": 1981, + "entity_type": "player", + "id": 33, + "created_at": 1694716805, + "minor": "6", + "price": 0 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 34, + "created_at": 1694722066 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 35, + "created_at": 1694726257 + }, + { + "type": "program_auction_bid", + "entity": 1981, + "entity_type": "player", + "id": 36, + "created_at": 1694726868, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1694726867 + } + ], + "bid_target": "6", + "enable_maximum_bid": false, + "maximum_bid": "90", + "enable_buy_price": true, + "buy_price": "70", + "auto_pass_after": false + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 37, + "created_at": 1694728538 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 38, + "created_at": 1694729097, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1694729098 + } + ] + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 39, + "created_at": 1694729706 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "auto_actions": [ + { + "type": "bid", + "minor": "6", + "price": 70, + "entity": 1981, + "created_at": 1694730068, + "entity_type": "player" + } + ], + "id": 40, + "user": 4477, + "created_at": 1694730067 + }, + { + "type": "undo", + "entity": 11390, + "entity_type": "player", + "id": 41, + "user": 4477, + "created_at": 1694730090 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 42, + "created_at": 1694730094, + "auto_actions": [ + { + "type": "bid", + "entity": 1981, + "entity_type": "player", + "created_at": 1694730094, + "minor": "6", + "price": 70 + } + ] + }, + { + "type": "bid", + "entity": 11390, + "entity_type": "player", + "id": 43, + "created_at": 1694734015, + "minor": "13", + "price": 0 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 44, + "created_at": 1694735529, + "auto_actions": [ + { + "type": "program_disable", + "entity": 1981, + "entity_type": "player", + "created_at": 1694735529, + "reason": "6 is owned by daveb" + } + ] + }, + { + "type": "bid", + "entity": 1981, + "entity_type": "player", + "id": 45, + "created_at": 1694756829, + "minor": "13", + "price": 100 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 46, + "user": 11390, + "created_at": 1694769963 + }, + { + "type": "undo", + "entity": 4477, + "entity_type": "player", + "id": 47, + "user": 11390, + "created_at": 1694770017 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 48, + "created_at": 1694770170 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 49, + "user": 4477, + "created_at": 1694777001 + }, + { + "type": "undo", + "entity": 4477, + "entity_type": "player", + "id": 50, + "user": 4477, + "created_at": 1694777005 + }, + { + "type": "bid", + "entity": 4477, + "entity_type": "player", + "id": 51, + "created_at": 1694777011, + "minor": "13", + "price": 105 + }, + { + "type": "bid", + "entity": 1981, + "entity_type": "player", + "id": 52, + "created_at": 1694778969, + "minor": "13", + "price": 110 + }, + { + "type": "bid", + "entity": 4477, + "entity_type": "player", + "id": 53, + "created_at": 1694783310, + "minor": "13", + "price": 115 + }, + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "id": 54, + "created_at": 1694794211 + }, + { + "type": "bid", + "entity": 4477, + "entity_type": "player", + "id": 55, + "created_at": 1694795626, + "minor": "4", + "price": 0 + }, + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "id": 56, + "created_at": 1694797806 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 57, + "created_at": 1694797892 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 58, + "created_at": 1694800705 + }, + { + "type": "program_auction_bid", + "entity": 1981, + "entity_type": "player", + "id": 59, + "created_at": 1694801707, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1694801707 + } + ], + "bid_target": "4", + "enable_maximum_bid": false, + "maximum_bid": "90", + "enable_buy_price": true, + "buy_price": "50", + "auto_pass_after": false + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 60, + "created_at": 1694808620 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 61, + "created_at": 1694810660, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1694810660 + } + ] + }, + { + "type": "bid", + "entity": 11390, + "entity_type": "player", + "id": 62, + "created_at": 1694811605, + "auto_actions": [ + { + "type": "program_disable", + "entity": 10481, + "entity_type": "player", + "created_at": 1694811605, + "reason": "8 is owned by daveb" + } + ], + "minor": "4", + "price": 80 + }, + { + "type": "bid", + "entity": 10481, + "entity_type": "player", + "id": 63, + "created_at": 1694851582, + "auto_actions": [ + { + "type": "program_disable", + "entity": 1981, + "entity_type": "player", + "created_at": 1694851579, + "reason": "4 is owned by WaltzTangoFoxtrot" + } + ], + "minor": "5", + "price": 0 + }, + { + "type": "program_auction_bid", + "entity": 10481, + "entity_type": "player", + "id": 64, + "created_at": 1694851612, + "bid_target": "5", + "enable_maximum_bid": false, + "maximum_bid": "1", + "enable_buy_price": false, + "buy_price": "0", + "auto_pass_after": true + }, + { + "type": "program_auction_bid", + "entity": 1981, + "entity_type": "player", + "id": 65, + "created_at": 1694859810, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1694859809 + } + ], + "bid_target": "5", + "enable_maximum_bid": false, + "maximum_bid": "100", + "enable_buy_price": true, + "buy_price": "60", + "auto_pass_after": false + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 66, + "created_at": 1694863791 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 67, + "created_at": 1694870636, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1694870636 + } + ] + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 68, + "created_at": 1694876485 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 69, + "created_at": 1694880075, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1694880076 + } + ] + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 70, + "created_at": 1694882154 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 71, + "created_at": 1694890953, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1694890954 + } + ] + }, + { + "type": "bid", + "minor": "5", + "price": 70, + "entity": 11390, + "entity_type": "player", + "auto_actions": [ + { + "type": "program_disable", + "entity": 1981, + "reason": "5 is owned by WaltzTangoFoxtrot", + "created_at": 1694895714, + "entity_type": "player" + } + ], + "id": 72, + "user": 11390, + "created_at": 1694895714 + }, + { + "type": "undo", + "entity": 1981, + "entity_type": "player", + "id": 73, + "user": 11390, + "created_at": 1694895721 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 74, + "created_at": 1694895723 + }, + { + "type": "bid", + "minor": "5", + "price": 70, + "entity": 4477, + "entity_type": "player", + "auto_actions": [ + { + "type": "program_disable", + "entity": 1981, + "reason": "5 is owned by Trigo", + "created_at": 1694896294, + "entity_type": "player" + } + ], + "id": 75, + "user": 4477, + "created_at": 1694896294 + }, + { + "type": "undo", + "entity": 1981, + "entity_type": "player", + "id": 76, + "user": 4477, + "created_at": 1694896372 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 77, + "created_at": 1694896374, + "auto_actions": [ + { + "type": "bid", + "entity": 1981, + "entity_type": "player", + "created_at": 1694896375, + "minor": "5", + "price": 60 + }, + { + "type": "program_disable", + "entity": 1981, + "entity_type": "player", + "created_at": 1694896375, + "reason": "5 is owned by daveb" + } + ] + }, + { + "type": "bid", + "entity": 1981, + "entity_type": "player", + "id": 78, + "created_at": 1694898334, + "minor": "7", + "price": 0 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 79, + "created_at": 1694899546 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 80, + "created_at": 1694901735 + }, + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "id": 81, + "created_at": 1694934218 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 82, + "created_at": 1694952532 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 83, + "user": 4477, + "created_at": 1694958461 + }, + { + "type": "undo", + "entity": 1981, + "entity_type": "player", + "id": 84, + "user": 4477, + "created_at": 1694958469 + }, + { + "type": "bid", + "entity": 4477, + "entity_type": "player", + "id": 85, + "created_at": 1694958472, + "minor": "7", + "price": 90 + }, + { + "type": "bid", + "entity": 11390, + "entity_type": "player", + "id": 86, + "created_at": 1694958918, + "minor": "11", + "price": 0 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 87, + "created_at": 1694964329 + }, + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "id": 88, + "created_at": 1694965170 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 89, + "created_at": 1694966575 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 90, + "created_at": 1694969782 + }, + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "id": 91, + "created_at": 1694970143 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 92, + "created_at": 1694977874 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 93, + "created_at": 1694980726 + }, + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "id": 94, + "created_at": 1694980786 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 95, + "created_at": 1694986727 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 96, + "created_at": 1694987609 + }, + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "id": 97, + "created_at": 1695016770 + }, + { + "type": "bid", + "entity": 11390, + "entity_type": "player", + "id": 98, + "created_at": 1695029621, + "minor": "11", + "price": 60 + }, + { + "type": "bid", + "entity": 4477, + "entity_type": "player", + "id": 99, + "created_at": 1695047155, + "minor": "14", + "price": 0 + }, + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "id": 100, + "created_at": 1695049106 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 101, + "created_at": 1695059771 + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 102, + "created_at": 1695060879 + }, + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "id": 103, + "created_at": 1695061958 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 104, + "created_at": 1695063374 + }, + { + "type": "bid", + "entity": 4477, + "entity_type": "player", + "id": 105, + "created_at": 1695065710, + "auto_actions": [ + { + "type": "program_disable", + "entity": 10481, + "entity_type": "player", + "created_at": 1695065711, + "reason": "5 is owned by daveb" + } + ], + "minor": "14", + "price": 80 + }, + { + "type": "bid", + "entity": 10481, + "entity_type": "player", + "id": 106, + "created_at": 1695110897, + "minor": "15", + "price": 0 + }, + { + "type": "program_auction_bid", + "entity": 1981, + "entity_type": "player", + "id": 107, + "created_at": 1695115446, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1695115445 + } + ], + "bid_target": "15", + "enable_maximum_bid": false, + "maximum_bid": "100", + "enable_buy_price": true, + "buy_price": "70", + "auto_pass_after": false + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 108, + "created_at": 1695116412, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1695116412 + } + ] + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 109, + "created_at": 1695116528, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1695116528 + } + ] + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 110, + "created_at": 1695116933, + "auto_actions": [ + { + "type": "bid", + "entity": 1981, + "entity_type": "player", + "created_at": 1695116933, + "minor": "15", + "price": 70 + }, + { + "type": "program_disable", + "entity": 1981, + "entity_type": "player", + "created_at": 1695116933, + "reason": "15 is owned by daveb" + } + ] + }, + { + "type": "bid", + "entity": 1981, + "entity_type": "player", + "id": 111, + "created_at": 1695126889, + "minor": "3", + "price": 0 + }, + { + "type": "program_auction_bid", + "entity": 1981, + "entity_type": "player", + "id": 112, + "created_at": 1695126908, + "bid_target": "3", + "enable_maximum_bid": false, + "maximum_bid": "100", + "enable_buy_price": true, + "buy_price": "70", + "auto_pass_after": false + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 113, + "created_at": 1695132504 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 114, + "created_at": 1695132506 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "auto_actions": [ + { + "type": "bid", + "minor": "3", + "price": 70, + "entity": 1981, + "created_at": 1695132517, + "entity_type": "player" + } + ], + "id": 115, + "user": 11390, + "created_at": 1695132517 + }, + { + "type": "undo", + "entity": 11390, + "entity_type": "player", + "id": 116, + "user": 11390, + "created_at": 1695132520 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "auto_actions": [ + { + "type": "bid", + "minor": "3", + "price": 70, + "entity": 1981, + "created_at": 1695132591, + "entity_type": "player" + } + ], + "id": 117, + "user": 11390, + "created_at": 1695132591 + }, + { + "type": "undo", + "entity": 11390, + "entity_type": "player", + "id": 118, + "user": 11390, + "created_at": 1695132609 + }, + { + "type": "bid", + "entity": 11390, + "entity_type": "player", + "id": 119, + "created_at": 1695132743, + "minor": "3", + "price": 80 + }, + { + "type": "bid", + "minor": "9", + "price": 0, + "entity": 11390, + "entity_type": "player", + "id": 120, + "user": 11390, + "created_at": 1695132751 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 121, + "user": 11390, + "created_at": 1695132753 + }, + { + "type": "bid", + "minor": "9", + "price": 80, + "entity": 11390, + "entity_type": "player", + "id": 122, + "user": 11390, + "created_at": 1695132764 + }, + { + "type": "undo", + "entity": 4477, + "entity_type": "player", + "id": 123, + "user": 11390, + "created_at": 1695132910 + }, + { + "type": "undo", + "entity": 11390, + "entity_type": "player", + "id": 124, + "user": 11390, + "created_at": 1695132912 + }, + { + "type": "undo", + "entity": 11390, + "entity_type": "player", + "id": 125, + "user": 11390, + "created_at": 1695132916 + }, + { + "type": "bid", + "entity": 11390, + "entity_type": "player", + "id": 126, + "created_at": 1695132925, + "minor": "9", + "price": 0 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 127, + "created_at": 1695132927 + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 128, + "created_at": 1695132928 + }, + { + "type": "bid", + "entity": 11390, + "entity_type": "player", + "id": 129, + "created_at": 1695132939, + "minor": "9", + "price": 70 + }, + { + "type": "bid", + "minor": "10", + "price": 0, + "entity": 4477, + "entity_type": "player", + "auto_actions": [ + { + "type": "program_disable", + "entity": 1981, + "reason": "3 is owned by WaltzTangoFoxtrot", + "created_at": 1695134103, + "entity_type": "player" + } + ], + "id": 130, + "user": 4477, + "created_at": 1695134102 + }, + { + "type": "undo", + "entity": 1981, + "entity_type": "player", + "id": 131, + "user": 4477, + "created_at": 1695134132 + }, + { + "type": "bid", + "entity": 4477, + "entity_type": "player", + "id": 132, + "created_at": 1695134135, + "auto_actions": [ + { + "type": "program_disable", + "entity": 1981, + "entity_type": "player", + "created_at": 1695134136, + "reason": "3 is owned by WaltzTangoFoxtrot" + } + ], + "minor": "10", + "price": 0 + }, + { + "type": "bid", + "entity": 1981, + "entity_type": "player", + "id": 133, + "created_at": 1695134269, + "minor": "10", + "price": 70 + }, + { + "type": "lay_tile", + "entity": "1", + "entity_type": "minor", + "id": 134, + "created_at": 1695135157, + "hex": "B9", + "tile": "9-0", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "1", + "entity_type": "minor", + "id": 135, + "created_at": 1695135168, + "hex": "C8", + "tile": "201-0", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "1", + "entity_type": "minor", + "id": 136, + "created_at": 1695135175, + "routes": [ + { + "train": "2-0", + "connections": [ + [ + "A10", + "B9", + "C8" + ] + ], + "hexes": [ + "A10", + "C8" + ], + "revenue": 70, + "revenue_str": "A10-C8", + "nodes": [ + "A10-0", + "C8-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "1", + "entity_type": "minor", + "id": 137, + "created_at": 1695135182 + }, + { + "type": "lay_tile", + "entity": "2", + "entity_type": "minor", + "id": 138, + "created_at": 1695135202, + "hex": "B7", + "tile": "4-0", + "rotation": 2 + }, + { + "type": "pass", + "entity": "2", + "entity_type": "minor", + "id": 139, + "created_at": 1695135205 + }, + { + "type": "run_routes", + "entity": "2", + "entity_type": "minor", + "id": 140, + "created_at": 1695135211, + "routes": [ + { + "train": "2-1", + "connections": [ + [ + "A10", + "B9", + "C8" + ], + [ + "C8", + "B7" + ] + ], + "hexes": [ + "A10", + "C8", + "B7" + ], + "revenue": 80, + "revenue_str": "A10-C8-B7", + "nodes": [ + "A10-0", + "C8-0", + "B7-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "2", + "entity_type": "minor", + "id": 141, + "created_at": 1695135216 + }, + { + "type": "lay_tile", + "entity": "3", + "entity_type": "minor", + "id": 142, + "created_at": 1695139722, + "hex": "B11", + "tile": "8-0", + "rotation": 0 + }, + { + "type": "lay_tile", + "entity": "3", + "entity_type": "minor", + "id": 143, + "created_at": 1695139728, + "hex": "B13", + "tile": "4-1", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "3", + "entity_type": "minor", + "id": 144, + "created_at": 1695139742, + "routes": [ + { + "train": "2-2", + "connections": [ + [ + "A10", + "B11", + "B13" + ] + ], + "hexes": [ + "B13", + "A10" + ], + "revenue": 50, + "revenue_str": "B13-A10", + "nodes": [ + "A10-1", + "B13-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 145, + "created_at": 1695139746 + }, + { + "type": "lay_tile", + "entity": "4", + "entity_type": "minor", + "id": 146, + "created_at": 1695139897, + "hex": "J7", + "tile": "201-1", + "rotation": 3 + }, + { + "type": "lay_tile", + "entity": "4", + "entity_type": "minor", + "id": 147, + "created_at": 1695139900, + "hex": "K6", + "tile": "9-1", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "5", + "entity_type": "minor", + "id": 148, + "created_at": 1695140807, + "hex": "H19", + "tile": "201-2", + "rotation": 0 + }, + { + "type": "lay_tile", + "entity": "5", + "entity_type": "minor", + "id": 149, + "created_at": 1695140809, + "hex": "G20", + "tile": "58-0", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "5", + "entity_type": "minor", + "id": 150, + "created_at": 1695140830, + "routes": [ + { + "train": "2-4", + "connections": [ + [ + "H19", + "G20" + ] + ], + "hexes": [ + "H19", + "G20" + ], + "revenue": 40, + "revenue_str": "H19-G20", + "nodes": [ + "H19-0", + "G20-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "5", + "entity_type": "minor", + "id": 151, + "created_at": 1695140843 + }, + { + "type": "lay_tile", + "entity": "6", + "entity_type": "minor", + "id": 152, + "created_at": 1695140878, + "hex": "K12", + "tile": "3-0", + "rotation": 5 + }, + { + "type": "lay_tile", + "entity": "6", + "entity_type": "minor", + "id": 153, + "created_at": 1695140883, + "hex": "L13", + "tile": "9-2", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "6", + "entity_type": "minor", + "id": 154, + "created_at": 1695140888, + "routes": [ + { + "train": "2-5", + "connections": [ + [ + "K14", + "K12" + ] + ], + "hexes": [ + "K14", + "K12" + ], + "revenue": 40, + "revenue_str": "K14-K12", + "nodes": [ + "K14-1", + "K12-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "6", + "entity_type": "minor", + "id": 155, + "created_at": 1695140891 + }, + { + "hex": "I6", + "tile": "9-3", + "type": "lay_tile", + "entity": "7", + "rotation": 1, + "entity_type": "minor", + "id": 156, + "user": 4477, + "created_at": 1695143033 + }, + { + "hex": "H7", + "tile": "3-1", + "type": "lay_tile", + "entity": "7", + "rotation": 4, + "entity_type": "minor", + "id": 157, + "user": 4477, + "created_at": 1695143067 + }, + { + "type": "run_routes", + "entity": "7", + "routes": [ + { + "hexes": [ + "H7", + "J5" + ], + "nodes": [ + "J5-1", + "H7-0" + ], + "train": "2-6", + "revenue": 40, + "connections": [ + [ + "J5", + "I6", + "H7" + ] + ], + "revenue_str": "H7-J5" + } + ], + "entity_type": "minor", + "extra_revenue": 0, + "id": 158, + "user": 4477, + "created_at": 1695143074 + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 159, + "user": 4477, + "created_at": 1695143083 + }, + { + "type": "undo", + "entity": "8", + "entity_type": "minor", + "id": 160, + "user": 4477, + "created_at": 1695143097 + }, + { + "type": "undo", + "entity": "7", + "entity_type": "minor", + "id": 161, + "user": 4477, + "created_at": 1695143099 + }, + { + "type": "undo", + "entity": "7", + "action_id": 155, + "entity_type": "minor", + "id": 162, + "user": 4477, + "created_at": 1695143105 + }, + { + "type": "lay_tile", + "entity": "7", + "entity_type": "minor", + "id": 163, + "created_at": 1695143110, + "hex": "I6", + "tile": "8-1", + "rotation": 4 + }, + { + "type": "lay_tile", + "entity": "7", + "entity_type": "minor", + "id": 164, + "created_at": 1695143116, + "hex": "I8", + "tile": "58-1", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "7", + "entity_type": "minor", + "id": 165, + "created_at": 1695143123, + "routes": [ + { + "train": "2-6", + "connections": [ + [ + "J5", + "I6", + "I8" + ] + ], + "hexes": [ + "I8", + "J5" + ], + "revenue": 40, + "revenue_str": "I8-J5", + "nodes": [ + "J5-1", + "I8-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 166, + "created_at": 1695143126 + }, + { + "type": "lay_tile", + "entity": "8", + "entity_type": "minor", + "id": 167, + "created_at": 1695149491, + "hex": "M16", + "tile": "202-0", + "rotation": 3 + }, + { + "type": "lay_tile", + "entity": "8", + "entity_type": "minor", + "id": 168, + "created_at": 1695149493, + "hex": "M14", + "tile": "8-2", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "8", + "entity_type": "minor", + "id": 169, + "created_at": 1695149500, + "routes": [ + { + "train": "2-7", + "connections": [ + [ + "N17", + "M16" + ], + [ + "M16", + "M14", + "L13", + "K12" + ] + ], + "hexes": [ + "N17", + "M16", + "K12" + ], + "revenue": 70, + "revenue_str": "N17-M16-K12", + "nodes": [ + "N17-0", + "M16-0", + "K12-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "8", + "entity_type": "minor", + "id": 170, + "created_at": 1695149502 + }, + { + "type": "lay_tile", + "entity": "9", + "entity_type": "minor", + "id": 171, + "created_at": 1695149829, + "hex": "K4", + "tile": "58-2", + "rotation": 5 + }, + { + "type": "lay_tile", + "entity": "9", + "entity_type": "minor", + "id": 172, + "created_at": 1695149831, + "hex": "L5", + "tile": "3-1", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "9", + "entity_type": "minor", + "id": 173, + "created_at": 1695149848, + "routes": [ + { + "train": "2-8", + "connections": [ + [ + "L5", + "K6", + "J7" + ], + [ + "K4", + "L5" + ], + [ + "J5", + "K4" + ] + ], + "hexes": [ + "J7", + "L5", + "K4", + "J5" + ], + "revenue": 80, + "revenue_str": "J7-L5-K4-J5", + "nodes": [ + "L5-0", + "J7-0", + "K4-0", + "J5-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 174, + "created_at": 1695149856 + }, + { + "type": "lay_tile", + "entity": "10", + "entity_type": "minor", + "id": 175, + "created_at": 1695149932, + "hex": "E18", + "tile": "202-1", + "rotation": 5 + }, + { + "type": "lay_tile", + "entity": "10", + "entity_type": "minor", + "id": 176, + "created_at": 1695149935, + "hex": "F19", + "tile": "9-3", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "10", + "entity_type": "minor", + "id": 177, + "created_at": 1695149940, + "routes": [ + { + "train": "2-9", + "connections": [ + [ + "E18", + "F19", + "G20" + ], + [ + "G20", + "H19" + ] + ], + "hexes": [ + "E18", + "G20", + "H19" + ], + "revenue": 70, + "revenue_str": "E18-G20-H19", + "nodes": [ + "E18-0", + "G20-0", + "H19-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "10", + "entity_type": "minor", + "id": 178, + "created_at": 1695149947 + }, + { + "type": "lay_tile", + "entity": "11", + "entity_type": "minor", + "id": 179, + "created_at": 1695150304, + "hex": "J17", + "tile": "9-4", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "11", + "entity_type": "minor", + "id": 180, + "created_at": 1695150316, + "hex": "I18", + "tile": "57-0", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "11", + "entity_type": "minor", + "id": 181, + "created_at": 1695150345, + "routes": [ + { + "train": "2-10", + "connections": [ + [ + "K14", + "K16", + "J17", + "I18" + ] + ], + "hexes": [ + "I18", + "K14" + ], + "revenue": 50, + "revenue_str": "I18-K14", + "nodes": [ + "K14-0", + "I18-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 182, + "created_at": 1695150346 + }, + { + "type": "lay_tile", + "entity": "12", + "entity_type": "minor", + "id": 183, + "created_at": 1695189979, + "hex": "D3", + "tile": "202-2", + "rotation": 3 + }, + { + "hex": "E4", + "tile": "8-3", + "type": "lay_tile", + "entity": "12", + "rotation": 0, + "entity_type": "minor", + "id": 184, + "user": 10481, + "created_at": 1695189990 + }, + { + "type": "undo", + "entity": "12", + "entity_type": "minor", + "id": 185, + "user": 10481, + "created_at": 1695189994 + }, + { + "type": "lay_tile", + "entity": "12", + "entity_type": "minor", + "id": 186, + "created_at": 1695190001, + "hex": "E4", + "tile": "8-3", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "12", + "entity_type": "minor", + "id": 187, + "created_at": 1695190016, + "routes": [ + { + "train": "2-11", + "connections": [ + [ + "D3", + "D1" + ] + ], + "hexes": [ + "D3", + "D1" + ], + "revenue": 40, + "revenue_str": "D3-D1", + "nodes": [ + "D3-0", + "D1-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "12", + "entity_type": "minor", + "id": 188, + "created_at": 1695190026 + }, + { + "type": "lay_tile", + "entity": "13", + "entity_type": "minor", + "id": 189, + "created_at": 1695215527, + "hex": "G12", + "tile": "201-3", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "13", + "entity_type": "minor", + "id": 190, + "created_at": 1695215532, + "hex": "G10", + "tile": "58-3", + "rotation": 4 + }, + { + "type": "run_routes", + "entity": "13", + "entity_type": "minor", + "id": 191, + "created_at": 1695215540, + "routes": [ + { + "train": "2-12", + "connections": [ + [ + "G12", + "G10" + ] + ], + "hexes": [ + "G10", + "G12" + ], + "revenue": 40, + "revenue_str": "G10-G12", + "nodes": [ + "G12-0", + "G10-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "13", + "entity_type": "minor", + "id": 192, + "created_at": 1695215543 + }, + { + "type": "lay_tile", + "entity": "14", + "entity_type": "minor", + "id": 193, + "created_at": 1695215552, + "hex": "D13", + "tile": "202-3", + "rotation": 4 + }, + { + "type": "lay_tile", + "entity": "14", + "entity_type": "minor", + "id": 194, + "created_at": 1695215558, + "hex": "E12", + "tile": "4-2", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "14", + "entity_type": "minor", + "id": 195, + "created_at": 1695215564, + "routes": [ + { + "train": "2-13", + "connections": [ + [ + "D13", + "E12" + ] + ], + "hexes": [ + "E12", + "D13" + ], + "revenue": 40, + "revenue_str": "E12-D13", + "nodes": [ + "D13-0", + "E12-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "14", + "entity_type": "minor", + "id": 196, + "created_at": 1695215566 + }, + { + "type": "lay_tile", + "entity": "15", + "entity_type": "minor", + "id": 197, + "created_at": 1695216660, + "hex": "B17", + "tile": "202-4", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "15", + "entity_type": "minor", + "id": 198, + "created_at": 1695216663, + "hex": "B15", + "tile": "9-5", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "15", + "entity_type": "minor", + "id": 199, + "created_at": 1695216669, + "routes": [ + { + "train": "2-14", + "connections": [ + [ + "B17", + "B15", + "B13" + ], + [ + "B13", + "B11", + "A10" + ] + ], + "hexes": [ + "B17", + "B13", + "A10" + ], + "revenue": 80, + "revenue_str": "B17-B13-A10", + "nodes": [ + "B17-0", + "B13-0", + "A10-1" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "15", + "entity_type": "minor", + "id": 200, + "created_at": 1695216941 + }, + { + "type": "pass", + "entity": "1", + "entity_type": "minor", + "id": 201, + "created_at": 1695230803 + }, + { + "type": "run_routes", + "entity": "1", + "entity_type": "minor", + "id": 202, + "created_at": 1695230842, + "routes": [ + { + "train": "2-0", + "connections": [ + [ + "A10", + "B9", + "C8" + ] + ], + "hexes": [ + "A10", + "C8" + ], + "revenue": 70, + "revenue_str": "A10-C8", + "nodes": [ + "A10-0", + "C8-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "1", + "entity_type": "minor", + "id": 203, + "created_at": 1695230847 + }, + { + "type": "pass", + "entity": "2", + "entity_type": "minor", + "id": 204, + "created_at": 1695230860 + }, + { + "type": "run_routes", + "entity": "2", + "entity_type": "minor", + "id": 205, + "created_at": 1695230872, + "routes": [ + { + "train": "2-1", + "connections": [ + [ + "A10", + "B9", + "C8" + ], + [ + "C8", + "B7" + ] + ], + "hexes": [ + "A10", + "C8", + "B7" + ], + "revenue": 80, + "revenue_str": "A10-C8-B7", + "nodes": [ + "A10-0", + "C8-0", + "B7-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "2", + "entity_type": "minor", + "id": 206, + "created_at": 1695230877 + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 207, + "created_at": 1695242543 + }, + { + "type": "run_routes", + "entity": "3", + "entity_type": "minor", + "id": 208, + "created_at": 1695242548, + "routes": [ + { + "train": "2-2", + "connections": [ + [ + "A10", + "B11", + "B13" + ], + [ + "B13", + "B15", + "B17" + ] + ], + "hexes": [ + "A10", + "B13", + "B17" + ], + "revenue": 80, + "revenue_str": "A10-B13-B17", + "nodes": [ + "A10-1", + "B13-0", + "B17-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 209, + "created_at": 1695242553 + }, + { + "type": "pass", + "entity": "4", + "entity_type": "minor", + "id": 210, + "created_at": 1695242564 + }, + { + "type": "run_routes", + "entity": "4", + "entity_type": "minor", + "id": 211, + "created_at": 1695242571, + "routes": [ + { + "train": "2-3", + "connections": [ + [ + "K4", + "J5" + ], + [ + "L5", + "K4" + ], + [ + "J7", + "K6", + "L5" + ] + ], + "hexes": [ + "J5", + "K4", + "L5", + "J7" + ], + "revenue": 80, + "revenue_str": "J5-K4-L5-J7", + "nodes": [ + "K4-0", + "J5-0", + "L5-0", + "J7-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "4", + "entity_type": "minor", + "id": 212, + "created_at": 1695242573 + }, + { + "type": "undo", + "entity": "5", + "entity_type": "minor", + "id": 213, + "user": 11390, + "created_at": 1695242640 + }, + { + "type": "undo", + "entity": "4", + "entity_type": "minor", + "id": 214, + "user": 11390, + "created_at": 1695242641 + }, + { + "type": "undo", + "entity": "4", + "entity_type": "minor", + "id": 215, + "user": 11390, + "created_at": 1695242650 + }, + { + "type": "undo", + "entity": "4", + "entity_type": "minor", + "id": 216, + "user": 11390, + "created_at": 1695242654 + }, + { + "type": "undo", + "entity": "3", + "entity_type": "minor", + "id": 217, + "user": 11390, + "created_at": 1695242655 + }, + { + "type": "redo", + "entity": "3", + "entity_type": "minor", + "id": 218, + "user": 11390, + "created_at": 1695242659 + }, + { + "type": "redo", + "entity": "3", + "entity_type": "minor", + "id": 219, + "user": 11390, + "created_at": 1695242659 + }, + { + "type": "redo", + "entity": "4", + "entity_type": "minor", + "id": 220, + "user": 11390, + "created_at": 1695242660 + }, + { + "type": "redo", + "entity": "4", + "entity_type": "minor", + "id": 221, + "user": 11390, + "created_at": 1695242660 + }, + { + "type": "redo", + "entity": "4", + "entity_type": "minor", + "id": 222, + "user": 11390, + "created_at": 1695242662 + }, + { + "type": "lay_tile", + "entity": "5", + "entity_type": "minor", + "id": 223, + "created_at": 1695244211, + "hex": "H21", + "tile": "8-4", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "5", + "entity_type": "minor", + "id": 224, + "created_at": 1695244225, + "routes": [ + { + "train": "2-4", + "connections": [ + [ + "G22", + "H21", + "H19" + ], + [ + "H19", + "G20" + ] + ], + "hexes": [ + "G22", + "H19", + "G20" + ], + "revenue": 70, + "revenue_str": "G22-H19-G20", + "nodes": [ + "G22-0", + "H19-0", + "G20-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "5", + "entity_type": "minor", + "id": 225, + "created_at": 1695244241 + }, + { + "type": "pass", + "entity": "6", + "entity_type": "minor", + "id": 226, + "created_at": 1695244263 + }, + { + "type": "run_routes", + "entity": "6", + "entity_type": "minor", + "id": 227, + "created_at": 1695244269, + "routes": [ + { + "train": "2-5", + "connections": [ + [ + "K14", + "K12" + ], + [ + "K12", + "L13", + "M14", + "M16" + ] + ], + "hexes": [ + "K14", + "K12", + "M16" + ], + "revenue": 70, + "revenue_str": "K14-K12-M16", + "nodes": [ + "K14-1", + "K12-0", + "M16-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "6", + "entity_type": "minor", + "id": 228, + "created_at": 1695244274 + }, + { + "type": "lay_tile", + "entity": "7", + "entity_type": "minor", + "id": 229, + "created_at": 1695245730, + "hex": "H9", + "tile": "9-6", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "7", + "entity_type": "minor", + "id": 230, + "created_at": 1695245735, + "routes": [ + { + "train": "2-6", + "connections": [ + [ + "J5", + "I6", + "I8" + ], + [ + "I8", + "H9", + "G10" + ], + [ + "G10", + "G12" + ] + ], + "hexes": [ + "J5", + "I8", + "G10", + "G12" + ], + "revenue": 80, + "revenue_str": "J5-I8-G10-G12", + "nodes": [ + "J5-1", + "I8-0", + "G10-0", + "G12-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 231, + "created_at": 1695245742 + }, + { + "type": "pass", + "entity": "8", + "entity_type": "minor", + "id": 232, + "created_at": 1695246038 + }, + { + "type": "run_routes", + "entity": "8", + "entity_type": "minor", + "id": 233, + "created_at": 1695246042, + "routes": [ + { + "train": "2-7", + "connections": [ + [ + "N17", + "M16" + ], + [ + "M16", + "M14", + "L13", + "K12" + ] + ], + "hexes": [ + "N17", + "M16", + "K12" + ], + "revenue": 70, + "revenue_str": "N17-M16-K12", + "nodes": [ + "N17-0", + "M16-0", + "K12-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "8", + "entity_type": "minor", + "id": 234, + "created_at": 1695246044 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 235, + "created_at": 1695246132 + }, + { + "type": "run_routes", + "entity": "9", + "entity_type": "minor", + "id": 236, + "created_at": 1695246142, + "routes": [ + { + "train": "2-8", + "connections": [ + [ + "L5", + "K6", + "J7" + ], + [ + "K4", + "L5" + ], + [ + "J5", + "K4" + ] + ], + "hexes": [ + "J7", + "L5", + "K4", + "J5" + ], + "revenue": 80, + "revenue_str": "J7-L5-K4-J5", + "nodes": [ + "L5-0", + "J7-0", + "K4-0", + "J5-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 237, + "created_at": 1695246146 + }, + { + "type": "lay_tile", + "entity": "10", + "entity_type": "minor", + "id": 238, + "created_at": 1695246157, + "hex": "D19", + "tile": "57-1", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "10", + "entity_type": "minor", + "id": 239, + "created_at": 1695246176, + "routes": [ + { + "train": "2-9", + "connections": [ + [ + "E18", + "F19", + "G20" + ], + [ + "G20", + "H19" + ] + ], + "hexes": [ + "E18", + "G20", + "H19" + ], + "revenue": 70, + "revenue_str": "E18-G20-H19", + "nodes": [ + "E18-0", + "G20-0", + "H19-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "10", + "entity_type": "minor", + "id": 240, + "created_at": 1695246188 + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 241, + "created_at": 1695248740 + }, + { + "type": "run_routes", + "entity": "11", + "entity_type": "minor", + "id": 242, + "created_at": 1695248744, + "routes": [ + { + "train": "2-10", + "connections": [ + [ + "K14", + "K16", + "J17", + "I18" + ] + ], + "hexes": [ + "K14", + "I18" + ], + "revenue": 50, + "revenue_str": "K14-I18", + "nodes": [ + "K14-0", + "I18-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 243, + "created_at": 1695248748 + }, + { + "type": "lay_tile", + "entity": "12", + "entity_type": "minor", + "id": 244, + "created_at": 1695291241, + "hex": "F3", + "tile": "4-3", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "12", + "entity_type": "minor", + "id": 245, + "created_at": 1695291253, + "routes": [ + { + "train": "2-11", + "connections": [ + [ + "G2", + "F3" + ], + [ + "F3", + "E4", + "D3" + ], + [ + "D3", + "D1" + ] + ], + "hexes": [ + "G2", + "F3", + "D3", + "D1" + ], + "revenue": 80, + "revenue_str": "G2-F3-D3-D1", + "nodes": [ + "G2-0", + "F3-0", + "D3-0", + "D1-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "12", + "entity_type": "minor", + "id": 246, + "created_at": 1695291268 + }, + { + "type": "lay_tile", + "entity": "13", + "entity_type": "minor", + "id": 247, + "created_at": 1695301939, + "hex": "F11", + "tile": "58-4", + "rotation": 5 + }, + { + "type": "run_routes", + "entity": "13", + "entity_type": "minor", + "id": 248, + "created_at": 1695301948, + "routes": [ + { + "train": "2-12", + "connections": [ + [ + "F11", + "E12" + ], + [ + "G12", + "F11" + ], + [ + "G12", + "G10" + ], + [ + "G10", + "H9", + "I8" + ], + [ + "I8", + "I6", + "J5" + ] + ], + "hexes": [ + "E12", + "F11", + "G12", + "G10", + "I8", + "J5" + ], + "revenue": 100, + "revenue_str": "E12-F11-G12-G10-I8-J5", + "nodes": [ + "F11-0", + "E12-0", + "G12-0", + "G10-0", + "I8-0", + "J5-1" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "13", + "entity_type": "minor", + "id": 249, + "created_at": 1695301959 + }, + { + "type": "lay_tile", + "entity": "14", + "entity_type": "minor", + "id": 250, + "created_at": 1695301968, + "hex": "D15", + "tile": "58-5", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "14", + "entity_type": "minor", + "id": 251, + "created_at": 1695301978, + "routes": [ + { + "train": "2-13", + "connections": [ + [ + "D13", + "D15" + ], + [ + "D13", + "E12" + ], + [ + "E12", + "F11" + ], + [ + "F11", + "G12" + ] + ], + "hexes": [ + "D15", + "D13", + "E12", + "F11", + "G12" + ], + "revenue": 90, + "revenue_str": "D15-D13-E12-F11-G12", + "nodes": [ + "D13-0", + "D15-0", + "E12-0", + "F11-0", + "G12-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "14", + "entity_type": "minor", + "id": 252, + "created_at": 1695301985 + }, + { + "type": "lay_tile", + "entity": "15", + "entity_type": "minor", + "id": 253, + "created_at": 1695302590, + "hex": "A18", + "tile": "7-0", + "rotation": 4 + }, + { + "type": "run_routes", + "entity": "15", + "entity_type": "minor", + "id": 254, + "created_at": 1695302596, + "routes": [ + { + "train": "2-14", + "connections": [ + [ + "B17", + "B15", + "B13" + ], + [ + "B13", + "B11", + "A10" + ] + ], + "hexes": [ + "B17", + "B13", + "A10" + ], + "revenue": 80, + "revenue_str": "B17-B13-A10", + "nodes": [ + "B17-0", + "B13-0", + "A10-1" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "15", + "entity_type": "minor", + "id": 255, + "created_at": 1695302609 + }, + { + "type": "par", + "entity": 10481, + "entity_type": "player", + "id": 256, + "created_at": 1695305100, + "corporation": "BNR", + "share_price": "70,4,2" + }, + { + "type": "place_token", + "entity": "BNR", + "entity_type": "corporation", + "id": 257, + "created_at": 1695305129, + "city": "201-0-0", + "slot": 0, + "tokener": "BNR" + }, + { + "type": "par", + "entity": 1981, + "entity_type": "player", + "id": 258, + "created_at": 1695308076, + "corporation": "AIRS", + "share_price": "100,2,4" + }, + { + "type": "place_token", + "entity": "AIRS", + "entity_type": "corporation", + "id": 259, + "created_at": 1695308084, + "city": "K14-0-1", + "slot": 0, + "tokener": "AIRS" + }, + { + "type": "par", + "entity": 11390, + "entity_type": "player", + "id": 260, + "created_at": 1695318706, + "corporation": "FS", + "share_price": "70,4,2" + }, + { + "type": "place_token", + "entity": "FS", + "entity_type": "corporation", + "id": 261, + "created_at": 1695318711, + "city": "201-1-0", + "slot": 0, + "tokener": "FS" + }, + { + "type": "par", + "entity": 4477, + "entity_type": "player", + "id": 262, + "created_at": 1695320929, + "corporation": "DR", + "share_price": "82,3,3" + }, + { + "type": "place_token", + "entity": "DR", + "entity_type": "corporation", + "id": 263, + "created_at": 1695320933, + "city": "201-3-0", + "slot": 0, + "tokener": "DR" + }, + { + "type": "buy_shares", + "entity": 10481, + "entity_type": "player", + "id": 264, + "created_at": 1695323940, + "shares": [ + "BNR_2" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": "8", + "entity_type": "minor", + "id": 265, + "created_at": 1695324142, + "shares": [ + "AIRS_2" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "AIRS", + "entity_type": "corporation", + "id": 266, + "created_at": 1695324158, + "city": "202-0-0", + "slot": 0, + "tokener": "AIRS" + }, + { + "type": "buy_shares", + "entity": 11390, + "shares": [ + "FS_2" + ], + "percent": 10, + "entity_type": "player", + "id": 267, + "user": 11390, + "created_at": 1695327678 + }, + { + "type": "undo", + "entity": 4477, + "entity_type": "player", + "id": 268, + "user": 11390, + "created_at": 1695327683 + }, + { + "type": "buy_shares", + "entity": 11390, + "entity_type": "player", + "id": 269, + "created_at": 1695327691, + "shares": [ + "FS_2" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": "14", + "entity_type": "minor", + "id": 270, + "created_at": 1695328572, + "shares": [ + "DR_2" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "DR", + "entity_type": "corporation", + "id": 271, + "created_at": 1695328582, + "city": "202-3-0", + "slot": 0, + "tokener": "DR" + }, + { + "type": "buy_shares", + "entity": "1", + "entity_type": "minor", + "id": 272, + "created_at": 1695371741, + "shares": [ + "BNR_3" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "BNR", + "entity_type": "corporation", + "id": 273, + "created_at": 1695371831, + "city": "A10-0-0", + "slot": 0, + "tokener": "BNR" + }, + { + "type": "buy_shares", + "entity": 1981, + "entity_type": "player", + "id": 274, + "created_at": 1695378814, + "shares": [ + "AIRS_3" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 11390, + "entity_type": "player", + "id": 275, + "created_at": 1695392032, + "shares": [ + "FS_3" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 4477, + "entity_type": "player", + "id": 276, + "created_at": 1695394843, + "shares": [ + "DR_3" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": 10481, + "entity_type": "player", + "id": 277, + "created_at": 1695396773, + "auto_actions": [ + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1695396772 + } + ] + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 278, + "created_at": 1695399626 + }, + { + "type": "program_share_pass", + "entity": 4477, + "entity_type": "player", + "id": 279, + "created_at": 1695403319, + "auto_actions": [ + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "created_at": 1695403318 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 280, + "created_at": 1695406475 + }, + { + "type": "run_routes", + "entity": "3", + "entity_type": "minor", + "id": 281, + "created_at": 1695406480, + "routes": [ + { + "train": "2-2", + "connections": [ + [ + "A10", + "B11", + "B13" + ], + [ + "B13", + "B15", + "B17" + ] + ], + "hexes": [ + "A10", + "B13", + "B17" + ], + "revenue": 80, + "revenue_str": "A10-B13-B17", + "nodes": [ + "A10-1", + "B13-0", + "B17-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 282, + "created_at": 1695406505 + }, + { + "type": "pass", + "entity": "5", + "entity_type": "minor", + "id": 283, + "created_at": 1695411933 + }, + { + "type": "run_routes", + "entity": "5", + "entity_type": "minor", + "id": 284, + "created_at": 1695411936, + "routes": [ + { + "train": "2-4", + "connections": [ + [ + "G22", + "H21", + "H19" + ], + [ + "H19", + "G20" + ] + ], + "hexes": [ + "G22", + "H19", + "G20" + ], + "revenue": 70, + "revenue_str": "G22-H19-G20", + "nodes": [ + "G22-0", + "H19-0", + "G20-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "5", + "entity_type": "minor", + "id": 285, + "created_at": 1695411938 + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 286, + "created_at": 1695413669 + }, + { + "type": "run_routes", + "entity": "7", + "entity_type": "minor", + "id": 287, + "created_at": 1695413672, + "routes": [ + { + "train": "2-6", + "connections": [ + [ + "J5", + "I6", + "I8" + ], + [ + "I8", + "H9", + "G10" + ], + [ + "G10", + "G12" + ] + ], + "hexes": [ + "J5", + "I8", + "G10", + "G12" + ], + "revenue": 80, + "revenue_str": "J5-I8-G10-G12", + "nodes": [ + "J5-1", + "I8-0", + "G10-0", + "G12-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 288, + "created_at": 1695413676 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 289, + "created_at": 1695414239 + }, + { + "type": "run_routes", + "entity": "9", + "entity_type": "minor", + "id": 290, + "created_at": 1695414242, + "routes": [ + { + "train": "2-8", + "connections": [ + [ + "L5", + "K6", + "J7" + ], + [ + "K4", + "L5" + ], + [ + "J5", + "K4" + ] + ], + "hexes": [ + "J7", + "L5", + "K4", + "J5" + ], + "revenue": 80, + "revenue_str": "J7-L5-K4-J5", + "nodes": [ + "L5-0", + "J7-0", + "K4-0", + "J5-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "price": 1, + "train": "2-3", + "entity": "9", + "entity_type": "minor", + "id": 291, + "user": 11390, + "created_at": 1695414389 + }, + { + "type": "undo", + "entity": "10", + "entity_type": "minor", + "id": 292, + "user": 11390, + "created_at": 1695414392 + }, + { + "type": "buy_train", + "entity": "9", + "entity_type": "minor", + "id": 293, + "created_at": 1695414403, + "train": "2-2", + "price": 96 + }, + { + "type": "lay_tile", + "entity": "10", + "entity_type": "minor", + "id": 294, + "created_at": 1695414985, + "hex": "C20", + "tile": "58-6", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "10", + "entity_type": "minor", + "id": 295, + "created_at": 1695414995, + "routes": [ + { + "train": "2-9", + "connections": [ + [ + "E18", + "F19", + "G20" + ], + [ + "G20", + "H19" + ] + ], + "hexes": [ + "E18", + "G20", + "H19" + ], + "revenue": 70, + "revenue_str": "E18-G20-H19", + "nodes": [ + "E18-0", + "G20-0", + "H19-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "10", + "entity_type": "minor", + "id": 296, + "created_at": 1695415007 + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 297, + "created_at": 1695416879 + }, + { + "type": "run_routes", + "entity": "11", + "entity_type": "minor", + "id": 298, + "created_at": 1695416883, + "routes": [ + { + "train": "2-10", + "connections": [ + [ + "K14", + "K16", + "J17", + "I18" + ] + ], + "hexes": [ + "K14", + "I18" + ], + "revenue": 50, + "revenue_str": "K14-I18", + "nodes": [ + "K14-0", + "I18-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 299, + "user": 11390, + "created_at": 1695416933 + }, + { + "type": "undo", + "entity": "12", + "entity_type": "minor", + "id": 300, + "user": 11390, + "created_at": 1695416958 + }, + { + "type": "buy_train", + "entity": "11", + "entity_type": "minor", + "id": 301, + "created_at": 1695416998, + "train": "2-2", + "price": 14 + }, + { + "type": "lay_tile", + "entity": "12", + "entity_type": "minor", + "id": 302, + "created_at": 1695453544, + "hex": "G4", + "tile": "8-5", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "12", + "entity_type": "minor", + "id": 303, + "created_at": 1695453551, + "routes": [ + { + "train": "2-11", + "connections": [ + [ + "G2", + "F3" + ], + [ + "F3", + "E4", + "D3" + ], + [ + "D3", + "D1" + ] + ], + "hexes": [ + "G2", + "F3", + "D3", + "D1" + ], + "revenue": 80, + "revenue_str": "G2-F3-D3-D1", + "nodes": [ + "G2-0", + "F3-0", + "D3-0", + "D1-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "12", + "entity_type": "minor", + "id": 304, + "created_at": 1695453558 + }, + { + "type": "lay_tile", + "entity": "15", + "entity_type": "minor", + "id": 305, + "created_at": 1695456666, + "hex": "B19", + "tile": "57-2", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "15", + "entity_type": "minor", + "id": 306, + "created_at": 1695456670, + "routes": [ + { + "train": "2-14", + "connections": [ + [ + "B17", + "B15", + "B13" + ], + [ + "B13", + "B11", + "A10" + ] + ], + "hexes": [ + "B17", + "B13", + "A10" + ], + "revenue": 80, + "revenue_str": "B17-B13-A10", + "nodes": [ + "B17-0", + "B13-0", + "A10-1" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "entity": "15", + "entity_type": "minor", + "id": 307, + "created_at": 1695456732, + "train": "2-4", + "price": 115 + }, + { + "type": "pass", + "entity": "AIRS", + "entity_type": "corporation", + "id": 308, + "created_at": 1695456736 + }, + { + "type": "run_routes", + "entity": "AIRS", + "entity_type": "corporation", + "id": 309, + "created_at": 1695456740, + "routes": [ + { + "train": "2-7", + "connections": [ + [ + "M16", + "N17" + ] + ], + "hexes": [ + "M16", + "N17" + ], + "revenue": 60, + "revenue_str": "M16-N17", + "nodes": [ + "M16-0", + "N17-0" + ] + }, + { + "train": "2-5", + "connections": [ + [ + "K14", + "K12" + ], + [ + "K12", + "L13", + "M14", + "M16" + ] + ], + "hexes": [ + "K14", + "K12", + "M16" + ], + "revenue": 70, + "revenue_str": "K14-K12-M16", + "nodes": [ + "K14-1", + "K12-0", + "M16-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "dividend", + "entity": "AIRS", + "entity_type": "corporation", + "id": 310, + "created_at": 1695456743, + "kind": "half" + }, + { + "type": "buy_train", + "entity": "AIRS", + "entity_type": "corporation", + "id": 311, + "created_at": 1695456745, + "train": "3-0", + "price": 200, + "variant": "3" + }, + { + "type": "buy_train", + "entity": "AIRS", + "entity_type": "corporation", + "id": 312, + "created_at": 1695456745, + "train": "3-1", + "price": 200, + "variant": "3" + }, + { + "type": "lay_tile", + "entity": "DR", + "entity_type": "corporation", + "id": 313, + "created_at": 1695475146, + "hex": "G12", + "tile": "577-0", + "rotation": 3 + }, + { + "type": "run_routes", + "entity": "DR", + "entity_type": "corporation", + "id": 314, + "created_at": 1695475185, + "routes": [ + { + "train": "2-12", + "connections": [ + [ + "I8", + "I6", + "J5" + ], + [ + "G10", + "H9", + "I8" + ], + [ + "G12", + "G10" + ] + ], + "hexes": [ + "J5", + "I8", + "G10", + "G12" + ], + "revenue": 90, + "revenue_str": "J5-I8-G10-G12", + "nodes": [ + "I8-0", + "J5-1", + "G10-0", + "G12-0" + ] + }, + { + "train": "2-13", + "connections": [ + [ + "D13", + "D15" + ], + [ + "E12", + "D13" + ], + [ + "F11", + "E12" + ], + [ + "G12", + "F11" + ] + ], + "hexes": [ + "D15", + "D13", + "E12", + "F11", + "G12" + ], + "revenue": 100, + "revenue_str": "D15-D13-E12-F11-G12", + "nodes": [ + "D13-0", + "D15-0", + "E12-0", + "F11-0", + "G12-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "dividend", + "entity": "DR", + "entity_type": "corporation", + "id": 315, + "created_at": 1695475186, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "DR", + "entity_type": "corporation", + "id": 316, + "created_at": 1695475188, + "train": "3-2", + "price": 200, + "variant": "3" + }, + { + "type": "buy_train", + "entity": "DR", + "entity_type": "corporation", + "id": 317, + "created_at": 1695475210, + "train": "P-0", + "price": 100, + "variant": "P" + }, + { + "type": "lay_tile", + "entity": "BNR", + "entity_type": "corporation", + "id": 318, + "created_at": 1695498187, + "hex": "C8", + "tile": "576-0", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "BNR", + "entity_type": "corporation", + "id": 319, + "created_at": 1695498249, + "routes": [ + { + "train": "2-1", + "connections": [ + [ + "B7", + "A6" + ], + [ + "C8", + "B7" + ] + ], + "hexes": [ + "A6", + "B7", + "C8" + ], + "revenue": 90, + "revenue_str": "A6-B7-C8", + "nodes": [ + "B7-0", + "A6-0", + "C8-0" + ] + }, + { + "train": "2-0", + "connections": [ + [ + "C8", + "B9", + "A10" + ] + ], + "hexes": [ + "A10", + "C8" + ], + "revenue": 80, + "revenue_str": "A10-C8", + "nodes": [ + "C8-0", + "A10-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "dividend", + "entity": "BNR", + "entity_type": "corporation", + "id": 320, + "created_at": 1695498256, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "BNR", + "entity_type": "corporation", + "id": 321, + "created_at": 1695498289, + "train": "3-3", + "price": 200, + "variant": "3" + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 322, + "created_at": 1695498330 + }, + { + "type": "lay_tile", + "entity": "FS", + "entity_type": "corporation", + "id": 323, + "created_at": 1695499870, + "hex": "J5", + "tile": "581-0", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "FS", + "entity_type": "corporation", + "id": 324, + "created_at": 1695499906, + "routes": [ + { + "train": "2-3", + "connections": [ + [ + "K4", + "J5" + ], + [ + "L5", + "K4" + ], + [ + "J7", + "K6", + "L5" + ] + ], + "hexes": [ + "J5", + "K4", + "L5", + "J7" + ], + "revenue": 100, + "revenue_str": "J5-K4-L5-J7", + "nodes": [ + "K4-0", + "J5-2", + "L5-0", + "J7-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "kind": "payout", + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 325, + "user": 11390, + "created_at": 1695499913 + }, + { + "type": "buy_train", + "price": 200, + "train": "3-4", + "entity": "FS", + "variant": "3", + "entity_type": "corporation", + "id": 326, + "user": 11390, + "created_at": 1695499922 + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 327, + "user": 11390, + "created_at": 1695499924 + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 328, + "user": 11390, + "created_at": 1695499927 + }, + { + "type": "undo", + "entity": "3", + "entity_type": "minor", + "id": 329, + "user": 11390, + "created_at": 1695499929 + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 330, + "user": 11390, + "created_at": 1695499940 + }, + { + "type": "undo", + "entity": "3", + "entity_type": "minor", + "id": 331, + "user": 11390, + "created_at": 1695499950 + }, + { + "type": "undo", + "entity": "3", + "entity_type": "minor", + "id": 332, + "user": 11390, + "created_at": 1695499951 + }, + { + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 333, + "user": 11390, + "created_at": 1695499957 + }, + { + "type": "buy_train", + "price": 1, + "train": "2-2", + "entity": "FS", + "entity_type": "corporation", + "id": 334, + "user": 11390, + "created_at": 1695499968 + }, + { + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 335, + "user": 11390, + "created_at": 1695500010 + }, + { + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 336, + "user": 11390, + "created_at": 1695500010 + }, + { + "kind": "payout", + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 337, + "user": 11390, + "created_at": 1695500012 + }, + { + "type": "buy_train", + "price": 200, + "train": "3-4", + "entity": "FS", + "variant": "3", + "entity_type": "corporation", + "id": 338, + "user": 11390, + "created_at": 1695500013 + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 339, + "user": 11390, + "created_at": 1695500017 + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 340, + "user": 11390, + "created_at": 1695500020 + }, + { + "type": "undo", + "entity": "3", + "entity_type": "minor", + "id": 341, + "user": 11390, + "created_at": 1695500041 + }, + { + "type": "undo", + "entity": "3", + "entity_type": "minor", + "id": 342, + "user": 11390, + "created_at": 1695500042 + }, + { + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 343, + "user": 11390, + "created_at": 1695500066 + }, + { + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 344, + "user": 11390, + "created_at": 1695500072 + }, + { + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 345, + "created_at": 1695500151, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "FS", + "entity_type": "corporation", + "id": 346, + "created_at": 1695500199, + "train": "2-2", + "price": 1 + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 347, + "created_at": 1695500202 + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 348, + "created_at": 1695500208 + }, + { + "type": "buy_train", + "entity": "3", + "entity_type": "minor", + "id": 349, + "created_at": 1695500210, + "train": "3-4", + "price": 200, + "variant": "3" + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 350, + "user": 11390, + "created_at": 1695500211 + }, + { + "type": "undo", + "entity": "5", + "entity_type": "minor", + "id": 351, + "user": 11390, + "created_at": 1695500231 + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 352, + "created_at": 1695500306 + }, + { + "type": "pass", + "entity": "5", + "entity_type": "minor", + "id": 353, + "created_at": 1695500725 + }, + { + "type": "buy_train", + "entity": "5", + "entity_type": "minor", + "id": 354, + "created_at": 1695500741, + "train": "3-0", + "price": 205 + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 355, + "created_at": 1695501779 + }, + { + "type": "run_routes", + "entity": "7", + "entity_type": "minor", + "id": 356, + "created_at": 1695501782, + "routes": [ + { + "train": "2-6", + "connections": [ + [ + "J5", + "I6", + "I8" + ], + [ + "I8", + "H9", + "G10" + ], + [ + "G10", + "G12" + ] + ], + "hexes": [ + "J5", + "I8", + "G10", + "G12" + ], + "revenue": 110, + "revenue_str": "J5-I8-G10-G12", + "nodes": [ + "J5-0", + "I8-0", + "G10-0", + "G12-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "entity": "7", + "entity_type": "minor", + "id": 357, + "created_at": 1695501964, + "train": "3-2", + "price": 130 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 358, + "created_at": 1695502010 + }, + { + "type": "run_routes", + "entity": "9", + "entity_type": "minor", + "id": 359, + "created_at": 1695502014, + "routes": [ + { + "train": "2-8", + "connections": [ + [ + "L5", + "K6", + "J7" + ], + [ + "K4", + "L5" + ], + [ + "J5", + "K4" + ] + ], + "hexes": [ + "J7", + "L5", + "K4", + "J5" + ], + "revenue": 100, + "revenue_str": "J7-L5-K4-J5", + "nodes": [ + "L5-0", + "J7-0", + "K4-0", + "J5-2" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "entity": "9", + "entity_type": "minor", + "id": 360, + "created_at": 1695502036, + "train": "2-2", + "price": 87 + }, + { + "type": "pass", + "entity": "10", + "entity_type": "minor", + "id": 361, + "created_at": 1695502240 + }, + { + "type": "run_routes", + "entity": "10", + "entity_type": "minor", + "id": 362, + "created_at": 1695502242, + "routes": [ + { + "train": "2-9", + "connections": [ + [ + "E18", + "F19", + "G20" + ], + [ + "G20", + "H19" + ] + ], + "hexes": [ + "E18", + "G20", + "H19" + ], + "revenue": 70, + "revenue_str": "E18-G20-H19", + "nodes": [ + "E18-0", + "G20-0", + "H19-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "10", + "entity_type": "minor", + "id": 363, + "created_at": 1695502679 + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 364, + "created_at": 1695505890 + }, + { + "type": "run_routes", + "entity": "11", + "entity_type": "minor", + "id": 365, + "created_at": 1695505892, + "routes": [ + { + "train": "2-10", + "connections": [ + [ + "K14", + "K16", + "J17", + "I18" + ] + ], + "hexes": [ + "K14", + "I18" + ], + "revenue": 50, + "revenue_str": "K14-I18", + "nodes": [ + "K14-0", + "I18-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "buy_train", + "entity": "11", + "entity_type": "minor", + "id": 366, + "created_at": 1695506094, + "train": "2-2", + "price": 1 + }, + { + "type": "lay_tile", + "entity": "12", + "entity_type": "minor", + "id": 367, + "created_at": 1695509046, + "hex": "F5", + "tile": "9-7", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "12", + "entity_type": "minor", + "id": 368, + "created_at": 1695509052, + "routes": [ + { + "train": "2-11", + "connections": [ + [ + "G2", + "F3" + ], + [ + "F3", + "E4", + "D3" + ], + [ + "D3", + "D1" + ] + ], + "hexes": [ + "G2", + "F3", + "D3", + "D1" + ], + "revenue": 80, + "revenue_str": "G2-F3-D3-D1", + "nodes": [ + "G2-0", + "F3-0", + "D3-0", + "D1-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "12", + "entity_type": "minor", + "id": 369, + "created_at": 1695509067 + }, + { + "type": "pass", + "entity": "15", + "entity_type": "minor", + "id": 370, + "created_at": 1695538597 + }, + { + "type": "run_routes", + "entity": "15", + "entity_type": "minor", + "id": 371, + "created_at": 1695538618, + "routes": [ + { + "train": "2-4", + "connections": [ + [ + "B17", + "A18", + "B19" + ], + [ + "B19", + "C20" + ] + ], + "hexes": [ + "B17", + "B19", + "C20" + ], + "revenue": 60, + "revenue_str": "B17-B19-C20", + "nodes": [ + "B17-0", + "B19-0", + "C20-0" + ] + }, + { + "train": "2-14", + "connections": [ + [ + "B17", + "B15", + "B13" + ], + [ + "B13", + "B11", + "A10" + ] + ], + "hexes": [ + "B17", + "B13", + "A10" + ], + "revenue": 80, + "revenue_str": "B17-B13-A10", + "nodes": [ + "B17-0", + "B13-0", + "A10-1" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "lay_tile", + "entity": "AIRS", + "entity_type": "corporation", + "id": 372, + "created_at": 1695538775, + "hex": "K14", + "tile": "581-1", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "AIRS", + "entity_type": "corporation", + "id": 373, + "created_at": 1695538791, + "routes": [ + { + "train": "3-1", + "connections": [ + [ + "M16", + "M14", + "L13", + "K12" + ] + ], + "hexes": [ + "M16", + "K12" + ], + "revenue": 40, + "revenue_str": "M16-K12", + "nodes": [ + "M16-0", + "K12-0" + ] + }, + { + "train": "2-7", + "connections": [ + [ + "K14", + "K12" + ] + ], + "hexes": [ + "K14", + "K12" + ], + "revenue": 60, + "revenue_str": "K14-K12", + "nodes": [ + "K14-1", + "K12-0" + ] + }, + { + "train": "2-5", + "connections": [ + [ + "M16", + "N17" + ] + ], + "hexes": [ + "M16", + "N17" + ], + "revenue": 60, + "revenue_str": "M16-N17", + "nodes": [ + "M16-0", + "N17-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "dividend", + "entity": "AIRS", + "entity_type": "corporation", + "id": 374, + "created_at": 1695538796, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "AIRS", + "entity_type": "corporation", + "id": 375, + "created_at": 1695538798, + "train": "4-0", + "price": 300, + "variant": "4" + }, + { + "type": "pass", + "entity": "AIRS", + "entity_type": "corporation", + "id": 376, + "created_at": 1695538849 + }, + { + "type": "pass", + "entity": "AIRS", + "entity_type": "corporation", + "id": 377, + "created_at": 1695544253 + }, + { + "type": "lay_tile", + "entity": "DR", + "entity_type": "corporation", + "id": 378, + "created_at": 1695567311, + "hex": "C16", + "tile": "58-7", + "rotation": 2 + }, + { + "type": "buy_train", + "entity": "DR", + "entity_type": "corporation", + "id": 379, + "created_at": 1695567315, + "train": "4-1", + "price": 300, + "variant": "4" + }, + { + "type": "pass", + "entity": "DR", + "entity_type": "corporation", + "id": 380, + "created_at": 1695567323 + }, + { + "type": "lay_tile", + "entity": "BNR", + "entity_type": "corporation", + "id": 381, + "created_at": 1695576465, + "hex": "D7", + "tile": "57-3", + "rotation": 1 + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 382, + "created_at": 1695576481 + }, + { + "type": "run_routes", + "entity": "BNR", + "entity_type": "corporation", + "id": 383, + "created_at": 1695576491, + "routes": [ + { + "train": "3-3", + "connections": [ + [ + "A10", + "B9", + "C8" + ], + [ + "C8", + "B7" + ], + [ + "B7", + "A6" + ] + ], + "hexes": [ + "A10", + "C8", + "B7", + "A6" + ], + "revenue": 130, + "revenue_str": "A10-C8-B7-A6", + "nodes": [ + "A10-0", + "C8-0", + "B7-0", + "A6-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "dividend", + "entity": "BNR", + "entity_type": "corporation", + "id": 384, + "created_at": 1695576522, + "kind": "withhold" + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 385, + "created_at": 1695576530 + }, + { + "type": "sell_shares", + "entity": "BNR", + "entity_type": "corporation", + "id": 386, + "created_at": 1695576552, + "shares": [ + "BNR_4" + ], + "percent": 10 + }, + { + "type": "lay_tile", + "entity": "FS", + "entity_type": "corporation", + "id": 387, + "created_at": 1695578833, + "hex": "J7", + "tile": "577-1", + "rotation": 4 + }, + { + "type": "buy_train", + "entity": "FS", + "entity_type": "corporation", + "id": 388, + "created_at": 1695578840, + "train": "4-2", + "price": 300, + "variant": "4" + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 389, + "created_at": 1695578844 + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 390, + "created_at": 1695578854 + }, + { + "type": "buy_shares", + "entity": 10481, + "entity_type": "player", + "id": 391, + "created_at": 1695593500, + "shares": [ + "BNR_4" + ], + "percent": 10 + }, + { + "type": "par", + "entity": 1981, + "entity_type": "player", + "id": 392, + "created_at": 1695621370, + "corporation": "SNCF", + "share_price": "100,2,4" + }, + { + "type": "place_token", + "entity": "SNCF", + "entity_type": "corporation", + "id": 393, + "created_at": 1695621376, + "city": "202-4-0", + "slot": 0, + "tokener": "SNCF" + }, + { + "type": "buy_shares", + "entity": "3", + "shares": [ + "SNCF_2" + ], + "percent": 10, + "entity_type": "minor", + "id": 394, + "user": 11390, + "created_at": 1695633830 + }, + { + "type": "undo", + "entity": "SNCF", + "entity_type": "corporation", + "id": 395, + "user": 11390, + "created_at": 1695633846 + }, + { + "type": "buy_shares", + "entity": 11390, + "shares": [ + "BNR_5" + ], + "percent": 10, + "entity_type": "player", + "id": 396, + "user": 11390, + "created_at": 1695633945 + }, + { + "type": "undo", + "entity": 4477, + "entity_type": "player", + "id": 397, + "user": 11390, + "created_at": 1695633966 + }, + { + "type": "buy_shares", + "entity": 11390, + "entity_type": "player", + "id": 398, + "created_at": 1695633972, + "shares": [ + "AIRS_4" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 4477, + "shares": [ + "DR_4" + ], + "percent": 10, + "entity_type": "player", + "id": 399, + "user": 4477, + "created_at": 1695648281 + }, + { + "type": "undo", + "entity": 10481, + "entity_type": "player", + "id": 400, + "user": 4477, + "created_at": 1695648298 + }, + { + "type": "buy_shares", + "entity": 4477, + "shares": [ + "AIRS_5" + ], + "percent": 10, + "entity_type": "player", + "id": 401, + "user": 4477, + "created_at": 1695648301 + }, + { + "type": "undo", + "entity": 10481, + "entity_type": "player", + "id": 402, + "user": 4477, + "created_at": 1695648306 + }, + { + "type": "buy_shares", + "entity": 4477, + "entity_type": "player", + "id": 403, + "created_at": 1695648315, + "shares": [ + "DR_4" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 10481, + "entity_type": "player", + "id": 404, + "created_at": 1695667406, + "shares": [ + "DR_5" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": "10", + "entity_type": "minor", + "id": 405, + "created_at": 1695676657, + "shares": [ + "SNCF_2" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "SNCF", + "entity_type": "corporation", + "id": 406, + "created_at": 1695676669, + "city": "202-1-0", + "slot": 0, + "tokener": "SNCF" + }, + { + "type": "buy_shares", + "entity": 11390, + "entity_type": "player", + "id": 407, + "created_at": 1695681054, + "shares": [ + "BNR_5" + ], + "percent": 10 + }, + { + "type": "program_share_pass", + "entity": 4477, + "entity_type": "player", + "id": 408, + "created_at": 1695681269, + "auto_actions": [ + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "created_at": 1695681270 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "pass", + "entity": 10481, + "entity_type": "player", + "id": 409, + "created_at": 1695681635 + }, + { + "type": "buy_shares", + "entity": "5", + "entity_type": "minor", + "id": 410, + "created_at": 1695708585, + "shares": [ + "SNCF_3" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": "SNCF", + "entity_type": "corporation", + "id": 411, + "created_at": 1695708593 + }, + { + "type": "buy_shares", + "entity": 11390, + "entity_type": "player", + "id": 412, + "created_at": 1695752647, + "auto_actions": [ + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "created_at": 1695752646 + } + ], + "shares": [ + "BNR_6" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": 10481, + "entity_type": "player", + "id": 413, + "user": 10481, + "created_at": 1695754100 + }, + { + "type": "undo", + "entity": 1981, + "entity_type": "player", + "id": 414, + "user": 10481, + "created_at": 1695754115 + }, + { + "type": "pass", + "entity": 10481, + "entity_type": "player", + "id": 415, + "created_at": 1695754287 + }, + { + "type": "buy_shares", + "entity": 1981, + "entity_type": "player", + "id": 416, + "created_at": 1695756006, + "shares": [ + "DR_6" + ], + "percent": 10 + }, + { + "type": "program_buy_shares", + "entity": 1981, + "entity_type": "player", + "id": 417, + "created_at": 1695756709, + "corporation": "FS", + "until_condition": 1, + "from_market": false, + "auto_pass_after": false + }, + { + "type": "program_buy_shares", + "entity": 1981, + "entity_type": "player", + "id": 418, + "created_at": 1695756716, + "corporation": "FS", + "until_condition": 1, + "from_market": false, + "auto_pass_after": true + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 419, + "created_at": 1695758833, + "auto_actions": [ + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "created_at": 1695758833 + } + ] + }, + { + "type": "pass", + "entity": 10481, + "entity_type": "player", + "id": 420, + "created_at": 1695762224, + "auto_actions": [ + { + "type": "buy_shares", + "entity": 1981, + "entity_type": "player", + "created_at": 1695762222, + "shares": [ + "FS_4" + ], + "percent": 10 + } + ] + }, + { + "type": "pass", + "entity": 11390, + "entity_type": "player", + "id": 421, + "created_at": 1695767399, + "auto_actions": [ + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "created_at": 1695767397 + } + ] + }, + { + "type": "pass", + "entity": 10481, + "entity_type": "player", + "id": 422, + "created_at": 1695768450, + "auto_actions": [ + { + "type": "program_disable", + "entity": 1981, + "entity_type": "player", + "created_at": 1695768448, + "reason": "1 share(s) bought in FS, end condition met" + }, + { + "type": "program_share_pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1695768448, + "unconditional": false, + "indefinite": false + }, + { + "type": "pass", + "entity": 1981, + "entity_type": "player", + "created_at": 1695768448 + } + ] + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 423, + "created_at": 1695777918 + }, + { + "type": "run_routes", + "entity": "3", + "entity_type": "minor", + "id": 424, + "created_at": 1695777938, + "routes": [ + { + "train": "3-4", + "connections": [ + [ + "B13", + "B15", + "B17" + ], + [ + "A10", + "B11", + "B13" + ] + ], + "hexes": [ + "B17", + "B13", + "A10" + ], + "revenue": 80, + "revenue_str": "B17-B13-A10", + "nodes": [ + "B13-0", + "B17-0", + "A10-1" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 425, + "created_at": 1695777998 + }, + { + "type": "run_routes", + "entity": "7", + "entity_type": "minor", + "id": 426, + "created_at": 1695778005, + "routes": [ + { + "train": "3-2", + "connections": [ + [ + "G10", + "G12" + ], + [ + "I8", + "H9", + "G10" + ], + [ + "J5", + "I6", + "I8" + ], + [ + "J7", + "J5" + ] + ], + "hexes": [ + "G12", + "G10", + "I8", + "J5", + "J7" + ], + "revenue": 150, + "revenue_str": "G12-G10-I8-J5-J7", + "nodes": [ + "G10-0", + "G12-0", + "I8-0", + "J5-0", + "J7-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 427, + "created_at": 1695781179 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 428, + "created_at": 1695781184 + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 429, + "created_at": 1695781187 + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 430, + "created_at": 1695781188 + }, + { + "type": "lay_tile", + "entity": "12", + "entity_type": "minor", + "id": 431, + "created_at": 1695802553, + "hex": "E6", + "tile": "57-4", + "rotation": 1 + }, + { + "type": "buy_train", + "price": 1, + "train": "3-3", + "entity": "12", + "entity_type": "minor", + "id": 432, + "user": 10481, + "created_at": 1695802722 + }, + { + "type": "undo", + "entity": "AIRS", + "entity_type": "corporation", + "id": 433, + "user": 10481, + "created_at": 1695802739 + }, + { + "type": "buy_train", + "entity": "12", + "entity_type": "minor", + "id": 434, + "created_at": 1695802808, + "train": "3-3", + "price": 40 + }, + { + "type": "lay_tile", + "entity": "AIRS", + "entity_type": "corporation", + "id": 435, + "created_at": 1695812148, + "hex": "L13", + "tile": "83-0", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "AIRS", + "entity_type": "corporation", + "id": 436, + "created_at": 1695812165, + "routes": [ + { + "train": "4-0", + "connections": [ + [ + "K14", + "K12" + ] + ], + "hexes": [ + "K14", + "K12" + ], + "revenue": 60, + "revenue_str": "K14-K12", + "nodes": [ + "K14-1", + "K12-0" + ] + }, + { + "train": "3-1", + "connections": [ + [ + "K14", + "L13", + "M14", + "M16" + ], + [ + "M16", + "N17" + ] + ], + "hexes": [ + "K14", + "M16", + "N17" + ], + "revenue": 110, + "revenue_str": "K14-M16-N17", + "nodes": [ + "K14-1", + "M16-0", + "N17-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "dividend", + "entity": "AIRS", + "entity_type": "corporation", + "id": 437, + "created_at": 1695812173, + "kind": "payout" + }, + { + "type": "buy_train", + "price": 100, + "train": "P-1", + "entity": "AIRS", + "variant": "P", + "entity_type": "corporation", + "id": 438, + "user": 1981, + "created_at": 1695812255 + }, + { + "type": "sell_shares", + "entity": "AIRS", + "shares": [ + "AIRS_5", + "AIRS_6", + "AIRS_7", + "AIRS_8" + ], + "percent": 40, + "entity_type": "corporation", + "id": 439, + "user": 1981, + "created_at": 1695812410 + }, + { + "hex": "B11", + "tile": "83-1", + "type": "lay_tile", + "entity": "SNCF", + "rotation": 3, + "entity_type": "corporation", + "id": 440, + "user": 1981, + "created_at": 1695812423 + }, + { + "city": "57-2-0", + "slot": 0, + "type": "place_token", + "entity": "SNCF", + "tokener": "SNCF", + "entity_type": "corporation", + "id": 441, + "user": 1981, + "created_at": 1695812445 + }, + { + "type": "run_routes", + "entity": "SNCF", + "routes": [ + { + "hexes": [ + "A10", + "B13", + "B17", + "B19", + "C20" + ], + "nodes": [ + "A10-1", + "B13-0", + "B17-0", + "B19-0", + "C20-0" + ], + "train": "3-0", + "revenue": 110, + "connections": [ + [ + "A10", + "B11", + "B13" + ], + [ + "B13", + "B15", + "B17" + ], + [ + "B17", + "A18", + "B19" + ], + [ + "B19", + "C20" + ] + ], + "revenue_str": "A10-B13-B17-B19-C20" + } + ], + "entity_type": "corporation", + "extra_revenue": 0, + "id": 442, + "user": 1981, + "created_at": 1695812464 + }, + { + "kind": "payout", + "type": "dividend", + "entity": "SNCF", + "entity_type": "corporation", + "id": 443, + "user": 1981, + "created_at": 1695812468 + }, + { + "type": "undo", + "entity": "SNCF", + "entity_type": "corporation", + "id": 444, + "user": 1981, + "created_at": 1695812912 + }, + { + "type": "undo", + "entity": "SNCF", + "entity_type": "corporation", + "id": 445, + "user": 1981, + "created_at": 1695812914 + }, + { + "type": "undo", + "entity": "SNCF", + "entity_type": "corporation", + "id": 446, + "user": 1981, + "created_at": 1695812915 + }, + { + "type": "undo", + "entity": "SNCF", + "entity_type": "corporation", + "id": 447, + "user": 1981, + "created_at": 1695812916 + }, + { + "type": "undo", + "entity": "SNCF", + "entity_type": "corporation", + "id": 448, + "user": 1981, + "created_at": 1695812919 + }, + { + "type": "undo", + "entity": "AIRS", + "entity_type": "corporation", + "id": 449, + "user": 1981, + "created_at": 1695812921 + }, + { + "type": "pass", + "entity": "AIRS", + "entity_type": "corporation", + "id": 450, + "created_at": 1695812925 + }, + { + "type": "sell_shares", + "entity": "AIRS", + "entity_type": "corporation", + "id": 451, + "created_at": 1695812927, + "shares": [ + "AIRS_5", + "AIRS_6", + "AIRS_7", + "AIRS_8" + ], + "percent": 40 + }, + { + "type": "lay_tile", + "entity": "SNCF", + "entity_type": "corporation", + "id": 452, + "created_at": 1695812941, + "hex": "B11", + "tile": "83-1", + "rotation": 3 + }, + { + "city": "57-2-0", + "slot": 0, + "type": "place_token", + "entity": "SNCF", + "tokener": "SNCF", + "entity_type": "corporation", + "id": 453, + "user": 1981, + "created_at": 1695812945 + }, + { + "type": "undo", + "entity": "SNCF", + "entity_type": "corporation", + "id": 454, + "user": 1981, + "created_at": 1695812994 + }, + { + "type": "pass", + "entity": "SNCF", + "entity_type": "corporation", + "id": 455, + "created_at": 1695812995 + }, + { + "type": "run_routes", + "entity": "SNCF", + "entity_type": "corporation", + "id": 456, + "created_at": 1695813001, + "routes": [ + { + "train": "3-0", + "connections": [ + [ + "A10", + "B11", + "B13" + ], + [ + "B13", + "B15", + "B17" + ], + [ + "B17", + "A18", + "B19" + ], + [ + "B19", + "C20" + ] + ], + "hexes": [ + "A10", + "B13", + "B17", + "B19", + "C20" + ], + "revenue": 110, + "revenue_str": "A10-B13-B17-B19-C20", + "nodes": [ + "A10-1", + "B13-0", + "B17-0", + "B19-0", + "C20-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "dividend", + "entity": "SNCF", + "entity_type": "corporation", + "id": 457, + "created_at": 1695813002, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "SNCF", + "entity_type": "corporation", + "id": 458, + "created_at": 1695813007, + "train": "4-3", + "price": 300, + "variant": "4" + }, + { + "type": "pass", + "entity": "SNCF", + "entity_type": "corporation", + "id": 459, + "created_at": 1695813013 + }, + { + "type": "lay_tile", + "entity": "DR", + "entity_type": "corporation", + "id": 460, + "created_at": 1695813283, + "hex": "B15", + "tile": "83-2", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "DR", + "entity_type": "corporation", + "id": 461, + "created_at": 1695813307, + "routes": [ + { + "train": "4-1", + "connections": [ + [ + "B13", + "B11", + "A10" + ], + [ + "C16", + "B15", + "B13" + ], + [ + "D15", + "C16" + ], + [ + "D13", + "D15" + ], + [ + "E12", + "D13" + ], + [ + "F11", + "E12" + ], + [ + "G12", + "F11" + ], + [ + "G10", + "G12" + ], + [ + "I8", + "H9", + "G10" + ], + [ + "J5", + "I6", + "I8" + ] + ], + "hexes": [ + "A10", + "B13", + "C16", + "D15", + "D13", + "E12", + "F11", + "G12", + "G10", + "I8", + "J5" + ], + "revenue": 230, + "revenue_str": "A10-B13-C16-D15-D13-E12-F11-G12-G10-I8-J5", + "nodes": [ + "B13-0", + "A10-1", + "C16-0", + "D15-0", + "D13-0", + "E12-0", + "F11-0", + "G12-0", + "G10-0", + "I8-0", + "J5-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "dividend", + "entity": "DR", + "entity_type": "corporation", + "id": 462, + "created_at": 1695813309, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "DR", + "entity_type": "corporation", + "id": 463, + "created_at": 1695813334, + "train": "3-2", + "price": 1 + }, + { + "type": "pass", + "entity": "DR", + "entity_type": "corporation", + "id": 464, + "created_at": 1695813357 + }, + { + "type": "pass", + "entity": "DR", + "entity_type": "corporation", + "id": 465, + "created_at": 1695813368 + }, + { + "type": "lay_tile", + "entity": "FS", + "entity_type": "corporation", + "id": 466, + "created_at": 1695846289, + "hex": "I8", + "tile": "142-0", + "rotation": 4 + }, + { + "type": "run_routes", + "entity": "FS", + "entity_type": "corporation", + "id": 467, + "created_at": 1695846339, + "routes": [ + { + "train": "4-2", + "connections": [ + [ + "G10", + "G12" + ], + [ + "I8", + "H9", + "G10" + ], + [ + "J7", + "I8" + ], + [ + "L5", + "K6", + "J7" + ], + [ + "K4", + "L5" + ], + [ + "K4", + "J5" + ] + ], + "hexes": [ + "G12", + "G10", + "I8", + "J7", + "L5", + "K4", + "J5" + ], + "revenue": 170, + "revenue_str": "G12-G10-I8-J7-L5-K4-J5", + "nodes": [ + "G10-0", + "G12-0", + "I8-0", + "J7-0", + "L5-0", + "K4-0", + "J5-2" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 468, + "created_at": 1695846350, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "FS", + "entity_type": "corporation", + "id": 469, + "created_at": 1695850359, + "train": "P-0", + "price": 100, + "variant": "P" + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 470, + "created_at": 1695850361 + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 471, + "created_at": 1695850368 + }, + { + "type": "lay_tile", + "entity": "BNR", + "entity_type": "corporation", + "id": 472, + "created_at": 1695888145, + "hex": "D7", + "tile": "14-0", + "rotation": 1 + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 473, + "created_at": 1695888179 + }, + { + "type": "buy_train", + "entity": "BNR", + "entity_type": "corporation", + "id": 474, + "created_at": 1695888190, + "train": "5-0", + "price": 500, + "variant": "5" + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 475, + "created_at": 1695888193 + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 476, + "created_at": 1695888199 + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 477, + "created_at": 1695892586 + }, + { + "type": "run_routes", + "entity": "3", + "entity_type": "minor", + "id": 478, + "created_at": 1695892597, + "routes": [ + { + "train": "3-4", + "connections": [ + [ + "D15", + "D13" + ], + [ + "C16", + "D15" + ], + [ + "B13", + "B15", + "C16" + ], + [ + "A10", + "B11", + "B13" + ] + ], + "hexes": [ + "D13", + "D15", + "C16", + "B13", + "A10" + ], + "revenue": 100, + "revenue_str": "D13-D15-C16-B13-A10", + "nodes": [ + "D15-0", + "D13-0", + "C16-0", + "B13-0", + "A10-1" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 482, + "created_at": 1696976277 + }, + { + "type": "buy_train", + "entity": "7", + "entity_type": "minor", + "id": 483, + "created_at": 1696976288, + "train": "3-2", + "price": 101 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 484, + "created_at": 1696979949 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 485, + "user": 11390, + "created_at": 1696979950 + }, + { + "type": "undo", + "entity": "11", + "entity_type": "minor", + "id": 486, + "user": 11390, + "created_at": 1696979958 + }, + { + "type": "buy_train", + "price": 1, + "train": "3-4", + "entity": "9", + "entity_type": "minor", + "id": 487, + "user": 11390, + "created_at": 1696979966 + }, + { + "type": "undo", + "entity": "11", + "entity_type": "minor", + "id": 488, + "user": 11390, + "created_at": 1696979970 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 489, + "created_at": 1696980011 + }, + { + "type": "lay_tile", + "entity": "11", + "entity_type": "minor", + "id": 490, + "created_at": 1696980040, + "hex": "L15", + "tile": "4-4", + "rotation": 2 + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 491, + "created_at": 1696980056 + }, + { + "type": "lay_tile", + "entity": "12", + "entity_type": "minor", + "id": 492, + "created_at": 1697008076, + "hex": "H3", + "tile": "9-8", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "12", + "entity_type": "minor", + "id": 493, + "created_at": 1697008094, + "routes": [ + { + "train": "3-3", + "connections": [ + [ + "E6", + "F5", + "G4", + "G2" + ], + [ + "G2", + "F3" + ], + [ + "F3", + "E4", + "D3" + ], + [ + "D3", + "D1" + ] + ], + "hexes": [ + "E6", + "G2", + "F3", + "D3", + "D1" + ], + "revenue": 120, + "revenue_str": "E6-G2-F3-D3-D1", + "nodes": [ + "E6-0", + "G2-0", + "F3-0", + "D3-0", + "D1-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "lay_tile", + "entity": "AIRS", + "entity_type": "corporation", + "id": 494, + "created_at": 1697008832, + "hex": "K14", + "tile": "584-0", + "rotation": 0 + }, + { + "type": "pass", + "entity": "AIRS", + "entity_type": "corporation", + "id": 495, + "created_at": 1697008845 + }, + { + "type": "run_routes", + "entity": "AIRS", + "entity_type": "corporation", + "id": 496, + "created_at": 1697008863, + "routes": [ + { + "train": "4-0", + "connections": [ + [ + "K14", + "K16", + "J17", + "I18" + ] + ], + "hexes": [ + "K14", + "I18" + ], + "revenue": 80, + "revenue_str": "K14-I18", + "nodes": [ + "K14-0", + "I18-0" + ] + }, + { + "train": "3-1", + "connections": [ + [ + "N17", + "M16" + ], + [ + "M16", + "M14", + "L13", + "K12" + ], + [ + "K12", + "K14" + ], + [ + "K14", + "L15" + ] + ], + "hexes": [ + "N17", + "M16", + "K12", + "K14", + "L15" + ], + "revenue": 160, + "revenue_str": "N17-M16-K12-K14-L15", + "nodes": [ + "N17-0", + "M16-0", + "K12-0", + "K14-0", + "L15-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "dividend", + "entity": "AIRS", + "entity_type": "corporation", + "id": 497, + "created_at": 1697008892, + "kind": "payout" + }, + { + "type": "pass", + "entity": "AIRS", + "entity_type": "corporation", + "id": 498, + "created_at": 1697009028 + }, + { + "hex": "E18", + "tile": "579-0", + "type": "lay_tile", + "entity": "SNCF", + "rotation": 1, + "entity_type": "corporation", + "id": 499, + "user": 1981, + "created_at": 1697009170 + }, + { + "type": "pass", + "entity": "SNCF", + "entity_type": "corporation", + "id": 500, + "user": 1981, + "created_at": 1697009198 + }, + { + "type": "undo", + "entity": "SNCF", + "entity_type": "corporation", + "id": 501, + "user": 1981, + "created_at": 1697009355 + }, + { + "type": "undo", + "entity": "SNCF", + "entity_type": "corporation", + "id": 502, + "user": 1981, + "created_at": 1697009359 + }, + { + "type": "lay_tile", + "entity": "SNCF", + "entity_type": "corporation", + "id": 503, + "created_at": 1697009363, + "hex": "B9", + "tile": "83-3", + "rotation": 1 + }, + { + "type": "pass", + "entity": "SNCF", + "entity_type": "corporation", + "id": 504, + "created_at": 1697009366 + }, + { + "type": "run_routes", + "entity": "SNCF", + "entity_type": "corporation", + "id": 505, + "created_at": 1697009384, + "routes": [ + { + "train": "4-3", + "connections": [ + [ + "G22", + "H21", + "H19" + ], + [ + "H19", + "G20" + ], + [ + "G20", + "F19", + "E18" + ], + [ + "E18", + "D19" + ], + [ + "D19", + "C20" + ] + ], + "hexes": [ + "G22", + "H19", + "G20", + "E18", + "D19", + "C20" + ], + "revenue": 150, + "revenue_str": "G22-H19-G20-E18-D19-C20", + "nodes": [ + "G22-0", + "H19-0", + "G20-0", + "E18-0", + "D19-0", + "C20-0" + ] + }, + { + "train": "3-0", + "connections": [ + [ + "D13", + "D15" + ], + [ + "D15", + "C16" + ], + [ + "C16", + "B15", + "B17" + ], + [ + "B17", + "A18", + "B19" + ], + [ + "B19", + "C20" + ] + ], + "hexes": [ + "D13", + "D15", + "C16", + "B17", + "B19", + "C20" + ], + "revenue": 110, + "revenue_str": "D13-D15-C16-B17-B19-C20", + "nodes": [ + "D13-0", + "D15-0", + "C16-0", + "B17-0", + "B19-0", + "C20-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "dividend", + "entity": "SNCF", + "entity_type": "corporation", + "id": 506, + "created_at": 1697009391, + "kind": "payout" + }, + { + "type": "pass", + "entity": "SNCF", + "entity_type": "corporation", + "id": 507, + "created_at": 1697009397 + }, + { + "type": "lay_tile", + "entity": "DR", + "entity_type": "corporation", + "id": 508, + "created_at": 1697025537, + "hex": "C8", + "tile": "582-0", + "rotation": 4 + }, + { + "type": "place_token", + "entity": "DR", + "entity_type": "corporation", + "id": 509, + "created_at": 1697025538, + "city": "582-0-0", + "slot": 1, + "tokener": "DR" + }, + { + "type": "run_routes", + "entity": "DR", + "entity_type": "corporation", + "id": 510, + "created_at": 1697025633, + "routes": [ + { + "train": "4-1", + "connections": [ + [ + "B7", + "A6" + ], + [ + "C8", + "B7" + ], + [ + "B13", + "B11", + "B9", + "C8" + ], + [ + "C16", + "B15", + "B13" + ], + [ + "D15", + "C16" + ], + [ + "D13", + "D15" + ], + [ + "E12", + "D13" + ], + [ + "F11", + "E12" + ], + [ + "G12", + "F11" + ], + [ + "G10", + "G12" + ], + [ + "I8", + "H9", + "G10" + ] + ], + "hexes": [ + "A6", + "B7", + "C8", + "B13", + "C16", + "D15", + "D13", + "E12", + "F11", + "G12", + "G10", + "I8" + ], + "revenue": 270, + "revenue_str": "A6-B7-C8-B13-C16-D15-D13-E12-F11-G12-G10-I8", + "nodes": [ + "B7-0", + "A6-0", + "C8-0", + "B13-0", + "C16-0", + "D15-0", + "D13-0", + "E12-0", + "F11-0", + "G12-0", + "G10-0", + "I8-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "dividend", + "entity": "DR", + "entity_type": "corporation", + "id": 511, + "created_at": 1697025636, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "DR", + "entity_type": "corporation", + "id": 512, + "created_at": 1697025667, + "train": "3-2", + "price": 1 + }, + { + "type": "pass", + "entity": "DR", + "entity_type": "corporation", + "id": 513, + "created_at": 1697025676 + }, + { + "hex": "J5", + "tile": "584-1", + "type": "lay_tile", + "entity": "FS", + "rotation": 0, + "entity_type": "corporation", + "id": 514, + "user": 11390, + "created_at": 1697055008 + }, + { + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 515, + "user": 11390, + "created_at": 1697055020 + }, + { + "type": "lay_tile", + "entity": "FS", + "entity_type": "corporation", + "id": 516, + "created_at": 1697055023, + "hex": "G12", + "tile": "582-1", + "rotation": 0 + }, + { + "type": "place_token", + "entity": "FS", + "entity_type": "corporation", + "id": 517, + "created_at": 1697055024, + "city": "582-1-0", + "slot": 1, + "tokener": "FS" + }, + { + "type": "run_routes", + "entity": "FS", + "entity_type": "corporation", + "id": 518, + "created_at": 1697055082, + "routes": [ + { + "train": "4-2", + "connections": [ + [ + "E12", + "D13" + ], + [ + "F11", + "E12" + ], + [ + "G12", + "F11" + ], + [ + "G10", + "G12" + ], + [ + "I8", + "H9", + "G10" + ], + [ + "J7", + "I8" + ], + [ + "L5", + "K6", + "J7" + ], + [ + "K4", + "L5" + ], + [ + "K4", + "J5" + ] + ], + "hexes": [ + "D13", + "E12", + "F11", + "G12", + "G10", + "I8", + "J7", + "L5", + "K4", + "J5" + ], + "revenue": 230, + "revenue_str": "D13-E12-F11-G12-G10-I8-J7-L5-K4-J5", + "nodes": [ + "E12-0", + "D13-0", + "F11-0", + "G12-0", + "G10-0", + "I8-0", + "J7-0", + "L5-0", + "K4-0", + "J5-2" + ] + }, + { + "train": "P-0", + "connections": [ + [ + "local", + "J5" + ] + ], + "hexes": [ + "J5" + ], + "revenue": 50, + "revenue_str": "J5", + "nodes": [] + } + ], + "extra_revenue": 0 + }, + { + "kind": "withhold", + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 519, + "user": 11390, + "created_at": 1697055088 + }, + { + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 520, + "user": 11390, + "created_at": 1697055091 + }, + { + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 521, + "created_at": 1697055094, + "kind": "payout" + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 522, + "created_at": 1697055101 + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 523, + "created_at": 1697055102 + }, + { + "type": "lay_tile", + "entity": "BNR", + "entity_type": "corporation", + "id": 524, + "created_at": 1697057211, + "hex": "I4", + "tile": "9-9", + "rotation": 2 + }, + { + "type": "place_token", + "entity": "BNR", + "entity_type": "corporation", + "id": 525, + "created_at": 1697057237, + "city": "581-0-1", + "slot": 0, + "tokener": "BNR" + }, + { + "type": "run_routes", + "entity": "BNR", + "entity_type": "corporation", + "id": 526, + "created_at": 1697057289, + "routes": [ + { + "train": "5-0", + "connections": [ + [ + "A6", + "B7" + ], + [ + "B7", + "C8" + ], + [ + "C8", + "D7" + ], + [ + "D7", + "E6" + ], + [ + "E6", + "F5", + "G4", + "G2" + ] + ], + "hexes": [ + "A6", + "B7", + "C8", + "D7", + "E6", + "G2" + ], + "revenue": 250, + "revenue_str": "A6-B7-C8-D7-E6-G2 + R2R(20)", + "nodes": [ + "A6-0", + "B7-0", + "C8-0", + "D7-0", + "E6-0", + "G2-0" + ] + } + ], + "extra_revenue": 0 + }, + { + "type": "dividend", + "entity": "BNR", + "entity_type": "corporation", + "id": 527, + "created_at": 1697057299, + "kind": "half" + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 528, + "created_at": 1697057314 + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 529, + "created_at": 1697057327 + }, + { + "type": "buy_shares", + "entity": "12", + "entity_type": "minor", + "id": 530, + "created_at": 1697057343, + "shares": [ + "BNR_7" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "BNR", + "entity_type": "corporation", + "id": 531, + "created_at": 1697057400, + "city": "202-2-0", + "slot": 0, + "tokener": "BNR" + }, + { + "type": "buy_shares", + "entity": "3", + "shares": [ + "DR_7" + ], + "percent": 10, + "entity_type": "minor", + "id": 532, + "user": 11390, + "created_at": 1697058323 + }, + { + "type": "undo", + "entity": "DR", + "entity_type": "corporation", + "id": 533, + "user": 11390, + "created_at": 1697058339 + }, + { + "type": "buy_shares", + "entity": "3", + "entity_type": "minor", + "id": 534, + "created_at": 1697058415, + "shares": [ + "BNR_8" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 535, + "user": 10481, + "created_at": 1697097071 + }, + { + "type": "undo", + "entity": 4477, + "entity_type": "player", + "id": 536, + "user": 10481, + "created_at": 1697097107 + }, + { + "type": "place_token", + "entity": "BNR", + "entity_type": "corporation", + "id": 537, + "created_at": 1697097263, + "city": "A10-0-1", + "slot": 0, + "tokener": "BNR" + }, + { + "type": "pass", + "entity": 4477, + "entity_type": "player", + "id": 538, + "created_at": 1697123294 + }, + { + "type": "buy_shares", + "entity": "11", + "entity_type": "minor", + "id": 539, + "created_at": 1697143575, + "shares": [ + "AIRS_5" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "AIRS", + "entity_type": "corporation", + "id": 540, + "created_at": 1701282725, + "city": "584-0-0", + "slot": 1, + "tokener": "AIRS" + }, + { + "type": "undo", + "entity": 11390, + "entity_type": "player", + "id": 541, + "created_at": 1701282772 + }, + { + "type": "undo", + "entity": "AIRS", + "entity_type": "corporation", + "id": 542, + "created_at": 1701282774 + }, + { + "type": "undo", + "entity": 11390, + "entity_type": "player", + "id": 543, + "created_at": 1701282781 + }, + { + "type": "undo", + "entity": 4477, + "entity_type": "player", + "id": 544, + "created_at": 1701282782 + }, + { + "type": "undo", + "entity": "BNR", + "entity_type": "corporation", + "id": 545, + "created_at": 1701282784 + }, + { + "type": "undo", + "entity": 11390, + "entity_type": "player", + "id": 546, + "created_at": 1701282785 + }, + { + "type": "undo", + "entity": "BNR", + "entity_type": "corporation", + "id": 547, + "created_at": 1701282787 + }, + { + "type": "buy_shares", + "entity": "12", + "entity_type": "minor", + "id": 548, + "created_at": 1701282792, + "shares": [ + "DR_7" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "DR", + "entity_type": "corporation", + "id": 549, + "created_at": 1701282794, + "city": "202-2-0", + "slot": 0, + "tokener": "DR" + }, + { + "type": "buy_shares", + "entity": "3", + "entity_type": "minor", + "id": 550, + "created_at": 1701282806, + "shares": [ + "BNR_7" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 551, + "created_at": 1701282809 + }, + { + "type": "buy_shares", + "entity": "7", + "entity_type": "minor", + "id": 552, + "created_at": 1701282817, + "shares": [ + "DR_8" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "DR", + "entity_type": "corporation", + "id": 553, + "created_at": 1701282821, + "city": "581-0-0", + "slot": 0, + "tokener": "DR" + }, + { + "type": "buy_shares", + "entity": "11", + "entity_type": "minor", + "id": 554, + "created_at": 1701282823, + "auto_actions": [ + { + "type": "pass", + "entity": "AIRS", + "entity_type": "corporation", + "created_at": 1701282823 + } + ], + "shares": [ + "AIRS_5" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": "9", + "entity_type": "minor", + "id": 555, + "created_at": 1701282826, + "shares": [ + "FS_5" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "FS", + "entity_type": "corporation", + "id": 556, + "created_at": 1701282828, + "city": "581-0-2", + "slot": 0, + "tokener": "FS" + }, + { + "type": "discard_train", + "entity": "DR", + "entity_type": "corporation", + "id": 557, + "created_at": 1701282830, + "train": "4-1" + }, + { + "type": "buy_shares", + "entity": 11390, + "entity_type": "player", + "id": 558, + "created_at": 1701282837, + "shares": [ + "BNR_8" + ], + "percent": 10 + }, + { + "type": "end_game", + "entity": 4477, + "entity_type": "player", + "id": 559, + "created_at": 1701282879 + } + ], + "id": "hs_otccjepm_134483", + "players": [ + { + "id": 1981, + "name": "daveb" + }, + { + "id": 11390, + "name": "WaltzTangoFoxtrot" + }, + { + "id": 4477, + "name": "Trigo" + }, + { + "id": 10481, + "name": "beardurham" + } + ], + "title": "18EU", + "description": "Cloned from game hs_noazpmcd_134483", + "min_players": 3, + "max_players": 4, + "user": { + "id": 0, + "name": "You" + }, + "settings": { + "seed": 134483, + "is_async": true, + "unlisted": false, + "auto_routing": true, + "player_order": null, + "optional_rules": [] + }, + "user_settings": null, + "turn": 4, + "round": "Stock Round", + "acting": [ + 4477 + ], + "loaded": true, + "result": { + "1981": 1895, + "11390": 1318, + "4477": 1103, + "10481": 796 + }, + "created_at": "2023-11-29", + "updated_at": 1701282879, + "finished_at": 1697963389, + "mode": "hotseat", + "manually_ended": true +} \ No newline at end of file From 995580aab452b389350f16b1f243a4d9873af7ab Mon Sep 17 00:00:00 2001 From: Andrew Zwicky Date: Fri, 5 Jan 2024 21:56:07 -0600 Subject: [PATCH 5/7] removing auto_action, no longer necessary because taking market share offers no choices for tokens --- public/fixtures/18EU/auto_pass_already_tokened.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/public/fixtures/18EU/auto_pass_already_tokened.json b/public/fixtures/18EU/auto_pass_already_tokened.json index 7a66296fa7..a26142b2bb 100644 --- a/public/fixtures/18EU/auto_pass_already_tokened.json +++ b/public/fixtures/18EU/auto_pass_already_tokened.json @@ -7427,14 +7427,6 @@ "entity_type": "minor", "id": 554, "created_at": 1701282823, - "auto_actions": [ - { - "type": "pass", - "entity": "AIRS", - "entity_type": "corporation", - "created_at": 1701282823 - } - ], "shares": [ "AIRS_5" ], From 8b2396668a2c2adec7fa4862a6ba00467acf8034 Mon Sep 17 00:00:00 2001 From: Andrew Zwicky Date: Fri, 5 Jan 2024 22:03:52 -0600 Subject: [PATCH 6/7] Formatting to make changes easier to see --- public/fixtures/18EU/74045.json | 14498 +++++++++++++++++++++++++++++- 1 file changed, 14497 insertions(+), 1 deletion(-) diff --git a/public/fixtures/18EU/74045.json b/public/fixtures/18EU/74045.json index 7b0fe2fa36..468f2f5f75 100644 --- a/public/fixtures/18EU/74045.json +++ b/public/fixtures/18EU/74045.json @@ -1 +1,14497 @@ -{"id":74045,"description":"Indopacific time sones","user":{"id":4491,"name":"brendanm (+10:30)"},"players":[{"id":4491,"name":"brendanm (+10:30)"},{"id":10716,"name":"Serinis"},{"id":4871,"name":"HUGE"},{"id":574,"name":"yuji"}],"max_players":4,"title":"18EU","settings":{"seed":74045,"is_async":true,"unlisted":false,"auto_routing":false,"player_order":null,"optional_rules":["extra_three_train"]},"user_settings":null,"status":"finished","turn":6,"round":"Operating Round","acting":[4491,10716,4871,574],"result":{"574":7127,"10716":6626,"4871":6524,"4491":6481},"actions":[{"type":"bid","entity":4491,"entity_type":"player","id":1,"created_at":1645431995,"minor":"14","price":100},{"type":"bid","entity":10716,"entity_type":"player","id":2,"created_at":1645432097,"minor":"14","price":105},{"type":"pass","entity":4871,"entity_type":"player","id":3,"created_at":1645434200},{"type":"bid","entity":574,"entity_type":"player","id":4,"created_at":1645434233,"minor":"14","price":110},{"type":"bid","entity":4491,"entity_type":"player","id":5,"created_at":1645438818,"minor":"14","price":115},{"type":"pass","entity":10716,"entity_type":"player","id":6,"created_at":1645442505},{"type":"pass","entity":574,"entity_type":"player","id":7,"created_at":1645442526},{"type":"bid","entity":10716,"entity_type":"player","id":8,"created_at":1645442634,"minor":"1","price":0},{"type":"bid","entity":4871,"entity_type":"player","id":9,"created_at":1645445457,"minor":"1","price":100},{"type":"pass","entity":574,"entity_type":"player","id":10,"created_at":1645445476},{"type":"pass","entity":4491,"entity_type":"player","id":11,"created_at":1645479619},{"type":"bid","entity":10716,"entity_type":"player","id":12,"created_at":1645479745,"minor":"1","price":105},{"type":"bid","entity":4871,"entity_type":"player","id":13,"created_at":1645485308,"minor":"1","price":110},{"type":"pass","entity":10716,"entity_type":"player","id":14,"created_at":1645486006},{"type":"bid","entity":4871,"entity_type":"player","id":15,"created_at":1645486068,"minor":"7","price":0},{"type":"pass","entity":574,"entity_type":"player","id":16,"created_at":1645486340},{"type":"pass","entity":4491,"entity_type":"player","id":17,"created_at":1645487098},{"type":"bid","entity":10716,"entity_type":"player","id":18,"created_at":1645487549,"minor":"7","price":100},{"type":"pass","entity":4871,"entity_type":"player","id":19,"created_at":1645487985},{"type":"pass","entity":574,"entity_type":"player","id":20,"created_at":1645488322},{"type":"pass","entity":4491,"entity_type":"player","id":21,"created_at":1645488350},{"type":"bid","entity":574,"entity_type":"player","id":22,"created_at":1645488533,"minor":"11","price":0},{"type":"pass","entity":4491,"entity_type":"player","id":23,"created_at":1645488690},{"type":"pass","entity":10716,"entity_type":"player","id":24,"created_at":1645489194},{"type":"pass","entity":4871,"entity_type":"player","id":25,"created_at":1645489422},{"type":"pass","entity":574,"entity_type":"player","id":26,"created_at":1645489516},{"type":"pass","entity":4491,"entity_type":"player","id":27,"created_at":1645490158},{"type":"pass","entity":10716,"entity_type":"player","id":28,"created_at":1645490174},{"type":"pass","entity":4871,"entity_type":"player","id":29,"created_at":1645490406},{"type":"pass","entity":574,"entity_type":"player","id":30,"created_at":1645490536},{"type":"pass","entity":4491,"entity_type":"player","id":31,"created_at":1645492191},{"type":"pass","entity":10716,"entity_type":"player","id":32,"created_at":1645492300},{"type":"pass","entity":4871,"entity_type":"player","id":33,"created_at":1645492358},{"type":"pass","entity":574,"entity_type":"player","id":34,"created_at":1645492375},{"type":"pass","entity":4491,"entity_type":"player","id":35,"created_at":1645492506},{"type":"pass","entity":10716,"entity_type":"player","id":36,"created_at":1645492528},{"type":"pass","entity":4871,"entity_type":"player","id":37,"created_at":1645493348},{"type":"pass","entity":574,"entity_type":"player","id":38,"created_at":1645493529},{"type":"bid","entity":4491,"entity_type":"player","id":39,"created_at":1645494833,"minor":"11","price":60},{"type":"bid","minor":"3","price":100,"entity":4491,"entity_type":"player","id":40,"user":4491,"created_at":1645494867,"skip":true},{"skip":true,"type":"undo","entity":10716,"entity_type":"player","id":41,"user":4491,"created_at":1645494870},{"type":"bid","entity":4491,"entity_type":"player","id":42,"created_at":1645494883,"minor":"3","price":0},{"type":"pass","entity":10716,"entity_type":"player","id":43,"created_at":1645494987},{"type":"pass","entity":4871,"entity_type":"player","id":44,"created_at":1645495527},{"type":"pass","entity":574,"entity_type":"player","id":45,"created_at":1645495753},{"type":"pass","entity":4491,"entity_type":"player","id":46,"created_at":1645495784},{"type":"pass","entity":10716,"entity_type":"player","id":47,"created_at":1645496517},{"type":"pass","entity":4871,"entity_type":"player","id":48,"created_at":1645497057},{"type":"pass","entity":574,"entity_type":"player","id":49,"created_at":1645497801},{"type":"pass","entity":4491,"entity_type":"player","id":50,"created_at":1645498218},{"type":"pass","entity":10716,"entity_type":"player","id":51,"created_at":1645500038},{"type":"pass","entity":4871,"entity_type":"player","id":52,"created_at":1645501520},{"type":"pass","entity":574,"entity_type":"player","id":53,"created_at":1645501795},{"type":"bid","entity":4491,"entity_type":"player","id":54,"created_at":1645502179,"minor":"3","price":70},{"type":"bid","entity":10716,"entity_type":"player","id":55,"created_at":1645502300,"minor":"15","price":0},{"type":"pass","entity":4871,"entity_type":"player","id":56,"created_at":1645503837},{"type":"pass","entity":574,"entity_type":"player","id":57,"created_at":1645503865},{"type":"pass","entity":4491,"entity_type":"player","id":58,"created_at":1645507094},{"type":"pass","entity":10716,"entity_type":"player","id":59,"created_at":1645507543},{"type":"pass","entity":4871,"entity_type":"player","id":60,"created_at":1645508274},{"type":"pass","entity":574,"entity_type":"player","id":61,"created_at":1645508439},{"type":"pass","entity":4491,"entity_type":"player","id":62,"created_at":1645513006},{"type":"pass","entity":10716,"entity_type":"player","id":63,"created_at":1645513146},{"type":"pass","entity":4871,"entity_type":"player","id":64,"created_at":1645516667},{"type":"bid","entity":574,"entity_type":"player","id":65,"created_at":1645516964,"minor":"15","price":80},{"type":"bid","entity":4871,"entity_type":"player","id":66,"created_at":1645517263,"minor":"6","price":0},{"type":"pass","entity":574,"entity_type":"player","id":67,"created_at":1645517269},{"type":"pass","entity":4491,"entity_type":"player","id":68,"created_at":1645518672},{"type":"pass","entity":10716,"entity_type":"player","id":69,"created_at":1645518781},{"type":"pass","entity":4871,"entity_type":"player","id":70,"created_at":1645519612},{"type":"pass","entity":574,"entity_type":"player","id":71,"created_at":1645519736},{"type":"pass","entity":4491,"entity_type":"player","id":72,"created_at":1645523994},{"type":"pass","entity":10716,"entity_type":"player","id":73,"created_at":1645524013},{"type":"pass","entity":4871,"entity_type":"player","id":74,"created_at":1645526278},{"type":"pass","entity":574,"entity_type":"player","id":75,"created_at":1645526321},{"type":"pass","entity":4491,"entity_type":"player","id":76,"created_at":1645569158},{"type":"pass","entity":10716,"entity_type":"player","id":77,"created_at":1645569620},{"type":"pass","entity":4871,"entity_type":"player","id":78,"created_at":1645580700},{"type":"pass","entity":574,"entity_type":"player","id":79,"created_at":1645584497},{"type":"pass","entity":4491,"entity_type":"player","id":80,"created_at":1645591751},{"type":"bid","entity":10716,"entity_type":"player","id":81,"created_at":1645591784,"minor":"6","price":70},{"type":"bid","entity":574,"entity_type":"player","id":82,"created_at":1645593362,"minor":"4","price":0},{"type":"pass","entity":4491,"entity_type":"player","id":83,"created_at":1645597930},{"type":"bid","entity":10716,"entity_type":"player","id":84,"created_at":1645597955,"minor":"4","price":100},{"type":"pass","entity":4871,"entity_type":"player","id":85,"created_at":1645599411},{"type":"pass","entity":574,"entity_type":"player","id":86,"created_at":1645608747},{"type":"pass","entity":4491,"entity_type":"player","id":87,"created_at":1645614431},{"type":"bid","entity":4491,"entity_type":"player","id":88,"created_at":1645614465,"minor":"13","price":0},{"type":"pass","entity":4871,"entity_type":"player","id":89,"created_at":1645614625},{"type":"pass","entity":574,"entity_type":"player","id":90,"user":574,"created_at":1645614693,"skip":true},{"skip":true,"type":"undo","entity":4491,"entity_type":"player","id":91,"user":574,"created_at":1645614715},{"type":"pass","entity":574,"entity_type":"player","id":92,"created_at":1645614838},{"type":"bid","entity":4491,"entity_type":"player","id":93,"created_at":1645650192,"minor":"13","price":90},{"type":"bid","entity":10716,"entity_type":"player","id":94,"created_at":1645656911,"minor":"5","price":0},{"type":"pass","entity":4871,"entity_type":"player","id":95,"created_at":1645658576},{"type":"pass","entity":574,"entity_type":"player","id":96,"created_at":1645659063},{"type":"pass","entity":4871,"entity_type":"player","id":97,"created_at":1645659597},{"type":"pass","entity":574,"entity_type":"player","id":98,"created_at":1645659711},{"type":"pass","entity":10716,"entity_type":"player","id":99,"created_at":1645659749},{"type":"pass","entity":4871,"entity_type":"player","id":100,"created_at":1645659797},{"type":"pass","entity":574,"entity_type":"player","id":101,"created_at":1645659844},{"type":"pass","entity":10716,"entity_type":"player","id":102,"created_at":1645659857},{"type":"pass","entity":4871,"entity_type":"player","id":103,"created_at":1645666526},{"type":"pass","entity":574,"entity_type":"player","id":104,"user":574,"created_at":1645667158,"skip":true},{"skip":true,"type":"undo","entity":10716,"entity_type":"player","id":105,"user":574,"created_at":1645667185},{"type":"pass","entity":574,"entity_type":"player","id":106,"created_at":1645667203},{"type":"pass","entity":10716,"entity_type":"player","id":107,"created_at":1645667564},{"type":"pass","entity":4871,"entity_type":"player","id":108,"created_at":1645672389},{"type":"bid","entity":574,"entity_type":"player","id":109,"created_at":1645672723,"minor":"5","price":60},{"type":"bid","entity":4871,"entity_type":"player","id":110,"created_at":1645673543,"minor":"2","price":0},{"type":"bid","minor":"2","price":100,"entity":574,"entity_type":"player","id":111,"user":574,"created_at":1645673893,"skip":true},{"skip":true,"type":"undo","entity":4871,"entity_type":"player","id":112,"user":574,"created_at":1645674019},{"type":"bid","minor":"2","price":105,"entity":574,"entity_type":"player","id":113,"user":574,"created_at":1645674029,"skip":true},{"skip":true,"type":"undo","entity":4871,"entity_type":"player","id":114,"user":574,"created_at":1645675805},{"type":"bid","minor":"2","price":100,"entity":574,"entity_type":"player","id":115,"user":574,"created_at":1645675818,"skip":true},{"skip":true,"type":"undo","entity":4871,"entity_type":"player","id":116,"user":574,"created_at":1645676262},{"type":"bid","entity":574,"entity_type":"player","id":117,"created_at":1645676470,"minor":"2","price":105},{"type":"bid","entity":4871,"entity_type":"player","id":118,"created_at":1645682789,"minor":"2","price":110},{"type":"pass","entity":574,"entity_type":"player","id":119,"created_at":1645682868},{"type":"bid","entity":574,"entity_type":"player","id":120,"created_at":1645683044,"minor":"12","price":0},{"type":"bid","entity":4871,"entity_type":"player","id":121,"created_at":1645683147,"minor":"12","price":100},{"type":"pass","entity":574,"entity_type":"player","id":122,"created_at":1645683860},{"skip":true,"type":"undo","entity":4491,"entity_type":"player","id":123,"user":574,"created_at":1645683905},{"skip":true,"type":"redo","entity":574,"entity_type":"player","id":124,"user":574,"created_at":1645683915},{"type":"bid","entity":4491,"entity_type":"player","id":125,"created_at":1645684268,"minor":"9","price":0},{"type":"pass","entity":574,"entity_type":"player","id":126,"created_at":1645684306},{"type":"pass","entity":574,"entity_type":"player","id":127,"created_at":1645684315},{"type":"bid","entity":10716,"entity_type":"player","id":128,"created_at":1645684347,"minor":"9","price":80},{"type":"bid","entity":10716,"entity_type":"player","id":129,"created_at":1645684368,"minor":"8","price":0},{"type":"pass","entity":574,"entity_type":"player","id":130,"created_at":1645684380},{"type":"pass","entity":574,"entity_type":"player","id":131,"created_at":1645684382},{"type":"pass","entity":574,"entity_type":"player","id":132,"created_at":1645684382},{"type":"pass","entity":574,"entity_type":"player","id":133,"created_at":1645684383},{"type":"pass","entity":574,"entity_type":"player","id":134,"created_at":1645684384},{"type":"pass","entity":574,"entity_type":"player","id":135,"created_at":1645684385},{"type":"bid","entity":574,"entity_type":"player","id":136,"created_at":1645684401,"minor":"8","price":40},{"type":"bid","entity":4871,"entity_type":"player","id":137,"created_at":1645684478,"minor":"10","price":0},{"type":"pass","entity":574,"entity_type":"player","id":138,"created_at":1645684491},{"type":"pass","entity":574,"entity_type":"player","id":139,"created_at":1645684491},{"type":"pass","entity":574,"entity_type":"player","id":140,"created_at":1645684491},{"type":"pass","entity":574,"entity_type":"player","id":141,"created_at":1645684492},{"type":"pass","entity":574,"entity_type":"player","id":142,"created_at":1645684495},{"type":"pass","entity":574,"entity_type":"player","id":143,"created_at":1645684496},{"type":"bid","entity":574,"entity_type":"player","id":144,"created_at":1645684498,"minor":"10","price":40},{"type":"lay_tile","entity":"1","entity_type":"minor","id":145,"created_at":1645684519,"hex":"B9","tile":"8-0","rotation":1},{"type":"lay_tile","entity":"1","entity_type":"minor","id":146,"created_at":1645684523,"hex":"B7","tile":"58-0","rotation":0},{"type":"run_routes","entity":"1","entity_type":"minor","id":147,"created_at":1645684528,"routes":[{"train":"2-0","connections":[["B7","A6"],["A10","B9","B7"]],"hexes":["A6","B7","A10"],"revenue":90,"revenue_str":"A6-B7-A10","nodes":["B7-0","A6-0","A10-0"]}]},{"type":"pass","entity":"1","entity_type":"minor","id":148,"created_at":1645684533},{"type":"lay_tile","entity":"2","entity_type":"minor","id":149,"created_at":1645684551,"hex":"C8","tile":"201-0","rotation":3},{"type":"lay_tile","entity":"2","entity_type":"minor","id":150,"created_at":1645684587,"hex":"C6","tile":"58-1","rotation":4},{"type":"run_routes","entity":"2","entity_type":"minor","id":151,"created_at":1645684632,"routes":[{"train":"2-1","connections":[["C8","C6"]],"hexes":["C6","C8"],"revenue":40,"revenue_str":"C6-C8","nodes":["C8-0","C6-0"]}]},{"type":"pass","entity":"2","entity_type":"minor","id":152,"created_at":1645684634},{"type":"lay_tile","entity":"3","entity_type":"minor","id":153,"created_at":1645686974,"hex":"B11","tile":"8-1","rotation":0},{"type":"lay_tile","entity":"3","entity_type":"minor","id":154,"created_at":1645686983,"hex":"B13","tile":"58-2","rotation":3},{"type":"run_routes","entity":"3","entity_type":"minor","id":155,"created_at":1645686992,"routes":[{"train":"2-2","connections":[["A10","B11","B13"]],"hexes":["B13","A10"],"revenue":50,"revenue_str":"B13-A10","nodes":["A10-1","B13-0"]}]},{"type":"pass","entity":"3","entity_type":"minor","id":156,"created_at":1645686993},{"type":"lay_tile","entity":"4","entity_type":"minor","id":157,"created_at":1645687932,"hex":"J7","tile":"202-0","rotation":1},{"type":"lay_tile","entity":"4","entity_type":"minor","id":158,"created_at":1645687934,"hex":"I8","tile":"58-3","rotation":4},{"type":"run_routes","entity":"4","entity_type":"minor","id":159,"created_at":1645687947,"routes":[{"train":"2-3","connections":[["J7","I8"]],"hexes":["I8","J7"],"revenue":40,"revenue_str":"I8-J7","nodes":["J7-0","I8-0"]}]},{"type":"pass","entity":"4","entity_type":"minor","id":160,"created_at":1645687948},{"type":"lay_tile","entity":"5","entity_type":"minor","id":161,"created_at":1645687954,"hex":"H19","tile":"201-1","rotation":0},{"type":"lay_tile","entity":"5","entity_type":"minor","id":162,"created_at":1645687956,"hex":"H21","tile":"8-2","rotation":1},{"type":"run_routes","entity":"5","entity_type":"minor","id":163,"created_at":1645687969,"routes":[{"train":"2-4","connections":[["G22","H21","H19"]],"hexes":["H19","G22"],"revenue":60,"revenue_str":"H19-G22","nodes":["G22-0","H19-0"]}]},{"type":"pass","entity":"5","entity_type":"minor","id":164,"created_at":1645687972},{"type":"lay_tile","entity":"6","entity_type":"minor","id":165,"created_at":1645687978,"hex":"K12","tile":"58-4","rotation":0},{"type":"lay_tile","entity":"6","entity_type":"minor","id":166,"created_at":1645687980,"hex":"J11","tile":"57-0","rotation":2},{"type":"run_routes","entity":"6","entity_type":"minor","id":167,"created_at":1645687984,"routes":[{"train":"2-5","connections":[["K12","J11"],["K14","K12"]],"hexes":["J11","K12","K14"],"revenue":60,"revenue_str":"J11-K12-K14","nodes":["K12-0","J11-0","K14-1"]}]},{"type":"pass","entity":"6","entity_type":"minor","id":168,"created_at":1645687984},{"type":"lay_tile","entity":"7","entity_type":"minor","id":169,"created_at":1645687989,"hex":"I6","tile":"9-0","rotation":1},{"type":"lay_tile","entity":"7","entity_type":"minor","id":170,"created_at":1645687992,"hex":"H7","tile":"58-5","rotation":2},{"type":"run_routes","entity":"7","entity_type":"minor","id":171,"created_at":1645687996,"routes":[{"train":"2-6","connections":[["J5","I6","H7"]],"hexes":["H7","J5"],"revenue":40,"revenue_str":"H7-J5","nodes":["J5-1","H7-0"]}]},{"type":"pass","entity":"7","entity_type":"minor","id":172,"created_at":1645687998},{"type":"lay_tile","entity":"8","entity_type":"minor","id":173,"created_at":1645688101,"hex":"M16","tile":"202-1","rotation":5},{"type":"lay_tile","entity":"8","entity_type":"minor","id":174,"created_at":1645688103,"hex":"L17","tile":"9-1","rotation":1},{"type":"run_routes","entity":"8","entity_type":"minor","id":175,"created_at":1645688111,"routes":[{"train":"2-7","connections":[["M16","N17"]],"hexes":["N17","M16"],"revenue":60,"revenue_str":"N17-M16","nodes":["M16-0","N17-0"]}]},{"type":"pass","entity":"8","entity_type":"minor","id":176,"created_at":1645688112},{"type":"lay_tile","entity":"9","entity_type":"minor","id":177,"created_at":1645688116,"hex":"K4","tile":"58-6","rotation":5},{"type":"lay_tile","entity":"9","entity_type":"minor","id":178,"created_at":1645688118,"hex":"L5","tile":"4-0","rotation":2},{"type":"run_routes","entity":"9","entity_type":"minor","id":179,"created_at":1645688122,"routes":[{"train":"2-8","connections":[["K4","L5"],["J5","K4"]],"hexes":["L5","K4","J5"],"revenue":50,"revenue_str":"L5-K4-J5","nodes":["K4-0","L5-0","J5-0"]}]},{"type":"pass","entity":"9","entity_type":"minor","id":180,"created_at":1645688124},{"type":"lay_tile","entity":"10","entity_type":"minor","id":181,"created_at":1645688131,"hex":"E18","tile":"201-2","rotation":5},{"type":"lay_tile","entity":"10","entity_type":"minor","id":182,"created_at":1645688134,"hex":"E20","tile":"57-1","rotation":0},{"type":"run_routes","entity":"10","entity_type":"minor","id":183,"created_at":1645688140,"routes":[{"train":"2-9","connections":[["E20","E22"],["E18","E20"]],"hexes":["E22","E20","E18"],"revenue":60,"revenue_str":"E22-E20-E18","nodes":["E20-0","E22-0","E18-0"]}]},{"type":"pass","entity":"10","entity_type":"minor","id":184,"created_at":1645688141},{"type":"lay_tile","entity":"11","entity_type":"minor","id":185,"created_at":1645689894,"hex":"J17","tile":"9-2","rotation":1},{"type":"lay_tile","entity":"11","entity_type":"minor","id":186,"created_at":1645689899,"hex":"I18","tile":"57-2","rotation":1},{"type":"run_routes","entity":"11","entity_type":"minor","id":187,"created_at":1645689907,"routes":[{"train":"2-10","connections":[["K14","K16","J17","I18"]],"hexes":["I18","K14"],"revenue":50,"revenue_str":"I18-K14","nodes":["K14-0","I18-0"]}]},{"type":"pass","entity":"11","entity_type":"minor","id":188,"created_at":1645689910},{"type":"lay_tile","entity":"12","entity_type":"minor","id":189,"created_at":1645690227,"hex":"D3","tile":"202-2","rotation":5},{"type":"lay_tile","entity":"12","entity_type":"minor","id":190,"created_at":1645690236,"hex":"C4","tile":"3-0","rotation":4},{"type":"run_routes","entity":"12","entity_type":"minor","id":191,"created_at":1645690239,"routes":[{"train":"2-11","connections":[["D3","C4"]],"hexes":["C4","D3"],"revenue":40,"revenue_str":"C4-D3","nodes":["D3-0","C4-0"]}]},{"type":"pass","entity":"12","entity_type":"minor","id":192,"created_at":1645690241},{"type":"lay_tile","entity":"13","entity_type":"minor","id":193,"created_at":1645690382,"hex":"G12","tile":"201-3","rotation":2},{"type":"lay_tile","entity":"13","entity_type":"minor","id":194,"created_at":1645690386,"hex":"F11","tile":"58-7","rotation":5},{"type":"run_routes","entity":"13","entity_type":"minor","id":195,"created_at":1645690392,"routes":[{"train":"2-12","connections":[["G12","F11"]],"hexes":["F11","G12"],"revenue":40,"revenue_str":"F11-G12","nodes":["G12-0","F11-0"]}]},{"type":"pass","entity":"13","entity_type":"minor","id":196,"created_at":1645690396},{"type":"lay_tile","entity":"14","entity_type":"minor","id":197,"created_at":1645690423,"hex":"D13","tile":"202-3","rotation":4},{"type":"lay_tile","entity":"14","entity_type":"minor","id":198,"created_at":1645690429,"hex":"E12","tile":"4-1","rotation":1},{"type":"run_routes","entity":"14","entity_type":"minor","id":199,"created_at":1645690441,"routes":[{"train":"2-13","connections":[["F11","G12"],["E12","F11"],["D13","E12"]],"hexes":["G12","F11","E12","D13"],"revenue":80,"revenue_str":"G12-F11-E12-D13","nodes":["F11-0","G12-0","E12-0","D13-0"]}]},{"type":"pass","entity":"14","entity_type":"minor","id":200,"created_at":1645690446},{"type":"lay_tile","entity":"15","entity_type":"minor","id":201,"created_at":1645690486,"hex":"B17","tile":"202-4","rotation":4},{"type":"lay_tile","entity":"15","entity_type":"minor","id":202,"created_at":1645690488,"hex":"B19","tile":"57-3","rotation":0},{"type":"run_routes","entity":"15","entity_type":"minor","id":203,"created_at":1645690498,"routes":[{"train":"2-14","connections":[["B19","B21"],["B17","B19"]],"hexes":["B21","B19","B17"],"revenue":60,"revenue_str":"B21-B19-B17","nodes":["B19-0","B21-0","B17-0"]}]},{"type":"pass","entity":"15","entity_type":"minor","id":204,"created_at":1645690499},{"type":"pass","entity":"1","entity_type":"minor","id":205,"created_at":1645692754},{"type":"run_routes","entity":"1","entity_type":"minor","id":206,"created_at":1645692756,"routes":[{"train":"2-0","connections":[["B7","A6"],["A10","B9","B7"]],"hexes":["A6","B7","A10"],"revenue":90,"revenue_str":"A6-B7-A10","nodes":["B7-0","A6-0","A10-0"]}]},{"type":"pass","entity":"1","entity_type":"minor","id":207,"created_at":1645692757},{"type":"lay_tile","entity":"2","entity_type":"minor","id":208,"created_at":1645692764,"hex":"D5","tile":"3-1","rotation":1},{"type":"run_routes","entity":"2","entity_type":"minor","id":209,"created_at":1645692768,"routes":[{"train":"2-1","connections":[["C8","C6"],["C6","D5"],["D5","C4"],["C4","D3"]],"hexes":["C8","C6","D5","C4","D3"],"revenue":90,"revenue_str":"C8-C6-D5-C4-D3","nodes":["C8-0","C6-0","D5-0","C4-0","D3-0"]}]},{"type":"pass","entity":"2","entity_type":"minor","id":210,"created_at":1645692774},{"type":"lay_tile","entity":"3","entity_type":"minor","id":211,"created_at":1645702727,"hex":"C14","tile":"9-3","rotation":2},{"type":"run_routes","entity":"3","entity_type":"minor","id":212,"created_at":1645702731,"routes":[{"train":"2-2","connections":[["A10","B11","B13"]],"hexes":["A10","B13"],"revenue":50,"revenue_str":"A10-B13","nodes":["A10-1","B13-0"]}]},{"type":"pass","entity":"3","entity_type":"minor","id":213,"created_at":1645702734},{"type":"pass","entity":"4","entity_type":"minor","id":214,"created_at":1645702776},{"type":"run_routes","entity":"4","entity_type":"minor","id":215,"created_at":1645702778,"routes":[{"train":"2-3","connections":[["J7","I8"]],"hexes":["J7","I8"],"revenue":40,"revenue_str":"J7-I8","nodes":["J7-0","I8-0"]}]},{"type":"pass","entity":"4","entity_type":"minor","id":216,"created_at":1645702779},{"type":"lay_tile","entity":"5","entity_type":"minor","id":217,"created_at":1645703162,"hex":"G20","tile":"4-2","rotation":1},{"type":"run_routes","entity":"5","entity_type":"minor","id":218,"created_at":1645703197,"routes":[{"train":"2-4","connections":[["H19","G20"],["G22","H21","H19"]],"hexes":["G20","H19","G22"],"revenue":70,"revenue_str":"G20-H19-G22","nodes":["H19-0","G20-0","G22-0"]}]},{"type":"pass","entity":"5","entity_type":"minor","id":219,"created_at":1645703198},{"type":"pass","entity":"6","entity_type":"minor","id":220,"created_at":1645703221},{"type":"run_routes","entity":"6","entity_type":"minor","id":221,"created_at":1645703223,"routes":[{"train":"2-5","connections":[["K12","J11"],["K14","K12"]],"hexes":["J11","K12","K14"],"revenue":60,"revenue_str":"J11-K12-K14","nodes":["K12-0","J11-0","K14-1"]}]},{"type":"pass","entity":"6","entity_type":"minor","id":222,"created_at":1645703225},{"type":"lay_tile","entity":"7","entity_type":"minor","id":223,"created_at":1645703228,"hex":"G6","tile":"58-8","rotation":3},{"type":"run_routes","entity":"7","entity_type":"minor","id":224,"created_at":1645703231,"routes":[{"train":"2-6","connections":[["J5","I6","H7"],["H7","G6"]],"hexes":["J5","H7","G6"],"revenue":50,"revenue_str":"J5-H7-G6","nodes":["J5-1","H7-0","G6-0"]}]},{"type":"pass","entity":"7","entity_type":"minor","id":225,"created_at":1645703232},{"type":"lay_tile","entity":"8","entity_type":"minor","id":226,"created_at":1645703244,"hex":"K18","tile":"9-4","rotation":1},{"type":"run_routes","entity":"8","entity_type":"minor","id":227,"created_at":1645703248,"routes":[{"train":"2-7","connections":[["M16","N17"]],"hexes":["M16","N17"],"revenue":60,"revenue_str":"M16-N17","nodes":["M16-0","N17-0"]}]},{"type":"pass","entity":"8","entity_type":"minor","id":228,"created_at":1645703249},{"type":"lay_tile","entity":"9","entity_type":"minor","id":229,"created_at":1645703255,"hex":"M6","tile":"8-3","rotation":2},{"type":"run_routes","entity":"9","entity_type":"minor","id":230,"created_at":1645703258,"routes":[{"train":"2-8","connections":[["L5","M6","N5"],["K4","L5"],["J5","K4"]],"hexes":["N5","L5","K4","J5"],"revenue":70,"revenue_str":"N5-L5-K4-J5","nodes":["L5-0","N5-0","K4-0","J5-0"]}]},{"type":"pass","entity":"9","entity_type":"minor","id":231,"user":10716,"created_at":1645703259,"skip":true},{"skip":true,"type":"undo","entity":"10","entity_type":"minor","id":232,"user":10716,"created_at":1645703261},{"type":"pass","entity":"9","entity_type":"minor","id":233,"created_at":1645703266},{"type":"lay_tile","entity":"10","entity_type":"minor","id":234,"created_at":1645703278,"hex":"F19","tile":"8-4","rotation":0},{"type":"run_routes","entity":"10","entity_type":"minor","id":235,"created_at":1645703281,"routes":[{"train":"2-9","connections":[["E20","E22"],["E18","E20"]],"hexes":["E22","E20","E18"],"revenue":60,"revenue_str":"E22-E20-E18","nodes":["E20-0","E22-0","E18-0"]}]},{"type":"pass","entity":"10","entity_type":"minor","id":236,"created_at":1645703283},{"type":"pass","entity":"11","entity_type":"minor","id":237,"created_at":1645703293},{"type":"run_routes","entity":"11","entity_type":"minor","id":238,"created_at":1645703295,"routes":[{"train":"2-10","connections":[["K14","K16","J17","I18"]],"hexes":["K14","I18"],"revenue":50,"revenue_str":"K14-I18","nodes":["K14-0","I18-0"]}]},{"type":"pass","entity":"11","entity_type":"minor","id":239,"created_at":1645703297},{"type":"lay_tile","entity":"12","entity_type":"minor","id":240,"created_at":1645703616,"hex":"E4","tile":"8-5","rotation":2},{"type":"run_routes","entity":"12","entity_type":"minor","id":241,"created_at":1645703627,"routes":[{"train":"2-11","connections":[["D3","C4"],["C4","D5"],["D5","C6"],["C6","C8"]],"hexes":["D3","C4","D5","C6","C8"],"revenue":90,"revenue_str":"D3-C4-D5-C6-C8","nodes":["D3-0","C4-0","D5-0","C6-0","C8-0"]}]},{"type":"pass","entity":"12","entity_type":"minor","id":242,"created_at":1645703654},{"type":"lay_tile","entity":"13","entity_type":"minor","id":243,"created_at":1645732320,"hex":"G10","tile":"58-9","rotation":0},{"type":"run_routes","entity":"13","entity_type":"minor","id":244,"created_at":1645732327,"routes":[{"train":"2-12","connections":[["G12","G10"],["G12","F11"],["F11","E12"],["E12","D13"]],"hexes":["G10","G12","F11","E12","D13"],"revenue":90,"revenue_str":"G10-G12-F11-E12-D13","nodes":["G12-0","G10-0","F11-0","E12-0","D13-0"]}]},{"type":"pass","entity":"13","entity_type":"minor","id":245,"created_at":1645732332},{"type":"lay_tile","entity":"14","entity_type":"minor","id":246,"created_at":1645732337,"hex":"D15","tile":"3-2","rotation":2},{"type":"run_routes","entity":"14","entity_type":"minor","id":247,"created_at":1645732348,"routes":[{"train":"2-13","connections":[["E12","F11"],["D13","E12"],["D13","D15"],["D15","C14","B13"],["B13","B11","A10"]],"hexes":["F11","E12","D13","D15","B13","A10"],"revenue":110,"revenue_str":"F11-E12-D13-D15-B13-A10","nodes":["E12-0","F11-0","D13-0","D15-0","B13-0","A10-1"]}]},{"type":"pass","entity":"14","entity_type":"minor","id":248,"created_at":1645732351},{"type":"lay_tile","entity":"15","entity_type":"minor","id":249,"created_at":1645739027,"hex":"C16","tile":"4-3","rotation":1},{"type":"run_routes","entity":"15","entity_type":"minor","id":250,"created_at":1645739040,"routes":[{"train":"2-14","connections":[["B17","C16"],["B19","B17"],["B19","B21"]],"hexes":["C16","B17","B19","B21"],"revenue":70,"revenue_str":"C16-B17-B19-B21","nodes":["B17-0","C16-0","B19-0","B21-0"]}]},{"type":"pass","entity":"15","entity_type":"minor","id":251,"created_at":1645739041},{"type":"pass","entity":574,"entity_type":"player","id":252,"created_at":1645739076},{"type":"pass","entity":4491,"entity_type":"player","id":253,"created_at":1645741330},{"type":"pass","entity":10716,"entity_type":"player","id":254,"created_at":1645743251},{"type":"pass","entity":4871,"entity_type":"player","id":255,"created_at":1645744126},{"type":"pass","entity":"1","entity_type":"minor","id":256,"created_at":1645744130},{"type":"run_routes","entity":"1","entity_type":"minor","id":257,"created_at":1645744132,"routes":[{"train":"2-0","connections":[["B7","A6"],["A10","B9","B7"]],"hexes":["A6","B7","A10"],"revenue":90,"revenue_str":"A6-B7-A10","nodes":["B7-0","A6-0","A10-0"]}]},{"type":"pass","entity":"1","entity_type":"minor","id":258,"created_at":1645744134},{"type":"lay_tile","entity":"2","entity_type":"minor","id":259,"created_at":1645744141,"hex":"D7","tile":"57-4","rotation":1},{"type":"run_routes","entity":"2","entity_type":"minor","id":260,"created_at":1645744147,"routes":[{"train":"2-1","connections":[["C8","C6"],["C6","D5"],["D5","C4"],["C4","D3"]],"hexes":["C8","C6","D5","C4","D3"],"revenue":90,"revenue_str":"C8-C6-D5-C4-D3","nodes":["C8-0","C6-0","D5-0","C4-0","D3-0"]}]},{"type":"pass","entity":"2","entity_type":"minor","id":261,"created_at":1645744166},{"type":"pass","entity":"3","entity_type":"minor","id":262,"created_at":1645746416},{"type":"run_routes","entity":"3","entity_type":"minor","id":263,"created_at":1645746422,"routes":[{"train":"2-2","connections":[["A10","B11","B13"],["B13","C14","D15"],["D15","D13"]],"hexes":["A10","B13","D15","D13"],"revenue":90,"revenue_str":"A10-B13-D15-D13","nodes":["A10-1","B13-0","D15-0","D13-0"]}]},{"type":"pass","entity":"3","entity_type":"minor","id":264,"created_at":1645746425},{"type":"pass","entity":"4","entity_type":"minor","id":265,"created_at":1645746495},{"type":"run_routes","entity":"4","entity_type":"minor","id":266,"created_at":1645746496,"routes":[{"train":"2-3","connections":[["J7","I8"]],"hexes":["J7","I8"],"revenue":40,"revenue_str":"J7-I8","nodes":["J7-0","I8-0"]}]},{"type":"pass","entity":"4","entity_type":"minor","id":267,"created_at":1645746497},{"type":"lay_tile","entity":"5","entity_type":"minor","id":268,"created_at":1645746516,"hex":"F21","tile":"3-3","rotation":3},{"type":"run_routes","entity":"5","entity_type":"minor","id":269,"created_at":1645746537,"routes":[{"train":"2-4","connections":[["G20","F21"],["H19","G20"],["G22","H21","H19"]],"hexes":["F21","G20","H19","G22"],"revenue":80,"revenue_str":"F21-G20-H19-G22","nodes":["G20-0","F21-0","H19-0","G22-0"]}]},{"type":"pass","entity":"5","entity_type":"minor","id":270,"created_at":1645746540},{"type":"lay_tile","entity":"6","entity_type":"minor","id":271,"created_at":1645746546,"hex":"I10","tile":"8-6","rotation":3},{"type":"run_routes","entity":"6","entity_type":"minor","id":272,"created_at":1645746549,"routes":[{"train":"2-5","connections":[["J11","I10","I8"],["K12","J11"],["K14","K12"]],"hexes":["I8","J11","K12","K14"],"revenue":70,"revenue_str":"I8-J11-K12-K14","nodes":["J11-0","I8-0","K12-0","K14-1"]}]},{"type":"pass","entity":"6","entity_type":"minor","id":273,"created_at":1645746550},{"type":"lay_tile","entity":"7","entity_type":"minor","id":274,"created_at":1645746552,"hex":"G4","tile":"9-5","rotation":0},{"type":"run_routes","entity":"7","entity_type":"minor","id":275,"created_at":1645746556,"routes":[{"train":"2-6","connections":[["J5","I6","H7"],["H7","G6"],["G6","G4","G2"]],"hexes":["J5","H7","G6","G2"],"revenue":80,"revenue_str":"J5-H7-G6-G2","nodes":["J5-1","H7-0","G6-0","G2-0"]}]},{"type":"pass","entity":"7","entity_type":"minor","id":276,"created_at":1645746557},{"type":"lay_tile","entity":"8","entity_type":"minor","id":277,"created_at":1645746570,"hex":"J19","tile":"8-7","rotation":2},{"type":"run_routes","entity":"8","entity_type":"minor","id":278,"created_at":1645746573,"routes":[{"train":"2-7","connections":[["M16","N17"]],"hexes":["M16","N17"],"revenue":60,"revenue_str":"M16-N17","nodes":["M16-0","N17-0"]}]},{"type":"pass","entity":"8","entity_type":"minor","id":279,"created_at":1645746574},{"type":"pass","entity":"9","entity_type":"minor","id":280,"created_at":1645746579},{"type":"run_routes","entity":"9","entity_type":"minor","id":281,"created_at":1645746580,"routes":[{"train":"2-8","connections":[["L5","M6","N5"],["K4","L5"],["J5","K4"]],"hexes":["N5","L5","K4","J5"],"revenue":70,"revenue_str":"N5-L5-K4-J5","nodes":["L5-0","N5-0","K4-0","J5-0"]}]},{"type":"pass","entity":"9","entity_type":"minor","id":282,"created_at":1645746583},{"type":"pass","entity":"10","entity_type":"minor","id":283,"created_at":1645746589},{"type":"run_routes","entity":"10","entity_type":"minor","id":284,"created_at":1645746602,"routes":[{"train":"2-9","connections":[["F21","F19","E18"],["F21","G20"],["G20","H19"]],"hexes":["E18","F21","G20","H19"],"revenue":80,"revenue_str":"E18-F21-G20-H19","nodes":["F21-0","E18-0","G20-0","H19-0"]}]},{"type":"buy_train","entity":"10","entity_type":"minor","id":285,"created_at":1645746612,"train":"2-4","price":100},{"type":"pass","entity":"11","entity_type":"minor","id":286,"created_at":1645746948},{"type":"run_routes","entity":"11","entity_type":"minor","id":287,"created_at":1645746949,"routes":[{"train":"2-10","connections":[["K14","K16","J17","I18"]],"hexes":["K14","I18"],"revenue":50,"revenue_str":"K14-I18","nodes":["K14-0","I18-0"]}]},{"type":"pass","entity":"11","entity_type":"minor","id":288,"created_at":1645746951},{"type":"lay_tile","entity":"12","entity_type":"minor","id":289,"created_at":1645747169,"hex":"F3","tile":"4-4","rotation":1},{"type":"run_routes","entity":"12","entity_type":"minor","id":290,"created_at":1645747188,"routes":[{"train":"2-11","connections":[["G6","H7"],["G2","G4","G6"],["F3","G2"],["D3","E4","F3"],["D3","C4"],["C4","D5"],["D5","C6"]],"hexes":["H7","G6","G2","F3","D3","C4","D5","C6"],"revenue":120,"revenue_str":"H7-G6-G2-F3-D3-C4-D5-C6","nodes":["G6-0","H7-0","G2-0","F3-0","D3-0","C4-0","D5-0","C6-0"]}]},{"type":"pass","entity":"12","entity_type":"minor","id":291,"created_at":1645747217},{"type":"lay_tile","entity":"13","entity_type":"minor","id":292,"created_at":1645754233,"hex":"F9","tile":"57-5","rotation":2},{"type":"run_routes","entity":"13","entity_type":"minor","id":293,"created_at":1645754241,"routes":[{"train":"2-12","connections":[["G12","G10"],["G12","F11"],["F11","E12"],["E12","D13"]],"hexes":["G10","G12","F11","E12","D13"],"revenue":90,"revenue_str":"G10-G12-F11-E12-D13","nodes":["G12-0","G10-0","F11-0","E12-0","D13-0"]}]},{"type":"pass","entity":"13","entity_type":"minor","id":294,"created_at":1645754243},{"type":"pass","entity":"14","entity_type":"minor","id":295,"created_at":1645754248},{"type":"run_routes","entity":"14","entity_type":"minor","id":296,"created_at":1645754256,"routes":[{"train":"2-13","connections":[["E12","F11"],["D13","E12"],["D13","D15"],["D15","C14","B13"],["B13","B11","A10"]],"hexes":["F11","E12","D13","D15","B13","A10"],"revenue":110,"revenue_str":"F11-E12-D13-D15-B13-A10","nodes":["E12-0","F11-0","D13-0","D15-0","B13-0","A10-1"]}]},{"type":"pass","entity":"14","entity_type":"minor","id":297,"created_at":1645754260},{"type":"pass","entity":"15","entity_type":"minor","id":298,"created_at":1645754426},{"type":"run_routes","entity":"15","entity_type":"minor","id":299,"created_at":1645754428,"routes":[{"train":"2-14","connections":[["B17","C16"],["B19","B17"],["B19","B21"]],"hexes":["C16","B17","B19","B21"],"revenue":70,"revenue_str":"C16-B17-B19-B21","nodes":["B17-0","C16-0","B19-0","B21-0"]}]},{"type":"pass","entity":"15","entity_type":"minor","id":300,"created_at":1645754442},{"type":"pass","entity":"1","entity_type":"minor","id":301,"created_at":1645760474},{"type":"run_routes","entity":"1","entity_type":"minor","id":302,"created_at":1645760478,"routes":[{"train":"2-0","connections":[["B7","A6"],["A10","B9","B7"]],"hexes":["A6","B7","A10"],"revenue":90,"revenue_str":"A6-B7-A10","nodes":["B7-0","A6-0","A10-0"]}]},{"type":"pass","entity":"1","entity_type":"minor","id":303,"created_at":1645760499},{"type":"lay_tile","entity":"2","entity_type":"minor","id":304,"created_at":1645760510,"hex":"E6","tile":"57-6","rotation":1},{"type":"run_routes","entity":"2","entity_type":"minor","id":305,"created_at":1645760524,"routes":[{"train":"2-1","connections":[["C8","C6"],["C6","D5"],["D5","C4"],["C4","D3"]],"hexes":["C8","C6","D5","C4","D3"],"revenue":90,"revenue_str":"C8-C6-D5-C4-D3","nodes":["C8-0","C6-0","D5-0","C4-0","D3-0"]}]},{"type":"pass","entity":"2","entity_type":"minor","id":306,"created_at":1645760555},{"type":"pass","entity":"3","entity_type":"minor","id":307,"created_at":1645771500},{"type":"run_routes","entity":"3","entity_type":"minor","id":308,"created_at":1645771511,"routes":[{"train":"2-2","connections":[["A10","B11","B13"],["B13","C14","D15"],["D15","D13"]],"hexes":["A10","B13","D15","D13"],"revenue":90,"revenue_str":"A10-B13-D15-D13","nodes":["A10-1","B13-0","D15-0","D13-0"]}]},{"type":"pass","entity":"3","entity_type":"minor","id":309,"created_at":1645771514},{"type":"pass","entity":"4","entity_type":"minor","id":310,"created_at":1645772409},{"type":"run_routes","entity":"4","entity_type":"minor","id":311,"created_at":1645772416,"routes":[{"train":"2-3","connections":[["J7","I8"],["I8","I10","J11"],["J11","K12"]],"hexes":["J7","I8","J11","K12"],"revenue":70,"revenue_str":"J7-I8-J11-K12","nodes":["J7-0","I8-0","J11-0","K12-0"]}]},{"type":"pass","entity":"4","entity_type":"minor","id":312,"created_at":1645772418},{"type":"pass","entity":"5","entity_type":"minor","id":313,"created_at":1645773847},{"type":"buy_train","entity":"5","entity_type":"minor","id":314,"created_at":1645773848,"train":"3-5","price":200,"variant":"3"},{"type":"pass","entity":"5","entity_type":"minor","id":315,"created_at":1645773849},{"type":"pass","entity":"6","entity_type":"minor","id":316,"created_at":1645773864},{"type":"run_routes","entity":"6","entity_type":"minor","id":317,"created_at":1645773869,"routes":[{"train":"2-5","connections":[["J11","I10","I8"],["K12","J11"],["K14","K12"]],"hexes":["I8","J11","K12","K14"],"revenue":70,"revenue_str":"I8-J11-K12-K14","nodes":["J11-0","I8-0","K12-0","K14-1"]}]},{"type":"pass","entity":"6","entity_type":"minor","id":318,"created_at":1645773871},{"type":"lay_tile","entity":"7","entity_type":"minor","id":319,"created_at":1645773877,"hex":"H3","tile":"9-6","rotation":2},{"type":"run_routes","entity":"7","entity_type":"minor","id":320,"created_at":1645773881,"routes":[{"train":"2-6","connections":[["J5","I6","H7"],["H7","G6"],["G6","G4","G2"],["G2","F3"]],"hexes":["J5","H7","G6","G2","F3"],"revenue":90,"revenue_str":"J5-H7-G6-G2-F3","nodes":["J5-1","H7-0","G6-0","G2-0","F3-0"]}]},{"type":"pass","entity":"7","entity_type":"minor","id":321,"user":10716,"created_at":1645773883,"skip":true},{"skip":true,"type":"undo","entity":"8","entity_type":"minor","id":322,"user":10716,"created_at":1645773886},{"type":"pass","entity":"7","entity_type":"minor","id":323,"created_at":1645773889},{"type":"pass","entity":"8","entity_type":"minor","id":324,"created_at":1645774189},{"type":"run_routes","entity":"8","entity_type":"minor","id":325,"created_at":1645774190,"routes":[{"train":"2-7","connections":[["M16","N17"]],"hexes":["M16","N17"],"revenue":60,"revenue_str":"M16-N17","nodes":["M16-0","N17-0"]}]},{"type":"pass","entity":"8","entity_type":"minor","id":326,"created_at":1645774192},{"type":"pass","entity":"9","entity_type":"minor","id":327,"created_at":1645774862},{"type":"run_routes","entity":"9","entity_type":"minor","id":328,"created_at":1645774870,"routes":[{"train":"2-8","connections":[["L5","M6","N5"],["K4","L5"],["J5","K4"]],"hexes":["N5","L5","K4","J5"],"revenue":70,"revenue_str":"N5-L5-K4-J5","nodes":["L5-0","N5-0","K4-0","J5-0"]}]},{"type":"pass","entity":"9","entity_type":"minor","id":329,"created_at":1645774875},{"type":"pass","entity":"10","entity_type":"minor","id":330,"created_at":1645775376},{"type":"run_routes","entity":"10","entity_type":"minor","id":331,"created_at":1645775385,"routes":[{"train":"2-9","connections":[["F21","F19","E18"],["F21","G20"],["G20","H19"]],"hexes":["E18","F21","G20","H19"],"revenue":80,"revenue_str":"E18-F21-G20-H19","nodes":["F21-0","E18-0","G20-0","H19-0"]},{"train":"2-4","connections":[["E20","E22"],["E18","E20"]],"hexes":["E22","E20","E18"],"revenue":60,"revenue_str":"E22-E20-E18","nodes":["E20-0","E22-0","E18-0"]}]},{"type":"pass","entity":"11","entity_type":"minor","id":332,"created_at":1645782800},{"type":"run_routes","entity":"11","entity_type":"minor","id":333,"created_at":1645782802,"routes":[{"train":"2-10","connections":[["K14","K16","J17","I18"]],"hexes":["K14","I18"],"revenue":50,"revenue_str":"K14-I18","nodes":["K14-0","I18-0"]}]},{"type":"pass","entity":"11","entity_type":"minor","id":334,"created_at":1645782804},{"hex":"I4","tile":"8-8","type":"lay_tile","entity":"12","rotation":2,"entity_type":"minor","id":335,"user":4871,"created_at":1645788626,"skip":true},{"type":"run_routes","entity":"12","routes":[{"hexes":["H7","G6","G2","F3","D3","C4","D5","C6"],"nodes":["G6-0","H7-0","G2-0","F3-0","D3-0","C4-0","D5-0","C6-0"],"train":"2-11","revenue":120,"connections":[["G6","H7"],["G2","G4","G6"],["F3","G2"],["D3","E4","F3"],["D3","C4"],["C4","D5"],["D5","C6"]],"revenue_str":"H7-G6-G2-F3-D3-C4-D5-C6"}],"entity_type":"minor","id":336,"user":4871,"created_at":1645788633,"skip":true},{"skip":true,"type":"undo","entity":"12","entity_type":"minor","id":337,"user":4871,"created_at":1645788682},{"skip":true,"type":"undo","entity":"12","entity_type":"minor","id":338,"user":4871,"created_at":1645788689},{"type":"pass","entity":"12","entity_type":"minor","id":339,"created_at":1645788701},{"type":"run_routes","entity":"12","entity_type":"minor","id":340,"created_at":1645788735,"routes":[{"train":"2-11","connections":[["G6","H7"],["G2","G4","G6"],["F3","G2"],["D3","E4","F3"],["D3","C4"],["C4","D5"],["D5","C6"]],"hexes":["H7","G6","G2","F3","D3","C4","D5","C6"],"revenue":120,"revenue_str":"H7-G6-G2-F3-D3-C4-D5-C6","nodes":["G6-0","H7-0","G2-0","F3-0","D3-0","C4-0","D5-0","C6-0"]}]},{"type":"buy_train","entity":"12","entity_type":"minor","id":341,"created_at":1645788737,"train":"P-0","price":100,"variant":"P"},{"type":"lay_tile","entity":"13","entity_type":"minor","id":342,"created_at":1645789506,"hex":"E8","tile":"9-7","rotation":2},{"type":"run_routes","entity":"13","entity_type":"minor","id":343,"created_at":1645789517,"routes":[{"train":"2-12","connections":[["G12","G10"],["G12","F11"],["F11","E12"],["E12","D13"]],"hexes":["G10","G12","F11","E12","D13"],"revenue":90,"revenue_str":"G10-G12-F11-E12-D13","nodes":["G12-0","G10-0","F11-0","E12-0","D13-0"]}]},{"type":"pass","entity":"13","entity_type":"minor","id":344,"created_at":1645789520},{"type":"pass","entity":"14","entity_type":"minor","id":345,"created_at":1645789528},{"type":"run_routes","entity":"14","entity_type":"minor","id":346,"created_at":1645789530,"routes":[{"train":"2-13","connections":[["E12","F11"],["D13","E12"],["D13","D15"],["D15","C14","B13"],["B13","B11","A10"]],"hexes":["F11","E12","D13","D15","B13","A10"],"revenue":110,"revenue_str":"F11-E12-D13-D15-B13-A10","nodes":["E12-0","F11-0","D13-0","D15-0","B13-0","A10-1"]}]},{"type":"buy_train","entity":"14","entity_type":"minor","id":347,"created_at":1645789532,"train":"3-0","price":200,"variant":"3"},{"type":"pass","entity":"15","entity_type":"minor","id":348,"created_at":1645789636},{"type":"run_routes","entity":"15","entity_type":"minor","id":349,"created_at":1645789639,"routes":[{"train":"2-14","connections":[["B17","C16"],["B19","B17"],["B19","B21"]],"hexes":["C16","B17","B19","B21"],"revenue":70,"revenue_str":"C16-B17-B19-B21","nodes":["B17-0","C16-0","B19-0","B21-0"]}]},{"type":"buy_train","entity":"15","entity_type":"minor","id":350,"created_at":1645789839,"train":"2-4","price":1},{"type":"par","entity":574,"entity_type":"player","id":351,"created_at":1645789847,"corporation":"BNR","share_price":"100,2,4"},{"type":"place_token","entity":"BNR","entity_type":"corporation","id":352,"created_at":1645789851,"city":"202-4-0","slot":0,"tokener":"BNR"},{"type":"par","entity":4491,"entity_type":"player","id":353,"created_at":1645792028,"corporation":"FS","share_price":"100,2,4"},{"type":"place_token","entity":"FS","entity_type":"corporation","id":354,"created_at":1645792031,"city":"K14-0-0","slot":0,"tokener":"FS"},{"type":"par","entity":10716,"entity_type":"player","id":355,"created_at":1645792274,"corporation":"RPR","share_price":"100,2,4"},{"type":"place_token","entity":"RPR","entity_type":"corporation","id":356,"created_at":1645792279,"city":"202-0-0","slot":0,"tokener":"RPR"},{"type":"program_buy_shares","entity":10716,"entity_type":"player","id":357,"created_at":1645792310,"corporation":"RPR","until_condition":"float","from_market":false,"auto_pass_after":false},{"type":"program_disable","entity":10716,"entity_type":"player","id":358,"created_at":1645792313,"reason":"user"},{"type":"par","entity":4871,"entity_type":"player","id":359,"created_at":1645792408,"corporation":"DR","share_price":"100,2,4"},{"type":"place_token","entity":"DR","entity_type":"corporation","id":360,"created_at":1645792412,"city":"202-2-0","slot":0,"tokener":"DR"},{"type":"buy_shares","entity":574,"entity_type":"player","id":361,"created_at":1645792436,"shares":["BNR_2"],"percent":10},{"type":"program_buy_shares","entity":574,"entity_type":"player","id":362,"created_at":1645792489,"corporation":"BNR","until_condition":"float","from_market":false,"auto_pass_after":false},{"type":"program_buy_shares","entity":4871,"entity_type":"player","id":363,"created_at":1645792561,"corporation":"DR","until_condition":"float","from_market":false,"auto_pass_after":false},{"type":"buy_shares","entity":4491,"entity_type":"player","id":364,"created_at":1645824664,"shares":["FS_2"],"percent":10},{"type":"buy_shares","entity":"6","entity_type":"minor","id":365,"created_at":1645834582,"shares":["RPR_2"],"percent":10},{"type":"place_token","entity":"RPR","entity_type":"corporation","id":366,"created_at":1645834584,"auto_actions":[{"type":"buy_shares","entity":4871,"entity_type":"player","created_at":1645834542,"shares":["DR_2"],"percent":10},{"type":"buy_shares","entity":574,"entity_type":"player","created_at":1645834542,"shares":["BNR_3"],"percent":10}],"city":"K14-0-1","slot":0,"tokener":"RPR"},{"type":"program_buy_shares","entity":10716,"entity_type":"player","id":367,"created_at":1645834596,"corporation":"RPR","until_condition":"float","from_market":false,"auto_pass_after":true},{"type":"buy_shares","entity":4491,"entity_type":"player","id":368,"created_at":1645834809,"auto_actions":[{"type":"buy_shares","entity":10716,"entity_type":"player","created_at":1645834808,"shares":["RPR_3"],"percent":10},{"type":"buy_shares","entity":4871,"entity_type":"player","created_at":1645834808,"shares":["DR_3"],"percent":10},{"type":"program_disable","entity":574,"entity_type":"player","created_at":1645834808,"reason":"BNR is floated"}],"shares":["FS_3"],"percent":10},{"type":"par","entity":574,"entity_type":"player","id":369,"created_at":1645836331,"corporation":"RBSR","share_price":"82,3,3"},{"type":"place_token","entity":"RBSR","entity_type":"corporation","id":370,"created_at":1645836333,"city":"201-1-0","slot":0,"tokener":"RBSR"},{"type":"buy_shares","entity":4491,"entity_type":"player","id":371,"created_at":1645837995,"auto_actions":[{"type":"program_disable","entity":10716,"entity_type":"player","created_at":1645837994,"reason":"RPR is floated"},{"type":"program_share_pass","entity":10716,"entity_type":"player","created_at":1645837994,"unconditional":false,"indefinite":false},{"type":"pass","entity":10716,"entity_type":"player","created_at":1645837994},{"type":"program_disable","entity":4871,"entity_type":"player","created_at":1645837994,"reason":"DR is floated"}],"shares":["RBSR_2"],"percent":10},{"type":"buy_shares","entity":"2","entity_type":"minor","id":372,"created_at":1645838454,"shares":["DR_4"],"percent":10},{"type":"place_token","entity":"DR","entity_type":"corporation","id":373,"created_at":1645838467,"city":"201-0-0","slot":0,"tokener":"DR"},{"type":"buy_shares","entity":"10","entity_type":"minor","id":374,"created_at":1645838486,"shares":["RBSR_3"],"percent":10},{"type":"place_token","entity":"RBSR","entity_type":"corporation","id":375,"created_at":1645838489,"city":"201-2-0","slot":0,"tokener":"RBSR"},{"type":"program_buy_shares","entity":574,"entity_type":"player","id":376,"created_at":1645838968,"corporation":"RBSR","until_condition":5,"from_market":false,"auto_pass_after":false},{"type":"buy_shares","entity":4491,"entity_type":"player","id":377,"created_at":1645841566,"auto_actions":[{"type":"pass","entity":10716,"entity_type":"player","created_at":1645841565}],"shares":["DR_5"],"percent":10},{"type":"buy_shares","entity":4871,"entity_type":"player","id":378,"created_at":1645842272,"auto_actions":[{"type":"buy_shares","entity":574,"entity_type":"player","created_at":1645842271,"shares":["RBSR_5"],"percent":10},{"type":"pass","entity":4491,"entity_type":"player","created_at":1645842271},{"type":"pass","entity":10716,"entity_type":"player","created_at":1645842271},{"type":"pass","entity":4871,"entity_type":"player","created_at":1645842271},{"type":"program_disable","entity":574,"entity_type":"player","created_at":1645842271,"reason":"5 share(s) bought in RBSR, end condition met"},{"type":"pass","entity":574,"entity_type":"player","created_at":1645842271}],"shares":["RBSR_4"],"percent":10},{"type":"pass","entity":"1","entity_type":"minor","id":379,"created_at":1645842277},{"type":"run_routes","entity":"1","entity_type":"minor","id":380,"created_at":1645842280,"routes":[{"train":"2-0","connections":[["B7","A6"],["A10","B9","B7"]],"hexes":["A6","B7","A10"],"revenue":90,"revenue_str":"A6-B7-A10","nodes":["B7-0","A6-0","A10-0"]}]},{"type":"buy_train","entity":"1","entity_type":"minor","id":381,"created_at":1645842351,"train":"3-1","price":200,"variant":"3"},{"type":"pass","entity":"3","entity_type":"minor","id":382,"created_at":1645843414},{"type":"run_routes","entity":"3","entity_type":"minor","id":383,"created_at":1645843416,"routes":[{"train":"2-2","connections":[["A10","B11","B13"],["B13","C14","D15"],["D15","D13"]],"hexes":["A10","B13","D15","D13"],"revenue":90,"revenue_str":"A10-B13-D15-D13","nodes":["A10-1","B13-0","D15-0","D13-0"]}]},{"type":"pass","entity":"3","entity_type":"minor","id":384,"created_at":1645843419},{"type":"lay_tile","entity":"7","entity_type":"minor","id":385,"created_at":1645843885,"hex":"I4","tile":"9-8","rotation":2},{"type":"run_routes","entity":"7","entity_type":"minor","id":386,"created_at":1645843890,"routes":[{"train":"2-6","connections":[["J5","I6","H7"],["H7","G6"],["G6","G4","G2"],["G2","F3"]],"hexes":["J5","H7","G6","G2","F3"],"revenue":90,"revenue_str":"J5-H7-G6-G2-F3","nodes":["J5-1","H7-0","G6-0","G2-0","F3-0"]}]},{"type":"pass","entity":"7","entity_type":"minor","id":387,"created_at":1645843892},{"type":"pass","entity":"8","entity_type":"minor","id":388,"created_at":1645844207},{"type":"run_routes","entity":"8","entity_type":"minor","id":389,"created_at":1645844214,"routes":[{"train":"2-7","connections":[["M16","N17"]],"hexes":["M16","N17"],"revenue":60,"revenue_str":"M16-N17","nodes":["M16-0","N17-0"]}]},{"type":"buy_train","entity":"8","entity_type":"minor","id":390,"created_at":1645844253,"train":"2-9","price":149},{"type":"pass","entity":"9","entity_type":"minor","id":391,"created_at":1645844383},{"type":"run_routes","entity":"9","entity_type":"minor","id":392,"created_at":1645844389,"routes":[{"train":"2-8","connections":[["L5","M6","N5"],["K4","L5"],["J5","K4"]],"hexes":["N5","L5","K4","J5"],"revenue":70,"revenue_str":"N5-L5-K4-J5","nodes":["L5-0","N5-0","K4-0","J5-0"]}]},{"type":"buy_train","price":100,"train":"P-1","entity":"9","variant":"P","entity_type":"minor","id":393,"user":10716,"created_at":1645844396,"skip":true},{"skip":true,"type":"undo","entity":"13","entity_type":"minor","id":394,"user":10716,"created_at":1645844398},{"type":"pass","entity":"9","entity_type":"minor","id":395,"created_at":1645844412},{"type":"pass","entity":"13","entity_type":"minor","id":396,"created_at":1645860232},{"type":"run_routes","entity":"13","entity_type":"minor","id":397,"created_at":1645860236,"routes":[{"train":"2-12","connections":[["G12","G10"],["G12","F11"],["F11","E12"],["E12","D13"]],"hexes":["G10","G12","F11","E12","D13"],"revenue":90,"revenue_str":"G10-G12-F11-E12-D13","nodes":["G12-0","G10-0","F11-0","E12-0","D13-0"]}]},{"type":"buy_train","entity":"13","entity_type":"minor","id":398,"created_at":1645860241,"train":"3-2","price":200,"variant":"3"},{"type":"pass","entity":"14","entity_type":"minor","id":399,"created_at":1645860246},{"type":"run_routes","entity":"14","entity_type":"minor","id":400,"created_at":1645860261,"routes":[{"train":"2-13","connections":[["D13","D15"],["D15","C14","B13"],["B13","B11","A10"]],"hexes":["D13","D15","B13","A10"],"revenue":90,"revenue_str":"D13-D15-B13-A10","nodes":["D13-0","D15-0","B13-0","A10-1"]},{"train":"3-0","connections":[["F11","G12"],["E12","F11"],["D13","E12"]],"hexes":["G12","F11","E12","D13"],"revenue":80,"revenue_str":"G12-F11-E12-D13","nodes":["F11-0","G12-0","E12-0","D13-0"]}]},{"type":"lay_tile","entity":"BNR","entity_type":"corporation","id":401,"created_at":1645860286,"hex":"D15","tile":"143-0","rotation":1},{"type":"pass","entity":"BNR","entity_type":"corporation","id":402,"created_at":1645860291},{"type":"run_routes","entity":"BNR","entity_type":"corporation","id":403,"created_at":1645860306,"routes":[{"train":"2-14","connections":[["C16","B17"],["D15","C16"],["B13","C14","D15"],["A10","B11","B13"]],"hexes":["B17","C16","D15","B13","A10"],"revenue":100,"revenue_str":"B17-C16-D15-B13-A10","nodes":["C16-0","B17-0","D15-0","B13-0","A10-1"]},{"train":"2-4","connections":[["B19","B21"],["B17","B19"]],"hexes":["B21","B19","B17"],"revenue":60,"revenue_str":"B21-B19-B17","nodes":["B19-0","B21-0","B17-0"]}]},{"type":"dividend","entity":"BNR","entity_type":"corporation","id":404,"created_at":1645860308,"kind":"payout"},{"type":"buy_train","entity":"BNR","entity_type":"corporation","id":405,"created_at":1645860309,"train":"3-3","price":200,"variant":"3"},{"type":"buy_train","entity":"BNR","entity_type":"corporation","id":406,"created_at":1645860310,"train":"P-1","price":100,"variant":"P"},{"hex":"I18","tile":"15-0","type":"lay_tile","entity":"FS","rotation":1,"entity_type":"corporation","id":407,"user":4491,"created_at":1645860847,"skip":true},{"city":"15-0-0","slot":0,"type":"place_token","entity":"FS","tokener":"FS","entity_type":"corporation","id":408,"user":4491,"created_at":1645860850,"skip":true},{"skip":true,"type":"undo","entity":"FS","entity_type":"corporation","id":409,"user":4491,"created_at":1645860858},{"skip":true,"type":"undo","entity":"FS","entity_type":"corporation","id":410,"user":4491,"created_at":1645860866},{"type":"lay_tile","entity":"FS","entity_type":"corporation","id":411,"created_at":1645860870,"hex":"H19","tile":"577-0","rotation":1},{"type":"place_token","entity":"FS","entity_type":"corporation","id":412,"created_at":1645860872,"city":"57-2-0","slot":0,"tokener":"FS"},{"type":"run_routes","entity":"FS","entity_type":"corporation","id":413,"created_at":1645860882,"routes":[{"train":"2-10","connections":[["H19","I18"]],"hexes":["I18","H19"],"revenue":60,"revenue_str":"I18-H19","nodes":["H19-0","I18-0"]}]},{"type":"dividend","entity":"FS","entity_type":"corporation","id":414,"created_at":1645860887,"kind":"payout"},{"type":"buy_train","entity":"FS","entity_type":"corporation","id":415,"created_at":1645860889,"train":"3-4","price":200,"variant":"3"},{"type":"pass","entity":"FS","entity_type":"corporation","id":416,"created_at":1645860894},{"hex":"J5","tile":"581-0","type":"lay_tile","entity":"RPR","rotation":0,"entity_type":"corporation","id":417,"user":10716,"created_at":1645861365,"skip":true},{"city":"57-0-0","slot":0,"type":"place_token","entity":"RPR","tokener":"RPR","entity_type":"corporation","id":418,"user":10716,"created_at":1645861376,"skip":true},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":419,"user":10716,"created_at":1645861382},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":420,"user":10716,"created_at":1645861388},{"hex":"J5","tile":"581-0","type":"lay_tile","entity":"RPR","rotation":4,"entity_type":"corporation","id":421,"user":10716,"created_at":1645861402,"skip":true},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":422,"user":10716,"created_at":1645861410},{"hex":"J5","tile":"581-0","type":"lay_tile","entity":"RPR","rotation":2,"entity_type":"corporation","id":423,"user":10716,"created_at":1645861416,"skip":true},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":424,"user":10716,"created_at":1645861418},{"type":"lay_tile","entity":"RPR","entity_type":"corporation","id":425,"created_at":1645861421,"hex":"J5","tile":"581-0","rotation":1},{"type":"place_token","entity":"RPR","entity_type":"corporation","id":426,"created_at":1645861429,"city":"581-0-2","slot":0,"tokener":"RPR"},{"type":"run_routes","entity":"RPR","entity_type":"corporation","id":427,"created_at":1645861440,"routes":[{"train":"2-3","connections":[["J7","I8"],["J5","J7"]],"hexes":["I8","J7","J5"],"revenue":90,"revenue_str":"I8-J7-J5","nodes":["J7-0","I8-0","J5-2"]},{"train":"2-5","connections":[["J11","I10","I8"],["K12","J11"],["K14","K12"]],"hexes":["I8","J11","K12","K14"],"revenue":70,"revenue_str":"I8-J11-K12-K14","nodes":["J11-0","I8-0","K12-0","K14-1"]}]},{"type":"dividend","entity":"RPR","entity_type":"corporation","id":428,"created_at":1645861442,"kind":"payout"},{"type":"buy_train","entity":"RPR","entity_type":"corporation","id":429,"created_at":1645861465,"train":"4-0","price":300,"variant":"4"},{"type":"buy_train","entity":"RPR","entity_type":"corporation","id":430,"created_at":1645861473,"train":"P-0","price":100,"variant":"P"},{"type":"pass","entity":"RPR","entity_type":"corporation","id":431,"created_at":1645861476},{"type":"lay_tile","entity":"DR","entity_type":"corporation","id":432,"created_at":1645861562,"hex":"C8","tile":"578-0","rotation":2},{"type":"place_token","entity":"DR","entity_type":"corporation","id":433,"created_at":1645861568,"city":"57-4-0","slot":0,"tokener":"DR"},{"type":"buy_train","entity":"DR","entity_type":"corporation","id":434,"created_at":1645861578,"train":"4-1","price":300,"variant":"4"},{"type":"buy_train","entity":"DR","entity_type":"corporation","id":435,"created_at":1645861598,"train":"4-2","price":300,"variant":"4"},{"type":"pass","entity":"DR","entity_type":"corporation","id":436,"created_at":1645861600},{"type":"lay_tile","entity":"RBSR","entity_type":"corporation","id":437,"created_at":1645861696,"hex":"I18","tile":"15-0","rotation":4},{"type":"place_token","entity":"RBSR","entity_type":"corporation","id":438,"created_at":1645861696,"city":"15-0-0","slot":1,"tokener":"RBSR"},{"type":"run_routes","entity":"RBSR","entity_type":"corporation","id":439,"created_at":1645861718,"routes":[{"train":"3-5","connections":[["I18","I20"],["H19","I18"],["G20","H19"],["F21","G20"],["E18","F19","F21"]],"hexes":["I20","I18","H19","G20","F21","E18"],"revenue":130,"revenue_str":"I20-I18-H19-G20-F21-E18","nodes":["I18-0","I20-0","H19-0","G20-0","F21-0","E18-0"]}]},{"type":"dividend","entity":"RBSR","entity_type":"corporation","id":440,"created_at":1645861720,"kind":"payout"},{"type":"buy_train","entity":"RBSR","entity_type":"corporation","id":441,"created_at":1645862033,"train":"4-3","price":300,"variant":"4"},{"type":"pass","entity":"RBSR","entity_type":"corporation","id":442,"created_at":1645862035},{"type":"pass","entity":"1","entity_type":"minor","id":443,"created_at":1645862051},{"type":"run_routes","entity":"1","entity_type":"minor","id":444,"created_at":1645862058,"routes":[{"train":"3-1","connections":[["B7","A6"],["A10","B9","B7"]],"hexes":["A6","B7","A10"],"revenue":90,"revenue_str":"A6-B7-A10","nodes":["B7-0","A6-0","A10-0"]}]},{"type":"pass","entity":"3","entity_type":"minor","id":445,"created_at":1645863824},{"type":"buy_train","entity":"3","entity_type":"minor","id":446,"created_at":1645863906,"train":"3-2","price":1},{"type":"pass","entity":"7","entity_type":"minor","id":447,"created_at":1645863973},{"type":"pass","entity":"7","entity_type":"minor","id":448,"created_at":1645863976},{"type":"pass","entity":"8","entity_type":"minor","id":449,"created_at":1645864001},{"type":"pass","entity":"8","entity_type":"minor","id":450,"created_at":1645864003},{"type":"pass","entity":"9","entity_type":"minor","id":451,"user":10716,"created_at":1645864011,"skip":true},{"skip":true,"type":"undo","entity":"9","entity_type":"minor","id":452,"user":10716,"created_at":1645864015},{"hex":"J3","tile":"7-0","type":"lay_tile","entity":"9","rotation":0,"entity_type":"minor","id":453,"user":10716,"created_at":1645864017,"skip":true},{"type":"pass","entity":"9","entity_type":"minor","id":454,"user":10716,"created_at":1645864019,"skip":true},{"skip":true,"type":"undo","entity":"13","entity_type":"minor","id":455,"user":10716,"created_at":1645864379},{"skip":true,"type":"undo","entity":"9","entity_type":"minor","id":456,"user":10716,"created_at":1645864381},{"hex":"J3","tile":"7-0","type":"lay_tile","entity":"9","rotation":0,"entity_type":"minor","id":457,"user":10716,"created_at":1645864384,"skip":true},{"skip":true,"type":"undo","entity":"9","entity_type":"minor","id":458,"user":10716,"created_at":1645864387},{"type":"lay_tile","entity":"9","entity_type":"minor","id":459,"created_at":1645864393,"hex":"J3","tile":"7-0","rotation":0},{"type":"pass","entity":"9","entity_type":"minor","id":460,"created_at":1645864396},{"type":"pass","entity":"13","entity_type":"minor","id":461,"created_at":1645866265},{"type":"buy_train","entity":"13","entity_type":"minor","id":462,"created_at":1645866270,"train":"3-2","price":1},{"type":"pass","entity":"14","entity_type":"minor","id":463,"created_at":1645866276},{"type":"run_routes","entity":"14","entity_type":"minor","id":464,"created_at":1645866287,"routes":[{"train":"3-0","connections":[["F11","G12"],["E12","F11"],["D13","E12"],["D13","D15"],["D15","C14","B13"],["B13","B11","A10"]],"hexes":["G12","F11","E12","D13","D15","B13","A10"],"revenue":140,"revenue_str":"G12-F11-E12-D13-D15-B13-A10","nodes":["F11-0","G12-0","E12-0","D13-0","D15-0","B13-0","A10-1"]}]},{"type":"lay_tile","entity":"BNR","entity_type":"corporation","id":465,"created_at":1645866344,"hex":"A10","tile":"580-0","rotation":3},{"type":"pass","entity":"BNR","entity_type":"corporation","id":466,"created_at":1645866347},{"type":"run_routes","entity":"BNR","entity_type":"corporation","id":467,"created_at":1645866362,"routes":[{"train":"3-3","connections":[["B19","B21"],["B17","B19"],["C16","B17"],["D15","C16"],["B13","C14","D15"],["A10","B11","B13"]],"hexes":["B21","B19","B17","C16","D15","B13","A10"],"revenue":150,"revenue_str":"B21-B19-B17-C16-D15-B13-A10","nodes":["B19-0","B21-0","B17-0","C16-0","D15-0","B13-0","A10-1"]},{"train":"P-1","connections":[["local","A10"]],"hexes":["A10"],"revenue":60,"revenue_str":"A10","nodes":[]}]},{"type":"dividend","entity":"BNR","entity_type":"corporation","id":468,"created_at":1645866363,"kind":"payout"},{"type":"pass","entity":"BNR","entity_type":"corporation","id":469,"created_at":1645866367},{"type":"buy_train","entity":"BNR","entity_type":"corporation","id":470,"created_at":1645866690,"train":"3-5","price":250},{"type":"pass","entity":"BNR","entity_type":"corporation","id":471,"created_at":1645866692},{"hex":"J7","tile":"577-1","type":"lay_tile","entity":"RPR","rotation":4,"entity_type":"corporation","id":472,"user":10716,"created_at":1645867385,"skip":true},{"type":"pass","entity":"RPR","entity_type":"corporation","id":473,"user":10716,"created_at":1645867392,"skip":true},{"skip":true,"type":"undo","entity":"RPR","action_id":472,"entity_type":"corporation","id":474,"user":10716,"created_at":1645867444},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":475,"user":10716,"created_at":1645867460},{"type":"lay_tile","entity":"RPR","entity_type":"corporation","id":476,"created_at":1645867484,"hex":"K6","tile":"7-1","rotation":2},{"type":"pass","entity":"RPR","entity_type":"corporation","id":477,"created_at":1645867490},{"type":"run_routes","entity":"RPR","entity_type":"corporation","id":478,"created_at":1645867537,"routes":[{"train":"4-0","connections":[["K12","K14"],["J11","K12"],["I8","I10","J11"],["J7","I8"],["J5","J7"]],"hexes":["K14","K12","J11","I8","J7","J5"],"revenue":150,"revenue_str":"K14-K12-J11-I8-J7-J5","nodes":["K12-0","K14-1","J11-0","I8-0","J7-0","J5-2"]},{"train":"P-0","connections":[["local","J5"]],"hexes":["J5"],"revenue":50,"revenue_str":"J5","nodes":[]}]},{"type":"dividend","entity":"RPR","entity_type":"corporation","id":479,"created_at":1645867599,"kind":"payout"},{"type":"pass","entity":"RPR","entity_type":"corporation","id":480,"created_at":1645867608},{"type":"pass","entity":"RPR","entity_type":"corporation","id":481,"created_at":1645867652},{"type":"sell_shares","entity":"RPR","entity_type":"corporation","id":482,"created_at":1645867736,"shares":["RPR_4","RPR_5","RPR_6","RPR_7"],"percent":40},{"type":"lay_tile","entity":"FS","entity_type":"corporation","id":483,"created_at":1645868053,"hex":"K14","tile":"581-1","rotation":1},{"type":"run_routes","entity":"FS","entity_type":"corporation","id":484,"created_at":1645868067,"routes":[{"train":"3-4","connections":[["I18","H19"],["K14","K16","J17","I18"]],"hexes":["H19","I18","K14"],"revenue":120,"revenue_str":"H19-I18-K14","nodes":["I18-0","H19-0","K14-2"]}]},{"type":"dividend","entity":"FS","entity_type":"corporation","id":485,"created_at":1645868069,"kind":"payout"},{"type":"pass","entity":"FS","entity_type":"corporation","id":486,"created_at":1645868074},{"type":"pass","entity":"FS","entity_type":"corporation","id":487,"created_at":1645868077},{"type":"lay_tile","entity":"RBSR","entity_type":"corporation","id":488,"created_at":1645868103,"hex":"E18","tile":"578-1","rotation":5},{"type":"pass","entity":"RBSR","entity_type":"corporation","id":489,"created_at":1645868122},{"type":"run_routes","entity":"RBSR","entity_type":"corporation","id":490,"created_at":1645868139,"routes":[{"train":"4-3","connections":[["F21","F19","E18"],["G20","F21"],["H19","G20"],["I18","H19"],["K14","K16","J17","I18"]],"hexes":["E18","F21","G20","H19","I18","K14"],"revenue":180,"revenue_str":"E18-F21-G20-H19-I18-K14","nodes":["F21-0","E18-0","G20-0","H19-0","I18-0","K14-2"]}]},{"type":"dividend","entity":"RBSR","entity_type":"corporation","id":491,"created_at":1645868140,"kind":"payout"},{"type":"buy_train","entity":"RBSR","entity_type":"corporation","id":492,"created_at":1645868145,"train":"3-3","price":78},{"type":"buy_train","entity":"RBSR","entity_type":"corporation","id":493,"created_at":1645868147,"train":"5-0","price":500,"variant":"5"},{"type":"pass","entity":"RBSR","entity_type":"corporation","id":494,"created_at":1645868150},{"type":"discard_train","entity":"RBSR","entity_type":"corporation","id":495,"created_at":1645868153,"train":"3-3"},{"type":"lay_tile","entity":"DR","entity_type":"corporation","id":496,"created_at":1645868681,"hex":"B7","tile":"141-0","rotation":5},{"type":"pass","entity":"DR","entity_type":"corporation","id":497,"created_at":1645868699},{"type":"run_routes","entity":"DR","entity_type":"corporation","id":498,"created_at":1645868728,"routes":[{"train":"4-1","connections":[["H7","I6","J5"],["G6","H7"],["G2","G4","G6"],["F3","G2"],["D3","E4","F3"],["D3","C4"],["C4","D5"],["D5","C6"],["C6","C8"]],"hexes":["J5","H7","G6","G2","F3","D3","C4","D5","C6","C8"],"revenue":230,"revenue_str":"J5-H7-G6-G2-F3-D3-C4-D5-C6-C8","nodes":["H7-0","J5-0","G6-0","G2-0","F3-0","D3-0","C4-0","D5-0","C6-0","C8-0"]},{"train":"4-2","connections":[["B7","B9","A10"],["C8","B7"],["D7","C8"],["E6","D7"]],"hexes":["A10","B7","C8","D7","E6"],"revenue":150,"revenue_str":"A10-B7-C8-D7-E6","nodes":["B7-0","A10-0","C8-0","D7-0","E6-0"]}]},{"type":"dividend","entity":"DR","entity_type":"corporation","id":499,"created_at":1645868741,"kind":"payout"},{"type":"pass","entity":"DR","entity_type":"corporation","id":500,"created_at":1645868747},{"type":"buy_shares","entity":"8","entity_type":"minor","id":501,"created_at":1645868771,"shares":["RBSR_6"],"percent":10},{"type":"place_token","entity":"RBSR","entity_type":"corporation","id":502,"created_at":1645868780,"city":"202-1-0","slot":0,"tokener":"RBSR"},{"type":"buy_shares","entity":"3","entity_type":"minor","id":503,"created_at":1645870978,"shares":["BNR_4"],"percent":10},{"city":"580-0-1","slot":0,"type":"place_token","entity":"BNR","tokener":"BNR","entity_type":"corporation","id":504,"user":574,"created_at":1645871046,"skip":true},{"skip":true,"type":"undo","entity":10716,"entity_type":"player","id":505,"user":574,"created_at":1645871068},{"type":"pass","entity":"BNR","entity_type":"corporation","id":506,"created_at":1645871115},{"type":"buy_shares","entity":"7","shares":["DR_6"],"percent":10,"entity_type":"minor","id":507,"user":10716,"created_at":1645874904,"skip":true},{"skip":true,"type":"undo","entity":"DR","entity_type":"corporation","id":508,"user":10716,"created_at":1645874923},{"type":"buy_shares","entity":"9","shares":["RPR_4"],"percent":10,"entity_type":"minor","id":509,"user":10716,"created_at":1645874940,"skip":true},{"city":"581-0-1","slot":0,"type":"place_token","entity":"RPR","tokener":"RPR","entity_type":"corporation","id":510,"user":10716,"created_at":1645874947,"skip":true},{"skip":true,"type":"undo","entity":4871,"entity_type":"player","id":511,"user":10716,"created_at":1645874964},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":512,"user":10716,"created_at":1645874977},{"type":"buy_shares","entity":"7","shares":["RPR_8"],"percent":10,"entity_type":"minor","id":513,"user":10716,"created_at":1645874982,"skip":true},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":514,"user":10716,"created_at":1645874996},{"type":"buy_shares","entity":"9","entity_type":"minor","id":515,"created_at":1645875002,"shares":["RPR_8"],"percent":10},{"type":"place_token","entity":"RPR","entity_type":"corporation","id":516,"created_at":1645875006,"city":"581-0-1","slot":0,"tokener":"RPR"},{"type":"buy_shares","entity":"1","entity_type":"minor","id":517,"created_at":1645875207,"shares":["DR_6"],"percent":10},{"type":"place_token","entity":"DR","entity_type":"corporation","id":518,"created_at":1645875209,"city":"580-0-0","slot":0,"tokener":"DR"},{"type":"buy_shares","entity":"14","entity_type":"minor","id":519,"created_at":1645875456,"shares":["BNR_5"],"percent":10},{"type":"place_token","entity":"BNR","entity_type":"corporation","id":520,"created_at":1645876125,"city":"202-3-0","slot":0,"tokener":"BNR"},{"type":"buy_shares","entity":"7","entity_type":"minor","id":521,"created_at":1645876282,"shares":["RPR_4"],"percent":10},{"type":"place_token","entity":"RPR","entity_type":"corporation","id":522,"created_at":1645876287,"city":"581-0-0","slot":0,"tokener":"RPR"},{"type":"buy_shares","entity":"13","entity_type":"minor","id":523,"created_at":1645913954,"shares":["BNR_6"],"percent":10},{"type":"place_token","entity":"BNR","entity_type":"corporation","id":524,"created_at":1645918471,"city":"201-3-0","slot":0,"tokener":"BNR"},{"type":"discard_train","entity":"BNR","entity_type":"corporation","id":525,"created_at":1645918473,"train":"3-5"},{"type":"discard_train","entity":"DR","entity_type":"corporation","id":526,"created_at":1645927932,"train":"3-1"},{"type":"buy_shares","entity":4491,"entity_type":"player","id":527,"created_at":1645932645,"shares":["BNR_7"],"percent":10},{"type":"sell_shares","entity":10716,"entity_type":"player","id":528,"created_at":1645932675,"shares":["RPR_1"],"percent":10},{"type":"buy_shares","entity":10716,"entity_type":"player","id":529,"created_at":1645932690,"shares":["RBSR_7"],"percent":10},{"type":"sell_shares","entity":4871,"entity_type":"player","id":530,"created_at":1645933099,"shares":["DR_1"],"percent":10},{"type":"buy_shares","entity":4871,"entity_type":"player","id":531,"created_at":1645933107,"shares":["RPR_5"],"percent":10},{"type":"buy_shares","entity":574,"entity_type":"player","id":532,"created_at":1645943322,"shares":["BNR_8"],"percent":10},{"type":"buy_shares","entity":4491,"shares":["DR_1"],"percent":10,"entity_type":"player","id":533,"user":4491,"created_at":1645957170,"skip":true},{"skip":true,"type":"undo","entity":10716,"entity_type":"player","id":534,"user":4491,"created_at":1645957176},{"type":"buy_shares","entity":4491,"shares":["RPR_6"],"percent":10,"entity_type":"player","id":535,"user":4491,"created_at":1645957192,"skip":true},{"skip":true,"type":"undo","entity":10716,"entity_type":"player","id":536,"user":4491,"created_at":1645957202},{"type":"buy_shares","entity":4491,"entity_type":"player","id":537,"created_at":1645957208,"shares":["RPR_6"],"percent":10},{"type":"buy_shares","entity":10716,"entity_type":"player","id":538,"created_at":1645957580,"shares":["RBSR_8"],"percent":10},{"type":"buy_shares","entity":4871,"entity_type":"player","id":539,"created_at":1645957737,"shares":["RPR_7"],"percent":10},{"type":"buy_shares","entity":574,"entity_type":"player","id":540,"created_at":1645957758,"shares":["RPR_1"],"percent":10},{"type":"buy_shares","entity":4491,"shares":["DR_1"],"percent":10,"entity_type":"player","id":541,"user":4491,"created_at":1645963168,"skip":true},{"skip":true,"type":"undo","entity":10716,"entity_type":"player","id":542,"user":4491,"created_at":1645963180},{"type":"buy_shares","entity":4491,"entity_type":"player","id":543,"created_at":1645963183,"shares":["FS_4"],"percent":10},{"type":"buy_shares","entity":10716,"entity_type":"player","id":544,"created_at":1645963440,"shares":["DR_1"],"percent":10},{"type":"buy_shares","entity":4871,"entity_type":"player","id":545,"created_at":1645963505,"shares":["FS_5"],"percent":10},{"type":"program_buy_shares","entity":4871,"entity_type":"player","id":546,"created_at":1645963521,"corporation":"FS","until_condition":2,"from_market":false,"auto_pass_after":false},{"type":"buy_shares","entity":574,"shares":["DR_7"],"percent":10,"entity_type":"player","id":547,"user":574,"created_at":1645963618,"skip":true},{"skip":true,"type":"undo","entity":4491,"entity_type":"player","id":548,"user":574,"created_at":1645963634},{"type":"buy_shares","entity":574,"entity_type":"player","id":549,"created_at":1645963654,"shares":["FS_6"],"percent":10},{"type":"pass","entity":4491,"entity_type":"player","id":550,"created_at":1646001334},{"type":"buy_shares","entity":10716,"shares":["DR_7"],"percent":10,"entity_type":"player","auto_actions":[{"type":"buy_shares","entity":4871,"shares":["FS_7"],"percent":10,"created_at":1646002782,"entity_type":"player"}],"id":551,"user":10716,"created_at":1646002830,"skip":true},{"skip":true,"type":"undo","entity":574,"entity_type":"player","id":552,"user":10716,"created_at":1646002843},{"type":"buy_shares","entity":10716,"entity_type":"player","id":553,"created_at":1646002844,"auto_actions":[{"type":"buy_shares","entity":4871,"entity_type":"player","created_at":1646002796,"shares":["FS_7"],"percent":10}],"shares":["DR_7"],"percent":10},{"type":"program_share_pass","entity":574,"entity_type":"player","id":554,"created_at":1646004468,"auto_actions":[{"type":"pass","entity":574,"entity_type":"player","created_at":1646004467}],"unconditional":false,"indefinite":false},{"type":"program_share_pass","entity":4491,"entity_type":"player","id":555,"created_at":1646005394,"auto_actions":[{"type":"pass","entity":4491,"entity_type":"player","created_at":1646005393}],"unconditional":false,"indefinite":false},{"type":"buy_shares","entity":10716,"entity_type":"player","id":556,"created_at":1646005908,"auto_actions":[{"type":"program_disable","entity":4871,"entity_type":"player","created_at":1646005859,"reason":"2 share(s) bought in FS, end condition met"}],"shares":["DR_8"],"percent":10},{"type":"program_share_pass","entity":4871,"entity_type":"player","id":557,"created_at":1646010469,"auto_actions":[{"type":"pass","entity":4871,"entity_type":"player","created_at":1646010468},{"type":"pass","entity":574,"entity_type":"player","created_at":1646010468},{"type":"pass","entity":4491,"entity_type":"player","created_at":1646010468}],"unconditional":false,"indefinite":false},{"type":"pass","entity":10716,"entity_type":"player","id":558,"created_at":1646012520},{"type":"lay_tile","entity":"BNR","entity_type":"corporation","id":559,"created_at":1646015039,"hex":"D7","tile":"14-0","rotation":1},{"type":"place_token","entity":"BNR","entity_type":"corporation","id":560,"created_at":1646015040,"city":"14-0-0","slot":1,"tokener":"BNR"},{"type":"run_routes","entity":"BNR","entity_type":"corporation","id":561,"created_at":1646015087,"routes":[{"train":"3-0","connections":[["B19","B21"],["B17","B19"],["C16","B17"],["D15","C16"],["B13","C14","D15"],["A10","B11","B13"]],"hexes":["B21","B19","B17","C16","D15","B13","A10"],"revenue":150,"revenue_str":"B21-B19-B17-C16-D15-B13-A10","nodes":["B19-0","B21-0","B17-0","C16-0","D15-0","B13-0","A10-1"]},{"train":"3-2","connections":[["G10","F9"],["G12","G10"],["F11","G12"],["E12","F11"],["D13","E12"],["D15","D13"]],"hexes":["F9","G10","G12","F11","E12","D13","D15"],"revenue":120,"revenue_str":"F9-G10-G12-F11-E12-D13-D15","nodes":["G10-0","F9-0","G12-0","F11-0","E12-0","D13-0","D15-0"]}]},{"type":"dividend","entity":"BNR","entity_type":"corporation","id":562,"created_at":1646015089,"kind":"payout"},{"hex":"J5","tile":"584-0","type":"lay_tile","entity":"RPR","rotation":0,"entity_type":"corporation","id":563,"user":10716,"created_at":1646020565,"skip":true},{"type":"pass","entity":"RPR","entity_type":"corporation","id":564,"user":10716,"created_at":1646020570,"skip":true},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":565,"user":10716,"created_at":1646020573},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":566,"user":10716,"created_at":1646020588},{"type":"lay_tile","entity":"RPR","entity_type":"corporation","id":567,"created_at":1646020593,"hex":"J5","tile":"584-0","rotation":0},{"type":"place_token","entity":"RPR","entity_type":"corporation","id":568,"created_at":1646020620,"city":"57-0-0","slot":0,"tokener":"RPR"},{"type":"run_routes","entity":"RPR","entity_type":"corporation","id":569,"created_at":1646020637,"routes":[{"train":"4-0","connections":[["L5","M6","N5"],["K4","L5"],["J5","K4"],["G2","H3","I4","J5"],["F3","G2"],["D3","E4","F3"]],"hexes":["N5","L5","K4","J5","G2","F3","D3"],"revenue":200,"revenue_str":"N5-L5-K4-J5-G2-F3-D3","nodes":["L5-0","N5-0","K4-0","J5-0","G2-0","F3-0","D3-0"]},{"train":"P-0","connections":[["local","J5"]],"hexes":["J5"],"revenue":60,"revenue_str":"J5","nodes":[]}]},{"type":"dividend","entity":"RPR","entity_type":"corporation","id":570,"created_at":1646020638,"kind":"payout"},{"type":"pass","entity":"RPR","entity_type":"corporation","id":571,"user":10716,"created_at":1646020640,"skip":true},{"skip":true,"type":"undo","entity":"FS","entity_type":"corporation","id":572,"user":10716,"created_at":1646020643},{"type":"discard_train","entity":"RPR","entity_type":"corporation","id":573,"created_at":1646020644,"train":"P-0"},{"type":"buy_train","entity":"RPR","entity_type":"corporation","id":574,"created_at":1646020647,"train":"5-1","price":500,"variant":"5"},{"hex":"K14","tile":"584-1","type":"lay_tile","entity":"FS","rotation":0,"entity_type":"corporation","id":575,"user":4491,"created_at":1646024412,"skip":true},{"skip":true,"type":"undo","entity":"FS","entity_type":"corporation","id":576,"user":4491,"created_at":1646024438},{"type":"lay_tile","entity":"FS","entity_type":"corporation","id":577,"created_at":1646024445,"hex":"H19","tile":"582-0","rotation":4},{"type":"place_token","entity":"FS","entity_type":"corporation","id":578,"created_at":1646024446,"city":"582-0-0","slot":1,"tokener":"FS"},{"type":"run_routes","entity":"FS","entity_type":"corporation","id":579,"created_at":1646024466,"routes":[{"train":"3-4","connections":[["I18","H19"],["K14","K16","J17","I18"]],"hexes":["H19","I18","K14"],"revenue":130,"revenue_str":"H19-I18-K14","nodes":["I18-0","H19-0","K14-2"]}]},{"type":"dividend","entity":"FS","entity_type":"corporation","id":580,"created_at":1646024469,"kind":"payout"},{"type":"buy_train","price":500,"train":"5-2","entity":"FS","variant":"5","entity_type":"corporation","id":581,"user":4491,"created_at":1646024473,"skip":true},{"skip":true,"type":"undo","entity":"FS","entity_type":"corporation","id":582,"user":4491,"created_at":1646024484},{"type":"buy_train","entity":"FS","entity_type":"corporation","id":583,"created_at":1646024504,"train":"5-2","price":500,"variant":"5"},{"type":"pass","entity":"FS","entity_type":"corporation","id":584,"created_at":1646024519},{"type":"lay_tile","entity":"RBSR","entity_type":"corporation","id":585,"created_at":1646024613,"hex":"K14","tile":"584-1","rotation":0},{"type":"place_token","entity":"RBSR","entity_type":"corporation","id":586,"created_at":1646024615,"city":"584-1-0","slot":2,"tokener":"RBSR"},{"type":"run_routes","entity":"RBSR","entity_type":"corporation","id":587,"created_at":1646024681,"routes":[{"train":"4-3","connections":[["H19","H21","G22"],["G20","H19"],["F21","G20"],["E18","F19","F21"],["E20","E18"],["E22","E20"]],"hexes":["G22","H19","G20","F21","E18","E20","E22"],"revenue":190,"revenue_str":"G22-H19-G20-F21-E18-E20-E22","nodes":["H19-0","G22-0","G20-0","F21-0","E18-0","E20-0","E22-0"]},{"train":"5-0","connections":[["K12","J11"],["K14","K12"],["I18","J17","K16","K14"],["M16","L17","K18","J19","I18"],["N17","M16"]],"hexes":["J11","K12","K14","I18","M16","N17"],"revenue":200,"revenue_str":"J11-K12-K14-I18-M16-N17","nodes":["K12-0","J11-0","K14-0","I18-0","M16-0","N17-0"]}]},{"type":"dividend","entity":"RBSR","entity_type":"corporation","id":588,"created_at":1646024683,"kind":"payout"},{"type":"lay_tile","entity":"DR","entity_type":"corporation","id":589,"created_at":1646028580,"hex":"A8","tile":"9-9","rotation":0},{"type":"place_token","entity":"DR","entity_type":"corporation","id":590,"created_at":1646028585,"city":"584-0-0","slot":1,"tokener":"DR"},{"type":"run_routes","entity":"DR","entity_type":"corporation","id":591,"created_at":1646028645,"routes":[{"train":"4-1","connections":[["C6","C8"],["C6","D5"],["D5","C4"],["C4","D3"],["D3","E4","F3"],["F3","G2"],["G2","G4","G6"],["G6","H7"],["H7","I6","J5"],["J5","K4"],["K4","L5"]],"hexes":["C8","C6","D5","C4","D3","F3","G2","G6","H7","J5","K4","L5"],"revenue":260,"revenue_str":"C8-C6-D5-C4-D3-F3-G2-G6-H7-J5-K4-L5","nodes":["C6-0","C8-0","D5-0","C4-0","D3-0","F3-0","G2-0","G6-0","H7-0","J5-0","K4-0","L5-0"]},{"train":"4-2","connections":[["C8","D7"],["B7","C8"],["A10","B9","B7"],["A6","A8","A10"]],"hexes":["D7","C8","B7","A10","A6"],"revenue":210,"revenue_str":"D7-C8-B7-A10-A6","nodes":["C8-0","D7-0","B7-0","A10-0","A6-0"]}]},{"type":"dividend","entity":"DR","entity_type":"corporation","id":592,"created_at":1646028676,"kind":"payout"},{"type":"lay_tile","entity":"BNR","entity_type":"corporation","id":593,"created_at":1646032610,"hex":"C8","tile":"582-1","rotation":0},{"type":"place_token","entity":"BNR","entity_type":"corporation","id":594,"created_at":1646032611,"city":"582-1-0","slot":1,"tokener":"BNR"},{"type":"run_routes","entity":"BNR","entity_type":"corporation","id":595,"created_at":1646032631,"routes":[{"train":"3-0","connections":[["C4","D3"],["D5","C4"],["C6","D5"],["C8","C6"],["B7","C8"],["A6","B7"]],"hexes":["D3","C4","D5","C6","C8","B7","A6"],"revenue":190,"revenue_str":"D3-C4-D5-C6-C8-B7-A6","nodes":["C4-0","D3-0","D5-0","C6-0","C8-0","B7-0","A6-0"]},{"train":"3-2","connections":[["G12","G10"],["F11","G12"],["E12","F11"],["D13","E12"],["D15","D13"],["B13","C14","D15"],["A10","B11","B13"]],"hexes":["G10","G12","F11","E12","D13","D15","B13","A10"],"revenue":170,"revenue_str":"G10-G12-F11-E12-D13-D15-B13-A10","nodes":["G12-0","G10-0","F11-0","E12-0","D13-0","D15-0","B13-0","A10-1"]}]},{"type":"dividend","entity":"BNR","entity_type":"corporation","id":596,"created_at":1646032633,"kind":"payout"},{"type":"lay_tile","entity":"RPR","entity_type":"corporation","id":597,"created_at":1646033240,"hex":"F3","tile":"142-0","rotation":1},{"type":"run_routes","entity":"RPR","entity_type":"corporation","id":598,"created_at":1646033262,"routes":[{"train":"4-0","connections":[["L5","M6","N5"],["K4","L5"],["J5","K4"],["G2","H3","I4","J5"],["F3","G2"],["D3","E4","F3"]],"hexes":["N5","L5","K4","J5","G2","F3","D3"],"revenue":200,"revenue_str":"N5-L5-K4-J5-G2-F3-D3","nodes":["L5-0","N5-0","K4-0","J5-0","G2-0","F3-0","D3-0"]},{"train":"5-1","connections":[["K12","K14"],["J11","K12"],["I8","I10","J11"],["J7","I8"],["J5","J7"],["H7","I6","J5"],["G6","H7"],["G2","G4","G6"]],"hexes":["K14","K12","J11","I8","J7","J5","H7","G6","G2"],"revenue":260,"revenue_str":"K14-K12-J11-I8-J7-J5-H7-G6-G2","nodes":["K12-0","K14-0","J11-0","I8-0","J7-0","J5-0","H7-0","G6-0","G2-0"]}]},{"type":"dividend","entity":"RPR","entity_type":"corporation","id":599,"created_at":1646033263,"kind":"payout"},{"hex":"E18","tile":"582-2","type":"lay_tile","entity":"FS","rotation":3,"entity_type":"corporation","id":600,"user":4491,"created_at":1646038431,"skip":true},{"city":"582-2-0","slot":1,"type":"place_token","entity":"FS","tokener":"FS","entity_type":"corporation","id":601,"user":4491,"created_at":1646038432,"skip":true},{"skip":true,"type":"undo","entity":"FS","entity_type":"corporation","id":602,"user":4491,"created_at":1646038450},{"skip":true,"type":"undo","entity":"FS","entity_type":"corporation","id":603,"user":4491,"created_at":1646038453},{"type":"lay_tile","entity":"FS","entity_type":"corporation","id":604,"created_at":1646038470,"hex":"J11","tile":"14-1","rotation":1},{"type":"place_token","entity":"FS","entity_type":"corporation","id":605,"created_at":1646038472,"city":"14-1-0","slot":1,"tokener":"FS"},{"type":"run_routes","entity":"FS","entity_type":"corporation","id":606,"created_at":1646038509,"routes":[{"train":"3-4","connections":[["K12","K14"],["J11","K12"],["I8","I10","J11"],["J7","I8"]],"hexes":["K14","K12","J11","I8","J7"],"revenue":140,"revenue_str":"K14-K12-J11-I8-J7","nodes":["K12-0","K14-0","J11-0","I8-0","J7-0"]},{"train":"5-2","connections":[["F21","F19","E18"],["G20","F21"],["H19","G20"],["I18","H19"],["K14","K16","J17","I18"]],"hexes":["E18","F21","G20","H19","I18","K14"],"revenue":200,"revenue_str":"E18-F21-G20-H19-I18-K14","nodes":["F21-0","E18-0","G20-0","H19-0","I18-0","K14-0"]}]},{"type":"dividend","entity":"FS","entity_type":"corporation","id":607,"created_at":1646038511,"kind":"payout"},{"type":"pass","entity":"FS","entity_type":"corporation","id":608,"created_at":1646038515},{"type":"lay_tile","entity":"RBSR","entity_type":"corporation","id":609,"created_at":1646038889,"hex":"I18","tile":"611-0","rotation":3},{"type":"run_routes","entity":"RBSR","entity_type":"corporation","id":610,"created_at":1646038926,"routes":[{"train":"4-3","connections":[["H19","H21","G22"],["G20","H19"],["F21","G20"],["E18","F19","F21"],["E20","E18"],["E22","E20"]],"hexes":["G22","H19","G20","F21","E18","E20","E22"],"revenue":190,"revenue_str":"G22-H19-G20-F21-E18-E20-E22","nodes":["H19-0","G22-0","G20-0","F21-0","E18-0","E20-0","E22-0"]},{"train":"5-0","connections":[["K12","J11"],["K14","K12"],["I18","J17","K16","K14"],["M16","L17","K18","J19","I18"],["N17","M16"]],"hexes":["J11","K12","K14","I18","M16","N17"],"revenue":220,"revenue_str":"J11-K12-K14-I18-M16-N17","nodes":["K12-0","J11-0","K14-0","I18-0","M16-0","N17-0"]}]},{"type":"dividend","entity":"RBSR","entity_type":"corporation","id":611,"created_at":1646038940,"kind":"payout"},{"type":"lay_tile","entity":"DR","entity_type":"corporation","id":612,"created_at":1646039393,"hex":"C6","tile":"142-1","rotation":1},{"type":"run_routes","entity":"DR","entity_type":"corporation","id":613,"created_at":1646039415,"routes":[{"train":"4-1","connections":[["C6","C8"],["C6","D5"],["D5","C4"],["C4","D3"],["D3","E4","F3"],["F3","G2"],["G2","G4","G6"],["G6","H7"],["H7","I6","J5"],["J5","K4"],["K4","L5"]],"hexes":["C8","C6","D5","C4","D3","F3","G2","G6","H7","J5","K4","L5"],"revenue":270,"revenue_str":"C8-C6-D5-C4-D3-F3-G2-G6-H7-J5-K4-L5","nodes":["C6-0","C8-0","D5-0","C4-0","D3-0","F3-0","G2-0","G6-0","H7-0","J5-0","K4-0","L5-0"]},{"train":"4-2","connections":[["C8","D7"],["B7","C8"],["A10","B9","B7"],["A6","A8","A10"]],"hexes":["D7","C8","B7","A10","A6"],"revenue":220,"revenue_str":"D7-C8-B7-A10-A6","nodes":["C8-0","D7-0","B7-0","A10-0","A6-0"]}]},{"type":"dividend","entity":"DR","entity_type":"corporation","id":614,"created_at":1646039432,"kind":"payout"},{"type":"par","entity":4871,"entity_type":"player","id":615,"created_at":1646039484,"corporation":"AIRS","share_price":"100,2,4"},{"type":"place_token","entity":"AIRS","entity_type":"corporation","id":616,"created_at":1646039489,"city":"584-0-0","slot":1,"tokener":"AIRS"},{"type":"par","entity":574,"entity_type":"player","id":617,"created_at":1646040188,"corporation":"SNCF","share_price":"100,2,4"},{"type":"place_token","entity":"SNCF","entity_type":"corporation","id":618,"created_at":1646040191,"city":"580-0-1","slot":0,"tokener":"SNCF"},{"type":"par","entity":4491,"entity_type":"player","id":619,"created_at":1646045148,"corporation":"GSR","share_price":"100,2,4"},{"type":"place_token","entity":"GSR","entity_type":"corporation","id":620,"created_at":1646045164,"city":"57-6-0","slot":0,"tokener":"GSR"},{"type":"program_buy_shares","entity":4491,"entity_type":"player","id":621,"created_at":1646045179,"corporation":"GSR","until_condition":"float","from_market":false,"auto_pass_after":false},{"type":"buy_shares","entity":10716,"entity_type":"player","id":622,"created_at":1646046414,"shares":["FS_8"],"percent":10},{"type":"program_buy_shares","entity":4871,"entity_type":"player","id":623,"created_at":1646047500,"auto_actions":[{"type":"buy_shares","entity":4871,"entity_type":"player","created_at":1646047498,"shares":["AIRS_1"],"percent":10}],"corporation":"AIRS","until_condition":"float","from_market":false,"auto_pass_after":false},{"type":"program_buy_shares","entity":574,"corporation":"SNCF","entity_type":"player","from_market":false,"auto_actions":[{"type":"buy_shares","entity":574,"shares":["SNCF_1"],"percent":10,"created_at":1646047619,"entity_type":"player"},{"type":"buy_shares","entity":4491,"shares":["GSR_1"],"percent":10,"created_at":1646047619,"entity_type":"player"}],"auto_pass_after":false,"until_condition":"float","id":624,"user":574,"created_at":1646047621,"skip":true},{"type":"buy_shares","entity":10716,"shares":["AIRS_2"],"percent":10,"entity_type":"player","auto_actions":[{"type":"buy_shares","entity":4871,"shares":["AIRS_3"],"percent":10,"created_at":1646047756,"entity_type":"player"},{"type":"buy_shares","entity":574,"shares":["SNCF_2"],"percent":10,"created_at":1646047756,"entity_type":"player"},{"type":"buy_shares","entity":4491,"shares":["GSR_2"],"percent":10,"created_at":1646047756,"entity_type":"player"}],"id":625,"user":10716,"created_at":1646047758,"skip":true},{"type":"pass","entity":10716,"entity_type":"player","auto_actions":[{"type":"program_disable","entity":4871,"reason":"AIRS is floated","created_at":1646047796,"entity_type":"player"}],"id":626,"user":10716,"created_at":1646047797,"skip":true},{"skip":true,"type":"undo","entity":4871,"entity_type":"player","id":627,"user":10716,"created_at":1646047817},{"skip":true,"type":"undo","entity":10716,"entity_type":"player","id":628,"user":10716,"created_at":1646047830},{"skip":true,"type":"undo","entity":10716,"entity_type":"player","id":629,"user":10716,"created_at":1646047841},{"type":"program_buy_shares","entity":574,"entity_type":"player","id":630,"created_at":1646047870,"auto_actions":[{"type":"buy_shares","entity":574,"entity_type":"player","created_at":1646047868,"shares":["SNCF_1"],"percent":10},{"type":"buy_shares","entity":4491,"entity_type":"player","created_at":1646047868,"shares":["GSR_1"],"percent":10}],"corporation":"SNCF","until_condition":"float","from_market":false,"auto_pass_after":false},{"type":"buy_shares","entity":10716,"entity_type":"player","id":631,"created_at":1646047939,"auto_actions":[{"type":"buy_shares","entity":4871,"entity_type":"player","created_at":1646047937,"shares":["AIRS_3"],"percent":10},{"type":"buy_shares","entity":574,"entity_type":"player","created_at":1646047937,"shares":["SNCF_2"],"percent":10},{"type":"buy_shares","entity":4491,"entity_type":"player","created_at":1646047937,"shares":["GSR_2"],"percent":10}],"shares":["AIRS_2"],"percent":10},{"type":"pass","entity":10716,"entity_type":"player","auto_actions":[{"type":"program_disable","entity":4871,"reason":"AIRS is floated","created_at":1646047942,"entity_type":"player"}],"id":632,"user":10716,"created_at":1646047943,"skip":true},{"skip":true,"type":"undo","entity":4871,"entity_type":"player","id":633,"user":10716,"created_at":1646047978},{"type":"buy_shares","entity":10716,"entity_type":"player","id":634,"created_at":1646047989,"auto_actions":[{"type":"program_disable","entity":4871,"entity_type":"player","created_at":1646047987,"reason":"AIRS is floated"}],"shares":["AIRS_4"],"percent":10},{"type":"program_buy_shares","entity":10716,"entity_type":"player","id":635,"created_at":1646048010,"corporation":"AIRS","until_condition":4,"from_market":true,"auto_pass_after":false},{"type":"buy_shares","entity":4871,"entity_type":"player","id":636,"created_at":1646048085,"auto_actions":[{"type":"buy_shares","entity":574,"entity_type":"player","created_at":1646048082,"shares":["SNCF_3"],"percent":10},{"type":"buy_shares","entity":4491,"entity_type":"player","created_at":1646048082,"shares":["GSR_3"],"percent":10},{"type":"buy_shares","entity":10716,"entity_type":"player","created_at":1646048082,"shares":["AIRS_6"],"percent":10}],"shares":["AIRS_5"],"percent":10},{"type":"buy_shares","entity":4871,"entity_type":"player","id":637,"created_at":1646048090,"auto_actions":[{"type":"program_disable","entity":574,"entity_type":"player","created_at":1646048088,"reason":"SNCF is floated"}],"shares":["AIRS_7"],"percent":10},{"type":"pass","entity":574,"entity_type":"player","id":638,"created_at":1646048118,"auto_actions":[{"type":"program_disable","entity":4491,"entity_type":"player","created_at":1646048116,"reason":"GSR is floated"}]},{"type":"program_share_pass","entity":4491,"entity_type":"player","id":639,"created_at":1646082797,"auto_actions":[{"type":"pass","entity":4491,"entity_type":"player","created_at":1646082796},{"type":"buy_shares","entity":10716,"entity_type":"player","created_at":1646082796,"shares":["AIRS_8"],"percent":10}],"unconditional":false,"indefinite":false},{"type":"buy_shares","entity":4871,"entity_type":"player","id":640,"created_at":1646089879,"shares":["GSR_4"],"percent":10},{"type":"program_share_pass","entity":574,"entity_type":"player","id":641,"created_at":1646091106,"auto_actions":[{"type":"pass","entity":574,"entity_type":"player","created_at":1646091105},{"type":"pass","entity":4491,"entity_type":"player","created_at":1646091105},{"type":"program_disable","entity":10716,"entity_type":"player","created_at":1646091105,"reason":"4 share(s) bought in AIRS, end condition met"}],"unconditional":false,"indefinite":false},{"type":"program_share_pass","entity":10716,"entity_type":"player","id":642,"created_at":1646091412,"unconditional":false,"indefinite":false},{"type":"buy_shares","entity":10716,"entity_type":"player","id":643,"created_at":1646091490,"shares":["GSR_5"],"percent":10},{"type":"program_share_pass","entity":4871,"entity_type":"player","id":644,"created_at":1646091605,"auto_actions":[{"type":"pass","entity":4871,"entity_type":"player","created_at":1646091604},{"type":"pass","entity":574,"entity_type":"player","created_at":1646091604},{"type":"pass","entity":4491,"entity_type":"player","created_at":1646091604},{"type":"pass","entity":10716,"entity_type":"player","created_at":1646091604}],"unconditional":false,"indefinite":false},{"type":"lay_tile","entity":"BNR","entity_type":"corporation","id":645,"created_at":1646091665,"hex":"D13","tile":"579-0","rotation":0},{"type":"run_routes","entity":"BNR","entity_type":"corporation","id":646,"created_at":1646091676,"routes":[{"train":"3-0","connections":[["C4","D3"],["D5","C4"],["C6","D5"],["C8","C6"],["B7","C8"],["A6","B7"]],"hexes":["D3","C4","D5","C6","C8","B7","A6"],"revenue":190,"revenue_str":"D3-C4-D5-C6-C8-B7-A6","nodes":["C4-0","D3-0","D5-0","C6-0","C8-0","B7-0","A6-0"]},{"train":"3-2","connections":[["G12","G10"],["F11","G12"],["E12","F11"],["D13","E12"],["D15","D13"],["B13","C14","D15"],["A10","B11","B13"]],"hexes":["G10","G12","F11","E12","D13","D15","B13","A10"],"revenue":180,"revenue_str":"G10-G12-F11-E12-D13-D15-B13-A10","nodes":["G12-0","G10-0","F11-0","E12-0","D13-0","D15-0","B13-0","A10-1"]}]},{"type":"dividend","entity":"BNR","entity_type":"corporation","id":647,"created_at":1646091677,"kind":"half"},{"type":"lay_tile","entity":"RPR","entity_type":"corporation","id":648,"created_at":1646091869,"hex":"F3","tile":"146-0","rotation":4},{"type":"run_routes","entity":"RPR","entity_type":"corporation","id":649,"created_at":1646091874,"routes":[{"train":"4-0","connections":[["L5","M6","N5"],["K4","L5"],["J5","K4"],["G2","H3","I4","J5"],["F3","G2"],["D3","E4","F3"]],"hexes":["N5","L5","K4","J5","G2","F3","D3"],"revenue":210,"revenue_str":"N5-L5-K4-J5-G2-F3-D3","nodes":["L5-0","N5-0","K4-0","J5-0","G2-0","F3-0","D3-0"]},{"train":"5-1","connections":[["K12","K14"],["J11","K12"],["I8","I10","J11"],["J7","I8"],["J5","J7"],["H7","I6","J5"],["G6","H7"],["G2","G4","G6"]],"hexes":["K14","K12","J11","I8","J7","J5","H7","G6","G2"],"revenue":270,"revenue_str":"K14-K12-J11-I8-J7-J5-H7-G6-G2","nodes":["K12-0","K14-0","J11-0","I8-0","J7-0","J5-0","H7-0","G6-0","G2-0"]}]},{"kind":"withhold","type":"dividend","entity":"RPR","entity_type":"corporation","id":650,"user":10716,"created_at":1646091875,"skip":true},{"skip":true,"type":"undo","entity":"FS","entity_type":"corporation","id":651,"user":10716,"created_at":1646091878},{"type":"dividend","entity":"RPR","entity_type":"corporation","id":652,"created_at":1646091970,"kind":"payout"},{"type":"lay_tile","entity":"FS","entity_type":"corporation","id":653,"created_at":1646094357,"hex":"I8","tile":"144-0","rotation":0},{"type":"run_routes","entity":"FS","entity_type":"corporation","id":654,"created_at":1646094377,"routes":[{"train":"3-4","connections":[["K12","K14"],["J11","K12"],["I8","I10","J11"],["J7","I8"]],"hexes":["K14","K12","J11","I8","J7"],"revenue":140,"revenue_str":"K14-K12-J11-I8-J7","nodes":["K12-0","K14-0","J11-0","I8-0","J7-0"]},{"train":"5-2","connections":[["F21","F19","E18"],["G20","F21"],["H19","G20"],["I18","H19"],["K14","K16","J17","I18"]],"hexes":["E18","F21","G20","H19","I18","K14"],"revenue":210,"revenue_str":"E18-F21-G20-H19-I18-K14","nodes":["F21-0","E18-0","G20-0","H19-0","I18-0","K14-0"]}]},{"type":"dividend","entity":"FS","entity_type":"corporation","id":655,"created_at":1646094380,"kind":"payout"},{"type":"lay_tile","entity":"RBSR","entity_type":"corporation","id":656,"created_at":1646094467,"hex":"M16","tile":"577-1","rotation":2},{"type":"run_routes","entity":"RBSR","entity_type":"corporation","id":657,"created_at":1646094489,"routes":[{"train":"4-3","connections":[["H19","H21","G22"],["G20","H19"],["F21","G20"],["E18","F19","F21"],["E20","E18"],["E22","E20"]],"hexes":["G22","H19","G20","F21","E18","E20","E22"],"revenue":190,"revenue_str":"G22-H19-G20-F21-E18-E20-E22","nodes":["H19-0","G22-0","G20-0","F21-0","E18-0","E20-0","E22-0"]},{"train":"5-0","connections":[["K12","J11"],["K14","K12"],["I18","J17","K16","K14"],["M16","L17","K18","J19","I18"],["N17","M16"]],"hexes":["J11","K12","K14","I18","M16","N17"],"revenue":230,"revenue_str":"J11-K12-K14-I18-M16-N17","nodes":["K12-0","J11-0","K14-0","I18-0","M16-0","N17-0"]}]},{"type":"dividend","entity":"RBSR","entity_type":"corporation","id":658,"created_at":1646094490,"kind":"payout"},{"hex":"B7","tile":"147-0","type":"lay_tile","entity":"DR","rotation":2,"entity_type":"corporation","id":659,"user":4871,"created_at":1646095285,"skip":true},{"type":"run_routes","entity":"DR","routes":[{"hexes":["C8","C6","D5","C4","D3","F3","G2","G6","H7","J5","K4","L5"],"nodes":["C6-0","C8-0","D5-0","C4-0","D3-0","F3-0","G2-0","G6-0","H7-0","J5-0","K4-0","L5-0"],"train":"4-1","revenue":280,"connections":[["C6","C8"],["C6","D5"],["D5","C4"],["C4","D3"],["D3","E4","F3"],["F3","G2"],["G2","G4","G6"],["G6","H7"],["H7","I6","J5"],["J5","K4"],["K4","L5"]],"revenue_str":"C8-C6-D5-C4-D3-F3-G2-G6-H7-J5-K4-L5"},{"hexes":["D7","C8","B7","A10","A6"],"nodes":["C8-0","D7-0","B7-0","A10-0","A6-0"],"train":"4-2","revenue":230,"connections":[["C8","D7"],["B7","C8"],["A10","B9","B7"],["A6","A8","A10"]],"revenue_str":"D7-C8-B7-A10-A6"}],"entity_type":"corporation","id":660,"user":4871,"created_at":1646095453,"skip":true},{"kind":"half","type":"dividend","entity":"DR","entity_type":"corporation","id":661,"user":4871,"created_at":1646095459,"skip":true},{"skip":true,"type":"undo","entity":"AIRS","action_id":658,"entity_type":"corporation","id":662,"user":4871,"created_at":1646095490},{"type":"lay_tile","entity":"DR","entity_type":"corporation","id":663,"created_at":1646095503,"hex":"D3","tile":"578-2","rotation":5},{"type":"run_routes","entity":"DR","entity_type":"corporation","id":664,"created_at":1646095511,"routes":[{"train":"4-1","connections":[["C6","C8"],["C6","D5"],["D5","C4"],["C4","D3"],["D3","E4","F3"],["F3","G2"],["G2","G4","G6"],["G6","H7"],["H7","I6","J5"],["J5","K4"],["K4","L5"]],"hexes":["C8","C6","D5","C4","D3","F3","G2","G6","H7","J5","K4","L5"],"revenue":290,"revenue_str":"C8-C6-D5-C4-D3-F3-G2-G6-H7-J5-K4-L5","nodes":["C6-0","C8-0","D5-0","C4-0","D3-0","F3-0","G2-0","G6-0","H7-0","J5-0","K4-0","L5-0"]},{"train":"4-2","connections":[["C8","D7"],["B7","C8"],["A10","B9","B7"],["A6","A8","A10"]],"hexes":["D7","C8","B7","A10","A6"],"revenue":220,"revenue_str":"D7-C8-B7-A10-A6","nodes":["C8-0","D7-0","B7-0","A10-0","A6-0"]}]},{"type":"dividend","entity":"DR","entity_type":"corporation","id":665,"created_at":1646095517,"kind":"half"},{"type":"lay_tile","entity":"AIRS","entity_type":"corporation","id":666,"created_at":1646095525,"hex":"D3","tile":"582-2","rotation":3},{"type":"place_token","entity":"AIRS","entity_type":"corporation","id":667,"created_at":1646095527,"city":"582-2-0","slot":1,"tokener":"AIRS"},{"type":"buy_train","entity":"AIRS","entity_type":"corporation","id":668,"created_at":1646095549,"train":"6-0","price":600,"variant":"6"},{"type":"buy_train","entity":"AIRS","entity_type":"corporation","id":669,"created_at":1646095572,"train":"4-1","price":200},{"type":"lay_tile","entity":"SNCF","entity_type":"corporation","id":670,"created_at":1646096012,"hex":"D13","tile":"582-3","rotation":4},{"type":"place_token","entity":"SNCF","entity_type":"corporation","id":671,"created_at":1646096013,"city":"582-3-0","slot":1,"tokener":"SNCF"},{"type":"buy_train","entity":"SNCF","entity_type":"corporation","id":672,"created_at":1646096019,"train":"6-1","price":600,"variant":"6"},{"type":"buy_train","entity":"SNCF","entity_type":"corporation","id":673,"created_at":1646096022,"train":"P-2","price":100,"variant":"P"},{"type":"lay_tile","entity":"GSR","entity_type":"corporation","id":674,"created_at":1646096166,"hex":"F5","tile":"8-8","rotation":1},{"type":"buy_train","entity":"GSR","entity_type":"corporation","id":675,"created_at":1646096171,"train":"8-0","price":800,"variant":"8"},{"type":"buy_train","entity":"GSR","entity_type":"corporation","id":676,"created_at":1646096196,"train":"P-3","price":100,"variant":"P"},{"type":"lay_tile","entity":"BNR","entity_type":"corporation","id":677,"created_at":1646096212,"hex":"G12","tile":"578-0","rotation":2},{"type":"buy_train","entity":"BNR","entity_type":"corporation","id":678,"created_at":1646096215,"train":"8-1","price":800,"variant":"8"},{"type":"buy_train","entity":"BNR","entity_type":"corporation","id":679,"created_at":1646096216,"train":"P-4","price":100,"variant":"P"},{"hex":"E6","tile":"14-2","type":"lay_tile","entity":"RPR","rotation":0,"entity_type":"corporation","id":680,"user":10716,"created_at":1646098027,"skip":true},{"city":"14-2-0","slot":1,"type":"place_token","entity":"RPR","tokener":"RPR","entity_type":"corporation","id":681,"user":10716,"created_at":1646098028,"skip":true},{"type":"run_routes","entity":"RPR","routes":[{"hexes":["K14","K12","J11","I8","J7","J5","H7","G6","G2"],"nodes":["K12-0","K14-0","J11-0","I8-0","J7-0","J5-0","H7-0","G6-0","G2-0"],"train":"5-1","revenue":270,"connections":[["K12","K14"],["J11","K12"],["I8","I10","J11"],["J7","I8"],["J5","J7"],["H7","I6","J5"],["G6","H7"],["G2","G4","G6"]],"revenue_str":"K14-K12-J11-I8-J7-J5-H7-G6-G2"}],"entity_type":"corporation","id":682,"user":10716,"created_at":1646098059,"skip":true},{"kind":"payout","type":"dividend","entity":"RPR","entity_type":"corporation","id":683,"user":10716,"created_at":1646098061,"skip":true},{"type":"buy_train","price":100,"train":"P-1","entity":"RPR","variant":"P","entity_type":"corporation","id":684,"user":10716,"created_at":1646098064,"skip":true},{"skip":true,"type":"undo","entity":"FS","entity_type":"corporation","id":685,"user":10716,"created_at":1646098070},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":686,"user":10716,"created_at":1646098073},{"kind":"withhold","type":"dividend","entity":"RPR","entity_type":"corporation","id":687,"user":10716,"created_at":1646098074,"skip":true},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":688,"user":10716,"created_at":1646098093},{"kind":"payout","type":"dividend","entity":"RPR","entity_type":"corporation","id":689,"user":10716,"created_at":1646098094,"skip":true},{"type":"buy_train","price":100,"train":"P-1","entity":"RPR","variant":"P","entity_type":"corporation","id":690,"user":10716,"created_at":1646098096,"skip":true},{"skip":true,"type":"undo","entity":"FS","entity_type":"corporation","id":691,"user":10716,"created_at":1646098113},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":692,"user":10716,"created_at":1646098114},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":693,"user":10716,"created_at":1646098116},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":694,"user":10716,"created_at":1646098117},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":695,"user":10716,"created_at":1646098121},{"type":"lay_tile","entity":"RPR","entity_type":"corporation","id":696,"created_at":1646098124,"hex":"H7","tile":"142-2","rotation":5},{"type":"run_routes","entity":"RPR","entity_type":"corporation","id":697,"created_at":1646098179,"routes":[{"train":"5-1","connections":[["K14","K16","J17","I18"],["K12","K14"],["J11","K12"],["I8","I10","J11"],["H7","I8"],["G6","H7"],["G2","G4","G6"],["J5","I4","H3","G2"],["K4","J5"],["L5","K4"]],"hexes":["I18","K14","K12","J11","I8","H7","G6","G2","J5","K4","L5"],"revenue":300,"revenue_str":"I18-K14-K12-J11-I8-H7-G6-G2-J5-K4-L5","nodes":["K14-0","I18-0","K12-0","J11-0","I8-0","H7-0","G6-0","G2-0","J5-0","K4-0","L5-0"]}]},{"kind":"withhold","type":"dividend","entity":"RPR","entity_type":"corporation","id":698,"user":10716,"created_at":1646098192,"skip":true},{"type":"pass","entity":"RPR","entity_type":"corporation","id":699,"user":10716,"created_at":1646098194,"skip":true},{"skip":true,"type":"undo","entity":"FS","entity_type":"corporation","id":700,"user":10716,"created_at":1646098196},{"skip":true,"type":"undo","entity":"RPR","entity_type":"corporation","id":701,"user":10716,"created_at":1646098199},{"type":"dividend","entity":"RPR","entity_type":"corporation","id":702,"created_at":1646098200,"kind":"payout"},{"type":"buy_train","entity":"RPR","entity_type":"corporation","id":703,"created_at":1646098201,"train":"P-1","price":100,"variant":"P"},{"hex":"J11","tile":"611-1","type":"lay_tile","entity":"FS","rotation":1,"entity_type":"corporation","id":704,"user":4491,"created_at":1646102761,"skip":true},{"skip":true,"type":"undo","entity":"FS","action_id":703,"entity_type":"corporation","id":705,"user":4491,"created_at":1646102829},{"type":"lay_tile","entity":"FS","entity_type":"corporation","id":706,"created_at":1646102840,"hex":"E6","tile":"14-2","rotation":0},{"type":"place_token","entity":"FS","entity_type":"corporation","id":707,"created_at":1646102845,"city":"14-2-0","slot":1,"tokener":"FS"},{"type":"run_routes","entity":"FS","entity_type":"corporation","id":708,"created_at":1646102867,"routes":[{"train":"5-2","connections":[["K14","K16","J17","I18"],["K12","K14"],["J11","K12"],["I8","I10","J11"],["H7","I8"],["G6","H7"],["G2","G4","G6"],["J5","I4","H3","G2"]],"hexes":["I18","K14","K12","J11","I8","H7","G6","G2","J5"],"revenue":280,"revenue_str":"I18-K14-K12-J11-I8-H7-G6-G2-J5","nodes":["K14-0","I18-0","K12-0","J11-0","I8-0","H7-0","G6-0","G2-0","J5-0"]}]},{"type":"dividend","entity":"FS","entity_type":"corporation","id":709,"created_at":1646102872,"kind":"payout"},{"type":"buy_train","entity":"FS","entity_type":"corporation","id":710,"created_at":1646102877,"train":"P-0","price":100,"variant":"P"},{"type":"lay_tile","entity":"RBSR","entity_type":"corporation","id":711,"created_at":1646102910,"hex":"I18","tile":"513-0","rotation":0},{"type":"run_routes","entity":"RBSR","entity_type":"corporation","id":712,"created_at":1646102928,"routes":[{"train":"5-0","connections":[["H19","H21","G22"],["I18","H19"],["M16","L17","K18","J19","I18"],["N17","M16"]],"hexes":["G22","H19","I18","M16","N17"],"revenue":340,"revenue_str":"G22-H19-I18-M16-N17 + R2R(90)","nodes":["H19-0","G22-0","I18-0","M16-0","N17-0"]}]},{"type":"dividend","entity":"RBSR","entity_type":"corporation","id":713,"created_at":1646102929,"kind":"payout"},{"type":"pass","entity":"RBSR","entity_type":"corporation","id":714,"created_at":1646102944},{"type":"lay_tile","entity":"DR","entity_type":"corporation","id":715,"created_at":1646103546,"hex":"B7","tile":"147-0","rotation":2},{"type":"buy_train","entity":"DR","entity_type":"corporation","id":716,"created_at":1646103557,"train":"8-2","price":800,"variant":"8"},{"type":"pass","entity":"DR","entity_type":"corporation","id":717,"created_at":1646103559},{"type":"lay_tile","entity":"AIRS","entity_type":"corporation","id":718,"created_at":1646103566,"hex":"A10","tile":"583-0","rotation":3},{"type":"place_token","entity":"AIRS","entity_type":"corporation","id":719,"created_at":1646103568,"city":"583-0-0","slot":1,"tokener":"AIRS"},{"type":"run_routes","entity":"AIRS","entity_type":"corporation","id":720,"created_at":1646104996,"routes":[{"train":"6-0","connections":[["A10","A8","A6"],["B7","B9","A10"],["C6","B7"],["D5","C6"],["C4","D5"],["D3","C4"],["F3","E4","D3"],["G2","F3"],["G6","G4","G2"],["H7","G6"],["J5","I6","H7"],["K4","J5"],["L5","K4"],["N5","M6","L5"]],"hexes":["A6","A10","B7","C6","D5","C4","D3","F3","G2","G6","H7","J5","K4","L5","N5"],"revenue":540,"revenue_str":"A6-A10-B7-C6-D5-C4-D3-F3-G2-G6-H7-J5-K4-L5-N5 + R2R(90)","nodes":["A10-0","A6-0","B7-0","C6-0","D5-0","C4-0","D3-0","F3-0","G2-0","G6-0","H7-0","J5-0","K4-0","L5-0","N5-0"]}]},{"type":"dividend","entity":"AIRS","entity_type":"corporation","id":721,"created_at":1646105002,"kind":"payout"},{"type":"pass","entity":"AIRS","entity_type":"corporation","id":722,"created_at":1646105041},{"type":"lay_tile","entity":"SNCF","entity_type":"corporation","id":723,"created_at":1646105075,"hex":"G12","tile":"582-4","rotation":0},{"type":"place_token","entity":"SNCF","entity_type":"corporation","id":724,"created_at":1646105076,"city":"582-4-0","slot":1,"tokener":"SNCF"},{"type":"run_routes","entity":"SNCF","entity_type":"corporation","id":725,"created_at":1646105094,"routes":[{"train":"6-1","connections":[["F9","E8","D7"],["G10","F9"],["G12","G10"],["F11","G12"],["E12","F11"],["D13","E12"],["D15","D13"],["B13","C14","D15"],["A10","B11","B13"]],"hexes":["D7","F9","G10","G12","F11","E12","D13","D15","B13","A10"],"revenue":280,"revenue_str":"D7-F9-G10-G12-F11-E12-D13-D15-B13-A10","nodes":["F9-0","D7-0","G10-0","G12-0","F11-0","E12-0","D13-0","D15-0","B13-0","A10-1"]},{"train":"P-2","connections":[["local","A10"]],"hexes":["A10"],"revenue":80,"revenue_str":"A10","nodes":[]}]},{"type":"dividend","entity":"SNCF","entity_type":"corporation","id":726,"created_at":1646105096,"kind":"payout"},{"type":"pass","entity":"SNCF","entity_type":"corporation","id":727,"created_at":1646105098},{"type":"buy_shares","entity":"SNCF","entity_type":"corporation","id":728,"created_at":1646105107,"shares":["SNCF_4","SNCF_5"],"percent":20},{"type":"lay_tile","entity":"GSR","entity_type":"corporation","id":729,"created_at":1646111465,"hex":"E8","tile":"82-0","rotation":2},{"type":"place_token","entity":"GSR","entity_type":"corporation","id":730,"created_at":1646111469,"city":"57-5-0","slot":0,"tokener":"GSR"},{"type":"run_routes","entity":"GSR","entity_type":"corporation","id":731,"created_at":1646111555,"routes":[{"train":"8-0","connections":[["I8","I10","J11"],["H7","I8"],["G6","H7"],["G2","G4","G6"],["F3","G2"],["E6","F5","F3"],["F9","E8","E6"],["G10","F9"],["G12","G10"]],"hexes":["J11","I8","H7","G6","G2","F3","E6","F9","G10","G12"],"revenue":240,"revenue_str":"J11-I8-H7-G6-G2-F3-E6-F9-G10-G12","nodes":["I8-0","J11-0","H7-0","G6-0","G2-0","F3-0","E6-0","F9-0","G10-0","G12-0"]},{"train":"P-3","connections":[["local","G12"]],"hexes":["G12"],"revenue":50,"revenue_str":"G12","nodes":[]}]},{"type":"dividend","entity":"GSR","entity_type":"corporation","id":732,"created_at":1646111557,"kind":"payout"},{"type":"pass","entity":"GSR","entity_type":"corporation","id":733,"user":4491,"created_at":1646111562,"skip":true},{"skip":true,"type":"undo","entity":4871,"entity_type":"player","id":734,"user":4491,"created_at":1646111571},{"type":"pass","entity":"GSR","entity_type":"corporation","id":735,"created_at":1646111582},{"type":"pass","entity":4871,"entity_type":"player","id":736,"created_at":1646123510},{"type":"program_share_pass","entity":574,"entity_type":"player","id":737,"created_at":1646123739,"auto_actions":[{"type":"pass","entity":574,"entity_type":"player","created_at":1646123739}],"unconditional":false,"indefinite":false},{"type":"program_share_pass","entity":4491,"entity_type":"player","id":738,"created_at":1646124118,"auto_actions":[{"type":"pass","entity":4491,"entity_type":"player","created_at":1646124118}],"unconditional":false,"indefinite":false},{"type":"program_share_pass","entity":10716,"entity_type":"player","id":739,"created_at":1646124222,"auto_actions":[{"type":"pass","entity":10716,"entity_type":"player","created_at":1646124169}],"unconditional":false,"indefinite":false},{"type":"lay_tile","entity":"RPR","entity_type":"corporation","id":740,"created_at":1646124254,"hex":"J11","tile":"611-1","rotation":1},{"type":"pass","entity":"RPR","entity_type":"corporation","id":741,"created_at":1646124261},{"type":"run_routes","entity":"RPR","entity_type":"corporation","id":742,"created_at":1646124298,"routes":[{"train":"5-1","connections":[["K14","K16","J17","I18"],["K12","K14"],["J11","K12"],["I8","I10","J11"],["H7","I8"],["G6","H7"],["G2","G4","G6"],["J5","I4","H3","G2"],["K4","J5"],["L5","K4"]],"hexes":["I18","K14","K12","J11","I8","H7","G6","G2","J5","K4","L5"],"revenue":330,"revenue_str":"I18-K14-K12-J11-I8-H7-G6-G2-J5-K4-L5","nodes":["K14-0","I18-0","K12-0","J11-0","I8-0","H7-0","G6-0","G2-0","J5-0","K4-0","L5-0"]},{"train":"P-1","connections":[["local","J5"]],"hexes":["J5"],"revenue":60,"revenue_str":"J5","nodes":[]}]},{"type":"dividend","entity":"RPR","entity_type":"corporation","id":743,"created_at":1646124299,"kind":"payout"},{"type":"pass","entity":"RPR","entity_type":"corporation","id":744,"created_at":1646124302},{"type":"lay_tile","entity":"FS","entity_type":"corporation","id":745,"created_at":1646124425,"hex":"E6","tile":"611-2","rotation":0},{"type":"run_routes","entity":"FS","routes":[{"hexes":["I18","K14","K12","J11","I8","H7","G6","G2","J5"],"nodes":["K14-0","I18-0","K12-0","J11-0","I8-0","H7-0","G6-0","G2-0","J5-0"],"train":"5-2","revenue":310,"connections":[["K14","K16","J17","I18"],["K12","K14"],["J11","K12"],["I8","I10","J11"],["H7","I8"],["G6","H7"],["G2","G4","G6"],["J5","I4","H3","G2"]],"revenue_str":"I18-K14-K12-J11-I8-H7-G6-G2-J5"},{"hexes":["K14"],"nodes":[],"train":"P-0","revenue":60,"connections":[["local","K14"]],"revenue_str":"K14"}],"entity_type":"corporation","id":746,"user":4491,"created_at":1646124446,"skip":true},{"kind":"payout","type":"dividend","entity":"FS","entity_type":"corporation","id":747,"user":4491,"created_at":1646124450,"skip":true},{"type":"pass","entity":"FS","entity_type":"corporation","id":748,"user":4491,"created_at":1646124454,"skip":true},{"skip":true,"type":"undo","entity":"RBSR","entity_type":"corporation","id":749,"user":4491,"created_at":1646124476},{"skip":true,"type":"undo","entity":"FS","entity_type":"corporation","id":750,"user":4491,"created_at":1646124479},{"skip":true,"type":"undo","entity":"FS","entity_type":"corporation","id":751,"user":4491,"created_at":1646124483},{"type":"run_routes","entity":"FS","entity_type":"corporation","id":752,"created_at":1646124510,"routes":[{"train":"5-2","connections":[["K14","K16","J17","I18"],["K12","K14"],["J11","K12"],["I8","I10","J11"],["H7","I8"],["G6","H7"],["G2","G4","G6"],["J5","I4","H3","G2"]],"hexes":["I18","K14","K12","J11","I8","H7","G6","G2","J5"],"revenue":310,"revenue_str":"I18-K14-K12-J11-I8-H7-G6-G2-J5","nodes":["K14-0","I18-0","K12-0","J11-0","I8-0","H7-0","G6-0","G2-0","J5-0"]},{"train":"P-0","connections":[["local","K14"]],"hexes":["K14"],"revenue":60,"revenue_str":"K14","nodes":[]}]},{"type":"dividend","entity":"FS","entity_type":"corporation","id":753,"created_at":1646124529,"kind":"payout"},{"type":"pass","entity":"FS","entity_type":"corporation","id":754,"created_at":1646124533},{"type":"lay_tile","entity":"RBSR","entity_type":"corporation","id":755,"created_at":1646126907,"hex":"F21","tile":"143-1","rotation":3},{"type":"run_routes","entity":"RBSR","entity_type":"corporation","id":756,"created_at":1646126923,"routes":[{"train":"5-0","connections":[["F21","G22"],["G20","F21"],["H19","G20"],["I18","H19"],["M16","L17","K18","J19","I18"],["N17","M16"]],"hexes":["G22","F21","G20","H19","I18","M16","N17"],"revenue":360,"revenue_str":"G22-F21-G20-H19-I18-M16-N17 + R2R(90)","nodes":["F21-0","G22-0","G20-0","H19-0","I18-0","M16-0","N17-0"]}]},{"type":"dividend","entity":"RBSR","entity_type":"corporation","id":757,"created_at":1646126924,"kind":"payout"},{"type":"pass","entity":"RBSR","entity_type":"corporation","id":758,"created_at":1646126927},{"type":"lay_tile","entity":"BNR","entity_type":"corporation","id":759,"created_at":1646126939,"hex":"F9","tile":"15-1","rotation":2},{"type":"run_routes","entity":"BNR","entity_type":"corporation","id":760,"created_at":1646126967,"routes":[{"train":"8-1","connections":[["B13","B11","A10"],["D15","C14","B13"],["D13","D15"],["E12","D13"],["F11","E12"],["G12","F11"],["G10","G12"],["F9","G10"],["D7","E8","F9"],["C8","D7"],["C6","C8"],["B7","C6"],["A6","B7"]],"hexes":["A10","B13","D15","D13","E12","F11","G12","G10","F9","D7","C8","C6","B7","A6"],"revenue":440,"revenue_str":"A10-B13-D15-D13-E12-F11-G12-G10-F9-D7-C8-C6-B7-A6","nodes":["B13-0","A10-1","D15-0","D13-0","E12-0","F11-0","G12-0","G10-0","F9-0","D7-0","C8-0","C6-0","B7-0","A6-0"]},{"train":"P-4","connections":[["local","A10"]],"hexes":["A10"],"revenue":80,"revenue_str":"A10","nodes":[]}]},{"type":"dividend","entity":"BNR","entity_type":"corporation","id":761,"created_at":1646126969,"kind":"payout"},{"type":"pass","entity":"BNR","entity_type":"corporation","id":762,"created_at":1646126972},{"hex":"E6","tile":"513-1","type":"lay_tile","entity":"DR","rotation":0,"entity_type":"corporation","id":763,"user":4871,"created_at":1646131137,"skip":true},{"skip":true,"type":"undo","entity":"DR","action_id":762,"entity_type":"corporation","id":764,"user":4871,"created_at":1646131174},{"type":"lay_tile","entity":"DR","entity_type":"corporation","id":765,"created_at":1646131178,"hex":"C6","tile":"146-1","rotation":4},{"type":"run_routes","entity":"DR","entity_type":"corporation","id":766,"created_at":1646131214,"routes":[{"train":"8-2","connections":[["L5","M6","N5"],["K4","L5"],["J5","K4"],["H7","I6","J5"],["G6","H7"],["G2","G4","G6"],["F3","G2"],["D3","E4","F3"],["C4","D3"],["D5","C4"],["C6","D5"],["D7","C6"],["C8","D7"],["B7","C8"],["A10","B9","B7"],["A6","A8","A10"]],"hexes":["N5","L5","K4","J5","H7","G6","G2","F3","D3","C4","D5","C6","D7","C8","B7","A10","A6"],"revenue":690,"revenue_str":"N5-L5-K4-J5-H7-G6-G2-F3-D3-C4-D5-C6-D7-C8-B7-A10-A6 + R2R(150)","nodes":["L5-0","N5-0","K4-0","J5-0","H7-0","G6-0","G2-0","F3-0","D3-0","C4-0","D5-0","C6-0","D7-0","C8-0","B7-0","A10-0","A6-0"]}]},{"type":"dividend","entity":"DR","entity_type":"corporation","id":767,"created_at":1646131229,"kind":"payout"},{"type":"pass","entity":"DR","entity_type":"corporation","id":768,"created_at":1646131233},{"type":"pass","entity":"AIRS","entity_type":"corporation","id":769,"user":4871,"created_at":1646131259,"skip":true},{"skip":true,"type":"undo","entity":"AIRS","entity_type":"corporation","id":770,"user":4871,"created_at":1646131264},{"type":"lay_tile","entity":"AIRS","entity_type":"corporation","id":771,"created_at":1646131307,"hex":"I6","tile":"83-0","rotation":1},{"type":"run_routes","entity":"AIRS","routes":[{"hexes":["A6","A10","B7","C6","D5","C4","D3","F3","G2","G6","H7","J5","K4","L5","N5"],"nodes":["A10-0","A6-0","B7-0","C6-0","D5-0","C4-0","D3-0","F3-0","G2-0","G6-0","H7-0","J5-0","K4-0","L5-0","N5-0"],"train":"6-0","revenue":550,"connections":[["A10","A8","A6"],["B7","B9","A10"],["C6","B7"],["D5","C6"],["C4","D5"],["D3","C4"],["F3","E4","D3"],["G2","F3"],["G6","G4","G2"],["H7","G6"],["J5","I6","H7"],["K4","J5"],["L5","K4"],["N5","M6","L5"]],"revenue_str":"A6-A10-B7-C6-D5-C4-D3-F3-G2-G6-H7-J5-K4-L5-N5 + R2R(90)"}],"entity_type":"corporation","id":772,"user":4871,"created_at":1646131316,"skip":true},{"skip":true,"type":"undo","entity":"AIRS","entity_type":"corporation","id":773,"user":4871,"created_at":1646131321},{"type":"run_routes","entity":"AIRS","entity_type":"corporation","id":774,"created_at":1646131338,"routes":[{"train":"6-0","connections":[["A10","A8","A6"],["B7","B9","A10"],["C6","B7"],["D5","C6"],["C4","D5"],["D3","C4"],["F3","E4","D3"],["G2","F3"],["G6","G4","G2"],["H7","G6"],["J5","I6","H7"],["K4","J5"],["L5","K4"],["N5","M6","L5"]],"hexes":["A6","A10","B7","C6","D5","C4","D3","F3","G2","G6","H7","J5","K4","L5","N5"],"revenue":550,"revenue_str":"A6-A10-B7-C6-D5-C4-D3-F3-G2-G6-H7-J5-K4-L5-N5 + R2R(90)","nodes":["A10-0","A6-0","B7-0","C6-0","D5-0","C4-0","D3-0","F3-0","G2-0","G6-0","H7-0","J5-0","K4-0","L5-0","N5-0"]}]},{"type":"dividend","entity":"AIRS","entity_type":"corporation","id":775,"created_at":1646131340,"kind":"payout"},{"type":"pass","entity":"AIRS","entity_type":"corporation","id":776,"created_at":1646131348},{"type":"lay_tile","entity":"SNCF","entity_type":"corporation","id":777,"created_at":1646132619,"hex":"E6","tile":"513-1","rotation":0},{"type":"place_token","entity":"SNCF","entity_type":"corporation","id":778,"created_at":1646132628,"city":"513-1-0","slot":2,"tokener":"SNCF"},{"type":"run_routes","entity":"SNCF","entity_type":"corporation","id":779,"created_at":1646132657,"routes":[{"train":"6-1","connections":[["H7","I8"],["G6","H7"],["G2","G4","G6"],["F3","G2"],["E6","F5","F3"],["F9","E8","E6"],["G10","F9"],["G12","G10"],["F11","G12"],["E12","F11"],["D13","E12"],["D15","D13"],["B13","C14","D15"],["A10","B11","B13"]],"hexes":["I8","H7","G6","G2","F3","E6","F9","G10","G12","F11","E12","D13","D15","B13","A10"],"revenue":420,"revenue_str":"I8-H7-G6-G2-F3-E6-F9-G10-G12-F11-E12-D13-D15-B13-A10","nodes":["H7-0","I8-0","G6-0","G2-0","F3-0","E6-0","F9-0","G10-0","G12-0","F11-0","E12-0","D13-0","D15-0","B13-0","A10-1"]},{"train":"P-2","connections":[["local","A10"]],"hexes":["A10"],"revenue":80,"revenue_str":"A10","nodes":[]}]},{"type":"dividend","entity":"SNCF","entity_type":"corporation","id":780,"created_at":1646132658,"kind":"payout"},{"type":"pass","entity":"SNCF","entity_type":"corporation","id":781,"created_at":1646132660},{"type":"pass","entity":"SNCF","entity_type":"corporation","id":782,"created_at":1646132663},{"type":"lay_tile","entity":"GSR","entity_type":"corporation","id":783,"created_at":1646137934,"hex":"D5","tile":"142-3","rotation":2},{"type":"run_routes","entity":"GSR","entity_type":"corporation","id":784,"created_at":1646137991,"routes":[{"train":"8-0","connections":[["I8","I10","J11"],["H7","I8"],["G6","H7"],["G2","G4","G6"],["F3","G2"],["E6","F5","F3"],["E6","D5"],["D5","C6"],["C6","B7"],["B7","B9","A10"]],"hexes":["J11","I8","H7","G6","G2","F3","E6","D5","C6","B7","A10"],"revenue":330,"revenue_str":"J11-I8-H7-G6-G2-F3-E6-D5-C6-B7-A10","nodes":["I8-0","J11-0","H7-0","G6-0","G2-0","F3-0","E6-0","D5-0","C6-0","B7-0","A10-0"]},{"train":"P-3","connections":[["local","E6"]],"hexes":["E6"],"revenue":60,"revenue_str":"E6","nodes":[]}]},{"type":"dividend","entity":"GSR","entity_type":"corporation","id":785,"created_at":1646137995,"kind":"payout"},{"type":"pass","entity":"GSR","entity_type":"corporation","id":786,"created_at":1646138023},{"type":"lay_tile","entity":"RPR","entity_type":"corporation","id":787,"created_at":1646138319,"hex":"J11","tile":"513-2","rotation":0},{"type":"place_token","entity":"RPR","entity_type":"corporation","id":788,"created_at":1646138325,"city":"513-0-0","slot":2,"tokener":"RPR"},{"type":"run_routes","entity":"RPR","entity_type":"corporation","id":789,"created_at":1646138355,"routes":[{"train":"5-1","connections":[["I18","I20"],["K14","K16","J17","I18"],["K12","K14"],["J11","K12"],["I8","I10","J11"],["H7","I8"],["G6","H7"],["G2","G4","G6"],["J5","I4","H3","G2"],["K4","J5"],["L5","K4"]],"hexes":["I20","I18","K14","K12","J11","I8","H7","G6","G2","J5","K4","L5"],"revenue":360,"revenue_str":"I20-I18-K14-K12-J11-I8-H7-G6-G2-J5-K4-L5","nodes":["I18-0","I20-0","K14-0","K12-0","J11-0","I8-0","H7-0","G6-0","G2-0","J5-0","K4-0","L5-0"]},{"train":"P-1","connections":[["local","J5"]],"hexes":["J5"],"revenue":60,"revenue_str":"J5","nodes":[]}]},{"type":"dividend","entity":"RPR","entity_type":"corporation","id":790,"created_at":1646138361,"kind":"payout"},{"type":"pass","entity":"RPR","entity_type":"corporation","id":791,"created_at":1646138369},{"hex":"G10","tile":"144-1","type":"lay_tile","entity":"FS","rotation":0,"entity_type":"corporation","id":792,"user":4491,"created_at":1646172459,"skip":true},{"skip":true,"type":"undo","entity":"FS","entity_type":"corporation","id":793,"user":4491,"created_at":1646172466},{"type":"lay_tile","entity":"FS","entity_type":"corporation","id":794,"created_at":1646172473,"hex":"G10","tile":"141-1","rotation":5},{"type":"run_routes","entity":"FS","entity_type":"corporation","id":795,"created_at":1646172558,"routes":[{"train":"5-2","connections":[["K12","K14"],["J11","K12"],["I8","I10","J11"],["H7","I8"],["G6","H7"],["G2","G4","G6"],["G2","F3"],["F3","F5","E6"],["E6","D5"],["D5","C6"],["C6","B7"],["B7","B9","A10"]],"hexes":["K14","K12","J11","I8","H7","G6","G2","F3","E6","D5","C6","B7","A10"],"revenue":420,"revenue_str":"K14-K12-J11-I8-H7-G6-G2-F3-E6-D5-C6-B7-A10","nodes":["K12-0","K14-0","J11-0","I8-0","H7-0","G6-0","G2-0","F3-0","E6-0","D5-0","C6-0","B7-0","A10-0"]},{"train":"P-0","connections":[["local","A10"]],"hexes":["A10"],"revenue":80,"revenue_str":"A10","nodes":[]}]},{"type":"dividend","entity":"FS","entity_type":"corporation","id":796,"created_at":1646172559,"kind":"payout"},{"type":"pass","entity":"FS","entity_type":"corporation","id":797,"created_at":1646172562},{"type":"lay_tile","entity":"RBSR","entity_type":"corporation","id":798,"created_at":1646183443,"hex":"F21","tile":"146-2","rotation":2},{"type":"run_routes","entity":"RBSR","entity_type":"corporation","id":799,"created_at":1646183469,"routes":[{"train":"5-0","connections":[["F21","G22"],["G20","F21"],["H19","G20"],["I18","H19"],["M16","L17","K18","J19","I18"],["N17","M16"]],"hexes":["G22","F21","G20","H19","I18","M16","N17"],"revenue":370,"revenue_str":"G22-F21-G20-H19-I18-M16-N17 + R2R(90)","nodes":["F21-0","G22-0","G20-0","H19-0","I18-0","M16-0","N17-0"]}]},{"type":"dividend","entity":"RBSR","entity_type":"corporation","id":800,"created_at":1646183471,"kind":"payout"},{"type":"pass","entity":"RBSR","entity_type":"corporation","id":801,"created_at":1646183473},{"type":"lay_tile","entity":"BNR","entity_type":"corporation","id":802,"created_at":1646183553,"hex":"F9","tile":"611-3","rotation":1},{"type":"run_routes","entity":"BNR","routes":[{"hexes":["A10","B13","D15","D13","E12","F11","G12","G10","F9","D7","C8","C6","B7","A6"],"nodes":["B13-0","A10-1","D15-0","D13-0","E12-0","F11-0","G12-0","G10-0","F9-0","D7-0","C8-0","C6-0","B7-0","A6-0"],"train":"8-1","revenue":460,"connections":[["B13","B11","A10"],["D15","C14","B13"],["D13","D15"],["E12","D13"],["F11","E12"],["G12","F11"],["G10","G12"],["F9","G10"],["D7","E8","F9"],["C8","D7"],["C6","C8"],["B7","C6"],["A6","B7"]],"revenue_str":"A10-B13-D15-D13-E12-F11-G12-G10-F9-D7-C8-C6-B7-A6"}],"entity_type":"corporation","id":803,"user":574,"created_at":1646183578,"skip":true},{"skip":true,"type":"undo","entity":"BNR","entity_type":"corporation","id":804,"user":574,"created_at":1646183584},{"type":"run_routes","entity":"BNR","entity_type":"corporation","id":805,"created_at":1646183594,"routes":[{"train":"8-1","connections":[["B13","B11","A10"],["D15","C14","B13"],["D13","D15"],["E12","D13"],["F11","E12"],["G12","F11"],["G10","G12"],["F9","G10"],["D7","E8","F9"],["C8","D7"],["C6","C8"],["B7","C6"],["A6","B7"]],"hexes":["A10","B13","D15","D13","E12","F11","G12","G10","F9","D7","C8","C6","B7","A6"],"revenue":460,"revenue_str":"A10-B13-D15-D13-E12-F11-G12-G10-F9-D7-C8-C6-B7-A6","nodes":["B13-0","A10-1","D15-0","D13-0","E12-0","F11-0","G12-0","G10-0","F9-0","D7-0","C8-0","C6-0","B7-0","A6-0"]},{"train":"P-4","connections":[["local","A10"]],"hexes":["A10"],"revenue":80,"revenue_str":"A10","nodes":[]}]},{"type":"dividend","entity":"BNR","entity_type":"corporation","id":806,"created_at":1646183595,"kind":"payout"},{"type":"pass","entity":"BNR","entity_type":"corporation","id":807,"created_at":1646183600},{"type":"lay_tile","entity":"DR","entity_type":"corporation","id":808,"created_at":1646186792,"hex":"I8","tile":"147-1","rotation":0},{"type":"run_routes","entity":"DR","entity_type":"corporation","id":809,"created_at":1646186834,"routes":[{"train":"8-2","connections":[["L5","M6","N5"],["K4","L5"],["J5","K4"],["I8","I6","J5"],["H7","I8"],["G6","H7"],["G2","G4","G6"],["F3","G2"],["D3","E4","F3"],["C4","D3"],["D5","C4"],["C6","D5"],["D7","C6"],["C8","D7"],["B7","C8"],["A10","B9","B7"],["A6","A8","A10"]],"hexes":["N5","L5","K4","J5","I8","H7","G6","G2","F3","D3","C4","D5","C6","D7","C8","B7","A10","A6"],"revenue":710,"revenue_str":"N5-L5-K4-J5-I8-H7-G6-G2-F3-D3-C4-D5-C6-D7-C8-B7-A10-A6 + R2R(150)","nodes":["L5-0","N5-0","K4-0","J5-0","I8-0","H7-0","G6-0","G2-0","F3-0","D3-0","C4-0","D5-0","C6-0","D7-0","C8-0","B7-0","A10-0","A6-0"]}]},{"type":"dividend","entity":"DR","entity_type":"corporation","id":810,"created_at":1646186840,"kind":"payout"},{"type":"pass","entity":"DR","entity_type":"corporation","id":811,"created_at":1646186862},{"type":"lay_tile","entity":"AIRS","entity_type":"corporation","id":812,"created_at":1646186891,"hex":"D5","tile":"147-2","rotation":5},{"type":"pass","entity":"AIRS","entity_type":"corporation","id":813,"created_at":1646186901},{"type":"run_routes","entity":"AIRS","entity_type":"corporation","id":814,"created_at":1646186919,"routes":[{"train":"6-0","connections":[["A10","A8","A6"],["B7","B9","A10"],["C6","B7"],["D5","C6"],["C4","D5"],["D3","C4"],["F3","E4","D3"],["G2","F3"],["G6","G4","G2"],["H7","G6"],["H7","I8"],["I8","I6","J5"],["J5","K4"],["K4","L5"],["L5","M6","N5"]],"hexes":["A6","A10","B7","C6","D5","C4","D3","F3","G2","G6","H7","I8","J5","K4","L5","N5"],"revenue":580,"revenue_str":"A6-A10-B7-C6-D5-C4-D3-F3-G2-G6-H7-I8-J5-K4-L5-N5 + R2R(90)","nodes":["A10-0","A6-0","B7-0","C6-0","D5-0","C4-0","D3-0","F3-0","G2-0","G6-0","H7-0","I8-0","J5-0","K4-0","L5-0","N5-0"]}]},{"type":"dividend","entity":"AIRS","entity_type":"corporation","id":815,"created_at":1646186921,"kind":"payout"},{"type":"pass","entity":"AIRS","entity_type":"corporation","id":816,"created_at":1646186925},{"type":"lay_tile","entity":"SNCF","entity_type":"corporation","id":817,"created_at":1646188225,"hex":"F9","tile":"513-3","rotation":0},{"type":"place_token","entity":"SNCF","entity_type":"corporation","id":818,"created_at":1646188234,"city":"513-2-0","slot":2,"tokener":"SNCF"},{"skip":true,"type":"undo","entity":"SNCF","entity_type":"corporation","id":819,"user":574,"created_at":1646188307},{"skip":true,"type":"redo","entity":"SNCF","entity_type":"corporation","id":820,"user":574,"created_at":1646188310},{"type":"run_routes","entity":"SNCF","entity_type":"corporation","id":821,"created_at":1646188339,"routes":[{"train":"6-1","connections":[["B13","B11","A10"],["D15","C14","B13"],["D13","D15"],["E12","D13"],["F11","E12"],["G12","F11"],["G10","G12"],["F9","G10"],["E6","E8","F9"],["D5","E6"],["C6","D5"],["B7","C6"],["A6","B7"]],"hexes":["A10","B13","D15","D13","E12","F11","G12","G10","F9","E6","D5","C6","B7","A6"],"revenue":480,"revenue_str":"A10-B13-D15-D13-E12-F11-G12-G10-F9-E6-D5-C6-B7-A6","nodes":["B13-0","A10-1","D15-0","D13-0","E12-0","F11-0","G12-0","G10-0","F9-0","E6-0","D5-0","C6-0","B7-0","A6-0"]},{"train":"P-2","connections":[["local","A10"]],"hexes":["A10"],"revenue":80,"revenue_str":"A10","nodes":[]}]},{"type":"dividend","entity":"SNCF","entity_type":"corporation","id":822,"created_at":1646188341,"kind":"payout"},{"type":"pass","entity":"SNCF","entity_type":"corporation","id":823,"created_at":1646188342},{"type":"pass","entity":"SNCF","entity_type":"corporation","id":824,"created_at":1646188344},{"hex":"G10","tile":"146-3","type":"lay_tile","entity":"GSR","rotation":5,"entity_type":"corporation","id":825,"user":4491,"created_at":1646190803,"skip":true},{"skip":true,"type":"undo","entity":"GSR","action_id":824,"entity_type":"corporation","id":826,"user":4491,"created_at":1646190839},{"type":"lay_tile","entity":"GSR","entity_type":"corporation","id":827,"created_at":1646190856,"hex":"F11","tile":"144-1","rotation":1},{"type":"run_routes","entity":"GSR","entity_type":"corporation","id":828,"created_at":1646190912,"routes":[{"train":"8-0","connections":[["I8","I10","J11"],["H7","I8"],["G6","H7"],["G2","G4","G6"],["F3","G2"],["E6","F5","F3"],["E6","D5"],["D5","C6"],["C6","B7"],["B7","B9","A10"]],"hexes":["J11","I8","H7","G6","G2","F3","E6","D5","C6","B7","A10"],"revenue":370,"revenue_str":"J11-I8-H7-G6-G2-F3-E6-D5-C6-B7-A10","nodes":["I8-0","J11-0","H7-0","G6-0","G2-0","F3-0","E6-0","D5-0","C6-0","B7-0","A10-0"]},{"train":"P-3","connections":[["local","E6"]],"hexes":["E6"],"revenue":60,"revenue_str":"E6","nodes":[]}]},{"type":"dividend","entity":"GSR","entity_type":"corporation","id":829,"created_at":1646190913,"kind":"payout"},{"type":"pass","entity":"GSR","entity_type":"corporation","id":830,"created_at":1646190916},{"type":"message","entity":4491,"entity_type":"player","id":831,"created_at":1646190940,"message":"GG"},{"type":"message","entity":10716,"entity_type":"player","id":832,"created_at":1646191065,"message":"ggwp"},{"type":"message","entity":574,"entity_type":"player","id":833,"created_at":1646193645,"message":"gg"}],"loaded":true,"created_at":1645417704,"updated_at":1646193645} \ No newline at end of file +{ + "id": 74045, + "description": "Indopacific time sones", + "user": { + "id": 4491, + "name": "brendanm (+10:30)" + }, + "players": [ + { + "id": 4491, + "name": "brendanm (+10:30)" + }, + { + "id": 10716, + "name": "Serinis" + }, + { + "id": 4871, + "name": "HUGE" + }, + { + "id": 574, + "name": "yuji" + } + ], + "max_players": 4, + "title": "18EU", + "settings": { + "seed": 74045, + "is_async": true, + "unlisted": false, + "auto_routing": false, + "player_order": null, + "optional_rules": [ + "extra_three_train" + ] + }, + "user_settings": null, + "status": "finished", + "turn": 6, + "round": "Operating Round", + "acting": [ + 4491, + 10716, + 4871, + 574 + ], + "result": { + "574": 7127, + "10716": 6626, + "4871": 6524, + "4491": 6481 + }, + "actions": [ + { + "type": "bid", + "entity": 4491, + "entity_type": "player", + "id": 1, + "created_at": 1645431995, + "minor": "14", + "price": 100 + }, + { + "type": "bid", + "entity": 10716, + "entity_type": "player", + "id": 2, + "created_at": 1645432097, + "minor": "14", + "price": 105 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 3, + "created_at": 1645434200 + }, + { + "type": "bid", + "entity": 574, + "entity_type": "player", + "id": 4, + "created_at": 1645434233, + "minor": "14", + "price": 110 + }, + { + "type": "bid", + "entity": 4491, + "entity_type": "player", + "id": 5, + "created_at": 1645438818, + "minor": "14", + "price": 115 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 6, + "created_at": 1645442505 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 7, + "created_at": 1645442526 + }, + { + "type": "bid", + "entity": 10716, + "entity_type": "player", + "id": 8, + "created_at": 1645442634, + "minor": "1", + "price": 0 + }, + { + "type": "bid", + "entity": 4871, + "entity_type": "player", + "id": 9, + "created_at": 1645445457, + "minor": "1", + "price": 100 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 10, + "created_at": 1645445476 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 11, + "created_at": 1645479619 + }, + { + "type": "bid", + "entity": 10716, + "entity_type": "player", + "id": 12, + "created_at": 1645479745, + "minor": "1", + "price": 105 + }, + { + "type": "bid", + "entity": 4871, + "entity_type": "player", + "id": 13, + "created_at": 1645485308, + "minor": "1", + "price": 110 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 14, + "created_at": 1645486006 + }, + { + "type": "bid", + "entity": 4871, + "entity_type": "player", + "id": 15, + "created_at": 1645486068, + "minor": "7", + "price": 0 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 16, + "created_at": 1645486340 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 17, + "created_at": 1645487098 + }, + { + "type": "bid", + "entity": 10716, + "entity_type": "player", + "id": 18, + "created_at": 1645487549, + "minor": "7", + "price": 100 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 19, + "created_at": 1645487985 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 20, + "created_at": 1645488322 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 21, + "created_at": 1645488350 + }, + { + "type": "bid", + "entity": 574, + "entity_type": "player", + "id": 22, + "created_at": 1645488533, + "minor": "11", + "price": 0 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 23, + "created_at": 1645488690 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 24, + "created_at": 1645489194 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 25, + "created_at": 1645489422 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 26, + "created_at": 1645489516 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 27, + "created_at": 1645490158 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 28, + "created_at": 1645490174 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 29, + "created_at": 1645490406 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 30, + "created_at": 1645490536 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 31, + "created_at": 1645492191 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 32, + "created_at": 1645492300 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 33, + "created_at": 1645492358 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 34, + "created_at": 1645492375 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 35, + "created_at": 1645492506 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 36, + "created_at": 1645492528 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 37, + "created_at": 1645493348 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 38, + "created_at": 1645493529 + }, + { + "type": "bid", + "entity": 4491, + "entity_type": "player", + "id": 39, + "created_at": 1645494833, + "minor": "11", + "price": 60 + }, + { + "type": "bid", + "minor": "3", + "price": 100, + "entity": 4491, + "entity_type": "player", + "id": 40, + "user": 4491, + "created_at": 1645494867, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 10716, + "entity_type": "player", + "id": 41, + "user": 4491, + "created_at": 1645494870 + }, + { + "type": "bid", + "entity": 4491, + "entity_type": "player", + "id": 42, + "created_at": 1645494883, + "minor": "3", + "price": 0 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 43, + "created_at": 1645494987 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 44, + "created_at": 1645495527 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 45, + "created_at": 1645495753 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 46, + "created_at": 1645495784 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 47, + "created_at": 1645496517 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 48, + "created_at": 1645497057 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 49, + "created_at": 1645497801 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 50, + "created_at": 1645498218 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 51, + "created_at": 1645500038 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 52, + "created_at": 1645501520 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 53, + "created_at": 1645501795 + }, + { + "type": "bid", + "entity": 4491, + "entity_type": "player", + "id": 54, + "created_at": 1645502179, + "minor": "3", + "price": 70 + }, + { + "type": "bid", + "entity": 10716, + "entity_type": "player", + "id": 55, + "created_at": 1645502300, + "minor": "15", + "price": 0 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 56, + "created_at": 1645503837 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 57, + "created_at": 1645503865 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 58, + "created_at": 1645507094 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 59, + "created_at": 1645507543 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 60, + "created_at": 1645508274 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 61, + "created_at": 1645508439 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 62, + "created_at": 1645513006 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 63, + "created_at": 1645513146 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 64, + "created_at": 1645516667 + }, + { + "type": "bid", + "entity": 574, + "entity_type": "player", + "id": 65, + "created_at": 1645516964, + "minor": "15", + "price": 80 + }, + { + "type": "bid", + "entity": 4871, + "entity_type": "player", + "id": 66, + "created_at": 1645517263, + "minor": "6", + "price": 0 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 67, + "created_at": 1645517269 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 68, + "created_at": 1645518672 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 69, + "created_at": 1645518781 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 70, + "created_at": 1645519612 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 71, + "created_at": 1645519736 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 72, + "created_at": 1645523994 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 73, + "created_at": 1645524013 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 74, + "created_at": 1645526278 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 75, + "created_at": 1645526321 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 76, + "created_at": 1645569158 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 77, + "created_at": 1645569620 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 78, + "created_at": 1645580700 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 79, + "created_at": 1645584497 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 80, + "created_at": 1645591751 + }, + { + "type": "bid", + "entity": 10716, + "entity_type": "player", + "id": 81, + "created_at": 1645591784, + "minor": "6", + "price": 70 + }, + { + "type": "bid", + "entity": 574, + "entity_type": "player", + "id": 82, + "created_at": 1645593362, + "minor": "4", + "price": 0 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 83, + "created_at": 1645597930 + }, + { + "type": "bid", + "entity": 10716, + "entity_type": "player", + "id": 84, + "created_at": 1645597955, + "minor": "4", + "price": 100 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 85, + "created_at": 1645599411 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 86, + "created_at": 1645608747 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 87, + "created_at": 1645614431 + }, + { + "type": "bid", + "entity": 4491, + "entity_type": "player", + "id": 88, + "created_at": 1645614465, + "minor": "13", + "price": 0 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 89, + "created_at": 1645614625 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 90, + "user": 574, + "created_at": 1645614693, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 4491, + "entity_type": "player", + "id": 91, + "user": 574, + "created_at": 1645614715 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 92, + "created_at": 1645614838 + }, + { + "type": "bid", + "entity": 4491, + "entity_type": "player", + "id": 93, + "created_at": 1645650192, + "minor": "13", + "price": 90 + }, + { + "type": "bid", + "entity": 10716, + "entity_type": "player", + "id": 94, + "created_at": 1645656911, + "minor": "5", + "price": 0 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 95, + "created_at": 1645658576 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 96, + "created_at": 1645659063 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 97, + "created_at": 1645659597 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 98, + "created_at": 1645659711 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 99, + "created_at": 1645659749 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 100, + "created_at": 1645659797 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 101, + "created_at": 1645659844 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 102, + "created_at": 1645659857 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 103, + "created_at": 1645666526 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 104, + "user": 574, + "created_at": 1645667158, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 10716, + "entity_type": "player", + "id": 105, + "user": 574, + "created_at": 1645667185 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 106, + "created_at": 1645667203 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 107, + "created_at": 1645667564 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 108, + "created_at": 1645672389 + }, + { + "type": "bid", + "entity": 574, + "entity_type": "player", + "id": 109, + "created_at": 1645672723, + "minor": "5", + "price": 60 + }, + { + "type": "bid", + "entity": 4871, + "entity_type": "player", + "id": 110, + "created_at": 1645673543, + "minor": "2", + "price": 0 + }, + { + "type": "bid", + "minor": "2", + "price": 100, + "entity": 574, + "entity_type": "player", + "id": 111, + "user": 574, + "created_at": 1645673893, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 4871, + "entity_type": "player", + "id": 112, + "user": 574, + "created_at": 1645674019 + }, + { + "type": "bid", + "minor": "2", + "price": 105, + "entity": 574, + "entity_type": "player", + "id": 113, + "user": 574, + "created_at": 1645674029, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 4871, + "entity_type": "player", + "id": 114, + "user": 574, + "created_at": 1645675805 + }, + { + "type": "bid", + "minor": "2", + "price": 100, + "entity": 574, + "entity_type": "player", + "id": 115, + "user": 574, + "created_at": 1645675818, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 4871, + "entity_type": "player", + "id": 116, + "user": 574, + "created_at": 1645676262 + }, + { + "type": "bid", + "entity": 574, + "entity_type": "player", + "id": 117, + "created_at": 1645676470, + "minor": "2", + "price": 105 + }, + { + "type": "bid", + "entity": 4871, + "entity_type": "player", + "id": 118, + "created_at": 1645682789, + "minor": "2", + "price": 110 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 119, + "created_at": 1645682868 + }, + { + "type": "bid", + "entity": 574, + "entity_type": "player", + "id": 120, + "created_at": 1645683044, + "minor": "12", + "price": 0 + }, + { + "type": "bid", + "entity": 4871, + "entity_type": "player", + "id": 121, + "created_at": 1645683147, + "minor": "12", + "price": 100 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 122, + "created_at": 1645683860 + }, + { + "skip": true, + "type": "undo", + "entity": 4491, + "entity_type": "player", + "id": 123, + "user": 574, + "created_at": 1645683905 + }, + { + "skip": true, + "type": "redo", + "entity": 574, + "entity_type": "player", + "id": 124, + "user": 574, + "created_at": 1645683915 + }, + { + "type": "bid", + "entity": 4491, + "entity_type": "player", + "id": 125, + "created_at": 1645684268, + "minor": "9", + "price": 0 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 126, + "created_at": 1645684306 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 127, + "created_at": 1645684315 + }, + { + "type": "bid", + "entity": 10716, + "entity_type": "player", + "id": 128, + "created_at": 1645684347, + "minor": "9", + "price": 80 + }, + { + "type": "bid", + "entity": 10716, + "entity_type": "player", + "id": 129, + "created_at": 1645684368, + "minor": "8", + "price": 0 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 130, + "created_at": 1645684380 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 131, + "created_at": 1645684382 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 132, + "created_at": 1645684382 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 133, + "created_at": 1645684383 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 134, + "created_at": 1645684384 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 135, + "created_at": 1645684385 + }, + { + "type": "bid", + "entity": 574, + "entity_type": "player", + "id": 136, + "created_at": 1645684401, + "minor": "8", + "price": 40 + }, + { + "type": "bid", + "entity": 4871, + "entity_type": "player", + "id": 137, + "created_at": 1645684478, + "minor": "10", + "price": 0 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 138, + "created_at": 1645684491 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 139, + "created_at": 1645684491 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 140, + "created_at": 1645684491 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 141, + "created_at": 1645684492 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 142, + "created_at": 1645684495 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 143, + "created_at": 1645684496 + }, + { + "type": "bid", + "entity": 574, + "entity_type": "player", + "id": 144, + "created_at": 1645684498, + "minor": "10", + "price": 40 + }, + { + "type": "lay_tile", + "entity": "1", + "entity_type": "minor", + "id": 145, + "created_at": 1645684519, + "hex": "B9", + "tile": "8-0", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "1", + "entity_type": "minor", + "id": 146, + "created_at": 1645684523, + "hex": "B7", + "tile": "58-0", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "1", + "entity_type": "minor", + "id": 147, + "created_at": 1645684528, + "routes": [ + { + "train": "2-0", + "connections": [ + [ + "B7", + "A6" + ], + [ + "A10", + "B9", + "B7" + ] + ], + "hexes": [ + "A6", + "B7", + "A10" + ], + "revenue": 90, + "revenue_str": "A6-B7-A10", + "nodes": [ + "B7-0", + "A6-0", + "A10-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "1", + "entity_type": "minor", + "id": 148, + "created_at": 1645684533 + }, + { + "type": "lay_tile", + "entity": "2", + "entity_type": "minor", + "id": 149, + "created_at": 1645684551, + "hex": "C8", + "tile": "201-0", + "rotation": 3 + }, + { + "type": "lay_tile", + "entity": "2", + "entity_type": "minor", + "id": 150, + "created_at": 1645684587, + "hex": "C6", + "tile": "58-1", + "rotation": 4 + }, + { + "type": "run_routes", + "entity": "2", + "entity_type": "minor", + "id": 151, + "created_at": 1645684632, + "routes": [ + { + "train": "2-1", + "connections": [ + [ + "C8", + "C6" + ] + ], + "hexes": [ + "C6", + "C8" + ], + "revenue": 40, + "revenue_str": "C6-C8", + "nodes": [ + "C8-0", + "C6-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "2", + "entity_type": "minor", + "id": 152, + "created_at": 1645684634 + }, + { + "type": "lay_tile", + "entity": "3", + "entity_type": "minor", + "id": 153, + "created_at": 1645686974, + "hex": "B11", + "tile": "8-1", + "rotation": 0 + }, + { + "type": "lay_tile", + "entity": "3", + "entity_type": "minor", + "id": 154, + "created_at": 1645686983, + "hex": "B13", + "tile": "58-2", + "rotation": 3 + }, + { + "type": "run_routes", + "entity": "3", + "entity_type": "minor", + "id": 155, + "created_at": 1645686992, + "routes": [ + { + "train": "2-2", + "connections": [ + [ + "A10", + "B11", + "B13" + ] + ], + "hexes": [ + "B13", + "A10" + ], + "revenue": 50, + "revenue_str": "B13-A10", + "nodes": [ + "A10-1", + "B13-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 156, + "created_at": 1645686993 + }, + { + "type": "lay_tile", + "entity": "4", + "entity_type": "minor", + "id": 157, + "created_at": 1645687932, + "hex": "J7", + "tile": "202-0", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "4", + "entity_type": "minor", + "id": 158, + "created_at": 1645687934, + "hex": "I8", + "tile": "58-3", + "rotation": 4 + }, + { + "type": "run_routes", + "entity": "4", + "entity_type": "minor", + "id": 159, + "created_at": 1645687947, + "routes": [ + { + "train": "2-3", + "connections": [ + [ + "J7", + "I8" + ] + ], + "hexes": [ + "I8", + "J7" + ], + "revenue": 40, + "revenue_str": "I8-J7", + "nodes": [ + "J7-0", + "I8-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "4", + "entity_type": "minor", + "id": 160, + "created_at": 1645687948 + }, + { + "type": "lay_tile", + "entity": "5", + "entity_type": "minor", + "id": 161, + "created_at": 1645687954, + "hex": "H19", + "tile": "201-1", + "rotation": 0 + }, + { + "type": "lay_tile", + "entity": "5", + "entity_type": "minor", + "id": 162, + "created_at": 1645687956, + "hex": "H21", + "tile": "8-2", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "5", + "entity_type": "minor", + "id": 163, + "created_at": 1645687969, + "routes": [ + { + "train": "2-4", + "connections": [ + [ + "G22", + "H21", + "H19" + ] + ], + "hexes": [ + "H19", + "G22" + ], + "revenue": 60, + "revenue_str": "H19-G22", + "nodes": [ + "G22-0", + "H19-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "5", + "entity_type": "minor", + "id": 164, + "created_at": 1645687972 + }, + { + "type": "lay_tile", + "entity": "6", + "entity_type": "minor", + "id": 165, + "created_at": 1645687978, + "hex": "K12", + "tile": "58-4", + "rotation": 0 + }, + { + "type": "lay_tile", + "entity": "6", + "entity_type": "minor", + "id": 166, + "created_at": 1645687980, + "hex": "J11", + "tile": "57-0", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "6", + "entity_type": "minor", + "id": 167, + "created_at": 1645687984, + "routes": [ + { + "train": "2-5", + "connections": [ + [ + "K12", + "J11" + ], + [ + "K14", + "K12" + ] + ], + "hexes": [ + "J11", + "K12", + "K14" + ], + "revenue": 60, + "revenue_str": "J11-K12-K14", + "nodes": [ + "K12-0", + "J11-0", + "K14-1" + ] + } + ] + }, + { + "type": "pass", + "entity": "6", + "entity_type": "minor", + "id": 168, + "created_at": 1645687984 + }, + { + "type": "lay_tile", + "entity": "7", + "entity_type": "minor", + "id": 169, + "created_at": 1645687989, + "hex": "I6", + "tile": "9-0", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "7", + "entity_type": "minor", + "id": 170, + "created_at": 1645687992, + "hex": "H7", + "tile": "58-5", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "7", + "entity_type": "minor", + "id": 171, + "created_at": 1645687996, + "routes": [ + { + "train": "2-6", + "connections": [ + [ + "J5", + "I6", + "H7" + ] + ], + "hexes": [ + "H7", + "J5" + ], + "revenue": 40, + "revenue_str": "H7-J5", + "nodes": [ + "J5-1", + "H7-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 172, + "created_at": 1645687998 + }, + { + "type": "lay_tile", + "entity": "8", + "entity_type": "minor", + "id": 173, + "created_at": 1645688101, + "hex": "M16", + "tile": "202-1", + "rotation": 5 + }, + { + "type": "lay_tile", + "entity": "8", + "entity_type": "minor", + "id": 174, + "created_at": 1645688103, + "hex": "L17", + "tile": "9-1", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "8", + "entity_type": "minor", + "id": 175, + "created_at": 1645688111, + "routes": [ + { + "train": "2-7", + "connections": [ + [ + "M16", + "N17" + ] + ], + "hexes": [ + "N17", + "M16" + ], + "revenue": 60, + "revenue_str": "N17-M16", + "nodes": [ + "M16-0", + "N17-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "8", + "entity_type": "minor", + "id": 176, + "created_at": 1645688112 + }, + { + "type": "lay_tile", + "entity": "9", + "entity_type": "minor", + "id": 177, + "created_at": 1645688116, + "hex": "K4", + "tile": "58-6", + "rotation": 5 + }, + { + "type": "lay_tile", + "entity": "9", + "entity_type": "minor", + "id": 178, + "created_at": 1645688118, + "hex": "L5", + "tile": "4-0", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "9", + "entity_type": "minor", + "id": 179, + "created_at": 1645688122, + "routes": [ + { + "train": "2-8", + "connections": [ + [ + "K4", + "L5" + ], + [ + "J5", + "K4" + ] + ], + "hexes": [ + "L5", + "K4", + "J5" + ], + "revenue": 50, + "revenue_str": "L5-K4-J5", + "nodes": [ + "K4-0", + "L5-0", + "J5-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 180, + "created_at": 1645688124 + }, + { + "type": "lay_tile", + "entity": "10", + "entity_type": "minor", + "id": 181, + "created_at": 1645688131, + "hex": "E18", + "tile": "201-2", + "rotation": 5 + }, + { + "type": "lay_tile", + "entity": "10", + "entity_type": "minor", + "id": 182, + "created_at": 1645688134, + "hex": "E20", + "tile": "57-1", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "10", + "entity_type": "minor", + "id": 183, + "created_at": 1645688140, + "routes": [ + { + "train": "2-9", + "connections": [ + [ + "E20", + "E22" + ], + [ + "E18", + "E20" + ] + ], + "hexes": [ + "E22", + "E20", + "E18" + ], + "revenue": 60, + "revenue_str": "E22-E20-E18", + "nodes": [ + "E20-0", + "E22-0", + "E18-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "10", + "entity_type": "minor", + "id": 184, + "created_at": 1645688141 + }, + { + "type": "lay_tile", + "entity": "11", + "entity_type": "minor", + "id": 185, + "created_at": 1645689894, + "hex": "J17", + "tile": "9-2", + "rotation": 1 + }, + { + "type": "lay_tile", + "entity": "11", + "entity_type": "minor", + "id": 186, + "created_at": 1645689899, + "hex": "I18", + "tile": "57-2", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "11", + "entity_type": "minor", + "id": 187, + "created_at": 1645689907, + "routes": [ + { + "train": "2-10", + "connections": [ + [ + "K14", + "K16", + "J17", + "I18" + ] + ], + "hexes": [ + "I18", + "K14" + ], + "revenue": 50, + "revenue_str": "I18-K14", + "nodes": [ + "K14-0", + "I18-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 188, + "created_at": 1645689910 + }, + { + "type": "lay_tile", + "entity": "12", + "entity_type": "minor", + "id": 189, + "created_at": 1645690227, + "hex": "D3", + "tile": "202-2", + "rotation": 5 + }, + { + "type": "lay_tile", + "entity": "12", + "entity_type": "minor", + "id": 190, + "created_at": 1645690236, + "hex": "C4", + "tile": "3-0", + "rotation": 4 + }, + { + "type": "run_routes", + "entity": "12", + "entity_type": "minor", + "id": 191, + "created_at": 1645690239, + "routes": [ + { + "train": "2-11", + "connections": [ + [ + "D3", + "C4" + ] + ], + "hexes": [ + "C4", + "D3" + ], + "revenue": 40, + "revenue_str": "C4-D3", + "nodes": [ + "D3-0", + "C4-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "12", + "entity_type": "minor", + "id": 192, + "created_at": 1645690241 + }, + { + "type": "lay_tile", + "entity": "13", + "entity_type": "minor", + "id": 193, + "created_at": 1645690382, + "hex": "G12", + "tile": "201-3", + "rotation": 2 + }, + { + "type": "lay_tile", + "entity": "13", + "entity_type": "minor", + "id": 194, + "created_at": 1645690386, + "hex": "F11", + "tile": "58-7", + "rotation": 5 + }, + { + "type": "run_routes", + "entity": "13", + "entity_type": "minor", + "id": 195, + "created_at": 1645690392, + "routes": [ + { + "train": "2-12", + "connections": [ + [ + "G12", + "F11" + ] + ], + "hexes": [ + "F11", + "G12" + ], + "revenue": 40, + "revenue_str": "F11-G12", + "nodes": [ + "G12-0", + "F11-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "13", + "entity_type": "minor", + "id": 196, + "created_at": 1645690396 + }, + { + "type": "lay_tile", + "entity": "14", + "entity_type": "minor", + "id": 197, + "created_at": 1645690423, + "hex": "D13", + "tile": "202-3", + "rotation": 4 + }, + { + "type": "lay_tile", + "entity": "14", + "entity_type": "minor", + "id": 198, + "created_at": 1645690429, + "hex": "E12", + "tile": "4-1", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "14", + "entity_type": "minor", + "id": 199, + "created_at": 1645690441, + "routes": [ + { + "train": "2-13", + "connections": [ + [ + "F11", + "G12" + ], + [ + "E12", + "F11" + ], + [ + "D13", + "E12" + ] + ], + "hexes": [ + "G12", + "F11", + "E12", + "D13" + ], + "revenue": 80, + "revenue_str": "G12-F11-E12-D13", + "nodes": [ + "F11-0", + "G12-0", + "E12-0", + "D13-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "14", + "entity_type": "minor", + "id": 200, + "created_at": 1645690446 + }, + { + "type": "lay_tile", + "entity": "15", + "entity_type": "minor", + "id": 201, + "created_at": 1645690486, + "hex": "B17", + "tile": "202-4", + "rotation": 4 + }, + { + "type": "lay_tile", + "entity": "15", + "entity_type": "minor", + "id": 202, + "created_at": 1645690488, + "hex": "B19", + "tile": "57-3", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "15", + "entity_type": "minor", + "id": 203, + "created_at": 1645690498, + "routes": [ + { + "train": "2-14", + "connections": [ + [ + "B19", + "B21" + ], + [ + "B17", + "B19" + ] + ], + "hexes": [ + "B21", + "B19", + "B17" + ], + "revenue": 60, + "revenue_str": "B21-B19-B17", + "nodes": [ + "B19-0", + "B21-0", + "B17-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "15", + "entity_type": "minor", + "id": 204, + "created_at": 1645690499 + }, + { + "type": "pass", + "entity": "1", + "entity_type": "minor", + "id": 205, + "created_at": 1645692754 + }, + { + "type": "run_routes", + "entity": "1", + "entity_type": "minor", + "id": 206, + "created_at": 1645692756, + "routes": [ + { + "train": "2-0", + "connections": [ + [ + "B7", + "A6" + ], + [ + "A10", + "B9", + "B7" + ] + ], + "hexes": [ + "A6", + "B7", + "A10" + ], + "revenue": 90, + "revenue_str": "A6-B7-A10", + "nodes": [ + "B7-0", + "A6-0", + "A10-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "1", + "entity_type": "minor", + "id": 207, + "created_at": 1645692757 + }, + { + "type": "lay_tile", + "entity": "2", + "entity_type": "minor", + "id": 208, + "created_at": 1645692764, + "hex": "D5", + "tile": "3-1", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "2", + "entity_type": "minor", + "id": 209, + "created_at": 1645692768, + "routes": [ + { + "train": "2-1", + "connections": [ + [ + "C8", + "C6" + ], + [ + "C6", + "D5" + ], + [ + "D5", + "C4" + ], + [ + "C4", + "D3" + ] + ], + "hexes": [ + "C8", + "C6", + "D5", + "C4", + "D3" + ], + "revenue": 90, + "revenue_str": "C8-C6-D5-C4-D3", + "nodes": [ + "C8-0", + "C6-0", + "D5-0", + "C4-0", + "D3-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "2", + "entity_type": "minor", + "id": 210, + "created_at": 1645692774 + }, + { + "type": "lay_tile", + "entity": "3", + "entity_type": "minor", + "id": 211, + "created_at": 1645702727, + "hex": "C14", + "tile": "9-3", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "3", + "entity_type": "minor", + "id": 212, + "created_at": 1645702731, + "routes": [ + { + "train": "2-2", + "connections": [ + [ + "A10", + "B11", + "B13" + ] + ], + "hexes": [ + "A10", + "B13" + ], + "revenue": 50, + "revenue_str": "A10-B13", + "nodes": [ + "A10-1", + "B13-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 213, + "created_at": 1645702734 + }, + { + "type": "pass", + "entity": "4", + "entity_type": "minor", + "id": 214, + "created_at": 1645702776 + }, + { + "type": "run_routes", + "entity": "4", + "entity_type": "minor", + "id": 215, + "created_at": 1645702778, + "routes": [ + { + "train": "2-3", + "connections": [ + [ + "J7", + "I8" + ] + ], + "hexes": [ + "J7", + "I8" + ], + "revenue": 40, + "revenue_str": "J7-I8", + "nodes": [ + "J7-0", + "I8-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "4", + "entity_type": "minor", + "id": 216, + "created_at": 1645702779 + }, + { + "type": "lay_tile", + "entity": "5", + "entity_type": "minor", + "id": 217, + "created_at": 1645703162, + "hex": "G20", + "tile": "4-2", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "5", + "entity_type": "minor", + "id": 218, + "created_at": 1645703197, + "routes": [ + { + "train": "2-4", + "connections": [ + [ + "H19", + "G20" + ], + [ + "G22", + "H21", + "H19" + ] + ], + "hexes": [ + "G20", + "H19", + "G22" + ], + "revenue": 70, + "revenue_str": "G20-H19-G22", + "nodes": [ + "H19-0", + "G20-0", + "G22-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "5", + "entity_type": "minor", + "id": 219, + "created_at": 1645703198 + }, + { + "type": "pass", + "entity": "6", + "entity_type": "minor", + "id": 220, + "created_at": 1645703221 + }, + { + "type": "run_routes", + "entity": "6", + "entity_type": "minor", + "id": 221, + "created_at": 1645703223, + "routes": [ + { + "train": "2-5", + "connections": [ + [ + "K12", + "J11" + ], + [ + "K14", + "K12" + ] + ], + "hexes": [ + "J11", + "K12", + "K14" + ], + "revenue": 60, + "revenue_str": "J11-K12-K14", + "nodes": [ + "K12-0", + "J11-0", + "K14-1" + ] + } + ] + }, + { + "type": "pass", + "entity": "6", + "entity_type": "minor", + "id": 222, + "created_at": 1645703225 + }, + { + "type": "lay_tile", + "entity": "7", + "entity_type": "minor", + "id": 223, + "created_at": 1645703228, + "hex": "G6", + "tile": "58-8", + "rotation": 3 + }, + { + "type": "run_routes", + "entity": "7", + "entity_type": "minor", + "id": 224, + "created_at": 1645703231, + "routes": [ + { + "train": "2-6", + "connections": [ + [ + "J5", + "I6", + "H7" + ], + [ + "H7", + "G6" + ] + ], + "hexes": [ + "J5", + "H7", + "G6" + ], + "revenue": 50, + "revenue_str": "J5-H7-G6", + "nodes": [ + "J5-1", + "H7-0", + "G6-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 225, + "created_at": 1645703232 + }, + { + "type": "lay_tile", + "entity": "8", + "entity_type": "minor", + "id": 226, + "created_at": 1645703244, + "hex": "K18", + "tile": "9-4", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "8", + "entity_type": "minor", + "id": 227, + "created_at": 1645703248, + "routes": [ + { + "train": "2-7", + "connections": [ + [ + "M16", + "N17" + ] + ], + "hexes": [ + "M16", + "N17" + ], + "revenue": 60, + "revenue_str": "M16-N17", + "nodes": [ + "M16-0", + "N17-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "8", + "entity_type": "minor", + "id": 228, + "created_at": 1645703249 + }, + { + "type": "lay_tile", + "entity": "9", + "entity_type": "minor", + "id": 229, + "created_at": 1645703255, + "hex": "M6", + "tile": "8-3", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "9", + "entity_type": "minor", + "id": 230, + "created_at": 1645703258, + "routes": [ + { + "train": "2-8", + "connections": [ + [ + "L5", + "M6", + "N5" + ], + [ + "K4", + "L5" + ], + [ + "J5", + "K4" + ] + ], + "hexes": [ + "N5", + "L5", + "K4", + "J5" + ], + "revenue": 70, + "revenue_str": "N5-L5-K4-J5", + "nodes": [ + "L5-0", + "N5-0", + "K4-0", + "J5-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 231, + "user": 10716, + "created_at": 1645703259, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "10", + "entity_type": "minor", + "id": 232, + "user": 10716, + "created_at": 1645703261 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 233, + "created_at": 1645703266 + }, + { + "type": "lay_tile", + "entity": "10", + "entity_type": "minor", + "id": 234, + "created_at": 1645703278, + "hex": "F19", + "tile": "8-4", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "10", + "entity_type": "minor", + "id": 235, + "created_at": 1645703281, + "routes": [ + { + "train": "2-9", + "connections": [ + [ + "E20", + "E22" + ], + [ + "E18", + "E20" + ] + ], + "hexes": [ + "E22", + "E20", + "E18" + ], + "revenue": 60, + "revenue_str": "E22-E20-E18", + "nodes": [ + "E20-0", + "E22-0", + "E18-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "10", + "entity_type": "minor", + "id": 236, + "created_at": 1645703283 + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 237, + "created_at": 1645703293 + }, + { + "type": "run_routes", + "entity": "11", + "entity_type": "minor", + "id": 238, + "created_at": 1645703295, + "routes": [ + { + "train": "2-10", + "connections": [ + [ + "K14", + "K16", + "J17", + "I18" + ] + ], + "hexes": [ + "K14", + "I18" + ], + "revenue": 50, + "revenue_str": "K14-I18", + "nodes": [ + "K14-0", + "I18-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 239, + "created_at": 1645703297 + }, + { + "type": "lay_tile", + "entity": "12", + "entity_type": "minor", + "id": 240, + "created_at": 1645703616, + "hex": "E4", + "tile": "8-5", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "12", + "entity_type": "minor", + "id": 241, + "created_at": 1645703627, + "routes": [ + { + "train": "2-11", + "connections": [ + [ + "D3", + "C4" + ], + [ + "C4", + "D5" + ], + [ + "D5", + "C6" + ], + [ + "C6", + "C8" + ] + ], + "hexes": [ + "D3", + "C4", + "D5", + "C6", + "C8" + ], + "revenue": 90, + "revenue_str": "D3-C4-D5-C6-C8", + "nodes": [ + "D3-0", + "C4-0", + "D5-0", + "C6-0", + "C8-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "12", + "entity_type": "minor", + "id": 242, + "created_at": 1645703654 + }, + { + "type": "lay_tile", + "entity": "13", + "entity_type": "minor", + "id": 243, + "created_at": 1645732320, + "hex": "G10", + "tile": "58-9", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "13", + "entity_type": "minor", + "id": 244, + "created_at": 1645732327, + "routes": [ + { + "train": "2-12", + "connections": [ + [ + "G12", + "G10" + ], + [ + "G12", + "F11" + ], + [ + "F11", + "E12" + ], + [ + "E12", + "D13" + ] + ], + "hexes": [ + "G10", + "G12", + "F11", + "E12", + "D13" + ], + "revenue": 90, + "revenue_str": "G10-G12-F11-E12-D13", + "nodes": [ + "G12-0", + "G10-0", + "F11-0", + "E12-0", + "D13-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "13", + "entity_type": "minor", + "id": 245, + "created_at": 1645732332 + }, + { + "type": "lay_tile", + "entity": "14", + "entity_type": "minor", + "id": 246, + "created_at": 1645732337, + "hex": "D15", + "tile": "3-2", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "14", + "entity_type": "minor", + "id": 247, + "created_at": 1645732348, + "routes": [ + { + "train": "2-13", + "connections": [ + [ + "E12", + "F11" + ], + [ + "D13", + "E12" + ], + [ + "D13", + "D15" + ], + [ + "D15", + "C14", + "B13" + ], + [ + "B13", + "B11", + "A10" + ] + ], + "hexes": [ + "F11", + "E12", + "D13", + "D15", + "B13", + "A10" + ], + "revenue": 110, + "revenue_str": "F11-E12-D13-D15-B13-A10", + "nodes": [ + "E12-0", + "F11-0", + "D13-0", + "D15-0", + "B13-0", + "A10-1" + ] + } + ] + }, + { + "type": "pass", + "entity": "14", + "entity_type": "minor", + "id": 248, + "created_at": 1645732351 + }, + { + "type": "lay_tile", + "entity": "15", + "entity_type": "minor", + "id": 249, + "created_at": 1645739027, + "hex": "C16", + "tile": "4-3", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "15", + "entity_type": "minor", + "id": 250, + "created_at": 1645739040, + "routes": [ + { + "train": "2-14", + "connections": [ + [ + "B17", + "C16" + ], + [ + "B19", + "B17" + ], + [ + "B19", + "B21" + ] + ], + "hexes": [ + "C16", + "B17", + "B19", + "B21" + ], + "revenue": 70, + "revenue_str": "C16-B17-B19-B21", + "nodes": [ + "B17-0", + "C16-0", + "B19-0", + "B21-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "15", + "entity_type": "minor", + "id": 251, + "created_at": 1645739041 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 252, + "created_at": 1645739076 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 253, + "created_at": 1645741330 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 254, + "created_at": 1645743251 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 255, + "created_at": 1645744126 + }, + { + "type": "pass", + "entity": "1", + "entity_type": "minor", + "id": 256, + "created_at": 1645744130 + }, + { + "type": "run_routes", + "entity": "1", + "entity_type": "minor", + "id": 257, + "created_at": 1645744132, + "routes": [ + { + "train": "2-0", + "connections": [ + [ + "B7", + "A6" + ], + [ + "A10", + "B9", + "B7" + ] + ], + "hexes": [ + "A6", + "B7", + "A10" + ], + "revenue": 90, + "revenue_str": "A6-B7-A10", + "nodes": [ + "B7-0", + "A6-0", + "A10-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "1", + "entity_type": "minor", + "id": 258, + "created_at": 1645744134 + }, + { + "type": "lay_tile", + "entity": "2", + "entity_type": "minor", + "id": 259, + "created_at": 1645744141, + "hex": "D7", + "tile": "57-4", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "2", + "entity_type": "minor", + "id": 260, + "created_at": 1645744147, + "routes": [ + { + "train": "2-1", + "connections": [ + [ + "C8", + "C6" + ], + [ + "C6", + "D5" + ], + [ + "D5", + "C4" + ], + [ + "C4", + "D3" + ] + ], + "hexes": [ + "C8", + "C6", + "D5", + "C4", + "D3" + ], + "revenue": 90, + "revenue_str": "C8-C6-D5-C4-D3", + "nodes": [ + "C8-0", + "C6-0", + "D5-0", + "C4-0", + "D3-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "2", + "entity_type": "minor", + "id": 261, + "created_at": 1645744166 + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 262, + "created_at": 1645746416 + }, + { + "type": "run_routes", + "entity": "3", + "entity_type": "minor", + "id": 263, + "created_at": 1645746422, + "routes": [ + { + "train": "2-2", + "connections": [ + [ + "A10", + "B11", + "B13" + ], + [ + "B13", + "C14", + "D15" + ], + [ + "D15", + "D13" + ] + ], + "hexes": [ + "A10", + "B13", + "D15", + "D13" + ], + "revenue": 90, + "revenue_str": "A10-B13-D15-D13", + "nodes": [ + "A10-1", + "B13-0", + "D15-0", + "D13-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 264, + "created_at": 1645746425 + }, + { + "type": "pass", + "entity": "4", + "entity_type": "minor", + "id": 265, + "created_at": 1645746495 + }, + { + "type": "run_routes", + "entity": "4", + "entity_type": "minor", + "id": 266, + "created_at": 1645746496, + "routes": [ + { + "train": "2-3", + "connections": [ + [ + "J7", + "I8" + ] + ], + "hexes": [ + "J7", + "I8" + ], + "revenue": 40, + "revenue_str": "J7-I8", + "nodes": [ + "J7-0", + "I8-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "4", + "entity_type": "minor", + "id": 267, + "created_at": 1645746497 + }, + { + "type": "lay_tile", + "entity": "5", + "entity_type": "minor", + "id": 268, + "created_at": 1645746516, + "hex": "F21", + "tile": "3-3", + "rotation": 3 + }, + { + "type": "run_routes", + "entity": "5", + "entity_type": "minor", + "id": 269, + "created_at": 1645746537, + "routes": [ + { + "train": "2-4", + "connections": [ + [ + "G20", + "F21" + ], + [ + "H19", + "G20" + ], + [ + "G22", + "H21", + "H19" + ] + ], + "hexes": [ + "F21", + "G20", + "H19", + "G22" + ], + "revenue": 80, + "revenue_str": "F21-G20-H19-G22", + "nodes": [ + "G20-0", + "F21-0", + "H19-0", + "G22-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "5", + "entity_type": "minor", + "id": 270, + "created_at": 1645746540 + }, + { + "type": "lay_tile", + "entity": "6", + "entity_type": "minor", + "id": 271, + "created_at": 1645746546, + "hex": "I10", + "tile": "8-6", + "rotation": 3 + }, + { + "type": "run_routes", + "entity": "6", + "entity_type": "minor", + "id": 272, + "created_at": 1645746549, + "routes": [ + { + "train": "2-5", + "connections": [ + [ + "J11", + "I10", + "I8" + ], + [ + "K12", + "J11" + ], + [ + "K14", + "K12" + ] + ], + "hexes": [ + "I8", + "J11", + "K12", + "K14" + ], + "revenue": 70, + "revenue_str": "I8-J11-K12-K14", + "nodes": [ + "J11-0", + "I8-0", + "K12-0", + "K14-1" + ] + } + ] + }, + { + "type": "pass", + "entity": "6", + "entity_type": "minor", + "id": 273, + "created_at": 1645746550 + }, + { + "type": "lay_tile", + "entity": "7", + "entity_type": "minor", + "id": 274, + "created_at": 1645746552, + "hex": "G4", + "tile": "9-5", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "7", + "entity_type": "minor", + "id": 275, + "created_at": 1645746556, + "routes": [ + { + "train": "2-6", + "connections": [ + [ + "J5", + "I6", + "H7" + ], + [ + "H7", + "G6" + ], + [ + "G6", + "G4", + "G2" + ] + ], + "hexes": [ + "J5", + "H7", + "G6", + "G2" + ], + "revenue": 80, + "revenue_str": "J5-H7-G6-G2", + "nodes": [ + "J5-1", + "H7-0", + "G6-0", + "G2-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 276, + "created_at": 1645746557 + }, + { + "type": "lay_tile", + "entity": "8", + "entity_type": "minor", + "id": 277, + "created_at": 1645746570, + "hex": "J19", + "tile": "8-7", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "8", + "entity_type": "minor", + "id": 278, + "created_at": 1645746573, + "routes": [ + { + "train": "2-7", + "connections": [ + [ + "M16", + "N17" + ] + ], + "hexes": [ + "M16", + "N17" + ], + "revenue": 60, + "revenue_str": "M16-N17", + "nodes": [ + "M16-0", + "N17-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "8", + "entity_type": "minor", + "id": 279, + "created_at": 1645746574 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 280, + "created_at": 1645746579 + }, + { + "type": "run_routes", + "entity": "9", + "entity_type": "minor", + "id": 281, + "created_at": 1645746580, + "routes": [ + { + "train": "2-8", + "connections": [ + [ + "L5", + "M6", + "N5" + ], + [ + "K4", + "L5" + ], + [ + "J5", + "K4" + ] + ], + "hexes": [ + "N5", + "L5", + "K4", + "J5" + ], + "revenue": 70, + "revenue_str": "N5-L5-K4-J5", + "nodes": [ + "L5-0", + "N5-0", + "K4-0", + "J5-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 282, + "created_at": 1645746583 + }, + { + "type": "pass", + "entity": "10", + "entity_type": "minor", + "id": 283, + "created_at": 1645746589 + }, + { + "type": "run_routes", + "entity": "10", + "entity_type": "minor", + "id": 284, + "created_at": 1645746602, + "routes": [ + { + "train": "2-9", + "connections": [ + [ + "F21", + "F19", + "E18" + ], + [ + "F21", + "G20" + ], + [ + "G20", + "H19" + ] + ], + "hexes": [ + "E18", + "F21", + "G20", + "H19" + ], + "revenue": 80, + "revenue_str": "E18-F21-G20-H19", + "nodes": [ + "F21-0", + "E18-0", + "G20-0", + "H19-0" + ] + } + ] + }, + { + "type": "buy_train", + "entity": "10", + "entity_type": "minor", + "id": 285, + "created_at": 1645746612, + "train": "2-4", + "price": 100 + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 286, + "created_at": 1645746948 + }, + { + "type": "run_routes", + "entity": "11", + "entity_type": "minor", + "id": 287, + "created_at": 1645746949, + "routes": [ + { + "train": "2-10", + "connections": [ + [ + "K14", + "K16", + "J17", + "I18" + ] + ], + "hexes": [ + "K14", + "I18" + ], + "revenue": 50, + "revenue_str": "K14-I18", + "nodes": [ + "K14-0", + "I18-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 288, + "created_at": 1645746951 + }, + { + "type": "lay_tile", + "entity": "12", + "entity_type": "minor", + "id": 289, + "created_at": 1645747169, + "hex": "F3", + "tile": "4-4", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "12", + "entity_type": "minor", + "id": 290, + "created_at": 1645747188, + "routes": [ + { + "train": "2-11", + "connections": [ + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "F3", + "G2" + ], + [ + "D3", + "E4", + "F3" + ], + [ + "D3", + "C4" + ], + [ + "C4", + "D5" + ], + [ + "D5", + "C6" + ] + ], + "hexes": [ + "H7", + "G6", + "G2", + "F3", + "D3", + "C4", + "D5", + "C6" + ], + "revenue": 120, + "revenue_str": "H7-G6-G2-F3-D3-C4-D5-C6", + "nodes": [ + "G6-0", + "H7-0", + "G2-0", + "F3-0", + "D3-0", + "C4-0", + "D5-0", + "C6-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "12", + "entity_type": "minor", + "id": 291, + "created_at": 1645747217 + }, + { + "type": "lay_tile", + "entity": "13", + "entity_type": "minor", + "id": 292, + "created_at": 1645754233, + "hex": "F9", + "tile": "57-5", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "13", + "entity_type": "minor", + "id": 293, + "created_at": 1645754241, + "routes": [ + { + "train": "2-12", + "connections": [ + [ + "G12", + "G10" + ], + [ + "G12", + "F11" + ], + [ + "F11", + "E12" + ], + [ + "E12", + "D13" + ] + ], + "hexes": [ + "G10", + "G12", + "F11", + "E12", + "D13" + ], + "revenue": 90, + "revenue_str": "G10-G12-F11-E12-D13", + "nodes": [ + "G12-0", + "G10-0", + "F11-0", + "E12-0", + "D13-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "13", + "entity_type": "minor", + "id": 294, + "created_at": 1645754243 + }, + { + "type": "pass", + "entity": "14", + "entity_type": "minor", + "id": 295, + "created_at": 1645754248 + }, + { + "type": "run_routes", + "entity": "14", + "entity_type": "minor", + "id": 296, + "created_at": 1645754256, + "routes": [ + { + "train": "2-13", + "connections": [ + [ + "E12", + "F11" + ], + [ + "D13", + "E12" + ], + [ + "D13", + "D15" + ], + [ + "D15", + "C14", + "B13" + ], + [ + "B13", + "B11", + "A10" + ] + ], + "hexes": [ + "F11", + "E12", + "D13", + "D15", + "B13", + "A10" + ], + "revenue": 110, + "revenue_str": "F11-E12-D13-D15-B13-A10", + "nodes": [ + "E12-0", + "F11-0", + "D13-0", + "D15-0", + "B13-0", + "A10-1" + ] + } + ] + }, + { + "type": "pass", + "entity": "14", + "entity_type": "minor", + "id": 297, + "created_at": 1645754260 + }, + { + "type": "pass", + "entity": "15", + "entity_type": "minor", + "id": 298, + "created_at": 1645754426 + }, + { + "type": "run_routes", + "entity": "15", + "entity_type": "minor", + "id": 299, + "created_at": 1645754428, + "routes": [ + { + "train": "2-14", + "connections": [ + [ + "B17", + "C16" + ], + [ + "B19", + "B17" + ], + [ + "B19", + "B21" + ] + ], + "hexes": [ + "C16", + "B17", + "B19", + "B21" + ], + "revenue": 70, + "revenue_str": "C16-B17-B19-B21", + "nodes": [ + "B17-0", + "C16-0", + "B19-0", + "B21-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "15", + "entity_type": "minor", + "id": 300, + "created_at": 1645754442 + }, + { + "type": "pass", + "entity": "1", + "entity_type": "minor", + "id": 301, + "created_at": 1645760474 + }, + { + "type": "run_routes", + "entity": "1", + "entity_type": "minor", + "id": 302, + "created_at": 1645760478, + "routes": [ + { + "train": "2-0", + "connections": [ + [ + "B7", + "A6" + ], + [ + "A10", + "B9", + "B7" + ] + ], + "hexes": [ + "A6", + "B7", + "A10" + ], + "revenue": 90, + "revenue_str": "A6-B7-A10", + "nodes": [ + "B7-0", + "A6-0", + "A10-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "1", + "entity_type": "minor", + "id": 303, + "created_at": 1645760499 + }, + { + "type": "lay_tile", + "entity": "2", + "entity_type": "minor", + "id": 304, + "created_at": 1645760510, + "hex": "E6", + "tile": "57-6", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "2", + "entity_type": "minor", + "id": 305, + "created_at": 1645760524, + "routes": [ + { + "train": "2-1", + "connections": [ + [ + "C8", + "C6" + ], + [ + "C6", + "D5" + ], + [ + "D5", + "C4" + ], + [ + "C4", + "D3" + ] + ], + "hexes": [ + "C8", + "C6", + "D5", + "C4", + "D3" + ], + "revenue": 90, + "revenue_str": "C8-C6-D5-C4-D3", + "nodes": [ + "C8-0", + "C6-0", + "D5-0", + "C4-0", + "D3-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "2", + "entity_type": "minor", + "id": 306, + "created_at": 1645760555 + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 307, + "created_at": 1645771500 + }, + { + "type": "run_routes", + "entity": "3", + "entity_type": "minor", + "id": 308, + "created_at": 1645771511, + "routes": [ + { + "train": "2-2", + "connections": [ + [ + "A10", + "B11", + "B13" + ], + [ + "B13", + "C14", + "D15" + ], + [ + "D15", + "D13" + ] + ], + "hexes": [ + "A10", + "B13", + "D15", + "D13" + ], + "revenue": 90, + "revenue_str": "A10-B13-D15-D13", + "nodes": [ + "A10-1", + "B13-0", + "D15-0", + "D13-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 309, + "created_at": 1645771514 + }, + { + "type": "pass", + "entity": "4", + "entity_type": "minor", + "id": 310, + "created_at": 1645772409 + }, + { + "type": "run_routes", + "entity": "4", + "entity_type": "minor", + "id": 311, + "created_at": 1645772416, + "routes": [ + { + "train": "2-3", + "connections": [ + [ + "J7", + "I8" + ], + [ + "I8", + "I10", + "J11" + ], + [ + "J11", + "K12" + ] + ], + "hexes": [ + "J7", + "I8", + "J11", + "K12" + ], + "revenue": 70, + "revenue_str": "J7-I8-J11-K12", + "nodes": [ + "J7-0", + "I8-0", + "J11-0", + "K12-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "4", + "entity_type": "minor", + "id": 312, + "created_at": 1645772418 + }, + { + "type": "pass", + "entity": "5", + "entity_type": "minor", + "id": 313, + "created_at": 1645773847 + }, + { + "type": "buy_train", + "entity": "5", + "entity_type": "minor", + "id": 314, + "created_at": 1645773848, + "train": "3-5", + "price": 200, + "variant": "3" + }, + { + "type": "pass", + "entity": "5", + "entity_type": "minor", + "id": 315, + "created_at": 1645773849 + }, + { + "type": "pass", + "entity": "6", + "entity_type": "minor", + "id": 316, + "created_at": 1645773864 + }, + { + "type": "run_routes", + "entity": "6", + "entity_type": "minor", + "id": 317, + "created_at": 1645773869, + "routes": [ + { + "train": "2-5", + "connections": [ + [ + "J11", + "I10", + "I8" + ], + [ + "K12", + "J11" + ], + [ + "K14", + "K12" + ] + ], + "hexes": [ + "I8", + "J11", + "K12", + "K14" + ], + "revenue": 70, + "revenue_str": "I8-J11-K12-K14", + "nodes": [ + "J11-0", + "I8-0", + "K12-0", + "K14-1" + ] + } + ] + }, + { + "type": "pass", + "entity": "6", + "entity_type": "minor", + "id": 318, + "created_at": 1645773871 + }, + { + "type": "lay_tile", + "entity": "7", + "entity_type": "minor", + "id": 319, + "created_at": 1645773877, + "hex": "H3", + "tile": "9-6", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "7", + "entity_type": "minor", + "id": 320, + "created_at": 1645773881, + "routes": [ + { + "train": "2-6", + "connections": [ + [ + "J5", + "I6", + "H7" + ], + [ + "H7", + "G6" + ], + [ + "G6", + "G4", + "G2" + ], + [ + "G2", + "F3" + ] + ], + "hexes": [ + "J5", + "H7", + "G6", + "G2", + "F3" + ], + "revenue": 90, + "revenue_str": "J5-H7-G6-G2-F3", + "nodes": [ + "J5-1", + "H7-0", + "G6-0", + "G2-0", + "F3-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 321, + "user": 10716, + "created_at": 1645773883, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "8", + "entity_type": "minor", + "id": 322, + "user": 10716, + "created_at": 1645773886 + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 323, + "created_at": 1645773889 + }, + { + "type": "pass", + "entity": "8", + "entity_type": "minor", + "id": 324, + "created_at": 1645774189 + }, + { + "type": "run_routes", + "entity": "8", + "entity_type": "minor", + "id": 325, + "created_at": 1645774190, + "routes": [ + { + "train": "2-7", + "connections": [ + [ + "M16", + "N17" + ] + ], + "hexes": [ + "M16", + "N17" + ], + "revenue": 60, + "revenue_str": "M16-N17", + "nodes": [ + "M16-0", + "N17-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "8", + "entity_type": "minor", + "id": 326, + "created_at": 1645774192 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 327, + "created_at": 1645774862 + }, + { + "type": "run_routes", + "entity": "9", + "entity_type": "minor", + "id": 328, + "created_at": 1645774870, + "routes": [ + { + "train": "2-8", + "connections": [ + [ + "L5", + "M6", + "N5" + ], + [ + "K4", + "L5" + ], + [ + "J5", + "K4" + ] + ], + "hexes": [ + "N5", + "L5", + "K4", + "J5" + ], + "revenue": 70, + "revenue_str": "N5-L5-K4-J5", + "nodes": [ + "L5-0", + "N5-0", + "K4-0", + "J5-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 329, + "created_at": 1645774875 + }, + { + "type": "pass", + "entity": "10", + "entity_type": "minor", + "id": 330, + "created_at": 1645775376 + }, + { + "type": "run_routes", + "entity": "10", + "entity_type": "minor", + "id": 331, + "created_at": 1645775385, + "routes": [ + { + "train": "2-9", + "connections": [ + [ + "F21", + "F19", + "E18" + ], + [ + "F21", + "G20" + ], + [ + "G20", + "H19" + ] + ], + "hexes": [ + "E18", + "F21", + "G20", + "H19" + ], + "revenue": 80, + "revenue_str": "E18-F21-G20-H19", + "nodes": [ + "F21-0", + "E18-0", + "G20-0", + "H19-0" + ] + }, + { + "train": "2-4", + "connections": [ + [ + "E20", + "E22" + ], + [ + "E18", + "E20" + ] + ], + "hexes": [ + "E22", + "E20", + "E18" + ], + "revenue": 60, + "revenue_str": "E22-E20-E18", + "nodes": [ + "E20-0", + "E22-0", + "E18-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 332, + "created_at": 1645782800 + }, + { + "type": "run_routes", + "entity": "11", + "entity_type": "minor", + "id": 333, + "created_at": 1645782802, + "routes": [ + { + "train": "2-10", + "connections": [ + [ + "K14", + "K16", + "J17", + "I18" + ] + ], + "hexes": [ + "K14", + "I18" + ], + "revenue": 50, + "revenue_str": "K14-I18", + "nodes": [ + "K14-0", + "I18-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "11", + "entity_type": "minor", + "id": 334, + "created_at": 1645782804 + }, + { + "hex": "I4", + "tile": "8-8", + "type": "lay_tile", + "entity": "12", + "rotation": 2, + "entity_type": "minor", + "id": 335, + "user": 4871, + "created_at": 1645788626, + "skip": true + }, + { + "type": "run_routes", + "entity": "12", + "routes": [ + { + "hexes": [ + "H7", + "G6", + "G2", + "F3", + "D3", + "C4", + "D5", + "C6" + ], + "nodes": [ + "G6-0", + "H7-0", + "G2-0", + "F3-0", + "D3-0", + "C4-0", + "D5-0", + "C6-0" + ], + "train": "2-11", + "revenue": 120, + "connections": [ + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "F3", + "G2" + ], + [ + "D3", + "E4", + "F3" + ], + [ + "D3", + "C4" + ], + [ + "C4", + "D5" + ], + [ + "D5", + "C6" + ] + ], + "revenue_str": "H7-G6-G2-F3-D3-C4-D5-C6" + } + ], + "entity_type": "minor", + "id": 336, + "user": 4871, + "created_at": 1645788633, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "12", + "entity_type": "minor", + "id": 337, + "user": 4871, + "created_at": 1645788682 + }, + { + "skip": true, + "type": "undo", + "entity": "12", + "entity_type": "minor", + "id": 338, + "user": 4871, + "created_at": 1645788689 + }, + { + "type": "pass", + "entity": "12", + "entity_type": "minor", + "id": 339, + "created_at": 1645788701 + }, + { + "type": "run_routes", + "entity": "12", + "entity_type": "minor", + "id": 340, + "created_at": 1645788735, + "routes": [ + { + "train": "2-11", + "connections": [ + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "F3", + "G2" + ], + [ + "D3", + "E4", + "F3" + ], + [ + "D3", + "C4" + ], + [ + "C4", + "D5" + ], + [ + "D5", + "C6" + ] + ], + "hexes": [ + "H7", + "G6", + "G2", + "F3", + "D3", + "C4", + "D5", + "C6" + ], + "revenue": 120, + "revenue_str": "H7-G6-G2-F3-D3-C4-D5-C6", + "nodes": [ + "G6-0", + "H7-0", + "G2-0", + "F3-0", + "D3-0", + "C4-0", + "D5-0", + "C6-0" + ] + } + ] + }, + { + "type": "buy_train", + "entity": "12", + "entity_type": "minor", + "id": 341, + "created_at": 1645788737, + "train": "P-0", + "price": 100, + "variant": "P" + }, + { + "type": "lay_tile", + "entity": "13", + "entity_type": "minor", + "id": 342, + "created_at": 1645789506, + "hex": "E8", + "tile": "9-7", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "13", + "entity_type": "minor", + "id": 343, + "created_at": 1645789517, + "routes": [ + { + "train": "2-12", + "connections": [ + [ + "G12", + "G10" + ], + [ + "G12", + "F11" + ], + [ + "F11", + "E12" + ], + [ + "E12", + "D13" + ] + ], + "hexes": [ + "G10", + "G12", + "F11", + "E12", + "D13" + ], + "revenue": 90, + "revenue_str": "G10-G12-F11-E12-D13", + "nodes": [ + "G12-0", + "G10-0", + "F11-0", + "E12-0", + "D13-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "13", + "entity_type": "minor", + "id": 344, + "created_at": 1645789520 + }, + { + "type": "pass", + "entity": "14", + "entity_type": "minor", + "id": 345, + "created_at": 1645789528 + }, + { + "type": "run_routes", + "entity": "14", + "entity_type": "minor", + "id": 346, + "created_at": 1645789530, + "routes": [ + { + "train": "2-13", + "connections": [ + [ + "E12", + "F11" + ], + [ + "D13", + "E12" + ], + [ + "D13", + "D15" + ], + [ + "D15", + "C14", + "B13" + ], + [ + "B13", + "B11", + "A10" + ] + ], + "hexes": [ + "F11", + "E12", + "D13", + "D15", + "B13", + "A10" + ], + "revenue": 110, + "revenue_str": "F11-E12-D13-D15-B13-A10", + "nodes": [ + "E12-0", + "F11-0", + "D13-0", + "D15-0", + "B13-0", + "A10-1" + ] + } + ] + }, + { + "type": "buy_train", + "entity": "14", + "entity_type": "minor", + "id": 347, + "created_at": 1645789532, + "train": "3-0", + "price": 200, + "variant": "3" + }, + { + "type": "pass", + "entity": "15", + "entity_type": "minor", + "id": 348, + "created_at": 1645789636 + }, + { + "type": "run_routes", + "entity": "15", + "entity_type": "minor", + "id": 349, + "created_at": 1645789639, + "routes": [ + { + "train": "2-14", + "connections": [ + [ + "B17", + "C16" + ], + [ + "B19", + "B17" + ], + [ + "B19", + "B21" + ] + ], + "hexes": [ + "C16", + "B17", + "B19", + "B21" + ], + "revenue": 70, + "revenue_str": "C16-B17-B19-B21", + "nodes": [ + "B17-0", + "C16-0", + "B19-0", + "B21-0" + ] + } + ] + }, + { + "type": "buy_train", + "entity": "15", + "entity_type": "minor", + "id": 350, + "created_at": 1645789839, + "train": "2-4", + "price": 1 + }, + { + "type": "par", + "entity": 574, + "entity_type": "player", + "id": 351, + "created_at": 1645789847, + "corporation": "BNR", + "share_price": "100,2,4" + }, + { + "type": "place_token", + "entity": "BNR", + "entity_type": "corporation", + "id": 352, + "created_at": 1645789851, + "city": "202-4-0", + "slot": 0, + "tokener": "BNR" + }, + { + "type": "par", + "entity": 4491, + "entity_type": "player", + "id": 353, + "created_at": 1645792028, + "corporation": "FS", + "share_price": "100,2,4" + }, + { + "type": "place_token", + "entity": "FS", + "entity_type": "corporation", + "id": 354, + "created_at": 1645792031, + "city": "K14-0-0", + "slot": 0, + "tokener": "FS" + }, + { + "type": "par", + "entity": 10716, + "entity_type": "player", + "id": 355, + "created_at": 1645792274, + "corporation": "RPR", + "share_price": "100,2,4" + }, + { + "type": "place_token", + "entity": "RPR", + "entity_type": "corporation", + "id": 356, + "created_at": 1645792279, + "city": "202-0-0", + "slot": 0, + "tokener": "RPR" + }, + { + "type": "program_buy_shares", + "entity": 10716, + "entity_type": "player", + "id": 357, + "created_at": 1645792310, + "corporation": "RPR", + "until_condition": "float", + "from_market": false, + "auto_pass_after": false + }, + { + "type": "program_disable", + "entity": 10716, + "entity_type": "player", + "id": 358, + "created_at": 1645792313, + "reason": "user" + }, + { + "type": "par", + "entity": 4871, + "entity_type": "player", + "id": 359, + "created_at": 1645792408, + "corporation": "DR", + "share_price": "100,2,4" + }, + { + "type": "place_token", + "entity": "DR", + "entity_type": "corporation", + "id": 360, + "created_at": 1645792412, + "city": "202-2-0", + "slot": 0, + "tokener": "DR" + }, + { + "type": "buy_shares", + "entity": 574, + "entity_type": "player", + "id": 361, + "created_at": 1645792436, + "shares": [ + "BNR_2" + ], + "percent": 10 + }, + { + "type": "program_buy_shares", + "entity": 574, + "entity_type": "player", + "id": 362, + "created_at": 1645792489, + "corporation": "BNR", + "until_condition": "float", + "from_market": false, + "auto_pass_after": false + }, + { + "type": "program_buy_shares", + "entity": 4871, + "entity_type": "player", + "id": 363, + "created_at": 1645792561, + "corporation": "DR", + "until_condition": "float", + "from_market": false, + "auto_pass_after": false + }, + { + "type": "buy_shares", + "entity": 4491, + "entity_type": "player", + "id": 364, + "created_at": 1645824664, + "shares": [ + "FS_2" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": "6", + "entity_type": "minor", + "id": 365, + "created_at": 1645834582, + "shares": [ + "RPR_2" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "RPR", + "entity_type": "corporation", + "id": 366, + "created_at": 1645834584, + "auto_actions": [ + { + "type": "buy_shares", + "entity": 4871, + "entity_type": "player", + "created_at": 1645834542, + "shares": [ + "DR_2" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 574, + "entity_type": "player", + "created_at": 1645834542, + "shares": [ + "BNR_3" + ], + "percent": 10 + } + ], + "city": "K14-0-1", + "slot": 0, + "tokener": "RPR" + }, + { + "type": "program_buy_shares", + "entity": 10716, + "entity_type": "player", + "id": 367, + "created_at": 1645834596, + "corporation": "RPR", + "until_condition": "float", + "from_market": false, + "auto_pass_after": true + }, + { + "type": "buy_shares", + "entity": 4491, + "entity_type": "player", + "id": 368, + "created_at": 1645834809, + "auto_actions": [ + { + "type": "buy_shares", + "entity": 10716, + "entity_type": "player", + "created_at": 1645834808, + "shares": [ + "RPR_3" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 4871, + "entity_type": "player", + "created_at": 1645834808, + "shares": [ + "DR_3" + ], + "percent": 10 + }, + { + "type": "program_disable", + "entity": 574, + "entity_type": "player", + "created_at": 1645834808, + "reason": "BNR is floated" + } + ], + "shares": [ + "FS_3" + ], + "percent": 10 + }, + { + "type": "par", + "entity": 574, + "entity_type": "player", + "id": 369, + "created_at": 1645836331, + "corporation": "RBSR", + "share_price": "82,3,3" + }, + { + "type": "place_token", + "entity": "RBSR", + "entity_type": "corporation", + "id": 370, + "created_at": 1645836333, + "city": "201-1-0", + "slot": 0, + "tokener": "RBSR" + }, + { + "type": "buy_shares", + "entity": 4491, + "entity_type": "player", + "id": 371, + "created_at": 1645837995, + "auto_actions": [ + { + "type": "program_disable", + "entity": 10716, + "entity_type": "player", + "created_at": 1645837994, + "reason": "RPR is floated" + }, + { + "type": "program_share_pass", + "entity": 10716, + "entity_type": "player", + "created_at": 1645837994, + "unconditional": false, + "indefinite": false + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "created_at": 1645837994 + }, + { + "type": "program_disable", + "entity": 4871, + "entity_type": "player", + "created_at": 1645837994, + "reason": "DR is floated" + } + ], + "shares": [ + "RBSR_2" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": "2", + "entity_type": "minor", + "id": 372, + "created_at": 1645838454, + "shares": [ + "DR_4" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "DR", + "entity_type": "corporation", + "id": 373, + "created_at": 1645838467, + "city": "201-0-0", + "slot": 0, + "tokener": "DR" + }, + { + "type": "buy_shares", + "entity": "10", + "entity_type": "minor", + "id": 374, + "created_at": 1645838486, + "shares": [ + "RBSR_3" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "RBSR", + "entity_type": "corporation", + "id": 375, + "created_at": 1645838489, + "city": "201-2-0", + "slot": 0, + "tokener": "RBSR" + }, + { + "type": "program_buy_shares", + "entity": 574, + "entity_type": "player", + "id": 376, + "created_at": 1645838968, + "corporation": "RBSR", + "until_condition": 5, + "from_market": false, + "auto_pass_after": false + }, + { + "type": "buy_shares", + "entity": 4491, + "entity_type": "player", + "id": 377, + "created_at": 1645841566, + "auto_actions": [ + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "created_at": 1645841565 + } + ], + "shares": [ + "DR_5" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 4871, + "entity_type": "player", + "id": 378, + "created_at": 1645842272, + "auto_actions": [ + { + "type": "buy_shares", + "entity": 574, + "entity_type": "player", + "created_at": 1645842271, + "shares": [ + "RBSR_5" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "created_at": 1645842271 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "created_at": 1645842271 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "created_at": 1645842271 + }, + { + "type": "program_disable", + "entity": 574, + "entity_type": "player", + "created_at": 1645842271, + "reason": "5 share(s) bought in RBSR, end condition met" + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "created_at": 1645842271 + } + ], + "shares": [ + "RBSR_4" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": "1", + "entity_type": "minor", + "id": 379, + "created_at": 1645842277 + }, + { + "type": "run_routes", + "entity": "1", + "entity_type": "minor", + "id": 380, + "created_at": 1645842280, + "routes": [ + { + "train": "2-0", + "connections": [ + [ + "B7", + "A6" + ], + [ + "A10", + "B9", + "B7" + ] + ], + "hexes": [ + "A6", + "B7", + "A10" + ], + "revenue": 90, + "revenue_str": "A6-B7-A10", + "nodes": [ + "B7-0", + "A6-0", + "A10-0" + ] + } + ] + }, + { + "type": "buy_train", + "entity": "1", + "entity_type": "minor", + "id": 381, + "created_at": 1645842351, + "train": "3-1", + "price": 200, + "variant": "3" + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 382, + "created_at": 1645843414 + }, + { + "type": "run_routes", + "entity": "3", + "entity_type": "minor", + "id": 383, + "created_at": 1645843416, + "routes": [ + { + "train": "2-2", + "connections": [ + [ + "A10", + "B11", + "B13" + ], + [ + "B13", + "C14", + "D15" + ], + [ + "D15", + "D13" + ] + ], + "hexes": [ + "A10", + "B13", + "D15", + "D13" + ], + "revenue": 90, + "revenue_str": "A10-B13-D15-D13", + "nodes": [ + "A10-1", + "B13-0", + "D15-0", + "D13-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 384, + "created_at": 1645843419 + }, + { + "type": "lay_tile", + "entity": "7", + "entity_type": "minor", + "id": 385, + "created_at": 1645843885, + "hex": "I4", + "tile": "9-8", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "7", + "entity_type": "minor", + "id": 386, + "created_at": 1645843890, + "routes": [ + { + "train": "2-6", + "connections": [ + [ + "J5", + "I6", + "H7" + ], + [ + "H7", + "G6" + ], + [ + "G6", + "G4", + "G2" + ], + [ + "G2", + "F3" + ] + ], + "hexes": [ + "J5", + "H7", + "G6", + "G2", + "F3" + ], + "revenue": 90, + "revenue_str": "J5-H7-G6-G2-F3", + "nodes": [ + "J5-1", + "H7-0", + "G6-0", + "G2-0", + "F3-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 387, + "created_at": 1645843892 + }, + { + "type": "pass", + "entity": "8", + "entity_type": "minor", + "id": 388, + "created_at": 1645844207 + }, + { + "type": "run_routes", + "entity": "8", + "entity_type": "minor", + "id": 389, + "created_at": 1645844214, + "routes": [ + { + "train": "2-7", + "connections": [ + [ + "M16", + "N17" + ] + ], + "hexes": [ + "M16", + "N17" + ], + "revenue": 60, + "revenue_str": "M16-N17", + "nodes": [ + "M16-0", + "N17-0" + ] + } + ] + }, + { + "type": "buy_train", + "entity": "8", + "entity_type": "minor", + "id": 390, + "created_at": 1645844253, + "train": "2-9", + "price": 149 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 391, + "created_at": 1645844383 + }, + { + "type": "run_routes", + "entity": "9", + "entity_type": "minor", + "id": 392, + "created_at": 1645844389, + "routes": [ + { + "train": "2-8", + "connections": [ + [ + "L5", + "M6", + "N5" + ], + [ + "K4", + "L5" + ], + [ + "J5", + "K4" + ] + ], + "hexes": [ + "N5", + "L5", + "K4", + "J5" + ], + "revenue": 70, + "revenue_str": "N5-L5-K4-J5", + "nodes": [ + "L5-0", + "N5-0", + "K4-0", + "J5-0" + ] + } + ] + }, + { + "type": "buy_train", + "price": 100, + "train": "P-1", + "entity": "9", + "variant": "P", + "entity_type": "minor", + "id": 393, + "user": 10716, + "created_at": 1645844396, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "13", + "entity_type": "minor", + "id": 394, + "user": 10716, + "created_at": 1645844398 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 395, + "created_at": 1645844412 + }, + { + "type": "pass", + "entity": "13", + "entity_type": "minor", + "id": 396, + "created_at": 1645860232 + }, + { + "type": "run_routes", + "entity": "13", + "entity_type": "minor", + "id": 397, + "created_at": 1645860236, + "routes": [ + { + "train": "2-12", + "connections": [ + [ + "G12", + "G10" + ], + [ + "G12", + "F11" + ], + [ + "F11", + "E12" + ], + [ + "E12", + "D13" + ] + ], + "hexes": [ + "G10", + "G12", + "F11", + "E12", + "D13" + ], + "revenue": 90, + "revenue_str": "G10-G12-F11-E12-D13", + "nodes": [ + "G12-0", + "G10-0", + "F11-0", + "E12-0", + "D13-0" + ] + } + ] + }, + { + "type": "buy_train", + "entity": "13", + "entity_type": "minor", + "id": 398, + "created_at": 1645860241, + "train": "3-2", + "price": 200, + "variant": "3" + }, + { + "type": "pass", + "entity": "14", + "entity_type": "minor", + "id": 399, + "created_at": 1645860246 + }, + { + "type": "run_routes", + "entity": "14", + "entity_type": "minor", + "id": 400, + "created_at": 1645860261, + "routes": [ + { + "train": "2-13", + "connections": [ + [ + "D13", + "D15" + ], + [ + "D15", + "C14", + "B13" + ], + [ + "B13", + "B11", + "A10" + ] + ], + "hexes": [ + "D13", + "D15", + "B13", + "A10" + ], + "revenue": 90, + "revenue_str": "D13-D15-B13-A10", + "nodes": [ + "D13-0", + "D15-0", + "B13-0", + "A10-1" + ] + }, + { + "train": "3-0", + "connections": [ + [ + "F11", + "G12" + ], + [ + "E12", + "F11" + ], + [ + "D13", + "E12" + ] + ], + "hexes": [ + "G12", + "F11", + "E12", + "D13" + ], + "revenue": 80, + "revenue_str": "G12-F11-E12-D13", + "nodes": [ + "F11-0", + "G12-0", + "E12-0", + "D13-0" + ] + } + ] + }, + { + "type": "lay_tile", + "entity": "BNR", + "entity_type": "corporation", + "id": 401, + "created_at": 1645860286, + "hex": "D15", + "tile": "143-0", + "rotation": 1 + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 402, + "created_at": 1645860291 + }, + { + "type": "run_routes", + "entity": "BNR", + "entity_type": "corporation", + "id": 403, + "created_at": 1645860306, + "routes": [ + { + "train": "2-14", + "connections": [ + [ + "C16", + "B17" + ], + [ + "D15", + "C16" + ], + [ + "B13", + "C14", + "D15" + ], + [ + "A10", + "B11", + "B13" + ] + ], + "hexes": [ + "B17", + "C16", + "D15", + "B13", + "A10" + ], + "revenue": 100, + "revenue_str": "B17-C16-D15-B13-A10", + "nodes": [ + "C16-0", + "B17-0", + "D15-0", + "B13-0", + "A10-1" + ] + }, + { + "train": "2-4", + "connections": [ + [ + "B19", + "B21" + ], + [ + "B17", + "B19" + ] + ], + "hexes": [ + "B21", + "B19", + "B17" + ], + "revenue": 60, + "revenue_str": "B21-B19-B17", + "nodes": [ + "B19-0", + "B21-0", + "B17-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "BNR", + "entity_type": "corporation", + "id": 404, + "created_at": 1645860308, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "BNR", + "entity_type": "corporation", + "id": 405, + "created_at": 1645860309, + "train": "3-3", + "price": 200, + "variant": "3" + }, + { + "type": "buy_train", + "entity": "BNR", + "entity_type": "corporation", + "id": 406, + "created_at": 1645860310, + "train": "P-1", + "price": 100, + "variant": "P" + }, + { + "hex": "I18", + "tile": "15-0", + "type": "lay_tile", + "entity": "FS", + "rotation": 1, + "entity_type": "corporation", + "id": 407, + "user": 4491, + "created_at": 1645860847, + "skip": true + }, + { + "city": "15-0-0", + "slot": 0, + "type": "place_token", + "entity": "FS", + "tokener": "FS", + "entity_type": "corporation", + "id": 408, + "user": 4491, + "created_at": 1645860850, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 409, + "user": 4491, + "created_at": 1645860858 + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 410, + "user": 4491, + "created_at": 1645860866 + }, + { + "type": "lay_tile", + "entity": "FS", + "entity_type": "corporation", + "id": 411, + "created_at": 1645860870, + "hex": "H19", + "tile": "577-0", + "rotation": 1 + }, + { + "type": "place_token", + "entity": "FS", + "entity_type": "corporation", + "id": 412, + "created_at": 1645860872, + "city": "57-2-0", + "slot": 0, + "tokener": "FS" + }, + { + "type": "run_routes", + "entity": "FS", + "entity_type": "corporation", + "id": 413, + "created_at": 1645860882, + "routes": [ + { + "train": "2-10", + "connections": [ + [ + "H19", + "I18" + ] + ], + "hexes": [ + "I18", + "H19" + ], + "revenue": 60, + "revenue_str": "I18-H19", + "nodes": [ + "H19-0", + "I18-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 414, + "created_at": 1645860887, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "FS", + "entity_type": "corporation", + "id": 415, + "created_at": 1645860889, + "train": "3-4", + "price": 200, + "variant": "3" + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 416, + "created_at": 1645860894 + }, + { + "hex": "J5", + "tile": "581-0", + "type": "lay_tile", + "entity": "RPR", + "rotation": 0, + "entity_type": "corporation", + "id": 417, + "user": 10716, + "created_at": 1645861365, + "skip": true + }, + { + "city": "57-0-0", + "slot": 0, + "type": "place_token", + "entity": "RPR", + "tokener": "RPR", + "entity_type": "corporation", + "id": 418, + "user": 10716, + "created_at": 1645861376, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 419, + "user": 10716, + "created_at": 1645861382 + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 420, + "user": 10716, + "created_at": 1645861388 + }, + { + "hex": "J5", + "tile": "581-0", + "type": "lay_tile", + "entity": "RPR", + "rotation": 4, + "entity_type": "corporation", + "id": 421, + "user": 10716, + "created_at": 1645861402, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 422, + "user": 10716, + "created_at": 1645861410 + }, + { + "hex": "J5", + "tile": "581-0", + "type": "lay_tile", + "entity": "RPR", + "rotation": 2, + "entity_type": "corporation", + "id": 423, + "user": 10716, + "created_at": 1645861416, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 424, + "user": 10716, + "created_at": 1645861418 + }, + { + "type": "lay_tile", + "entity": "RPR", + "entity_type": "corporation", + "id": 425, + "created_at": 1645861421, + "hex": "J5", + "tile": "581-0", + "rotation": 1 + }, + { + "type": "place_token", + "entity": "RPR", + "entity_type": "corporation", + "id": 426, + "created_at": 1645861429, + "city": "581-0-2", + "slot": 0, + "tokener": "RPR" + }, + { + "type": "run_routes", + "entity": "RPR", + "entity_type": "corporation", + "id": 427, + "created_at": 1645861440, + "routes": [ + { + "train": "2-3", + "connections": [ + [ + "J7", + "I8" + ], + [ + "J5", + "J7" + ] + ], + "hexes": [ + "I8", + "J7", + "J5" + ], + "revenue": 90, + "revenue_str": "I8-J7-J5", + "nodes": [ + "J7-0", + "I8-0", + "J5-2" + ] + }, + { + "train": "2-5", + "connections": [ + [ + "J11", + "I10", + "I8" + ], + [ + "K12", + "J11" + ], + [ + "K14", + "K12" + ] + ], + "hexes": [ + "I8", + "J11", + "K12", + "K14" + ], + "revenue": 70, + "revenue_str": "I8-J11-K12-K14", + "nodes": [ + "J11-0", + "I8-0", + "K12-0", + "K14-1" + ] + } + ] + }, + { + "type": "dividend", + "entity": "RPR", + "entity_type": "corporation", + "id": 428, + "created_at": 1645861442, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "RPR", + "entity_type": "corporation", + "id": 429, + "created_at": 1645861465, + "train": "4-0", + "price": 300, + "variant": "4" + }, + { + "type": "buy_train", + "entity": "RPR", + "entity_type": "corporation", + "id": 430, + "created_at": 1645861473, + "train": "P-0", + "price": 100, + "variant": "P" + }, + { + "type": "pass", + "entity": "RPR", + "entity_type": "corporation", + "id": 431, + "created_at": 1645861476 + }, + { + "type": "lay_tile", + "entity": "DR", + "entity_type": "corporation", + "id": 432, + "created_at": 1645861562, + "hex": "C8", + "tile": "578-0", + "rotation": 2 + }, + { + "type": "place_token", + "entity": "DR", + "entity_type": "corporation", + "id": 433, + "created_at": 1645861568, + "city": "57-4-0", + "slot": 0, + "tokener": "DR" + }, + { + "type": "buy_train", + "entity": "DR", + "entity_type": "corporation", + "id": 434, + "created_at": 1645861578, + "train": "4-1", + "price": 300, + "variant": "4" + }, + { + "type": "buy_train", + "entity": "DR", + "entity_type": "corporation", + "id": 435, + "created_at": 1645861598, + "train": "4-2", + "price": 300, + "variant": "4" + }, + { + "type": "pass", + "entity": "DR", + "entity_type": "corporation", + "id": 436, + "created_at": 1645861600 + }, + { + "type": "lay_tile", + "entity": "RBSR", + "entity_type": "corporation", + "id": 437, + "created_at": 1645861696, + "hex": "I18", + "tile": "15-0", + "rotation": 4 + }, + { + "type": "place_token", + "entity": "RBSR", + "entity_type": "corporation", + "id": 438, + "created_at": 1645861696, + "city": "15-0-0", + "slot": 1, + "tokener": "RBSR" + }, + { + "type": "run_routes", + "entity": "RBSR", + "entity_type": "corporation", + "id": 439, + "created_at": 1645861718, + "routes": [ + { + "train": "3-5", + "connections": [ + [ + "I18", + "I20" + ], + [ + "H19", + "I18" + ], + [ + "G20", + "H19" + ], + [ + "F21", + "G20" + ], + [ + "E18", + "F19", + "F21" + ] + ], + "hexes": [ + "I20", + "I18", + "H19", + "G20", + "F21", + "E18" + ], + "revenue": 130, + "revenue_str": "I20-I18-H19-G20-F21-E18", + "nodes": [ + "I18-0", + "I20-0", + "H19-0", + "G20-0", + "F21-0", + "E18-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "RBSR", + "entity_type": "corporation", + "id": 440, + "created_at": 1645861720, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "RBSR", + "entity_type": "corporation", + "id": 441, + "created_at": 1645862033, + "train": "4-3", + "price": 300, + "variant": "4" + }, + { + "type": "pass", + "entity": "RBSR", + "entity_type": "corporation", + "id": 442, + "created_at": 1645862035 + }, + { + "type": "pass", + "entity": "1", + "entity_type": "minor", + "id": 443, + "created_at": 1645862051 + }, + { + "type": "run_routes", + "entity": "1", + "entity_type": "minor", + "id": 444, + "created_at": 1645862058, + "routes": [ + { + "train": "3-1", + "connections": [ + [ + "B7", + "A6" + ], + [ + "A10", + "B9", + "B7" + ] + ], + "hexes": [ + "A6", + "B7", + "A10" + ], + "revenue": 90, + "revenue_str": "A6-B7-A10", + "nodes": [ + "B7-0", + "A6-0", + "A10-0" + ] + } + ] + }, + { + "type": "pass", + "entity": "3", + "entity_type": "minor", + "id": 445, + "created_at": 1645863824 + }, + { + "type": "buy_train", + "entity": "3", + "entity_type": "minor", + "id": 446, + "created_at": 1645863906, + "train": "3-2", + "price": 1 + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 447, + "created_at": 1645863973 + }, + { + "type": "pass", + "entity": "7", + "entity_type": "minor", + "id": 448, + "created_at": 1645863976 + }, + { + "type": "pass", + "entity": "8", + "entity_type": "minor", + "id": 449, + "created_at": 1645864001 + }, + { + "type": "pass", + "entity": "8", + "entity_type": "minor", + "id": 450, + "created_at": 1645864003 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 451, + "user": 10716, + "created_at": 1645864011, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "9", + "entity_type": "minor", + "id": 452, + "user": 10716, + "created_at": 1645864015 + }, + { + "hex": "J3", + "tile": "7-0", + "type": "lay_tile", + "entity": "9", + "rotation": 0, + "entity_type": "minor", + "id": 453, + "user": 10716, + "created_at": 1645864017, + "skip": true + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 454, + "user": 10716, + "created_at": 1645864019, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "13", + "entity_type": "minor", + "id": 455, + "user": 10716, + "created_at": 1645864379 + }, + { + "skip": true, + "type": "undo", + "entity": "9", + "entity_type": "minor", + "id": 456, + "user": 10716, + "created_at": 1645864381 + }, + { + "hex": "J3", + "tile": "7-0", + "type": "lay_tile", + "entity": "9", + "rotation": 0, + "entity_type": "minor", + "id": 457, + "user": 10716, + "created_at": 1645864384, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "9", + "entity_type": "minor", + "id": 458, + "user": 10716, + "created_at": 1645864387 + }, + { + "type": "lay_tile", + "entity": "9", + "entity_type": "minor", + "id": 459, + "created_at": 1645864393, + "hex": "J3", + "tile": "7-0", + "rotation": 0 + }, + { + "type": "pass", + "entity": "9", + "entity_type": "minor", + "id": 460, + "created_at": 1645864396 + }, + { + "type": "pass", + "entity": "13", + "entity_type": "minor", + "id": 461, + "created_at": 1645866265 + }, + { + "type": "buy_train", + "entity": "13", + "entity_type": "minor", + "id": 462, + "created_at": 1645866270, + "train": "3-2", + "price": 1 + }, + { + "type": "pass", + "entity": "14", + "entity_type": "minor", + "id": 463, + "created_at": 1645866276 + }, + { + "type": "run_routes", + "entity": "14", + "entity_type": "minor", + "id": 464, + "created_at": 1645866287, + "routes": [ + { + "train": "3-0", + "connections": [ + [ + "F11", + "G12" + ], + [ + "E12", + "F11" + ], + [ + "D13", + "E12" + ], + [ + "D13", + "D15" + ], + [ + "D15", + "C14", + "B13" + ], + [ + "B13", + "B11", + "A10" + ] + ], + "hexes": [ + "G12", + "F11", + "E12", + "D13", + "D15", + "B13", + "A10" + ], + "revenue": 140, + "revenue_str": "G12-F11-E12-D13-D15-B13-A10", + "nodes": [ + "F11-0", + "G12-0", + "E12-0", + "D13-0", + "D15-0", + "B13-0", + "A10-1" + ] + } + ] + }, + { + "type": "lay_tile", + "entity": "BNR", + "entity_type": "corporation", + "id": 465, + "created_at": 1645866344, + "hex": "A10", + "tile": "580-0", + "rotation": 3 + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 466, + "created_at": 1645866347 + }, + { + "type": "run_routes", + "entity": "BNR", + "entity_type": "corporation", + "id": 467, + "created_at": 1645866362, + "routes": [ + { + "train": "3-3", + "connections": [ + [ + "B19", + "B21" + ], + [ + "B17", + "B19" + ], + [ + "C16", + "B17" + ], + [ + "D15", + "C16" + ], + [ + "B13", + "C14", + "D15" + ], + [ + "A10", + "B11", + "B13" + ] + ], + "hexes": [ + "B21", + "B19", + "B17", + "C16", + "D15", + "B13", + "A10" + ], + "revenue": 150, + "revenue_str": "B21-B19-B17-C16-D15-B13-A10", + "nodes": [ + "B19-0", + "B21-0", + "B17-0", + "C16-0", + "D15-0", + "B13-0", + "A10-1" + ] + }, + { + "train": "P-1", + "connections": [ + [ + "local", + "A10" + ] + ], + "hexes": [ + "A10" + ], + "revenue": 60, + "revenue_str": "A10", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "BNR", + "entity_type": "corporation", + "id": 468, + "created_at": 1645866363, + "kind": "payout" + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 469, + "created_at": 1645866367 + }, + { + "type": "buy_train", + "entity": "BNR", + "entity_type": "corporation", + "id": 470, + "created_at": 1645866690, + "train": "3-5", + "price": 250 + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 471, + "created_at": 1645866692 + }, + { + "hex": "J7", + "tile": "577-1", + "type": "lay_tile", + "entity": "RPR", + "rotation": 4, + "entity_type": "corporation", + "id": 472, + "user": 10716, + "created_at": 1645867385, + "skip": true + }, + { + "type": "pass", + "entity": "RPR", + "entity_type": "corporation", + "id": 473, + "user": 10716, + "created_at": 1645867392, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "action_id": 472, + "entity_type": "corporation", + "id": 474, + "user": 10716, + "created_at": 1645867444 + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 475, + "user": 10716, + "created_at": 1645867460 + }, + { + "type": "lay_tile", + "entity": "RPR", + "entity_type": "corporation", + "id": 476, + "created_at": 1645867484, + "hex": "K6", + "tile": "7-1", + "rotation": 2 + }, + { + "type": "pass", + "entity": "RPR", + "entity_type": "corporation", + "id": 477, + "created_at": 1645867490 + }, + { + "type": "run_routes", + "entity": "RPR", + "entity_type": "corporation", + "id": 478, + "created_at": 1645867537, + "routes": [ + { + "train": "4-0", + "connections": [ + [ + "K12", + "K14" + ], + [ + "J11", + "K12" + ], + [ + "I8", + "I10", + "J11" + ], + [ + "J7", + "I8" + ], + [ + "J5", + "J7" + ] + ], + "hexes": [ + "K14", + "K12", + "J11", + "I8", + "J7", + "J5" + ], + "revenue": 150, + "revenue_str": "K14-K12-J11-I8-J7-J5", + "nodes": [ + "K12-0", + "K14-1", + "J11-0", + "I8-0", + "J7-0", + "J5-2" + ] + }, + { + "train": "P-0", + "connections": [ + [ + "local", + "J5" + ] + ], + "hexes": [ + "J5" + ], + "revenue": 50, + "revenue_str": "J5", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "RPR", + "entity_type": "corporation", + "id": 479, + "created_at": 1645867599, + "kind": "payout" + }, + { + "type": "pass", + "entity": "RPR", + "entity_type": "corporation", + "id": 480, + "created_at": 1645867608 + }, + { + "type": "pass", + "entity": "RPR", + "entity_type": "corporation", + "id": 481, + "created_at": 1645867652 + }, + { + "type": "sell_shares", + "entity": "RPR", + "entity_type": "corporation", + "id": 482, + "created_at": 1645867736, + "shares": [ + "RPR_4", + "RPR_5", + "RPR_6", + "RPR_7" + ], + "percent": 40 + }, + { + "type": "lay_tile", + "entity": "FS", + "entity_type": "corporation", + "id": 483, + "created_at": 1645868053, + "hex": "K14", + "tile": "581-1", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "FS", + "entity_type": "corporation", + "id": 484, + "created_at": 1645868067, + "routes": [ + { + "train": "3-4", + "connections": [ + [ + "I18", + "H19" + ], + [ + "K14", + "K16", + "J17", + "I18" + ] + ], + "hexes": [ + "H19", + "I18", + "K14" + ], + "revenue": 120, + "revenue_str": "H19-I18-K14", + "nodes": [ + "I18-0", + "H19-0", + "K14-2" + ] + } + ] + }, + { + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 485, + "created_at": 1645868069, + "kind": "payout" + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 486, + "created_at": 1645868074 + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 487, + "created_at": 1645868077 + }, + { + "type": "lay_tile", + "entity": "RBSR", + "entity_type": "corporation", + "id": 488, + "created_at": 1645868103, + "hex": "E18", + "tile": "578-1", + "rotation": 5 + }, + { + "type": "pass", + "entity": "RBSR", + "entity_type": "corporation", + "id": 489, + "created_at": 1645868122 + }, + { + "type": "run_routes", + "entity": "RBSR", + "entity_type": "corporation", + "id": 490, + "created_at": 1645868139, + "routes": [ + { + "train": "4-3", + "connections": [ + [ + "F21", + "F19", + "E18" + ], + [ + "G20", + "F21" + ], + [ + "H19", + "G20" + ], + [ + "I18", + "H19" + ], + [ + "K14", + "K16", + "J17", + "I18" + ] + ], + "hexes": [ + "E18", + "F21", + "G20", + "H19", + "I18", + "K14" + ], + "revenue": 180, + "revenue_str": "E18-F21-G20-H19-I18-K14", + "nodes": [ + "F21-0", + "E18-0", + "G20-0", + "H19-0", + "I18-0", + "K14-2" + ] + } + ] + }, + { + "type": "dividend", + "entity": "RBSR", + "entity_type": "corporation", + "id": 491, + "created_at": 1645868140, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "RBSR", + "entity_type": "corporation", + "id": 492, + "created_at": 1645868145, + "train": "3-3", + "price": 78 + }, + { + "type": "buy_train", + "entity": "RBSR", + "entity_type": "corporation", + "id": 493, + "created_at": 1645868147, + "train": "5-0", + "price": 500, + "variant": "5" + }, + { + "type": "pass", + "entity": "RBSR", + "entity_type": "corporation", + "id": 494, + "created_at": 1645868150 + }, + { + "type": "discard_train", + "entity": "RBSR", + "entity_type": "corporation", + "id": 495, + "created_at": 1645868153, + "train": "3-3" + }, + { + "type": "lay_tile", + "entity": "DR", + "entity_type": "corporation", + "id": 496, + "created_at": 1645868681, + "hex": "B7", + "tile": "141-0", + "rotation": 5 + }, + { + "type": "pass", + "entity": "DR", + "entity_type": "corporation", + "id": 497, + "created_at": 1645868699 + }, + { + "type": "run_routes", + "entity": "DR", + "entity_type": "corporation", + "id": 498, + "created_at": 1645868728, + "routes": [ + { + "train": "4-1", + "connections": [ + [ + "H7", + "I6", + "J5" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "F3", + "G2" + ], + [ + "D3", + "E4", + "F3" + ], + [ + "D3", + "C4" + ], + [ + "C4", + "D5" + ], + [ + "D5", + "C6" + ], + [ + "C6", + "C8" + ] + ], + "hexes": [ + "J5", + "H7", + "G6", + "G2", + "F3", + "D3", + "C4", + "D5", + "C6", + "C8" + ], + "revenue": 230, + "revenue_str": "J5-H7-G6-G2-F3-D3-C4-D5-C6-C8", + "nodes": [ + "H7-0", + "J5-0", + "G6-0", + "G2-0", + "F3-0", + "D3-0", + "C4-0", + "D5-0", + "C6-0", + "C8-0" + ] + }, + { + "train": "4-2", + "connections": [ + [ + "B7", + "B9", + "A10" + ], + [ + "C8", + "B7" + ], + [ + "D7", + "C8" + ], + [ + "E6", + "D7" + ] + ], + "hexes": [ + "A10", + "B7", + "C8", + "D7", + "E6" + ], + "revenue": 150, + "revenue_str": "A10-B7-C8-D7-E6", + "nodes": [ + "B7-0", + "A10-0", + "C8-0", + "D7-0", + "E6-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "DR", + "entity_type": "corporation", + "id": 499, + "created_at": 1645868741, + "kind": "payout" + }, + { + "type": "pass", + "entity": "DR", + "entity_type": "corporation", + "id": 500, + "created_at": 1645868747 + }, + { + "type": "buy_shares", + "entity": "8", + "entity_type": "minor", + "id": 501, + "created_at": 1645868771, + "shares": [ + "RBSR_6" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "RBSR", + "entity_type": "corporation", + "id": 502, + "created_at": 1645868780, + "city": "202-1-0", + "slot": 0, + "tokener": "RBSR" + }, + { + "type": "buy_shares", + "entity": "3", + "entity_type": "minor", + "id": 503, + "created_at": 1645870978, + "shares": [ + "BNR_4" + ], + "percent": 10 + }, + { + "city": "580-0-1", + "slot": 0, + "type": "place_token", + "entity": "BNR", + "tokener": "BNR", + "entity_type": "corporation", + "id": 504, + "user": 574, + "created_at": 1645871046, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 10716, + "entity_type": "player", + "id": 505, + "user": 574, + "created_at": 1645871068 + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 506, + "created_at": 1645871115 + }, + { + "type": "buy_shares", + "entity": "7", + "shares": [ + "DR_6" + ], + "percent": 10, + "entity_type": "minor", + "id": 507, + "user": 10716, + "created_at": 1645874904, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "DR", + "entity_type": "corporation", + "id": 508, + "user": 10716, + "created_at": 1645874923 + }, + { + "type": "buy_shares", + "entity": "9", + "shares": [ + "RPR_4" + ], + "percent": 10, + "entity_type": "minor", + "id": 509, + "user": 10716, + "created_at": 1645874940, + "skip": true + }, + { + "city": "581-0-1", + "slot": 0, + "type": "place_token", + "entity": "RPR", + "tokener": "RPR", + "entity_type": "corporation", + "id": 510, + "user": 10716, + "created_at": 1645874947, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 4871, + "entity_type": "player", + "id": 511, + "user": 10716, + "created_at": 1645874964 + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 512, + "user": 10716, + "created_at": 1645874977 + }, + { + "type": "buy_shares", + "entity": "7", + "shares": [ + "RPR_8" + ], + "percent": 10, + "entity_type": "minor", + "id": 513, + "user": 10716, + "created_at": 1645874982, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 514, + "user": 10716, + "created_at": 1645874996 + }, + { + "type": "buy_shares", + "entity": "9", + "entity_type": "minor", + "id": 515, + "created_at": 1645875002, + "shares": [ + "RPR_8" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "RPR", + "entity_type": "corporation", + "id": 516, + "created_at": 1645875006, + "city": "581-0-1", + "slot": 0, + "tokener": "RPR" + }, + { + "type": "buy_shares", + "entity": "1", + "entity_type": "minor", + "id": 517, + "created_at": 1645875207, + "shares": [ + "DR_6" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "DR", + "entity_type": "corporation", + "id": 518, + "created_at": 1645875209, + "city": "580-0-0", + "slot": 0, + "tokener": "DR" + }, + { + "type": "buy_shares", + "entity": "14", + "entity_type": "minor", + "id": 519, + "created_at": 1645875456, + "shares": [ + "BNR_5" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "BNR", + "entity_type": "corporation", + "id": 520, + "created_at": 1645876125, + "city": "202-3-0", + "slot": 0, + "tokener": "BNR" + }, + { + "type": "buy_shares", + "entity": "7", + "entity_type": "minor", + "id": 521, + "created_at": 1645876282, + "shares": [ + "RPR_4" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "RPR", + "entity_type": "corporation", + "id": 522, + "created_at": 1645876287, + "city": "581-0-0", + "slot": 0, + "tokener": "RPR" + }, + { + "type": "buy_shares", + "entity": "13", + "entity_type": "minor", + "id": 523, + "created_at": 1645913954, + "shares": [ + "BNR_6" + ], + "percent": 10 + }, + { + "type": "place_token", + "entity": "BNR", + "entity_type": "corporation", + "id": 524, + "created_at": 1645918471, + "city": "201-3-0", + "slot": 0, + "tokener": "BNR" + }, + { + "type": "discard_train", + "entity": "BNR", + "entity_type": "corporation", + "id": 525, + "created_at": 1645918473, + "train": "3-5" + }, + { + "type": "discard_train", + "entity": "DR", + "entity_type": "corporation", + "id": 526, + "created_at": 1645927932, + "train": "3-1" + }, + { + "type": "buy_shares", + "entity": 4491, + "entity_type": "player", + "id": 527, + "created_at": 1645932645, + "shares": [ + "BNR_7" + ], + "percent": 10 + }, + { + "type": "sell_shares", + "entity": 10716, + "entity_type": "player", + "id": 528, + "created_at": 1645932675, + "shares": [ + "RPR_1" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 10716, + "entity_type": "player", + "id": 529, + "created_at": 1645932690, + "shares": [ + "RBSR_7" + ], + "percent": 10 + }, + { + "type": "sell_shares", + "entity": 4871, + "entity_type": "player", + "id": 530, + "created_at": 1645933099, + "shares": [ + "DR_1" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 4871, + "entity_type": "player", + "id": 531, + "created_at": 1645933107, + "shares": [ + "RPR_5" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 574, + "entity_type": "player", + "id": 532, + "created_at": 1645943322, + "shares": [ + "BNR_8" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 4491, + "shares": [ + "DR_1" + ], + "percent": 10, + "entity_type": "player", + "id": 533, + "user": 4491, + "created_at": 1645957170, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 10716, + "entity_type": "player", + "id": 534, + "user": 4491, + "created_at": 1645957176 + }, + { + "type": "buy_shares", + "entity": 4491, + "shares": [ + "RPR_6" + ], + "percent": 10, + "entity_type": "player", + "id": 535, + "user": 4491, + "created_at": 1645957192, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 10716, + "entity_type": "player", + "id": 536, + "user": 4491, + "created_at": 1645957202 + }, + { + "type": "buy_shares", + "entity": 4491, + "entity_type": "player", + "id": 537, + "created_at": 1645957208, + "shares": [ + "RPR_6" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 10716, + "entity_type": "player", + "id": 538, + "created_at": 1645957580, + "shares": [ + "RBSR_8" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 4871, + "entity_type": "player", + "id": 539, + "created_at": 1645957737, + "shares": [ + "RPR_7" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 574, + "entity_type": "player", + "id": 540, + "created_at": 1645957758, + "shares": [ + "RPR_1" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 4491, + "shares": [ + "DR_1" + ], + "percent": 10, + "entity_type": "player", + "id": 541, + "user": 4491, + "created_at": 1645963168, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 10716, + "entity_type": "player", + "id": 542, + "user": 4491, + "created_at": 1645963180 + }, + { + "type": "buy_shares", + "entity": 4491, + "entity_type": "player", + "id": 543, + "created_at": 1645963183, + "shares": [ + "FS_4" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 10716, + "entity_type": "player", + "id": 544, + "created_at": 1645963440, + "shares": [ + "DR_1" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 4871, + "entity_type": "player", + "id": 545, + "created_at": 1645963505, + "shares": [ + "FS_5" + ], + "percent": 10 + }, + { + "type": "program_buy_shares", + "entity": 4871, + "entity_type": "player", + "id": 546, + "created_at": 1645963521, + "corporation": "FS", + "until_condition": 2, + "from_market": false, + "auto_pass_after": false + }, + { + "type": "buy_shares", + "entity": 574, + "shares": [ + "DR_7" + ], + "percent": 10, + "entity_type": "player", + "id": 547, + "user": 574, + "created_at": 1645963618, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 4491, + "entity_type": "player", + "id": 548, + "user": 574, + "created_at": 1645963634 + }, + { + "type": "buy_shares", + "entity": 574, + "entity_type": "player", + "id": 549, + "created_at": 1645963654, + "shares": [ + "FS_6" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "id": 550, + "created_at": 1646001334 + }, + { + "type": "buy_shares", + "entity": 10716, + "shares": [ + "DR_7" + ], + "percent": 10, + "entity_type": "player", + "auto_actions": [ + { + "type": "buy_shares", + "entity": 4871, + "shares": [ + "FS_7" + ], + "percent": 10, + "created_at": 1646002782, + "entity_type": "player" + } + ], + "id": 551, + "user": 10716, + "created_at": 1646002830, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 574, + "entity_type": "player", + "id": 552, + "user": 10716, + "created_at": 1646002843 + }, + { + "type": "buy_shares", + "entity": 10716, + "entity_type": "player", + "id": 553, + "created_at": 1646002844, + "auto_actions": [ + { + "type": "buy_shares", + "entity": 4871, + "entity_type": "player", + "created_at": 1646002796, + "shares": [ + "FS_7" + ], + "percent": 10 + } + ], + "shares": [ + "DR_7" + ], + "percent": 10 + }, + { + "type": "program_share_pass", + "entity": 574, + "entity_type": "player", + "id": 554, + "created_at": 1646004468, + "auto_actions": [ + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "created_at": 1646004467 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "program_share_pass", + "entity": 4491, + "entity_type": "player", + "id": 555, + "created_at": 1646005394, + "auto_actions": [ + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "created_at": 1646005393 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "buy_shares", + "entity": 10716, + "entity_type": "player", + "id": 556, + "created_at": 1646005908, + "auto_actions": [ + { + "type": "program_disable", + "entity": 4871, + "entity_type": "player", + "created_at": 1646005859, + "reason": "2 share(s) bought in FS, end condition met" + } + ], + "shares": [ + "DR_8" + ], + "percent": 10 + }, + { + "type": "program_share_pass", + "entity": 4871, + "entity_type": "player", + "id": 557, + "created_at": 1646010469, + "auto_actions": [ + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "created_at": 1646010468 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "created_at": 1646010468 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "created_at": 1646010468 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "id": 558, + "created_at": 1646012520 + }, + { + "type": "lay_tile", + "entity": "BNR", + "entity_type": "corporation", + "id": 559, + "created_at": 1646015039, + "hex": "D7", + "tile": "14-0", + "rotation": 1 + }, + { + "type": "place_token", + "entity": "BNR", + "entity_type": "corporation", + "id": 560, + "created_at": 1646015040, + "city": "14-0-0", + "slot": 1, + "tokener": "BNR" + }, + { + "type": "run_routes", + "entity": "BNR", + "entity_type": "corporation", + "id": 561, + "created_at": 1646015087, + "routes": [ + { + "train": "3-0", + "connections": [ + [ + "B19", + "B21" + ], + [ + "B17", + "B19" + ], + [ + "C16", + "B17" + ], + [ + "D15", + "C16" + ], + [ + "B13", + "C14", + "D15" + ], + [ + "A10", + "B11", + "B13" + ] + ], + "hexes": [ + "B21", + "B19", + "B17", + "C16", + "D15", + "B13", + "A10" + ], + "revenue": 150, + "revenue_str": "B21-B19-B17-C16-D15-B13-A10", + "nodes": [ + "B19-0", + "B21-0", + "B17-0", + "C16-0", + "D15-0", + "B13-0", + "A10-1" + ] + }, + { + "train": "3-2", + "connections": [ + [ + "G10", + "F9" + ], + [ + "G12", + "G10" + ], + [ + "F11", + "G12" + ], + [ + "E12", + "F11" + ], + [ + "D13", + "E12" + ], + [ + "D15", + "D13" + ] + ], + "hexes": [ + "F9", + "G10", + "G12", + "F11", + "E12", + "D13", + "D15" + ], + "revenue": 120, + "revenue_str": "F9-G10-G12-F11-E12-D13-D15", + "nodes": [ + "G10-0", + "F9-0", + "G12-0", + "F11-0", + "E12-0", + "D13-0", + "D15-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "BNR", + "entity_type": "corporation", + "id": 562, + "created_at": 1646015089, + "kind": "payout" + }, + { + "hex": "J5", + "tile": "584-0", + "type": "lay_tile", + "entity": "RPR", + "rotation": 0, + "entity_type": "corporation", + "id": 563, + "user": 10716, + "created_at": 1646020565, + "skip": true + }, + { + "type": "pass", + "entity": "RPR", + "entity_type": "corporation", + "id": 564, + "user": 10716, + "created_at": 1646020570, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 565, + "user": 10716, + "created_at": 1646020573 + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 566, + "user": 10716, + "created_at": 1646020588 + }, + { + "type": "lay_tile", + "entity": "RPR", + "entity_type": "corporation", + "id": 567, + "created_at": 1646020593, + "hex": "J5", + "tile": "584-0", + "rotation": 0 + }, + { + "type": "place_token", + "entity": "RPR", + "entity_type": "corporation", + "id": 568, + "created_at": 1646020620, + "city": "57-0-0", + "slot": 0, + "tokener": "RPR" + }, + { + "type": "run_routes", + "entity": "RPR", + "entity_type": "corporation", + "id": 569, + "created_at": 1646020637, + "routes": [ + { + "train": "4-0", + "connections": [ + [ + "L5", + "M6", + "N5" + ], + [ + "K4", + "L5" + ], + [ + "J5", + "K4" + ], + [ + "G2", + "H3", + "I4", + "J5" + ], + [ + "F3", + "G2" + ], + [ + "D3", + "E4", + "F3" + ] + ], + "hexes": [ + "N5", + "L5", + "K4", + "J5", + "G2", + "F3", + "D3" + ], + "revenue": 200, + "revenue_str": "N5-L5-K4-J5-G2-F3-D3", + "nodes": [ + "L5-0", + "N5-0", + "K4-0", + "J5-0", + "G2-0", + "F3-0", + "D3-0" + ] + }, + { + "train": "P-0", + "connections": [ + [ + "local", + "J5" + ] + ], + "hexes": [ + "J5" + ], + "revenue": 60, + "revenue_str": "J5", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "RPR", + "entity_type": "corporation", + "id": 570, + "created_at": 1646020638, + "kind": "payout" + }, + { + "type": "pass", + "entity": "RPR", + "entity_type": "corporation", + "id": 571, + "user": 10716, + "created_at": 1646020640, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 572, + "user": 10716, + "created_at": 1646020643 + }, + { + "type": "discard_train", + "entity": "RPR", + "entity_type": "corporation", + "id": 573, + "created_at": 1646020644, + "train": "P-0" + }, + { + "type": "buy_train", + "entity": "RPR", + "entity_type": "corporation", + "id": 574, + "created_at": 1646020647, + "train": "5-1", + "price": 500, + "variant": "5" + }, + { + "hex": "K14", + "tile": "584-1", + "type": "lay_tile", + "entity": "FS", + "rotation": 0, + "entity_type": "corporation", + "id": 575, + "user": 4491, + "created_at": 1646024412, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 576, + "user": 4491, + "created_at": 1646024438 + }, + { + "type": "lay_tile", + "entity": "FS", + "entity_type": "corporation", + "id": 577, + "created_at": 1646024445, + "hex": "H19", + "tile": "582-0", + "rotation": 4 + }, + { + "type": "place_token", + "entity": "FS", + "entity_type": "corporation", + "id": 578, + "created_at": 1646024446, + "city": "582-0-0", + "slot": 1, + "tokener": "FS" + }, + { + "type": "run_routes", + "entity": "FS", + "entity_type": "corporation", + "id": 579, + "created_at": 1646024466, + "routes": [ + { + "train": "3-4", + "connections": [ + [ + "I18", + "H19" + ], + [ + "K14", + "K16", + "J17", + "I18" + ] + ], + "hexes": [ + "H19", + "I18", + "K14" + ], + "revenue": 130, + "revenue_str": "H19-I18-K14", + "nodes": [ + "I18-0", + "H19-0", + "K14-2" + ] + } + ] + }, + { + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 580, + "created_at": 1646024469, + "kind": "payout" + }, + { + "type": "buy_train", + "price": 500, + "train": "5-2", + "entity": "FS", + "variant": "5", + "entity_type": "corporation", + "id": 581, + "user": 4491, + "created_at": 1646024473, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 582, + "user": 4491, + "created_at": 1646024484 + }, + { + "type": "buy_train", + "entity": "FS", + "entity_type": "corporation", + "id": 583, + "created_at": 1646024504, + "train": "5-2", + "price": 500, + "variant": "5" + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 584, + "created_at": 1646024519 + }, + { + "type": "lay_tile", + "entity": "RBSR", + "entity_type": "corporation", + "id": 585, + "created_at": 1646024613, + "hex": "K14", + "tile": "584-1", + "rotation": 0 + }, + { + "type": "place_token", + "entity": "RBSR", + "entity_type": "corporation", + "id": 586, + "created_at": 1646024615, + "city": "584-1-0", + "slot": 2, + "tokener": "RBSR" + }, + { + "type": "run_routes", + "entity": "RBSR", + "entity_type": "corporation", + "id": 587, + "created_at": 1646024681, + "routes": [ + { + "train": "4-3", + "connections": [ + [ + "H19", + "H21", + "G22" + ], + [ + "G20", + "H19" + ], + [ + "F21", + "G20" + ], + [ + "E18", + "F19", + "F21" + ], + [ + "E20", + "E18" + ], + [ + "E22", + "E20" + ] + ], + "hexes": [ + "G22", + "H19", + "G20", + "F21", + "E18", + "E20", + "E22" + ], + "revenue": 190, + "revenue_str": "G22-H19-G20-F21-E18-E20-E22", + "nodes": [ + "H19-0", + "G22-0", + "G20-0", + "F21-0", + "E18-0", + "E20-0", + "E22-0" + ] + }, + { + "train": "5-0", + "connections": [ + [ + "K12", + "J11" + ], + [ + "K14", + "K12" + ], + [ + "I18", + "J17", + "K16", + "K14" + ], + [ + "M16", + "L17", + "K18", + "J19", + "I18" + ], + [ + "N17", + "M16" + ] + ], + "hexes": [ + "J11", + "K12", + "K14", + "I18", + "M16", + "N17" + ], + "revenue": 200, + "revenue_str": "J11-K12-K14-I18-M16-N17", + "nodes": [ + "K12-0", + "J11-0", + "K14-0", + "I18-0", + "M16-0", + "N17-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "RBSR", + "entity_type": "corporation", + "id": 588, + "created_at": 1646024683, + "kind": "payout" + }, + { + "type": "lay_tile", + "entity": "DR", + "entity_type": "corporation", + "id": 589, + "created_at": 1646028580, + "hex": "A8", + "tile": "9-9", + "rotation": 0 + }, + { + "type": "place_token", + "entity": "DR", + "entity_type": "corporation", + "id": 590, + "created_at": 1646028585, + "city": "584-0-0", + "slot": 1, + "tokener": "DR" + }, + { + "type": "run_routes", + "entity": "DR", + "entity_type": "corporation", + "id": 591, + "created_at": 1646028645, + "routes": [ + { + "train": "4-1", + "connections": [ + [ + "C6", + "C8" + ], + [ + "C6", + "D5" + ], + [ + "D5", + "C4" + ], + [ + "C4", + "D3" + ], + [ + "D3", + "E4", + "F3" + ], + [ + "F3", + "G2" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "G6", + "H7" + ], + [ + "H7", + "I6", + "J5" + ], + [ + "J5", + "K4" + ], + [ + "K4", + "L5" + ] + ], + "hexes": [ + "C8", + "C6", + "D5", + "C4", + "D3", + "F3", + "G2", + "G6", + "H7", + "J5", + "K4", + "L5" + ], + "revenue": 260, + "revenue_str": "C8-C6-D5-C4-D3-F3-G2-G6-H7-J5-K4-L5", + "nodes": [ + "C6-0", + "C8-0", + "D5-0", + "C4-0", + "D3-0", + "F3-0", + "G2-0", + "G6-0", + "H7-0", + "J5-0", + "K4-0", + "L5-0" + ] + }, + { + "train": "4-2", + "connections": [ + [ + "C8", + "D7" + ], + [ + "B7", + "C8" + ], + [ + "A10", + "B9", + "B7" + ], + [ + "A6", + "A8", + "A10" + ] + ], + "hexes": [ + "D7", + "C8", + "B7", + "A10", + "A6" + ], + "revenue": 210, + "revenue_str": "D7-C8-B7-A10-A6", + "nodes": [ + "C8-0", + "D7-0", + "B7-0", + "A10-0", + "A6-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "DR", + "entity_type": "corporation", + "id": 592, + "created_at": 1646028676, + "kind": "payout" + }, + { + "type": "lay_tile", + "entity": "BNR", + "entity_type": "corporation", + "id": 593, + "created_at": 1646032610, + "hex": "C8", + "tile": "582-1", + "rotation": 0 + }, + { + "type": "place_token", + "entity": "BNR", + "entity_type": "corporation", + "id": 594, + "created_at": 1646032611, + "city": "582-1-0", + "slot": 1, + "tokener": "BNR" + }, + { + "type": "run_routes", + "entity": "BNR", + "entity_type": "corporation", + "id": 595, + "created_at": 1646032631, + "routes": [ + { + "train": "3-0", + "connections": [ + [ + "C4", + "D3" + ], + [ + "D5", + "C4" + ], + [ + "C6", + "D5" + ], + [ + "C8", + "C6" + ], + [ + "B7", + "C8" + ], + [ + "A6", + "B7" + ] + ], + "hexes": [ + "D3", + "C4", + "D5", + "C6", + "C8", + "B7", + "A6" + ], + "revenue": 190, + "revenue_str": "D3-C4-D5-C6-C8-B7-A6", + "nodes": [ + "C4-0", + "D3-0", + "D5-0", + "C6-0", + "C8-0", + "B7-0", + "A6-0" + ] + }, + { + "train": "3-2", + "connections": [ + [ + "G12", + "G10" + ], + [ + "F11", + "G12" + ], + [ + "E12", + "F11" + ], + [ + "D13", + "E12" + ], + [ + "D15", + "D13" + ], + [ + "B13", + "C14", + "D15" + ], + [ + "A10", + "B11", + "B13" + ] + ], + "hexes": [ + "G10", + "G12", + "F11", + "E12", + "D13", + "D15", + "B13", + "A10" + ], + "revenue": 170, + "revenue_str": "G10-G12-F11-E12-D13-D15-B13-A10", + "nodes": [ + "G12-0", + "G10-0", + "F11-0", + "E12-0", + "D13-0", + "D15-0", + "B13-0", + "A10-1" + ] + } + ] + }, + { + "type": "dividend", + "entity": "BNR", + "entity_type": "corporation", + "id": 596, + "created_at": 1646032633, + "kind": "payout" + }, + { + "type": "lay_tile", + "entity": "RPR", + "entity_type": "corporation", + "id": 597, + "created_at": 1646033240, + "hex": "F3", + "tile": "142-0", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "RPR", + "entity_type": "corporation", + "id": 598, + "created_at": 1646033262, + "routes": [ + { + "train": "4-0", + "connections": [ + [ + "L5", + "M6", + "N5" + ], + [ + "K4", + "L5" + ], + [ + "J5", + "K4" + ], + [ + "G2", + "H3", + "I4", + "J5" + ], + [ + "F3", + "G2" + ], + [ + "D3", + "E4", + "F3" + ] + ], + "hexes": [ + "N5", + "L5", + "K4", + "J5", + "G2", + "F3", + "D3" + ], + "revenue": 200, + "revenue_str": "N5-L5-K4-J5-G2-F3-D3", + "nodes": [ + "L5-0", + "N5-0", + "K4-0", + "J5-0", + "G2-0", + "F3-0", + "D3-0" + ] + }, + { + "train": "5-1", + "connections": [ + [ + "K12", + "K14" + ], + [ + "J11", + "K12" + ], + [ + "I8", + "I10", + "J11" + ], + [ + "J7", + "I8" + ], + [ + "J5", + "J7" + ], + [ + "H7", + "I6", + "J5" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ] + ], + "hexes": [ + "K14", + "K12", + "J11", + "I8", + "J7", + "J5", + "H7", + "G6", + "G2" + ], + "revenue": 260, + "revenue_str": "K14-K12-J11-I8-J7-J5-H7-G6-G2", + "nodes": [ + "K12-0", + "K14-0", + "J11-0", + "I8-0", + "J7-0", + "J5-0", + "H7-0", + "G6-0", + "G2-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "RPR", + "entity_type": "corporation", + "id": 599, + "created_at": 1646033263, + "kind": "payout" + }, + { + "hex": "E18", + "tile": "582-2", + "type": "lay_tile", + "entity": "FS", + "rotation": 3, + "entity_type": "corporation", + "id": 600, + "user": 4491, + "created_at": 1646038431, + "skip": true + }, + { + "city": "582-2-0", + "slot": 1, + "type": "place_token", + "entity": "FS", + "tokener": "FS", + "entity_type": "corporation", + "id": 601, + "user": 4491, + "created_at": 1646038432, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 602, + "user": 4491, + "created_at": 1646038450 + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 603, + "user": 4491, + "created_at": 1646038453 + }, + { + "type": "lay_tile", + "entity": "FS", + "entity_type": "corporation", + "id": 604, + "created_at": 1646038470, + "hex": "J11", + "tile": "14-1", + "rotation": 1 + }, + { + "type": "place_token", + "entity": "FS", + "entity_type": "corporation", + "id": 605, + "created_at": 1646038472, + "city": "14-1-0", + "slot": 1, + "tokener": "FS" + }, + { + "type": "run_routes", + "entity": "FS", + "entity_type": "corporation", + "id": 606, + "created_at": 1646038509, + "routes": [ + { + "train": "3-4", + "connections": [ + [ + "K12", + "K14" + ], + [ + "J11", + "K12" + ], + [ + "I8", + "I10", + "J11" + ], + [ + "J7", + "I8" + ] + ], + "hexes": [ + "K14", + "K12", + "J11", + "I8", + "J7" + ], + "revenue": 140, + "revenue_str": "K14-K12-J11-I8-J7", + "nodes": [ + "K12-0", + "K14-0", + "J11-0", + "I8-0", + "J7-0" + ] + }, + { + "train": "5-2", + "connections": [ + [ + "F21", + "F19", + "E18" + ], + [ + "G20", + "F21" + ], + [ + "H19", + "G20" + ], + [ + "I18", + "H19" + ], + [ + "K14", + "K16", + "J17", + "I18" + ] + ], + "hexes": [ + "E18", + "F21", + "G20", + "H19", + "I18", + "K14" + ], + "revenue": 200, + "revenue_str": "E18-F21-G20-H19-I18-K14", + "nodes": [ + "F21-0", + "E18-0", + "G20-0", + "H19-0", + "I18-0", + "K14-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 607, + "created_at": 1646038511, + "kind": "payout" + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 608, + "created_at": 1646038515 + }, + { + "type": "lay_tile", + "entity": "RBSR", + "entity_type": "corporation", + "id": 609, + "created_at": 1646038889, + "hex": "I18", + "tile": "611-0", + "rotation": 3 + }, + { + "type": "run_routes", + "entity": "RBSR", + "entity_type": "corporation", + "id": 610, + "created_at": 1646038926, + "routes": [ + { + "train": "4-3", + "connections": [ + [ + "H19", + "H21", + "G22" + ], + [ + "G20", + "H19" + ], + [ + "F21", + "G20" + ], + [ + "E18", + "F19", + "F21" + ], + [ + "E20", + "E18" + ], + [ + "E22", + "E20" + ] + ], + "hexes": [ + "G22", + "H19", + "G20", + "F21", + "E18", + "E20", + "E22" + ], + "revenue": 190, + "revenue_str": "G22-H19-G20-F21-E18-E20-E22", + "nodes": [ + "H19-0", + "G22-0", + "G20-0", + "F21-0", + "E18-0", + "E20-0", + "E22-0" + ] + }, + { + "train": "5-0", + "connections": [ + [ + "K12", + "J11" + ], + [ + "K14", + "K12" + ], + [ + "I18", + "J17", + "K16", + "K14" + ], + [ + "M16", + "L17", + "K18", + "J19", + "I18" + ], + [ + "N17", + "M16" + ] + ], + "hexes": [ + "J11", + "K12", + "K14", + "I18", + "M16", + "N17" + ], + "revenue": 220, + "revenue_str": "J11-K12-K14-I18-M16-N17", + "nodes": [ + "K12-0", + "J11-0", + "K14-0", + "I18-0", + "M16-0", + "N17-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "RBSR", + "entity_type": "corporation", + "id": 611, + "created_at": 1646038940, + "kind": "payout" + }, + { + "type": "lay_tile", + "entity": "DR", + "entity_type": "corporation", + "id": 612, + "created_at": 1646039393, + "hex": "C6", + "tile": "142-1", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "DR", + "entity_type": "corporation", + "id": 613, + "created_at": 1646039415, + "routes": [ + { + "train": "4-1", + "connections": [ + [ + "C6", + "C8" + ], + [ + "C6", + "D5" + ], + [ + "D5", + "C4" + ], + [ + "C4", + "D3" + ], + [ + "D3", + "E4", + "F3" + ], + [ + "F3", + "G2" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "G6", + "H7" + ], + [ + "H7", + "I6", + "J5" + ], + [ + "J5", + "K4" + ], + [ + "K4", + "L5" + ] + ], + "hexes": [ + "C8", + "C6", + "D5", + "C4", + "D3", + "F3", + "G2", + "G6", + "H7", + "J5", + "K4", + "L5" + ], + "revenue": 270, + "revenue_str": "C8-C6-D5-C4-D3-F3-G2-G6-H7-J5-K4-L5", + "nodes": [ + "C6-0", + "C8-0", + "D5-0", + "C4-0", + "D3-0", + "F3-0", + "G2-0", + "G6-0", + "H7-0", + "J5-0", + "K4-0", + "L5-0" + ] + }, + { + "train": "4-2", + "connections": [ + [ + "C8", + "D7" + ], + [ + "B7", + "C8" + ], + [ + "A10", + "B9", + "B7" + ], + [ + "A6", + "A8", + "A10" + ] + ], + "hexes": [ + "D7", + "C8", + "B7", + "A10", + "A6" + ], + "revenue": 220, + "revenue_str": "D7-C8-B7-A10-A6", + "nodes": [ + "C8-0", + "D7-0", + "B7-0", + "A10-0", + "A6-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "DR", + "entity_type": "corporation", + "id": 614, + "created_at": 1646039432, + "kind": "payout" + }, + { + "type": "par", + "entity": 4871, + "entity_type": "player", + "id": 615, + "created_at": 1646039484, + "corporation": "AIRS", + "share_price": "100,2,4" + }, + { + "type": "place_token", + "entity": "AIRS", + "entity_type": "corporation", + "id": 616, + "created_at": 1646039489, + "city": "584-0-0", + "slot": 1, + "tokener": "AIRS" + }, + { + "type": "par", + "entity": 574, + "entity_type": "player", + "id": 617, + "created_at": 1646040188, + "corporation": "SNCF", + "share_price": "100,2,4" + }, + { + "type": "place_token", + "entity": "SNCF", + "entity_type": "corporation", + "id": 618, + "created_at": 1646040191, + "city": "580-0-1", + "slot": 0, + "tokener": "SNCF" + }, + { + "type": "par", + "entity": 4491, + "entity_type": "player", + "id": 619, + "created_at": 1646045148, + "corporation": "GSR", + "share_price": "100,2,4" + }, + { + "type": "place_token", + "entity": "GSR", + "entity_type": "corporation", + "id": 620, + "created_at": 1646045164, + "city": "57-6-0", + "slot": 0, + "tokener": "GSR" + }, + { + "type": "program_buy_shares", + "entity": 4491, + "entity_type": "player", + "id": 621, + "created_at": 1646045179, + "corporation": "GSR", + "until_condition": "float", + "from_market": false, + "auto_pass_after": false + }, + { + "type": "buy_shares", + "entity": 10716, + "entity_type": "player", + "id": 622, + "created_at": 1646046414, + "shares": [ + "FS_8" + ], + "percent": 10 + }, + { + "type": "program_buy_shares", + "entity": 4871, + "entity_type": "player", + "id": 623, + "created_at": 1646047500, + "auto_actions": [ + { + "type": "buy_shares", + "entity": 4871, + "entity_type": "player", + "created_at": 1646047498, + "shares": [ + "AIRS_1" + ], + "percent": 10 + } + ], + "corporation": "AIRS", + "until_condition": "float", + "from_market": false, + "auto_pass_after": false + }, + { + "type": "program_buy_shares", + "entity": 574, + "corporation": "SNCF", + "entity_type": "player", + "from_market": false, + "auto_actions": [ + { + "type": "buy_shares", + "entity": 574, + "shares": [ + "SNCF_1" + ], + "percent": 10, + "created_at": 1646047619, + "entity_type": "player" + }, + { + "type": "buy_shares", + "entity": 4491, + "shares": [ + "GSR_1" + ], + "percent": 10, + "created_at": 1646047619, + "entity_type": "player" + } + ], + "auto_pass_after": false, + "until_condition": "float", + "id": 624, + "user": 574, + "created_at": 1646047621, + "skip": true + }, + { + "type": "buy_shares", + "entity": 10716, + "shares": [ + "AIRS_2" + ], + "percent": 10, + "entity_type": "player", + "auto_actions": [ + { + "type": "buy_shares", + "entity": 4871, + "shares": [ + "AIRS_3" + ], + "percent": 10, + "created_at": 1646047756, + "entity_type": "player" + }, + { + "type": "buy_shares", + "entity": 574, + "shares": [ + "SNCF_2" + ], + "percent": 10, + "created_at": 1646047756, + "entity_type": "player" + }, + { + "type": "buy_shares", + "entity": 4491, + "shares": [ + "GSR_2" + ], + "percent": 10, + "created_at": 1646047756, + "entity_type": "player" + } + ], + "id": 625, + "user": 10716, + "created_at": 1646047758, + "skip": true + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "auto_actions": [ + { + "type": "program_disable", + "entity": 4871, + "reason": "AIRS is floated", + "created_at": 1646047796, + "entity_type": "player" + } + ], + "id": 626, + "user": 10716, + "created_at": 1646047797, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 4871, + "entity_type": "player", + "id": 627, + "user": 10716, + "created_at": 1646047817 + }, + { + "skip": true, + "type": "undo", + "entity": 10716, + "entity_type": "player", + "id": 628, + "user": 10716, + "created_at": 1646047830 + }, + { + "skip": true, + "type": "undo", + "entity": 10716, + "entity_type": "player", + "id": 629, + "user": 10716, + "created_at": 1646047841 + }, + { + "type": "program_buy_shares", + "entity": 574, + "entity_type": "player", + "id": 630, + "created_at": 1646047870, + "auto_actions": [ + { + "type": "buy_shares", + "entity": 574, + "entity_type": "player", + "created_at": 1646047868, + "shares": [ + "SNCF_1" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 4491, + "entity_type": "player", + "created_at": 1646047868, + "shares": [ + "GSR_1" + ], + "percent": 10 + } + ], + "corporation": "SNCF", + "until_condition": "float", + "from_market": false, + "auto_pass_after": false + }, + { + "type": "buy_shares", + "entity": 10716, + "entity_type": "player", + "id": 631, + "created_at": 1646047939, + "auto_actions": [ + { + "type": "buy_shares", + "entity": 4871, + "entity_type": "player", + "created_at": 1646047937, + "shares": [ + "AIRS_3" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 574, + "entity_type": "player", + "created_at": 1646047937, + "shares": [ + "SNCF_2" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 4491, + "entity_type": "player", + "created_at": 1646047937, + "shares": [ + "GSR_2" + ], + "percent": 10 + } + ], + "shares": [ + "AIRS_2" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "auto_actions": [ + { + "type": "program_disable", + "entity": 4871, + "reason": "AIRS is floated", + "created_at": 1646047942, + "entity_type": "player" + } + ], + "id": 632, + "user": 10716, + "created_at": 1646047943, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 4871, + "entity_type": "player", + "id": 633, + "user": 10716, + "created_at": 1646047978 + }, + { + "type": "buy_shares", + "entity": 10716, + "entity_type": "player", + "id": 634, + "created_at": 1646047989, + "auto_actions": [ + { + "type": "program_disable", + "entity": 4871, + "entity_type": "player", + "created_at": 1646047987, + "reason": "AIRS is floated" + } + ], + "shares": [ + "AIRS_4" + ], + "percent": 10 + }, + { + "type": "program_buy_shares", + "entity": 10716, + "entity_type": "player", + "id": 635, + "created_at": 1646048010, + "corporation": "AIRS", + "until_condition": 4, + "from_market": true, + "auto_pass_after": false + }, + { + "type": "buy_shares", + "entity": 4871, + "entity_type": "player", + "id": 636, + "created_at": 1646048085, + "auto_actions": [ + { + "type": "buy_shares", + "entity": 574, + "entity_type": "player", + "created_at": 1646048082, + "shares": [ + "SNCF_3" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 4491, + "entity_type": "player", + "created_at": 1646048082, + "shares": [ + "GSR_3" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 10716, + "entity_type": "player", + "created_at": 1646048082, + "shares": [ + "AIRS_6" + ], + "percent": 10 + } + ], + "shares": [ + "AIRS_5" + ], + "percent": 10 + }, + { + "type": "buy_shares", + "entity": 4871, + "entity_type": "player", + "id": 637, + "created_at": 1646048090, + "auto_actions": [ + { + "type": "program_disable", + "entity": 574, + "entity_type": "player", + "created_at": 1646048088, + "reason": "SNCF is floated" + } + ], + "shares": [ + "AIRS_7" + ], + "percent": 10 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "id": 638, + "created_at": 1646048118, + "auto_actions": [ + { + "type": "program_disable", + "entity": 4491, + "entity_type": "player", + "created_at": 1646048116, + "reason": "GSR is floated" + } + ] + }, + { + "type": "program_share_pass", + "entity": 4491, + "entity_type": "player", + "id": 639, + "created_at": 1646082797, + "auto_actions": [ + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "created_at": 1646082796 + }, + { + "type": "buy_shares", + "entity": 10716, + "entity_type": "player", + "created_at": 1646082796, + "shares": [ + "AIRS_8" + ], + "percent": 10 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "buy_shares", + "entity": 4871, + "entity_type": "player", + "id": 640, + "created_at": 1646089879, + "shares": [ + "GSR_4" + ], + "percent": 10 + }, + { + "type": "program_share_pass", + "entity": 574, + "entity_type": "player", + "id": 641, + "created_at": 1646091106, + "auto_actions": [ + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "created_at": 1646091105 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "created_at": 1646091105 + }, + { + "type": "program_disable", + "entity": 10716, + "entity_type": "player", + "created_at": 1646091105, + "reason": "4 share(s) bought in AIRS, end condition met" + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "program_share_pass", + "entity": 10716, + "entity_type": "player", + "id": 642, + "created_at": 1646091412, + "unconditional": false, + "indefinite": false + }, + { + "type": "buy_shares", + "entity": 10716, + "entity_type": "player", + "id": 643, + "created_at": 1646091490, + "shares": [ + "GSR_5" + ], + "percent": 10 + }, + { + "type": "program_share_pass", + "entity": 4871, + "entity_type": "player", + "id": 644, + "created_at": 1646091605, + "auto_actions": [ + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "created_at": 1646091604 + }, + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "created_at": 1646091604 + }, + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "created_at": 1646091604 + }, + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "created_at": 1646091604 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "lay_tile", + "entity": "BNR", + "entity_type": "corporation", + "id": 645, + "created_at": 1646091665, + "hex": "D13", + "tile": "579-0", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "BNR", + "entity_type": "corporation", + "id": 646, + "created_at": 1646091676, + "routes": [ + { + "train": "3-0", + "connections": [ + [ + "C4", + "D3" + ], + [ + "D5", + "C4" + ], + [ + "C6", + "D5" + ], + [ + "C8", + "C6" + ], + [ + "B7", + "C8" + ], + [ + "A6", + "B7" + ] + ], + "hexes": [ + "D3", + "C4", + "D5", + "C6", + "C8", + "B7", + "A6" + ], + "revenue": 190, + "revenue_str": "D3-C4-D5-C6-C8-B7-A6", + "nodes": [ + "C4-0", + "D3-0", + "D5-0", + "C6-0", + "C8-0", + "B7-0", + "A6-0" + ] + }, + { + "train": "3-2", + "connections": [ + [ + "G12", + "G10" + ], + [ + "F11", + "G12" + ], + [ + "E12", + "F11" + ], + [ + "D13", + "E12" + ], + [ + "D15", + "D13" + ], + [ + "B13", + "C14", + "D15" + ], + [ + "A10", + "B11", + "B13" + ] + ], + "hexes": [ + "G10", + "G12", + "F11", + "E12", + "D13", + "D15", + "B13", + "A10" + ], + "revenue": 180, + "revenue_str": "G10-G12-F11-E12-D13-D15-B13-A10", + "nodes": [ + "G12-0", + "G10-0", + "F11-0", + "E12-0", + "D13-0", + "D15-0", + "B13-0", + "A10-1" + ] + } + ] + }, + { + "type": "dividend", + "entity": "BNR", + "entity_type": "corporation", + "id": 647, + "created_at": 1646091677, + "kind": "half" + }, + { + "type": "lay_tile", + "entity": "RPR", + "entity_type": "corporation", + "id": 648, + "created_at": 1646091869, + "hex": "F3", + "tile": "146-0", + "rotation": 4 + }, + { + "type": "run_routes", + "entity": "RPR", + "entity_type": "corporation", + "id": 649, + "created_at": 1646091874, + "routes": [ + { + "train": "4-0", + "connections": [ + [ + "L5", + "M6", + "N5" + ], + [ + "K4", + "L5" + ], + [ + "J5", + "K4" + ], + [ + "G2", + "H3", + "I4", + "J5" + ], + [ + "F3", + "G2" + ], + [ + "D3", + "E4", + "F3" + ] + ], + "hexes": [ + "N5", + "L5", + "K4", + "J5", + "G2", + "F3", + "D3" + ], + "revenue": 210, + "revenue_str": "N5-L5-K4-J5-G2-F3-D3", + "nodes": [ + "L5-0", + "N5-0", + "K4-0", + "J5-0", + "G2-0", + "F3-0", + "D3-0" + ] + }, + { + "train": "5-1", + "connections": [ + [ + "K12", + "K14" + ], + [ + "J11", + "K12" + ], + [ + "I8", + "I10", + "J11" + ], + [ + "J7", + "I8" + ], + [ + "J5", + "J7" + ], + [ + "H7", + "I6", + "J5" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ] + ], + "hexes": [ + "K14", + "K12", + "J11", + "I8", + "J7", + "J5", + "H7", + "G6", + "G2" + ], + "revenue": 270, + "revenue_str": "K14-K12-J11-I8-J7-J5-H7-G6-G2", + "nodes": [ + "K12-0", + "K14-0", + "J11-0", + "I8-0", + "J7-0", + "J5-0", + "H7-0", + "G6-0", + "G2-0" + ] + } + ] + }, + { + "kind": "withhold", + "type": "dividend", + "entity": "RPR", + "entity_type": "corporation", + "id": 650, + "user": 10716, + "created_at": 1646091875, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 651, + "user": 10716, + "created_at": 1646091878 + }, + { + "type": "dividend", + "entity": "RPR", + "entity_type": "corporation", + "id": 652, + "created_at": 1646091970, + "kind": "payout" + }, + { + "type": "lay_tile", + "entity": "FS", + "entity_type": "corporation", + "id": 653, + "created_at": 1646094357, + "hex": "I8", + "tile": "144-0", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "FS", + "entity_type": "corporation", + "id": 654, + "created_at": 1646094377, + "routes": [ + { + "train": "3-4", + "connections": [ + [ + "K12", + "K14" + ], + [ + "J11", + "K12" + ], + [ + "I8", + "I10", + "J11" + ], + [ + "J7", + "I8" + ] + ], + "hexes": [ + "K14", + "K12", + "J11", + "I8", + "J7" + ], + "revenue": 140, + "revenue_str": "K14-K12-J11-I8-J7", + "nodes": [ + "K12-0", + "K14-0", + "J11-0", + "I8-0", + "J7-0" + ] + }, + { + "train": "5-2", + "connections": [ + [ + "F21", + "F19", + "E18" + ], + [ + "G20", + "F21" + ], + [ + "H19", + "G20" + ], + [ + "I18", + "H19" + ], + [ + "K14", + "K16", + "J17", + "I18" + ] + ], + "hexes": [ + "E18", + "F21", + "G20", + "H19", + "I18", + "K14" + ], + "revenue": 210, + "revenue_str": "E18-F21-G20-H19-I18-K14", + "nodes": [ + "F21-0", + "E18-0", + "G20-0", + "H19-0", + "I18-0", + "K14-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 655, + "created_at": 1646094380, + "kind": "payout" + }, + { + "type": "lay_tile", + "entity": "RBSR", + "entity_type": "corporation", + "id": 656, + "created_at": 1646094467, + "hex": "M16", + "tile": "577-1", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "RBSR", + "entity_type": "corporation", + "id": 657, + "created_at": 1646094489, + "routes": [ + { + "train": "4-3", + "connections": [ + [ + "H19", + "H21", + "G22" + ], + [ + "G20", + "H19" + ], + [ + "F21", + "G20" + ], + [ + "E18", + "F19", + "F21" + ], + [ + "E20", + "E18" + ], + [ + "E22", + "E20" + ] + ], + "hexes": [ + "G22", + "H19", + "G20", + "F21", + "E18", + "E20", + "E22" + ], + "revenue": 190, + "revenue_str": "G22-H19-G20-F21-E18-E20-E22", + "nodes": [ + "H19-0", + "G22-0", + "G20-0", + "F21-0", + "E18-0", + "E20-0", + "E22-0" + ] + }, + { + "train": "5-0", + "connections": [ + [ + "K12", + "J11" + ], + [ + "K14", + "K12" + ], + [ + "I18", + "J17", + "K16", + "K14" + ], + [ + "M16", + "L17", + "K18", + "J19", + "I18" + ], + [ + "N17", + "M16" + ] + ], + "hexes": [ + "J11", + "K12", + "K14", + "I18", + "M16", + "N17" + ], + "revenue": 230, + "revenue_str": "J11-K12-K14-I18-M16-N17", + "nodes": [ + "K12-0", + "J11-0", + "K14-0", + "I18-0", + "M16-0", + "N17-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "RBSR", + "entity_type": "corporation", + "id": 658, + "created_at": 1646094490, + "kind": "payout" + }, + { + "hex": "B7", + "tile": "147-0", + "type": "lay_tile", + "entity": "DR", + "rotation": 2, + "entity_type": "corporation", + "id": 659, + "user": 4871, + "created_at": 1646095285, + "skip": true + }, + { + "type": "run_routes", + "entity": "DR", + "routes": [ + { + "hexes": [ + "C8", + "C6", + "D5", + "C4", + "D3", + "F3", + "G2", + "G6", + "H7", + "J5", + "K4", + "L5" + ], + "nodes": [ + "C6-0", + "C8-0", + "D5-0", + "C4-0", + "D3-0", + "F3-0", + "G2-0", + "G6-0", + "H7-0", + "J5-0", + "K4-0", + "L5-0" + ], + "train": "4-1", + "revenue": 280, + "connections": [ + [ + "C6", + "C8" + ], + [ + "C6", + "D5" + ], + [ + "D5", + "C4" + ], + [ + "C4", + "D3" + ], + [ + "D3", + "E4", + "F3" + ], + [ + "F3", + "G2" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "G6", + "H7" + ], + [ + "H7", + "I6", + "J5" + ], + [ + "J5", + "K4" + ], + [ + "K4", + "L5" + ] + ], + "revenue_str": "C8-C6-D5-C4-D3-F3-G2-G6-H7-J5-K4-L5" + }, + { + "hexes": [ + "D7", + "C8", + "B7", + "A10", + "A6" + ], + "nodes": [ + "C8-0", + "D7-0", + "B7-0", + "A10-0", + "A6-0" + ], + "train": "4-2", + "revenue": 230, + "connections": [ + [ + "C8", + "D7" + ], + [ + "B7", + "C8" + ], + [ + "A10", + "B9", + "B7" + ], + [ + "A6", + "A8", + "A10" + ] + ], + "revenue_str": "D7-C8-B7-A10-A6" + } + ], + "entity_type": "corporation", + "id": 660, + "user": 4871, + "created_at": 1646095453, + "skip": true + }, + { + "kind": "half", + "type": "dividend", + "entity": "DR", + "entity_type": "corporation", + "id": 661, + "user": 4871, + "created_at": 1646095459, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "AIRS", + "action_id": 658, + "entity_type": "corporation", + "id": 662, + "user": 4871, + "created_at": 1646095490 + }, + { + "type": "lay_tile", + "entity": "DR", + "entity_type": "corporation", + "id": 663, + "created_at": 1646095503, + "hex": "D3", + "tile": "578-2", + "rotation": 5 + }, + { + "type": "run_routes", + "entity": "DR", + "entity_type": "corporation", + "id": 664, + "created_at": 1646095511, + "routes": [ + { + "train": "4-1", + "connections": [ + [ + "C6", + "C8" + ], + [ + "C6", + "D5" + ], + [ + "D5", + "C4" + ], + [ + "C4", + "D3" + ], + [ + "D3", + "E4", + "F3" + ], + [ + "F3", + "G2" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "G6", + "H7" + ], + [ + "H7", + "I6", + "J5" + ], + [ + "J5", + "K4" + ], + [ + "K4", + "L5" + ] + ], + "hexes": [ + "C8", + "C6", + "D5", + "C4", + "D3", + "F3", + "G2", + "G6", + "H7", + "J5", + "K4", + "L5" + ], + "revenue": 290, + "revenue_str": "C8-C6-D5-C4-D3-F3-G2-G6-H7-J5-K4-L5", + "nodes": [ + "C6-0", + "C8-0", + "D5-0", + "C4-0", + "D3-0", + "F3-0", + "G2-0", + "G6-0", + "H7-0", + "J5-0", + "K4-0", + "L5-0" + ] + }, + { + "train": "4-2", + "connections": [ + [ + "C8", + "D7" + ], + [ + "B7", + "C8" + ], + [ + "A10", + "B9", + "B7" + ], + [ + "A6", + "A8", + "A10" + ] + ], + "hexes": [ + "D7", + "C8", + "B7", + "A10", + "A6" + ], + "revenue": 220, + "revenue_str": "D7-C8-B7-A10-A6", + "nodes": [ + "C8-0", + "D7-0", + "B7-0", + "A10-0", + "A6-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "DR", + "entity_type": "corporation", + "id": 665, + "created_at": 1646095517, + "kind": "half" + }, + { + "type": "lay_tile", + "entity": "AIRS", + "entity_type": "corporation", + "id": 666, + "created_at": 1646095525, + "hex": "D3", + "tile": "582-2", + "rotation": 3 + }, + { + "type": "place_token", + "entity": "AIRS", + "entity_type": "corporation", + "id": 667, + "created_at": 1646095527, + "city": "582-2-0", + "slot": 1, + "tokener": "AIRS" + }, + { + "type": "buy_train", + "entity": "AIRS", + "entity_type": "corporation", + "id": 668, + "created_at": 1646095549, + "train": "6-0", + "price": 600, + "variant": "6" + }, + { + "type": "buy_train", + "entity": "AIRS", + "entity_type": "corporation", + "id": 669, + "created_at": 1646095572, + "train": "4-1", + "price": 200 + }, + { + "type": "lay_tile", + "entity": "SNCF", + "entity_type": "corporation", + "id": 670, + "created_at": 1646096012, + "hex": "D13", + "tile": "582-3", + "rotation": 4 + }, + { + "type": "place_token", + "entity": "SNCF", + "entity_type": "corporation", + "id": 671, + "created_at": 1646096013, + "city": "582-3-0", + "slot": 1, + "tokener": "SNCF" + }, + { + "type": "buy_train", + "entity": "SNCF", + "entity_type": "corporation", + "id": 672, + "created_at": 1646096019, + "train": "6-1", + "price": 600, + "variant": "6" + }, + { + "type": "buy_train", + "entity": "SNCF", + "entity_type": "corporation", + "id": 673, + "created_at": 1646096022, + "train": "P-2", + "price": 100, + "variant": "P" + }, + { + "type": "lay_tile", + "entity": "GSR", + "entity_type": "corporation", + "id": 674, + "created_at": 1646096166, + "hex": "F5", + "tile": "8-8", + "rotation": 1 + }, + { + "type": "buy_train", + "entity": "GSR", + "entity_type": "corporation", + "id": 675, + "created_at": 1646096171, + "train": "8-0", + "price": 800, + "variant": "8" + }, + { + "type": "buy_train", + "entity": "GSR", + "entity_type": "corporation", + "id": 676, + "created_at": 1646096196, + "train": "P-3", + "price": 100, + "variant": "P" + }, + { + "type": "lay_tile", + "entity": "BNR", + "entity_type": "corporation", + "id": 677, + "created_at": 1646096212, + "hex": "G12", + "tile": "578-0", + "rotation": 2 + }, + { + "type": "buy_train", + "entity": "BNR", + "entity_type": "corporation", + "id": 678, + "created_at": 1646096215, + "train": "8-1", + "price": 800, + "variant": "8" + }, + { + "type": "buy_train", + "entity": "BNR", + "entity_type": "corporation", + "id": 679, + "created_at": 1646096216, + "train": "P-4", + "price": 100, + "variant": "P" + }, + { + "hex": "E6", + "tile": "14-2", + "type": "lay_tile", + "entity": "RPR", + "rotation": 0, + "entity_type": "corporation", + "id": 680, + "user": 10716, + "created_at": 1646098027, + "skip": true + }, + { + "city": "14-2-0", + "slot": 1, + "type": "place_token", + "entity": "RPR", + "tokener": "RPR", + "entity_type": "corporation", + "id": 681, + "user": 10716, + "created_at": 1646098028, + "skip": true + }, + { + "type": "run_routes", + "entity": "RPR", + "routes": [ + { + "hexes": [ + "K14", + "K12", + "J11", + "I8", + "J7", + "J5", + "H7", + "G6", + "G2" + ], + "nodes": [ + "K12-0", + "K14-0", + "J11-0", + "I8-0", + "J7-0", + "J5-0", + "H7-0", + "G6-0", + "G2-0" + ], + "train": "5-1", + "revenue": 270, + "connections": [ + [ + "K12", + "K14" + ], + [ + "J11", + "K12" + ], + [ + "I8", + "I10", + "J11" + ], + [ + "J7", + "I8" + ], + [ + "J5", + "J7" + ], + [ + "H7", + "I6", + "J5" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ] + ], + "revenue_str": "K14-K12-J11-I8-J7-J5-H7-G6-G2" + } + ], + "entity_type": "corporation", + "id": 682, + "user": 10716, + "created_at": 1646098059, + "skip": true + }, + { + "kind": "payout", + "type": "dividend", + "entity": "RPR", + "entity_type": "corporation", + "id": 683, + "user": 10716, + "created_at": 1646098061, + "skip": true + }, + { + "type": "buy_train", + "price": 100, + "train": "P-1", + "entity": "RPR", + "variant": "P", + "entity_type": "corporation", + "id": 684, + "user": 10716, + "created_at": 1646098064, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 685, + "user": 10716, + "created_at": 1646098070 + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 686, + "user": 10716, + "created_at": 1646098073 + }, + { + "kind": "withhold", + "type": "dividend", + "entity": "RPR", + "entity_type": "corporation", + "id": 687, + "user": 10716, + "created_at": 1646098074, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 688, + "user": 10716, + "created_at": 1646098093 + }, + { + "kind": "payout", + "type": "dividend", + "entity": "RPR", + "entity_type": "corporation", + "id": 689, + "user": 10716, + "created_at": 1646098094, + "skip": true + }, + { + "type": "buy_train", + "price": 100, + "train": "P-1", + "entity": "RPR", + "variant": "P", + "entity_type": "corporation", + "id": 690, + "user": 10716, + "created_at": 1646098096, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 691, + "user": 10716, + "created_at": 1646098113 + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 692, + "user": 10716, + "created_at": 1646098114 + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 693, + "user": 10716, + "created_at": 1646098116 + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 694, + "user": 10716, + "created_at": 1646098117 + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 695, + "user": 10716, + "created_at": 1646098121 + }, + { + "type": "lay_tile", + "entity": "RPR", + "entity_type": "corporation", + "id": 696, + "created_at": 1646098124, + "hex": "H7", + "tile": "142-2", + "rotation": 5 + }, + { + "type": "run_routes", + "entity": "RPR", + "entity_type": "corporation", + "id": 697, + "created_at": 1646098179, + "routes": [ + { + "train": "5-1", + "connections": [ + [ + "K14", + "K16", + "J17", + "I18" + ], + [ + "K12", + "K14" + ], + [ + "J11", + "K12" + ], + [ + "I8", + "I10", + "J11" + ], + [ + "H7", + "I8" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "J5", + "I4", + "H3", + "G2" + ], + [ + "K4", + "J5" + ], + [ + "L5", + "K4" + ] + ], + "hexes": [ + "I18", + "K14", + "K12", + "J11", + "I8", + "H7", + "G6", + "G2", + "J5", + "K4", + "L5" + ], + "revenue": 300, + "revenue_str": "I18-K14-K12-J11-I8-H7-G6-G2-J5-K4-L5", + "nodes": [ + "K14-0", + "I18-0", + "K12-0", + "J11-0", + "I8-0", + "H7-0", + "G6-0", + "G2-0", + "J5-0", + "K4-0", + "L5-0" + ] + } + ] + }, + { + "kind": "withhold", + "type": "dividend", + "entity": "RPR", + "entity_type": "corporation", + "id": 698, + "user": 10716, + "created_at": 1646098192, + "skip": true + }, + { + "type": "pass", + "entity": "RPR", + "entity_type": "corporation", + "id": 699, + "user": 10716, + "created_at": 1646098194, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 700, + "user": 10716, + "created_at": 1646098196 + }, + { + "skip": true, + "type": "undo", + "entity": "RPR", + "entity_type": "corporation", + "id": 701, + "user": 10716, + "created_at": 1646098199 + }, + { + "type": "dividend", + "entity": "RPR", + "entity_type": "corporation", + "id": 702, + "created_at": 1646098200, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "RPR", + "entity_type": "corporation", + "id": 703, + "created_at": 1646098201, + "train": "P-1", + "price": 100, + "variant": "P" + }, + { + "hex": "J11", + "tile": "611-1", + "type": "lay_tile", + "entity": "FS", + "rotation": 1, + "entity_type": "corporation", + "id": 704, + "user": 4491, + "created_at": 1646102761, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "action_id": 703, + "entity_type": "corporation", + "id": 705, + "user": 4491, + "created_at": 1646102829 + }, + { + "type": "lay_tile", + "entity": "FS", + "entity_type": "corporation", + "id": 706, + "created_at": 1646102840, + "hex": "E6", + "tile": "14-2", + "rotation": 0 + }, + { + "type": "place_token", + "entity": "FS", + "entity_type": "corporation", + "id": 707, + "created_at": 1646102845, + "city": "14-2-0", + "slot": 1, + "tokener": "FS" + }, + { + "type": "run_routes", + "entity": "FS", + "entity_type": "corporation", + "id": 708, + "created_at": 1646102867, + "routes": [ + { + "train": "5-2", + "connections": [ + [ + "K14", + "K16", + "J17", + "I18" + ], + [ + "K12", + "K14" + ], + [ + "J11", + "K12" + ], + [ + "I8", + "I10", + "J11" + ], + [ + "H7", + "I8" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "J5", + "I4", + "H3", + "G2" + ] + ], + "hexes": [ + "I18", + "K14", + "K12", + "J11", + "I8", + "H7", + "G6", + "G2", + "J5" + ], + "revenue": 280, + "revenue_str": "I18-K14-K12-J11-I8-H7-G6-G2-J5", + "nodes": [ + "K14-0", + "I18-0", + "K12-0", + "J11-0", + "I8-0", + "H7-0", + "G6-0", + "G2-0", + "J5-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 709, + "created_at": 1646102872, + "kind": "payout" + }, + { + "type": "buy_train", + "entity": "FS", + "entity_type": "corporation", + "id": 710, + "created_at": 1646102877, + "train": "P-0", + "price": 100, + "variant": "P" + }, + { + "type": "lay_tile", + "entity": "RBSR", + "entity_type": "corporation", + "id": 711, + "created_at": 1646102910, + "hex": "I18", + "tile": "513-0", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "RBSR", + "entity_type": "corporation", + "id": 712, + "created_at": 1646102928, + "routes": [ + { + "train": "5-0", + "connections": [ + [ + "H19", + "H21", + "G22" + ], + [ + "I18", + "H19" + ], + [ + "M16", + "L17", + "K18", + "J19", + "I18" + ], + [ + "N17", + "M16" + ] + ], + "hexes": [ + "G22", + "H19", + "I18", + "M16", + "N17" + ], + "revenue": 340, + "revenue_str": "G22-H19-I18-M16-N17 + R2R(90)", + "nodes": [ + "H19-0", + "G22-0", + "I18-0", + "M16-0", + "N17-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "RBSR", + "entity_type": "corporation", + "id": 713, + "created_at": 1646102929, + "kind": "payout" + }, + { + "type": "pass", + "entity": "RBSR", + "entity_type": "corporation", + "id": 714, + "created_at": 1646102944 + }, + { + "type": "lay_tile", + "entity": "DR", + "entity_type": "corporation", + "id": 715, + "created_at": 1646103546, + "hex": "B7", + "tile": "147-0", + "rotation": 2 + }, + { + "type": "buy_train", + "entity": "DR", + "entity_type": "corporation", + "id": 716, + "created_at": 1646103557, + "train": "8-2", + "price": 800, + "variant": "8" + }, + { + "type": "pass", + "entity": "DR", + "entity_type": "corporation", + "id": 717, + "created_at": 1646103559 + }, + { + "type": "lay_tile", + "entity": "AIRS", + "entity_type": "corporation", + "id": 718, + "created_at": 1646103566, + "hex": "A10", + "tile": "583-0", + "rotation": 3 + }, + { + "type": "place_token", + "entity": "AIRS", + "entity_type": "corporation", + "id": 719, + "created_at": 1646103568, + "city": "583-0-0", + "slot": 1, + "tokener": "AIRS" + }, + { + "type": "run_routes", + "entity": "AIRS", + "entity_type": "corporation", + "id": 720, + "created_at": 1646104996, + "routes": [ + { + "train": "6-0", + "connections": [ + [ + "A10", + "A8", + "A6" + ], + [ + "B7", + "B9", + "A10" + ], + [ + "C6", + "B7" + ], + [ + "D5", + "C6" + ], + [ + "C4", + "D5" + ], + [ + "D3", + "C4" + ], + [ + "F3", + "E4", + "D3" + ], + [ + "G2", + "F3" + ], + [ + "G6", + "G4", + "G2" + ], + [ + "H7", + "G6" + ], + [ + "J5", + "I6", + "H7" + ], + [ + "K4", + "J5" + ], + [ + "L5", + "K4" + ], + [ + "N5", + "M6", + "L5" + ] + ], + "hexes": [ + "A6", + "A10", + "B7", + "C6", + "D5", + "C4", + "D3", + "F3", + "G2", + "G6", + "H7", + "J5", + "K4", + "L5", + "N5" + ], + "revenue": 540, + "revenue_str": "A6-A10-B7-C6-D5-C4-D3-F3-G2-G6-H7-J5-K4-L5-N5 + R2R(90)", + "nodes": [ + "A10-0", + "A6-0", + "B7-0", + "C6-0", + "D5-0", + "C4-0", + "D3-0", + "F3-0", + "G2-0", + "G6-0", + "H7-0", + "J5-0", + "K4-0", + "L5-0", + "N5-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "AIRS", + "entity_type": "corporation", + "id": 721, + "created_at": 1646105002, + "kind": "payout" + }, + { + "type": "pass", + "entity": "AIRS", + "entity_type": "corporation", + "id": 722, + "created_at": 1646105041 + }, + { + "type": "lay_tile", + "entity": "SNCF", + "entity_type": "corporation", + "id": 723, + "created_at": 1646105075, + "hex": "G12", + "tile": "582-4", + "rotation": 0 + }, + { + "type": "place_token", + "entity": "SNCF", + "entity_type": "corporation", + "id": 724, + "created_at": 1646105076, + "city": "582-4-0", + "slot": 1, + "tokener": "SNCF" + }, + { + "type": "run_routes", + "entity": "SNCF", + "entity_type": "corporation", + "id": 725, + "created_at": 1646105094, + "routes": [ + { + "train": "6-1", + "connections": [ + [ + "F9", + "E8", + "D7" + ], + [ + "G10", + "F9" + ], + [ + "G12", + "G10" + ], + [ + "F11", + "G12" + ], + [ + "E12", + "F11" + ], + [ + "D13", + "E12" + ], + [ + "D15", + "D13" + ], + [ + "B13", + "C14", + "D15" + ], + [ + "A10", + "B11", + "B13" + ] + ], + "hexes": [ + "D7", + "F9", + "G10", + "G12", + "F11", + "E12", + "D13", + "D15", + "B13", + "A10" + ], + "revenue": 280, + "revenue_str": "D7-F9-G10-G12-F11-E12-D13-D15-B13-A10", + "nodes": [ + "F9-0", + "D7-0", + "G10-0", + "G12-0", + "F11-0", + "E12-0", + "D13-0", + "D15-0", + "B13-0", + "A10-1" + ] + }, + { + "train": "P-2", + "connections": [ + [ + "local", + "A10" + ] + ], + "hexes": [ + "A10" + ], + "revenue": 80, + "revenue_str": "A10", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "SNCF", + "entity_type": "corporation", + "id": 726, + "created_at": 1646105096, + "kind": "payout" + }, + { + "type": "pass", + "entity": "SNCF", + "entity_type": "corporation", + "id": 727, + "created_at": 1646105098 + }, + { + "type": "buy_shares", + "entity": "SNCF", + "entity_type": "corporation", + "id": 728, + "created_at": 1646105107, + "shares": [ + "SNCF_4", + "SNCF_5" + ], + "percent": 20 + }, + { + "type": "lay_tile", + "entity": "GSR", + "entity_type": "corporation", + "id": 729, + "created_at": 1646111465, + "hex": "E8", + "tile": "82-0", + "rotation": 2 + }, + { + "type": "place_token", + "entity": "GSR", + "entity_type": "corporation", + "id": 730, + "created_at": 1646111469, + "city": "57-5-0", + "slot": 0, + "tokener": "GSR" + }, + { + "type": "run_routes", + "entity": "GSR", + "entity_type": "corporation", + "id": 731, + "created_at": 1646111555, + "routes": [ + { + "train": "8-0", + "connections": [ + [ + "I8", + "I10", + "J11" + ], + [ + "H7", + "I8" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "F3", + "G2" + ], + [ + "E6", + "F5", + "F3" + ], + [ + "F9", + "E8", + "E6" + ], + [ + "G10", + "F9" + ], + [ + "G12", + "G10" + ] + ], + "hexes": [ + "J11", + "I8", + "H7", + "G6", + "G2", + "F3", + "E6", + "F9", + "G10", + "G12" + ], + "revenue": 240, + "revenue_str": "J11-I8-H7-G6-G2-F3-E6-F9-G10-G12", + "nodes": [ + "I8-0", + "J11-0", + "H7-0", + "G6-0", + "G2-0", + "F3-0", + "E6-0", + "F9-0", + "G10-0", + "G12-0" + ] + }, + { + "train": "P-3", + "connections": [ + [ + "local", + "G12" + ] + ], + "hexes": [ + "G12" + ], + "revenue": 50, + "revenue_str": "G12", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "GSR", + "entity_type": "corporation", + "id": 732, + "created_at": 1646111557, + "kind": "payout" + }, + { + "type": "pass", + "entity": "GSR", + "entity_type": "corporation", + "id": 733, + "user": 4491, + "created_at": 1646111562, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": 4871, + "entity_type": "player", + "id": 734, + "user": 4491, + "created_at": 1646111571 + }, + { + "type": "pass", + "entity": "GSR", + "entity_type": "corporation", + "id": 735, + "created_at": 1646111582 + }, + { + "type": "pass", + "entity": 4871, + "entity_type": "player", + "id": 736, + "created_at": 1646123510 + }, + { + "type": "program_share_pass", + "entity": 574, + "entity_type": "player", + "id": 737, + "created_at": 1646123739, + "auto_actions": [ + { + "type": "pass", + "entity": 574, + "entity_type": "player", + "created_at": 1646123739 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "program_share_pass", + "entity": 4491, + "entity_type": "player", + "id": 738, + "created_at": 1646124118, + "auto_actions": [ + { + "type": "pass", + "entity": 4491, + "entity_type": "player", + "created_at": 1646124118 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "program_share_pass", + "entity": 10716, + "entity_type": "player", + "id": 739, + "created_at": 1646124222, + "auto_actions": [ + { + "type": "pass", + "entity": 10716, + "entity_type": "player", + "created_at": 1646124169 + } + ], + "unconditional": false, + "indefinite": false + }, + { + "type": "lay_tile", + "entity": "RPR", + "entity_type": "corporation", + "id": 740, + "created_at": 1646124254, + "hex": "J11", + "tile": "611-1", + "rotation": 1 + }, + { + "type": "pass", + "entity": "RPR", + "entity_type": "corporation", + "id": 741, + "created_at": 1646124261 + }, + { + "type": "run_routes", + "entity": "RPR", + "entity_type": "corporation", + "id": 742, + "created_at": 1646124298, + "routes": [ + { + "train": "5-1", + "connections": [ + [ + "K14", + "K16", + "J17", + "I18" + ], + [ + "K12", + "K14" + ], + [ + "J11", + "K12" + ], + [ + "I8", + "I10", + "J11" + ], + [ + "H7", + "I8" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "J5", + "I4", + "H3", + "G2" + ], + [ + "K4", + "J5" + ], + [ + "L5", + "K4" + ] + ], + "hexes": [ + "I18", + "K14", + "K12", + "J11", + "I8", + "H7", + "G6", + "G2", + "J5", + "K4", + "L5" + ], + "revenue": 330, + "revenue_str": "I18-K14-K12-J11-I8-H7-G6-G2-J5-K4-L5", + "nodes": [ + "K14-0", + "I18-0", + "K12-0", + "J11-0", + "I8-0", + "H7-0", + "G6-0", + "G2-0", + "J5-0", + "K4-0", + "L5-0" + ] + }, + { + "train": "P-1", + "connections": [ + [ + "local", + "J5" + ] + ], + "hexes": [ + "J5" + ], + "revenue": 60, + "revenue_str": "J5", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "RPR", + "entity_type": "corporation", + "id": 743, + "created_at": 1646124299, + "kind": "payout" + }, + { + "type": "pass", + "entity": "RPR", + "entity_type": "corporation", + "id": 744, + "created_at": 1646124302 + }, + { + "type": "lay_tile", + "entity": "FS", + "entity_type": "corporation", + "id": 745, + "created_at": 1646124425, + "hex": "E6", + "tile": "611-2", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "FS", + "routes": [ + { + "hexes": [ + "I18", + "K14", + "K12", + "J11", + "I8", + "H7", + "G6", + "G2", + "J5" + ], + "nodes": [ + "K14-0", + "I18-0", + "K12-0", + "J11-0", + "I8-0", + "H7-0", + "G6-0", + "G2-0", + "J5-0" + ], + "train": "5-2", + "revenue": 310, + "connections": [ + [ + "K14", + "K16", + "J17", + "I18" + ], + [ + "K12", + "K14" + ], + [ + "J11", + "K12" + ], + [ + "I8", + "I10", + "J11" + ], + [ + "H7", + "I8" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "J5", + "I4", + "H3", + "G2" + ] + ], + "revenue_str": "I18-K14-K12-J11-I8-H7-G6-G2-J5" + }, + { + "hexes": [ + "K14" + ], + "nodes": [], + "train": "P-0", + "revenue": 60, + "connections": [ + [ + "local", + "K14" + ] + ], + "revenue_str": "K14" + } + ], + "entity_type": "corporation", + "id": 746, + "user": 4491, + "created_at": 1646124446, + "skip": true + }, + { + "kind": "payout", + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 747, + "user": 4491, + "created_at": 1646124450, + "skip": true + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 748, + "user": 4491, + "created_at": 1646124454, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "RBSR", + "entity_type": "corporation", + "id": 749, + "user": 4491, + "created_at": 1646124476 + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 750, + "user": 4491, + "created_at": 1646124479 + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 751, + "user": 4491, + "created_at": 1646124483 + }, + { + "type": "run_routes", + "entity": "FS", + "entity_type": "corporation", + "id": 752, + "created_at": 1646124510, + "routes": [ + { + "train": "5-2", + "connections": [ + [ + "K14", + "K16", + "J17", + "I18" + ], + [ + "K12", + "K14" + ], + [ + "J11", + "K12" + ], + [ + "I8", + "I10", + "J11" + ], + [ + "H7", + "I8" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "J5", + "I4", + "H3", + "G2" + ] + ], + "hexes": [ + "I18", + "K14", + "K12", + "J11", + "I8", + "H7", + "G6", + "G2", + "J5" + ], + "revenue": 310, + "revenue_str": "I18-K14-K12-J11-I8-H7-G6-G2-J5", + "nodes": [ + "K14-0", + "I18-0", + "K12-0", + "J11-0", + "I8-0", + "H7-0", + "G6-0", + "G2-0", + "J5-0" + ] + }, + { + "train": "P-0", + "connections": [ + [ + "local", + "K14" + ] + ], + "hexes": [ + "K14" + ], + "revenue": 60, + "revenue_str": "K14", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 753, + "created_at": 1646124529, + "kind": "payout" + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 754, + "created_at": 1646124533 + }, + { + "type": "lay_tile", + "entity": "RBSR", + "entity_type": "corporation", + "id": 755, + "created_at": 1646126907, + "hex": "F21", + "tile": "143-1", + "rotation": 3 + }, + { + "type": "run_routes", + "entity": "RBSR", + "entity_type": "corporation", + "id": 756, + "created_at": 1646126923, + "routes": [ + { + "train": "5-0", + "connections": [ + [ + "F21", + "G22" + ], + [ + "G20", + "F21" + ], + [ + "H19", + "G20" + ], + [ + "I18", + "H19" + ], + [ + "M16", + "L17", + "K18", + "J19", + "I18" + ], + [ + "N17", + "M16" + ] + ], + "hexes": [ + "G22", + "F21", + "G20", + "H19", + "I18", + "M16", + "N17" + ], + "revenue": 360, + "revenue_str": "G22-F21-G20-H19-I18-M16-N17 + R2R(90)", + "nodes": [ + "F21-0", + "G22-0", + "G20-0", + "H19-0", + "I18-0", + "M16-0", + "N17-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "RBSR", + "entity_type": "corporation", + "id": 757, + "created_at": 1646126924, + "kind": "payout" + }, + { + "type": "pass", + "entity": "RBSR", + "entity_type": "corporation", + "id": 758, + "created_at": 1646126927 + }, + { + "type": "lay_tile", + "entity": "BNR", + "entity_type": "corporation", + "id": 759, + "created_at": 1646126939, + "hex": "F9", + "tile": "15-1", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "BNR", + "entity_type": "corporation", + "id": 760, + "created_at": 1646126967, + "routes": [ + { + "train": "8-1", + "connections": [ + [ + "B13", + "B11", + "A10" + ], + [ + "D15", + "C14", + "B13" + ], + [ + "D13", + "D15" + ], + [ + "E12", + "D13" + ], + [ + "F11", + "E12" + ], + [ + "G12", + "F11" + ], + [ + "G10", + "G12" + ], + [ + "F9", + "G10" + ], + [ + "D7", + "E8", + "F9" + ], + [ + "C8", + "D7" + ], + [ + "C6", + "C8" + ], + [ + "B7", + "C6" + ], + [ + "A6", + "B7" + ] + ], + "hexes": [ + "A10", + "B13", + "D15", + "D13", + "E12", + "F11", + "G12", + "G10", + "F9", + "D7", + "C8", + "C6", + "B7", + "A6" + ], + "revenue": 440, + "revenue_str": "A10-B13-D15-D13-E12-F11-G12-G10-F9-D7-C8-C6-B7-A6", + "nodes": [ + "B13-0", + "A10-1", + "D15-0", + "D13-0", + "E12-0", + "F11-0", + "G12-0", + "G10-0", + "F9-0", + "D7-0", + "C8-0", + "C6-0", + "B7-0", + "A6-0" + ] + }, + { + "train": "P-4", + "connections": [ + [ + "local", + "A10" + ] + ], + "hexes": [ + "A10" + ], + "revenue": 80, + "revenue_str": "A10", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "BNR", + "entity_type": "corporation", + "id": 761, + "created_at": 1646126969, + "kind": "payout" + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 762, + "created_at": 1646126972 + }, + { + "hex": "E6", + "tile": "513-1", + "type": "lay_tile", + "entity": "DR", + "rotation": 0, + "entity_type": "corporation", + "id": 763, + "user": 4871, + "created_at": 1646131137, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "DR", + "action_id": 762, + "entity_type": "corporation", + "id": 764, + "user": 4871, + "created_at": 1646131174 + }, + { + "type": "lay_tile", + "entity": "DR", + "entity_type": "corporation", + "id": 765, + "created_at": 1646131178, + "hex": "C6", + "tile": "146-1", + "rotation": 4 + }, + { + "type": "run_routes", + "entity": "DR", + "entity_type": "corporation", + "id": 766, + "created_at": 1646131214, + "routes": [ + { + "train": "8-2", + "connections": [ + [ + "L5", + "M6", + "N5" + ], + [ + "K4", + "L5" + ], + [ + "J5", + "K4" + ], + [ + "H7", + "I6", + "J5" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "F3", + "G2" + ], + [ + "D3", + "E4", + "F3" + ], + [ + "C4", + "D3" + ], + [ + "D5", + "C4" + ], + [ + "C6", + "D5" + ], + [ + "D7", + "C6" + ], + [ + "C8", + "D7" + ], + [ + "B7", + "C8" + ], + [ + "A10", + "B9", + "B7" + ], + [ + "A6", + "A8", + "A10" + ] + ], + "hexes": [ + "N5", + "L5", + "K4", + "J5", + "H7", + "G6", + "G2", + "F3", + "D3", + "C4", + "D5", + "C6", + "D7", + "C8", + "B7", + "A10", + "A6" + ], + "revenue": 690, + "revenue_str": "N5-L5-K4-J5-H7-G6-G2-F3-D3-C4-D5-C6-D7-C8-B7-A10-A6 + R2R(150)", + "nodes": [ + "L5-0", + "N5-0", + "K4-0", + "J5-0", + "H7-0", + "G6-0", + "G2-0", + "F3-0", + "D3-0", + "C4-0", + "D5-0", + "C6-0", + "D7-0", + "C8-0", + "B7-0", + "A10-0", + "A6-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "DR", + "entity_type": "corporation", + "id": 767, + "created_at": 1646131229, + "kind": "payout" + }, + { + "type": "pass", + "entity": "DR", + "entity_type": "corporation", + "id": 768, + "created_at": 1646131233 + }, + { + "type": "pass", + "entity": "AIRS", + "entity_type": "corporation", + "id": 769, + "user": 4871, + "created_at": 1646131259, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "AIRS", + "entity_type": "corporation", + "id": 770, + "user": 4871, + "created_at": 1646131264 + }, + { + "type": "lay_tile", + "entity": "AIRS", + "entity_type": "corporation", + "id": 771, + "created_at": 1646131307, + "hex": "I6", + "tile": "83-0", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "AIRS", + "routes": [ + { + "hexes": [ + "A6", + "A10", + "B7", + "C6", + "D5", + "C4", + "D3", + "F3", + "G2", + "G6", + "H7", + "J5", + "K4", + "L5", + "N5" + ], + "nodes": [ + "A10-0", + "A6-0", + "B7-0", + "C6-0", + "D5-0", + "C4-0", + "D3-0", + "F3-0", + "G2-0", + "G6-0", + "H7-0", + "J5-0", + "K4-0", + "L5-0", + "N5-0" + ], + "train": "6-0", + "revenue": 550, + "connections": [ + [ + "A10", + "A8", + "A6" + ], + [ + "B7", + "B9", + "A10" + ], + [ + "C6", + "B7" + ], + [ + "D5", + "C6" + ], + [ + "C4", + "D5" + ], + [ + "D3", + "C4" + ], + [ + "F3", + "E4", + "D3" + ], + [ + "G2", + "F3" + ], + [ + "G6", + "G4", + "G2" + ], + [ + "H7", + "G6" + ], + [ + "J5", + "I6", + "H7" + ], + [ + "K4", + "J5" + ], + [ + "L5", + "K4" + ], + [ + "N5", + "M6", + "L5" + ] + ], + "revenue_str": "A6-A10-B7-C6-D5-C4-D3-F3-G2-G6-H7-J5-K4-L5-N5 + R2R(90)" + } + ], + "entity_type": "corporation", + "id": 772, + "user": 4871, + "created_at": 1646131316, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "AIRS", + "entity_type": "corporation", + "id": 773, + "user": 4871, + "created_at": 1646131321 + }, + { + "type": "run_routes", + "entity": "AIRS", + "entity_type": "corporation", + "id": 774, + "created_at": 1646131338, + "routes": [ + { + "train": "6-0", + "connections": [ + [ + "A10", + "A8", + "A6" + ], + [ + "B7", + "B9", + "A10" + ], + [ + "C6", + "B7" + ], + [ + "D5", + "C6" + ], + [ + "C4", + "D5" + ], + [ + "D3", + "C4" + ], + [ + "F3", + "E4", + "D3" + ], + [ + "G2", + "F3" + ], + [ + "G6", + "G4", + "G2" + ], + [ + "H7", + "G6" + ], + [ + "J5", + "I6", + "H7" + ], + [ + "K4", + "J5" + ], + [ + "L5", + "K4" + ], + [ + "N5", + "M6", + "L5" + ] + ], + "hexes": [ + "A6", + "A10", + "B7", + "C6", + "D5", + "C4", + "D3", + "F3", + "G2", + "G6", + "H7", + "J5", + "K4", + "L5", + "N5" + ], + "revenue": 550, + "revenue_str": "A6-A10-B7-C6-D5-C4-D3-F3-G2-G6-H7-J5-K4-L5-N5 + R2R(90)", + "nodes": [ + "A10-0", + "A6-0", + "B7-0", + "C6-0", + "D5-0", + "C4-0", + "D3-0", + "F3-0", + "G2-0", + "G6-0", + "H7-0", + "J5-0", + "K4-0", + "L5-0", + "N5-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "AIRS", + "entity_type": "corporation", + "id": 775, + "created_at": 1646131340, + "kind": "payout" + }, + { + "type": "pass", + "entity": "AIRS", + "entity_type": "corporation", + "id": 776, + "created_at": 1646131348 + }, + { + "type": "lay_tile", + "entity": "SNCF", + "entity_type": "corporation", + "id": 777, + "created_at": 1646132619, + "hex": "E6", + "tile": "513-1", + "rotation": 0 + }, + { + "type": "place_token", + "entity": "SNCF", + "entity_type": "corporation", + "id": 778, + "created_at": 1646132628, + "city": "513-1-0", + "slot": 2, + "tokener": "SNCF" + }, + { + "type": "run_routes", + "entity": "SNCF", + "entity_type": "corporation", + "id": 779, + "created_at": 1646132657, + "routes": [ + { + "train": "6-1", + "connections": [ + [ + "H7", + "I8" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "F3", + "G2" + ], + [ + "E6", + "F5", + "F3" + ], + [ + "F9", + "E8", + "E6" + ], + [ + "G10", + "F9" + ], + [ + "G12", + "G10" + ], + [ + "F11", + "G12" + ], + [ + "E12", + "F11" + ], + [ + "D13", + "E12" + ], + [ + "D15", + "D13" + ], + [ + "B13", + "C14", + "D15" + ], + [ + "A10", + "B11", + "B13" + ] + ], + "hexes": [ + "I8", + "H7", + "G6", + "G2", + "F3", + "E6", + "F9", + "G10", + "G12", + "F11", + "E12", + "D13", + "D15", + "B13", + "A10" + ], + "revenue": 420, + "revenue_str": "I8-H7-G6-G2-F3-E6-F9-G10-G12-F11-E12-D13-D15-B13-A10", + "nodes": [ + "H7-0", + "I8-0", + "G6-0", + "G2-0", + "F3-0", + "E6-0", + "F9-0", + "G10-0", + "G12-0", + "F11-0", + "E12-0", + "D13-0", + "D15-0", + "B13-0", + "A10-1" + ] + }, + { + "train": "P-2", + "connections": [ + [ + "local", + "A10" + ] + ], + "hexes": [ + "A10" + ], + "revenue": 80, + "revenue_str": "A10", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "SNCF", + "entity_type": "corporation", + "id": 780, + "created_at": 1646132658, + "kind": "payout" + }, + { + "type": "pass", + "entity": "SNCF", + "entity_type": "corporation", + "id": 781, + "created_at": 1646132660 + }, + { + "type": "pass", + "entity": "SNCF", + "entity_type": "corporation", + "id": 782, + "created_at": 1646132663 + }, + { + "type": "lay_tile", + "entity": "GSR", + "entity_type": "corporation", + "id": 783, + "created_at": 1646137934, + "hex": "D5", + "tile": "142-3", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "GSR", + "entity_type": "corporation", + "id": 784, + "created_at": 1646137991, + "routes": [ + { + "train": "8-0", + "connections": [ + [ + "I8", + "I10", + "J11" + ], + [ + "H7", + "I8" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "F3", + "G2" + ], + [ + "E6", + "F5", + "F3" + ], + [ + "E6", + "D5" + ], + [ + "D5", + "C6" + ], + [ + "C6", + "B7" + ], + [ + "B7", + "B9", + "A10" + ] + ], + "hexes": [ + "J11", + "I8", + "H7", + "G6", + "G2", + "F3", + "E6", + "D5", + "C6", + "B7", + "A10" + ], + "revenue": 330, + "revenue_str": "J11-I8-H7-G6-G2-F3-E6-D5-C6-B7-A10", + "nodes": [ + "I8-0", + "J11-0", + "H7-0", + "G6-0", + "G2-0", + "F3-0", + "E6-0", + "D5-0", + "C6-0", + "B7-0", + "A10-0" + ] + }, + { + "train": "P-3", + "connections": [ + [ + "local", + "E6" + ] + ], + "hexes": [ + "E6" + ], + "revenue": 60, + "revenue_str": "E6", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "GSR", + "entity_type": "corporation", + "id": 785, + "created_at": 1646137995, + "kind": "payout" + }, + { + "type": "pass", + "entity": "GSR", + "entity_type": "corporation", + "id": 786, + "created_at": 1646138023 + }, + { + "type": "lay_tile", + "entity": "RPR", + "entity_type": "corporation", + "id": 787, + "created_at": 1646138319, + "hex": "J11", + "tile": "513-2", + "rotation": 0 + }, + { + "type": "place_token", + "entity": "RPR", + "entity_type": "corporation", + "id": 788, + "created_at": 1646138325, + "city": "513-0-0", + "slot": 2, + "tokener": "RPR" + }, + { + "type": "run_routes", + "entity": "RPR", + "entity_type": "corporation", + "id": 789, + "created_at": 1646138355, + "routes": [ + { + "train": "5-1", + "connections": [ + [ + "I18", + "I20" + ], + [ + "K14", + "K16", + "J17", + "I18" + ], + [ + "K12", + "K14" + ], + [ + "J11", + "K12" + ], + [ + "I8", + "I10", + "J11" + ], + [ + "H7", + "I8" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "J5", + "I4", + "H3", + "G2" + ], + [ + "K4", + "J5" + ], + [ + "L5", + "K4" + ] + ], + "hexes": [ + "I20", + "I18", + "K14", + "K12", + "J11", + "I8", + "H7", + "G6", + "G2", + "J5", + "K4", + "L5" + ], + "revenue": 360, + "revenue_str": "I20-I18-K14-K12-J11-I8-H7-G6-G2-J5-K4-L5", + "nodes": [ + "I18-0", + "I20-0", + "K14-0", + "K12-0", + "J11-0", + "I8-0", + "H7-0", + "G6-0", + "G2-0", + "J5-0", + "K4-0", + "L5-0" + ] + }, + { + "train": "P-1", + "connections": [ + [ + "local", + "J5" + ] + ], + "hexes": [ + "J5" + ], + "revenue": 60, + "revenue_str": "J5", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "RPR", + "entity_type": "corporation", + "id": 790, + "created_at": 1646138361, + "kind": "payout" + }, + { + "type": "pass", + "entity": "RPR", + "entity_type": "corporation", + "id": 791, + "created_at": 1646138369 + }, + { + "hex": "G10", + "tile": "144-1", + "type": "lay_tile", + "entity": "FS", + "rotation": 0, + "entity_type": "corporation", + "id": 792, + "user": 4491, + "created_at": 1646172459, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "FS", + "entity_type": "corporation", + "id": 793, + "user": 4491, + "created_at": 1646172466 + }, + { + "type": "lay_tile", + "entity": "FS", + "entity_type": "corporation", + "id": 794, + "created_at": 1646172473, + "hex": "G10", + "tile": "141-1", + "rotation": 5 + }, + { + "type": "run_routes", + "entity": "FS", + "entity_type": "corporation", + "id": 795, + "created_at": 1646172558, + "routes": [ + { + "train": "5-2", + "connections": [ + [ + "K12", + "K14" + ], + [ + "J11", + "K12" + ], + [ + "I8", + "I10", + "J11" + ], + [ + "H7", + "I8" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "G2", + "F3" + ], + [ + "F3", + "F5", + "E6" + ], + [ + "E6", + "D5" + ], + [ + "D5", + "C6" + ], + [ + "C6", + "B7" + ], + [ + "B7", + "B9", + "A10" + ] + ], + "hexes": [ + "K14", + "K12", + "J11", + "I8", + "H7", + "G6", + "G2", + "F3", + "E6", + "D5", + "C6", + "B7", + "A10" + ], + "revenue": 420, + "revenue_str": "K14-K12-J11-I8-H7-G6-G2-F3-E6-D5-C6-B7-A10", + "nodes": [ + "K12-0", + "K14-0", + "J11-0", + "I8-0", + "H7-0", + "G6-0", + "G2-0", + "F3-0", + "E6-0", + "D5-0", + "C6-0", + "B7-0", + "A10-0" + ] + }, + { + "train": "P-0", + "connections": [ + [ + "local", + "A10" + ] + ], + "hexes": [ + "A10" + ], + "revenue": 80, + "revenue_str": "A10", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "FS", + "entity_type": "corporation", + "id": 796, + "created_at": 1646172559, + "kind": "payout" + }, + { + "type": "pass", + "entity": "FS", + "entity_type": "corporation", + "id": 797, + "created_at": 1646172562 + }, + { + "type": "lay_tile", + "entity": "RBSR", + "entity_type": "corporation", + "id": 798, + "created_at": 1646183443, + "hex": "F21", + "tile": "146-2", + "rotation": 2 + }, + { + "type": "run_routes", + "entity": "RBSR", + "entity_type": "corporation", + "id": 799, + "created_at": 1646183469, + "routes": [ + { + "train": "5-0", + "connections": [ + [ + "F21", + "G22" + ], + [ + "G20", + "F21" + ], + [ + "H19", + "G20" + ], + [ + "I18", + "H19" + ], + [ + "M16", + "L17", + "K18", + "J19", + "I18" + ], + [ + "N17", + "M16" + ] + ], + "hexes": [ + "G22", + "F21", + "G20", + "H19", + "I18", + "M16", + "N17" + ], + "revenue": 370, + "revenue_str": "G22-F21-G20-H19-I18-M16-N17 + R2R(90)", + "nodes": [ + "F21-0", + "G22-0", + "G20-0", + "H19-0", + "I18-0", + "M16-0", + "N17-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "RBSR", + "entity_type": "corporation", + "id": 800, + "created_at": 1646183471, + "kind": "payout" + }, + { + "type": "pass", + "entity": "RBSR", + "entity_type": "corporation", + "id": 801, + "created_at": 1646183473 + }, + { + "type": "lay_tile", + "entity": "BNR", + "entity_type": "corporation", + "id": 802, + "created_at": 1646183553, + "hex": "F9", + "tile": "611-3", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "BNR", + "routes": [ + { + "hexes": [ + "A10", + "B13", + "D15", + "D13", + "E12", + "F11", + "G12", + "G10", + "F9", + "D7", + "C8", + "C6", + "B7", + "A6" + ], + "nodes": [ + "B13-0", + "A10-1", + "D15-0", + "D13-0", + "E12-0", + "F11-0", + "G12-0", + "G10-0", + "F9-0", + "D7-0", + "C8-0", + "C6-0", + "B7-0", + "A6-0" + ], + "train": "8-1", + "revenue": 460, + "connections": [ + [ + "B13", + "B11", + "A10" + ], + [ + "D15", + "C14", + "B13" + ], + [ + "D13", + "D15" + ], + [ + "E12", + "D13" + ], + [ + "F11", + "E12" + ], + [ + "G12", + "F11" + ], + [ + "G10", + "G12" + ], + [ + "F9", + "G10" + ], + [ + "D7", + "E8", + "F9" + ], + [ + "C8", + "D7" + ], + [ + "C6", + "C8" + ], + [ + "B7", + "C6" + ], + [ + "A6", + "B7" + ] + ], + "revenue_str": "A10-B13-D15-D13-E12-F11-G12-G10-F9-D7-C8-C6-B7-A6" + } + ], + "entity_type": "corporation", + "id": 803, + "user": 574, + "created_at": 1646183578, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "BNR", + "entity_type": "corporation", + "id": 804, + "user": 574, + "created_at": 1646183584 + }, + { + "type": "run_routes", + "entity": "BNR", + "entity_type": "corporation", + "id": 805, + "created_at": 1646183594, + "routes": [ + { + "train": "8-1", + "connections": [ + [ + "B13", + "B11", + "A10" + ], + [ + "D15", + "C14", + "B13" + ], + [ + "D13", + "D15" + ], + [ + "E12", + "D13" + ], + [ + "F11", + "E12" + ], + [ + "G12", + "F11" + ], + [ + "G10", + "G12" + ], + [ + "F9", + "G10" + ], + [ + "D7", + "E8", + "F9" + ], + [ + "C8", + "D7" + ], + [ + "C6", + "C8" + ], + [ + "B7", + "C6" + ], + [ + "A6", + "B7" + ] + ], + "hexes": [ + "A10", + "B13", + "D15", + "D13", + "E12", + "F11", + "G12", + "G10", + "F9", + "D7", + "C8", + "C6", + "B7", + "A6" + ], + "revenue": 460, + "revenue_str": "A10-B13-D15-D13-E12-F11-G12-G10-F9-D7-C8-C6-B7-A6", + "nodes": [ + "B13-0", + "A10-1", + "D15-0", + "D13-0", + "E12-0", + "F11-0", + "G12-0", + "G10-0", + "F9-0", + "D7-0", + "C8-0", + "C6-0", + "B7-0", + "A6-0" + ] + }, + { + "train": "P-4", + "connections": [ + [ + "local", + "A10" + ] + ], + "hexes": [ + "A10" + ], + "revenue": 80, + "revenue_str": "A10", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "BNR", + "entity_type": "corporation", + "id": 806, + "created_at": 1646183595, + "kind": "payout" + }, + { + "type": "pass", + "entity": "BNR", + "entity_type": "corporation", + "id": 807, + "created_at": 1646183600 + }, + { + "type": "lay_tile", + "entity": "DR", + "entity_type": "corporation", + "id": 808, + "created_at": 1646186792, + "hex": "I8", + "tile": "147-1", + "rotation": 0 + }, + { + "type": "run_routes", + "entity": "DR", + "entity_type": "corporation", + "id": 809, + "created_at": 1646186834, + "routes": [ + { + "train": "8-2", + "connections": [ + [ + "L5", + "M6", + "N5" + ], + [ + "K4", + "L5" + ], + [ + "J5", + "K4" + ], + [ + "I8", + "I6", + "J5" + ], + [ + "H7", + "I8" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "F3", + "G2" + ], + [ + "D3", + "E4", + "F3" + ], + [ + "C4", + "D3" + ], + [ + "D5", + "C4" + ], + [ + "C6", + "D5" + ], + [ + "D7", + "C6" + ], + [ + "C8", + "D7" + ], + [ + "B7", + "C8" + ], + [ + "A10", + "B9", + "B7" + ], + [ + "A6", + "A8", + "A10" + ] + ], + "hexes": [ + "N5", + "L5", + "K4", + "J5", + "I8", + "H7", + "G6", + "G2", + "F3", + "D3", + "C4", + "D5", + "C6", + "D7", + "C8", + "B7", + "A10", + "A6" + ], + "revenue": 710, + "revenue_str": "N5-L5-K4-J5-I8-H7-G6-G2-F3-D3-C4-D5-C6-D7-C8-B7-A10-A6 + R2R(150)", + "nodes": [ + "L5-0", + "N5-0", + "K4-0", + "J5-0", + "I8-0", + "H7-0", + "G6-0", + "G2-0", + "F3-0", + "D3-0", + "C4-0", + "D5-0", + "C6-0", + "D7-0", + "C8-0", + "B7-0", + "A10-0", + "A6-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "DR", + "entity_type": "corporation", + "id": 810, + "created_at": 1646186840, + "kind": "payout" + }, + { + "type": "pass", + "entity": "DR", + "entity_type": "corporation", + "id": 811, + "created_at": 1646186862 + }, + { + "type": "lay_tile", + "entity": "AIRS", + "entity_type": "corporation", + "id": 812, + "created_at": 1646186891, + "hex": "D5", + "tile": "147-2", + "rotation": 5 + }, + { + "type": "pass", + "entity": "AIRS", + "entity_type": "corporation", + "id": 813, + "created_at": 1646186901 + }, + { + "type": "run_routes", + "entity": "AIRS", + "entity_type": "corporation", + "id": 814, + "created_at": 1646186919, + "routes": [ + { + "train": "6-0", + "connections": [ + [ + "A10", + "A8", + "A6" + ], + [ + "B7", + "B9", + "A10" + ], + [ + "C6", + "B7" + ], + [ + "D5", + "C6" + ], + [ + "C4", + "D5" + ], + [ + "D3", + "C4" + ], + [ + "F3", + "E4", + "D3" + ], + [ + "G2", + "F3" + ], + [ + "G6", + "G4", + "G2" + ], + [ + "H7", + "G6" + ], + [ + "H7", + "I8" + ], + [ + "I8", + "I6", + "J5" + ], + [ + "J5", + "K4" + ], + [ + "K4", + "L5" + ], + [ + "L5", + "M6", + "N5" + ] + ], + "hexes": [ + "A6", + "A10", + "B7", + "C6", + "D5", + "C4", + "D3", + "F3", + "G2", + "G6", + "H7", + "I8", + "J5", + "K4", + "L5", + "N5" + ], + "revenue": 580, + "revenue_str": "A6-A10-B7-C6-D5-C4-D3-F3-G2-G6-H7-I8-J5-K4-L5-N5 + R2R(90)", + "nodes": [ + "A10-0", + "A6-0", + "B7-0", + "C6-0", + "D5-0", + "C4-0", + "D3-0", + "F3-0", + "G2-0", + "G6-0", + "H7-0", + "I8-0", + "J5-0", + "K4-0", + "L5-0", + "N5-0" + ] + } + ] + }, + { + "type": "dividend", + "entity": "AIRS", + "entity_type": "corporation", + "id": 815, + "created_at": 1646186921, + "kind": "payout" + }, + { + "type": "pass", + "entity": "AIRS", + "entity_type": "corporation", + "id": 816, + "created_at": 1646186925 + }, + { + "type": "lay_tile", + "entity": "SNCF", + "entity_type": "corporation", + "id": 817, + "created_at": 1646188225, + "hex": "F9", + "tile": "513-3", + "rotation": 0 + }, + { + "type": "place_token", + "entity": "SNCF", + "entity_type": "corporation", + "id": 818, + "created_at": 1646188234, + "city": "513-2-0", + "slot": 2, + "tokener": "SNCF" + }, + { + "skip": true, + "type": "undo", + "entity": "SNCF", + "entity_type": "corporation", + "id": 819, + "user": 574, + "created_at": 1646188307 + }, + { + "skip": true, + "type": "redo", + "entity": "SNCF", + "entity_type": "corporation", + "id": 820, + "user": 574, + "created_at": 1646188310 + }, + { + "type": "run_routes", + "entity": "SNCF", + "entity_type": "corporation", + "id": 821, + "created_at": 1646188339, + "routes": [ + { + "train": "6-1", + "connections": [ + [ + "B13", + "B11", + "A10" + ], + [ + "D15", + "C14", + "B13" + ], + [ + "D13", + "D15" + ], + [ + "E12", + "D13" + ], + [ + "F11", + "E12" + ], + [ + "G12", + "F11" + ], + [ + "G10", + "G12" + ], + [ + "F9", + "G10" + ], + [ + "E6", + "E8", + "F9" + ], + [ + "D5", + "E6" + ], + [ + "C6", + "D5" + ], + [ + "B7", + "C6" + ], + [ + "A6", + "B7" + ] + ], + "hexes": [ + "A10", + "B13", + "D15", + "D13", + "E12", + "F11", + "G12", + "G10", + "F9", + "E6", + "D5", + "C6", + "B7", + "A6" + ], + "revenue": 480, + "revenue_str": "A10-B13-D15-D13-E12-F11-G12-G10-F9-E6-D5-C6-B7-A6", + "nodes": [ + "B13-0", + "A10-1", + "D15-0", + "D13-0", + "E12-0", + "F11-0", + "G12-0", + "G10-0", + "F9-0", + "E6-0", + "D5-0", + "C6-0", + "B7-0", + "A6-0" + ] + }, + { + "train": "P-2", + "connections": [ + [ + "local", + "A10" + ] + ], + "hexes": [ + "A10" + ], + "revenue": 80, + "revenue_str": "A10", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "SNCF", + "entity_type": "corporation", + "id": 822, + "created_at": 1646188341, + "kind": "payout" + }, + { + "type": "pass", + "entity": "SNCF", + "entity_type": "corporation", + "id": 823, + "created_at": 1646188342 + }, + { + "type": "pass", + "entity": "SNCF", + "entity_type": "corporation", + "id": 824, + "created_at": 1646188344 + }, + { + "hex": "G10", + "tile": "146-3", + "type": "lay_tile", + "entity": "GSR", + "rotation": 5, + "entity_type": "corporation", + "id": 825, + "user": 4491, + "created_at": 1646190803, + "skip": true + }, + { + "skip": true, + "type": "undo", + "entity": "GSR", + "action_id": 824, + "entity_type": "corporation", + "id": 826, + "user": 4491, + "created_at": 1646190839 + }, + { + "type": "lay_tile", + "entity": "GSR", + "entity_type": "corporation", + "id": 827, + "created_at": 1646190856, + "hex": "F11", + "tile": "144-1", + "rotation": 1 + }, + { + "type": "run_routes", + "entity": "GSR", + "entity_type": "corporation", + "id": 828, + "created_at": 1646190912, + "routes": [ + { + "train": "8-0", + "connections": [ + [ + "I8", + "I10", + "J11" + ], + [ + "H7", + "I8" + ], + [ + "G6", + "H7" + ], + [ + "G2", + "G4", + "G6" + ], + [ + "F3", + "G2" + ], + [ + "E6", + "F5", + "F3" + ], + [ + "E6", + "D5" + ], + [ + "D5", + "C6" + ], + [ + "C6", + "B7" + ], + [ + "B7", + "B9", + "A10" + ] + ], + "hexes": [ + "J11", + "I8", + "H7", + "G6", + "G2", + "F3", + "E6", + "D5", + "C6", + "B7", + "A10" + ], + "revenue": 370, + "revenue_str": "J11-I8-H7-G6-G2-F3-E6-D5-C6-B7-A10", + "nodes": [ + "I8-0", + "J11-0", + "H7-0", + "G6-0", + "G2-0", + "F3-0", + "E6-0", + "D5-0", + "C6-0", + "B7-0", + "A10-0" + ] + }, + { + "train": "P-3", + "connections": [ + [ + "local", + "E6" + ] + ], + "hexes": [ + "E6" + ], + "revenue": 60, + "revenue_str": "E6", + "nodes": [] + } + ] + }, + { + "type": "dividend", + "entity": "GSR", + "entity_type": "corporation", + "id": 829, + "created_at": 1646190913, + "kind": "payout" + }, + { + "type": "pass", + "entity": "GSR", + "entity_type": "corporation", + "id": 830, + "created_at": 1646190916 + }, + { + "type": "message", + "entity": 4491, + "entity_type": "player", + "id": 831, + "created_at": 1646190940, + "message": "GG" + }, + { + "type": "message", + "entity": 10716, + "entity_type": "player", + "id": 832, + "created_at": 1646191065, + "message": "ggwp" + }, + { + "type": "message", + "entity": 574, + "entity_type": "player", + "id": 833, + "created_at": 1646193645, + "message": "gg" + } + ], + "loaded": true, + "created_at": 1645417704, + "updated_at": 1646193645 +} \ No newline at end of file From aa23cc35b8e9e0b361c350fc86fd4a5ffdf05db0 Mon Sep 17 00:00:00 2001 From: Andrew Zwicky Date: Fri, 5 Jan 2024 22:05:35 -0600 Subject: [PATCH 7/7] Removing step that would not be possible currently, but was previously allowed. I manually verified the game state is identical. This works out because this removed "place token" step places a token in a way that they get combined right away in the next OR, so it doesn't cause any run issues or anything. --- public/fixtures/18EU/74045.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/public/fixtures/18EU/74045.json b/public/fixtures/18EU/74045.json index 468f2f5f75..b8f8f5c615 100644 --- a/public/fixtures/18EU/74045.json +++ b/public/fixtures/18EU/74045.json @@ -7251,16 +7251,6 @@ ], "percent": 10 }, - { - "type": "place_token", - "entity": "RPR", - "entity_type": "corporation", - "id": 522, - "created_at": 1645876287, - "city": "581-0-0", - "slot": 0, - "tokener": "RPR" - }, { "type": "buy_shares", "entity": "13",