Advertisement
ToastyStoemp

Example Analytics Data

Mar 1st, 2021
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 11.24 KB | None | 0 0
  1. {
  2.     "matchid" : 1234,
  3.     "gameVersion" : "1.2.4",
  4.     "Region" : "EU",
  5.     "server" : "Land Scrubber Milenial",
  6.     "startTime" : "31/12/2021-19:05:15 GMT+1",
  7.     "endTime" : "31/12/2021-19:34:23 GMT+1",
  8.     "playerCount" : 16,
  9.     "teamCount" : 4,
  10.     "ships" : [
  11.         {
  12.             "teamName" : "The deck scrubbers",
  13.             "teamID" : 0,
  14.             "teamSize" : 4,
  15.             "shipType" : "JunkShip",
  16.             "ranking" : 1,
  17.             "startLocation" : "Trident",
  18.             "playerIDs" : [5432,6421,7312,1923],
  19.             "shipUpgrades" : {
  20.                 "frontCannon" : 2,
  21.                 "leftCannon" : 1,
  22.                 "rightCannon" : 0,
  23.                 "steeringWheel" : 1,
  24.                 "capstan" : 2,
  25.                 "leftSwivel" : 0,
  26.                 "rightSwivel" : 0,
  27.                 "rearSwivel" : 1
  28.             },
  29.             "shipInventory": [
  30.                 {
  31.                     "time":"31/12/2021-19:05:15 GMT+1",
  32.                     "itemName" : "smallAmmo",
  33.                     "amount" : 5
  34.                 },
  35.                 {
  36.                     "time":"31/12/2021-19:07:15 GMT+1",
  37.                     "itemName" : "wood",
  38.                     "amount" : 25
  39.                 },
  40.                 {   "time": "31/12/2021-19:08:15 GMT+1",
  41.                     "itemName" : "wood",
  42.                     "amount" : -10
  43.                 }
  44.             ],
  45.             "shipTransform" : [
  46.                 {
  47.                     "time": "31/12/2021-19:05:15 GMT+1",
  48.                     "position" : {"x": 124, "y" : 53},
  49.                     "forward" : {"x": 0.3, "y" : 0.7}
  50.                 },
  51.                 {  
  52.                     "time": "31/12/2021-19:07:15 GMT+1",
  53.                     "position" : {"x": 126, "y" : 52},
  54.                     "forward" : {"x": 0.2, "y" : 0.8}
  55.                 },
  56.                 {
  57.                     "time" : "31/12/2021-19:08:15 GMT+1",
  58.                     "position" : {"x": 128, "y" : 50},
  59.                     "forward" : {"x": 0.2, "y" : 0.8}
  60.                 }
  61.             ],
  62.             "shipInteraction" : [
  63.                 {
  64.                     "time":"31/12/2021-19:05:15 GMT+1",
  65.                     "interaction" : "anchorDropped",
  66.                     "playerID" : 5432
  67.                 },
  68.                 {
  69.                     "time":"31/12/2021-19:07:15 GMT+1",
  70.                     "itemName" : "capstanEntered",
  71.                     "playerID" : 5432,
  72.                     "target" : "capstan",
  73.                     "value" : 0
  74.                 },
  75.                 {
  76.                     "time":"31/12/2021-19:07:15 GMT+1",
  77.                     "itemName" : "capstanEntered",
  78.                     "playerID" : 6421,
  79.                     "target" : "capstan",
  80.                     "value" : 0.3
  81.                 },
  82.                 {
  83.                     "time":"31/12/2021-19:07:15 GMT+1",
  84.                     "itemName" : "capstanLeft",
  85.                     "playerID" : 5432,
  86.                     "target" : "capstan",
  87.                     "value" : 1
  88.                 },
  89.                 {
  90.                     "time":"31/12/2021-19:07:15 GMT+1",
  91.                     "itemName" : "capstanLeft",
  92.                     "playerID" : 6421,
  93.                     "target" : "capstan",
  94.                     "value" : 1
  95.                 },
  96.                 {
  97.                     "time":"31/12/2021-19:10:15 GMT+1",
  98.                     "itemName" : "cannonUpgraded",
  99.                     "playerID" : 6421,
  100.                     "target" : "frontCannon",
  101.                     "value" : 1
  102.                 }
  103.             ],
  104.             "players" : [
  105.                 {
  106.                     "steamID" : 5432,
  107.                     "displayName" : "ToastyStoemp",
  108.                     "inventory" : [
  109.                         {
  110.                             "time" :"31/12/2021-19:05:15 GMT+1",
  111.                             "action" : "looted",
  112.                             "itemName" : "cannonBall",
  113.                             "amount" : 10
  114.                         },
  115.                         {
  116.                             "time" :"31/12/2021-19:07:15 GMT+1",
  117.                             "action" : "looted",
  118.                             "itemName" : "smallshot",
  119.                             "amount" : 5
  120.                         },
  121.                         {
  122.                             "time" :"31/12/2021-19:09:15 GMT+1",
  123.                             "action" : "dropped",
  124.                             "itemName" : "cannonBall",
  125.                             "amount" : -10
  126.                         },
  127.                         {
  128.                             "time" :"31/12/2021-19:10:15 GMT+1",
  129.                             "action" : "looted",
  130.                             "itemName" : "cannonUpgrade",
  131.                             "amount" : 1
  132.                         }
  133.                     ],
  134.                     "transform" : [
  135.                         {  
  136.                             "time": "31/12/2021-19:07:15 GMT+1",
  137.                             "position" : {"x": 126, "y" : 52},
  138.                             "forward" : {"x": 0.2, "y" : 0.8}
  139.                         },
  140.                         {
  141.                             "time" : "31/12/2021-19:08:15 GMT+1",
  142.                             "position" : {"x": 128, "y" : 50},
  143.                             "forward" : {"x": 0.2, "y" : 0.8}
  144.                         }
  145.                     ],
  146.                     "actions" : [
  147.                         {
  148.                             "time" :"31/12/2021-19:05:15 GMT+1",
  149.                             "action" : "looted",
  150.                             "itemName" : "cannonBall",
  151.                             "amount" : 10,
  152.                             "position" : {"x": 128, "y" : 50}
  153.                         },
  154.                         {
  155.                             "time" :"31/12/2021-19:07:15 GMT+1",
  156.                             "action" : "looted",
  157.                             "itemName" : "smallshot",
  158.                             "amount" : 5,
  159.                             "position" : {"x": 128, "y" : 50}
  160.                         },
  161.                         {
  162.                             "time" :"31/12/2021-19:09:15 GMT+1",
  163.                             "action" : "dropped",
  164.                             "itemName" : "cannonBall",
  165.                             "amount" : -10,
  166.                             "position" : {"x": 128, "y" : 50}
  167.                         },
  168.                         {
  169.                             "time" :"31/12/2021-19:10:15 GMT+1",
  170.                             "action" : "looted",
  171.                             "itemName" : "cannonUpgrade",
  172.                             "amount" : 1,
  173.                             "position" : {"x": 128, "y" : 50}
  174.                         },
  175.                         {
  176.                             "time" :"31/12/2021-19:10:15 GMT+1",
  177.                             "action" : "teleport",
  178.                             "target" : "ship"
  179.                         },
  180.                         {
  181.                             "time" :"31/12/2021-19:11:15 GMT+1",
  182.                             "action" : "upgraded",
  183.                             "target" : "frontCannon",
  184.                             "itemName" : "cannonUpgrade"
  185.                         }
  186.                     ],
  187.                     "health" : [
  188.                         {
  189.                             "time" : "31/12/2021-19:08:15 GMT+1",
  190.                             "value" : 5
  191.                         },
  192.                         {
  193.                             "time" : "31/12/2021-19:09:15 GMT+1",
  194.                             "value" : 5
  195.                         }
  196.                     ],
  197.                     "combat" : [
  198.                         {
  199.                             "time" : "31/12/2021-19:08:15 GMT+1",
  200.                             "action" : "primaryAttack",
  201.                             "weapon" : "musket",
  202.                             "transform" : {
  203.                                 "position" :  {"x": 128, "y" : 50},
  204.                                 "forward" : {"x": 0.2, "y" : 0.8}
  205.                             },
  206.                             "hit" : false
  207.                         },
  208.                         {
  209.                             "time" : "31/12/2021-19:09:15 GMT+1",
  210.                             "action" : "primaryAttack",
  211.                             "weapon" : "musket",
  212.                             "transform" : {
  213.                                 "position" :  {"x": 128, "y" : 50},
  214.                                 "forward" : {"x": 0.2, "y" : 0.8}
  215.                             },
  216.                             "hit" : true,
  217.                             "headshot" : false,
  218.                             "damage" : 65,
  219.                             "target" : {
  220.                                 "player" : true,
  221.                                 "ship" : false,
  222.                                 "playerID" : 5341,
  223.                                 "transform" : {
  224.                                     "position" :  {"x": 128, "y" : 50},
  225.                                     "forward" : {"x": 0.2, "y" : 0.8}
  226.                                 },
  227.                                 "health" : 45,
  228.                                 "teamID" : 1
  229.                             }
  230.                         },
  231.                         {
  232.                             "time" : "31/12/2021-19:10:15 GMT+1",
  233.                             "action" : "primaryAttack",
  234.                             "weapon" : "musket",
  235.                             "transform" : {
  236.                                 "position" :  {"x": 128, "y" : 50},
  237.                                 "forward" : {"x": 0.2, "y" : 0.8}
  238.                             },
  239.                             "hit" : true,
  240.                             "damage" : 65,
  241.                             "target" : {
  242.                                 "player" : false,
  243.                                 "ship" : false,
  244.                                 "transform" : {
  245.                                     "position" :  {"x": 128, "y" : 50}
  246.                                 }
  247.                             }
  248.                         },
  249.                         {
  250.                             "time" : "31/12/2021-19:10:15 GMT+1",
  251.                             "action" : "primaryAttack",
  252.                             "weapon" : "cannon",
  253.                             "cannonInfo" : {
  254.                                 "cannonIdentifier" : "frontCannon",
  255.                                 "cannonType" : "trapShot"
  256.                             },
  257.                             "transform" : {
  258.                                 "position" :  {"x": 128, "y" : 50},
  259.                                 "forward" : {"x": 0.2, "y" : 0.8}
  260.                             },
  261.                             "hit" : true,
  262.                             "damage" : 5,
  263.                             "target" : {
  264.                                 "player" : false,
  265.                                 "ship" : true,
  266.                                 "transform" : {
  267.                                     "position" :  {"x": 128, "y" : 50},
  268.                                     "forward" : {"x": 0.2, "y" : 0.8}
  269.                                 }
  270.                             }
  271.                         }
  272.                     ]
  273.                 }
  274.             ]
  275.         }
  276.     ]
  277. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement