diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..636c046 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,247 @@ +# HaloSharp # + +### Changelog ### + +###### v.2.0.0.0 (2017-03-12) + +1. Breaking changes galore! + +2. Halo Wars 2 - Metadata Endpoints + * Campaign Levels + * Campaign Logs + * Card Keywords + * Cards + * CSR Designations + * Difficulties + * Game Object Categories + * Game Objects + * Leader Powers + * Leaders + * Maps + * Packs + * Playlists + * Seasons + * Spartan Ranks + * Techs + +3. Halo Wars 2 - Stats Endpoints + * Match Events + * Match Result + * Player Campaign Progress + * Player Match History + * Player Playlist Ratings + * Player Seasons Stats Summary + * Player Stats Summary + * Player XPs + +4. Halo 5 Forge - Stats Endpoints + * Custom Carnage Report + * Custom Service Record + * Player Match History + +###### v.1.6.1.0 (2016-12-08) + +1. Updated RequisitionPack model. + * New property: GiftableAcquisitionMethods + * New property: IsGiftOnly + +###### v.1.6.0.0 (2016-09-03) + +1. Halo 5 - User Generated Content (UGC) Endpoints. + * List Game Variants + * Get Game Variant + * List Map Variants + * Get Map Variant + +###### v.1.5.6.0 (2016-07-28) + +1. Updated XpInfo model. + * Updated: PerformanceXP + +###### v.1.5.5.0 (2016-07-16) + +1. Updated WarzoneMatch model. + * Updated: PveTotalRoundAssistBonuses + * Updated: PveTotalRoundKillBonuses + * Updated: PveTotalRoundSpeedBonuses + * Updated: PveTotalRoundSurvivalBonuses + +###### v.1.5.4.0 (2016-06-30) + +1. Updated Player Stat model. + * New property: GameEndStatus + +###### v.1.5.3.0 (2016-06-20) + +1. Updated Warzone Match model. + * New property: ObjectivesCompleted + +###### v.1.5.2.0 (2016-06-02) + +1. Updated Service Record models. + * New property: FastestMatchWin + +1. Updated ArenaMatch model. + * New property: BoostInfo + +1. Updated WarzoneMatch model. + * New property: BoostInfo + * New property: PveTotalRoundAssistBonuses + * New property: PveTotalRoundKillBonuses + * New property: PveTotalRoundSpeedBonuses + * New property: PveTotalRoundSurvivalBonuses + +###### v.1.5.1.0 (2016-05-12) + +1. Added new Medal Enum (Infection Hype!). + +###### v.1.5.0.0 (2016-04-21) + +1. Halo 5 - Stats Endpoints. + * Leaderboard for Season Playlists + +2. Updated MatchEvents model + * New Event Types (Impulses, Medals, Player Spawns, Round Starts, Round Ends, Weapon Drops, Weapon Pickups, and Weapon Pickup Pads) + +3. Updated ArenaPlaylistStat model. + * New property: CsrPercentile + +4. Updated XpInfo/CreditsEarned models. + * New property: MatchSpeedWinAmount + * New property: ObjectivesCompletedAmount + +###### v.1.4.4.0 (2016-04-21) + +1. Fixed the TimeSinceStart property on GameEvents. Should have been a TimeSpan from the start. + +###### v.1.4.3.0 (2016-04-15) + +1. Fixed a bug where getting an Arena Service Record for a defunct Gamertag would throw an exception. + +###### v.1.4.2.0 (2016-04-06) + +1. Updated MatchEvents model. + * Rename: KillerAttachmentIds to KillerWeaponAttachmentIds + * Rename: KillerStockId to KillerWeaponStockId + +2. Fixed a bunch of tests related to MatchEvents. + +###### v.1.4.1.0 (2016-04-05) + +1. Fixed a bug where I was using an int instead of an Enum (DeathDisposition) + +###### v.1.4.0.0 (2016-04-05) + +1. Halo 5 - Stats Endpoints. + * Events for Match + +###### v.1.3.2.0 (2016-04-04) + +1. Updated BaseMatch model. + * New property: GameVariantResourceId + * New property: MapVariantResourceId + +1. Updated BasePlayerStat model. + * New property: PlayerScore (Firefight Hype!?) + +###### v.1.3.1.0 (2016-03-16) + +1. Fixed a bug where every result is cached when the CacheDuration was not set. + +###### v.1.3.0.0 (2016-03-13) + +1. Fixed an issue with unhandled HighestCsrSeasonId values (Reported by 'b01000100' and 'RHIT Propensity'). +2. Added the ability to specify cache durations (expiration). Metadata, Profile, and Stats can be independently set (or not at all). +3. Fixed a couple of spelling mistakes. Breaking change :) + +###### v.1.2.3.0 (2016-02-25) + +1. Updated Medal enum. + * New Medal Type: Ball + +###### v.1.2.2.0 (2016-02-20) + +1. Updated Medal enum. + * New Medal Type: Goal + +2. Updated Requisition model. + * New property: HideIfNotAcquired + +###### v.1.2.1.0 (2016-02-14) + +1. Updated CampaignMatch model. + * New property: CharacterIndex + +2. Updated MatchSet model. + * New property: MatchCompletedDateFidelity + +###### v.1.2.0.0 (2016-01-31) + +1. Query validation. + * Validation exceptions will be thrown for bad queries (missing mandatory fields, invalid gamertags etc.). + +2. Updated GetArenaServiceRecord query. + * New SeasonId parameter. + +3. Updated ArenaServiceRecord model. + * New property: ArenaPlaylistStatsSeasonId + * New property: HighestCsrSeasonId + +4. Updated Requisition model. + * New property: LevelRequirement + +###### v.1.1.0.0 (2015-12-26) + +1. Rate Limiter + * Optional rate limiter with timeout settings. + +2. JSON Structural Validation (JSON Schema). + * A significant update to the test harness. Using JSON schemas to detect changes to API responses. + +3. Serialization. + * Strongly typed models are now serializable. + +4. Halo 5 - Metadata Endpoints. + * Seasons + +5. Halo 5 - Profile Endpoints + * Emblem Url + * Spartan Url + +###### v.1.0.0.0 (2015-11-04)###### + +1. Halo 5 - Metadata Endpoints + * Campaign Missions + * Commendations + * CSR Designations + * Enemies + * Flexible Stats + * Game Base Variants + * Game Variants + * Impulses + * Map Variants + * Maps + * Medals + * Playlists + * Requisition Packs + * Requisitions + * Skulls + * Spartan Ranks + * Team Colors + * Vehicles + * Weapons + +2. Halo 5 - Profile Endpoints + * Emblem Image + * Spartan Image + +3. Halo 5 - Stats Endpoints + * Player Matches + * Arena Carnage Report + * Arena Service Record + * Campaign Carnage Report + * Campaign Service Record + * Custom Carnage Report + * Custom Service Record + * Warzone Carnage Report + * Warzone Service Record \ No newline at end of file diff --git a/Examples/HaloSharp.Console/App.config b/Examples/HaloSharp.Console/App.config new file mode 100644 index 0000000..8131cc9 --- /dev/null +++ b/Examples/HaloSharp.Console/App.config @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/Examples/HaloSharp.Console/Application.cs b/Examples/HaloSharp.Console/Application.cs new file mode 100644 index 0000000..d4bf7c8 --- /dev/null +++ b/Examples/HaloSharp.Console/Application.cs @@ -0,0 +1,77 @@ +using System; +using HaloSharp.Extension; +using System.Threading.Tasks; + +namespace HaloSharp.Console +{ + internal class Application : IApplication + { + private static readonly object MessageLock = new object(); + + private readonly IHaloSession _haloSession; + + public Application(IHaloSession haloSession) + { + _haloSession = haloSession; + } + + public void Run() + { + const string player = "Furiousn00b"; + + var printHalo5MatchHistoryForPlayerTask = PrintHalo5MatchHistoryForPlayer(player); + var printHalo5ForgeMatchHistoryForPlayerTask = PrintHalo5ForgeMatchHistoryForPlayer(player); + var printHaloWars2MatchHistoryForPlayerTask = PrintHaloWars2MatchHistoryForPlayer(player); + + Task.WaitAll(printHalo5MatchHistoryForPlayerTask, printHalo5ForgeMatchHistoryForPlayerTask, printHaloWars2MatchHistoryForPlayerTask); + + System.Console.ReadLine(); + } + + private async Task PrintHalo5MatchHistoryForPlayer(string player) + { + var query = new Query.Halo5.Stats.GetMatchHistory(player); + + var matchSet = await _haloSession.Query(query); + + foreach (var match in matchSet.Results) + { + Print($" Halo 5: {match.Id.MatchId}", ConsoleColor.Cyan); + } + } + + private async Task PrintHalo5ForgeMatchHistoryForPlayer(string player) + { + var query = new Query.Halo5Forge.Stats.GetMatchHistory(player); + + var matchSet = await _haloSession.Query(query); + + foreach (var match in matchSet.Results) + { + Print($"Halo 5: Forge: {match.Id.MatchId}", ConsoleColor.Magenta); + } + } + + private async Task PrintHaloWars2MatchHistoryForPlayer(string player) + { + var query = new Query.HaloWars2.Stats.GetMatchHistory(player); + + var matchSet = await _haloSession.Query(query); + + foreach (var match in matchSet.Results) + { + Print($" Halo Wars 2: {match.MatchId}", ConsoleColor.Yellow); + } + } + + private static void Print(string message, ConsoleColor colour) + { + lock (MessageLock) + { + System.Console.ForegroundColor = colour; + System.Console.WriteLine(message); + System.Console.ResetColor(); + } + } + } +} diff --git a/Examples/HaloSharp.Console/HaloSharp.Console.csproj b/Examples/HaloSharp.Console/HaloSharp.Console.csproj new file mode 100644 index 0000000..7a0ffb4 --- /dev/null +++ b/Examples/HaloSharp.Console/HaloSharp.Console.csproj @@ -0,0 +1,70 @@ + + + + + Debug + AnyCPU + {8BDA1311-9D60-461C-A2EF-D8AAD6335A8E} + Exe + Properties + HaloSharp.Console + HaloSharp.Console + v4.6.1 + 512 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\..\Source\packages\Autofac.4.4.0\lib\net45\Autofac.dll + True + + + + + + + + + + + + + + + + + + + + {5a205d36-6af7-4416-9763-81250ef02924} + HaloSharp + + + + + \ No newline at end of file diff --git a/Examples/HaloSharp.Console/IApplication.cs b/Examples/HaloSharp.Console/IApplication.cs new file mode 100644 index 0000000..810e5aa --- /dev/null +++ b/Examples/HaloSharp.Console/IApplication.cs @@ -0,0 +1,8 @@ + +namespace HaloSharp.Console +{ + internal interface IApplication + { + void Run(); + } +} diff --git a/Examples/HaloSharp.Console/Infrastructure/ApplicationModule.cs b/Examples/HaloSharp.Console/Infrastructure/ApplicationModule.cs new file mode 100644 index 0000000..dd1efed --- /dev/null +++ b/Examples/HaloSharp.Console/Infrastructure/ApplicationModule.cs @@ -0,0 +1,14 @@ +using Autofac; + +namespace HaloSharp.Console.Infrastructure +{ + public class ApplicationModule : Module + { + protected override void Load(ContainerBuilder builder) + { + builder.RegisterType() + .As() + .InstancePerDependency(); + } + } +} diff --git a/Examples/HaloSharp.Console/Infrastructure/HaloSharpModule.cs b/Examples/HaloSharp.Console/Infrastructure/HaloSharpModule.cs new file mode 100644 index 0000000..1e90eb0 --- /dev/null +++ b/Examples/HaloSharp.Console/Infrastructure/HaloSharpModule.cs @@ -0,0 +1,38 @@ +using Autofac; +using HaloSharp.Model; +using System; +using System.Configuration; + +namespace HaloSharp.Console.Infrastructure +{ + internal class HaloSharpModule : Module + { + protected override void Load(ContainerBuilder builder) + { + var subscriptionKey = ConfigurationManager.AppSettings["SubscriptionKey"]; + + var product = new Product + { + SubscriptionKey = subscriptionKey, + RateLimit = new RateLimit + { + RequestCount = 200, + TimeSpan = new TimeSpan(0, 0, 0, 10), + Timeout = new TimeSpan(0, 0, 0, 10) + } + }; + + var cacheSettings = new CacheSettings + { + CacheDuration = new TimeSpan(0, 1, 0, 0) + }; + + var haloClient = new HaloClient(product, cacheSettings); + var haloSession = haloClient.StartSession(); + + builder.RegisterInstance(haloSession) + .AsImplementedInterfaces() + .SingleInstance(); + } + } +} diff --git a/Examples/HaloSharp.Console/Program.cs b/Examples/HaloSharp.Console/Program.cs new file mode 100644 index 0000000..91a2e68 --- /dev/null +++ b/Examples/HaloSharp.Console/Program.cs @@ -0,0 +1,23 @@ +using Autofac; +using HaloSharp.Console.Infrastructure; + +namespace HaloSharp.Console +{ + internal static class Program + { + private static void Main() + { + var builder = new ContainerBuilder(); + builder.RegisterModule(new ApplicationModule()); + builder.RegisterModule(new HaloSharpModule()); + var container = builder.Build(); + + using (var scope = container.BeginLifetimeScope()) + { + var app = scope.Resolve(); + + app.Run(); + } + } + } +} diff --git a/Examples/HaloSharp.Console/Properties/AssemblyInfo.cs b/Examples/HaloSharp.Console/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..726cb48 --- /dev/null +++ b/Examples/HaloSharp.Console/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("HaloSharp.Console")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("HaloSharp.Console")] +[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("8bda1311-9d60-461c-a2ef-d8aad6335a8e")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Examples/HaloSharp.Console/packages.config b/Examples/HaloSharp.Console/packages.config new file mode 100644 index 0000000..fcad6af --- /dev/null +++ b/Examples/HaloSharp.Console/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/README.md b/README.md index 6a6e290..6e9c9c2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ The purpose of this project is to create a dead simple C# wrapper for the offici HaloSharp attempts to fully support all available official endpoints. +### Features ### + +* All available games (Halo 5, Halo 5: Forge, Halo Wars 2). +* Query builders for all endpoints. +* Request rate limiter. +* Response caching. + ### Usage ### 1. Create an instance of `HaloClient`. Provide your SubscriptionKey at a minimum, optionally include a RateLimit and CacheDuration(s). @@ -13,37 +20,42 @@ HaloSharp attempts to fully support all available official endpoints. ###### Sample ###### ``` -var developerAccessProduct = new Product +var product = new Product { - SubscriptionKey = "00000000000000000000000000000000", - RateLimit = new RateLimit - { - RequestCount = 10, - TimspSpan = new TimeSpan(0, 0, 0, 10), - Timeout = Timeout.InfiniteTimeSpan - } + SubscriptionKey = "00000000000000000000000000000000", + RateLimit = new RateLimit + { + RequestCount = 200, + TimeSpan = new TimeSpan(0, 0, 0, 10), + Timeout = new TimeSpan(0, 0, 0, 10) + } }; var cacheSettings = new CacheSettings { - MetadataCacheDuration = new TimeSpan(0, 0, 10, 0), - ProfileCacheDuration = new TimeSpan(0, 0, 10, 0), - StatsCacheDuration = null //Don't cache 'Stats' endpoints. + CacheDuration = new TimeSpan(0, 1, 0, 0) }; -var client = new HaloClient(developerAccessProduct, cacheSettings); +var haloClient = new HaloClient(product, cacheSettings); -using (var session = client.StartSession()) +using (var session = haloClient.StartSession()) { - var query = new GetMatches() - .InGameMode(Enumeration.GameMode.Arena) - .ForPlayer("Furiousn00b"); + var halo5MatchHistory = new Query.Halo5.Stats.GetMatchHistory("Furiousn00b"); - var matchSet = await session.Query(query); + var halo5MatchSet = await session.Query(halo5MatchHistory); - foreach (var result in matchSet.Results) + foreach (var result in halo5MatchSet.Results) { - Console.WriteLine($"MatchId: {result.Id.MatchId}"); + System.Console.WriteLine($"H5: MatchId: {result.Id.MatchId}"); + } + + var haloWars2MatchHistory = new Query.HaloWars2.Stats.GetMatchHistory("Furiousn00b"); + + var haloWars2MatchSet = await session.Query(haloWars2MatchHistory); + + foreach (var result in haloWars2MatchSet.Results) + { + System.Console.WriteLine($"HW2: MatchId: {match.MatchId}"); } } ``` @@ -54,216 +66,6 @@ A Nuget package is available at [www.nuget.org/packages/HaloSharp](https://www.n `PM> Install-Package HaloSharp` -### Changelog ### - -###### v.1.6.1.0 (2016-12-08) - -1. Updated RequisitionPack model. - * New property: GiftableAcquisitionMethods - * New property: IsGiftOnly - -###### v.1.6.0.0 (2016-09-03) - -1. User Generated Content (UGC) Endpoints. - * List Game Variants - * Get Game Variant - * List Map Variants - * Get Map Variant - -###### v.1.5.6.0 (2016-07-28) - -1. Updated XpInfo model. - * Updated: PerformanceXP - -###### v.1.5.5.0 (2016-07-16) - -1. Updated WarzoneMatch model. - * Updated: PveTotalRoundAssistBonuses - * Updated: PveTotalRoundKillBonuses - * Updated: PveTotalRoundSpeedBonuses - * Updated: PveTotalRoundSurvivalBonuses - -###### v.1.5.4.0 (2016-06-30) - -1. Updated Player Stat model. - * New property: GameEndStatus - -###### v.1.5.3.0 (2016-06-20) - -1. Updated Warzone Match model. - * New property: ObjectivesCompleted - -###### v.1.5.2.0 (2016-06-02) - -1. Updated Service Record models. - * New property: FastestMatchWin - -1. Updated ArenaMatch model. - * New property: BoostInfo - -1. Updated WarzoneMatch model. - * New property: BoostInfo - * New property: PveTotalRoundAssistBonuses - * New property: PveTotalRoundKillBonuses - * New property: PveTotalRoundSpeedBonuses - * New property: PveTotalRoundSurvivalBonuses - -###### v.1.5.1.0 (2016-05-12) - -1. Added new Medal Enum (Infection Hype!). - -###### v.1.5.0.0 (2016-04-21) - -1. Stats Endpoints. - * Leaderboard for Season Playlists - -2. Updated MatchEvents model - * New Event Types (Impulses, Medals, Player Spawns, Round Starts, Round Ends, Weapon Drops, Weapon Pickups, and Weapon Pickup Pads) - -3. Updated ArenaPlaylistStat model. - * New property: CsrPercentile - -4. Updated XpInfo/CreditsEarned models. - * New property: MatchSpeedWinAmount - * New property: ObjectivesCompletedAmount - -###### v.1.4.4.0 (2016-04-21) - -1. Fixed the TimeSinceStart property on GameEvents. Should have been a TimeSpan from the start. - -###### v.1.4.3.0 (2016-04-15) - -1. Fixed a bug where getting an Arena Service Record for a defunct Gamertag would throw an exception. - -###### v.1.4.2.0 (2016-04-06) - -1. Updated MatchEvents model. - * Rename: KillerAttachmentIds to KillerWeaponAttachmentIds - * Rename: KillerStockId to KillerWeaponStockId - -2. Fixed a bunch of tests related to MatchEvents. - -###### v.1.4.1.0 (2016-04-05) - -1. Fixed a bug where I was using an int instead of an Enum (DeathDisposition) - -###### v.1.4.0.0 (2016-04-05) - -1. Stats Endpoints. - * Events for Match - -###### v.1.3.2.0 (2016-04-04) - -1. Updated BaseMatch model. - * New property: GameVariantResourceId - * New property: MapVariantResourceId - -1. Updated BasePlayerStat model. - * New property: PlayerScore (Firefight Hype!?) - -###### v.1.3.1.0 (2016-03-16) - -1. Fixed a bug where every result is cached when the CacheDuration was not set. - -###### v.1.3.0.0 (2016-03-13) - -1. Fixed an issue with unhandled HighestCsrSeasonId values (Reported by 'b01000100' and 'RHIT Propensity'). -2. Added the ability to specify cache durations (expiration). Metadata, Profile, and Stats can be independently set (or not at all). -3. Fixed a couple of spelling mistakes. Breaking change :) - -###### v.1.2.3.0 (2016-02-25) - -1. Updated Medal enum. - * New Medal Type: Ball - -###### v.1.2.2.0 (2016-02-20) - -1. Updated Medal enum. - * New Medal Type: Goal - -2. Updated Requisition model. - * New property: HideIfNotAcquired - -###### v.1.2.1.0 (2016-02-14) - -1. Updated CampaignMatch model. - * New property: CharacterIndex - -2. Updated MatchSet model. - * New property: MatchCompletedDateFidelity - -###### v.1.2.0.0 (2016-01-31) - -1. Query validation. - * Validation exceptions will be thrown for bad queries (missing mandatory fields, invalid gamertags etc.). - -2. Updated GetArenaServiceRecord query. - * New SeasonId parameter. - -3. Updated ArenaServiceRecord model. - * New property: ArenaPlaylistStatsSeasonId - * New property: HighestCsrSeasonId - -4. Updated Requisition model. - * New property: LevelRequirement - -###### v.1.1.0.0 (2015-12-26) - -1. Rate Limiter - * Optional rate limiter with timeout settings. - -2. JSON Structural Validation (JSON Schema). - * A significant update to the test harness. Using JSON schemas to detect changes to API responses. - -3. Serialization. - * Strongly typed models are now serializable. - -4. Metadata Endpoints. - * Seasons - -5. Profile Endpoints - * Emblem Url - * Spartan Url - -###### v.1.0.0.0 (2015-11-04)###### - -1. Metadata Endpoints - * Campaign Missions - * Commendations - * CSR Designations - * Enemies - * Flexible Stats - * Game Base Variants - * Game Variants - * Impulses - * Map Variants - * Maps - * Medals - * Playlists - * Requisition Packs - * Requisitions - * Skulls - * Spartan Ranks - * Team Colors - * Vehicles - * Weapons - -2. Profile Endpoints - * Emblem Image - * Spartan Image - -3. Stats Endpoints - * Player Matches - * Arena Carnage Report - * Arena Service Record - * Campaign Carnage Report - * Campaign Service Record - * Custom Carnage Report - * Custom Service Record - * Warzone Carnage Report - * Warzone Service Record - - ### Notes ### * The Halo® Game Data API is still in a Beta period. Breaking changes are to be expected. diff --git a/Source/HaloSharp.Test/Cache/CacheTests.cs b/Source/HaloSharp.Test/Cache/CacheTests.cs index 5f390e1..38440c2 100644 --- a/Source/HaloSharp.Test/Cache/CacheTests.cs +++ b/Source/HaloSharp.Test/Cache/CacheTests.cs @@ -7,29 +7,25 @@ namespace HaloSharp.Test.Cache [TestFixture] public class CacheTests { - private TimeSpan? PreviousMetadataCacheDuration { get; set; } - private TimeSpan? PreviousProfileCacheDuration { get; set; } - private TimeSpan? PreviousStatsCacheDuration { get; set; } + private TimeSpan? PreviousCacheDuration { get; set; } [SetUp] public void Setup() { - PreviousMetadataCacheDuration = HaloSharp.Cache.MetadataCacheDuration; - PreviousProfileCacheDuration = HaloSharp.Cache.ProfileCacheDuration; - PreviousStatsCacheDuration = HaloSharp.Cache.StatsCacheDuration; + PreviousCacheDuration = HaloSharp.Cache.CacheDuration; } [Test] - public void MetadataExpiresFromCacheAfterDuration() + public void ExpiresFromCacheAfterDuration() { var cacheDuration = new TimeSpan(0, 0, 0, 3); - HaloSharp.Cache.MetadataCacheDuration = cacheDuration; + HaloSharp.Cache.CacheDuration = cacheDuration; - const string key = "metadata"; - const string input = "HaloSharp.Metadata"; + const string key = "ExpiresFromCacheAfterDuration"; + const string input = "HaloSharp.Cache"; - HaloSharp.Cache.AddMetadata(key, input); + HaloSharp.Cache.Add(key, input); var output = HaloSharp.Cache.Get(key); Assert.AreEqual(input, output); @@ -39,52 +35,10 @@ public void MetadataExpiresFromCacheAfterDuration() Assert.IsNull(output); } - [Test] - public void ProfileExpiresFromCacheAfterDuration() - { - var cacheDuration = new TimeSpan(0, 0, 0, 3); - - HaloSharp.Cache.ProfileCacheDuration = cacheDuration; - - const string key = "profile"; - const string input = "HaloSharp.Profile"; - - HaloSharp.Cache.AddProfile(key, input); - var output = HaloSharp.Cache.Get(key); - Assert.AreEqual(input, output); - - Thread.Sleep(cacheDuration); - - output = HaloSharp.Cache.Get(key); - Assert.IsNull(output); - } - - [Test] - public void StatsExpiresFromCacheAfterDuration() - { - var cacheDuration = new TimeSpan(0, 0, 0, 3); - - HaloSharp.Cache.StatsCacheDuration = cacheDuration; - - const string key = "stats"; - const string input = "HaloSharp.Stats"; - - HaloSharp.Cache.AddStats(key, input); - var output = HaloSharp.Cache.Get(key); - Assert.AreEqual(input, output); - - Thread.Sleep(cacheDuration); - - output = HaloSharp.Cache.Get(key); - Assert.IsNull(output); - } - [TearDown] public void TearDown() { - HaloSharp.Cache.MetadataCacheDuration = PreviousMetadataCacheDuration; - HaloSharp.Cache.ProfileCacheDuration = PreviousProfileCacheDuration; - HaloSharp.Cache.StatsCacheDuration = PreviousStatsCacheDuration; + HaloSharp.Cache.CacheDuration = PreviousCacheDuration; } } } diff --git a/Source/HaloSharp.Test/Config.cs b/Source/HaloSharp.Test/Config.cs deleted file mode 100644 index c1e1a20..0000000 --- a/Source/HaloSharp.Test/Config.cs +++ /dev/null @@ -1,83 +0,0 @@ -namespace HaloSharp.Test -{ - public static class Config - { - public const string CampaignMissionsJsonPath = "JSON/Metadata/campaign-missions.json"; - public const string CampaignMissionsJsonSchemaPath = "JSON/Metadata/campaign-missions.schema.json"; - public const string CommendationJsonPath = "JSON/Metadata/commendations.json"; - public const string CommendationJsonSchemaPath = "JSON/Metadata/commendations.schema.json"; - public const string CompetitiveSkillRankDesignationsJsonPath = "JSON/Metadata/competitive-skill-rank-designations.json"; - public const string CompetitiveSkillRankDesignationsJsonSchemaPath = "JSON/Metadata/competitive-skill-rank-designations.schema.json"; - public const string EnemyJsonPath = "JSON/Metadata/enemies.json"; - public const string EnemyJsonSchemaPath = "JSON/Metadata/enemies.schema.json"; - public const string FlexibleStatJsonPath = "JSON/Metadata/flexible-stats.json"; - public const string FlexibleStatJsonSchemaPath = "JSON/Metadata/flexible-stats.schema.json"; - public const string GameBaseVariantJsonPath = "JSON/Metadata/game-base-variants.json"; - public const string GameBaseVariantJsonSchemaPath = "JSON/Metadata/game-base-variants.schema.json"; - public const string GameVariantJsonPath = "JSON/Metadata/game-variant.json"; - public const string GameVariantJsonSchemaPath = "JSON/Metadata/game-variant.schema.json"; - public const string ImpulseJsonPath = "JSON/Metadata/impulses.json"; - public const string ImpulseJsonSchemaPath = "JSON/Metadata/impulses.schema.json"; - public const string MapJsonPath = "JSON/Metadata/maps.json"; - public const string MapJsonSchemaPath = "JSON/Metadata/maps.schema.json"; - public const string MapVariantJsonPath = "JSON/Metadata/map-variant.json"; - public const string MapVariantJsonSchemaPath = "JSON/Metadata/map-variant.schema.json"; - public const string MedalJsonPath = "JSON/Metadata/medals.json"; - public const string MedalJsonSchemaPath = "JSON/Metadata/medals.schema.json"; - public const string PlaylistJsonPath = "JSON/Metadata/playlists.json"; - public const string PlaylistJsonSchemaPath = "JSON/Metadata/playlists.schema.json"; - public const string RequisitionJsonPath = "JSON/Metadata/requisition.json"; - public const string RequisitionJsonSchemaPath = "JSON/Metadata/requisition.schema.json"; - public const string RequisitionPackJsonPath = "JSON/Metadata/requisition-pack.json"; - public const string RequisitionPackJsonSchemaPath = "JSON/Metadata/requisition-pack.schema.json"; - public const string SeasonsJsonPath = "JSON/Metadata/seasons.json"; - public const string SeasonsJsonSchemaPath = "JSON/Metadata/seasons.schema.json"; - public const string SkullsJsonPath = "JSON/Metadata/skulls.json"; - public const string SkullsJsonSchemaPath = "JSON/Metadata/skulls.schema.json"; - public const string SpartanRanksJsonPath = "JSON/Metadata/spartan-ranks.json"; - public const string SpartanRanksJsonSchemaPath = "JSON/Metadata/spartan-ranks.schema.json"; - public const string TeamColorsJsonPath = "JSON/Metadata/team-colors.json"; - public const string TeamColorsJsonSchemaPath = "JSON/Metadata/team-colors.schema.json"; - public const string VehiclesJsonPath = "JSON/Metadata/vehicles.json"; - public const string VehiclesJsonSchemaPath = "JSON/Metadata/vehicles.schema.json"; - public const string WeaponsJsonPath = "JSON/Metadata/weapons.json"; - public const string WeaponsJsonSchemaPath = "JSON/Metadata/weapons.schema.json"; - - public const string ArenaMatchJsonPath = "JSON/Stats/CarnageReport/arena-match.json"; - public const string ArenaMatchJsonSchemaPath = "JSON/Stats/CarnageReport/arena-match.schema.json"; - public const string CampaignMatchJsonPath = "JSON/Stats/CarnageReport/campaign-match.json"; - public const string CampaignMatchJsonSchemaPath = "JSON/Stats/CarnageReport/campaign-match.schema.json"; - public const string CustomMatchJsonPath = "JSON/Stats/CarnageReport/custom-match.json"; - public const string CustomMatchJsonSchemaPath = "JSON/Stats/CarnageReport/custom-match.schema.json"; - public const string WarzoneMatchJsonPath = "JSON/Stats/CarnageReport/warzone-match.json"; - public const string WarzoneMatchJsonSchemaPath = "JSON/Stats/CarnageReport/warzone-match.schema.json"; - public const string MatchEventsJsonPath = "JSON/Stats/CarnageReport/match-events.json"; - public const string MatchEventsJsonSchemaPath = "JSON/Stats/CarnageReport/match-events.schema.json"; - public const string MatchEventsModelJsonSchemaPath = "JSON/Stats/CarnageReport/match-events-model.schema.json"; - - public const string ArenaServiceRecordJsonPath = "JSON/Stats/Lifetime/arena-service-record.json"; - public const string ArenaServiceRecordJsonSchemaPath = "JSON/Stats/Lifetime/arena-service-record.schema.json"; - public const string CampaignServiceRecordJsonPath = "JSON/Stats/Lifetime/campaign-service-record.json"; - public const string CampaignServiceRecordJsonSchemaPath = "JSON/Stats/Lifetime/campaign-service-record.schema.json"; - public const string CustomServiceRecordJsonPath = "JSON/Stats/Lifetime/custom-service-record.json"; - public const string CustomServiceRecordJsonSchemaPath = "JSON/Stats/Lifetime/custom-service-record.schema.json"; - public const string WarzoneServiceRecordJsonPath = "JSON/Stats/Lifetime/warzone-service-record.json"; - public const string WarzoneServiceRecordJsonSchemaPath = "JSON/Stats/Lifetime/warzone-service-record.schema.json"; - - public const string MatchesJsonPath = "JSON/Stats/matches.json"; - public const string MatchesJsonSchemaPath = "JSON/Stats/matches.schema.json"; - - public const string LeaderboardJsonPath = "JSON/Stats/leaderboard.json"; - public const string LeaderboardJsonSchemaPath = "JSON/Stats/leaderboard.schema.json"; - - public const string UserGeneratedContentGameVariantsJsonPath = "JSON/UserGeneratedContent/game-variants.json"; - public const string UserGeneratedContentGameVariantsJsonSchemaPath = "JSON/UserGeneratedContent/game-variants.schema.json"; - public const string UserGeneratedContentMapVariantsJsonPath = "JSON/UserGeneratedContent/map-variants.json"; - public const string UserGeneratedContentMapVariantsJsonSchemaPath = "JSON/UserGeneratedContent/map-variants.schema.json"; - - public const string UserGeneratedContentGameVariantJsonPath = "JSON/UserGeneratedContent/game-variant.json"; - public const string UserGeneratedContentGameVariantJsonSchemaPath = "JSON/UserGeneratedContent/game-variant.schema.json"; - public const string UserGeneratedContentMapVariantJsonPath = "JSON/UserGeneratedContent/map-variant.json"; - public const string UserGeneratedContentMapVariantJsonSchemaPath = "JSON/UserGeneratedContent/map-variant.schema.json"; - } -} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Config/Halo5Config.cs b/Source/HaloSharp.Test/Config/Halo5Config.cs new file mode 100644 index 0000000..71729d9 --- /dev/null +++ b/Source/HaloSharp.Test/Config/Halo5Config.cs @@ -0,0 +1,83 @@ + +namespace HaloSharp.Test.Config +{ + public static class Halo5Config + { + public const string CampaignMissionsJsonPath = "JSON/Halo5/Metadata/campaign-missions.json"; + public const string CampaignMissionsJsonSchemaPath = "JSON/Halo5/Metadata/campaign-missions.schema.json"; + public const string CommendationJsonPath = "JSON/Halo5/Metadata/commendations.json"; + public const string CommendationJsonSchemaPath = "JSON/Halo5/Metadata/commendations.schema.json"; + public const string CompetitiveSkillRankDesignationsJsonPath = "JSON/Halo5/Metadata/competitive-skill-rank-designations.json"; + public const string CompetitiveSkillRankDesignationsJsonSchemaPath = "JSON/Halo5/Metadata/competitive-skill-rank-designations.schema.json"; + public const string EnemyJsonPath = "JSON/Halo5/Metadata/enemies.json"; + public const string EnemyJsonSchemaPath = "JSON/Halo5/Metadata/enemies.schema.json"; + public const string FlexibleStatJsonPath = "JSON/Halo5/Metadata/flexible-stats.json"; + public const string FlexibleStatJsonSchemaPath = "JSON/Halo5/Metadata/flexible-stats.schema.json"; + public const string GameBaseVariantJsonPath = "JSON/Halo5/Metadata/game-base-variants.json"; + public const string GameBaseVariantJsonSchemaPath = "JSON/Halo5/Metadata/game-base-variants.schema.json"; + public const string GameVariantJsonPath = "JSON/Halo5/Metadata/game-variant.json"; + public const string GameVariantJsonSchemaPath = "JSON/Halo5/Metadata/game-variant.schema.json"; + public const string ImpulseJsonPath = "JSON/Halo5/Metadata/impulses.json"; + public const string ImpulseJsonSchemaPath = "JSON/Halo5/Metadata/impulses.schema.json"; + public const string MapJsonPath = "JSON/Halo5/Metadata/maps.json"; + public const string MapJsonSchemaPath = "JSON/Halo5/Metadata/maps.schema.json"; + public const string MapVariantJsonPath = "JSON/Halo5/Metadata/map-variant.json"; + public const string MapVariantJsonSchemaPath = "JSON/Halo5/Metadata/map-variant.schema.json"; + public const string MedalJsonPath = "JSON/Halo5/Metadata/medals.json"; + public const string MedalJsonSchemaPath = "JSON/Halo5/Metadata/medals.schema.json"; + public const string PlaylistJsonPath = "JSON/Halo5/Metadata/playlists.json"; + public const string PlaylistJsonSchemaPath = "JSON/Halo5/Metadata/playlists.schema.json"; + public const string RequisitionJsonPath = "JSON/Halo5/Metadata/requisition.json"; + public const string RequisitionJsonSchemaPath = "JSON/Halo5/Metadata/requisition.schema.json"; + public const string RequisitionPackJsonPath = "JSON/Halo5/Metadata/requisition-pack.json"; + public const string RequisitionPackJsonSchemaPath = "JSON/Halo5/Metadata/requisition-pack.schema.json"; + public const string SeasonsJsonPath = "JSON/Halo5/Metadata/seasons.json"; + public const string SeasonsJsonSchemaPath = "JSON/Halo5/Metadata/seasons.schema.json"; + public const string SkullsJsonPath = "JSON/Halo5/Metadata/skulls.json"; + public const string SkullsJsonSchemaPath = "JSON/Halo5/Metadata/skulls.schema.json"; + public const string SpartanRanksJsonPath = "JSON/Halo5/Metadata/spartan-ranks.json"; + public const string SpartanRanksJsonSchemaPath = "JSON/Halo5/Metadata/spartan-ranks.schema.json"; + public const string TeamColorsJsonPath = "JSON/Halo5/Metadata/team-colors.json"; + public const string TeamColorsJsonSchemaPath = "JSON/Halo5/Metadata/team-colors.schema.json"; + public const string VehiclesJsonPath = "JSON/Halo5/Metadata/vehicles.json"; + public const string VehiclesJsonSchemaPath = "JSON/Halo5/Metadata/vehicles.schema.json"; + public const string WeaponsJsonPath = "JSON/Halo5/Metadata/weapons.json"; + public const string WeaponsJsonSchemaPath = "JSON/Halo5/Metadata/weapons.schema.json"; + + public const string ArenaMatchJsonPath = "JSON/Halo5/Stats/CarnageReport/arena-match.json"; + public const string ArenaMatchJsonSchemaPath = "JSON/Halo5/Stats/CarnageReport/arena-match.schema.json"; + public const string CampaignMatchJsonPath = "JSON/Halo5/Stats/CarnageReport/campaign-match.json"; + public const string CampaignMatchJsonSchemaPath = "JSON/Halo5/Stats/CarnageReport/campaign-match.schema.json"; + public const string CustomMatchJsonPath = "JSON/Halo5/Stats/CarnageReport/custom-match.json"; + public const string CustomMatchJsonSchemaPath = "JSON/Halo5/Stats/CarnageReport/custom-match.schema.json"; + public const string WarzoneMatchJsonPath = "JSON/Halo5/Stats/CarnageReport/warzone-match.json"; + public const string WarzoneMatchJsonSchemaPath = "JSON/Halo5/Stats/CarnageReport/warzone-match.schema.json"; + public const string MatchEventsJsonPath = "JSON/Halo5/Stats/CarnageReport/match-events.json"; + public const string MatchEventsJsonSchemaPath = "JSON/Halo5/Stats/CarnageReport/match-events.schema.json"; + + public const string ArenaServiceRecordJsonPath = "JSON/Halo5/Stats/Lifetime/arena-service-record.json"; + public const string ArenaServiceRecordJsonSchemaPath = "JSON/Halo5/Stats/Lifetime/arena-service-record.schema.json"; + public const string CampaignServiceRecordJsonPath = "JSON/Halo5/Stats/Lifetime/campaign-service-record.json"; + public const string CampaignServiceRecordJsonSchemaPath = "JSON/Halo5/Stats/Lifetime/campaign-service-record.schema.json"; + public const string CustomServiceRecordJsonPath = "JSON/Halo5/Stats/Lifetime/custom-service-record.json"; + public const string CustomServiceRecordJsonSchemaPath = "JSON/Halo5/Stats/Lifetime/custom-service-record.schema.json"; + public const string WarzoneServiceRecordJsonPath = "JSON/Halo5/Stats/Lifetime/warzone-service-record.json"; + public const string WarzoneServiceRecordJsonSchemaPath = "JSON/Halo5/Stats/Lifetime/warzone-service-record.schema.json"; + + public const string MatchesJsonPath = "JSON/Halo5/Stats/matches.json"; + public const string MatchesJsonSchemaPath = "JSON/Halo5/Stats/matches.schema.json"; + + public const string LeaderboardJsonPath = "JSON/Halo5/Stats/leaderboard.json"; + public const string LeaderboardJsonSchemaPath = "JSON/Halo5/Stats/leaderboard.schema.json"; + + public const string UserGeneratedContentGameVariantsJsonPath = "JSON/Halo5/UserGeneratedContent/game-variants.json"; + public const string UserGeneratedContentGameVariantsJsonSchemaPath = "JSON/Halo5/UserGeneratedContent/game-variants.schema.json"; + public const string UserGeneratedContentMapVariantsJsonPath = "JSON/Halo5/UserGeneratedContent/map-variants.json"; + public const string UserGeneratedContentMapVariantsJsonSchemaPath = "JSON/Halo5/UserGeneratedContent/map-variants.schema.json"; + + public const string UserGeneratedContentGameVariantJsonPath = "JSON/Halo5/UserGeneratedContent/game-variant.json"; + public const string UserGeneratedContentGameVariantJsonSchemaPath = "JSON/Halo5/UserGeneratedContent/game-variant.schema.json"; + public const string UserGeneratedContentMapVariantJsonPath = "JSON/Halo5/UserGeneratedContent/map-variant.json"; + public const string UserGeneratedContentMapVariantJsonSchemaPath = "JSON/Halo5/UserGeneratedContent/map-variant.schema.json"; + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Config/Halo5ForgeConfig.cs b/Source/HaloSharp.Test/Config/Halo5ForgeConfig.cs new file mode 100644 index 0000000..e641e43 --- /dev/null +++ b/Source/HaloSharp.Test/Config/Halo5ForgeConfig.cs @@ -0,0 +1,8 @@ + +namespace HaloSharp.Test.Config +{ + public static class Halo5ForgeConfig + { + + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Config/HaloWars2Config.cs b/Source/HaloSharp.Test/Config/HaloWars2Config.cs new file mode 100644 index 0000000..b4a639e --- /dev/null +++ b/Source/HaloSharp.Test/Config/HaloWars2Config.cs @@ -0,0 +1,56 @@ + +namespace HaloSharp.Test.Config +{ + public static class HaloWars2Config + { + public const string CampaignLevelsJsonPath = "JSON/HaloWars2/Metadata/campaign-levels.json"; + public const string CampaignLevelsJsonSchemaPath = "JSON/HaloWars2/Metadata/campaign-levels.schema.json"; + public const string CampaignLogsJsonPath = "JSON/HaloWars2/Metadata/campaign-logs.json"; + public const string CampaignLogsJsonSchemaPath = "JSON/HaloWars2/Metadata/campaign-logs.schema.json"; + public const string CardKeywordsJsonPath = "JSON/HaloWars2/Metadata/card-keywords.json"; + public const string CardKeywordsJsonSchemaPath = "JSON/HaloWars2/Metadata/card-keywords.schema.json"; + public const string CardsJsonPath = "JSON/HaloWars2/Metadata/cards.json"; + public const string CardsJsonSchemaPath = "JSON/HaloWars2/Metadata/cards.schema.json"; + public const string CsrDesignationsJsonPath = "JSON/HaloWars2/Metadata/csr-designations.json"; + public const string CsrDesignationsJsonSchemaPath = "JSON/HaloWars2/Metadata/csr-designations.schema.json"; + public const string DifficultiesJsonPath = "JSON/HaloWars2/Metadata/difficulties.json"; + public const string DifficultiesJsonSchemaPath = "JSON/HaloWars2/Metadata/difficulties.schema.json"; + public const string GameObjectCategoriesJsonPath = "JSON/HaloWars2/Metadata/game-object-categories.json"; + public const string GameObjectCategoriesJsonSchemaPath = "JSON/HaloWars2/Metadata/game-object-categories.schema.json"; + public const string GameObjectsJsonPath = "JSON/HaloWars2/Metadata/game-objects.json"; + public const string GameObjectsJsonSchemaPath = "JSON/HaloWars2/Metadata/game-objects.schema.json"; + public const string LeaderPowersJsonPath = "JSON/HaloWars2/Metadata/leader-powers.json"; + public const string LeaderPowersJsonSchemaPath = "JSON/HaloWars2/Metadata/leader-powers.schema.json"; + public const string LeadersJsonPath = "JSON/HaloWars2/Metadata/leaders.json"; + public const string LeadersJsonSchemaPath = "JSON/HaloWars2/Metadata/leaders.schema.json"; + public const string MapsJsonPath = "JSON/HaloWars2/Metadata/maps.json"; + public const string MapsJsonSchemaPath = "JSON/HaloWars2/Metadata/maps.schema.json"; + public const string PacksJsonPath = "JSON/HaloWars2/Metadata/packs.json"; + public const string PacksJsonSchemaPath = "JSON/HaloWars2/Metadata/packs.schema.json"; + public const string PlaylistsJsonPath = "JSON/HaloWars2/Metadata/playlists.json"; + public const string PlaylistsJsonSchemaPath = "JSON/HaloWars2/Metadata/playlists.schema.json"; + public const string SeasonsJsonPath = "JSON/HaloWars2/Metadata/seasons.json"; + public const string SeasonsJsonSchemaPath = "JSON/HaloWars2/Metadata/seasons.schema.json"; + public const string SpartanRanksJsonPath = "JSON/HaloWars2/Metadata/spartan-ranks.json"; + public const string SpartanRanksJsonSchemaPath = "JSON/HaloWars2/Metadata/spartan-ranks.schema.json"; + public const string TechsJsonPath = "JSON/HaloWars2/Metadata/techs.json"; + public const string TechsJsonSchemaPath = "JSON/HaloWars2/Metadata/techs.schema.json"; + + public const string MatchEventsJsonPath = "JSON/HaloWars2/Stats/match-events.json"; + public const string MatchEventsJsonSchemaPath = "JSON/HaloWars2/Stats/match-events.schema.json"; + public const string MatchJsonPath = "JSON/HaloWars2/Stats/match.json"; + public const string MatchJsonSchemaPath = "JSON/HaloWars2/Stats/match.schema.json"; + public const string CampaignProgressJsonPath = "JSON/HaloWars2/Stats/campaign-progress.json"; + public const string CampaignProgressJsonSchemaPath = "JSON/HaloWars2/Stats/campaign-progress.schema.json"; + public const string MatchHistoryJsonPath = "JSON/HaloWars2/Stats/match-history.json"; + public const string MatchHistoryJsonSchemaPath = "JSON/HaloWars2/Stats/match-history.schema.json"; + public const string PlaylistRatingsJsonPath = "JSON/HaloWars2/Stats/playlist-ratings.json"; + public const string PlaylistRatingsJsonSchemaPath = "JSON/HaloWars2/Stats/playlist-ratings.schema.json"; + public const string SeasonSummaryJsonPath = "JSON/HaloWars2/Stats/season-summary.json"; + public const string SeasonSummaryJsonSchemaPath = "JSON/HaloWars2/Stats/season-summary.schema.json"; + public const string PlayerSummaryJsonPath = "JSON/HaloWars2/Stats/player-summary.json"; + public const string PlayerSummaryJsonSchemaPath = "JSON/HaloWars2/Stats/player-summary.schema.json"; + public const string ExperienceSummaryJsonPath = "JSON/HaloWars2/Stats/experience-summary.json"; + public const string ExperienceSummaryJsonSchemaPath = "JSON/HaloWars2/Stats/experience-summary.schema.json"; + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/HaloSharp.Test.csproj b/Source/HaloSharp.Test/HaloSharp.Test.csproj index 8e53a20..f6a9592 100644 --- a/Source/HaloSharp.Test/HaloSharp.Test.csproj +++ b/Source/HaloSharp.Test/HaloSharp.Test.csproj @@ -58,51 +58,82 @@ - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + @@ -110,274 +141,478 @@ PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + PreserveNewest diff --git a/Source/HaloSharp.Test/JSON/Stats/Common/identity.schema.json b/Source/HaloSharp.Test/JSON/Common/identity.schema.json similarity index 81% rename from Source/HaloSharp.Test/JSON/Stats/Common/identity.schema.json rename to Source/HaloSharp.Test/JSON/Common/identity.schema.json index 2a10138..d518a49 100644 --- a/Source/HaloSharp.Test/JSON/Stats/Common/identity.schema.json +++ b/Source/HaloSharp.Test/JSON/Common/identity.schema.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-04/schema#", "type": [ "object", "null" ], "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Common/iso-8061.schema.json b/Source/HaloSharp.Test/JSON/Common/iso-8061.schema.json index 83d49d1..6dbc250 100644 --- a/Source/HaloSharp.Test/JSON/Common/iso-8061.schema.json +++ b/Source/HaloSharp.Test/JSON/Common/iso-8061.schema.json @@ -1,9 +1,10 @@ { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "ISO8601Date": { - "type": "string" + "type": [ "null", "string" ] } }, "required": [ diff --git a/Source/HaloSharp.Test/JSON/Common/link.schema.json b/Source/HaloSharp.Test/JSON/Common/link.schema.json new file mode 100644 index 0000000..38e8429 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/Common/link.schema.json @@ -0,0 +1,41 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "AuthorityId": { + "type": "string" + }, + "Path": { + "type": "string" + }, + "QueryString": { + "type": [ "string", "null" ] + }, + "RetryPolicyId": { + "type": "string" + }, + "TopicName": { + "type": "string" + }, + "AcknowledgementTypeId": { + "type": "integer" + }, + "AuthenticationLifetimeExtensionSupported": { + "type": "boolean" + } + }, + "required": [ + "AuthorityId", + "Path", + "QueryString", + "RetryPolicyId", + "TopicName", + "AcknowledgementTypeId", + "AuthenticationLifetimeExtensionSupported" + ] + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/Common/location.schema.json b/Source/HaloSharp.Test/JSON/Common/location.schema.json new file mode 100644 index 0000000..eccaa81 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/Common/location.schema.json @@ -0,0 +1,21 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": [ "object", "null" ], + "additionalProperties": false, + "properties": { + "x": { + "type": "number" + }, + "y": { + "type": "number" + }, + "z": { + "type": "number" + } + }, + "required": [ + "x", + "y", + "z" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/Common/variant.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Common/variant.schema.json similarity index 87% rename from Source/HaloSharp.Test/JSON/Common/variant.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Common/variant.schema.json index cd87ccc..18ed1f8 100644 --- a/Source/HaloSharp.Test/JSON/Common/variant.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Common/variant.schema.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-04/schema#", "type": [ "object", "null" ], "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/Common/requisition-pack.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/Common/requisition-pack.schema.json similarity index 98% rename from Source/HaloSharp.Test/JSON/Metadata/Common/requisition-pack.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/Common/requisition-pack.schema.json index 835a908..0014abf 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/Common/requisition-pack.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/Common/requisition-pack.schema.json @@ -1,7 +1,7 @@ { "definitions": { "StackedRequisitionPack": { - "$ref": "#" + "$ref": "#" } }, diff --git a/Source/HaloSharp.Test/JSON/Metadata/Common/reward.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/Common/reward.schema.json similarity index 88% rename from Source/HaloSharp.Test/JSON/Metadata/Common/reward.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/Common/reward.schema.json index 327e4c5..c91429c 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/Common/reward.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/Common/reward.schema.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-04/schema#", "type": [ "object", "null" ], "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/campaign-missions.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/campaign-missions.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/campaign-missions.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/campaign-missions.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/campaign-missions.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/campaign-missions.schema.json similarity index 93% rename from Source/HaloSharp.Test/JSON/Metadata/campaign-missions.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/campaign-missions.schema.json index 79db436..5c68314 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/campaign-missions.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/campaign-missions.schema.json @@ -1,6 +1,7 @@ { "definitions": { "CampaignMission": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/commendations.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/commendations.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/commendations.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/commendations.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/commendations.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/commendations.schema.json similarity index 91% rename from Source/HaloSharp.Test/JSON/Metadata/commendations.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/commendations.schema.json index a3fdefa..a56635a 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/commendations.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/commendations.schema.json @@ -1,6 +1,7 @@ { "definitions": { "Category": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -28,7 +29,9 @@ "contentId" ] }, + "Commendation": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -82,7 +85,9 @@ "contentId" ] }, + "Level": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -106,7 +111,9 @@ "contentId" ] }, + "RequiredLevel": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/competitive-skill-rank-designations.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/competitive-skill-rank-designations.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/competitive-skill-rank-designations.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/competitive-skill-rank-designations.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/competitive-skill-rank-designations.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/competitive-skill-rank-designations.schema.json similarity index 92% rename from Source/HaloSharp.Test/JSON/Metadata/competitive-skill-rank-designations.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/competitive-skill-rank-designations.schema.json index 5c4a969..bb84358 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/competitive-skill-rank-designations.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/competitive-skill-rank-designations.schema.json @@ -1,6 +1,7 @@ { "definitions": { "CompetitiveSkillRankDesignation": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -35,7 +36,9 @@ "contentId" ] }, + "Tier": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/enemies.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/enemies.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/enemies.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/enemies.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/enemies.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/enemies.schema.json similarity index 94% rename from Source/HaloSharp.Test/JSON/Metadata/enemies.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/enemies.schema.json index 4c09016..8ac951b 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/enemies.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/enemies.schema.json @@ -1,6 +1,7 @@ { "definitions": { "Enemy": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/flexible-stats.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/flexible-stats.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/flexible-stats.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/flexible-stats.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/flexible-stats.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/flexible-stats.schema.json similarity index 90% rename from Source/HaloSharp.Test/JSON/Metadata/flexible-stats.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/flexible-stats.schema.json index 2c47a8d..d364530 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/flexible-stats.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/flexible-stats.schema.json @@ -1,6 +1,7 @@ { "definitions": { "FlexibleStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/game-base-variants.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/game-base-variants.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/game-base-variants.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/game-base-variants.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/game-base-variants.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/game-base-variants.schema.json similarity index 90% rename from Source/HaloSharp.Test/JSON/Metadata/game-base-variants.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/game-base-variants.schema.json index 971f0c1..9aada03 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/game-base-variants.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/game-base-variants.schema.json @@ -1,6 +1,7 @@ { "definitions": { "GameBaseVariant": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -14,7 +15,7 @@ "type": [ "null", "string" ] }, "supportedGameModes": { - "type": ["null", "array"], + "type": [ "null", "array" ], "additionalItems": false, "items": { "type": "string" diff --git a/Source/HaloSharp.Test/JSON/Metadata/game-variant.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/game-variant.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/game-variant.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/game-variant.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/game-variant.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/game-variant.schema.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/game-variant.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/game-variant.schema.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/impulses.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/impulses.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/impulses.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/impulses.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/impulses.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/impulses.schema.json similarity index 92% rename from Source/HaloSharp.Test/JSON/Metadata/impulses.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/impulses.schema.json index 8e7f8d4..45e0b2f 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/impulses.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/impulses.schema.json @@ -1,6 +1,7 @@ { "definitions": { "Impulse": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/map-variant.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/map-variant.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/map-variant.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/map-variant.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/map-variant.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/map-variant.schema.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/map-variant.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/map-variant.schema.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/maps.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/maps.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/maps.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/maps.json diff --git a/Source/HaloSharp.Test/JSON/Halo5/Metadata/maps.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/maps.schema.json new file mode 100644 index 0000000..4f1b5ec --- /dev/null +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/maps.schema.json @@ -0,0 +1,46 @@ +{ + "definitions": { + "Map": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "name": { + "type": [ "string", "null" ] + }, + "description": { + "type": [ "string", "null" ] + }, + "supportedGameModes": { + "type": [ "array", "null" ], + "items": { + "type": "string" + } + }, + "imageUrl": { + "type": "string" + }, + "id": { + "type": "string" + }, + "contentId": { + "type": "string" + } + }, + "required": [ + "name", + "description", + "supportedGameModes", + "imageUrl", + "id", + "contentId" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "array", + "items": { + "$ref": "#/definitions/Map" + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/Metadata/medals.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/medals.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/medals.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/medals.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/medals.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/medals.schema.json similarity index 93% rename from Source/HaloSharp.Test/JSON/Metadata/medals.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/medals.schema.json index a8dd11d..7e17346 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/medals.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/medals.schema.json @@ -1,6 +1,7 @@ { "definitions": { "Medal": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -40,7 +41,9 @@ "contentId" ] }, + "SpriteLocation": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": [ "null", "object" ], "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/playlists.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/playlists.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/playlists.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/playlists.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/playlists.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/playlists.schema.json similarity index 94% rename from Source/HaloSharp.Test/JSON/Metadata/playlists.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/playlists.schema.json index fa8bb8d..a64eeb3 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/playlists.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/playlists.schema.json @@ -1,6 +1,7 @@ { "definitions": { "Playlist": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/requisition-pack.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/requisition-pack.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/requisition-pack.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/requisition-pack.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/requisition-pack.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/requisition-pack.schema.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/requisition-pack.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/requisition-pack.schema.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/requisition.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/requisition.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/requisition.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/requisition.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/requisition.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/requisition.schema.json similarity index 98% rename from Source/HaloSharp.Test/JSON/Metadata/requisition.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/requisition.schema.json index 5f00e3e..b9e2b79 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/requisition.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/requisition.schema.json @@ -5,7 +5,6 @@ "properties": { "supportedGameModes": { "type": "array", - "additionalItems": false, "items": { "type": "string" } diff --git a/Source/HaloSharp.Test/JSON/Metadata/seasons.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/seasons.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/seasons.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/seasons.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/seasons.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/seasons.schema.json similarity index 94% rename from Source/HaloSharp.Test/JSON/Metadata/seasons.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/seasons.schema.json index 3cc8546..82dd891 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/seasons.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/seasons.schema.json @@ -1,6 +1,7 @@ { "definitions": { "Season": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/skulls.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/skulls.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/skulls.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/skulls.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/skulls.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/skulls.schema.json similarity index 94% rename from Source/HaloSharp.Test/JSON/Metadata/skulls.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/skulls.schema.json index 1c73102..bef5918 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/skulls.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/skulls.schema.json @@ -1,6 +1,7 @@ { "definitions": { "Skull": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/spartan-ranks.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/spartan-ranks.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/spartan-ranks.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/spartan-ranks.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/spartan-ranks.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/spartan-ranks.schema.json similarity index 93% rename from Source/HaloSharp.Test/JSON/Metadata/spartan-ranks.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/spartan-ranks.schema.json index 6740ebb..199b1a3 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/spartan-ranks.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/spartan-ranks.schema.json @@ -1,6 +1,7 @@ { "definitions": { "SpartanRank": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/team-colors.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/team-colors.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/team-colors.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/team-colors.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/team-colors.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/team-colors.schema.json similarity index 94% rename from Source/HaloSharp.Test/JSON/Metadata/team-colors.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/team-colors.schema.json index 43f310b..0e8977a 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/team-colors.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/team-colors.schema.json @@ -1,6 +1,7 @@ { "definitions": { "TeamColor": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/vehicles.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/vehicles.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/vehicles.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/vehicles.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/vehicles.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/vehicles.schema.json similarity index 94% rename from Source/HaloSharp.Test/JSON/Metadata/vehicles.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/vehicles.schema.json index 05a8920..0938906 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/vehicles.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/vehicles.schema.json @@ -1,6 +1,7 @@ { "definitions": { "Vehicle": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Metadata/weapons.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/weapons.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Metadata/weapons.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/weapons.json diff --git a/Source/HaloSharp.Test/JSON/Metadata/weapons.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Metadata/weapons.schema.json similarity index 95% rename from Source/HaloSharp.Test/JSON/Metadata/weapons.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Metadata/weapons.schema.json index 17d2472..ad7a2bc 100644 --- a/Source/HaloSharp.Test/JSON/Metadata/weapons.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Metadata/weapons.schema.json @@ -1,6 +1,7 @@ { "definitions": { "Weapon": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/boost-info.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/boost-info.schema.json similarity index 81% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/boost-info.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/boost-info.schema.json index 069ccee..f2d785f 100644 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/boost-info.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/boost-info.schema.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-04/schema#", "type": [ "object", "null" ], "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/credits-earned.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/credits-earned.schema.json similarity index 93% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/credits-earned.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/credits-earned.schema.json index b124d8f..527762a 100644 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/credits-earned.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/credits-earned.schema.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/meta-commendation-delta.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/meta-commendation-delta.schema.json similarity index 88% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/meta-commendation-delta.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/meta-commendation-delta.schema.json index a229c61..5fc812a 100644 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/meta-commendation-delta.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/meta-commendation-delta.schema.json @@ -1,6 +1,7 @@ { "definitions": { "Requirement": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -26,6 +27,7 @@ } }, + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/oppenent-details.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/oppenent-details.schema.json similarity index 68% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/oppenent-details.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/oppenent-details.schema.json index 333a8c6..dd86f3d 100644 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/oppenent-details.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/oppenent-details.schema.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -10,7 +11,7 @@ } }, "required": [ - "GamerTag", - "TotalKills" + "GamerTag", + "TotalKills" ] } \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/progressive-commendation-delta.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/progressive-commendation-delta.schema.json similarity index 84% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/progressive-commendation-delta.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/progressive-commendation-delta.schema.json index 398dc76..dc86231 100644 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/progressive-commendation-delta.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/progressive-commendation-delta.schema.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/reward-set.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/reward-set.schema.json similarity index 72% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/reward-set.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/reward-set.schema.json index fbcf8b5..f15b133 100644 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/reward-set.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/reward-set.schema.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -9,13 +10,13 @@ "type": "integer" }, "SpartanRankSource": { - "type": ["integer", "null"] + "type": [ "integer", "null" ] }, "CommendationLevelId": { - "type": ["string", "null"] + "type": [ "string", "null" ] }, "CommendationSource": { - "type": ["string", "null"] + "type": [ "string", "null" ] } }, "required": [ diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/team-stat.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/team-stat.schema.json similarity index 82% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/team-stat.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/team-stat.schema.json index 34dc0cf..9b32490 100644 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/team-stat.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/team-stat.schema.json @@ -1,6 +1,7 @@ { "definitions": { "RoundStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -22,6 +23,7 @@ } }, + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -37,7 +39,7 @@ "RoundStats": { "type": "array", "items": { - "$ref" : "#/definitions/RoundStat" + "$ref": "#/definitions/RoundStat" } } }, diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/xp-info.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/xp-info.schema.json similarity index 94% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/xp-info.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/xp-info.schema.json index 2328fb9..13eb62e 100644 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/Common/xp-info.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/Common/xp-info.schema.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/arena-match.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/arena-match.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/arena-match.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/arena-match.json diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/arena-match.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/arena-match.schema.json similarity index 98% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/arena-match.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/arena-match.schema.json index 69e3cb6..72eaca5 100644 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/arena-match.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/arena-match.schema.json @@ -1,6 +1,7 @@ { "definitions": { "PlayerStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -123,7 +124,7 @@ "$ref": "../common/flexible-stats.schema.json" }, "Player": { - "$ref": "../common/identity.schema.json" + "$ref": "../../../common/identity.schema.json" }, "TeamId": { "type": "integer" diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/campaign-match.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/campaign-match.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/campaign-match.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/campaign-match.json diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/campaign-match.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/campaign-match.schema.json similarity index 98% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/campaign-match.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/campaign-match.schema.json index 7b6740b..9d9c8f3 100644 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/campaign-match.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/campaign-match.schema.json @@ -1,6 +1,7 @@ { "definitions": { "PlayerStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -123,7 +124,7 @@ "$ref": "../common/flexible-stats.schema.json" }, "Player": { - "$ref": "../common/identity.schema.json" + "$ref": "../../../common/identity.schema.json" }, "TeamId": { "type": "integer" diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/custom-match.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/custom-match.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/custom-match.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/custom-match.json diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/custom-match.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/custom-match.schema.json similarity index 98% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/custom-match.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/custom-match.schema.json index 5a66d36..6decddb 100644 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/custom-match.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/custom-match.schema.json @@ -1,6 +1,7 @@ { "definitions": { "PlayerStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -123,7 +124,7 @@ "$ref": "../common/flexible-stats.schema.json" }, "Player": { - "$ref": "../common/identity.schema.json" + "$ref": "../../../common/identity.schema.json" }, "TeamId": { "type": "integer" diff --git a/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/match-events.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/match-events.json new file mode 100644 index 0000000..3daa9bd --- /dev/null +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/match-events.json @@ -0,0 +1,11306 @@ +{ + "GameEvents": [ + { + "RoundIndex": 0, + "TimeSinceStart": "PT0.0499889S", + "EventName": "RoundStart" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT18.2411826S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT18.2422193S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT18.2422193S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT18.2571827S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT18.2571827S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT18.2571827S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT18.2741814S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT18.2751815S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT18.2751815S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT18.2901811S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT18.2911809S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "TimeSinceStart": "PT18.2911809S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT18.3071794S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT18.3081795S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT18.3081795S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT18.3241789S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT18.3251786S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT18.3251786S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT18.341178S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT18.341178S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT18.342178S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT18.3581759S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT18.3581759S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT18.3581759S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT18.3751767S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT18.3751767S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT18.3751767S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT18.3911671S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT18.3911671S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT18.3921757S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.0000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT21.9370187S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT21.9370187S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M4.7167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT22.952972S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT22.9539626S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.8833S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT28.9196955S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 3808094875, + "TimeSinceStart": "PT28.9196955S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2208825748 ], + "KillerWeaponStockId": 523953283, + "KillerWorldLocation": { + "x": -12.8758459, + "y": -9.241538, + "z": 2.35650229 + }, + "Victim": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 8.50948, + "y": -0.226920128, + "z": 2.41841841 + }, + "TimeSinceStart": "PT29.7766657S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT29.7776562S", + "EventName": "Medal" + }, + { + "MedalId": 3001183151, + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT29.7786658S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M4.1833S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT29.8296628S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M7.2167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT29.8296628S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M7.8000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT30.1196429S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 89283061 ], + "WeaponStockId": 723388907, + "TimeSinceStart": "PT30.1196429S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1095363701 ], + "KillerWeaponStockId": 313138863, + "KillerWorldLocation": { + "x": -0.889988065, + "y": -8.797953, + "z": 3.79780316 + }, + "Victim": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 3.14098549, + "y": -10.5898914, + "z": 3.40266824 + }, + "TimeSinceStart": "PT30.3086336S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.8000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT30.3126336S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 4, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M10.1833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT30.3126336S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 16, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "P0DT0H0M13.1000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT31.3855849S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT31.3855849S", + "EventName": "WeaponPickupPad" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT31.388594S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 3808094875, + "KillerWorldLocation": { + "x": -5.82813263, + "y": -11.3699217, + "z": 2.42826271 + }, + "Victim": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -3.752722, + "y": -10.6701355, + "z": 3.40207672 + }, + "TimeSinceStart": "PT36.0233766S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 14, + "ShotsLanded": 8, + "TimeWeaponActiveAsPrimary": "P0DT0H0M13.0667S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT36.0263859S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.9333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT37.3683291S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT37.3693238S", + "EventName": "WeaponPickupPad" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT37.3693238S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT37.7892981S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT37.7892981S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT37.7903071S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT38.3222828S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT38.323283S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT38.323283S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [ + { + "Gamertag": "Cyclonic Jet", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 89283061 ], + "KillerWeaponStockId": 723388907, + "KillerWorldLocation": { + "x": 5.4338603, + "y": 12.752923, + "z": 2.74198771 + }, + "Victim": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 11.3830166, + "y": 9.337961, + "z": 1.25210893 + }, + "TimeSinceStart": "PT41.5051334S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 14, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M14.0333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT41.5081402S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M9.0667S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT41.5081402S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT44.172021S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT44.172021S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT44.172021S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 723523180, + "KillerWorldLocation": { + "x": -4.911536, + "y": -5.98300266, + "z": -1.98991239 + }, + "Victim": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -2.63880754, + "y": 0.148622245, + "z": -1.98978174 + }, + "TimeSinceStart": "PT44.4540044S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 8, + "ShotsLanded": 5, + "TimeWeaponActiveAsPrimary": "P0DT0H0M5.3167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT44.4570082S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 7, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M20.6500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT44.4570082S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M4.1500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT49.2337951S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT49.2347944S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT49.5217724S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT49.5227812S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT49.5227812S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT52.4716407S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT52.4726404S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT52.4726404S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 8, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M12.9667S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT53.0176153S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT53.0176153S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [], + "KillerWeaponStockId": 4106030681, + "KillerWorldLocation": { + "x": 16.7504787, + "y": -1.463038, + "z": 1.61321414 + }, + "Victim": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 12.2636786, + "y": 12.5314379, + "z": 0.7993592 + }, + "TimeSinceStart": "PT57.8693988S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 4, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M12.7333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT57.872407S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M26.7500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT57.872407S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [ + { + "Gamertag": "Headshot Deezy", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": -9.651499, + "y": -2.01491451, + "z": -0.361828148 + }, + "Victim": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -1.32452261, + "y": -9.381367, + "z": 3.817281 + }, + "TimeSinceStart": "PT1M0.1862958S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 3, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M10.9500S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT1M0.1893002S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M7.1667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M0.190294S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [ + { + "Gamertag": "Hoch", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 89283061 ], + "KillerWeaponStockId": 723388907, + "KillerWorldLocation": { + "x": 9.616594, + "y": 1.39331949, + "z": -0.400276572 + }, + "Victim": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 9.205293, + "y": 3.55671525, + "z": 0.202140331 + }, + "TimeSinceStart": "PT1M4.1201201S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M0.8000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M4.1241273S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 6, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M10.8500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M4.1241273S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M5.8860486S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M5.8870407S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT1M5.8870407S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M8.2029444S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M8.2039403S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT1M8.2039403S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [ + { + "Gamertag": "tuck3r912", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2208825748 ], + "KillerWeaponStockId": 523953283, + "KillerWorldLocation": { + "x": 16.37284, + "y": 9.346385, + "z": 1.6051439 + }, + "Victim": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 15.4539547, + "y": 6.36004353, + "z": 1.61929274 + }, + "TimeSinceStart": "PT1M10.1688491S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 86, + "ShotsLanded": 25, + "TimeWeaponActiveAsPrimary": "P0DT0H0M31.3167S", + "WeaponAttachmentIds": [ 89283061 ], + "WeaponStockId": 723388907, + "TimeSinceStart": "PT1M10.1728565S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 10, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M12.6167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M10.1728565S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.0333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M10.5158323S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1327094800 ], + "WeaponStockId": 424645655, + "TimeSinceStart": "PT1M10.5158323S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Hoch", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 669296699, + "KillerWorldLocation": { + "x": -15.7245626, + "y": 0.152675286, + "z": 2.592994 + }, + "Victim": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 13.3988714, + "y": 0.510139, + "z": 1.83427453 + }, + "TimeSinceStart": "PT1M10.9688144S", + "EventName": "Death" + }, + { + "MedalId": 848240062, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT1M10.9688144S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.1000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M10.9718203S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.6667S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M10.9718203S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M12.1367678S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M12.1367678S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT1M12.1367678S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 723523180, + "KillerWorldLocation": { + "x": 2.82433343, + "y": -11.6938143, + "z": 3.39937067 + }, + "Victim": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 4.94992256, + "y": -10.519659, + "z": 2.911519 + }, + "TimeSinceStart": "PT1M14.7686417S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 10, + "ShotsLanded": 6, + "TimeWeaponActiveAsPrimary": "P0DT0H0M20.4500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M14.7716502S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M4.8000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M14.7726502S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 0, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": false, + "Killer": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 723523180, + "KillerWorldLocation": { + "x": 2.82433343, + "y": -11.6938143, + "z": 3.39937067 + }, + "Victim": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 2.82433343, + "y": -11.6938143, + "z": 3.39937067 + }, + "TimeSinceStart": "PT1M14.7726502S", + "EventName": "Death" + }, + { + "ImpulseId": 1408036107, + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "TimeSinceStart": "PT1M14.7726502S", + "EventName": "Impulse" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M43.2500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT1M14.7736498S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT1M14.7736498S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.3833S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M17.8485034S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 89283061 ], + "WeaponStockId": 723388907, + "TimeSinceStart": "PT1M17.8485034S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M18.1854884S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M18.1864971S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT1M18.1864971S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M18.9864518S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M18.9864518S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT1M18.9864518S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M22.7852814S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M22.7862914S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT1M22.7862914S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M22.8193589S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M22.8193589S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "TimeSinceStart": "PT1M22.8193589S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.5500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M26.6641172S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT1M26.6651177S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": 10.0503912, + "y": 11.4547186, + "z": 0.7995237 + }, + "Victim": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 9.348526, + "y": 10.1662092, + "z": 1.00472176 + }, + "TimeSinceStart": "PT1M28.9670078S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.6000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M28.9710138S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 19, + "ShotsLanded": 5, + "TimeWeaponActiveAsPrimary": "P0DT0H0M35.9500S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT1M28.9710138S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2208825748 ], + "KillerWeaponStockId": 523953283, + "KillerWorldLocation": { + "x": 9.131031, + "y": 11.8570976, + "z": 0.799551 + }, + "Victim": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 10.2398825, + "y": 9.753421, + "z": 0.20128727 + }, + "TimeSinceStart": "PT1M30.150954S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT1M30.1519618S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.1167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M30.1549607S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 7, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M9.8500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M30.1549607S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M30.1549607S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [ + { + "Gamertag": "Hoch", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": true, + "IsShoulderBash": false, + "IsWeapon": false, + "Killer": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1095363701 ], + "KillerWeaponStockId": 313138863, + "KillerWorldLocation": { + "x": -4.40114641, + "y": -11.094327, + "z": 3.68887568 + }, + "Victim": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -4.73570251, + "y": -11.1847887, + "z": 3.61862826 + }, + "TimeSinceStart": "PT1M30.5679355S", + "EventName": "Death" + }, + { + "MedalId": 2287626681, + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "TimeSinceStart": "PT1M30.5679355S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.9000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT1M30.5709426S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M6.1333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M30.5719422S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M9.5000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M32.313855S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT1M32.3148684S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1095363701 ], + "KillerWeaponStockId": 313138863, + "KillerWorldLocation": { + "x": 15.8970718, + "y": -3.23065448, + "z": 1.61465645 + }, + "Victim": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 14.1005583, + "y": -7.46561146, + "z": 1.61828017 + }, + "TimeSinceStart": "PT1M34.3027685S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M23.7833S", + "WeaponAttachmentIds": [ 1327094800 ], + "WeaponStockId": 424645655, + "TimeSinceStart": "PT1M34.306769S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 10, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M24.3167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M34.306769S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M37.1176488S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M37.1176488S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT1M37.1176488S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M38.3015874S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M38.3015874S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT1M38.3015874S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [ + { + "Gamertag": "Sir Kitchel", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2208825748 ], + "KillerWeaponStockId": 523953283, + "KillerWorldLocation": { + "x": 12.49492, + "y": 10.3925629, + "z": 0.464184761 + }, + "Victim": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 9.819606, + "y": 0.642352462, + "z": -0.2916506 + }, + "TimeSinceStart": "PT1M38.5335785S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT1M38.5335785S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 20, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M11.9833S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M38.5365854S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 4, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M20.5333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M38.5365854S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M38.7175714S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M38.7185772S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT1M38.7185772S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M42.4514031S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M42.4514031S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT1M42.4514031S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M9.3833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT1M44.4133137S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 2681172411, + "TimeSinceStart": "PT1M44.4133137S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.6667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M45.2962742S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT1M45.2962742S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT1M46.5502263S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M46.5512264S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT1M46.5512264S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M8.5333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT1M48.162153S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT1M48.1631447S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2208825748 ], + "KillerWeaponStockId": 523953283, + "KillerWorldLocation": { + "x": -1.86170447, + "y": 10.889843, + "z": 2.295593 + }, + "Victim": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 2.00877428, + "y": 8.397269, + "z": 1.84300172 + }, + "TimeSinceStart": "PT2M1.26456S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT2M1.265559S", + "EventName": "Medal" + }, + { + "MedalId": 824733727, + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT2M1.2665658S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 68, + "ShotsLanded": 8, + "TimeWeaponActiveAsPrimary": "P0DT0H0M38.3667S", + "WeaponAttachmentIds": [ 89283061 ], + "WeaponStockId": 723388907, + "TimeSinceStart": "PT2M1.2695659S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M8.2500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M1.2695659S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [], + "KillerWeaponStockId": 4106030681, + "KillerWorldLocation": { + "x": 6.66108, + "y": 9.093545, + "z": 0.238117337 + }, + "Victim": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 6.94277239, + "y": -0.874281347, + "z": 2.4184072 + }, + "TimeSinceStart": "PT2M1.5355464S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 24, + "ShotsLanded": 7, + "TimeWeaponActiveAsPrimary": "P0DT0H0M18.0667S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 3808094875, + "TimeSinceStart": "PT2M1.5395547S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 26, + "ShotsLanded": 10, + "TimeWeaponActiveAsPrimary": "P0DT0H1M18.9833S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT2M1.5395547S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Hoch", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 669296699, + "KillerWorldLocation": { + "x": -14.5565138, + "y": -0.5033927, + "z": 3.06738114 + }, + "Victim": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 10.1788864, + "y": 0.1956271, + "z": 2.46978426 + }, + "TimeSinceStart": "PT2M4.0314365S", + "EventName": "Death" + }, + { + "MedalId": 848240062, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT2M4.0314365S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M0.9167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M4.0354429S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 5, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M15.8667S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT2M4.0354429S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": -3.83084273, + "y": -1.582413, + "z": -1.98973179 + }, + "Victim": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -5.073235, + "y": -8.41987, + "z": -1.99000311 + }, + "TimeSinceStart": "PT2M8.0132571S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT2M8.0142572S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M8.5333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M8.0182669S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M12.9333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M8.0182669S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M9.281208S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M9.281208S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT2M9.281208S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M9.5481965S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M9.5481965S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT2M9.5481965S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 35, + "ShotsLanded": 17, + "TimeWeaponActiveAsPrimary": "P0DT0H0M30.5500S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M10.4611457S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT2M10.4611457S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M12.0480841S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M12.0480841S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT2M12.0480841S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [], + "KillerWeaponStockId": 2460880172, + "KillerWorldLocation": { + "x": -5.177876, + "y": -2.85725045, + "z": -1.98991406 + }, + "Victim": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -5.305561, + "y": -9.555822, + "z": -1.99001312 + }, + "TimeSinceStart": "PT2M14.1969807S", + "EventName": "Death" + }, + { + "MedalId": 2251767925, + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT2M14.1979875S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 8, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M29.7833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 2681172411, + "TimeSinceStart": "PT2M14.2009877S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.5833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M14.2019946S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [ + { + "Gamertag": "tuck3r912", + "Xuid": null + }, + { + "Gamertag": "MasterlessSEAL", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": -16.1470985, + "y": 5.60377836, + "z": 1.65391636 + }, + "Victim": { + "Gamertag": "Hoch", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -15.8490467, + "y": -4.920375, + "z": 1.63419449 + }, + "TimeSinceStart": "PT2M15.179937S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 5, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "P0DT0H1M34.2500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT2M15.1839347S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M18.3500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M15.1839347S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.8500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M15.2769307S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 3808094875, + "TimeSinceStart": "PT2M15.2769307S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M16.0309057S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M16.0319056S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT2M16.0319056S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 8, + "ShotsLanded": 7, + "TimeWeaponActiveAsPrimary": "P0DT0H0M6.6667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M18.3268324S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT2M18.3278031S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 9, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M38.9167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M18.9437752S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT2M18.9437752S", + "EventName": "WeaponPickupPad" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT2M18.9437752S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M22.2136214S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M22.2146297S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "TimeSinceStart": "PT2M22.2146297S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [ + { + "Gamertag": "HC PillarofFire", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 3808094875, + "KillerWorldLocation": { + "x": 0.9889898, + "y": -10.4862738, + "z": 3.7078402 + }, + "Victim": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -0.8395315, + "y": -11.1052265, + "z": 3.43564367 + }, + "TimeSinceStart": "PT2M22.3826131S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.9167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M22.3866124S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.4333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT2M22.3866124S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": -6.215947, + "y": 0.5513026, + "z": 2.41840219 + }, + "Victim": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 11.0332308, + "y": -1.00337589, + "z": 2.18727326 + }, + "TimeSinceStart": "PT2M22.5126077S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT2M22.5146172S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 18, + "ShotsLanded": 9, + "TimeWeaponActiveAsPrimary": "P0DT0H0M37.2167S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT2M22.5186149S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.1833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M22.5196148S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 8, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M7.9000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 3808094875, + "TimeSinceStart": "PT2M23.1765766S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M23.1765766S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M23.1965845S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M23.1975845S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT2M23.1975845S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M0.6167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M23.792558S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT2M23.7935583S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M4.2167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M26.4264346S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT2M26.4264346S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 723523180, + "KillerWorldLocation": { + "x": -8.016607, + "y": -10.24853, + "z": 1.231844 + }, + "Victim": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -14.5982542, + "y": -6.712919, + "z": 1.62422955 + }, + "TimeSinceStart": "PT2M27.3953892S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.1333S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT2M27.3983963S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M10.0500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M27.3983963S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": true, + "IsShoulderBash": false, + "IsWeapon": false, + "Killer": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1095363701 ], + "KillerWeaponStockId": 313138863, + "KillerWorldLocation": { + "x": 14.4670382, + "y": -3.328187, + "z": 1.84136748 + }, + "Victim": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 14.2573719, + "y": -3.49633718, + "z": 1.61483431 + }, + "TimeSinceStart": "PT2M29.6292892S", + "EventName": "Death" + }, + { + "MedalId": 2287626681, + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT2M29.6302894S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 5, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.2000S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT2M29.6332962S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M30.3962629S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M30.3972621S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT2M30.3972621S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M30.5292565S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M30.5302561S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT2M30.5302561S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.1667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M30.7592371S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 3808094875, + "TimeSinceStart": "PT2M30.7592371S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 4, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M7.1833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M31.4092078S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT2M31.4092078S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M35.413053S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M35.4140376S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT2M35.4140376S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.2500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M36.6421038S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT2M36.6421038S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M6.4000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M36.9249695S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 89283061 ], + "WeaponStockId": 723388907, + "TimeSinceStart": "PT2M36.9259607S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M37.6459376S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M37.6469285S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "TimeSinceStart": "PT2M37.6469285S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": true, + "IsWeapon": false, + "Killer": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [], + "KillerWeaponStockId": 3168248199, + "KillerWorldLocation": { + "x": 7.86197329, + "y": -0.7162989, + "z": 2.41842914 + }, + "Victim": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 7.515018, + "y": -0.748192132, + "z": 2.418435 + }, + "TimeSinceStart": "PT2M41.3937621S", + "EventName": "Death" + }, + { + "MedalId": 298813630, + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT2M41.3947627S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M4.7500S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT2M41.3977694S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M5.0000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M41.398769S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 723523180, + "KillerWorldLocation": { + "x": -13.6955853, + "y": -7.756304, + "z": 1.91862726 + }, + "Victim": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -12.323555, + "y": -3.68046641, + "z": 1.63104463 + }, + "TimeSinceStart": "PT2M41.6437498S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 55, + "ShotsLanded": 20, + "TimeWeaponActiveAsPrimary": "P0DT0H0M30.6167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M41.6467548S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 8, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M48.1167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M41.649758S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 723523180, + "KillerWorldLocation": { + "x": -13.6955853, + "y": -7.756304, + "z": 1.91862726 + }, + "Victim": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -12.3460264, + "y": -2.757815, + "z": 1.63282371 + }, + "TimeSinceStart": "PT2M41.6507582S", + "EventName": "Death" + }, + { + "MedalId": 2430242797, + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT2M41.6507582S", + "EventName": "Medal" + }, + { + "MedalId": 2078758684, + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT2M41.6517491S", + "EventName": "Medal" + }, + { + "MedalId": 824733727, + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT2M41.6517491S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 17, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "P0DT0H0M5.8833S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M41.6537494S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 19, + "ShotsLanded": 6, + "TimeWeaponActiveAsPrimary": "P0DT0H0M26.4833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M41.6537494S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.7833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 3808094875, + "TimeSinceStart": "PT2M41.7577528S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT2M41.7587441S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": true, + "IsWeapon": false, + "Killer": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [], + "KillerWeaponStockId": 3168248199, + "KillerWorldLocation": { + "x": 4.78847361, + "y": -0.0878952742, + "z": 2.53609324 + }, + "Victim": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 4.485023, + "y": -0.100788087, + "z": 2.536199 + }, + "TimeSinceStart": "PT2M43.4776676S", + "EventName": "Death" + }, + { + "MedalId": 298813630, + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT2M43.4776676S", + "EventName": "Medal" + }, + { + "MedalId": 2078758684, + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT2M43.4786683S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 7, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M12.0667S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT2M43.4816757S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 11, + "ShotsLanded": 9, + "TimeWeaponActiveAsPrimary": "P0DT0H0M12.1833S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M43.4826671S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M43.4826671S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [ + { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + { + "Gamertag": "tuck3r912", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": -2.218353, + "y": -10.9486771, + "z": 3.40131187 + }, + "Victim": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -14.1109591, + "y": -10.103281, + "z": 1.22509456 + }, + "TimeSinceStart": "PT2M44.2946321S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT2M44.2956403S", + "EventName": "Medal" + }, + { + "MedalId": 194124164, + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT2M44.2956403S", + "EventName": "Medal" + }, + { + "MedalId": 1326375333, + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT2M44.2956403S", + "EventName": "Medal" + }, + { + "MedalId": 1326375333, + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT2M44.2956403S", + "EventName": "Medal" + }, + { + "MedalId": 1326375333, + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT2M44.2956403S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M12.8833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M44.2986396S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M15.3833S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M44.2996394S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [], + "KillerWeaponStockId": 4106030681, + "KillerWorldLocation": { + "x": 3.44045234, + "y": 0.143322915, + "z": 0.0426210463 + }, + "Victim": { + "Gamertag": "Hoch", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -15.183485, + "y": -11.9138212, + "z": 1.04123759 + }, + "TimeSinceStart": "PT2M44.9106034S", + "EventName": "Death" + }, + { + "MedalId": 3491849182, + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT2M44.9106034S", + "EventName": "Medal" + }, + { + "MedalId": 285057226, + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT2M44.9106034S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.0167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT2M44.912612S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 4, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M14.7500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M44.912612S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M0.3000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M46.240548S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT2M46.2415483S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M49.4104101S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M49.4114006S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT2M49.4114006S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M49.66139S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M49.66139S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT2M49.66139S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M49.6943984S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M49.6953975S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT2M49.6953975S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M51.4943074S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M51.4953081S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT2M51.4953081S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M52.3112809S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M52.3112809S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT2M52.3112809S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M52.9272529S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M52.9282531S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT2M52.9282531S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [ + { + "Gamertag": "HC PillarofFire", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 723523180, + "KillerWorldLocation": { + "x": -12.927289, + "y": -7.72699451, + "z": 2.18966627 + }, + "Victim": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -16.80758, + "y": -2.72953033, + "z": 2.309002 + }, + "TimeSinceStart": "PT2M56.2100983S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M4.1333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT2M56.2121077S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 13, + "ShotsLanded": 6, + "TimeWeaponActiveAsPrimary": "P0DT0H0M16.6667S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT2M56.2121077S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M10.5000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M1.3398357S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 89283061 ], + "WeaponStockId": 723388907, + "TimeSinceStart": "PT3M1.3398357S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [], + "KillerWeaponStockId": 4106030681, + "KillerWorldLocation": { + "x": -15.5623922, + "y": -3.87699962, + "z": 1.62794614 + }, + "Victim": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -12.488328, + "y": -6.247996, + "z": 0.763637662 + }, + "TimeSinceStart": "PT3M3.02275S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 3, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M11.5500S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT3M3.0267568S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 4, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "P0DT0H0M31.1000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT3M3.02775S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 12, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M12.1833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M3.8227111S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 3808094875, + "TimeSinceStart": "PT3M3.8237173S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [ + { + "Gamertag": "Hoch", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": true, + "IsShoulderBash": false, + "IsWeapon": false, + "Killer": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": -7.265885, + "y": 11.9744835, + "z": 0.8909795 + }, + "Victim": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -7.591557, + "y": 12.0928116, + "z": 0.798274457 + }, + "TimeSinceStart": "PT3M4.0097S", + "EventName": "Death" + }, + { + "MedalId": 2287626681, + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "TimeSinceStart": "PT3M4.0097S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 8, + "ShotsLanded": 6, + "TimeWeaponActiveAsPrimary": "P0DT0H0M8.1333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M4.0126984S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 13, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "P0DT0H0M6.0500S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M4.014698S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M4.3606901S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M4.3606901S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT3M4.3606901S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.1333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M7.2555415S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT3M7.256542S", + "EventName": "WeaponPickup" + }, + { + "MedalId": 3400287617, + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "TimeSinceStart": "PT3M7.8065057S", + "EventName": "Medal" + }, + { + "Assistants": [ + { + "Gamertag": "tuck3r912", + "Xuid": null + }, + { + "Gamertag": "thanatosrequiem", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1095363701 ], + "KillerWeaponStockId": 313138863, + "KillerWorldLocation": { + "x": -9.67314148, + "y": -6.60563469, + "z": -0.4010531 + }, + "Victim": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -13.0435, + "y": -8.253936, + "z": 0.9976177 + }, + "TimeSinceStart": "PT3M8.5594678S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 10, + "ShotsLanded": 5, + "TimeWeaponActiveAsPrimary": "P0DT0H0M20.0667S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT3M8.562466S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M11.1333S", + "WeaponAttachmentIds": [ 89283061 ], + "WeaponStockId": 723388907, + "TimeSinceStart": "PT3M8.5634746S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M0.3167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M10.2383891S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT3M10.2393908S", + "EventName": "WeaponPickup" + }, + { + "MedalId": 3400287617, + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT3M10.8403489S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M11.0093494S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M11.0103493S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT3M11.0103493S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M12.0262977S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M12.0262977S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT3M12.0272975S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": -14.303812, + "y": -10.2687464, + "z": 1.2355485 + }, + "Victim": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -13.6979609, + "y": -6.611296, + "z": 1.43922377 + }, + "TimeSinceStart": "PT3M14.2421873S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M4.0000S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT3M14.2451953S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 10, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M18.3000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M14.2461887S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M16.5760912S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M16.5760912S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT3M16.5760912S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2208825748 ], + "KillerWeaponStockId": 523953283, + "KillerWorldLocation": { + "x": 2.537772, + "y": 5.463918, + "z": 3.81281757 + }, + "Victim": { + "Gamertag": "Hoch", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -0.0590005741, + "y": 13.293767, + "z": 2.63009453 + }, + "TimeSinceStart": "PT3M17.425046S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M8.2167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M17.4280527S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 6, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M16.1500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M17.4280527S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.4833S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M17.5880456S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1327094800 ], + "WeaponStockId": 424645655, + "TimeSinceStart": "PT3M17.5890359S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M12.1667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M18.9049774S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 89283061 ], + "WeaponStockId": 723388907, + "TimeSinceStart": "PT3M18.9049774S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M22.2588276S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M22.2588276S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT3M22.2588276S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 4, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M28.1833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M22.5708221S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT3M22.5718221S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [ + { + "Gamertag": "Greenskull", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 89283061 ], + "KillerWeaponStockId": 723388907, + "KillerWorldLocation": { + "x": 10.1190052, + "y": 9.662499, + "z": 0.20128727 + }, + "Victim": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 11.2838135, + "y": 12.2355137, + "z": 0.7994045 + }, + "TimeSinceStart": "PT3M22.9747972S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M0.9667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M22.9778039S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 5, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M9.9833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M22.9778039S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2208825748 ], + "KillerWeaponStockId": 523953283, + "KillerWorldLocation": { + "x": 2.2742548, + "y": 12.0965433, + "z": 2.287622 + }, + "Victim": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 11.3874283, + "y": 13.9465809, + "z": 0.781080246 + }, + "TimeSinceStart": "PT3M23.6237676S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 23, + "ShotsLanded": 9, + "TimeWeaponActiveAsPrimary": "P0DT0H0M11.3333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M23.6267753S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.2833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M23.6267753S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M25.443694S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M25.443694S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT3M25.443694S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 89283061 ], + "KillerWeaponStockId": 723388907, + "KillerWorldLocation": { + "x": -19.97275, + "y": -2.53245139, + "z": 1.99656153 + }, + "Victim": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -8.596071, + "y": 0.152492136, + "z": 2.41838646 + }, + "TimeSinceStart": "PT3M27.2666038S", + "EventName": "Death" + }, + { + "MedalId": 2838259753, + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT3M27.267602S", + "EventName": "Medal" + }, + { + "ImpulseId": 2556889090, + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT3M27.267602S", + "EventName": "Impulse" + }, + { + "MedalId": 824733727, + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT3M27.2706038S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.9500S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M27.2726117S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M4.5333S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT3M27.2726117S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [ + { + "Gamertag": "HC PillarofFire", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": true, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": false, + "Killer": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 89283061 ], + "KillerWeaponStockId": 723388907, + "KillerWorldLocation": { + "x": 4.561401, + "y": 12.7317924, + "z": 2.284229 + }, + "Victim": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 4.427275, + "y": 13.0513811, + "z": 2.287622 + }, + "TimeSinceStart": "PT3M28.1745641S", + "EventName": "Death" + }, + { + "MedalId": 3270120991, + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "TimeSinceStart": "PT3M28.1745641S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 13, + "ShotsLanded": 8, + "TimeWeaponActiveAsPrimary": "P0DT0H0M20.7833S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT3M28.1785711S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.7667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M28.1805709S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 10, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M29.3000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M30.687449S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M30.687449S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT3M30.687449S", + "EventName": "WeaponPickupPad" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT3M30.687449S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M31.1244388S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M31.1254388S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT3M31.1254388S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M31.7744099S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M31.7744099S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT3M31.7744099S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.5667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M32.2703787S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT3M32.2703787S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M35.2572539S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M35.2582445S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT3M35.2582445S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M36.1912388S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M36.1922032S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT3M36.1922032S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.5000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M38.1861231S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT3M38.1871136S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Hoch", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [], + "KillerWeaponStockId": 4106030681, + "KillerWorldLocation": { + "x": -7.12341, + "y": 12.0931463, + "z": 1.02235568 + }, + "Victim": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -15.8157129, + "y": 8.383231, + "z": 1.70959771 + }, + "TimeSinceStart": "PT3M43.3888826S", + "EventName": "Death" + }, + { + "MedalId": 824733727, + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT3M43.3898897S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 33, + "ShotsLanded": 9, + "TimeWeaponActiveAsPrimary": "P0DT0H0M15.4667S", + "WeaponAttachmentIds": [ 1327094800 ], + "WeaponStockId": 424645655, + "TimeSinceStart": "PT3M43.3928811S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 24, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M22.5833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 3808094875, + "TimeSinceStart": "PT3M43.3928811S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [ + { + "Gamertag": "HC PillarofFire", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Hoch", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": -10.5571089, + "y": 12.2296486, + "z": 0.799551 + }, + "Victim": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -10.97005, + "y": 6.294941, + "z": 0.294968367 + }, + "TimeSinceStart": "PT3M46.2387541S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT3M46.2397535S", + "EventName": "Medal" + }, + { + "MedalId": 2078758684, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT3M46.2397535S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M16.8000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M46.2437529S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 3, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M7.0500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M46.2437529S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M51.4065316S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M51.4075309S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT3M51.4075309S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 3, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M13.4667S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M53.3184426S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT3M53.319445S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [ + { + "Gamertag": "Sir Kitchel", + "Xuid": null + } + ], + "DeathDisposition": 0, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": false, + "Killer": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 89283061 ], + "KillerWeaponStockId": 723388907, + "KillerWorldLocation": { + "x": -4.49111557, + "y": 12.5255, + "z": 2.28839874 + }, + "Victim": { + "Gamertag": "Hoch", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -10.1881084, + "y": 12.7593184, + "z": 1.35315335 + }, + "TimeSinceStart": "PT3M53.9244113S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 15, + "ShotsLanded": 7, + "TimeWeaponActiveAsPrimary": "P0DT0H0M16.4833S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT3M53.9264084S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 3, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M8.3000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M53.9264084S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M54.2553938S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M54.2564034S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT3M54.2564034S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": true, + "IsShoulderBash": false, + "IsWeapon": false, + "Killer": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": -9.82659, + "y": 11.4039774, + "z": 0.790148854 + }, + "Victim": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -10.1710625, + "y": 11.4647264, + "z": 0.799548149 + }, + "TimeSinceStart": "PT3M54.5053837S", + "EventName": "Death" + }, + { + "MedalId": 2287626681, + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT3M54.5053837S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 12, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "P0DT0H0M22.1333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M54.5083829S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M54.5083829S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.2500S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M54.5103917S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 89283061 ], + "KillerWeaponStockId": 723388907, + "KillerWorldLocation": { + "x": 12.3373823, + "y": 6.44901657, + "z": 0.591130733 + }, + "Victim": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 12.6559792, + "y": 3.70310831, + "z": 1.61465657 + }, + "TimeSinceStart": "PT3M55.2253587S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.8667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M55.234359S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 8, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M17.1000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT3M55.234359S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 120, + "ShotsLanded": 34, + "TimeWeaponActiveAsPrimary": "P0DT0H0M55.6167S", + "WeaponAttachmentIds": [ 89283061 ], + "WeaponStockId": 723388907, + "TimeSinceStart": "PT3M57.085268S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT3M57.085268S", + "EventName": "WeaponPickup" + }, + { + "MedalId": 3400287617, + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT3M59.8531438S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.3833S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M0.2011319S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT4M0.2021303S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2208825748 ], + "KillerWeaponStockId": 523953283, + "KillerWorldLocation": { + "x": 0.92755264, + "y": -10.4465208, + "z": 3.40171576 + }, + "Victim": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -3.21418834, + "y": -10.6880789, + "z": 3.402028 + }, + "TimeSinceStart": "PT4M1.4870717S", + "EventName": "Death" + }, + { + "MedalId": 466059351, + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT4M1.4910786S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 20, + "ShotsLanded": 12, + "TimeWeaponActiveAsPrimary": "P0DT0H0M4.1667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M1.493071S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.0667S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M1.493071S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M1.9390585S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M1.9400584S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT4M1.9400584S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M2.522033S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M2.522033S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT4M2.5230326S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M3.2380056S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M3.2390055S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT4M3.2390055S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [ + { + "Gamertag": "Adriano 999xd", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": 6.903059, + "y": 0.476169139, + "z": 2.89148927 + }, + "Victim": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 0.318309426, + "y": -10.8084574, + "z": 3.49140716 + }, + "TimeSinceStart": "PT4M3.5049805S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT4M3.5049805S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 10, + "ShotsLanded": 6, + "TimeWeaponActiveAsPrimary": "P0DT0H0M25.3167S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT4M3.5079794S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.9167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M3.5079794S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M9.5037195S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M9.5047196S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT4M9.5047196S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M11.5206295S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M11.5216293S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT4M11.5216293S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [ + { + "Gamertag": "Headshot Deezy", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Hoch", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": -15.2928486, + "y": 4.67612839, + "z": 2.47448683 + }, + "Victim": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -16.907959, + "y": -1.23665988, + "z": 1.63860536 + }, + "TimeSinceStart": "PT4M12.9695571S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.6667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M12.9735641S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 25, + "ShotsLanded": 6, + "TimeWeaponActiveAsPrimary": "P0DT0H0M19.6500S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT4M12.9735641S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [ + { + "Gamertag": "HC PillarofFire", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": true, + "IsShoulderBash": false, + "IsWeapon": false, + "Killer": { + "Gamertag": "Hoch", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": -16.8898582, + "y": 0.46596247, + "z": 1.60892212 + }, + "Victim": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -16.8620262, + "y": 0.11020647, + "z": 1.63625515 + }, + "TimeSinceStart": "PT4M16.02242S", + "EventName": "Death" + }, + { + "MedalId": 2287626681, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT4M16.02242S", + "EventName": "Medal" + }, + { + "MedalId": 2078758684, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT4M16.02242S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 19, + "ShotsLanded": 6, + "TimeWeaponActiveAsPrimary": "P0DT0H0M13.0000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M16.0254194S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M16.0254194S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 5, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M11.6167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M16.0264277S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.7667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M16.7163947S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT4M16.7173947S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 9, + "ShotsLanded": 5, + "TimeWeaponActiveAsPrimary": "P0DT0H0M14.0167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M17.7333332S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M17.7333332S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT4M17.7333332S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": true, + "IsShoulderBash": false, + "IsWeapon": false, + "Killer": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": -5.351529, + "y": -11.2099943, + "z": 2.87862277 + }, + "Victim": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -5.41745949, + "y": -11.5505905, + "z": 2.652748 + }, + "TimeSinceStart": "PT4M18.3863013S", + "EventName": "Death" + }, + { + "MedalId": 250435527, + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT4M18.3863013S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 5, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M14.8333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M18.3893015S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M18.3893015S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.0333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M18.3903002S", + "EventName": "WeaponDrop" + }, + { + "MedalId": 3400287617, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT4M20.0172169S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M20.9871674S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M20.9871674S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT4M20.9871674S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M14.5833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M22.1331086S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT4M22.1331086S", + "EventName": "WeaponPickupPad" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT4M22.1331086S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M24.1860031S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M24.1870124S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT4M24.1870124S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M26.5538911S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M26.5538911S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT4M26.5538911S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2208825748 ], + "KillerWeaponStockId": 523953283, + "KillerWorldLocation": { + "x": 5.178081, + "y": -10.7227793, + "z": 2.78602648 + }, + "Victim": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 15.3461761, + "y": -5.803083, + "z": 1.91665554 + }, + "TimeSinceStart": "PT4M30.2356957S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT4M30.2367045S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M13.3667S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT4M30.240694S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 5, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M17.9167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M30.240694S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": -5.76515341, + "y": -0.122849189, + "z": 2.51664472 + }, + "Victim": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 6.70758057, + "y": 0.09129061, + "z": 2.41839933 + }, + "TimeSinceStart": "PT4M32.902559S", + "EventName": "Death" + }, + { + "MedalId": 3653057799, + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT4M32.9035666S", + "EventName": "Medal" + }, + { + "ImpulseId": 3174430457, + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT4M32.9065666S", + "EventName": "Impulse" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M4.4167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M32.9075661S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M18.8333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M32.9075661S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M5.9667S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M33.5485235S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT4M33.5485235S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": true, + "IsShoulderBash": false, + "IsWeapon": false, + "Killer": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 4096745987, + "KillerWorldLocation": { + "x": 4.804436, + "y": 4.83901834, + "z": 2.44634628 + }, + "Victim": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 4.52423573, + "y": 5.07412148, + "z": 2.451799 + }, + "TimeSinceStart": "PT4M37.6853143S", + "EventName": "Death" + }, + { + "MedalId": 250435527, + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT4M37.6853143S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 60, + "ShotsLanded": 5, + "TimeWeaponActiveAsPrimary": "P0DT0H0M31.3000S", + "WeaponAttachmentIds": [ 89283061 ], + "WeaponStockId": 723388907, + "TimeSinceStart": "PT4M37.6883124S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [ 89283061 ], + "WeaponStockId": 723388907, + "TimeSinceStart": "PT4M37.6883124S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 4, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M46.8667S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT4M37.6893132S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M38.2522834S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M38.2522834S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT4M38.2522834S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M4.0167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M38.6812617S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1327094800 ], + "WeaponStockId": 424645655, + "TimeSinceStart": "PT4M38.6812617S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M15.4667S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M39.3142377S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1327094800 ], + "WeaponStockId": 424645655, + "TimeSinceStart": "PT4M39.3152381S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [ + { + "Gamertag": "Headshot Deezy", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Hoch", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [], + "KillerWeaponStockId": 3190813201, + "KillerWorldLocation": { + "x": 2.7820375, + "y": 5.650201, + "z": 3.812788 + }, + "Victim": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 6.869426, + "y": 4.94199944, + "z": 2.45095062 + }, + "TimeSinceStart": "PT4M40.6001652S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.7167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M40.6051714S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.2833S", + "WeaponAttachmentIds": [ 1327094800 ], + "WeaponStockId": 424645655, + "TimeSinceStart": "PT4M40.6051714S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M40.9181559S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M40.9191477S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT4M40.9191477S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.2667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M41.4811175S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT4M41.4811175S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2208825748 ], + "KillerWeaponStockId": 523953283, + "KillerWorldLocation": { + "x": 17.2883072, + "y": -1.5098238, + "z": 1.61435354 + }, + "Victim": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 16.8400135, + "y": -7.8221, + "z": 1.10838139 + }, + "TimeSinceStart": "PT4M41.5511161S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 14, + "ShotsLanded": 8, + "TimeWeaponActiveAsPrimary": "P0DT0H0M38.1833S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT4M41.553123S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 26, + "ShotsLanded": 13, + "TimeWeaponActiveAsPrimary": "P0DT0H0M43.1333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M41.553123S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M41.553123S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M45.7009112S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M45.7019111S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "TimeSinceStart": "PT4M45.7019111S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M48.6177548S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M48.6187617S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT4M48.6187617S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M49.5677046S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M49.5687039S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT4M49.5687039S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M6.1333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M51.8295882S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT4M51.8305971S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [ + { + "Gamertag": "tuck3r912", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2208825748 ], + "KillerWeaponStockId": 523953283, + "KillerWorldLocation": { + "x": 15.5723248, + "y": -4.13881445, + "z": 1.61465645 + }, + "Victim": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 16.1058941, + "y": 1.18077016, + "z": 1.61465549 + }, + "TimeSinceStart": "PT4M52.4505583S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT4M52.4505583S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 18, + "ShotsLanded": 6, + "TimeWeaponActiveAsPrimary": "P0DT0H0M13.7667S", + "WeaponAttachmentIds": [ 1327094800 ], + "WeaponStockId": 424645655, + "TimeSinceStart": "PT4M52.4535698S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 6, + "ShotsLanded": 5, + "TimeWeaponActiveAsPrimary": "P0DT0H0M23.0000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M52.4535698S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.4667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M52.613548S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT4M52.613548S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M0.5667S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M53.6465061S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M53.6475043S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.7333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M55.3794056S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M55.3804158S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.4500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT4M56.8293411S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT4M56.8303412S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M0.4671463S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M0.4671463S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT5M0.4671463S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": true, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": false, + "Killer": { + "Gamertag": "Hoch", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [], + "KillerWeaponStockId": 3168248199, + "KillerWorldLocation": { + "x": -6.91221428, + "y": 5.466024, + "z": 2.75738382 + }, + "Victim": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -7.31902552, + "y": 5.315937, + "z": 2.450873 + }, + "TimeSinceStart": "PT5M1.7320849S", + "EventName": "Death" + }, + { + "MedalId": 492192256, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT5M1.7330843S", + "EventName": "Medal" + }, + { + "MedalId": 2782465081, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT5M1.7330843S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 8, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "P0DT0H0M9.1167S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT5M1.7360899S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.5333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M1.7370897S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1095363701 ], + "KillerWeaponStockId": 313138863, + "KillerWorldLocation": { + "x": 10.5824919, + "y": 9.64874, + "z": 0.20128727 + }, + "Victim": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 15.7955484, + "y": 7.84365559, + "z": 1.72176659 + }, + "TimeSinceStart": "PT5M5.0009164S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 17, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M23.5167S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT5M5.0039213S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 6, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M15.0333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M5.0039213S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [ + { + "Gamertag": "tuck3r912", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1095363701 ], + "KillerWeaponStockId": 313138863, + "KillerWorldLocation": { + "x": 9.29398251, + "y": 6.36079836, + "z": 0.20385778 + }, + "Victim": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 10.916028, + "y": 9.163041, + "z": 0.20128727 + }, + "TimeSinceStart": "PT5M5.3918965S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 16, + "ShotsLanded": 7, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.2667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M5.3971805S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 11, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M12.5500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M5.3971805S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.8167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M5.5788839S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1327094800 ], + "WeaponStockId": 424645655, + "TimeSinceStart": "PT5M5.5788839S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [ + { + "Gamertag": "Headshot Deezy", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 723523180, + "KillerWorldLocation": { + "x": 11.50721, + "y": 11.7905664, + "z": 0.799472451 + }, + "Victim": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 11.5517178, + "y": 7.254331, + "z": 0.20161438 + }, + "TimeSinceStart": "PT5M9.1307044S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 35, + "ShotsLanded": 17, + "TimeWeaponActiveAsPrimary": "P0DT0H0M13.4833S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M9.134711S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M17.4000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M9.134711S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M0.2833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M9.3447002S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT5M9.3457001S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Hoch", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1327094800 ], + "KillerWeaponStockId": 424645655, + "KillerWorldLocation": { + "x": 1.28750157, + "y": 5.439669, + "z": 3.812821 + }, + "Victim": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 7.142624, + "y": 6.086713, + "z": 4.575205 + }, + "TimeSinceStart": "PT5M9.4816861S", + "EventName": "Death" + }, + { + "MedalId": 1080468863, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT5M9.4836929S", + "EventName": "Medal" + }, + { + "MedalId": 2430242797, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT5M9.4836929S", + "EventName": "Medal" + }, + { + "MedalId": 3148489433, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT5M9.4836929S", + "EventName": "Medal" + }, + { + "ImpulseId": 3174430457, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT5M9.4876926S", + "EventName": "Impulse" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.0333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M9.4886841S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 13, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "P0DT0H0M35.9333S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT5M9.4886841S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M9.74968S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M9.74968S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT5M9.74968S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 723523180, + "KillerWorldLocation": { + "x": 13.8528938, + "y": 11.7898264, + "z": 0.958577633 + }, + "Victim": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 16.7280273, + "y": 10.805047, + "z": 1.60281515 + }, + "TimeSinceStart": "PT5M11.3985908S", + "EventName": "Death" + }, + { + "MedalId": 2078758684, + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT5M11.3985908S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 18, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M28.1500S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M11.4015858S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.9333S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT5M11.4015858S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M13.1315064S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M13.1325065S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT5M13.1325065S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M13.5154867S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M13.5154867S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT5M13.5154867S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 4, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "P0DT0H0M48.8333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT5M13.5944828S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT5M13.5954751S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M14.1667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M15.4443804S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1327094800 ], + "WeaponStockId": 424645655, + "TimeSinceStart": "PT5M15.4453798S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M17.2652946S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M17.2652946S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT5M17.2652946S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M0.6000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M17.2772855S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 3808094875, + "TimeSinceStart": "PT5M17.2782855S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [ + { + "Gamertag": "HC PillarofFire", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Hoch", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1327094800 ], + "KillerWeaponStockId": 424645655, + "KillerWorldLocation": { + "x": 1.75668478, + "y": 3.16089225, + "z": 3.73231077 + }, + "Victim": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 0.09758655, + "y": -6.16542149, + "z": -1.98762715 + }, + "TimeSinceStart": "PT5M17.3142857S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT5M17.3142857S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 7, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M6.8167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M17.3172851S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M0.0333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 3808094875, + "TimeSinceStart": "PT5M17.3172851S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M17.6152704S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M17.6152704S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT5M17.6152704S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M19.4151846S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M19.4151846S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT5M19.4151846S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M25.3308821S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M25.3318817S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT5M25.3318817S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2208825748 ], + "KillerWeaponStockId": 523953283, + "KillerWorldLocation": { + "x": 23.95094, + "y": 2.02765155, + "z": 3.07337785 + }, + "Victim": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -10.8527689, + "y": -1.07115686, + "z": 2.25905275 + }, + "TimeSinceStart": "PT5M25.8638471S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT5M25.8638471S", + "EventName": "Medal" + }, + { + "MedalId": 1423504140, + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT5M25.8648456S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.0333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M25.8678495S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 6, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M7.2167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M25.8678495S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [], + "KillerWeaponStockId": 2460880172, + "KillerWorldLocation": { + "x": -1.09983754, + "y": -7.56946945, + "z": -1.99571514 + }, + "Victim": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -5.11068535, + "y": -2.57435942, + "z": -1.98990393 + }, + "TimeSinceStart": "PT5M27.9967381S", + "EventName": "Death" + }, + { + "MedalId": 2251767925, + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT5M27.9977461S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.6333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M28.001745S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 4, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M12.8500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M28.001745S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [ + { + "Gamertag": "HC PillarofFire", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1327094800 ], + "KillerWeaponStockId": 424645655, + "KillerWorldLocation": { + "x": -0.335429639, + "y": -3.40137839, + "z": -1.98826075 + }, + "Victim": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -0.511277437, + "y": -7.13747644, + "z": -1.99661362 + }, + "TimeSinceStart": "PT5M28.4307155S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT5M28.4317194S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 4, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M11.1667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M28.4357232S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M14.5000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M28.7436975S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT5M28.7436975S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M33.8804439S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M33.8804439S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT5M33.8804439S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M36.0133347S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M36.0133347S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT5M36.0133347S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M36.446304S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M36.4473039S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT5M36.4473039S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 669296699, + "KillerWorldLocation": { + "x": -0.783061266, + "y": -8.33797, + "z": 3.98678517 + }, + "Victim": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -14.0762415, + "y": -6.935471, + "z": 1.96780574 + }, + "TimeSinceStart": "PT5M36.613296S", + "EventName": "Death" + }, + { + "MedalId": 848240062, + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "TimeSinceStart": "PT5M36.613296S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.1167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M36.6163038S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M7.8667S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT5M36.6163038S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M44.6298937S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M44.6298937S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT5M44.6298937S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1327094800 ], + "KillerWeaponStockId": 424645655, + "KillerWorldLocation": { + "x": -13.9213772, + "y": -6.44965458, + "z": 1.60218239 + }, + "Victim": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -21.5467262, + "y": 2.17316437, + "z": 2.24822831 + }, + "TimeSinceStart": "PT5M44.712892S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT5M44.7138896S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M12.6500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M44.717889S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M12.6500S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M44.7189033S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [ + { + "Gamertag": "Adriano 999xd", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1095363701 ], + "KillerWeaponStockId": 313138863, + "KillerWorldLocation": { + "x": -16.04486, + "y": -6.51511335, + "z": 1.63400149 + }, + "Victim": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -13.1923695, + "y": -6.951354, + "z": 1.10234988 + }, + "TimeSinceStart": "PT5M45.2488536S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 60, + "ShotsLanded": 20, + "TimeWeaponActiveAsPrimary": "P0DT0H0M29.8000S", + "WeaponAttachmentIds": [ 1327094800 ], + "WeaponStockId": 424645655, + "TimeSinceStart": "PT5M45.2518607S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M0.7000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M45.2528609S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": true, + "IsShoulderBash": false, + "IsWeapon": false, + "Killer": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1095363701 ], + "KillerWeaponStockId": 313138863, + "KillerWorldLocation": { + "x": -7.790288, + "y": 5.12057161, + "z": 0.214550927 + }, + "Victim": { + "Gamertag": "Hoch", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -7.46394968, + "y": 5.43765831, + "z": 0.214417279 + }, + "TimeSinceStart": "PT5M46.9617673S", + "EventName": "Death" + }, + { + "MedalId": 2287626681, + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT5M46.9627892S", + "EventName": "Medal" + }, + { + "MedalId": 2782465081, + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT5M46.9637743S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 13, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "P0DT0H1M10.8333S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT5M46.9667739S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 36, + "ShotsLanded": 22, + "TimeWeaponActiveAsPrimary": "P0DT0H0M16.1000S", + "WeaponAttachmentIds": [ 1327094800 ], + "WeaponStockId": 424645655, + "TimeSinceStart": "PT5M46.970774S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 7, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M14.8833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M48.0247199S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1327094800 ], + "WeaponStockId": 424645655, + "TimeSinceStart": "PT5M48.0257202S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1095363701 ], + "KillerWeaponStockId": 313138863, + "KillerWorldLocation": { + "x": -14.250761, + "y": 6.466291, + "z": 1.62279129 + }, + "Victim": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -8.539549, + "y": 9.347653, + "z": 0.570207536 + }, + "TimeSinceStart": "PT5M50.0466094S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M9.3667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M50.049615S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M6.8000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M50.049615S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M52.7284696S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M52.7284696S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT5M52.7284696S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M53.2634515S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M53.2634515S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT5M53.2634515S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M54.978364S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M54.978364S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT5M54.978364S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [], + "KillerWeaponStockId": 4106030681, + "KillerWorldLocation": { + "x": -6.92621565, + "y": 4.33128548, + "z": 0.481591642 + }, + "Victim": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -2.07048869, + "y": 6.97490644, + "z": 1.75690436 + }, + "TimeSinceStart": "PT5M55.5773265S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 20, + "ShotsLanded": 9, + "TimeWeaponActiveAsPrimary": "P0DT0H0M19.1333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M55.5813328S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M55.5813328S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 43, + "ShotsLanded": 18, + "TimeWeaponActiveAsPrimary": "P0DT0H0M9.2333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M56.6332703S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT5M56.6342701S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M58.0611963S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M58.0621971S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT5M58.0621971S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1095363701 ], + "KillerWeaponStockId": 313138863, + "KillerWorldLocation": { + "x": 20.75426, + "y": 0.4927252, + "z": 1.61535168 + }, + "Victim": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 22.5818367, + "y": -3.75327229, + "z": 2.80766463 + }, + "TimeSinceStart": "PT5M58.1141944S", + "EventName": "Death" + }, + { + "MedalId": 2430242797, + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT5M58.1152035S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 9, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M13.4833S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT5M58.1181982S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M2.6833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT5M59.3571305S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT5M59.3581398S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.4333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M1.2740901S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 3808094875, + "TimeSinceStart": "PT6M1.2740901S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [], + "KillerWeaponStockId": 3190813201, + "KillerWorldLocation": { + "x": -6.69528055, + "y": -10.6569834, + "z": 1.95458508 + }, + "Victim": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 4.93854141, + "y": -10.2584324, + "z": 3.282847 + }, + "TimeSinceStart": "PT6M1.4270286S", + "EventName": "Death" + }, + { + "MedalId": 2782465081, + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT6M1.4280335S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 5, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M29.8500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT6M1.4300246S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 23, + "ShotsLanded": 6, + "TimeWeaponActiveAsPrimary": "P0DT0H0M35.8833S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M1.4300246S", + "EventName": "WeaponDrop" + }, + { + "MedalId": 3400287617, + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT6M1.7250094S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M3.5939227S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M3.5949226S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "TimeSinceStart": "PT6M3.5949226S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M11.4000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M6.0727981S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT6M6.0737981S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M6.1267937S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M6.1277929S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT6M6.1277929S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Hoch", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2208825748 ], + "KillerWeaponStockId": 523953283, + "KillerWorldLocation": { + "x": -6.387502, + "y": -0.9018621, + "z": 2.418389 + }, + "Victim": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -7.53207827, + "y": -3.57400346, + "z": 0.02054599 + }, + "TimeSinceStart": "PT6M6.192782S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT6M6.1937823S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 7, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.1167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M6.1977805S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M10.3500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M6.1977805S", + "EventName": "WeaponDrop" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": true, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1327094800 ], + "KillerWeaponStockId": 424645655, + "KillerWorldLocation": { + "x": 6.52949858, + "y": -10.8296642, + "z": 2.04396462 + }, + "Victim": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 13.7721825, + "y": -8.216948, + "z": 2.188133 + }, + "TimeSinceStart": "PT6M8.8766445S", + "EventName": "Death" + }, + { + "MedalId": 3261908037, + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT6M8.8786447S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 17, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M15.7333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M8.8836526S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 16, + "ShotsLanded": 12, + "TimeWeaponActiveAsPrimary": "P0DT0H0M46.2333S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT6M8.8836526S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M9.4436231S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M9.4446231S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "TimeSinceStart": "PT6M9.4446231S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M14.2103801S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M14.21138S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "TimeSinceStart": "PT6M14.21138S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": true, + "IsShoulderBash": false, + "IsWeapon": false, + "Killer": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 3808094875, + "KillerWorldLocation": { + "x": -15.4072733, + "y": -7.3592, + "z": 2.15316987 + }, + "Victim": { + "Gamertag": "Hoch", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -15.7732887, + "y": -7.343439, + "z": 2.15347362 + }, + "TimeSinceStart": "PT6M14.376362S", + "EventName": "Death" + }, + { + "MedalId": 2287626681, + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "TimeSinceStart": "PT6M14.3773708S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 16, + "ShotsLanded": 9, + "TimeWeaponActiveAsPrimary": "P0DT0H0M15.0167S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT6M14.3803702S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.7000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M14.3813614S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M16.8932341S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M16.8942415S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT6M16.8942415S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.6667S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M17.7052006S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 2681172411, + "TimeSinceStart": "PT6M17.7061912S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2208825748 ], + "KillerWeaponStockId": 523953283, + "KillerWorldLocation": { + "x": 13.4116182, + "y": 1.26921475, + "z": 1.71050739 + }, + "Victim": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": 13.3821115, + "y": 4.45332861, + "z": 2.233005 + }, + "TimeSinceStart": "PT6M18.3421608S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 21, + "ShotsLanded": 10, + "TimeWeaponActiveAsPrimary": "P0DT0H0M7.8167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M18.3461592S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 45, + "ShotsLanded": 24, + "TimeWeaponActiveAsPrimary": "P0DT0H0M30.3167S", + "WeaponAttachmentIds": [ 1327094800 ], + "WeaponStockId": 424645655, + "TimeSinceStart": "PT6M18.3461592S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M0.7167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M18.9221283S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT6M18.9221283S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M4.7333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M19.9720756S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT6M19.9720756S", + "EventName": "WeaponPickupPad" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT6M19.9730841S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 2681172411, + "KillerWorldLocation": { + "x": 3.24002337, + "y": -11.2528143, + "z": 3.80944 + }, + "Victim": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -0.9538436, + "y": -10.6307144, + "z": 3.40148878 + }, + "TimeSinceStart": "PT6M20.6580447S", + "EventName": "Death" + }, + { + "MedalId": 2838259753, + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT6M20.6590425S", + "EventName": "Medal" + }, + { + "ImpulseId": 2556889090, + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "TimeSinceStart": "PT6M20.6590425S", + "EventName": "Impulse" + }, + { + "MedalId": 824733727, + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "TimeSinceStart": "PT6M20.6600488S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M4.6167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M20.6620487S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 10, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M9.9167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M20.6620487S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M22.3919508S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M22.3929604S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT6M22.3929604S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 26, + "ShotsLanded": 19, + "TimeWeaponActiveAsPrimary": "P0DT0H0M5.6333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 2681172411, + "TimeSinceStart": "PT6M23.3389121S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT6M23.3389121S", + "EventName": "WeaponPickupPad" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT6M23.3389121S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M26.358757S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M26.358757S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "TimeSinceStart": "PT6M26.358757S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 1095363701 ], + "KillerWeaponStockId": 313138863, + "KillerWorldLocation": { + "x": -2.66870618, + "y": 11.679575, + "z": 2.29337835 + }, + "Victim": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -2.82000375, + "y": 12.2185917, + "z": 2.292857 + }, + "TimeSinceStart": "PT6M27.9406685S", + "EventName": "Death" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M18.5000S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M27.9446758S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 7, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M14.7500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M28.0716648S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT6M28.0716648S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M28.8606279S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M28.861633S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "TimeSinceStart": "PT6M28.861633S", + "EventName": "PlayerSpawn" + }, + { + "Assistants": [], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": true, + "IsWeapon": false, + "Killer": { + "Gamertag": "Hoch", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [], + "KillerWeaponStockId": 3168248199, + "KillerWorldLocation": { + "x": -12.7666407, + "y": -1.69189417, + "z": 1.6183629 + }, + "Victim": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -12.6221561, + "y": -1.34938729, + "z": 1.617843 + }, + "TimeSinceStart": "PT6M34.7073226S", + "EventName": "Death" + }, + { + "MedalId": 298813630, + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "TimeSinceStart": "PT6M34.7073226S", + "EventName": "Medal" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M6.8833S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M34.728329S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.3333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M34.7293284S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M36.0912592S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M36.0922502S", + "EventName": "WeaponPickup" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "TimeSinceStart": "PT6M36.0922502S", + "EventName": "PlayerSpawn" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 5, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M20.9500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M36.5202369S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "WeaponAttachmentIds": [ 89283061 ], + "WeaponStockId": 723388907, + "TimeSinceStart": "PT6M36.5212373S", + "EventName": "WeaponPickup" + }, + { + "Assistants": [ + { + "Gamertag": "Hoch", + "Xuid": null + } + ], + "DeathDisposition": 1, + "IsAssassination": false, + "IsGroundPound": false, + "IsHeadshot": false, + "IsMelee": false, + "IsShoulderBash": false, + "IsWeapon": true, + "Killer": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "KillerAgent": 1, + "KillerWeaponAttachmentIds": [ 2758383128 ], + "KillerWeaponStockId": 669296699, + "KillerWorldLocation": { + "x": 9.663519, + "y": -0.387422174, + "z": 2.41839933 + }, + "Victim": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "VictimAgent": 1, + "VictimAttachmentIds": [], + "VictimStockId": 0, + "VictimWorldLocation": { + "x": -8.350101, + "y": -0.442004532, + "z": 2.41838646 + }, + "TimeSinceStart": "PT6M39.5560739S", + "EventName": "Death" + }, + { + "MedalId": 352859864, + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT6M39.5570728S", + "EventName": "Medal" + }, + { + "ImpulseId": 2556889090, + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "TimeSinceStart": "PT6M39.5570728S", + "EventName": "Impulse" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.0333S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M39.5600811S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M19.4500S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT6M39.5600811S", + "EventName": "WeaponDrop" + }, + { + "RoundIndex": 0, + "TimeSinceStart": "PT6M39.5720852S", + "EventName": "RoundEnd" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M1.8167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 5, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M15.2333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 7, + "ShotsLanded": 6, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 4106030681, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3168248199, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3168248199, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 11, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Hoch", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 642449794, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 16, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "P0DT0H0M13.8333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 3808094875, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 3808094875, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M11.3667S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 11, + "ShotsLanded": 7, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 4106030681, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Sir Kitchel", + "Xuid": null + }, + "ShotsFired": 11, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 30, + "ShotsLanded": 13, + "TimeWeaponActiveAsPrimary": "P0DT0H0M38.8667S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 8, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M15.3333S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 15, + "ShotsLanded": 11, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 4106030681, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 2460880172, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 11, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "HC PillarofFire", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3168248199, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M11.3833S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M16.1000S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 723523180, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 12, + "ShotsLanded": 7, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 4106030681, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 2460880172, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ShotsFired": 11, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M10.7667S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 19, + "ShotsLanded": 14, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 4106030681, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 4106030681, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 2460880172, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 4096745987, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "tuck3r912", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [ 2208825748 ], + "WeaponStockId": 523953283, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 8, + "ShotsLanded": 5, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 4106030681, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Adriano 999xd", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 2460880172, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 10, + "ShotsLanded": 8, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 4106030681, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 2460880172, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "MasterlessSEAL", + "Xuid": null + }, + "ShotsFired": 22, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 8, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "P0DT0H0M11.8500S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 29, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.0500S", + "WeaponAttachmentIds": [ 89283061 ], + "WeaponStockId": 723388907, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 17, + "ShotsLanded": 12, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 4106030681, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 4106030681, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 4, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 2460880172, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 2460880172, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 6, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "thanatosrequiem", + "Xuid": null + }, + "ShotsFired": 66, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.1167S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "P0DT0H0M18.7167S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 669296699, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 9, + "ShotsLanded": 8, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 4106030681, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 4106030681, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 3, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 2460880172, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 22, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 1, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Cyclonic Jet", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 642449794, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 0, + "TimeWeaponActiveAsPrimary": "P0DT0H0M3.4833S", + "WeaponAttachmentIds": [ 1095363701 ], + "WeaponStockId": 313138863, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 8, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 4106030681, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 2, + "ShotsLanded": 2, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 2460880172, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 3, + "ShotsLanded": 3, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 0, + "ShotsLanded": 1, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [ 2758383128 ], + "WeaponStockId": 2681172411, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + }, + { + "Player": { + "Gamertag": "Headshot Deezy", + "Xuid": null + }, + "ShotsFired": 33, + "ShotsLanded": 4, + "TimeWeaponActiveAsPrimary": "PT0S", + "WeaponAttachmentIds": [], + "WeaponStockId": 3190813201, + "TimeSinceStart": "PT6M39.577074S", + "EventName": "WeaponDrop" + } + ], + "IsCompleteSetOfEvents": true +} diff --git a/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/match-events.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/match-events.schema.json new file mode 100644 index 0000000..38d530e --- /dev/null +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/match-events.schema.json @@ -0,0 +1,303 @@ +{ + "definitions": { + "Death": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Assistants": { + "type": "array", + "items": { + "$ref": "../../../common/identity.schema.json" + } + }, + "DeathDisposition": { + "type": "integer" + }, + "IsAssassination": { + "type": "boolean" + }, + "IsGroundPound": { + "type": "boolean" + }, + "IsHeadshot": { + "type": "boolean" + }, + "IsMelee": { + "type": "boolean" + }, + "IsShoulderBash": { + "type": "boolean" + }, + "IsWeapon": { + "type": "boolean" + }, + "Killer": { + "$ref": "../../../common/identity.schema.json" + }, + "KillerAgent": { + "type": "integer" + }, + "KillerWeaponAttachmentIds": { + "type": "array", + "items": { + "type": "integer" + } + }, + "KillerWeaponStockId": { + "type": "integer" + }, + "KillerWorldLocation": { + "$ref": "../../../common/location.schema.json" + }, + "Victim": { + "$ref": "../../../common/identity.schema.json" + }, + "VictimAgent": { + "type": "integer" + }, + "VictimAttachmentIds": { + "type": "array", + "items": { + "type": "integer" + } + }, + "VictimStockId": { + "type": "integer" + }, + "VictimWorldLocation": { + "$ref": "../../../common/location.schema.json" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStart": { + "type": "string" + } + }, + "required": [ + "Assistants", + "DeathDisposition", + "IsAssassination", + "IsGroundPound", + "IsHeadshot", + "IsMelee", + "IsShoulderBash", + "IsWeapon", + "Killer", + "KillerAgent", + "KillerWeaponAttachmentIds", + "KillerWeaponStockId", + "KillerWorldLocation", + "Victim", + "VictimAgent", + "VictimAttachmentIds", + "VictimStockId", + "VictimWorldLocation", + "EventName", + "TimeSinceStart" + ] + }, + + "Impulse": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "ImpulseId": { + "type": "integer" + }, + "Player": { + "$ref": "../../../common/identity.schema.json" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStart": { + "type": "string" + } + }, + "required": [ + "ImpulseId", + "Player", + "EventName", + "TimeSinceStart" + ] + }, + + "Medal": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "MedalId": { + "type": "integer" + }, + "Player": { + "$ref": "../../../common/identity.schema.json" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStart": { + "type": "string" + } + }, + "required": [ + "MedalId", + "Player", + "EventName", + "TimeSinceStart" + ] + }, + + "PlayerSpawn": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Player": { + "$ref": "../../../common/identity.schema.json" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStart": { + "type": "string" + } + }, + "required": [ + "Player", + "EventName", + "TimeSinceStart" + ] + }, + + "RoundStart-RoundEnd": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "RoundIndex": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStart": { + "type": "string" + } + }, + "required": [ + "RoundIndex", + "EventName", + "TimeSinceStart" + ] + }, + + "WeaponDrop": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Player": { + "$ref": "../../../common/identity.schema.json" + }, + "ShotsFired": { + "type": "integer" + }, + "ShotsLanded": { + "type": "integer" + }, + "TimeWeaponActiveAsPrimary": { + "type": "string" + }, + "WeaponAttachmentIds": { + "type": "array", + "items": { + "type": "integer" + } + }, + "WeaponStockId": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStart": { + "type": "string" + } + }, + "required": [ + "Player", + "ShotsFired", + "ShotsLanded", + "TimeWeaponActiveAsPrimary", + "WeaponAttachmentIds", + "WeaponStockId", + "EventName", + "TimeSinceStart" + ] + }, + + "WeaponPickup-WeaponPickupPad": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Player": { + "$ref": "../../../common/identity.schema.json" + }, + "WeaponAttachmentIds": { + "type": "array", + "items": { + "type": "integer" + } + }, + "WeaponStockId": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStart": { + "type": "string" + } + }, + "required": [ + "Player", + "WeaponAttachmentIds", + "WeaponStockId", + "EventName", + "TimeSinceStart" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "GameEvents": { + "type": "array", + "items": { + "oneOf": [ + { "$ref": "#/definitions/Death" }, + { "$ref": "#/definitions/Impulse" }, + { "$ref": "#/definitions/Medal" }, + { "$ref": "#/definitions/PlayerSpawn" }, + { "$ref": "#/definitions/RoundStart-RoundEnd" }, + { "$ref": "#/definitions/WeaponDrop" }, + { "$ref": "#/definitions/WeaponPickup-WeaponPickupPad" } + ] + } + }, + "IsCompleteSetOfEvents": { + "type": "boolean" + } + }, + "required": [ + "GameEvents", + "IsCompleteSetOfEvents" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/warzone-match.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/warzone-match.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/warzone-match.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/warzone-match.json diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/warzone-match.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/warzone-match.schema.json similarity index 98% rename from Source/HaloSharp.Test/JSON/Stats/CarnageReport/warzone-match.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/warzone-match.schema.json index 6624cbf..27eb5e6 100644 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/warzone-match.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/CarnageReport/warzone-match.schema.json @@ -1,6 +1,7 @@ { "definitions": { "PlayerStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -123,7 +124,7 @@ "$ref": "../common/flexible-stats.schema.json" }, "Player": { - "$ref": "../common/identity.schema.json" + "$ref": "../../../common/identity.schema.json" }, "TeamId": { "type": "integer" diff --git a/Source/HaloSharp.Test/JSON/Stats/Common/base-stat.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/Common/base-stat.schema.json similarity index 87% rename from Source/HaloSharp.Test/JSON/Stats/Common/base-stat.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/Common/base-stat.schema.json index d4d6bb4..b2237a0 100644 --- a/Source/HaloSharp.Test/JSON/Stats/Common/base-stat.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/Common/base-stat.schema.json @@ -1,6 +1,7 @@ { "definitions": { "Enemy": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -9,7 +10,6 @@ }, "Attachments": { "type": "array", - "additionalItems": false, "items": { "type": "integer" } @@ -20,7 +20,9 @@ "Attachments" ] }, + "EnemySet": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -36,7 +38,9 @@ "TotalKills" ] }, + "Impulse": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -52,7 +56,9 @@ "Count" ] }, + "MedalAward": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -68,7 +74,9 @@ "Count" ] }, + "WeaponId": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -77,7 +85,6 @@ }, "Attachments": { "type": "array", - "additionalItems": false, "items": { "type": "integer" } @@ -88,7 +95,9 @@ "Attachments" ] }, + "WeaponStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Stats/Common/competitive-skill-ranking.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/Common/competitive-skill-ranking.schema.json similarity index 66% rename from Source/HaloSharp.Test/JSON/Stats/Common/competitive-skill-ranking.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/Common/competitive-skill-ranking.schema.json index 616c121..61ba717 100644 --- a/Source/HaloSharp.Test/JSON/Stats/Common/competitive-skill-ranking.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/Common/competitive-skill-ranking.schema.json @@ -1,5 +1,6 @@ { - "type": [ "object", "null" ], + "$schema": "http://json-schema.org/draft-04/schema#", + "type": ["object", "null"], "additionalProperties": false, "properties": { "Tier": { @@ -19,10 +20,10 @@ } }, "required": [ - "Tier", - "DesignationId", - "Csr", - "PercentToNextTier", - "Rank" + "Tier", + "DesignationId", + "Csr", + "PercentToNextTier", + "Rank" ] } \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/Stats/Common/flexible-stats.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/Common/flexible-stats.schema.json similarity index 87% rename from Source/HaloSharp.Test/JSON/Stats/Common/flexible-stats.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/Common/flexible-stats.schema.json index bdde8c4..3517910 100644 --- a/Source/HaloSharp.Test/JSON/Stats/Common/flexible-stats.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/Common/flexible-stats.schema.json @@ -1,6 +1,7 @@ { "definitions": { "StatCount": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -16,7 +17,9 @@ "Count" ] }, + "Timelapse": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -34,6 +37,7 @@ } }, + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Stats/Lifetime/Common/game-base-variant-stat.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/Common/game-base-variant-stat.schema.json similarity index 98% rename from Source/HaloSharp.Test/JSON/Stats/Lifetime/Common/game-base-variant-stat.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/Common/game-base-variant-stat.schema.json index b28256f..bf31ca7 100644 --- a/Source/HaloSharp.Test/JSON/Stats/Lifetime/Common/game-base-variant-stat.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/Common/game-base-variant-stat.schema.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Stats/Lifetime/Common/top-game-base-variant.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/Common/top-game-base-variant.schema.json similarity index 88% rename from Source/HaloSharp.Test/JSON/Stats/Lifetime/Common/top-game-base-variant.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/Common/top-game-base-variant.schema.json index 808ef14..542e0eb 100644 --- a/Source/HaloSharp.Test/JSON/Stats/Lifetime/Common/top-game-base-variant.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/Common/top-game-base-variant.schema.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/Stats/Lifetime/arena-service-record.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/arena-service-record.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Stats/Lifetime/arena-service-record.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/arena-service-record.json diff --git a/Source/HaloSharp.Test/JSON/Stats/Lifetime/arena-service-record.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/arena-service-record.schema.json similarity index 86% rename from Source/HaloSharp.Test/JSON/Stats/Lifetime/arena-service-record.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/arena-service-record.schema.json index 72e9e53..950945a 100644 --- a/Source/HaloSharp.Test/JSON/Stats/Lifetime/arena-service-record.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/arena-service-record.schema.json @@ -1,6 +1,7 @@ { "definitions": { "ArenaServiceRecordResult": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -22,12 +23,14 @@ "Result" ] }, + "ArenaResult": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "PlayerId": { - "$ref": "../common/identity.schema.json" + "$ref": "../../../common/identity.schema.json" }, "SpartanRank": { "type": "integer" @@ -48,7 +51,9 @@ "ArenaStats" ] }, + "ArenaStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -199,50 +204,52 @@ } }, "required": [ - "TotalKills", - "TotalHeadshots", - "TotalWeaponDamage", - "TotalShotsFired", - "TotalShotsLanded", - "WeaponWithMostKills", - "TotalMeleeKills", - "TotalMeleeDamage", - "TotalAssassinations", - "TotalGroundPoundKills", - "TotalGroundPoundDamage", - "TotalShoulderBashKills", - "TotalShoulderBashDamage", - "TotalGrenadeDamage", - "TotalPowerWeaponKills", - "TotalPowerWeaponDamage", - "TotalPowerWeaponGrabs", - "TotalPowerWeaponPossessionTime", - "TotalDeaths", - "TotalAssists", - "TotalGamesCompleted", - "TotalGamesWon", - "TotalGamesLost", - "TotalGamesTied", - "TotalTimePlayed", - "TotalGrenadeKills", - "MedalAwards", - "DestroyedEnemyVehicles", - "EnemyKills", - "WeaponStats", - "Impulses", - "TotalSpartanKills", + "TotalKills", + "TotalHeadshots", + "TotalWeaponDamage", + "TotalShotsFired", + "TotalShotsLanded", + "WeaponWithMostKills", + "TotalMeleeKills", + "TotalMeleeDamage", + "TotalAssassinations", + "TotalGroundPoundKills", + "TotalGroundPoundDamage", + "TotalShoulderBashKills", + "TotalShoulderBashDamage", + "TotalGrenadeDamage", + "TotalPowerWeaponKills", + "TotalPowerWeaponDamage", + "TotalPowerWeaponGrabs", + "TotalPowerWeaponPossessionTime", + "TotalDeaths", + "TotalAssists", + "TotalGamesCompleted", + "TotalGamesWon", + "TotalGamesLost", + "TotalGamesTied", + "TotalTimePlayed", + "TotalGrenadeKills", + "MedalAwards", + "DestroyedEnemyVehicles", + "EnemyKills", + "WeaponStats", + "Impulses", + "TotalSpartanKills", "FastestMatchWin", - "ArenaPlaylistStats", - "ArenaPlaylistStatsSeasonId", - "HighestCsrAttained", - "ArenaGameBaseVariantStats", - "TopGameBaseVariants", - "HighestCsrPlaylistId", - "HighestCsrSeasonId" - ] + "ArenaPlaylistStats", + "ArenaPlaylistStatsSeasonId", + "HighestCsrAttained", + "ArenaGameBaseVariantStats", + "TopGameBaseVariants", + "HighestCsrPlaylistId", + "HighestCsrSeasonId" + ] }, + "ArenaPlaylistStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -426,16 +433,7 @@ "additionalProperties": false, "properties": { "Links": { - "type": "object", - "additionalProperties": false, - "properties": { - "Self": { - "$ref": "../common/link.schema.json" - } - }, - "required": [ - "Self" - ] + "$ref": "../../../common/link.schema.json" }, "Results": { diff --git a/Source/HaloSharp.Test/JSON/Stats/Lifetime/campaign-service-record.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/campaign-service-record.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Stats/Lifetime/campaign-service-record.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/campaign-service-record.json diff --git a/Source/HaloSharp.Test/JSON/Stats/Lifetime/campaign-service-record.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/campaign-service-record.schema.json similarity index 95% rename from Source/HaloSharp.Test/JSON/Stats/Lifetime/campaign-service-record.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/campaign-service-record.schema.json index 7197522..a5067b7 100644 --- a/Source/HaloSharp.Test/JSON/Stats/Lifetime/campaign-service-record.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/campaign-service-record.schema.json @@ -1,6 +1,7 @@ { "definitions": { "CampaignServiceRecordResult": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -22,12 +23,14 @@ "Result" ] }, + "CampaignResult": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "PlayerId": { - "$ref": "../common/identity.schema.json" + "$ref": "../../../common/identity.schema.json" }, "SpartanRank": { "type": "integer" @@ -48,7 +51,9 @@ "CampaignStat" ] }, + "CampaignStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -212,7 +217,9 @@ "CampaignMissionStats" ] }, + "CampaignMissionStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -385,7 +392,9 @@ "MissionId" ] }, + "DifficultyStats": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -403,7 +412,9 @@ } } }, + "DifficultyStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -415,7 +426,6 @@ }, "Skulls": { "type": "array", - "additionalItems": false, "items": { "type": "integer" } @@ -442,16 +452,7 @@ "additionalProperties": false, "properties": { "Links": { - "type": "object", - "additionalProperties": false, - "properties": { - "Self": { - "$ref": "../common/link.schema.json" - } - }, - "required": [ - "Self" - ] + "$ref": "../../../common/link.schema.json" }, "Results": { diff --git a/Source/HaloSharp.Test/JSON/Stats/Lifetime/custom-service-record.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/custom-service-record.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Stats/Lifetime/custom-service-record.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/custom-service-record.json diff --git a/Source/HaloSharp.Test/JSON/Stats/Lifetime/custom-service-record.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/custom-service-record.schema.json similarity index 95% rename from Source/HaloSharp.Test/JSON/Stats/Lifetime/custom-service-record.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/custom-service-record.schema.json index d40f215..fe393ba 100644 --- a/Source/HaloSharp.Test/JSON/Stats/Lifetime/custom-service-record.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/custom-service-record.schema.json @@ -1,6 +1,7 @@ { "definitions": { "CustomServiceRecordResult": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -22,12 +23,14 @@ "Result" ] }, + "CustomResult": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "PlayerId": { - "$ref": "../common/identity.schema.json" + "$ref": "../../../common/identity.schema.json" }, "SpartanRank": { "type": "integer" @@ -48,7 +51,9 @@ "CustomStats" ] }, + "CustomStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -226,16 +231,7 @@ "additionalProperties": false, "properties": { "Links": { - "type": "object", - "additionalProperties": false, - "properties": { - "Self": { - "$ref": "../common/link.schema.json" - } - }, - "required": [ - "Self" - ] + "$ref": "../../../common/link.schema.json" }, "Results": { diff --git a/Source/HaloSharp.Test/JSON/Stats/Lifetime/warzone-service-record.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/warzone-service-record.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Stats/Lifetime/warzone-service-record.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/warzone-service-record.json diff --git a/Source/HaloSharp.Test/JSON/Stats/Lifetime/warzone-service-record.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/warzone-service-record.schema.json similarity index 96% rename from Source/HaloSharp.Test/JSON/Stats/Lifetime/warzone-service-record.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/warzone-service-record.schema.json index 8b10fc5..7e7ee93 100644 --- a/Source/HaloSharp.Test/JSON/Stats/Lifetime/warzone-service-record.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/Lifetime/warzone-service-record.schema.json @@ -1,6 +1,7 @@ { "definitions": { "WarzoneServiceRecordResult": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -22,12 +23,14 @@ "Result" ] }, + "WarzoneResult": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "PlayerId": { - "$ref": "../common/identity.schema.json" + "$ref": "../../../common/identity.schema.json" }, "SpartanRank": { "type": "integer" @@ -48,7 +51,9 @@ "WarzoneStat" ] }, + "WarzoneStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -216,7 +221,9 @@ "TotalPiesEarned" ] }, + "ScenarioStat": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -396,18 +403,8 @@ "additionalProperties": false, "properties": { "Links": { - "type": "object", - "additionalProperties": false, - "properties": { - "Self": { - "$ref": "../common/link.schema.json" - } - }, - "required": [ - "Self" - ] + "$ref": "../../../common/link.schema.json" }, - "Results": { "type": "array", "items": { @@ -417,7 +414,6 @@ }, "required": [ "Links", - "Results" ] } \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/Stats/leaderboard.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/leaderboard.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Stats/leaderboard.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/leaderboard.json diff --git a/Source/HaloSharp.Test/JSON/Stats/leaderboard.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/leaderboard.schema.json similarity index 77% rename from Source/HaloSharp.Test/JSON/Stats/leaderboard.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/leaderboard.schema.json index 28461f5..3bff018 100644 --- a/Source/HaloSharp.Test/JSON/Stats/leaderboard.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/leaderboard.schema.json @@ -1,10 +1,12 @@ { "definitions": { "Result": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", + "additionalProperties": false, "properties": { "Player": { - "$ref": "common/identity.schema.json" + "$ref": "../../common/identity.schema.json" }, "Rank": { "type": "integer" @@ -17,13 +19,13 @@ "Player", "Rank", "Score" - ], - "additionalProperties": false + ] } }, "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", + "additionalProperties": false, "properties": { "Start": { "type": "integer" @@ -41,19 +43,9 @@ } }, "Links": { - "type": "object", - "additionalProperties": false, - "properties": { - "Self": { - "$ref": "common/link.schema.json" - } - }, - "required": [ - "Self" - ] + "$ref": "../../common/link.schema.json" } }, - "additionalProperties": false, "required": [ "Start", "Count", diff --git a/Source/HaloSharp.Test/JSON/Stats/matches.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/matches.json similarity index 100% rename from Source/HaloSharp.Test/JSON/Stats/matches.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/matches.json diff --git a/Source/HaloSharp.Test/JSON/Stats/matches.schema.json b/Source/HaloSharp.Test/JSON/Halo5/Stats/matches.schema.json similarity index 72% rename from Source/HaloSharp.Test/JSON/Stats/matches.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/Stats/matches.schema.json index d55c3c6..261c498 100644 --- a/Source/HaloSharp.Test/JSON/Stats/matches.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/Stats/matches.schema.json @@ -1,110 +1,12 @@ { "definitions": { - "GameVariant": { - "type": [ "object", "null" ], - "additionalProperties": false, - "properties": { - "ResourceType": { - "type": "integer" - }, - "ResourceId": { - "type": "string" - }, - "OwnerType": { - "type": "integer" - }, - "Owner": { - "type": "string" - } - }, - "required": [ - "ResourceType", - "ResourceId", - "OwnerType", - "Owner" - ] - }, - "Id": { - "type": "object", - "additionalProperties": false, - "properties": { - "MatchId": { - "type": "string" - }, - "GameMode": { - "type": "integer" - } - }, - "required": [ - "MatchId", - "GameMode" - ] - }, - "MapVariant": { - "$ref": "../common/variant.schema.json" - }, - "Player": { - "type": "object", - "additionalProperties": false, - "properties": { - "Player": { - "$ref": "common/identity.schema.json" - }, - "TeamId": { - "type": "integer" - }, - "Rank": { - "type": "integer" - }, - "Result": { - "type": "integer" - }, - "TotalKills": { - "type": "integer" - }, - "TotalDeaths": { - "type": "integer" - }, - "TotalAssists": { - "type": "integer" - }, - "PreMatchRatings": { - "type": "null" - }, - "PostMatchRatings": { - "type": "null" - } - }, - "required": [ - "Player", - "TeamId", - "Rank", - "Result", - "TotalKills", - "TotalDeaths", - "TotalAssists", - "PreMatchRatings", - "PostMatchRatings" - ] - }, "Result": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { "Links": { - "type": "object", - "additionalProperties": false, - "properties": { - "StatsMatchDetails": { - "$ref": "common/link.schema.json" - }, - "UgcFilmManifest": { - "$ref": "common/link.schema.json" - } - }, - "required": [ - "StatsMatchDetails" - ] + "$ref": "../../common/link.schema.json" }, "Id": { "$ref": "#/definitions/Id" @@ -116,19 +18,19 @@ "type": "string" }, "MapVariant": { - "$ref": "#/definitions/MapVariant" + "$ref": "../common/variant.schema.json" }, "GameBaseVariantId": { "type": "string" }, "GameVariant": { - "$ref": "#/definitions/GameVariant" + "$ref": "../common/variant.schema.json" }, "MatchDuration": { "type": "string" }, "MatchCompletedDate": { - "$ref": "../common/iso-8061.schema.json" + "$ref": "../../common/iso-8061.schema.json" }, "Teams": { "type": "array", @@ -169,7 +71,27 @@ "MatchCompletedDateFidelity" ] }, + + "Id": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "MatchId": { + "type": "string" + }, + "GameMode": { + "type": "integer" + } + }, + "required": [ + "MatchId", + "GameMode" + ] + }, + "Team": { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { @@ -188,6 +110,52 @@ "Score", "Rank" ] + }, + + "Player": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Player": { + "$ref": "../../common/identity.schema.json" + }, + "TeamId": { + "type": "integer" + }, + "Rank": { + "type": "integer" + }, + "Result": { + "type": "integer" + }, + "TotalKills": { + "type": "integer" + }, + "TotalDeaths": { + "type": "integer" + }, + "TotalAssists": { + "type": "integer" + }, + "PreMatchRatings": { + "type": "null" + }, + "PostMatchRatings": { + "type": "null" + } + }, + "required": [ + "Player", + "TeamId", + "Rank", + "Result", + "TotalKills", + "TotalDeaths", + "TotalAssists", + "PreMatchRatings", + "PostMatchRatings" + ] } }, @@ -211,16 +179,7 @@ } }, "Links": { - "type": "object", - "additionalProperties": false, - "properties": { - "Self": { - "$ref": "common/link.schema.json" - } - }, - "required": [ - "Self" - ] + "$ref": "../../common/link.schema.json" } }, "required": [ diff --git a/Source/HaloSharp.Test/JSON/UserGeneratedContent/Common/stats.schema.json b/Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/Common/stats.schema.json similarity index 82% rename from Source/HaloSharp.Test/JSON/UserGeneratedContent/Common/stats.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/Common/stats.schema.json index b611f33..902f1b6 100644 --- a/Source/HaloSharp.Test/JSON/UserGeneratedContent/Common/stats.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/Common/stats.schema.json @@ -1,4 +1,5 @@ { + "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "properties": { diff --git a/Source/HaloSharp.Test/JSON/UserGeneratedContent/game-variant.json b/Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/game-variant.json similarity index 100% rename from Source/HaloSharp.Test/JSON/UserGeneratedContent/game-variant.json rename to Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/game-variant.json diff --git a/Source/HaloSharp.Test/JSON/UserGeneratedContent/game-variant.schema.json b/Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/game-variant.schema.json similarity index 87% rename from Source/HaloSharp.Test/JSON/UserGeneratedContent/game-variant.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/game-variant.schema.json index 821aa70..de47761 100644 --- a/Source/HaloSharp.Test/JSON/UserGeneratedContent/game-variant.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/game-variant.schema.json @@ -1,6 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", + "additionalProperties": false, "properties": { "BaseGameEngineType": { "type": "integer" @@ -33,14 +34,13 @@ "type": "integer" }, "Links": { - "type": "object", - "properties": {} + "$ref": "../../common/link.schema.json" }, "CreationTimeUtc": { - "$ref": "../common/iso-8061.schema.json" + "$ref": "../../common/iso-8061.schema.json" }, "LastModifiedTimeUtc": { - "$ref": "../common/iso-8061.schema.json" + "$ref": "../../common/iso-8061.schema.json" }, "Banned": { "type": "boolean" diff --git a/Source/HaloSharp.Test/JSON/UserGeneratedContent/game-variants.json b/Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/game-variants.json similarity index 100% rename from Source/HaloSharp.Test/JSON/UserGeneratedContent/game-variants.json rename to Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/game-variants.json diff --git a/Source/HaloSharp.Test/JSON/UserGeneratedContent/game-variants.schema.json b/Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/game-variants.schema.json similarity index 87% rename from Source/HaloSharp.Test/JSON/UserGeneratedContent/game-variants.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/game-variants.schema.json index 92af735..edec42f 100644 --- a/Source/HaloSharp.Test/JSON/UserGeneratedContent/game-variants.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/game-variants.schema.json @@ -1,6 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", + "additionalProperties": false, "properties": { "Results": { "type": "array", @@ -21,8 +22,7 @@ "type": "integer" }, "Links": { - "type": "object", - "properties": {} + "$ref": "../../common/link.schema.json" } }, "required": [ diff --git a/Source/HaloSharp.Test/JSON/UserGeneratedContent/map-variant.json b/Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/map-variant.json similarity index 100% rename from Source/HaloSharp.Test/JSON/UserGeneratedContent/map-variant.json rename to Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/map-variant.json diff --git a/Source/HaloSharp.Test/JSON/UserGeneratedContent/map-variant.schema.json b/Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/map-variant.schema.json similarity index 81% rename from Source/HaloSharp.Test/JSON/UserGeneratedContent/map-variant.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/map-variant.schema.json index f8a47da..91b0352 100644 --- a/Source/HaloSharp.Test/JSON/UserGeneratedContent/map-variant.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/map-variant.schema.json @@ -1,6 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", + "additionalProperties": false, "properties": { "BaseMap": { "$ref": "../common/variant.schema.json" @@ -15,14 +16,13 @@ "type": "integer" }, "Links": { - "type": "object", - "properties": {} + "$ref": "../../common/link.schema.json" }, "CreationTimeUtc": { - "$ref": "../common/iso-8061.schema.json" + "$ref": "../../common/iso-8061.schema.json" }, "LastModifiedTimeUtc": { - "$ref": "../common/iso-8061.schema.json" + "$ref": "../../common/iso-8061.schema.json" }, "Banned": { "type": "boolean" diff --git a/Source/HaloSharp.Test/JSON/UserGeneratedContent/map-variants.json b/Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/map-variants.json similarity index 100% rename from Source/HaloSharp.Test/JSON/UserGeneratedContent/map-variants.json rename to Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/map-variants.json diff --git a/Source/HaloSharp.Test/JSON/UserGeneratedContent/map-variants.schema.json b/Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/map-variants.schema.json similarity index 87% rename from Source/HaloSharp.Test/JSON/UserGeneratedContent/map-variants.schema.json rename to Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/map-variants.schema.json index 9233720..1a638d2 100644 --- a/Source/HaloSharp.Test/JSON/UserGeneratedContent/map-variants.schema.json +++ b/Source/HaloSharp.Test/JSON/Halo5/UserGeneratedContent/map-variants.schema.json @@ -1,6 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", + "additionalProperties": false, "properties": { "Results": { "type": "array", @@ -21,8 +22,7 @@ "type": "integer" }, "Links": { - "type": "object", - "properties": {} + "$ref": "../../common/link.schema.json" } }, "required": [ diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/batch-localization.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/batch-localization.schema.json new file mode 100644 index 0000000..0d6ddfb --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/batch-localization.schema.json @@ -0,0 +1,13 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "IsLocked": { + "type": "boolean" + } + }, + "required": [ + "IsLocked" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/common.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/common.schema.json new file mode 100644 index 0000000..974f517 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/common.schema.json @@ -0,0 +1,29 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Owner": { + "type": "string" + }, + "CreatedUtc": { + "type": "string" + }, + "ModifiedUtc": { + "type": "string" + }, + "PublishedUtc": { + "type": "string" + }, + "Container": { + "type": "integer" + } + }, + "required": [ + "Owner", + "CreatedUtc", + "ModifiedUtc", + "PublishedUtc", + "Container" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/content-item-type-b.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/content-item-type-b.schema.json new file mode 100644 index 0000000..5dafa64 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/content-item-type-b.schema.json @@ -0,0 +1,25 @@ +{ + "definitions": { + "null": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "null" + }, + "View": { + "type": "null" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/content-item-type-c.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/content-item-type-c.schema.json new file mode 100644 index 0000000..da41762 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/content-item-type-c.schema.json @@ -0,0 +1,47 @@ +{ + "definitions": { + "null": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "null" + }, + "Identity": { + "type": "string" + } + }, + "required": [ + "Id", + "Type", + "Identity" + ] + }, + + "ContentItemTypeC": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "Identity": { + "type": "string" + } + }, + "required": [ + "Id", + "Type", + "Identity" + ] + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/content-item-type-d.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/content-item-type-d.schema.json new file mode 100644 index 0000000..c5c42df --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/content-item-type-d.schema.json @@ -0,0 +1,55 @@ +{ + "definitions": { + "null": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "null" + }, + "Identity": { + "type": "string" + }, + "Autoroute": { + "type": "null" + } + }, + "required": [ + "Id", + "Type", + "Identity", + "Autoroute" + ] + }, + + "ContentItemTypeD": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "Identity": { + "type": "string" + }, + "Autoroute": { + "type": "string" + } + }, + "required": [ + "Id", + "Type", + "Identity", + "Autoroute" + ] + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/difficulty.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/difficulty.schema.json new file mode 100644 index 0000000..44c687d --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/difficulty.schema.json @@ -0,0 +1,184 @@ +{ + "definitions": { + "HW2DifficultyContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2DifficultyView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2DifficultyContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2DifficultyView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2DifficultyView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "HW2Difficulty": { + "$ref": "#/definitions/HW2Difficulty" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "HW2Difficulty" + ] + }, + + "HW2Difficulty": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "DisplayInfo": { + "$ref": "#/definitions/HW2DifficultyDisplayInfoContentItemTypeB" + }, + "ID": { + "type": "integer" + } + }, + "required": [ + "DisplayInfo", + "ID" + ] + }, + + "HW2DifficultyDisplayInfoContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2DifficultyDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2DifficultyDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common.schema.json" + }, + "Identity": { + "type": "string" + }, + "BatchLocalization": { + "$ref": "batch-localization.schema.json" + }, + "Localization": { + "$ref": "localization.schema.json" + }, + "Title": { + "type": "string" + }, + "HW2DifficultyDisplayInfo": { + "$ref": "#/definitions/HW2DifficultyDisplayInfo" + } + }, + "required": [ + "Status", + "HW2DifficultyDisplayInfo", + "BatchLocalization", + "Localization", + "Title", + "Common", + "Identity" + ] + }, + + "HW2DifficultyDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + } + }, + "required": [ + "Name", + "Description" + ] + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/empty.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/empty.schema.json new file mode 100644 index 0000000..be63868 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/empty.schema.json @@ -0,0 +1,6 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/image.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/image.schema.json new file mode 100644 index 0000000..c14f5dc --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/image.schema.json @@ -0,0 +1,133 @@ +{ + "definitions": { + "null": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "null" + }, + "View": { + "type": "null" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "ImageContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/ImageView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "ImageView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "Media": { + "$ref": "#/definitions/Media" + }, + "Image": { + "$ref": "#/definitions/Image" + } + }, + "required": [ + "Status", + "Common", + "Media", + "Image", + "Title", + "Identity" + ] + }, + + "Media": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "MediaUrl": { + "type": "string" + }, + "MimeType": { + "type": "string" + }, + "Caption": { + "type": "string" + }, + "AlternateText": { + "type": "string" + }, + "FolderPath": { + "type": "string" + }, + "FileName": { + "type": "string" + } + }, + "required": [ + "MediaUrl", + "MimeType", + "Caption", + "AlternateText", + "FolderPath", + "FileName" + ] + }, + + "Image": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Width": { + "type": "integer" + }, + "Height": { + "type": "integer" + } + }, + "required": [ + "Width", + "Height" + ] + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/link.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/link.schema.json new file mode 100644 index 0000000..51bc4c0 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/link.schema.json @@ -0,0 +1,21 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Absolute": { + "type": "boolean" + }, + "Relation": { + "type": "string" + }, + "URI": { + "type": "string" + } + }, + "required": [ + "Absolute", + "Relation", + "URI" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/localization.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/localization.schema.json new file mode 100644 index 0000000..22fb2ad --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/localization.schema.json @@ -0,0 +1,17 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Culture": { + "type": "string" + }, + "MasterContentItemId": { + "type": "string" + } + }, + "required": [ + "Culture", + "MasterContentItemId" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/map.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/map.schema.json new file mode 100644 index 0000000..28baba6 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/map.schema.json @@ -0,0 +1,189 @@ +{ + "definitions": { + "HW2MapContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2MapView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2MapContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2MapView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2MapView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "HW2Map": { + "$ref": "#/definitions/HW2Map" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "HW2Map" + ] + }, + + "HW2Map": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "ID": { + "type": "string" + }, + "DisplayInfo": { + "$ref": "#/definitions/HW2MapDisplayInfoContentItemTypeB" + }, + "Image": { + "$ref": "image.schema.json#/definitions/ImageContentItemTypeB" + } + }, + "required": [ + "ID", + "DisplayInfo", + "Image" + ] + + }, + + "HW2MapDisplayInfoContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2MapDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2MapDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common.schema.json" + }, + "Identity": { + "type": "string" + }, + "BatchLocalization": { + "$ref": "batch-localization.schema.json" + }, + "Localization": { + "$ref": "localization.schema.json" + }, + "Title": { + "type": "string" + }, + "HW2MapDisplayInfo": { + "$ref": "#/definitions/HW2MapDisplayInfo" + } + }, + "required": [ + "Status", + "HW2MapDisplayInfo", + "BatchLocalization", + "Localization", + "Title", + "Common", + "Identity" + ] + }, + + "HW2MapDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + } + }, + "required": [ + "Name", + "Description" + ] + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/pack.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/pack.schema.json new file mode 100644 index 0000000..2c97fa3 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/pack.schema.json @@ -0,0 +1,227 @@ +{ + "definitions": { + "HW2PackContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2PackView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2PackContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2PackView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2PackView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "HW2Pack": { + "$ref": "#/definitions/HW2Pack" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "HW2Pack" + ] + }, + + "HW2Pack": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "HW2PackRules": { + "type": "array", + "items": { + "$ref": "content-item-type-c.schema.json#/definitions/ContentItemTypeC" + } + }, + "FrontImageHD": { + "$ref": "image.schema.json#/definitions/ImageContentItemTypeB" + }, + "BackImageHD": { + "$ref": "image.schema.json#/definitions/ImageContentItemTypeB" + }, + "BackImage4K": { + "$ref": "image.schema.json#/definitions/ImageContentItemTypeB" + }, + "HighlightImageHD": { + "$ref": "image.schema.json#/definitions/ImageContentItemTypeB" + }, + "HighlightImage4K": { + "$ref": "image.schema.json#/definitions/ImageContentItemTypeB" + }, + "FrontImage4K": { + "$ref": "image.schema.json#/definitions/ImageContentItemTypeB" + }, + "StackGroup": { + "type": [ "string", "null" ] + }, + "InventorySortPriority": { + "type": "integer" + }, + "DisplayInfo": { + "$ref": "#/definitions/HW2PackDisplayInfoContentItemTypeB" + }, + "MarketplaceProductId": { + "type": "string" + }, + "UWPProductId": { + "type": "string" + } + }, + "required": [ + "HW2PackRules", + "FrontImageHD", + "BackImageHD", + "BackImage4K", + "HighlightImageHD", + "HighlightImage4K", + "FrontImage4K", + "StackGroup", + "InventorySortPriority", + "DisplayInfo", + "MarketplaceProductId", + "UWPProductId" + ] + }, + + "HW2PackDisplayInfoContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2PackDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2PackDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common.schema.json" + }, + "Identity": { + "type": "string" + }, + "BatchLocalization": { + "$ref": "batch-localization.schema.json" + }, + "Localization": { + "$ref": "localization.schema.json" + }, + "Title": { + "type": "string" + }, + "HW2PackDisplayInfo": { + "$ref": "#/definitions/HW2PackDisplayInfo" + } + }, + "required": [ + "Status", + "HW2PackDisplayInfo", + "BatchLocalization", + "Localization", + "Title", + "Common", + "Identity" + ] + }, + + "HW2PackDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + } + }, + "required": [ + "Name", + "Description" + ] + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/paging.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/paging.schema.json new file mode 100644 index 0000000..9479822 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/paging.schema.json @@ -0,0 +1,21 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "StartAt": { + "type": "integer" + }, + "InlineCount": { + "type": "integer" + }, + "TotalCount": { + "type": "integer" + } + }, + "required": [ + "StartAt", + "InlineCount", + "TotalCount" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/playlist.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/playlist.schema.json new file mode 100644 index 0000000..2d697cf --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/Common/playlist.schema.json @@ -0,0 +1,365 @@ +{ + "definitions": { + "HW2PlaylistContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2PlaylistView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2PlaylistContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2PlaylistView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2PlaylistView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "Autoroute": { + "type": "string" + }, + "HW2Playlist": { + "$ref": "#/definitions/HW2Playlist" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "Autoroute", + "HW2Playlist" + ] + }, + + "HW2Playlist": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "ComputerDifficulty": { + "oneOf": [ + // TODO: This is pretty terrible. + { "$ref": "empty.schema.json" }, + { "$ref": "content-item-type-b.schema.json#/definitions/null" }, + { "$ref": "difficulty.schema.json#/definitions/HW2DifficultyContentItemTypeB" } + ] + }, + "CardsFixedAtLevel": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": {} + }, + "Id": { + "type": "string" + }, + "Image": { + "$ref": "image.schema.json#/definitions/ImageContentItemTypeB" + }, + "ThumbnailImage": { + "$ref": "image.schema.json#/definitions/ImageContentItemTypeB" + }, + "MaxPartySize": { + "type": "integer" + }, + "MinPartySize": { + "type": "integer" + }, + "UsesBanRules": { + "type": "boolean" + }, + "MatchTicketTimeoutDurationSeconds": { + "type": "integer" + }, + "MpsdHopperName": { + "type": "string" + }, + "MpsdHopperStatName": { + "type": "string" + }, + "Voting": { + "type": "boolean" + }, + "PlaylistEntries": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2PlaylistEntryContentItemTypeB" + } + }, + "MaxPlayerCount": { + "type": "integer" + }, + "MinPlayerCount": { + "type": "integer" + }, + "IsTeamGamePlaylist": { + "type": "boolean" + }, + "LonelyPartyUsesWildcard": { + "type": "boolean" + }, + "IsNew": { + "type": "boolean" + }, + "Hide": { + "type": "boolean" + }, + "IsQuickmatchPlaylist": { + "type": "boolean" + }, + "StatsClassification": { + "type": "string" + }, + "DisplayInfo": { + "$ref": "#/definitions/HW2PlaylistDisplayInfoContentItemTypeB" + }, + "TargetPlatform": { + "type": "string" + } + }, + "required": [ + "ComputerDifficulty", + "CardsFixedAtLevel", + "Id", + "Image", + "ThumbnailImage", + "MaxPartySize", + "MinPartySize", + "UsesBanRules", + "MatchTicketTimeoutDurationSeconds", + "MpsdHopperName", + "MpsdHopperStatName", + "Voting", + "PlaylistEntries", + "MaxPlayerCount", + "MinPlayerCount", + "IsTeamGamePlaylist", + "LonelyPartyUsesWildcard", + "IsNew", + "Hide", + "IsQuickmatchPlaylist", + "StatsClassification", + "DisplayInfo", + "TargetPlatform" + ] + + }, + + "HW2PlaylistDisplayInfoContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2PlaylistDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2PlaylistDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Localization": { + "$ref": "localization.schema.json" + }, + "Title": { + "type": "string" + }, + "HW2PlaylistDisplayInfo": { + "$ref": "#/definitions/HW2PlaylistDisplayInfo" + } + }, + "required": [ + "Status", + "HW2PlaylistDisplayInfo", + "Localization", + "Title", + "Common", + "Identity" + ] + }, + + "HW2PlaylistDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + } + }, + "required": [ + "Name", + "Description" + ] + }, + + "HW2PlaylistEntryContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2PlaylistEntryView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2PlaylistEntryView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "HW2PlaylistEntry": { + "$ref": "#/definitions/HW2PlaylistEntry" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "HW2PlaylistEntry" + ] + }, + + "HW2PlaylistEntry": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Weight": { + "type": "integer" + }, + "VotingSlot": { + "type": "integer" + }, + "GameMode": { + "type": "string" + }, + "Map": { + "type": "array", + "items": { + "$ref": "map.schema.json#/definitions/HW2MapContentItemTypeB" + } + }, + "MaxPlayers": { + "type": "integer" + } + }, + "required": [ + "Weight", + "VotingSlot", + "GameMode", + "Map", + "MaxPlayers" + ] + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/campaign-levels.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/campaign-levels.json new file mode 100644 index 0000000..dd06a98 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/campaign-levels.json @@ -0,0 +1,7080 @@ +{ + "Paging": { + "StartAt": 0, + "InlineCount": 15, + "TotalCount": 15 + }, + "ContentItems": [ + { + "Id": 337329, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-13T22:27:00Z", + "ModifiedUtc": "2017-02-16T18:46:27Z", + "PublishedUtc": "2017-02-16T18:46:28Z", + "Container": -1 + }, + "Identity": "976b2ed39dfe4ad28a8890b0209c024b", + "Title": "LIGHTS OUT", + "HW2CampaignLevel": { + "Id": 400, + "MaxScore": 1000000, + "CriticalObjectives": [ + { + "Id": 336612, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:30Z", + "ModifiedUtc": "2017-02-03T19:39:56Z", + "PublishedUtc": "2017-02-03T19:39:56Z", + "Container": -1 + }, + "Identity": "103ae6d1dde942f6b0b9fe54b52fd15b", + "Title": "M04, Required Obj: Cross the Chasm", + "HW2CampaignObjective": { + "Id": 60 + } + } + }, + { + "Id": 336613, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:26Z", + "ModifiedUtc": "2017-02-03T19:39:55Z", + "PublishedUtc": "2017-02-03T19:39:55Z", + "Container": -1 + }, + "Identity": "74f87edbac9d452f860f70e55449144f", + "Title": "M04, Required Obj: Defeat Decimus", + "HW2CampaignObjective": { + "Id": 57 + } + } + }, + { + "Id": 336614, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:32Z", + "ModifiedUtc": "2017-02-03T19:39:56Z", + "PublishedUtc": "2017-02-03T19:39:56Z", + "Container": -1 + }, + "Identity": "c615b5193689403a8866352f6e589b14", + "Title": "M04, Required Obj: Destroy the Banished Control Node", + "HW2CampaignObjective": { + "Id": 63 + } + } + }, + { + "Id": 335467, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:28Z", + "ModifiedUtc": "2017-02-03T19:36:07Z", + "PublishedUtc": "2017-02-03T19:36:07Z", + "Container": -1 + }, + "Identity": "4afd27bb1c5d45258a05451d41c86b87", + "Title": "M04, Required Obj: Locate and destroy the Banished teleporter hacking devices", + "HW2CampaignObjective": { + "Id": 59 + } + } + } + ], + "BonusObjectives": [ + { + "Id": 336504, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:35Z", + "ModifiedUtc": "2017-02-03T19:39:28Z", + "PublishedUtc": "2017-02-03T19:39:28Z", + "Container": -1 + }, + "Identity": "68cc61c9fb544ea890e2f3a25f6acd2b", + "Title": "M04, Bonus Obj: Complete the mission with all the prisoners freed and alive", + "HW2CampaignObjective": { + "Id": 65 + } + } + }, + { + "Id": 336615, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:53Z", + "ModifiedUtc": "2017-02-03T19:39:56Z", + "PublishedUtc": "2017-02-03T19:39:56Z", + "Container": -1 + }, + "Identity": "7443ff671cc5491d94592770a3fe2d21", + "Title": "M04, Bonus Obj: Don't let any units get destroyed in the Capital Ship bombardment zone", + "HW2CampaignObjective": { + "Id": 149 + } + } + } + ], + "OptionalObjectives": [ + { + "Id": 335445, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:31Z", + "ModifiedUtc": "2017-02-03T19:36:00Z", + "PublishedUtc": "2017-02-03T19:36:00Z", + "Container": -1 + }, + "Identity": "6153ebd2f9a04644971fe7eeea25e0aa", + "Title": "M04, Optional Obj: Claim all the Base Expansions", + "HW2CampaignObjective": { + "Id": 61 + } + } + }, + { + "Id": 336616, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:34Z", + "ModifiedUtc": "2017-02-03T19:39:56Z", + "PublishedUtc": "2017-02-03T19:39:56Z", + "Container": -1 + }, + "Identity": "d6d893cda65a4fef8179423a62167e7e", + "Title": "M04, Optional Obj: Destroy Banished devices before reinforcements arrive", + "HW2CampaignObjective": { + "Id": 64 + } + } + }, + { + "Id": 335501, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:27Z", + "ModifiedUtc": "2017-02-03T19:36:13Z", + "PublishedUtc": "2017-02-03T19:36:13Z", + "Container": -1 + }, + "Identity": "2610c3e3f6c64524bb8453ab09aa8e99", + "Title": "M04, Optional Obj: Rescue the UNSC Prisoners", + "HW2CampaignObjective": { + "Id": 58 + } + } + }, + { + "Id": 336617, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:36Z", + "ModifiedUtc": "2017-02-03T19:39:56Z", + "PublishedUtc": "2017-02-03T19:39:56Z", + "Container": -1 + }, + "Identity": "c13df83c7a2e4f0b82922c1430a57a61", + "Title": "M04, Optional Obj: Take out the Reavers without suffering Hornet casualties", + "HW2CampaignObjective": { + "Id": 67 + } + } + } + ], + "Skulls": [ + { + "Id": 343119, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "PESTILENCE", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-15T00:17:32Z", + "ModifiedUtc": "2017-02-16T17:56:49Z", + "PublishedUtc": "2017-02-16T17:56:49Z", + "Container": -1 + }, + "Identity": "2748594fb4e443dd8ed1c47e703dc7da", + "HW2Skull": { + "Id": 13 + } + } + } + ], + "AwardedPacks": [ + { + "Id": 337315, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:40:41Z", + "ModifiedUtc": "2017-02-03T19:43:18Z", + "PublishedUtc": "2017-02-03T19:43:18Z", + "Container": -1 + }, + "Identity": "208d68eb90594e8b9d14f9fa80a57ee9", + "Title": "Mission Pack Ep1.04", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202807, + "Type": "HW2PackRule", + "Identity": "b31b0d5d7dbc40b190ea3a6128eb0744" + }, + { + "Id": 202709, + "Type": "HW2PackRule", + "Identity": "a4ee0958bcbf4d8d9ed19d6a73e33093" + }, + { + "Id": 202742, + "Type": "HW2PackRule", + "Identity": "1187a4146e1a49a2a5447a419d20d376" + }, + { + "Id": 202766, + "Type": "HW2PackRule", + "Identity": "c5f722e420814e379fb04a912f4206b9" + }, + { + "Id": 202719, + "Type": "HW2PackRule", + "Identity": "3b4681dc4d9c4bfc824bfe9cdef35c7e" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 108, + "DisplayInfo": { + "Id": 334877, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Lights Out", + "Description": "Awarded for completing the Campaign mission 'Lights Out'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 04 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:05:39Z", + "ModifiedUtc": "2017-02-03T19:34:18Z", + "PublishedUtc": "2017-02-03T19:34:18Z", + "Container": -1 + }, + "Identity": "4cbc433cd4b04df7bd32dc9698af4814" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": { + "Id": 334925, + "Type": "HW2CampaignLevelDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:56Z", + "ModifiedUtc": "2017-02-03T19:34:27Z", + "PublishedUtc": "2017-02-03T19:34:27Z", + "Container": -1 + }, + "Identity": "a6c49b864ab54cee99c8aaa1e49ff9ae", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "LIGHTS OUT Display Info", + "HW2CampaignLevelDisplayInfo": { + "Name": "LIGHTS OUT", + "Description": "Jerome must destroy The Banished's portal network controls and cripple Atriox's transport capabilities across the Ark." + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337329" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337332, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-13T22:28:05Z", + "ModifiedUtc": "2017-02-03T19:43:22Z", + "PublishedUtc": "2017-02-03T19:43:22Z", + "Container": -1 + }, + "Identity": "87f5ed578b4f468dbf0168213566b9a8", + "Title": "UNDER THE DARK", + "HW2CampaignLevel": { + "Id": 600, + "MaxScore": 1000000, + "CriticalObjectives": [ + { + "Id": 336618, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:57Z", + "ModifiedUtc": "2017-02-03T19:39:56Z", + "PublishedUtc": "2017-02-03T19:39:56Z", + "Container": -1 + }, + "Identity": "d0c08e2a8d754281a445da5bd6d06fa6", + "Title": "M06, Required Obj: Disable the Banished shield", + "HW2CampaignObjective": { + "Id": 83 + } + } + }, + { + "Id": 336002, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:56Z", + "ModifiedUtc": "2017-02-03T19:37:54Z", + "PublishedUtc": "2017-02-03T19:37:54Z", + "Container": -1 + }, + "Identity": "97459725f1084d33840fa49abfa8a87d", + "Title": "M06, Required Obj: Protect Kodiaks", + "HW2CampaignObjective": { + "Id": 151 + } + } + }, + { + "Id": 336620, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:55Z", + "ModifiedUtc": "2017-02-03T19:39:56Z", + "PublishedUtc": "2017-02-03T19:39:56Z", + "Container": -1 + }, + "Identity": "2c5af025eafa4bd0b8688840b70f048a", + "Title": "M06, Required Obj: Rendezvous with Jerome", + "HW2CampaignObjective": { + "Id": 150 + } + } + }, + { + "Id": 335399, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:48Z", + "ModifiedUtc": "2017-02-03T19:35:51Z", + "PublishedUtc": "2017-02-03T19:35:51Z", + "Container": -1 + }, + "Identity": "c82c6e9c551247dfb5638ddb266a9b09", + "Title": "M06, Required Obj: Destroy the Secondary Banished Base", + "HW2CampaignObjective": { + "Id": 76 + } + } + }, + { + "Id": 336457, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:47Z", + "ModifiedUtc": "2017-02-03T19:39:20Z", + "PublishedUtc": "2017-02-03T19:39:20Z", + "Container": -1 + }, + "Identity": "c35b0ea45d35499583efc0c6c1df3a4f", + "Title": "M06, Required Obj: Deploy Kodiaks in the designated areas", + "HW2CampaignObjective": { + "Id": 75 + } + } + }, + { + "Id": 336528, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:46Z", + "ModifiedUtc": "2017-02-03T19:39:34Z", + "PublishedUtc": "2017-02-03T19:39:34Z", + "Container": -1 + }, + "Identity": "42dc69d765d24bac820ac2a9159f446d", + "Title": "M06, Required Obj: Destroy the Banished Base", + "HW2CampaignObjective": { + "Id": 74 + } + } + }, + { + "Id": 335527, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:44Z", + "ModifiedUtc": "2017-02-03T19:36:19Z", + "PublishedUtc": "2017-02-03T19:36:19Z", + "Container": -1 + }, + "Identity": "009ecd0d28b8402984cd6d2c902ad30e", + "Title": "M06, Required Obj: Get Jerome and Isabel to the Gravity Lift", + "HW2CampaignObjective": { + "Id": 73 + } + } + } + ], + "BonusObjectives": [ + { + "Id": 336619, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:58Z", + "ModifiedUtc": "2017-02-03T19:39:57Z", + "PublishedUtc": "2017-02-03T19:39:57Z", + "Container": -1 + }, + "Identity": "e6010e7547dd47d9a711717f8d45c21a", + "Title": "M06, Bonus Obj: Use Snipers to sweep for Plasma Mines", + "HW2CampaignObjective": { + "Id": 152 + } + } + }, + { + "Id": 336510, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:55Z", + "ModifiedUtc": "2017-02-03T19:39:29Z", + "PublishedUtc": "2017-02-03T19:39:29Z", + "Container": -1 + }, + "Identity": "54ea5f08c9034399a351cdf663870b16", + "Title": "M06, Bonus Obj: Kill Banished Units with the UNSC KODIAK", + "HW2CampaignObjective": { + "Id": 82 + } + } + }, + { + "Id": 336621, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:54Z", + "ModifiedUtc": "2017-02-03T19:39:57Z", + "PublishedUtc": "2017-02-03T19:39:57Z", + "Container": -1 + }, + "Identity": "8f38d24a3b56472baa2c2b5cb3537494", + "Title": "M06, Bonus Obj: Kill Banished Units with an Orbital Strike", + "HW2CampaignObjective": { + "Id": 80 + } + } + }, + { + "Id": 335934, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:53Z", + "ModifiedUtc": "2017-02-03T19:37:36Z", + "PublishedUtc": "2017-02-03T19:37:36Z", + "Container": -1 + }, + "Identity": "f323d5972d3640b5b200285fd5aaf548", + "Title": "M06, Bonus Obj: Kill Banished Units with a UNSC Sniper", + "HW2CampaignObjective": { + "Id": 79 + } + } + } + ], + "OptionalObjectives": [ + { + "Id": 336622, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:51Z", + "ModifiedUtc": "2017-02-03T19:39:57Z", + "PublishedUtc": "2017-02-03T19:39:57Z", + "Container": -1 + }, + "Identity": "162bf7a5afbc49ff926b6ab7b2822a3e", + "Title": "M06, Optional Obj: Eliminate all Brute Warlords", + "HW2CampaignObjective": { + "Id": 78 + } + } + }, + { + "Id": 336623, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:50Z", + "ModifiedUtc": "2017-02-03T19:39:57Z", + "PublishedUtc": "2017-02-03T19:39:57Z", + "Container": -1 + }, + "Identity": "c6e2c8c68c084167a9884519d0c07041", + "Title": "M06, Optional Obj: Complete mission without losing a UNSC KODIAK", + "HW2CampaignObjective": { + "Id": 77 + } + } + } + ], + "Skulls": [ + { + "Id": 336439, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "THINGS THAT GO BOOM", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-25T18:16:02Z", + "ModifiedUtc": "2017-02-03T19:39:17Z", + "PublishedUtc": "2017-02-03T19:39:17Z", + "Container": -1 + }, + "Identity": "f95740e7a345489aade5bf4708250f67", + "HW2Skull": { + "Id": 12 + } + } + } + ], + "AwardedPacks": [ + { + "Id": 337330, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:42:53Z", + "ModifiedUtc": "2017-02-03T19:43:21Z", + "PublishedUtc": "2017-02-03T19:43:21Z", + "Container": -1 + }, + "Identity": "5ed03a85072c4d40b2d684d3a43790d8", + "Title": "Mission Pack Ep1.06", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202420, + "Type": "HW2PackRule", + "Identity": "80aa38bdd4054bab8c2add113e0e4647" + }, + { + "Id": 202806, + "Type": "HW2PackRule", + "Identity": "b6d059a91aee4fa68ce79b36c99cee05" + }, + { + "Id": 202715, + "Type": "HW2PackRule", + "Identity": "681f38061a594274a72eaacd022ab071" + }, + { + "Id": 202644, + "Type": "HW2PackRule", + "Identity": "9c83b6237fda407488e4f512cf815c84" + }, + { + "Id": 202592, + "Type": "HW2PackRule", + "Identity": "d3072b0a8f3846e795bf2c6016f5161c" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 111, + "DisplayInfo": { + "Id": 334852, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Under the Dark", + "Description": "Awarded for completing the Campaign mission 'Under the Dark'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 06 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:06:19Z", + "ModifiedUtc": "2017-02-03T19:34:13Z", + "PublishedUtc": "2017-02-03T19:34:13Z", + "Container": -1 + }, + "Identity": "210512f03efb45e8a94401b63fb73c28" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": { + "Id": 334874, + "Type": "HW2CampaignLevelDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T11:00:00Z", + "ModifiedUtc": "2017-02-03T19:34:18Z", + "PublishedUtc": "2017-02-03T19:34:18Z", + "Container": -1 + }, + "Identity": "ce00483aca6f4ed594cc4e5583f8a4ad", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UNDER THE DARK Display Info", + "HW2CampaignLevelDisplayInfo": { + "Name": "UNDER THE DARK", + "Description": "In part two of Isabel's plan, Jerome and Isabel infiltrate a Banished compound and prepare to enter the belly of the beast." + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337332" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202887, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-14T18:24:13Z", + "ModifiedUtc": "2017-02-03T17:47:53Z", + "PublishedUtc": "2017-02-03T19:43:21Z", + "Container": -1 + }, + "Identity": "d9313f6440ea4b3296b5a3f1a172f9c6", + "Title": "HW2: Basic Controls Tutorial", + "HW2CampaignLevel": { + "Id": 10, + "MaxScore": 1000000, + "CriticalObjectives": [], + "BonusObjectives": [], + "OptionalObjectives": [], + "Skulls": [], + "AwardedPacks": [ + { + "Id": 202882, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-23T16:57:57Z", + "ModifiedUtc": "2017-02-03T18:04:04Z", + "PublishedUtc": "2017-02-03T19:43:17Z", + "Container": -1 + }, + "Identity": "4c46adf765404b44877b15f05aa188da", + "Title": "Mission Pack TutBasic", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202592, + "Type": "HW2PackRule", + "Identity": "d3072b0a8f3846e795bf2c6016f5161c" + }, + { + "Id": 202744, + "Type": "HW2PackRule", + "Identity": "61eeb270dc7f4564ad67c12b842703fb" + }, + { + "Id": 202593, + "Type": "HW2PackRule", + "Identity": "e5cfaf3d8e5d41a5b87fde3749d6ce36" + }, + { + "Id": 202594, + "Type": "HW2PackRule", + "Identity": "2046b2cabf634a4297d45b1d08cdaee2" + }, + { + "Id": 202595, + "Type": "HW2PackRule", + "Identity": "703c640f61e544e4aae84eb29d819708" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 100, + "DisplayInfo": { + "Id": 201775, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Basic Tutorial", + "Description": "Awarded for completing the Basic Tutorial. This pack contains 5 Blitz cards. " + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "TutBasic Mission Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:07:34Z", + "ModifiedUtc": "2017-02-03T18:35:09Z", + "PublishedUtc": "2017-02-03T19:34:17Z", + "Container": -1 + }, + "Identity": "db4e63c4cb87452bb1df1e516ecd6342" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202887" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337328, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-13T22:28:59Z", + "ModifiedUtc": "2017-02-03T19:43:21Z", + "PublishedUtc": "2017-02-03T19:43:21Z", + "Container": -1 + }, + "Identity": "ad6b4c9d90234df8aa85179fb9db8929", + "Title": "THE HALO", + "HW2CampaignLevel": { + "Id": 800, + "MaxScore": 1000000, + "CriticalObjectives": [ + { + "Id": 335926, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:15Z", + "ModifiedUtc": "2017-02-03T19:37:34Z", + "PublishedUtc": "2017-02-03T19:37:34Z", + "Container": -1 + }, + "Identity": "fb0f157b5bf744a38e22e344faee4a1f", + "Title": "M08, Required Obj: Capture and hold the Control Towers", + "HW2CampaignObjective": { + "Id": 100 + } + } + }, + { + "Id": 336442, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:21Z", + "ModifiedUtc": "2017-02-03T19:39:17Z", + "PublishedUtc": "2017-02-03T19:39:17Z", + "Container": -1 + }, + "Identity": "fabff3e9f8104499b1c7e2254f6ee30c", + "Title": "M08, Required Obj: Defend the UNSC Base", + "HW2CampaignObjective": { + "Id": 104 + } + } + }, + { + "Id": 336599, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:36:00Z", + "ModifiedUtc": "2017-02-03T19:39:54Z", + "PublishedUtc": "2017-02-03T19:39:54Z", + "Container": -1 + }, + "Identity": "bd94a0415c944d0aa2e9424d9cee43fb", + "Title": "M08, Required Obj: Reach the Shield Generator", + "HW2CampaignObjective": { + "Id": 154 + } + } + } + ], + "BonusObjectives": [ + { + "Id": 336600, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:25Z", + "ModifiedUtc": "2017-02-03T19:39:54Z", + "PublishedUtc": "2017-02-03T19:39:54Z", + "Container": -1 + }, + "Identity": "d4bb7c1ce25244a5bab36b5add29c780", + "Title": "M08, Bonus Obj: Kill 10 enemies with the Vulture ability.", + "HW2CampaignObjective": { + "Id": 109 + } + } + }, + { + "Id": 336484, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:24Z", + "ModifiedUtc": "2017-02-03T19:39:24Z", + "PublishedUtc": "2017-02-03T19:39:24Z", + "Container": -1 + }, + "Identity": "86c7d2dd1fb64b5581df073c9affe87c", + "Title": "M08, Bonus Obj: Lose no more than five units to the Retriever Sentinel", + "HW2CampaignObjective": { + "Id": 108 + } + } + }, + { + "Id": 335364, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:23Z", + "ModifiedUtc": "2017-02-03T19:35:44Z", + "PublishedUtc": "2017-02-03T19:35:44Z", + "Container": -1 + }, + "Identity": "e64c7e96eee1482896c753144e08f612", + "Title": "M08, Bonus Obj: Keep the enemy from having more than 700 tickets", + "HW2CampaignObjective": { + "Id": 107 + } + } + } + ], + "OptionalObjectives": [ + { + "Id": 335474, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:20Z", + "ModifiedUtc": "2017-02-03T19:36:09Z", + "PublishedUtc": "2017-02-03T19:36:09Z", + "Container": -1 + }, + "Identity": "3a704dd68d2344d0aea1477f00f534f8", + "Title": "M08, Optional Obj: Destroy the Banished base", + "HW2CampaignObjective": { + "Id": 103 + } + } + }, + { + "Id": 336601, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:16Z", + "ModifiedUtc": "2017-02-03T19:39:54Z", + "PublishedUtc": "2017-02-03T19:39:54Z", + "Container": -1 + }, + "Identity": "7d72b9a33616411d84e5819e4f8c0db2", + "Title": "M08, Optional Obj: Rescue Bravo base", + "HW2CampaignObjective": { + "Id": 101 + } + } + }, + { + "Id": 336003, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:18Z", + "ModifiedUtc": "2017-02-03T19:37:53Z", + "PublishedUtc": "2017-02-03T19:37:53Z", + "Container": -1 + }, + "Identity": "995525ef800249fe950e56e36704175d", + "Title": "M08, Optional Obj: Reunite the scattered UNSC forces", + "HW2CampaignObjective": { + "Id": 102 + } + } + }, + { + "Id": 336603, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:36:01Z", + "ModifiedUtc": "2017-02-03T19:39:54Z", + "PublishedUtc": "2017-02-03T19:39:55Z", + "Container": -1 + }, + "Identity": "7794b0baac774fa2b8e2e8ff2dbe23da", + "Title": "M08, Optional Obj: Win domination controlling all 3 points", + "HW2CampaignObjective": { + "Id": 155 + } + } + } + ], + "Skulls": [ + { + "Id": 335479, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "AFTER PARTY", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-25T18:16:06Z", + "ModifiedUtc": "2017-02-03T19:36:10Z", + "PublishedUtc": "2017-02-03T19:36:10Z", + "Container": -1 + }, + "Identity": "38e1e1ede16944a3aeacc305aa6193d7", + "HW2Skull": { + "Id": 1 + } + } + } + ], + "AwardedPacks": [ + { + "Id": 337313, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:47:24Z", + "ModifiedUtc": "2017-02-03T19:43:17Z", + "PublishedUtc": "2017-02-03T19:43:18Z", + "Container": -1 + }, + "Identity": "2bd1455fac874b46b3235343f0da6f67", + "Title": "Mission Pack Ep1.08", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202549, + "Type": "HW2PackRule", + "Identity": "0b654bf0b1a741698065ae794b768f7b" + }, + { + "Id": 202711, + "Type": "HW2PackRule", + "Identity": "9cdcb5b8a081493baa3183329c7c695c" + }, + { + "Id": 202593, + "Type": "HW2PackRule", + "Identity": "e5cfaf3d8e5d41a5b87fde3749d6ce36" + }, + { + "Id": 202577, + "Type": "HW2PackRule", + "Identity": "584b271b63dd48c2b275f77bcc089f42" + }, + { + "Id": 202596, + "Type": "HW2PackRule", + "Identity": "3f616f24f5f748a89a68d50e14d32063" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 114, + "DisplayInfo": { + "Id": 334930, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - The Halo", + "Description": "Awarded for completing the Campaign mission 'The Halo'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 8 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:06:41Z", + "ModifiedUtc": "2017-02-03T19:34:27Z", + "PublishedUtc": "2017-02-03T19:34:27Z", + "Container": -1 + }, + "Identity": "ad3cdcc5c0844186a9e45500e5a5a4a8" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": { + "Id": 334981, + "Type": "HW2CampaignLevelDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T11:00:02Z", + "ModifiedUtc": "2017-02-03T19:34:37Z", + "PublishedUtc": "2017-02-03T19:34:37Z", + "Container": -1 + }, + "Identity": "7b524c6565a24bcfb680563ddb064cf6", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "THE HALO Display Info", + "HW2CampaignLevelDisplayInfo": { + "Name": "THE HALO", + "Description": "A reunited Red Team must push back the Banished invasion of the Halo so Anders can reach the Control Room.\n" + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337328" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337331, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-13T22:26:01Z", + "ModifiedUtc": "2017-02-03T19:43:21Z", + "PublishedUtc": "2017-02-03T19:43:21Z", + "Container": -1 + }, + "Identity": "4ffb52167adc4627bd7def12f873d99a", + "Title": "THE CARTOGRAPHER", + "HW2CampaignLevel": { + "Id": 300, + "MaxScore": 1000000, + "CriticalObjectives": [ + { + "Id": 336041, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:18Z", + "ModifiedUtc": "2017-02-03T19:38:02Z", + "PublishedUtc": "2017-02-03T19:38:02Z", + "Container": -1 + }, + "Identity": "3b9fdb54e9f04ce1b93297952e490fd1", + "Title": "M03, Required Obj: Attack the Forerunner conduit", + "HW2CampaignObjective": { + "Id": 49 + } + } + }, + { + "Id": 336626, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:24Z", + "ModifiedUtc": "2017-02-03T19:39:57Z", + "PublishedUtc": "2017-02-03T19:39:57Z", + "Container": -1 + }, + "Identity": "d6ec8caec22a455d82f4188fa0e953cb", + "Title": "M03, Required Obj: Clear the path to the map room", + "HW2CampaignObjective": { + "Id": 56 + } + } + }, + { + "Id": 336537, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:22Z", + "ModifiedUtc": "2017-02-03T19:39:37Z", + "PublishedUtc": "2017-02-03T19:39:37Z", + "Container": -1 + }, + "Identity": "1b598c572da34baaa1c89776cc432b3a", + "Title": "M03, Required Obj: Gain access to the Cartographer map room.", + "HW2CampaignObjective": { + "Id": 52 + } + } + }, + { + "Id": 335463, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:19Z", + "ModifiedUtc": "2017-02-03T19:36:04Z", + "PublishedUtc": "2017-02-03T19:36:04Z", + "Container": -1 + }, + "Identity": "598751c714ce48fca7f5976f5295dce3", + "Title": "M03, Required Obj: Shut down the three power conduits", + "HW2CampaignObjective": { + "Id": 50 + } + } + } + ], + "BonusObjectives": [ + { + "Id": 335962, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:23Z", + "ModifiedUtc": "2017-02-03T19:37:46Z", + "PublishedUtc": "2017-02-03T19:37:46Z", + "Container": -1 + }, + "Identity": "ebbe3ec98a944065b9949fa351106d82", + "Title": "M03, Bonus Obj: Kill 30 enemy air units using Wolverines", + "HW2CampaignObjective": { + "Id": 54 + } + } + } + ], + "OptionalObjectives": [ + { + "Id": 335470, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:20Z", + "ModifiedUtc": "2017-02-03T19:36:08Z", + "PublishedUtc": "2017-02-03T19:36:08Z", + "Container": -1 + }, + "Identity": "3d25793be6674840b2e6b1a31b238937", + "Title": "M03, Optional Obj: Destroy the minibases in the central chamber", + "HW2CampaignObjective": { + "Id": 51 + } + } + } + ], + "Skulls": [ + { + "Id": 336456, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "EMPEROR", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-25T18:15:57Z", + "ModifiedUtc": "2017-02-03T19:39:20Z", + "PublishedUtc": "2017-02-03T19:39:20Z", + "Container": -1 + }, + "Identity": "c10a7a5471b345228eea26cbfeeb0904", + "HW2Skull": { + "Id": 6 + } + } + } + ], + "AwardedPacks": [ + { + "Id": 337319, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:39:56Z", + "ModifiedUtc": "2017-02-03T19:43:18Z", + "PublishedUtc": "2017-02-03T19:43:18Z", + "Container": -1 + }, + "Identity": "18af7302f4324f8592ea1d51ae7de836", + "Title": "Mission Pack Ep1.03", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202700, + "Type": "HW2PackRule", + "Identity": "d96be6494fbe4fea824b20bc9adf4714" + }, + { + "Id": 202711, + "Type": "HW2PackRule", + "Identity": "9cdcb5b8a081493baa3183329c7c695c" + }, + { + "Id": 202736, + "Type": "HW2PackRule", + "Identity": "5883cc68eec647a994f602a7c79d82fc" + }, + { + "Id": 202771, + "Type": "HW2PackRule", + "Identity": "b056c05feaea4ed99ab29f5d88e07d56" + }, + { + "Id": 202360, + "Type": "HW2PackRule", + "Identity": "eb4778528e2249379ad6f136369425ef" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 107, + "DisplayInfo": { + "Id": 334843, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - The Cartographer", + "Description": "Awarded for completing the Campaign mission 'The Cartographer'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 03 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:05:24Z", + "ModifiedUtc": "2017-02-03T19:34:10Z", + "PublishedUtc": "2017-02-03T19:34:10Z", + "Container": -1 + }, + "Identity": "7237ef1acf724134a3db165e738e286d" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": { + "Id": 336218, + "Type": "HW2CampaignLevelDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:55Z", + "ModifiedUtc": "2017-02-03T19:38:35Z", + "PublishedUtc": "2017-02-03T19:38:35Z", + "Container": -1 + }, + "Identity": "85ef1a24ca814416b8c2decad316084e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "THE CARTOGRAPHER Display Info", + "HW2CampaignLevelDisplayInfo": { + "Name": "THE CARTOGRAPHER", + "Description": "Professor Anders and Jerome arrive at the Cartographer to discover the secret of Atriox's command over the Ark." + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337331" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337323, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-14T18:16:44Z", + "ModifiedUtc": "2017-02-03T19:43:19Z", + "PublishedUtc": "2017-02-03T19:43:20Z", + "Container": -1 + }, + "Identity": "0d06b0c1297348cc9d1912984d2ab7e1", + "Title": "A NEW ENEMY", + "HW2CampaignLevel": { + "Id": 100, + "MaxScore": 1000000, + "CriticalObjectives": [ + { + "Id": 336034, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:42Z", + "ModifiedUtc": "2017-02-03T19:38:00Z", + "PublishedUtc": "2017-02-03T19:38:00Z", + "Container": -1 + }, + "Identity": "5cf1ef64a80442ef9b63f2eb1808d8b8", + "Title": "M01, Required Obj: Activate the lightbridge", + "HW2CampaignObjective": { + "Id": 17 + } + } + }, + { + "Id": 335508, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:38Z", + "ModifiedUtc": "2017-02-03T19:36:15Z", + "PublishedUtc": "2017-02-03T19:36:15Z", + "Container": -1 + }, + "Identity": "18cb56d1d27d4dfabe19ef1a718e5cf9", + "Title": "M01, Required Obj: Build a Barracks", + "HW2CampaignObjective": { + "Id": 14 + } + } + }, + { + "Id": 336639, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:41Z", + "ModifiedUtc": "2017-02-03T19:39:59Z", + "PublishedUtc": "2017-02-03T19:39:59Z", + "Container": -1 + }, + "Identity": "060fd3a0ae0940639736b067d0683911", + "Title": "M01, Required Obj: Build a Generator", + "HW2CampaignObjective": { + "Id": 16 + } + } + }, + { + "Id": 336452, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:37Z", + "ModifiedUtc": "2017-02-03T19:39:19Z", + "PublishedUtc": "2017-02-03T19:39:19Z", + "Container": -1 + }, + "Identity": "c2ba8d6566bf49e9af12815c46d6f44f", + "Title": "M01, Required Obj: Build a Supply Pad", + "HW2CampaignObjective": { + "Id": 13 + } + } + }, + { + "Id": 335975, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:44Z", + "ModifiedUtc": "2017-02-03T19:37:48Z", + "PublishedUtc": "2017-02-03T19:37:48Z", + "Container": -1 + }, + "Identity": "cf5fe3547a8e4410a44a82f6c5d58671", + "Title": "M01, Required Obj: Capture the power node", + "HW2CampaignObjective": { + "Id": 18 + } + } + }, + { + "Id": 335384, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:45Z", + "ModifiedUtc": "2017-02-03T19:35:48Z", + "PublishedUtc": "2017-02-03T19:35:48Z", + "Container": -1 + }, + "Identity": "ccffb9812d5d4bf0b50f84ef40394109", + "Title": "M01, Required Obj: Clear the Banished camps", + "HW2CampaignObjective": { + "Id": 19 + } + } + }, + { + "Id": 335357, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:46Z", + "ModifiedUtc": "2017-02-03T19:35:43Z", + "PublishedUtc": "2017-02-03T19:35:43Z", + "Container": -1 + }, + "Identity": "ff67230f32944b87b6a4643c5529a60e", + "Title": "M01, Required Obj: Clear the Banished camps", + "HW2CampaignObjective": { + "Id": 20 + } + } + }, + { + "Id": 336630, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:32Z", + "ModifiedUtc": "2017-02-03T19:39:58Z", + "PublishedUtc": "2017-02-03T19:39:58Z", + "Container": -1 + }, + "Identity": "cc4763539a9449c1843b60f0568c2660", + "Title": "M01, Required Obj: Defeat Decimus", + "HW2CampaignObjective": { + "Id": 9 + } + } + }, + { + "Id": 336032, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:36Z", + "ModifiedUtc": "2017-02-03T19:38:00Z", + "PublishedUtc": "2017-02-03T19:38:00Z", + "Container": -1 + }, + "Identity": "6229d7ab41554469ba6497087d30555a", + "Title": "M01, Required Obj: Secure the base site", + "HW2CampaignObjective": { + "Id": 12 + } + } + }, + { + "Id": 336632, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:33Z", + "ModifiedUtc": "2017-02-03T19:39:58Z", + "PublishedUtc": "2017-02-03T19:39:58Z", + "Container": -1 + }, + "Identity": "95e3437091f8412fa8707255859f87eb", + "Title": "M01, Required Obj: Strike at Decimus' main base", + "HW2CampaignObjective": { + "Id": 10 + } + } + } + ], + "BonusObjectives": [ + { + "Id": 336453, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:54Z", + "ModifiedUtc": "2017-02-03T19:39:19Z", + "PublishedUtc": "2017-02-03T19:39:19Z", + "Container": -1 + }, + "Identity": "c67d1336d4a94f468e17f3fee2d11813", + "Title": "M01, Bonus Obj: Destroy enemy base structures with Hellbringers", + "HW2CampaignObjective": { + "Id": 25 + } + } + }, + { + "Id": 336637, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:49Z", + "ModifiedUtc": "2017-02-03T19:39:59Z", + "PublishedUtc": "2017-02-03T19:39:59Z", + "Container": -1 + }, + "Identity": "39f2836657404e62ada715e0fefead82", + "Title": "M01, Bonus Obj: Kill infantry with Hellbringers", + "HW2CampaignObjective": { + "Id": 22 + } + } + }, + { + "Id": 336635, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:53Z", + "ModifiedUtc": "2017-02-03T19:39:58Z", + "PublishedUtc": "2017-02-03T19:39:58Z", + "Container": -1 + }, + "Identity": "48c5114de4c540448a12d23915350cf3", + "Title": "M01, Bonus Obj: Take no casualties from leader powers", + "HW2CampaignObjective": { + "Id": 24 + } + } + }, + { + "Id": 336638, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:51Z", + "ModifiedUtc": "2017-02-03T19:39:58Z", + "PublishedUtc": "2017-02-03T19:39:58Z", + "Container": -1 + }, + "Identity": "0d895fac1e4646ffadff31361d31dcc4", + "Title": "M01, Bonus Obj: Use Restoration Drones", + "HW2CampaignObjective": { + "Id": 23 + } + } + }, + { + "Id": 336636, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:55Z", + "ModifiedUtc": "2017-02-03T19:39:59Z", + "PublishedUtc": "2017-02-03T19:39:59Z", + "Container": -1 + }, + "Identity": "36f422323bf44e03bddb434ab37b6397", + "Title": "M01, Bonus Obj: Use the grenade special ability", + "HW2CampaignObjective": { + "Id": 26 + } + } + } + ], + "OptionalObjectives": [ + { + "Id": 336634, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:34Z", + "ModifiedUtc": "2017-02-03T19:39:58Z", + "PublishedUtc": "2017-02-03T19:39:58Z", + "Container": -1 + }, + "Identity": "5970ec8a425c49debd492b23c84b70ee", + "Title": "M01, Optional Obj: Capture 4 of Decimus' power nodes", + "HW2CampaignObjective": { + "Id": 11 + } + } + }, + { + "Id": 336476, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:30Z", + "ModifiedUtc": "2017-02-03T19:39:23Z", + "PublishedUtc": "2017-02-03T19:39:23Z", + "Container": -1 + }, + "Identity": "904f77cc31a34fc795881be1de2c9d6e", + "Title": "M01, Optional Obj: Destroy Banished supply silos", + "HW2CampaignObjective": { + "Id": 8 + } + } + }, + { + "Id": 336633, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:48Z", + "ModifiedUtc": "2017-02-03T19:39:58Z", + "PublishedUtc": "2017-02-03T19:39:58Z", + "Container": -1 + }, + "Identity": "6cd18d7a3f794ae08c5321624d7209e5", + "Title": "M01, Optional Obj: Establish a second base", + "HW2CampaignObjective": { + "Id": 21 + } + } + } + ], + "Skulls": [ + { + "Id": 335972, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "GRUNT BIRTHDAY PARTY", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-25T18:15:49Z", + "ModifiedUtc": "2017-02-03T19:37:48Z", + "PublishedUtc": "2017-02-03T19:37:48Z", + "Container": -1 + }, + "Identity": "e4c5b9be58f34b88aa5d71e7c74b27cf", + "HW2Skull": { + "Id": 2 + } + } + } + ], + "AwardedPacks": [ + { + "Id": 202751, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-08-02T16:56:23Z", + "ModifiedUtc": "2017-02-03T18:04:04Z", + "PublishedUtc": "2017-02-03T19:43:19Z", + "Container": -1 + }, + "Identity": "3b63871bb9de4a37a4e25a4c7e476d86", + "Title": "Mission Pack Ep1.01", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202744, + "Type": "HW2PackRule", + "Identity": "61eeb270dc7f4564ad67c12b842703fb" + }, + { + "Id": 202593, + "Type": "HW2PackRule", + "Identity": "e5cfaf3d8e5d41a5b87fde3749d6ce36" + }, + { + "Id": 202746, + "Type": "HW2PackRule", + "Identity": "c5b2a105d0bf431297782220eda9792f" + }, + { + "Id": 202592, + "Type": "HW2PackRule", + "Identity": "d3072b0a8f3846e795bf2c6016f5161c" + }, + { + "Id": 202596, + "Type": "HW2PackRule", + "Identity": "3f616f24f5f748a89a68d50e14d32063" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 104, + "DisplayInfo": { + "Id": 201780, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - A New Enemy", + "Description": "Awarded for completing 'A New Enemy'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 01 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:04:30Z", + "ModifiedUtc": "2017-02-03T18:35:09Z", + "PublishedUtc": "2017-02-03T19:34:18Z", + "Container": -1 + }, + "Identity": "c007da8a860740d0af5f049cefda1b4a" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": { + "Id": 335780, + "Type": "HW2CampaignLevelDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:51Z", + "ModifiedUtc": "2017-02-03T19:37:05Z", + "PublishedUtc": "2017-02-03T19:37:06Z", + "Container": -1 + }, + "Identity": "5243ec693c494ea4a3e8471244bae8ab", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "A NEW ENEMY Display Info", + "HW2CampaignLevelDisplayInfo": { + "Name": "A NEW ENEMY", + "Description": "Captain Cutter prepares to take the fight to the Banished by attacking Atriox's field commander, Decimus." + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337323" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202890, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-14T18:25:04Z", + "ModifiedUtc": "2017-02-03T17:47:52Z", + "PublishedUtc": "2017-02-03T19:43:19Z", + "Container": -1 + }, + "Identity": "4619792f97614e77972bc647bc336cde", + "Title": "HW2: Blitz Mode Tutorial", + "HW2CampaignLevel": { + "Id": 30, + "MaxScore": 1000000, + "CriticalObjectives": [], + "BonusObjectives": [], + "OptionalObjectives": [], + "Skulls": [], + "AwardedPacks": [ + { + "Id": 202883, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-23T17:00:17Z", + "ModifiedUtc": "2017-02-03T18:04:04Z", + "PublishedUtc": "2017-02-03T19:43:17Z", + "Container": -1 + }, + "Identity": "d268ed46664c4aed8a8cadd8328210e8", + "Title": "Mission Pack TutBlitz", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202594, + "Type": "HW2PackRule", + "Identity": "2046b2cabf634a4297d45b1d08cdaee2" + }, + { + "Id": 202745, + "Type": "HW2PackRule", + "Identity": "9e2968bf303b413f8809d8f5ce791606" + }, + { + "Id": 202748, + "Type": "HW2PackRule", + "Identity": "e78dafffbcac45538176446a8aea3f48" + }, + { + "Id": 202593, + "Type": "HW2PackRule", + "Identity": "e5cfaf3d8e5d41a5b87fde3749d6ce36" + }, + { + "Id": 202746, + "Type": "HW2PackRule", + "Identity": "c5b2a105d0bf431297782220eda9792f" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 102, + "DisplayInfo": { + "Id": 201778, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Blitz Tutorial", + "Description": "Awarded for completing the Blitz Tutorial. This pack contains 5 Blitz cards. " + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "TutBlitz Mission Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:08:29Z", + "ModifiedUtc": "2017-02-03T18:35:09Z", + "PublishedUtc": "2017-02-03T19:34:12Z", + "Container": -1 + }, + "Identity": "7deececb165d4c4ba0aa8c75c687ffd6" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202890" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337320, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-14T18:22:55Z", + "ModifiedUtc": "2017-02-03T19:43:19Z", + "PublishedUtc": "2017-02-03T19:43:19Z", + "Container": -1 + }, + "Identity": "8b79841f4f464145aed9f0966d6e2ea4", + "Title": "LAST STAND", + "HW2CampaignLevel": { + "Id": 810, + "MaxScore": 1000000, + "CriticalObjectives": [ + { + "Id": 336462, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:36:03Z", + "ModifiedUtc": "2017-02-03T19:39:20Z", + "PublishedUtc": "2017-02-03T19:39:20Z", + "Container": -1 + }, + "Identity": "bdb14399d3a24b468c4638696fdda407", + "Title": "M08A, Required Obj: Hold Out for 2 minutes", + "HW2CampaignObjective": { + "Id": 156 + } + } + }, + { + "Id": 336544, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:27Z", + "ModifiedUtc": "2017-02-03T19:39:37Z", + "PublishedUtc": "2017-02-03T19:39:37Z", + "Container": -1 + }, + "Identity": "05dc779019574da88320e65bcad474da", + "Title": "M08A, Required Obj: Defend the Professor and the Control Room from the Banished", + "HW2CampaignObjective": { + "Id": 110 + } + } + } + ], + "BonusObjectives": [ + { + "Id": 336033, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:33Z", + "ModifiedUtc": "2017-02-03T19:37:59Z", + "PublishedUtc": "2017-02-03T19:37:59Z", + "Container": -1 + }, + "Identity": "5f765809ba40450d991b24b88dec3077", + "Title": "M08A, Bonus Obj: Upgraded turret deployment", + "HW2CampaignObjective": { + "Id": 117 + } + } + }, + { + "Id": 336507, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:32Z", + "ModifiedUtc": "2017-02-03T19:39:29Z", + "PublishedUtc": "2017-02-03T19:39:29Z", + "Container": -1 + }, + "Identity": "544f4588ee854caea2d42c34a9708b46", + "Title": "M08A, Bonus Obj: Kill the commanders within 10 minutes", + "HW2CampaignObjective": { + "Id": 116 + } + } + }, + { + "Id": 336500, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:31Z", + "ModifiedUtc": "2017-02-03T19:39:27Z", + "PublishedUtc": "2017-02-03T19:39:27Z", + "Container": -1 + }, + "Identity": "6c595aec233f491698293913f8c9bd03", + "Title": "M08A, Bonus Obj: Take down a Scarab with Archer Missiles", + "HW2CampaignObjective": { + "Id": 115 + } + } + } + ], + "OptionalObjectives": [ + { + "Id": 335930, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:29Z", + "ModifiedUtc": "2017-02-03T19:37:34Z", + "PublishedUtc": "2017-02-03T19:37:34Z", + "Container": -1 + }, + "Identity": "fe34ff0308f64afda40bd861cb9d3a10", + "Title": "M08A, Optional Obj: Keep the Control Room Shield over 50%", + "HW2CampaignObjective": { + "Id": 112 + } + } + }, + { + "Id": 335514, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:28Z", + "ModifiedUtc": "2017-02-03T19:36:16Z", + "PublishedUtc": "2017-02-03T19:36:16Z", + "Container": -1 + }, + "Identity": "164025171e38443c869c7e05b16044f6", + "Title": "M08A, Optional Obj: Kill the Brute Warlords, stop their reinforcements", + "HW2CampaignObjective": { + "Id": 111 + } + } + } + ], + "Skulls": [ + { + "Id": 336461, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "SHADOW", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-25T18:15:01Z", + "ModifiedUtc": "2017-02-03T19:39:21Z", + "PublishedUtc": "2017-02-03T19:39:21Z", + "Container": -1 + }, + "Identity": "be5ebb522f8a401b9aad50f092e8b1a2", + "HW2Skull": { + "Id": 19 + } + } + }, + { + "Id": 336470, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "NIGHTMARE", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-25T18:16:08Z", + "ModifiedUtc": "2017-02-03T19:39:22Z", + "PublishedUtc": "2017-02-03T19:39:22Z", + "Container": -1 + }, + "Identity": "ad26dbdf20064dbbb990b87c15a620e0", + "HW2Skull": { + "Id": 18 + } + } + } + ], + "AwardedPacks": [ + { + "Id": 337316, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:48:14Z", + "ModifiedUtc": "2017-02-03T19:43:18Z", + "PublishedUtc": "2017-02-03T19:43:18Z", + "Container": -1 + }, + "Identity": "7bbcf5e0fc37442cb672920f6342a22a", + "Title": "Mission Pack Ep1.08a", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202680, + "Type": "HW2PackRule", + "Identity": "515cabf6c6db4c31824ae0eb311f2511" + }, + { + "Id": 202689, + "Type": "HW2PackRule", + "Identity": "22a4a51aa47640069ef795a3b50c9829" + }, + { + "Id": 202373, + "Type": "HW2PackRule", + "Identity": "cd0ecc44ae8a4724a1bf7eb7ffeb5204" + }, + { + "Id": 202650, + "Type": "HW2PackRule", + "Identity": "70158003dced4f94aeb0e04b62a9e6bc" + }, + { + "Id": 202719, + "Type": "HW2PackRule", + "Identity": "3b4681dc4d9c4bfc824bfe9cdef35c7e" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 115, + "DisplayInfo": { + "Id": 334970, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Last Stand", + "Description": "Awarded for completing the Campaign mission 'Last Stand'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 9 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:06:51Z", + "ModifiedUtc": "2017-02-03T19:34:35Z", + "PublishedUtc": "2017-02-03T19:34:35Z", + "Container": -1 + }, + "Identity": "4abfd712914a47bebc3ddc7bdfcc6ac4" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": { + "Id": 335712, + "Type": "HW2CampaignLevelDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T11:00:04Z", + "ModifiedUtc": "2017-02-03T19:36:54Z", + "PublishedUtc": "2017-02-03T19:36:54Z", + "Container": -1 + }, + "Identity": "786a9344b89146899c98a723dad9023d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "LAST STAND Display Info", + "HW2CampaignLevelDisplayInfo": { + "Name": "LAST STAND", + "Description": "Cutter and his crew must fend off the Banished in a final defense of Anders as she prepares the Halo for its voyage." + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337320" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337321, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-13T22:27:45Z", + "ModifiedUtc": "2017-02-03T19:43:19Z", + "PublishedUtc": "2017-02-03T19:43:19Z", + "Container": -1 + }, + "Identity": "00e29ea21a94491589170dfd090d808b", + "Title": "HOLD THE LINE", + "HW2CampaignLevel": { + "Id": 500, + "MaxScore": 1000000, + "CriticalObjectives": [ + { + "Id": 336640, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:38Z", + "ModifiedUtc": "2017-02-03T19:39:59Z", + "PublishedUtc": "2017-02-03T19:39:59Z", + "Container": -1 + }, + "Identity": "79537dae39154534a45a695e7d4d8cdb", + "Title": "M05, Required Obj: Defend the Particle Cannon", + "HW2CampaignObjective": { + "Id": 68 + } + } + } + ], + "BonusObjectives": [ + { + "Id": 336511, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:42Z", + "ModifiedUtc": "2017-02-03T19:39:29Z", + "PublishedUtc": "2017-02-03T19:39:30Z", + "Container": -1 + }, + "Identity": "54d8cc93939741f1987b3ff999b8d792", + "Title": "M05, Bonus Obj: Kill 5 units with Turret Drop", + "HW2CampaignObjective": { + "Id": 71 + } + } + }, + { + "Id": 336641, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:40Z", + "ModifiedUtc": "2017-02-03T19:39:59Z", + "PublishedUtc": "2017-02-03T19:39:59Z", + "Container": -1 + }, + "Identity": "7989f079e9774b91a6a8d5a61b2adf94", + "Title": "M05, Bonus Obj: Kill 10 enemies with the lightbridge", + "HW2CampaignObjective": { + "Id": 70 + } + } + } + ], + "OptionalObjectives": [ + { + "Id": 336642, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:43Z", + "ModifiedUtc": "2017-02-03T19:40:00Z", + "PublishedUtc": "2017-02-03T19:40:00Z", + "Container": -1 + }, + "Identity": "d36b2675a99c4a29835ac2b5d264201a", + "Title": "M05, Optional Obj: Build on all available base plots", + "HW2CampaignObjective": { + "Id": 72 + } + } + }, + { + "Id": 336643, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:39Z", + "ModifiedUtc": "2017-02-03T19:39:59Z", + "PublishedUtc": "2017-02-03T19:39:59Z", + "Container": -1 + }, + "Identity": "71fc8fcd389b4138a002964dbd523d9c", + "Title": "M05, Optional Obj: Keep the barricades intact", + "HW2CampaignObjective": { + "Id": 69 + } + } + } + ], + "Skulls": [ + { + "Id": 335481, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "FIRESTARTER", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-25T18:16:01Z", + "ModifiedUtc": "2017-02-03T19:36:10Z", + "PublishedUtc": "2017-02-03T19:36:10Z", + "Container": -1 + }, + "Identity": "3604cef752224deea126aa13a1784b2d", + "HW2Skull": { + "Id": 10 + } + } + }, + { + "Id": 336644, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "SICKNESS", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-25T18:16:00Z", + "ModifiedUtc": "2017-02-03T19:39:59Z", + "PublishedUtc": "2017-02-03T19:39:59Z", + "Container": -1 + }, + "Identity": "480bd4b106c341ada819b73d625bbc78", + "HW2Skull": { + "Id": 9 + } + } + } + ], + "AwardedPacks": [ + { + "Id": 337318, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:42:05Z", + "ModifiedUtc": "2017-02-03T19:43:18Z", + "PublishedUtc": "2017-02-03T19:43:18Z", + "Container": -1 + }, + "Identity": "61911eadc1ac40f5b4e7f8f456db22d4", + "Title": "Mission Pack Ep1.05", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202732, + "Type": "HW2PackRule", + "Identity": "80db7dbdbc924f39b66af346f7d93de8" + }, + { + "Id": 202562, + "Type": "HW2PackRule", + "Identity": "7c5923a867df4e56a85f4d670a80151f" + }, + { + "Id": 202728, + "Type": "HW2PackRule", + "Identity": "f8c59626c2ad4593a14185e4f59126b2" + }, + { + "Id": 202687, + "Type": "HW2PackRule", + "Identity": "25253ebe4fd048a7a6f6efa77cd82b67" + }, + { + "Id": 202668, + "Type": "HW2PackRule", + "Identity": "d2644a64d42143bc84a0bf992f47618a" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 110, + "DisplayInfo": { + "Id": 334947, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Hold the Line", + "Description": "Awarded for completing the Campaign mission 'Hold the Line'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 05 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:06:03Z", + "ModifiedUtc": "2017-02-03T19:34:31Z", + "PublishedUtc": "2017-02-03T19:34:31Z", + "Container": -1 + }, + "Identity": "1ea6ca17a6c940b6a10c1ffd492dc3f2" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": { + "Id": 334957, + "Type": "HW2CampaignLevelDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:59Z", + "ModifiedUtc": "2017-02-03T19:34:33Z", + "PublishedUtc": "2017-02-03T19:34:33Z", + "Container": -1 + }, + "Identity": "99a96f6bc1ca47b2a3916a34ef9849e4", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HOLD THE LINE Display Info", + "HW2CampaignLevelDisplayInfo": { + "Name": "HOLD THE LINE", + "Description": "In part one of Isabel's plan, the UNSC must defend a Forerunner cannon as it immobilizes the Banished's carrier and breaks through its shields.\n" + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337321" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337317, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-14T18:24:45Z", + "ModifiedUtc": "2017-02-03T19:43:18Z", + "PublishedUtc": "2017-02-03T19:43:18Z", + "Container": -1 + }, + "Identity": "748bd0d778024c7d9c5b67e9b8908acb", + "Title": "HW2: Advanced Tactics Tutorial", + "HW2CampaignLevel": { + "Id": 20, + "MaxScore": 1000000, + "CriticalObjectives": [], + "BonusObjectives": [], + "OptionalObjectives": [], + "Skulls": [], + "AwardedPacks": [ + { + "Id": 337312, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-23T16:59:24Z", + "ModifiedUtc": "2017-02-03T19:43:17Z", + "PublishedUtc": "2017-02-03T19:43:17Z", + "Container": -1 + }, + "Identity": "f68d29da498040f0a4c798582fa626c5", + "Title": "Mission Pack TutAdvanced", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202744, + "Type": "HW2PackRule", + "Identity": "61eeb270dc7f4564ad67c12b842703fb" + }, + { + "Id": 202594, + "Type": "HW2PackRule", + "Identity": "2046b2cabf634a4297d45b1d08cdaee2" + }, + { + "Id": 202773, + "Type": "HW2PackRule", + "Identity": "aa8565357abf4cc2a401e61f112fa130" + }, + { + "Id": 202709, + "Type": "HW2PackRule", + "Identity": "a4ee0958bcbf4d8d9ed19d6a73e33093" + }, + { + "Id": 202742, + "Type": "HW2PackRule", + "Identity": "1187a4146e1a49a2a5447a419d20d376" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 101, + "DisplayInfo": { + "Id": 334985, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Advanced Tutorial", + "Description": "Awarded for completing the Advanced Tutorial. This pack contains 5 Blitz cards. " + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "TutAdv Mission Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:08:01Z", + "ModifiedUtc": "2017-02-03T19:34:38Z", + "PublishedUtc": "2017-02-03T19:34:38Z", + "Container": -1 + }, + "Identity": "54e47dc7492d457d97911819514de5e6" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337317" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337311, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-14T18:20:08Z", + "ModifiedUtc": "2017-02-03T19:43:16Z", + "PublishedUtc": "2017-02-03T19:43:17Z", + "Container": -1 + }, + "Identity": "f98b980f2c184050b9ee2ea52a8261c5", + "Title": "FROM THE DEEP", + "HW2CampaignLevel": { + "Id": 410, + "MaxScore": 1000000, + "CriticalObjectives": [ + { + "Id": 336584, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:35Z", + "ModifiedUtc": "2017-02-03T19:39:52Z", + "PublishedUtc": "2017-02-03T19:39:52Z", + "Container": -1 + }, + "Identity": "0236e2001c474159bcd38eae7498d9cd", + "Title": "M04A, Required Obj: Defend your base", + "HW2CampaignObjective": { + "Id": 132 + } + } + }, + { + "Id": 336051, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:40Z", + "ModifiedUtc": "2017-02-03T19:38:04Z", + "PublishedUtc": "2017-02-03T19:38:04Z", + "Container": -1 + }, + "Identity": "2020bed9cb104cc9848ea134f2f2cbb5", + "Title": "M04A, Required Obj: Kill the Scarab", + "HW2CampaignObjective": { + "Id": 136 + } + } + }, + { + "Id": 336585, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:36Z", + "ModifiedUtc": "2017-02-03T19:39:52Z", + "PublishedUtc": "2017-02-03T19:39:52Z", + "Container": -1 + }, + "Identity": "397726b8b97243649e8b5766015d5423", + "Title": "M04A, Required Obj: Survive first wave", + "HW2CampaignObjective": { + "Id": 133 + } + } + } + ], + "BonusObjectives": [ + { + "Id": 335513, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:43Z", + "ModifiedUtc": "2017-02-03T19:36:16Z", + "PublishedUtc": "2017-02-03T19:36:16Z", + "Container": -1 + }, + "Identity": "12590ba8fbc24bceb015f06a631a1f83", + "Title": "M04A, Bonus Obj: Hijack a Locust", + "HW2CampaignObjective": { + "Id": 138 + } + } + }, + { + "Id": 335477, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:41Z", + "ModifiedUtc": "2017-02-03T19:36:09Z", + "PublishedUtc": "2017-02-03T19:36:09Z", + "Container": -1 + }, + "Identity": "3a6a3fe4097c4934aef21e1f86819533", + "Title": "M04A, Bonus Obj: Get 20 kills with the Scorpion", + "HW2CampaignObjective": { + "Id": 137 + } + } + } + ], + "OptionalObjectives": [ + { + "Id": 336586, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:37Z", + "ModifiedUtc": "2017-02-03T19:39:52Z", + "PublishedUtc": "2017-02-03T19:39:52Z", + "Container": -1 + }, + "Identity": "86e0b374a3e245a8aad994fcec26facf", + "Title": "M04A, Optional Obj: Build 2 turrets on the beach", + "HW2CampaignObjective": { + "Id": 134 + } + } + }, + { + "Id": 336505, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:39Z", + "ModifiedUtc": "2017-02-03T19:39:28Z", + "PublishedUtc": "2017-02-03T19:39:28Z", + "Container": -1 + }, + "Identity": "69d9935331704d27878ee4bcd6418d7d", + "Title": "M04A, Optional Obj: Upgrade beach turrets to anti-vehicle", + "HW2CampaignObjective": { + "Id": 135 + } + } + } + ], + "Skulls": [ + { + "Id": 336589, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "TOTAL ANNIHILATION", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-25T18:15:58Z", + "ModifiedUtc": "2017-02-03T19:39:52Z", + "PublishedUtc": "2017-02-03T19:39:53Z", + "Container": -1 + }, + "Identity": "4c232b6243474098879897c0275b9485", + "HW2Skull": { + "Id": 11 + } + } + } + ], + "AwardedPacks": [ + { + "Id": 337289, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:41:22Z", + "ModifiedUtc": "2017-02-03T19:43:07Z", + "PublishedUtc": "2017-02-03T19:43:07Z", + "Container": -1 + }, + "Identity": "0a0ac0a66a95458ea4a43c2e6a0435e3", + "Title": "Mission Pack Ep1.04a", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202713, + "Type": "HW2PackRule", + "Identity": "88828d6d66384cd5b66051ac79200fd4" + }, + { + "Id": 202674, + "Type": "HW2PackRule", + "Identity": "64f9d5d3022b411b99ad5247fa34d5ab" + }, + { + "Id": 202773, + "Type": "HW2PackRule", + "Identity": "aa8565357abf4cc2a401e61f112fa130" + }, + { + "Id": 202547, + "Type": "HW2PackRule", + "Identity": "086e46d27de34bbba423629fff6f775c" + }, + { + "Id": 202451, + "Type": "HW2PackRule", + "Identity": "1e60704eac814cf7821857aaf63d3e8c" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 109, + "DisplayInfo": { + "Id": 334836, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - From the Deep", + "Description": "Awarded for completing the Campaign mission 'From the Deep'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 04A Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:05:48Z", + "ModifiedUtc": "2017-02-03T19:34:09Z", + "PublishedUtc": "2017-02-03T19:34:09Z", + "Container": -1 + }, + "Identity": "bedf1509f76f499b912272b08d6e538f" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": { + "Id": 334926, + "Type": "HW2CampaignLevelDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:58Z", + "ModifiedUtc": "2017-02-03T19:34:27Z", + "PublishedUtc": "2017-02-03T19:34:27Z", + "Container": -1 + }, + "Identity": "8a84421a8458460e9e45ec9b68b60665", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FROM THE DEEP Display Info", + "HW2CampaignLevelDisplayInfo": { + "Name": "FROM THE DEEP", + "Description": "Alice must defend against the Banished as they assault her rag-tag band of survivors." + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337311" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337314, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-13T22:25:11Z", + "ModifiedUtc": "2017-02-03T19:43:17Z", + "PublishedUtc": "2017-02-03T19:43:17Z", + "Container": -1 + }, + "Identity": "9ee5ce3953544f84bf878109d182d408", + "Title": "ASCENSION", + "HW2CampaignLevel": { + "Id": 200, + "MaxScore": 1000000, + "CriticalObjectives": [ + { + "Id": 336602, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:08Z", + "ModifiedUtc": "2017-02-03T19:39:54Z", + "PublishedUtc": "2017-02-03T19:39:54Z", + "Container": -1 + }, + "Identity": "09e4e229800140fc9504f54d1aa26f93", + "Title": "M02, Required Obj: Build a Supply Pad and Generator", + "HW2CampaignObjective": { + "Id": 38 + } + } + }, + { + "Id": 335952, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:10Z", + "ModifiedUtc": "2017-02-03T19:37:45Z", + "PublishedUtc": "2017-02-03T19:37:45Z", + "Container": -1 + }, + "Identity": "efa74c0543ac4845bbf54264e692d63a", + "Title": "M02, Required Obj: Build an Airpad", + "HW2CampaignObjective": { + "Id": 39 + } + } + }, + { + "Id": 335973, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:58Z", + "ModifiedUtc": "2017-02-03T19:37:47Z", + "PublishedUtc": "2017-02-03T19:37:47Z", + "Container": -1 + }, + "Identity": "e4a7fa6702c34bf4adf21267880d9c20", + "Title": "M02, Required Obj: Capture the Control Towers", + "HW2CampaignObjective": { + "Id": 29 + } + } + }, + { + "Id": 336604, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:07Z", + "ModifiedUtc": "2017-02-03T19:39:54Z", + "PublishedUtc": "2017-02-03T19:39:54Z", + "Container": -1 + }, + "Identity": "e6a7e5b87c7442fa8df55b17c47e828f", + "Title": "M02, Required Obj: Clear the area of Banished troops", + "HW2CampaignObjective": { + "Id": 37 + } + } + }, + { + "Id": 336605, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:59Z", + "ModifiedUtc": "2017-02-03T19:39:55Z", + "PublishedUtc": "2017-02-03T19:39:55Z", + "Container": -1 + }, + "Identity": "74499c38d4f6458f8eb659a7838bed2e", + "Title": "M02, Required Obj: Establish a forward base", + "HW2CampaignObjective": { + "Id": 30 + } + } + }, + { + "Id": 336046, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:57Z", + "ModifiedUtc": "2017-02-03T19:38:03Z", + "PublishedUtc": "2017-02-03T19:38:03Z", + "Container": -1 + }, + "Identity": "2e9c19ef3d6d43dca6609e8f64d00a9a", + "Title": "M02, Required Obj: Gain access to the Cartographer", + "HW2CampaignObjective": { + "Id": 27 + } + } + }, + { + "Id": 336606, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:06Z", + "ModifiedUtc": "2017-02-03T19:39:55Z", + "PublishedUtc": "2017-02-03T19:39:55Z", + "Container": -1 + }, + "Identity": "c0964b669cb1474ca3f87fa7f1525102", + "Title": "M02, Required Obj: Hijack the Wraith", + "HW2CampaignObjective": { + "Id": 36 + } + } + }, + { + "Id": 336607, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:02Z", + "ModifiedUtc": "2017-02-03T19:39:55Z", + "PublishedUtc": "2017-02-03T19:39:55Z", + "Container": -1 + }, + "Identity": "706fec443f394c6db88b32db5687be86", + "Title": "M02, Required Obj: Reactivate the lightbridge", + "HW2CampaignObjective": { + "Id": 32 + } + } + }, + { + "Id": 336515, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:16Z", + "ModifiedUtc": "2017-02-03T19:39:30Z", + "PublishedUtc": "2017-02-03T19:39:30Z", + "Container": -1 + }, + "Identity": "5040ab002ae74f25887080022d2905db", + "Title": "M02, Required Obj: Secure the transport route entrance", + "HW2CampaignObjective": { + "Id": 48 + } + } + } + ], + "BonusObjectives": [ + { + "Id": 336608, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:14Z", + "ModifiedUtc": "2017-02-03T19:39:55Z", + "PublishedUtc": "2017-02-03T19:39:55Z", + "Container": -1 + }, + "Identity": "762510699f484806ba6aa556fbd6949b", + "Title": "M02, Bonus Obj: Destroy vehicles using Hornets", + "HW2CampaignObjective": { + "Id": 45 + } + } + }, + { + "Id": 336609, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:12Z", + "ModifiedUtc": "2017-02-03T19:39:55Z", + "PublishedUtc": "2017-02-03T19:39:55Z", + "Container": -1 + }, + "Identity": "c49a37c3512b47268c5410a1fa338ba6", + "Title": "M02, Bonus Obj: Destroy vehicles with a Cyclops", + "HW2CampaignObjective": { + "Id": 44 + } + } + }, + { + "Id": 336610, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:11Z", + "ModifiedUtc": "2017-02-03T19:39:55Z", + "PublishedUtc": "2017-02-03T19:39:55Z", + "Container": -1 + }, + "Identity": "f4a5ea15117a4a9f9bb13ba8128656c6", + "Title": "M02, Bonus Obj: Kill squads with a hijacked vehicle", + "HW2CampaignObjective": { + "Id": 42 + } + } + }, + { + "Id": 336611, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:15Z", + "ModifiedUtc": "2017-02-03T19:39:55Z", + "PublishedUtc": "2017-02-03T19:39:55Z", + "Container": -1 + }, + "Identity": "25129389a8b44c438cd5f86e9530105e", + "Title": "M02, Bonus Obj: Use the Archer Missile leader power", + "HW2CampaignObjective": { + "Id": 47 + } + } + } + ], + "OptionalObjectives": [ + { + "Id": 335953, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:04Z", + "ModifiedUtc": "2017-02-03T19:37:45Z", + "PublishedUtc": "2017-02-03T19:37:45Z", + "Container": -1 + }, + "Identity": "ee14235fb6994fc9ad30dfdb13ace687", + "Title": "M02, Optional Obj: Destroy the Banished base", + "HW2CampaignObjective": { + "Id": 34 + } + } + }, + { + "Id": 336028, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:01Z", + "ModifiedUtc": "2017-02-03T19:37:58Z", + "PublishedUtc": "2017-02-03T19:37:58Z", + "Container": -1 + }, + "Identity": "661167de43b04ae3abdc73e32798d628", + "Title": "M02, Optional Obj: Destroy the Banished's vehicle Foundries", + "HW2CampaignObjective": { + "Id": 31 + } + } + }, + { + "Id": 336435, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:03Z", + "ModifiedUtc": "2017-02-03T19:39:17Z", + "PublishedUtc": "2017-02-03T19:39:17Z", + "Container": -1 + }, + "Identity": "fedf493cca3942fb979ed6f5b755e46d", + "Title": "M02, Optional Obj: Destroy the hidden facility", + "HW2CampaignObjective": { + "Id": 33 + } + } + } + ], + "Skulls": [ + { + "Id": 335500, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "PAIN TRAIN", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-25T18:15:54Z", + "ModifiedUtc": "2017-02-03T19:36:14Z", + "PublishedUtc": "2017-02-03T19:36:14Z", + "Container": -1 + }, + "Identity": "2974e797ca474070bfbeace6c72862b4", + "HW2Skull": { + "Id": 4 + } + } + }, + { + "Id": 336468, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "PAINTBALL", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-25T18:15:53Z", + "ModifiedUtc": "2017-02-03T19:39:22Z", + "PublishedUtc": "2017-02-03T19:39:22Z", + "Container": -1 + }, + "Identity": "b5b106a5e3024271a5be0112fa35e714", + "HW2Skull": { + "Id": 3 + } + } + } + ], + "AwardedPacks": [ + { + "Id": 337291, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T11:38:57Z", + "ModifiedUtc": "2017-02-03T19:43:08Z", + "PublishedUtc": "2017-02-03T19:43:08Z", + "Container": -1 + }, + "Identity": "705d509010ec400ea4ae6189176bd30c", + "Title": "Mission Pack Ep1.02", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202709, + "Type": "HW2PackRule", + "Identity": "a4ee0958bcbf4d8d9ed19d6a73e33093" + }, + { + "Id": 202451, + "Type": "HW2PackRule", + "Identity": "1e60704eac814cf7821857aaf63d3e8c" + }, + { + "Id": 202721, + "Type": "HW2PackRule", + "Identity": "2c1625c7368e4b51a47128ea4eb41245" + }, + { + "Id": 202815, + "Type": "HW2PackRule", + "Identity": "2d87537885194ad1922c360fe7ee209f" + }, + { + "Id": 202687, + "Type": "HW2PackRule", + "Identity": "25253ebe4fd048a7a6f6efa77cd82b67" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 105, + "DisplayInfo": { + "Id": 334891, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Ascension", + "Description": "Awarded for completing 'Ascension'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 02 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:04:52Z", + "ModifiedUtc": "2017-02-03T19:34:21Z", + "PublishedUtc": "2017-02-03T19:34:21Z", + "Container": -1 + }, + "Identity": "20e6025afed847999dba13a5947f80d9" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": { + "Id": 335621, + "Type": "HW2CampaignLevelDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:52Z", + "ModifiedUtc": "2017-02-03T19:36:38Z", + "PublishedUtc": "2017-02-03T19:36:38Z", + "Container": -1 + }, + "Identity": "c7302d41479949a081bad795eac72892", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ASCENSION Display Info", + "HW2CampaignLevelDisplayInfo": { + "Name": "ASCENSION", + "Description": "Spartan Jerome and his forces fight through Banished fortifications on the way to the Cartographer." + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337314" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337298, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-13T22:25:05Z", + "ModifiedUtc": "2017-02-03T19:43:10Z", + "PublishedUtc": "2017-02-03T19:43:10Z", + "Container": -1 + }, + "Identity": "5d131f9327094c49a2d4a98c10d715c5", + "Title": "THE SIGNAL", + "HW2CampaignLevel": { + "Id": 99, + "MaxScore": 1000000, + "CriticalObjectives": [ + { + "Id": 336533, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:25Z", + "ModifiedUtc": "2017-02-03T19:39:35Z", + "PublishedUtc": "2017-02-03T19:39:36Z", + "Container": -1 + }, + "Identity": "243ed664c82f4e32a58e57853030339d", + "Title": "M00, Required Obj: Reach the source of the signal", + "HW2CampaignObjective": { + "Id": 5 + } + } + }, + { + "Id": 336539, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:18Z", + "ModifiedUtc": "2017-02-03T19:39:36Z", + "PublishedUtc": "2017-02-03T19:39:36Z", + "Container": -1 + }, + "Identity": "1ac7675912c44c2b822c7c6d2c8fed99", + "Title": "M00, Required Obj: Escape to the Pelican evacuation zone", + "HW2CampaignObjective": { + "Id": 4 + } + } + } + ], + "BonusObjectives": [ + { + "Id": 336438, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:29Z", + "ModifiedUtc": "2017-02-03T19:39:17Z", + "PublishedUtc": "2017-02-03T19:39:17Z", + "Container": -1 + }, + "Identity": "fc8adedc6f804c2191ad6b503b4f1890", + "Title": "M00, Bonus Obj: Kill 5 Grunt squads with Warthog Ram", + "HW2CampaignObjective": { + "Id": 7 + } + } + } + ], + "OptionalObjectives": [ + { + "Id": 336039, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:52Z", + "ModifiedUtc": "2017-02-03T19:38:01Z", + "PublishedUtc": "2017-02-03T19:38:01Z", + "Container": -1 + }, + "Identity": "545743710c164d09be255e9c3b2f203f", + "Title": "M00, Optional Obj: Find all of the Phoenix logs", + "HW2CampaignObjective": { + "Id": 148 + } + } + }, + { + "Id": 336624, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:33:27Z", + "ModifiedUtc": "2017-02-03T19:39:57Z", + "PublishedUtc": "2017-02-03T19:39:57Z", + "Container": -1 + }, + "Identity": "45e236ab237c483797fa83463373faa9", + "Title": "M00, Optional Obj: Complete the mission with under 50% damage", + "HW2CampaignObjective": { + "Id": 6 + } + } + } + ], + "Skulls": [], + "AwardedPacks": [ + { + "Id": 337294, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-10-13T08:42:32Z", + "ModifiedUtc": "2017-02-03T19:43:08Z", + "PublishedUtc": "2017-02-03T19:43:09Z", + "Container": -1 + }, + "Identity": "8404b6695176484d96412dbed5f502b3", + "Title": "Mission Pack Ep1.00", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202746, + "Type": "HW2PackRule", + "Identity": "c5b2a105d0bf431297782220eda9792f" + }, + { + "Id": 202721, + "Type": "HW2PackRule", + "Identity": "2c1625c7368e4b51a47128ea4eb41245" + }, + { + "Id": 202594, + "Type": "HW2PackRule", + "Identity": "2046b2cabf634a4297d45b1d08cdaee2" + }, + { + "Id": 202595, + "Type": "HW2PackRule", + "Identity": "703c640f61e544e4aae84eb29d819708" + }, + { + "Id": 202774, + "Type": "HW2PackRule", + "Identity": "a0ee2bc038df4ab78ba19cd48cf5ea48" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 103, + "DisplayInfo": { + "Id": 335054, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - The Signal", + "Description": "Awarded for completing the Campaign mission 'The Signal'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 00 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:04:01Z", + "ModifiedUtc": "2017-02-03T19:34:51Z", + "PublishedUtc": "2017-02-03T19:34:51Z", + "Container": -1 + }, + "Identity": "ce9a476dfefc46d8a5947c8ade2c43e6" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": { + "Id": 336625, + "Type": "HW2CampaignLevelDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:50Z", + "ModifiedUtc": "2017-02-03T19:39:57Z", + "PublishedUtc": "2017-02-03T19:39:57Z", + "Container": -1 + }, + "Identity": "89218e3f6d7c4654b149a145fbc8435f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "THE SIGNAL Display Info", + "HW2CampaignLevelDisplayInfo": { + "Name": "THE SIGNAL", + "Description": "Spartan Jerome and Red Team investigate the source of a UNSC emergency signal." + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337298" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337296, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-14T18:18:50Z", + "ModifiedUtc": "2017-02-03T19:43:09Z", + "PublishedUtc": "2017-02-03T19:43:09Z", + "Container": -1 + }, + "Identity": "40b8214547d04786961cd0fb5955cd50", + "Title": "ONE THREE ZERO", + "HW2CampaignLevel": { + "Id": 210, + "MaxScore": 1000000, + "CriticalObjectives": [ + { + "Id": 336628, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:45Z", + "ModifiedUtc": "2017-02-03T19:39:58Z", + "PublishedUtc": "2017-02-03T19:39:58Z", + "Container": -1 + }, + "Identity": "d4f1fbcb60fd4cfaa69a0cce01ddec16", + "Title": "M02A, Required Obj: Hold the line until extraction", + "HW2CampaignObjective": { + "Id": 143 + } + } + } + ], + "BonusObjectives": [ + { + "Id": 335985, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:48Z", + "ModifiedUtc": "2017-02-03T19:37:50Z", + "PublishedUtc": "2017-02-03T19:37:50Z", + "Container": -1 + }, + "Identity": "b13ced62b7b14c6ab04c0efe41a4849e", + "Title": "M02A, Bonus Obj: Kill the scared Grunt before he flees", + "HW2CampaignObjective": { + "Id": 145 + } + } + }, + { + "Id": 335385, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:47Z", + "ModifiedUtc": "2017-02-03T19:35:48Z", + "PublishedUtc": "2017-02-03T19:35:48Z", + "Container": -1 + }, + "Identity": "cd982480323742a39f0ab20257511590", + "Title": "M02A, Bonus Obj: Kill units using Spartan Slam", + "HW2CampaignObjective": { + "Id": 144 + } + } + }, + { + "Id": 336627, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:51Z", + "ModifiedUtc": "2017-02-03T19:39:58Z", + "PublishedUtc": "2017-02-03T19:39:58Z", + "Container": -1 + }, + "Identity": "92dccca778314d4b85201eaf30622e9b", + "Title": "M02A, Bonus Obj: Kill units with Archer Missiles", + "HW2CampaignObjective": { + "Id": 147 + } + } + }, + { + "Id": 336629, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:49Z", + "ModifiedUtc": "2017-02-03T19:39:57Z", + "PublishedUtc": "2017-02-03T19:39:57Z", + "Container": -1 + }, + "Identity": "0340379a5fb94c5b81a6e2ac475b7496", + "Title": "M02A, Bonus Obj: Kill units with Lotus Mines", + "HW2CampaignObjective": { + "Id": 146 + } + } + } + ], + "OptionalObjectives": [ + { + "Id": 336459, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:44Z", + "ModifiedUtc": "2017-02-03T19:39:20Z", + "PublishedUtc": "2017-02-03T19:39:20Z", + "Container": -1 + }, + "Identity": "c0041ed501ed4047af6d1c70b759edea", + "Title": "M02A, Optional Obj: Gather all resources", + "HW2CampaignObjective": { + "Id": 142 + } + } + }, + { + "Id": 336631, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:50:23Z", + "ModifiedUtc": "2017-02-03T19:39:58Z", + "PublishedUtc": "2017-02-03T19:39:58Z", + "Container": -1 + }, + "Identity": "74c810897c924352ac691f7197037daa", + "Title": "M02A, Optional Obj: Keep Alice alive for the entire mission", + "HW2CampaignObjective": { + "Id": 182 + } + } + } + ], + "Skulls": [ + { + "Id": 335512, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "BOUNTIFUL HARVEST", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-25T18:15:56Z", + "ModifiedUtc": "2017-02-03T19:36:16Z", + "PublishedUtc": "2017-02-03T19:36:16Z", + "Container": -1 + }, + "Identity": "16dd358adb0d481c942021fc2e9b52ab", + "HW2Skull": { + "Id": 5 + } + } + } + ], + "AwardedPacks": [ + { + "Id": 337292, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:38:57Z", + "ModifiedUtc": "2017-02-03T19:43:08Z", + "PublishedUtc": "2017-02-03T19:43:08Z", + "Container": -1 + }, + "Identity": "9b202c5a3687405e90e6000a17ab08d3", + "Title": "Mission Pack Ep1.02a", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202451, + "Type": "HW2PackRule", + "Identity": "1e60704eac814cf7821857aaf63d3e8c" + }, + { + "Id": 202746, + "Type": "HW2PackRule", + "Identity": "c5b2a105d0bf431297782220eda9792f" + }, + { + "Id": 202413, + "Type": "HW2PackRule", + "Identity": "8c1c6758b9dc4a6c99f7c248970ca4fa" + }, + { + "Id": 202744, + "Type": "HW2PackRule", + "Identity": "61eeb270dc7f4564ad67c12b842703fb" + }, + { + "Id": 202360, + "Type": "HW2PackRule", + "Identity": "eb4778528e2249379ad6f136369425ef" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 106, + "DisplayInfo": { + "Id": 334867, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - One Three Zero", + "Description": "Awarded for completing the Campaign mission 'One Three Zero'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 02A Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:05:12Z", + "ModifiedUtc": "2017-02-03T19:34:15Z", + "PublishedUtc": "2017-02-03T19:34:15Z", + "Container": -1 + }, + "Identity": "da908b8bd2544c969cb570150ba9a636" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": { + "Id": 335577, + "Type": "HW2CampaignLevelDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:54Z", + "ModifiedUtc": "2017-02-03T19:36:30Z", + "PublishedUtc": "2017-02-03T19:36:30Z", + "Container": -1 + }, + "Identity": "ebf8daef57274d1fba8b521d55ab7dce", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ONE THREE ZERO Display Info", + "HW2CampaignLevelDisplayInfo": { + "Name": "ONE THREE ZERO", + "Description": "Fighting behind enemy lines, Spartan Alice must rescue UNSC prisoners to open up a second front in the war against the Banished." + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337296" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337293, + "Type": "HW2CampaignLevel", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-09-13T22:28:37Z", + "ModifiedUtc": "2017-02-03T19:43:08Z", + "PublishedUtc": "2017-02-03T19:43:08Z", + "Container": -1 + }, + "Identity": "d8c0914daab24daeafb73f72f0de01ba", + "Title": "THE FOUNDRY", + "HW2CampaignLevel": { + "Id": 700, + "MaxScore": 1000000, + "CriticalObjectives": [ + { + "Id": 336517, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:58Z", + "ModifiedUtc": "2017-02-03T19:39:30Z", + "PublishedUtc": "2017-02-03T19:39:30Z", + "Container": -1 + }, + "Identity": "4cf2a0fda9bf4555909f777362c77c54", + "Title": "M07, Required Obj: Breach the defenses with the Scarab", + "HW2CampaignObjective": { + "Id": 85 + } + } + }, + { + "Id": 336467, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:00Z", + "ModifiedUtc": "2017-02-03T19:39:21Z", + "PublishedUtc": "2017-02-03T19:39:21Z", + "Container": -1 + }, + "Identity": "b66dba7d64ba4eb29b03cc760ca3576b", + "Title": "M07, Required Obj: Capture the damaged Scarab", + "HW2CampaignObjective": { + "Id": 88 + } + } + }, + { + "Id": 335950, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:02Z", + "ModifiedUtc": "2017-02-03T19:37:44Z", + "PublishedUtc": "2017-02-03T19:37:44Z", + "Container": -1 + }, + "Identity": "f0076b3d306c4925856490fddfaeed33", + "Title": "M07, Required Obj: Destroy the Banished base to stop them reinforcing the Halo", + "HW2CampaignObjective": { + "Id": 89 + } + } + }, + { + "Id": 335989, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:59Z", + "ModifiedUtc": "2017-02-03T19:37:51Z", + "PublishedUtc": "2017-02-03T19:37:51Z", + "Container": -1 + }, + "Identity": "ac7d2e34366144619a8406ea99ba9e87", + "Title": "M07, Required Obj: Drive off the remaining Banished", + "HW2CampaignObjective": { + "Id": 153 + } + } + }, + { + "Id": 336448, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:14Z", + "ModifiedUtc": "2017-02-03T19:39:19Z", + "PublishedUtc": "2017-02-03T19:39:19Z", + "Container": -1 + }, + "Identity": "ebe5583e77c44e038220a1c2b78ea5a1", + "Title": "M07, Required Obj: Eliminate the Scarab Commander and his support", + "HW2CampaignObjective": { + "Id": 99 + } + } + }, + { + "Id": 336590, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:03Z", + "ModifiedUtc": "2017-02-03T19:39:53Z", + "PublishedUtc": "2017-02-03T19:39:53Z", + "Container": -1 + }, + "Identity": "d4c6fe7ed5634343ac71da49c9d44940", + "Title": "M07, Required Obj: Establish a base", + "HW2CampaignObjective": { + "Id": 90 + } + } + }, + { + "Id": 336591, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:06Z", + "ModifiedUtc": "2017-02-03T19:39:52Z", + "PublishedUtc": "2017-02-03T19:39:53Z", + "Container": -1 + }, + "Identity": "7f47e8e5b6084b61b47a7be2e3ad4e37", + "Title": "M07, Required Obj: Protect the Scarab", + "HW2CampaignObjective": { + "Id": 92 + } + } + } + ], + "BonusObjectives": [ + { + "Id": 336592, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:11Z", + "ModifiedUtc": "2017-02-03T19:39:53Z", + "PublishedUtc": "2017-02-03T19:39:53Z", + "Container": -1 + }, + "Identity": "f5a21e5fdc01491ea78776c4ed9dcbb9", + "Title": "M07, Bonus Obj: Destroy Banshees with Infantry or Wolverines", + "HW2CampaignObjective": { + "Id": 97 + } + } + }, + { + "Id": 336593, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:10Z", + "ModifiedUtc": "2017-02-03T19:39:53Z", + "PublishedUtc": "2017-02-03T19:39:53Z", + "Container": -1 + }, + "Identity": "60aaeee74ecb4a37b53a20c6b06c5d93", + "Title": "M07, Bonus Obj: Destroy Blisterbacks", + "HW2CampaignObjective": { + "Id": 96 + } + } + }, + { + "Id": 336594, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:09Z", + "ModifiedUtc": "2017-02-03T19:39:53Z", + "PublishedUtc": "2017-02-03T19:39:53Z", + "Container": -1 + }, + "Identity": "730af24a863340bbb4b4d750d1ff2368", + "Title": "M07, Bonus Obj: Destroy base structures with the Scarab", + "HW2CampaignObjective": { + "Id": 95 + } + } + }, + { + "Id": 336596, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:07Z", + "ModifiedUtc": "2017-02-03T19:39:54Z", + "PublishedUtc": "2017-02-03T19:39:54Z", + "Container": -1 + }, + "Identity": "7714fc00a1504d34a52f754266a1a6f3", + "Title": "M07, Bonus Obj: Kill squads with the Scarab", + "HW2CampaignObjective": { + "Id": 94 + } + } + } + ], + "OptionalObjectives": [ + { + "Id": 336473, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:34:59Z", + "ModifiedUtc": "2017-02-03T19:39:23Z", + "PublishedUtc": "2017-02-03T19:39:23Z", + "Container": -1 + }, + "Identity": "941e325d485f4325b42c02ed09697b8c", + "Title": "M07, Optional Obj: Cripple Banished production facilities", + "HW2CampaignObjective": { + "Id": 87 + } + } + }, + { + "Id": 336010, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:05Z", + "ModifiedUtc": "2017-02-03T19:37:55Z", + "PublishedUtc": "2017-02-03T19:37:55Z", + "Container": -1 + }, + "Identity": "97ba1036229f4228a7fc547b7c367ac0", + "Title": "M07, Optional Obj: Destroy the Banished fortress in under twenty minutes", + "HW2CampaignObjective": { + "Id": 91 + } + } + }, + { + "Id": 336597, + "Type": "HW2CampaignObjective", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T18:35:13Z", + "ModifiedUtc": "2017-02-03T19:39:54Z", + "PublishedUtc": "2017-02-03T19:39:54Z", + "Container": -1 + }, + "Identity": "08b3dbc895014462bcaeb88383313ec4", + "Title": "M07, Optional Obj: Prevent damage to the Scarab", + "HW2CampaignObjective": { + "Id": 98 + } + } + } + ], + "Skulls": [ + { + "Id": 336598, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "SUGAR COOKIES", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-25T18:16:05Z", + "ModifiedUtc": "2017-02-03T19:39:54Z", + "PublishedUtc": "2017-02-03T19:39:54Z", + "Container": -1 + }, + "Identity": "20a4f80907664eb6a512d21980a4ba92", + "HW2Skull": { + "Id": 16 + } + } + }, + { + "Id": 336530, + "Type": "HW2Skull", + "View": { + "Status": "Published", + "Title": "WUV WOO", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-25T18:16:03Z", + "ModifiedUtc": "2017-02-03T19:39:35Z", + "PublishedUtc": "2017-02-03T19:39:35Z", + "Container": -1 + }, + "Identity": "255c8ba94d4d44169c040a7309e91c77", + "HW2Skull": { + "Id": 15 + } + } + } + ], + "AwardedPacks": [ + { + "Id": 337290, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:46:46Z", + "ModifiedUtc": "2017-02-03T19:43:07Z", + "PublishedUtc": "2017-02-03T19:43:07Z", + "Container": -1 + }, + "Identity": "de62c998dec94c0fb171d18b9c343478", + "Title": "Mission Pack Ep1.07", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202650, + "Type": "HW2PackRule", + "Identity": "70158003dced4f94aeb0e04b62a9e6bc" + }, + { + "Id": 202740, + "Type": "HW2PackRule", + "Identity": "20f9df3078e94a6e9d3b4e8aa5f91a4f" + }, + { + "Id": 202700, + "Type": "HW2PackRule", + "Identity": "d96be6494fbe4fea824b20bc9adf4714" + }, + { + "Id": 202451, + "Type": "HW2PackRule", + "Identity": "1e60704eac814cf7821857aaf63d3e8c" + }, + { + "Id": 202596, + "Type": "HW2PackRule", + "Identity": "3f616f24f5f748a89a68d50e14d32063" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 113, + "DisplayInfo": { + "Id": 334837, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - The Foundry", + "Description": "Awarded for completing the Campaign mission 'The Foundry'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 07 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:06:29Z", + "ModifiedUtc": "2017-02-03T19:34:09Z", + "PublishedUtc": "2017-02-03T19:34:10Z", + "Container": -1 + }, + "Identity": "41833e863c654d66b762cccca29c6f25" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + } + } + ], + "DisplayInfo": { + "Id": 336240, + "Type": "HW2CampaignLevelDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T11:00:01Z", + "ModifiedUtc": "2017-02-03T19:38:39Z", + "PublishedUtc": "2017-02-03T19:38:39Z", + "Container": -1 + }, + "Identity": "7455338042a940f185c417c4a0e1a3a4", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "THE FOUNDRY Display Info", + "HW2CampaignLevelDisplayInfo": { + "Name": "THE FOUNDRY", + "Description": "Alice and Douglas lead an assault to cut off the wave of Banished boarding the Halo." + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337293" + } + ], + "ChildrenCount": 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/campaign-levels.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/campaign-levels.schema.json new file mode 100644 index 0000000..217ebcd --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/campaign-levels.schema.json @@ -0,0 +1,360 @@ +{ + "definitions": { + "HW2CampaignLevelCompleteContentItem": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2CampaignLevelView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "common/link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2CampaignLevelView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "HW2CampaignLevel": { + "$ref": "#/definitions/HW2CampaignLevel" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "HW2CampaignLevel" + ] + }, + + "HW2CampaignLevel": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "MaxScore": { + "type": "integer" + }, + "CriticalObjectives": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2CampaignObjectiveContentItemTypeB" + } + }, + "BonusObjectives": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2CampaignObjectiveContentItemTypeB" + } + }, + "OptionalObjectives": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2CampaignObjectiveContentItemTypeB" + } + }, + "Skulls": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2SkullContentItemTypeB" + } + }, + "AwardedPacks": { + "type": "array", + "items": { + "$ref": "common/pack.schema.json#/definitions/HW2PackContentItemTypeB" + } + }, + "DisplayInfo": { + "oneOf": [ + // TODO: This is pretty terrible. + { "$ref": "common/empty.schema.json" }, + { "$ref": "common/content-item-type-b.schema.json#/definitions/null" }, + { "$ref": "#/definitions/HW2CampaignLevelDisplayInfoContentItemTypeB" } + ] + } + }, + "required": [ + "Id", + "MaxScore", + "CriticalObjectives", + "BonusObjectives", + "OptionalObjectives", + "Skulls", + "AwardedPacks", + "DisplayInfo" + ] + }, + + + "HW2CampaignObjectiveContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2CampaignObjectiveView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2CampaignObjectiveView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "HW2CampaignObjective": { + "$ref": "#/definitions/HW2CampaignObjective" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "HW2CampaignObjective" + ] + }, + + "HW2CampaignObjective": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + } + }, + "required": [ + "Id" + ] + }, + + + "HW2SkullContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2SkullView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2SkullView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "HW2Skull": { + "$ref": "#/definitions/HW2Skull" + } + }, + "required": [ + "Status", + "Title", + "Common", + "Identity", + "HW2Skull" + ] + }, + + "HW2Skull": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + } + }, + "required": [ + "Id" + ] + }, + + + "HW2CampaignLevelDisplayInfoContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2CampaignLevelDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2CampaignLevelDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "BatchLocalization": { + "$ref": "common/batch-localization.schema.json" + }, + "Localization": { + "$ref": "common/localization.schema.json" + }, + "Title": { + "type": "string" + }, + "HW2CampaignLevelDisplayInfo": { + "$ref": "#/definitions/HW2CampaignLevelDisplayInfo" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "BatchLocalization", + "Localization", + "Title", + "HW2CampaignLevelDisplayInfo" + ] + }, + + "HW2CampaignLevelDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + } + }, + "required": [ + "Name", + "Description" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2CampaignLevelCompleteContentItem" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/campaign-logs.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/campaign-logs.json new file mode 100644 index 0000000..9d5c076 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/campaign-logs.json @@ -0,0 +1,2709 @@ +{ + "Paging": { + "StartAt": 0, + "InlineCount": 100, + "TotalCount": 124 + }, + "ContentItems": [ + { + "Id": 337005, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:58:51Z", + "ModifiedUtc": "2017-02-03T19:41:10Z", + "PublishedUtc": "2017-02-03T19:41:10Z", + "Container": -1 + }, + "Identity": "d60a94fa1753422e8e40935fc2d736f5", + "HW2Log": { + "Id": 13 + }, + "Title": "The Foundry" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337005" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337007, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:58:49Z", + "ModifiedUtc": "2017-02-03T19:41:10Z", + "PublishedUtc": "2017-02-03T19:41:10Z", + "Container": -1 + }, + "Identity": "837bd1f3532f451abe86c4e68c2d7bb1", + "HW2Log": { + "Id": 14 + }, + "Title": "Halo" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337007" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337000, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:29Z", + "ModifiedUtc": "2017-02-03T19:41:09Z", + "PublishedUtc": "2017-02-03T19:41:09Z", + "Container": -1 + }, + "Identity": "da21ccdb0c7c445aa6d7474b186bba22", + "HW2Log": { + "Id": 60 + }, + "Title": "Minibase" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337000" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336996, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:48Z", + "ModifiedUtc": "2017-02-03T19:41:08Z", + "PublishedUtc": "2017-02-03T19:41:08Z", + "Container": -1 + }, + "Identity": "dd7aba3570b2402eb4604a1341d1ff81", + "HW2Log": { + "Id": 83 + }, + "Title": "Hornet" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336996" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336987, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T19:59:27Z", + "ModifiedUtc": "2017-02-03T19:41:07Z", + "PublishedUtc": "2017-02-03T19:41:07Z", + "Container": -1 + }, + "Identity": "e6c4602057ca4c6f9489d10ef997af0d", + "HW2Log": { + "Id": 122 + }, + "Title": "Forge's Warthog" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336987" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336980, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T21:02:01Z", + "ModifiedUtc": "2017-02-03T19:41:06Z", + "PublishedUtc": "2017-02-03T19:41:06Z", + "Container": -1 + }, + "Identity": "f2c74a9d9b174984af24ca0e47518e20", + "HW2Log": { + "Id": 6 + }, + "Title": "Amber Refugia" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336980" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336979, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:50Z", + "ModifiedUtc": "2017-02-03T19:41:05Z", + "PublishedUtc": "2017-02-03T19:41:05Z", + "Container": -1 + }, + "Identity": "f3a61f1521f84684897f6b918bb70abd", + "HW2Log": { + "Id": 71 + }, + "Title": "Jump Pack Brutes" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336979" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336982, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:52:01Z", + "ModifiedUtc": "2017-02-03T19:41:05Z", + "PublishedUtc": "2017-02-03T19:41:05Z", + "Container": -1 + }, + "Identity": "edfe400ccc324c3c82c2629bc293034b", + "HW2Log": { + "Id": 77 + }, + "Title": "Marauder" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336982" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336972, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:30Z", + "ModifiedUtc": "2017-02-03T19:41:04Z", + "PublishedUtc": "2017-02-03T19:41:04Z", + "Container": -1 + }, + "Identity": "f89c7b53a1c34db2ae05cb3a5ed41bb6", + "HW2Log": { + "Id": 59 + }, + "Title": "Strongholds" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336972" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336941, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:52:11Z", + "ModifiedUtc": "2017-02-03T19:40:56Z", + "PublishedUtc": "2017-02-03T19:40:56Z", + "Container": -1 + }, + "Identity": "285fc808203b42b5b748cc2f0219ac2b", + "HW2Log": { + "Id": 32 + }, + "Title": "Cutter" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336941" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336935, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T19:59:15Z", + "ModifiedUtc": "2017-02-03T19:40:55Z", + "PublishedUtc": "2017-02-03T19:40:55Z", + "Container": -1 + }, + "Identity": "2f76216993b447f3b9d1e699eefebc1c", + "HW2Log": { + "Id": 115 + }, + "Title": "Beyond the Edge" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336935" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336924, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T21:02:02Z", + "ModifiedUtc": "2017-02-03T19:40:53Z", + "PublishedUtc": "2017-02-03T19:40:53Z", + "Container": -1 + }, + "Identity": "423a358a0ce04bf198547eb867d7002c", + "HW2Log": { + "Id": 7 + }, + "Title": "Halo Refugia" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336924" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336925, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:21Z", + "ModifiedUtc": "2017-02-03T19:40:53Z", + "PublishedUtc": "2017-02-03T19:40:53Z", + "Container": -1 + }, + "Identity": "42acae057eae47ceb12cfc1b8960e856", + "HW2Log": { + "Id": 36 + }, + "Title": "Anders" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336925" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336926, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:40Z", + "ModifiedUtc": "2017-02-03T19:40:53Z", + "PublishedUtc": "2017-02-03T19:40:53Z", + "Container": -1 + }, + "Identity": "4004f0769e4d48a7b3a2889cf9947f14", + "HW2Log": { + "Id": 89 + }, + "Title": "Hellbringers" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336926" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336929, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:52:07Z", + "ModifiedUtc": "2017-02-03T19:40:53Z", + "PublishedUtc": "2017-02-03T19:40:53Z", + "Container": -1 + }, + "Identity": "304dc61f289d43ed9a28120008f4a130", + "HW2Log": { + "Id": 74 + }, + "Title": "Ghost" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336929" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336908, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:06Z", + "ModifiedUtc": "2017-02-03T19:40:50Z", + "PublishedUtc": "2017-02-03T19:40:50Z", + "Container": -1 + }, + "Identity": "712ec19c45fe4b478cc958ca1e21142c", + "HW2Log": { + "Id": 48 + }, + "Title": "Cloak Generator" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336908" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336909, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T19:59:26Z", + "ModifiedUtc": "2017-02-03T19:40:50Z", + "PublishedUtc": "2017-02-03T19:40:50Z", + "Container": -1 + }, + "Identity": "6e8b90cd20f6470fb2fb787ca0dcb01d", + "HW2Log": { + "Id": 120 + }, + "Title": "Sergeant Forge" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336909" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336910, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:50:03Z", + "ModifiedUtc": "2017-02-03T19:40:50Z", + "PublishedUtc": "2017-02-03T19:40:50Z", + "Container": -1 + }, + "Identity": "70d3d28c1d33464cae9c4018998017ce", + "HW2Log": { + "Id": 82 + }, + "Title": "Condor Gunship" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336910" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336912, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:51:57Z", + "ModifiedUtc": "2017-02-03T19:40:50Z", + "PublishedUtc": "2017-02-03T19:40:50Z", + "Container": -1 + }, + "Identity": "701e75d75ce243ab861696d92f523111", + "HW2Log": { + "Id": 79 + }, + "Title": "Wraith" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336912" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336903, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T21:02:09Z", + "ModifiedUtc": "2017-02-03T19:40:48Z", + "PublishedUtc": "2017-02-03T19:40:48Z", + "Container": -1 + }, + "Identity": "797d1727858e442282c6b0f76ef32149", + "HW2Log": { + "Id": 12 + }, + "Title": "The Control Room" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336903" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336895, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:10Z", + "ModifiedUtc": "2017-02-03T19:40:47Z", + "PublishedUtc": "2017-02-03T19:40:47Z", + "Container": -1 + }, + "Identity": "d26e4855dd3e46f4a24bc699d28cb85a", + "HW2Log": { + "Id": 45 + }, + "Title": "Harvester" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336895" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336896, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:58:40Z", + "ModifiedUtc": "2017-02-03T19:40:47Z", + "PublishedUtc": "2017-02-03T19:40:47Z", + "Container": -1 + }, + "Identity": "b6e2e4225983438599229885f1a480b1", + "HW2Log": { + "Id": 18 + }, + "Title": "Sentry" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336896" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336890, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:42Z", + "ModifiedUtc": "2017-02-03T19:40:45Z", + "PublishedUtc": "2017-02-03T19:40:45Z", + "Container": -1 + }, + "Identity": "d3726d8a15fa4ca9a7c006fcca368298", + "HW2Log": { + "Id": 88 + }, + "Title": "Cyclops" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336890" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336886, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:14Z", + "ModifiedUtc": "2017-02-03T19:40:44Z", + "PublishedUtc": "2017-02-03T19:40:44Z", + "Container": -1 + }, + "Identity": "06c570aa49674eeca97e148e245ea93d", + "HW2Log": { + "Id": 42 + }, + "Title": "Raid Camp" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336886" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336883, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:44Z", + "ModifiedUtc": "2017-02-03T19:40:43Z", + "PublishedUtc": "2017-02-03T19:40:43Z", + "Container": -1 + }, + "Identity": "08694dcd1aac4132abcd3c4c1e2c2e91", + "HW2Log": { + "Id": 86 + }, + "Title": "Pelican" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336883" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336884, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:35Z", + "ModifiedUtc": "2017-02-03T19:40:43Z", + "PublishedUtc": "2017-02-03T19:40:43Z", + "Container": -1 + }, + "Identity": "0b27f30188364d849848ad8e67ef2db4", + "HW2Log": { + "Id": 55 + }, + "Title": "Barracks" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336884" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336885, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:23Z", + "ModifiedUtc": "2017-02-03T19:40:43Z", + "PublishedUtc": "2017-02-03T19:40:43Z", + "Container": -1 + }, + "Identity": "06893868629a4392aeb27b91674736c5", + "HW2Log": { + "Id": 93 + }, + "Title": "Jerome-092" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336885" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336879, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:15Z", + "ModifiedUtc": "2017-02-03T19:40:42Z", + "PublishedUtc": "2017-02-03T19:40:42Z", + "Container": -1 + }, + "Identity": "11994f6b46af4540a3e051c3ae689412", + "HW2Log": { + "Id": 41 + }, + "Title": "Apex" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336879" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336880, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:39Z", + "ModifiedUtc": "2017-02-03T19:40:42Z", + "PublishedUtc": "2017-02-03T19:40:42Z", + "Container": -1 + }, + "Identity": "0fde785881e24a8494be80bb6dcb5ad2", + "HW2Log": { + "Id": 90 + }, + "Title": "Marines" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336880" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336874, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:34Z", + "ModifiedUtc": "2017-02-03T19:40:41Z", + "PublishedUtc": "2017-02-03T19:40:41Z", + "Container": -1 + }, + "Identity": "1243f8f7c284446ab28847e3bcc7943c", + "HW2Log": { + "Id": 56 + }, + "Title": "Supply Pad" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336874" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336863, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:56Z", + "ModifiedUtc": "2017-02-03T19:40:39Z", + "PublishedUtc": "2017-02-03T19:40:40Z", + "Container": -1 + }, + "Identity": "6ab57cc8900c4065bfbbc29cd2c6b819", + "HW2Log": { + "Id": 66 + }, + "Title": "Elite Rangers" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336863" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336867, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:58:02Z", + "ModifiedUtc": "2017-02-03T19:40:40Z", + "PublishedUtc": "2017-02-03T19:40:40Z", + "Container": -1 + }, + "Identity": "258c3fb954b040d0bfe58b00b4c7359d", + "HW2Log": { + "Id": 22 + }, + "Title": "Ashes" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336867" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336870, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:58:42Z", + "ModifiedUtc": "2017-02-03T19:40:40Z", + "PublishedUtc": "2017-02-03T19:40:40Z", + "Container": -1 + }, + "Identity": "234122d87a5b4339b10033d4eb2a4fac", + "HW2Log": { + "Id": 17 + }, + "Title": "The Ark" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336870" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336858, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T19:59:29Z", + "ModifiedUtc": "2017-02-03T19:40:38Z", + "PublishedUtc": "2017-02-03T19:40:38Z", + "Container": -1 + }, + "Identity": "744f2b89de914183ab4f991de6da0d08", + "HW2Log": { + "Id": 123 + }, + "Title": "Grizzly" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336858" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336859, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:17Z", + "ModifiedUtc": "2017-02-03T19:40:38Z", + "PublishedUtc": "2017-02-03T19:40:38Z", + "Container": -1 + }, + "Identity": "741c65405695445c898419b5e21ab644", + "HW2Log": { + "Id": 98 + }, + "Title": "Scorpion" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336859" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336853, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:58Z", + "ModifiedUtc": "2017-02-03T19:40:37Z", + "PublishedUtc": "2017-02-03T19:40:37Z", + "Container": -1 + }, + "Identity": "799e87737762497ebc416dc6b1bb2ce4", + "HW2Log": { + "Id": 65 + }, + "Title": "Warlord" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336853" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336856, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T21:02:04Z", + "ModifiedUtc": "2017-02-03T19:40:37Z", + "PublishedUtc": "2017-02-03T19:40:37Z", + "Container": -1 + }, + "Identity": "79d89696ee294a91be39e10c4e2d4de5", + "HW2Log": { + "Id": 8 + }, + "Title": "Proto-Forerunner Refugia" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336856" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336849, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:22Z", + "ModifiedUtc": "2017-02-03T19:40:36Z", + "PublishedUtc": "2017-02-03T19:40:36Z", + "Container": -1 + }, + "Identity": "82d7303a22d44cf7b937a969f8198f19", + "HW2Log": { + "Id": 35 + }, + "Title": "Isabel" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336849" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336850, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:49Z", + "ModifiedUtc": "2017-02-03T19:40:36Z", + "PublishedUtc": "2017-02-03T19:40:36Z", + "Container": -1 + }, + "Identity": "820597bf5dc14756aae7bb7cd57d8a1f", + "HW2Log": { + "Id": 72 + }, + "Title": "Suicide Grunts" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336850" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336845, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:45Z", + "ModifiedUtc": "2017-02-03T19:40:35Z", + "PublishedUtc": "2017-02-03T19:40:35Z", + "Container": -1 + }, + "Identity": "87d680d60ba44ec3801519c7d08380e8", + "HW2Log": { + "Id": 85 + }, + "Title": "Darter" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336845" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336830, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:36Z", + "ModifiedUtc": "2017-02-03T19:40:32Z", + "PublishedUtc": "2017-02-03T19:40:32Z", + "Container": -1 + }, + "Identity": "9885fba7fc6a47328930b46817f08b18", + "HW2Log": { + "Id": 54 + }, + "Title": "Airpad" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336830" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336831, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:19Z", + "ModifiedUtc": "2017-02-03T19:40:32Z", + "PublishedUtc": "2017-02-03T19:40:32Z", + "Container": -1 + }, + "Identity": "99927c3ecee041dba384107d553b9819", + "HW2Log": { + "Id": 96 + }, + "Title": "Kodiak" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336831" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336832, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:52:18Z", + "ModifiedUtc": "2017-02-03T19:40:32Z", + "PublishedUtc": "2017-02-03T19:40:32Z", + "Container": -1 + }, + "Identity": "9c249e06f6fd4dd18768b22a9eabb0e3", + "HW2Log": { + "Id": 30 + }, + "Title": "Retriever Sentinel" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336832" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336820, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:25Z", + "ModifiedUtc": "2017-02-03T19:40:31Z", + "PublishedUtc": "2017-02-03T19:40:31Z", + "Container": -1 + }, + "Identity": "a616eea84ac64ecbacb173e8399890e1", + "HW2Log": { + "Id": 111 + }, + "Title": "Chrysalis" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336820" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336816, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:52:26Z", + "ModifiedUtc": "2017-02-03T19:40:30Z", + "PublishedUtc": "2017-02-03T19:40:30Z", + "Container": -1 + }, + "Identity": "c496355ce786482ba6402b1e06e1dad2", + "HW2Log": { + "Id": 26 + }, + "Title": "Aggressor Sentinel" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336816" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336818, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:22Z", + "ModifiedUtc": "2017-02-03T19:40:30Z", + "PublishedUtc": "2017-02-03T19:40:30Z", + "Container": -1 + }, + "Identity": "bffb3aa140844b539ffea05920a4d331", + "HW2Log": { + "Id": 94 + }, + "Title": "Alice-130" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336818" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336819, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:37Z", + "ModifiedUtc": "2017-02-03T19:40:30Z", + "PublishedUtc": "2017-02-03T19:40:30Z", + "Container": -1 + }, + "Identity": "c166893ef8c549438453c996ab29b4cf", + "HW2Log": { + "Id": 92 + }, + "Title": "Snipers" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336819" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336803, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:38Z", + "ModifiedUtc": "2017-02-03T19:40:28Z", + "PublishedUtc": "2017-02-03T19:40:28Z", + "Container": -1 + }, + "Identity": "cd10afff373843eda19c1590f84ded74", + "HW2Log": { + "Id": 91 + }, + "Title": "ODSTs" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336803" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336546, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:33Z", + "ModifiedUtc": "2017-02-03T19:39:38Z", + "PublishedUtc": "2017-02-03T19:39:38Z", + "Container": -1 + }, + "Identity": "0275146789644a0bbedc99fe875dc912", + "HW2Log": { + "Id": 57 + }, + "Title": "Generator" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336546" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336540, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:18Z", + "ModifiedUtc": "2017-02-03T19:39:37Z", + "PublishedUtc": "2017-02-03T19:39:37Z", + "Container": -1 + }, + "Identity": "18e99a3050ae41c7bbe692c6473ff4be", + "HW2Log": { + "Id": 97 + }, + "Title": "Jackrabbit" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336540" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336541, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:27Z", + "ModifiedUtc": "2017-02-03T19:39:37Z", + "PublishedUtc": "2017-02-03T19:39:37Z", + "Container": -1 + }, + "Identity": "06bc571fc326457caa40343a3c8873d8", + "HW2Log": { + "Id": 61 + }, + "Title": "Siege Turret" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336541" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336542, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:51Z", + "ModifiedUtc": "2017-02-03T19:39:37Z", + "PublishedUtc": "2017-02-03T19:39:37Z", + "Container": -1 + }, + "Identity": "06b703f760924bd68d2883d460f5af58", + "HW2Log": { + "Id": 70 + }, + "Title": "Hunters" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336542" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336534, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:52:22Z", + "ModifiedUtc": "2017-02-03T19:39:36Z", + "PublishedUtc": "2017-02-03T19:39:36Z", + "Container": -1 + }, + "Identity": "215723ef560e411d88c928c499ac872f", + "HW2Log": { + "Id": 28 + }, + "Title": "Forerunner Control Tower" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336534" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336535, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T19:59:20Z", + "ModifiedUtc": "2017-02-03T19:39:36Z", + "PublishedUtc": "2017-02-03T19:39:36Z", + "Container": -1 + }, + "Identity": "1be31cb54acf4b92b18f65ab9c1592d6", + "HW2Log": { + "Id": 116 + }, + "Title": "The Healing of Old Wounds II" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336535" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336529, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:16Z", + "ModifiedUtc": "2017-02-03T19:39:34Z", + "PublishedUtc": "2017-02-03T19:39:34Z", + "Container": -1 + }, + "Identity": "41d5d31cdb664a6a89b53f2c903cbe2c", + "HW2Log": { + "Id": 40 + }, + "Title": "War Council" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336529" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336521, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:26Z", + "ModifiedUtc": "2017-02-03T19:39:33Z", + "PublishedUtc": "2017-02-03T19:39:33Z", + "Container": -1 + }, + "Identity": "4155430b73174bd29ac416395f946686", + "HW2Log": { + "Id": 62 + }, + "Title": "Banshee" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336521" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336522, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:09Z", + "ModifiedUtc": "2017-02-03T19:39:33Z", + "PublishedUtc": "2017-02-03T19:39:33Z", + "Container": -1 + }, + "Identity": "47b6684c992b49a3adbb02af76869a14", + "HW2Log": { + "Id": 46 + }, + "Title": "Turret" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336522" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336523, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:28Z", + "ModifiedUtc": "2017-02-03T19:39:33Z", + "PublishedUtc": "2017-02-03T19:39:33Z", + "Container": -1 + }, + "Identity": "456fe67b542c4dd7af1efba736a7b8a3", + "HW2Log": { + "Id": 109 + }, + "Title": "A Split Heart is Easily Conquered" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336523" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336520, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T19:59:22Z", + "ModifiedUtc": "2017-02-03T19:39:32Z", + "PublishedUtc": "2017-02-03T19:39:32Z", + "Container": -1 + }, + "Identity": "49034c24cf26486a9478bccfdccc80ff", + "HW2Log": { + "Id": 117 + }, + "Title": "The Healing of Old Wounds III" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336520" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336513, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:33Z", + "ModifiedUtc": "2017-02-03T19:39:30Z", + "PublishedUtc": "2017-02-03T19:39:30Z", + "Container": -1 + }, + "Identity": "524da36614fd4825871bba875f09c098", + "HW2Log": { + "Id": 105 + }, + "Title": "The Turn of the Screw" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336513" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336514, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:59Z", + "ModifiedUtc": "2017-02-03T19:39:30Z", + "PublishedUtc": "2017-02-03T19:39:30Z", + "Container": -1 + }, + "Identity": "45858dd8e71744d587b835c8d5c1e7d7", + "HW2Log": { + "Id": 64 + }, + "Title": "Shroud" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336514" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336493, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:55Z", + "ModifiedUtc": "2017-02-03T19:39:26Z", + "PublishedUtc": "2017-02-03T19:39:26Z", + "Container": -1 + }, + "Identity": "7eb754bd0d134ed6ace5bc7ae9989bcb", + "HW2Log": { + "Id": 67 + }, + "Title": "Engineers" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336493" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336489, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:52:21Z", + "ModifiedUtc": "2017-02-03T19:39:25Z", + "PublishedUtc": "2017-02-03T19:39:25Z", + "Container": -1 + }, + "Identity": "825e59fe576c4318800098140c81729e", + "HW2Log": { + "Id": 29 + }, + "Title": "Protector Sentinel" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336489" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336479, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:46Z", + "ModifiedUtc": "2017-02-03T19:39:24Z", + "PublishedUtc": "2017-02-03T19:39:24Z", + "Container": -1 + }, + "Identity": "8c3e086a1ed04f52b71dfa2dd51a084f", + "HW2Log": { + "Id": 84 + }, + "Title": "Nightingale" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336479" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336481, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:59:55Z", + "ModifiedUtc": "2017-02-03T19:39:24Z", + "PublishedUtc": "2017-02-03T19:39:24Z", + "Container": -1 + }, + "Identity": "861ef3104a284a718a2ea8ec9ff3e154", + "HW2Log": { + "Id": 0 + }, + "Title": "Rise of Atriox I" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336481" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336482, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:08Z", + "ModifiedUtc": "2017-02-03T19:39:24Z", + "PublishedUtc": "2017-02-03T19:39:24Z", + "Container": -1 + }, + "Identity": "892dd9ef6e144a7fbcca9e19dfb6fc15", + "HW2Log": { + "Id": 47 + }, + "Title": "Sensor Tower" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336482" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336487, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T21:02:05Z", + "ModifiedUtc": "2017-02-03T19:39:24Z", + "PublishedUtc": "2017-02-03T19:39:24Z", + "Container": -1 + }, + "Identity": "836e1898fbb2476c95d1c7cd5fbbdbca", + "HW2Log": { + "Id": 9 + }, + "Title": "Henry Lamb Research Post" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336487" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336466, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T21:01:57Z", + "ModifiedUtc": "2017-02-03T19:39:21Z", + "PublishedUtc": "2017-02-03T19:39:22Z", + "Container": -1 + }, + "Identity": "b9c34c7b7b434bee8cde999aeb075d30", + "HW2Log": { + "Id": 3 + }, + "Title": "Rise of Atriox IV" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336466" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336455, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:58:29Z", + "ModifiedUtc": "2017-02-03T19:39:19Z", + "PublishedUtc": "2017-02-03T19:39:19Z", + "Container": -1 + }, + "Identity": "c467989d9527407b8d92b95536642483", + "HW2Log": { + "Id": 21 + }, + "Title": "Highway" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336455" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336447, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:06Z", + "ModifiedUtc": "2017-02-03T19:39:18Z", + "PublishedUtc": "2017-02-03T19:39:18Z", + "Container": -1 + }, + "Identity": "e4b336e51dde448ea065e679a0c7edfd", + "HW2Log": { + "Id": 114 + }, + "Title": "The Snake that Eats the Tail" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336447" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336437, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:58:44Z", + "ModifiedUtc": "2017-02-03T19:39:17Z", + "PublishedUtc": "2017-02-03T19:39:17Z", + "Container": -1 + }, + "Identity": "fa16ae53b6914ac889f820ab57201664", + "HW2Log": { + "Id": 16 + }, + "Title": "Forerunner Sentinels" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336437" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336440, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:25Z", + "ModifiedUtc": "2017-02-03T19:39:17Z", + "PublishedUtc": "2017-02-03T19:39:17Z", + "Container": -1 + }, + "Identity": "f910f644aff547ea8f6522c813bc523b", + "HW2Log": { + "Id": 33 + }, + "Title": "Shipmaster Let' Volir" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336440" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336055, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T21:01:55Z", + "ModifiedUtc": "2017-02-03T19:38:05Z", + "PublishedUtc": "2017-02-03T19:38:05Z", + "Container": -1 + }, + "Identity": "0d994ecdc5664caaae588cfe1fc8a9ee", + "HW2Log": { + "Id": 1 + }, + "Title": "Rise of Atriox II" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336055" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336056, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:54:21Z", + "ModifiedUtc": "2017-02-03T19:38:05Z", + "PublishedUtc": "2017-02-03T19:38:05Z", + "Container": -1 + }, + "Identity": "0902bb4b0f0643479b6d73976c03ef95", + "HW2Log": { + "Id": 24 + }, + "Title": "Vault" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336056" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336057, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:50:05Z", + "ModifiedUtc": "2017-02-03T19:38:05Z", + "PublishedUtc": "2017-02-03T19:38:05Z", + "Container": -1 + }, + "Identity": "005b9de76bda4ee881a41f9daf30f7dc", + "HW2Log": { + "Id": 81 + }, + "Title": "Lich" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336057" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336054, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:30Z", + "ModifiedUtc": "2017-02-03T19:38:04Z", + "PublishedUtc": "2017-02-03T19:38:04Z", + "Container": -1 + }, + "Identity": "117a283d5e3043daae40730c4b82cbe7", + "HW2Log": { + "Id": 107 + }, + "Title": "The Blinded" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336054" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336048, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:15Z", + "ModifiedUtc": "2017-02-03T19:38:03Z", + "PublishedUtc": "2017-02-03T19:38:03Z", + "Container": -1 + }, + "Identity": "2df1a55b7a28403c87dcf26fbe3f99b8", + "HW2Log": { + "Id": 99 + }, + "Title": "Warthog" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336048" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336030, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:52:03Z", + "ModifiedUtc": "2017-02-03T19:37:59Z", + "PublishedUtc": "2017-02-03T19:37:59Z", + "Container": -1 + }, + "Identity": "62910c66691144d1a70174ebd329ec46", + "HW2Log": { + "Id": 76 + }, + "Title": "Locust" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336030" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336031, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:51:30Z", + "ModifiedUtc": "2017-02-03T19:37:59Z", + "PublishedUtc": "2017-02-03T19:37:59Z", + "Container": -1 + }, + "Identity": "6297d477c7aa45d9861ad52bdb735375", + "HW2Log": { + "Id": 80 + }, + "Title": "Spirit" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336031" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336001, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:14Z", + "ModifiedUtc": "2017-02-03T19:37:54Z", + "PublishedUtc": "2017-02-03T19:37:54Z", + "Container": -1 + }, + "Identity": "996f626248394b78a581152517b4793a", + "HW2Log": { + "Id": 100 + }, + "Title": "Wolverine" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336001" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335993, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:23Z", + "ModifiedUtc": "2017-02-03T19:37:52Z", + "PublishedUtc": "2017-02-03T19:37:52Z", + "Container": -1 + }, + "Identity": "a923007005ba4dc889d3d56fe4ddc981", + "HW2Log": { + "Id": 34 + }, + "Title": "Decimus" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335993" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335995, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:17Z", + "ModifiedUtc": "2017-02-03T19:37:52Z", + "PublishedUtc": "2017-02-03T19:37:52Z", + "Container": -1 + }, + "Identity": "ab0c2f1bb33d4c7caf2a4e9411520814", + "HW2Log": { + "Id": 39 + }, + "Title": "Outpost" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335995" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335997, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:58:47Z", + "ModifiedUtc": "2017-02-03T19:37:52Z", + "PublishedUtc": "2017-02-03T19:37:52Z", + "Container": -1 + }, + "Identity": "aac2c99dca514c7eb68586fbda7f2f64", + "HW2Log": { + "Id": 15 + }, + "Title": "Refugia" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335997" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335998, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:35Z", + "ModifiedUtc": "2017-02-03T19:37:52Z", + "PublishedUtc": "2017-02-03T19:37:52Z", + "Container": -1 + }, + "Identity": "a97dae61782f4aad9fc1bd6baeca4f17", + "HW2Log": { + "Id": 103 + }, + "Title": "A New Bridge to Cross I" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335998" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335991, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:34Z", + "ModifiedUtc": "2017-02-03T19:37:51Z", + "PublishedUtc": "2017-02-03T19:37:51Z", + "Container": -1 + }, + "Identity": "ad8bb9429243420591fed99a67bb5d5e", + "HW2Log": { + "Id": 104 + }, + "Title": "The Graveyard" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335991" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335986, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:00Z", + "ModifiedUtc": "2017-02-03T19:37:50Z", + "PublishedUtc": "2017-02-03T19:37:50Z", + "Container": -1 + }, + "Identity": "b05d2f244d754f2a8ed16b44df9a8563", + "HW2Log": { + "Id": 63 + }, + "Title": "Blisterback" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335986" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335974, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:43Z", + "ModifiedUtc": "2017-02-03T19:37:48Z", + "PublishedUtc": "2017-02-03T19:37:48Z", + "Container": -1 + }, + "Identity": "cead9440f932488b9077c8f9ce6456d7", + "HW2Log": { + "Id": 87 + }, + "Title": "Vulture" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335974" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335977, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T21:01:59Z", + "ModifiedUtc": "2017-02-03T19:37:48Z", + "PublishedUtc": "2017-02-03T19:37:48Z", + "Container": -1 + }, + "Identity": "c0df469f237544a5b0161afeb62235a0", + "HW2Log": { + "Id": 4 + }, + "Title": "Rise of Atriox V" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335977" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335971, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:19Z", + "ModifiedUtc": "2017-02-03T19:37:47Z", + "PublishedUtc": "2017-02-03T19:37:47Z", + "Container": -1 + }, + "Identity": "e6f4fc07ea9342ff9967a79f12faa01a", + "HW2Log": { + "Id": 38 + }, + "Title": "Strongholds" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335971" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335958, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:52:13Z", + "ModifiedUtc": "2017-02-03T19:37:46Z", + "PublishedUtc": "2017-02-03T19:37:46Z", + "Container": -1 + }, + "Identity": "ed66ac355c9647d68899a68983fca161", + "HW2Log": { + "Id": 31 + }, + "Title": "Atriox" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335958" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335960, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:05Z", + "ModifiedUtc": "2017-02-03T19:37:45Z", + "PublishedUtc": "2017-02-03T19:37:45Z", + "Container": -1 + }, + "Identity": "ec9ad7fa32954a5ebede446cf033b574", + "HW2Log": { + "Id": 49 + }, + "Title": "Shield Generator" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335960" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335949, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:32Z", + "ModifiedUtc": "2017-02-03T19:37:44Z", + "PublishedUtc": "2017-02-03T19:37:44Z", + "Container": -1 + }, + "Identity": "f4cb0fe6bbd9483984294ec49eb487f4", + "HW2Log": { + "Id": 106 + }, + "Title": "Alice-130 Report #1" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335949" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335938, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:58:34Z", + "ModifiedUtc": "2017-02-03T19:37:36Z", + "PublishedUtc": "2017-02-03T19:37:36Z", + "Container": -1 + }, + "Identity": "f921ded71bd1448e9368745c6932accc", + "HW2Log": { + "Id": 20 + }, + "Title": "Badlands" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335938" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335936, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:58:37Z", + "ModifiedUtc": "2017-02-03T19:37:35Z", + "PublishedUtc": "2017-02-03T19:37:35Z", + "Container": -1 + }, + "Identity": "f735014d0c4e40ada10b429e365cf5ad", + "HW2Log": { + "Id": 19 + }, + "Title": "Bedrock" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335936" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335913, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:49:11Z", + "ModifiedUtc": "2017-02-03T19:37:31Z", + "PublishedUtc": "2017-02-03T19:37:31Z", + "Container": -1 + }, + "Identity": "ffc5524a969e4ab3b5be3a47bffce6b5", + "HW2Log": { + "Id": 44 + }, + "Title": "Power Extractor" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335913" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335531, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:12Z", + "ModifiedUtc": "2017-02-03T19:36:19Z", + "PublishedUtc": "2017-02-03T19:36:19Z", + "Container": -1 + }, + "Identity": "07425a8155a7491fb289a2d4fc46684e", + "HW2Log": { + "Id": 102 + }, + "Title": "The Healing of Old Wounds I" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335531" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335525, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:45:50Z", + "ModifiedUtc": "2017-02-03T19:36:18Z", + "PublishedUtc": "2017-02-03T19:36:18Z", + "Container": -1 + }, + "Identity": "091c5ebb39e047c18e92439029935ae9", + "HW2Log": { + "Id": 124 + }, + "Title": "Atriox's Chosen" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335525" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335518, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:52:05Z", + "ModifiedUtc": "2017-02-03T19:36:17Z", + "PublishedUtc": "2017-02-03T19:36:17Z", + "Container": -1 + }, + "Identity": "15b632fdc1a242e38447f810b42db927", + "HW2Log": { + "Id": 75 + }, + "Title": "Reaver" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335518" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335520, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-10-24T20:48:24Z", + "ModifiedUtc": "2017-02-03T19:36:17Z", + "PublishedUtc": "2017-02-03T19:36:17Z", + "Container": -1 + }, + "Identity": "124ab8a89e2244c1993debf067d2ecc0", + "HW2Log": { + "Id": 112 + }, + "Title": "A Small Sacrifice" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335520" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335517, + "Type": "HW2Log", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-12-07T19:59:23Z", + "ModifiedUtc": "2017-02-03T19:36:16Z", + "PublishedUtc": "2017-02-03T19:36:16Z", + "Container": -1 + }, + "Identity": "14def7c98ab64d28a816a9fde103f4da", + "HW2Log": { + "Id": 118 + }, + "Title": "A New Bridge to Cross II" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335517" + } + ], + "ChildrenCount": 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/campaign-logs.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/campaign-logs.schema.json new file mode 100644 index 0000000..eeab248 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/campaign-logs.schema.json @@ -0,0 +1,99 @@ +{ + "definitions": { + "HW2LogCompleteContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2LogView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "common/link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2LogView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "HW2Log": { + "$ref": "#/definitions/HW2Log" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "HW2Log", + "Title" + ] + }, + + "HW2Log": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + } + }, + "required": [ + "Id" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2LogCompleteContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/card-keywords.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/card-keywords.json new file mode 100644 index 0000000..ca4a9cb --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/card-keywords.json @@ -0,0 +1,669 @@ +{ + "Paging": { + "StartAt": 0, + "InlineCount": 12, + "TotalCount": 12 + }, + "ContentItems": [ + { + "Id": 337156, + "Type": "HW2CardKeyword", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:08Z", + "ModifiedUtc": "2017-02-03T19:41:44Z", + "PublishedUtc": "2017-02-03T19:41:44Z", + "Container": -1 + }, + "Identity": "75012dddd39b405d8b1406b321de18e9", + "Autoroute": "hw2/CardKeywords/Rally", + "Title": "Rally", + "HW2CardKeyword": { + "Keyword": "Rally", + "DisplayInfo": { + "Id": 336776, + "Type": "HW2CardKeywordDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:08Z", + "ModifiedUtc": "2017-02-03T19:40:23Z", + "PublishedUtc": "2017-02-03T19:40:23Z", + "Container": -1 + }, + "Identity": "dcdbd8464e98490a923444414bf5dc5c", + "Title": "Rally Display Info", + "HW2CardKeywordDisplayInfo": { + "Name": "Rally", + "Description": "This unit inspires nearby troops to deal increased damage." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337156" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337154, + "Type": "HW2CardKeyword", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:04Z", + "ModifiedUtc": "2017-02-03T19:41:43Z", + "PublishedUtc": "2017-02-03T19:41:43Z", + "Container": -1 + }, + "Identity": "7ee865779919453c9631bf90c7fd335f", + "Autoroute": "hw2/CardKeywords/Siphon", + "Title": "Siphon", + "HW2CardKeyword": { + "Keyword": "Siphon", + "DisplayInfo": { + "Id": 335787, + "Type": "HW2CardKeywordDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:04Z", + "ModifiedUtc": "2017-02-03T19:37:07Z", + "PublishedUtc": "2017-02-03T19:37:07Z", + "Container": -1 + }, + "Identity": "50122d49e3b74e55b5f0deab0f6120d9", + "Title": "Siphon Display Info", + "HW2CardKeywordDisplayInfo": { + "Name": "Siphon", + "Description": "This unit has special weaponry that steals health from its enemies equal to the damage dealt." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337154" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337123, + "Type": "HW2CardKeyword", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:06Z", + "ModifiedUtc": "2017-02-03T19:41:34Z", + "PublishedUtc": "2017-02-03T19:41:34Z", + "Container": -1 + }, + "Identity": "ccc82e4d8fb345a89af791ed1ec99987", + "Autoroute": "hw2/CardKeywords/Reflect", + "Title": "Reflect", + "HW2CardKeyword": { + "Keyword": "Reflect", + "DisplayInfo": { + "Id": 335388, + "Type": "HW2CardKeywordDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:06Z", + "ModifiedUtc": "2017-02-03T19:35:49Z", + "PublishedUtc": "2017-02-03T19:35:49Z", + "Container": -1 + }, + "Identity": "2af196b7dda847c0950f1ecccc9f56b9", + "Title": "Reflect Display Info", + "HW2CardKeywordDisplayInfo": { + "Name": "Reflect", + "Description": "Half of the damage this unit takes is automatically dealt back to an enemy attacker." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337123" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337112, + "Type": "HW2CardKeyword", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:11Z", + "ModifiedUtc": "2017-02-03T19:41:30Z", + "PublishedUtc": "2017-02-03T19:41:30Z", + "Container": -1 + }, + "Identity": "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute": "hw2/CardKeywords/Shield", + "Title": "Shield", + "HW2CardKeyword": { + "Keyword": "Shield", + "DisplayInfo": { + "Id": 335369, + "Type": "HW2CardKeywordDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:11Z", + "ModifiedUtc": "2017-02-03T19:35:45Z", + "PublishedUtc": "2017-02-03T19:35:45Z", + "Container": -1 + }, + "Identity": "d16fc8653d2e472e9b05cd0ec1ed6c05", + "Title": "Shield Display Info", + "HW2CardKeywordDisplayInfo": { + "Name": "Shield", + "Description": "This unit has energy shield protection that absorbs damage and regenerates when out of combat." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337112" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337113, + "Type": "HW2CardKeyword", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:07Z", + "ModifiedUtc": "2017-02-03T19:41:29Z", + "PublishedUtc": "2017-02-03T19:41:29Z", + "Container": -1 + }, + "Identity": "9c49dc33a86d44b3b235faf48e85158e", + "Autoroute": "hw2/CardKeywords/Guard", + "Title": "Guard", + "HW2CardKeyword": { + "Keyword": "Guard", + "DisplayInfo": { + "Id": 335419, + "Type": "HW2CardKeywordDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:07Z", + "ModifiedUtc": "2017-02-03T19:35:57Z", + "PublishedUtc": "2017-02-03T19:35:57Z", + "Container": -1 + }, + "Identity": "a0b170d58dc0449989f13a751925309d", + "Title": "Guard Display Info", + "HW2CardKeywordDisplayInfo": { + "Name": "Guard", + "Description": "This unit covers nearby allies, receiving all damage they would normally take." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337113" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337097, + "Type": "HW2CardKeyword", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:05Z", + "ModifiedUtc": "2017-02-03T19:41:26Z", + "PublishedUtc": "2017-02-03T19:41:27Z", + "Container": -1 + }, + "Identity": "bc4ef885e034441f94efe6f99d447bf9", + "Autoroute": "hw2/CardKeywords/Blast", + "Title": "Blast", + "HW2CardKeyword": { + "Keyword": "Blast", + "DisplayInfo": { + "Id": 335626, + "Type": "HW2CardKeywordDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:05Z", + "ModifiedUtc": "2017-02-03T19:36:39Z", + "PublishedUtc": "2017-02-03T19:36:39Z", + "Container": -1 + }, + "Identity": "fdfdfc7d965a473bb832660f6445a293", + "Title": "Blast Display Info", + "HW2CardKeywordDisplayInfo": { + "Name": "Blast", + "Description": "This unit explodes violently on death, damaging enemy troops in its radius." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337097" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337076, + "Type": "HW2CardKeyword", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:12Z", + "ModifiedUtc": "2017-02-03T19:41:22Z", + "PublishedUtc": "2017-02-03T19:41:22Z", + "Container": -1 + }, + "Identity": "bcaa72c0998640e48e663aa57b8e5998", + "Autoroute": "hw2/CardKeywords/Detect", + "Title": "Detect", + "HW2CardKeyword": { + "Keyword": "Detect", + "DisplayInfo": { + "Id": 335677, + "Type": "HW2CardKeywordDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:12Z", + "ModifiedUtc": "2017-02-03T19:36:48Z", + "PublishedUtc": "2017-02-03T19:36:48Z", + "Container": -1 + }, + "Identity": "8a8777b92acc41f7862846fa37c08af5", + "Title": "Detect Display Info", + "HW2CardKeywordDisplayInfo": { + "Name": "Detect", + "Description": "This unit detects and reveals nearby Cloaked enemies." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337076" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337064, + "Type": "HW2CardKeyword", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:10Z", + "ModifiedUtc": "2017-02-03T19:41:19Z", + "PublishedUtc": "2017-02-03T19:41:19Z", + "Container": -1 + }, + "Identity": "e38d6894da254acd976c04bc915b22e1", + "Autoroute": "hw2/CardKeywords/Cloak", + "Title": "Cloak", + "HW2CardKeyword": { + "Keyword": "Cloak", + "DisplayInfo": { + "Id": 335371, + "Type": "HW2CardKeywordDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:10Z", + "ModifiedUtc": "2017-02-03T19:35:46Z", + "PublishedUtc": "2017-02-03T19:35:46Z", + "Container": -1 + }, + "Identity": "8b45386d78de4fc194651bd86d0f52f9", + "Title": "Cloak Display Info", + "HW2CardKeywordDisplayInfo": { + "Name": "Cloak", + "Description": "This unit deploys invisibly, able to move and attack without revealing itself for the first 90 seconds." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337064" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336047, + "Type": "HW2CardKeyword", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:13Z", + "ModifiedUtc": "2017-02-03T19:38:04Z", + "PublishedUtc": "2017-02-03T19:38:04Z", + "Container": -1 + }, + "Identity": "7e9470ab60e1497ca70fee56f95a2412", + "Autoroute": "hw2/CardKeywords/Support", + "Title": "Support", + "HW2CardKeyword": { + "Keyword": "Support", + "DisplayInfo": { + "Id": 335813, + "Type": "HW2CardKeywordDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:13Z", + "ModifiedUtc": "2017-02-03T19:37:11Z", + "PublishedUtc": "2017-02-03T19:37:11Z", + "Container": -1 + }, + "Identity": "401e1d735dde4117a29f29386a2840e3", + "Title": "Support Display Info", + "HW2CardKeywordDisplayInfo": { + "Name": "Support", + "Description": "This unit cannot attack and instead focuses on support or healing skills to boost your army." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336047" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335967, + "Type": "HW2CardKeyword", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T13:57:08Z", + "ModifiedUtc": "2017-02-03T19:37:47Z", + "PublishedUtc": "2017-02-03T19:37:47Z", + "Container": -1 + }, + "Identity": "eaa5c6532f714df985f586406ef3d6cd", + "Autoroute": "hw2/CardKeywords/LastStand", + "Title": "Last Stand", + "HW2CardKeyword": { + "Keyword": "LastStand", + "DisplayInfo": { + "Id": 334848, + "Type": "HW2CardKeywordDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T13:57:08Z", + "ModifiedUtc": "2017-02-03T19:34:13Z", + "PublishedUtc": "2017-02-03T19:34:13Z", + "Container": -1 + }, + "Identity": "e67f9cf685a741da9cce4ba30eb803ef", + "Title": "Last Stand Display Info", + "HW2CardKeywordDisplayInfo": { + "Name": "Last Stand", + "Description": "When this unit falls in battle, a number of infantry troops jump out to continue the fight." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335967" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335749, + "Type": "HW2CardKeyword", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:09Z", + "ModifiedUtc": "2017-02-03T19:37:00Z", + "PublishedUtc": "2017-02-03T19:37:00Z", + "Container": -1 + }, + "Identity": "6385c301d8824ad6bfbc4e628e1a0b8f", + "Autoroute": "hw2/CardKeywords/Drain", + "Title": "Shock", + "HW2CardKeyword": { + "Keyword": "Drain", + "DisplayInfo": { + "Id": 335440, + "Type": "HW2CardKeywordDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T14:00:09Z", + "ModifiedUtc": "2017-02-03T19:36:00Z", + "PublishedUtc": "2017-02-03T19:36:00Z", + "Container": -1 + }, + "Identity": "ddf573d815cc4c138732dd443e60984c", + "Title": "Shock Display Info", + "HW2CardKeywordDisplayInfo": { + "Name": "Shock", + "Description": "This unit intimidates nearby enemy troops, significantly reducing their armor." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335749" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335113, + "Type": "HW2CardKeyword", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T13:57:09Z", + "ModifiedUtc": "2017-02-03T19:35:02Z", + "PublishedUtc": "2017-02-03T19:35:02Z", + "Container": -1 + }, + "Identity": "4a95208f1b9b45be8f814cb80506f37c", + "Autoroute": "hw2/CardKeywords/Rush", + "Title": "Rush", + "HW2CardKeyword": { + "Keyword": "Rush", + "DisplayInfo": { + "Id": 335108, + "Type": "HW2CardKeywordDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T13:57:09Z", + "ModifiedUtc": "2017-02-03T19:35:02Z", + "PublishedUtc": "2017-02-03T19:35:02Z", + "Container": -1 + }, + "Identity": "74b3a4d1f84d49c1af16c0159eeb0a07", + "Title": "Rush Display Info", + "HW2CardKeywordDisplayInfo": { + "Name": "Rush", + "Description": "This unit ignores Fatigue when deployed, charging into battle at full strength." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335113" + } + ], + "ChildrenCount": 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/card-keywords.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/card-keywords.schema.json new file mode 100644 index 0000000..0e72738 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/card-keywords.schema.json @@ -0,0 +1,186 @@ +{ + "definitions": { + "HW2CardKeywordCompleteContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2CardKeywordView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "common/link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2CardKeywordView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "Autoroute": { + "type": "string" + }, + "HW2CardKeyword": { + "$ref": "#/definitions/HW2CardKeyword" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Autoroute", + "Title", + "HW2CardKeyword" + ] + }, + + "HW2CardKeyword": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Keyword": { + "type": "string" + }, + "DisplayInfo": { + "$ref": "#/definitions/HW2CardKeywordDisplayInfoContentItemTypeB" + } + }, + "required": [ + "Keyword", + "DisplayInfo" + ] + }, + + + "HW2CardKeywordDisplayInfoContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2CardKeywordDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2CardKeywordDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "BatchLocalization": { + "$ref": "common/batch-localization.schema.json" + }, + "Localization": { + "$ref": "common/localization.schema.json" + }, + "Title": { + "type": "string" + }, + "HW2CardKeywordDisplayInfo": { + "$ref": "#/definitions/HW2CardKeywordDisplayInfo" + } + }, + "required": [ + "Status", + "HW2CardKeywordDisplayInfo", + "BatchLocalization", + "Localization", + "Title", + "Common", + "Identity" + ] + }, + + "HW2CardKeywordDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + } + }, + "required": [ + "Name", + "Description" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2CardKeywordCompleteContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/cards.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/cards.json new file mode 100644 index 0000000..475bc8e --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/cards.json @@ -0,0 +1,9712 @@ +{ + "Paging" : { + "StartAt" : 0, + "InlineCount" : 100, + "TotalCount" : 160 + }, + "ContentItems" : [{ + "Id" : 202203, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:31:17Z", + "ModifiedUtc" : "2017-02-15T17:42:36Z", + "PublishedUtc" : "2017-02-15T17:42:37Z", + "Container" : -1 + }, + "Identity" : "d3ac512863bf4d04a0d3fa5d2bd59468", + "Title" : "UNIT_UNSC_WARTHOG_LASTSTAND", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : {}, + "ForegroundImage" : { + "Id" : 343132, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-15T17:41:29Z", + "ModifiedUtc" : "2017-02-15T17:41:29Z", + "PublishedUtc" : "2017-02-15T17:41:30Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_warthog_laststand-ffd2b876ffe1498dbbcc86aed7b8587e.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_warthog_laststand-ffd2b876ffe1498dbbcc86aed7b8587e.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_warthog_laststand-ffd2b876ffe1498dbbcc86aed7b8587e", + "Identity" : "333ece95f03e4973a56ea998a917a136" + } + }, + "DisplayInfo" : { + "Id" : 336411, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:11:53Z", + "ModifiedUtc" : "2017-02-03T19:39:12Z", + "PublishedUtc" : "2017-02-09T10:20:57Z", + "Container" : -1 + }, + "Identity" : "14c3eccfd8fe45b1af6e2732cf85c6f8", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Trooper Warthog Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Trooper Warthog", + "Description" : "", + "SubtypeDescription" : "CORE VEHICLE", + "SpecialAbilityName" : "Ram", + "SpecialAbilityDescription" : "Charges through enemies, causing damage." + } + } + }, + "GameObject" : { + "Id" : 336449, + "Type" : "HW2Object", + "Identity" : "7ff5b669876f4bff91af0645e7616f98", + "Autoroute" : "hw2/objects/unsc_veh_rm_gausswarthog_01" + }, + "LastStandNumber" : 3, + "EnergyCost" : 140, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 335967, + "Type" : "HW2CardKeyword", + "Identity" : "eaa5c6532f714df985f586406ef3d6cd", + "Autoroute" : "hw2/CardKeywords/LastStand" + } + ] + }, + "Autoroute" : "hw2/card/d3ac512863bf4d04a0d3fa5d2bd59468" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202203" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202586, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-09-02T16:47:50Z", + "ModifiedUtc" : "2017-02-15T17:42:30Z", + "PublishedUtc" : "2017-02-15T17:42:31Z", + "Container" : -1 + }, + "Identity" : "4a2d8ebf67f44c709edb478f3756d186", + "Title" : "DLC0_POWER_UNSC_CLUSTERMISSILES", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : { + "Id" : 202926, + "Type" : "Entitlement", + "Identity" : "af42af0faea846a0a3cb2ee291e27e36" + }, + "EntitlementRequired" : true, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 337241, + "Type" : "HW2Leader", + "Identity" : "18615c64b6eb4994b2b03cdf739956bf" + }, + "ForegroundImage" : { + "Id" : 343131, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-15T17:41:30Z", + "ModifiedUtc" : "2017-02-15T17:41:30Z", + "PublishedUtc" : "2017-02-15T17:41:30Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_cluster_missiles-1a3f55e88b1e4b85afff5967a727467a.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_cluster_missiles-1a3f55e88b1e4b85afff5967a727467a.jpg" + }, + "Image" : { + "Width" : 1390, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_cluster_missiles-1a3f55e88b1e4b85afff5967a727467a", + "Identity" : "b7267470969a47d895491e204c56107d" + } + }, + "DisplayInfo" : { + "Id" : 337496, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T10:32:47Z", + "ModifiedUtc" : "2017-02-09T10:21:15Z", + "PublishedUtc" : "2017-02-09T10:21:15Z", + "Container" : -1 + }, + "Identity" : "e6761a66193748b98f74f02e25cd59a0", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Scatter Bomb Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Scatter Bomb", + "Description" : "Scatter Bomb", + "SubtypeDescription" : "DAMAGE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 90, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/4a2d8ebf67f44c709edb478f3756d186" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202586" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202191, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:27:02Z", + "ModifiedUtc" : "2017-02-15T17:42:12Z", + "PublishedUtc" : "2017-02-15T17:42:14Z", + "Container" : -1 + }, + "Identity" : "eef48f32f01d42e999f128c7e76d7299", + "Title" : "UNIT_UNSC_JACKRABBIT", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : {}, + "ForegroundImage" : { + "Id" : 343130, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-15T17:41:29Z", + "ModifiedUtc" : "2017-02-15T17:41:29Z", + "PublishedUtc" : "2017-02-15T17:41:30Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_jackrabbit-5c537eaa4739458097b01d00554c4147.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_jackrabbit-5c537eaa4739458097b01d00554c4147.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_jackrabbit-5c537eaa4739458097b01d00554c4147", + "Identity" : "33628b97314140bb841eb247a3fef441" + } + }, + "DisplayInfo" : { + "Id" : 335362, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:12:12Z", + "ModifiedUtc" : "2017-02-03T19:35:43Z", + "PublishedUtc" : "2017-02-03T19:35:43Z", + "Container" : -1 + }, + "Identity" : "0e4845634502480e99f0ad8d13e6ed16", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Jackrabbit Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Jackrabbit", + "Description" : "", + "SubtypeDescription" : "SCOUT", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335361, + "Type" : "HW2Object", + "Identity" : "899e7539498c4c0589d98c83032f6a2b", + "Autoroute" : "hw2/objects/unsc_veh_rm_mongoose_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 20, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/eef48f32f01d42e999f128c7e76d7299" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202191" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202023, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-09-02T16:48:58Z", + "ModifiedUtc" : "2017-02-13T23:58:01Z", + "PublishedUtc" : "2017-02-14T01:03:12Z", + "Container" : -1 + }, + "Identity" : "8862793364444ad7b2657164b6ea3655", + "Title" : "DLC0_POWER_UNSC_HEAVYMETAL", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : { + "Id" : 202926, + "Type" : "Entitlement", + "Identity" : "af42af0faea846a0a3cb2ee291e27e36" + }, + "EntitlementRequired" : true, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 337241, + "Type" : "HW2Leader", + "Identity" : "18615c64b6eb4994b2b03cdf739956bf" + }, + "ForegroundImage" : { + "Id" : 343072, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-13T23:56:00Z", + "ModifiedUtc" : "2017-02-13T23:56:00Z", + "PublishedUtc" : "2017-02-13T23:56:00Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_heavy_metal_v_01-8e3ca50a03d8410f9124b62908161910.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_heavy_metal_v_01-8e3ca50a03d8410f9124b62908161910.jpg" + }, + "Image" : { + "Width" : 1389, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_heavy_metal_v_01-8e3ca50a03d8410f9124b62908161910", + "Identity" : "64a1439b7e844c7a9f504ca990274c6a" + } + }, + "DisplayInfo" : { + "Id" : 337522, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T10:32:41Z", + "ModifiedUtc" : "2017-02-09T10:21:26Z", + "PublishedUtc" : "2017-02-09T10:21:27Z", + "Container" : -1 + }, + "Identity" : "80435cddd0114510856ed2a1d53f243a", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Heavy Metal Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Heavy Metal", + "Description" : "Heavy Metal", + "SubtypeDescription" : "BUFF", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 70, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/8862793364444ad7b2657164b6ea3655" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202023" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202387, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-09-02T16:44:33Z", + "ModifiedUtc" : "2017-02-13T23:59:36Z", + "PublishedUtc" : "2017-02-14T01:03:11Z", + "Container" : -1 + }, + "Identity" : "acc3e20e7b0e4b2999e7899129953a3c", + "Title" : "DLC0_UNIT_UNSC_KODIAK_RUSH", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : { + "Id" : 202926, + "Type" : "Entitlement", + "Identity" : "af42af0faea846a0a3cb2ee291e27e36" + }, + "EntitlementRequired" : true, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 337241, + "Type" : "HW2Leader", + "Identity" : "18615c64b6eb4994b2b03cdf739956bf" + }, + "ForegroundImage" : { + "Id" : 343073, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-13T23:58:58Z", + "ModifiedUtc" : "2017-02-13T23:58:58Z", + "PublishedUtc" : "2017-02-13T23:58:58Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_kodiak_rush-ad04aeb51ccd4ef280cc0cd52f9292d3.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_kodiak_rush-ad04aeb51ccd4ef280cc0cd52f9292d3.jpg" + }, + "Image" : { + "Width" : 1389, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_kodiak_rush-ad04aeb51ccd4ef280cc0cd52f9292d3", + "Identity" : "6cb691bc79ed42de887a899debf091de" + } + }, + "DisplayInfo" : { + "Id" : 337531, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T10:32:12Z", + "ModifiedUtc" : "2017-02-09T10:21:29Z", + "PublishedUtc" : "2017-02-09T10:21:29Z", + "Container" : -1 + }, + "Identity" : "285b196f9a1c4f068373d83f4b644b8c", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Vanguard Kodiak Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Vanguard Kodiak", + "Description" : "Vanguard Kodiak", + "SubtypeDescription" : "ARTILLERY", + "SpecialAbilityName" : "Deploy", + "SpecialAbilityDescription" : "Converts between siege and mobility attack modes." + } + } + }, + "GameObject" : { + "Id" : 335461, + "Type" : "HW2Object", + "Identity" : "5a37db331ff344e2b17e9275511053a4", + "Autoroute" : "hw2/objects/unsc_veh_rm_foxcannonrush_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 110, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 335113, + "Type" : "HW2CardKeyword", + "Identity" : "4a95208f1b9b45be8f814cb80506f37c", + "Autoroute" : "hw2/CardKeywords/Rush" + } + ] + }, + "Autoroute" : "hw2/card/acc3e20e7b0e4b2999e7899129953a3c" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202387" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202436, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-09-02T16:36:25Z", + "ModifiedUtc" : "2017-02-14T00:03:23Z", + "PublishedUtc" : "2017-02-14T01:03:11Z", + "Container" : -1 + }, + "Identity" : "499d4c8abb80455e9305413fadaf044a", + "Title" : "DLC0_UNIT_UNSC_MARINES_REFLECT", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : { + "Id" : 202926, + "Type" : "Entitlement", + "Identity" : "af42af0faea846a0a3cb2ee291e27e36" + }, + "EntitlementRequired" : true, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 337241, + "Type" : "HW2Leader", + "Identity" : "18615c64b6eb4994b2b03cdf739956bf" + }, + "ForegroundImage" : { + "Id" : 343075, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-14T00:01:30Z", + "ModifiedUtc" : "2017-02-14T00:01:30Z", + "PublishedUtc" : "2017-02-14T00:01:30Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_marines_reflect-99f74d7aebdf4af38cb03aca17fd5416.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_marines_reflect-99f74d7aebdf4af38cb03aca17fd5416.jpg" + }, + "Image" : { + "Width" : 1398, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_marines_reflect-99f74d7aebdf4af38cb03aca17fd5416", + "Identity" : "adc1431415814ca8b102832285a31c48" + } + }, + "DisplayInfo" : { + "Id" : 337539, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T10:32:05Z", + "ModifiedUtc" : "2017-02-09T10:21:33Z", + "PublishedUtc" : "2017-02-09T10:21:33Z", + "Container" : -1 + }, + "Identity" : "77a241b62a4747a3ac75053d21e30800", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Reactive Marines Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Reactive Marines", + "Description" : "Reactive Marines", + "SubtypeDescription" : "CORE INFANTRY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336808, + "Type" : "HW2Object", + "Identity" : "c68b0217a8b946e88fb48eb0663d6f41", + "Autoroute" : "hw2/objects/unsc_inf_rm_marinereflect_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 60, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337123, + "Type" : "HW2CardKeyword", + "Identity" : "ccc82e4d8fb345a89af791ed1ec99987", + "Autoroute" : "hw2/CardKeywords/Reflect" + } + ] + }, + "Autoroute" : "hw2/card/499d4c8abb80455e9305413fadaf044a" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202436" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202571, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-09-02T16:46:44Z", + "ModifiedUtc" : "2017-02-14T00:00:25Z", + "PublishedUtc" : "2017-02-14T01:03:11Z", + "Container" : -1 + }, + "Identity" : "62fa67a6a5364a5d88319ad0b09ff626", + "Title" : "DLC0_POWER_UNSC_COMBATSALVAGE", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : { + "Id" : 202926, + "Type" : "Entitlement", + "Identity" : "af42af0faea846a0a3cb2ee291e27e36" + }, + "EntitlementRequired" : true, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 337241, + "Type" : "HW2Leader", + "Identity" : "18615c64b6eb4994b2b03cdf739956bf" + }, + "ForegroundImage" : { + "Id" : 343074, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-14T00:00:10Z", + "ModifiedUtc" : "2017-02-14T00:00:10Z", + "PublishedUtc" : "2017-02-14T00:00:10Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_combat_salvage-89f2cbbc92f4436d9ecfc73c725598ed.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_combat_salvage-89f2cbbc92f4436d9ecfc73c725598ed.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_combat_salvage-89f2cbbc92f4436d9ecfc73c725598ed", + "Identity" : "c777267a3ee44717acbed28713cddd49" + } + }, + "DisplayInfo" : { + "Id" : 337468, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T10:32:54Z", + "ModifiedUtc" : "2017-02-09T10:21:03Z", + "PublishedUtc" : "2017-02-09T10:21:03Z", + "Container" : -1 + }, + "Identity" : "0e9b3ef23d414aeca40297c4e936e7e6", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Combat Salvage Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Combat Salvage", + "Description" : "Combat Salvage", + "SubtypeDescription" : "BUFF", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 180, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/62fa67a6a5364a5d88319ad0b09ff626" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202571" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202202, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:52:32Z", + "ModifiedUtc" : "2017-02-14T00:20:49Z", + "PublishedUtc" : "2017-02-14T01:03:10Z", + "Container" : -1 + }, + "Identity" : "113721ffb2424ce5a33bfdf2f570983b", + "Title" : "POWER_ATRIOX_ERADICATION", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202762, + "Type" : "HW2Leader", + "Identity" : "7ee19946262644ffab92e9c09240df37" + }, + "ForegroundImage" : { + "Id" : 343078, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-14T00:19:19Z", + "ModifiedUtc" : "2017-02-14T00:19:19Z", + "PublishedUtc" : "2017-02-14T00:19:19Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_planetary_cleansing-568f27e0f9db47d19c1f6c5aa85e16c3.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_planetary_cleansing-568f27e0f9db47d19c1f6c5aa85e16c3.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_planetary_cleansing-568f27e0f9db47d19c1f6c5aa85e16c3", + "Identity" : "ad1397860e7f4e47a3df8943d06bec1c" + } + }, + "DisplayInfo" : { + "Id" : 336396, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:54:24Z", + "ModifiedUtc" : "2017-02-03T19:39:10Z", + "PublishedUtc" : "2017-02-09T10:22:39Z", + "Container" : -1 + }, + "Identity" : "cfe771e4d72a4fb082b95a7de6b93df2", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Eradication Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Eradication", + "Description" : "Deal massive damage at target area with a ring of plasma beams", + "SubtypeDescription" : "DAMAGE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 190, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/113721ffb2424ce5a33bfdf2f570983b" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202202" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202212, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:30:04Z", + "ModifiedUtc" : "2017-02-14T00:57:44Z", + "PublishedUtc" : "2017-02-14T01:03:10Z", + "Container" : -1 + }, + "Identity" : "83dacb1ecf1c4a718ea6b405a4d4c0e6", + "Title" : "UNIT_UNSC_SCORPION_FEAR", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202764, + "Type" : "HW2Leader", + "Identity" : "60fd548732114f2bb1c295993fb3a55a" + }, + "ForegroundImage" : { + "Id" : 343081, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-14T00:57:29Z", + "ModifiedUtc" : "2017-02-14T00:57:29Z", + "PublishedUtc" : "2017-02-14T00:57:29Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_scopion-fear-819a9f9896f54d61b689fd2181ab6b19.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_scopion-fear-819a9f9896f54d61b689fd2181ab6b19.jpg" + }, + "Image" : { + "Width" : 1398, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_scopion-fear-819a9f9896f54d61b689fd2181ab6b19", + "Identity" : "1b1914919b0046cf969d2ed93556cba9" + } + }, + "DisplayInfo" : { + "Id" : 336425, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:12:10Z", + "ModifiedUtc" : "2017-02-03T19:39:14Z", + "PublishedUtc" : "2017-02-03T19:39:14Z", + "Container" : -1 + }, + "Identity" : "0b0b3d8d09f54d2caf4aaaf0a3927441", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Lockdown Scorpion Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Lockdown Scorpion", + "Description" : "", + "SubtypeDescription" : "HEAVY TANK", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335766, + "Type" : "HW2Object", + "Identity" : "5a624f8a97cf437689fc3c1ef853fa49", + "Autoroute" : "hw2/objects/unsc_veh_rm_scorpion_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 150, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 335749, + "Type" : "HW2CardKeyword", + "Identity" : "6385c301d8824ad6bfbc4e628e1a0b8f", + "Autoroute" : "hw2/CardKeywords/Drain" + } + ] + }, + "Autoroute" : "hw2/card/83dacb1ecf1c4a718ea6b405a4d4c0e6" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202212" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202261, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-09-02T16:38:25Z", + "ModifiedUtc" : "2017-02-14T00:06:01Z", + "PublishedUtc" : "2017-02-14T01:03:10Z", + "Container" : -1 + }, + "Identity" : "1286bc1c9bef4c40b75c61e1cff18a6e", + "Title" : "DLC0_UNIT_UNSC_FORGEHOG", + "HW2Card" : { + "Rarity" : 4, + "Entitlement" : { + "Id" : 202926, + "Type" : "Entitlement", + "Identity" : "af42af0faea846a0a3cb2ee291e27e36" + }, + "EntitlementRequired" : true, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 337241, + "Type" : "HW2Leader", + "Identity" : "18615c64b6eb4994b2b03cdf739956bf" + }, + "ForegroundImage" : { + "Id" : 343076, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-14T00:05:38Z", + "ModifiedUtc" : "2017-02-14T00:05:38Z", + "PublishedUtc" : "2017-02-14T00:05:38Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_forge_hero-d913329d8f6343f39aef478298398014.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_forge_hero-d913329d8f6343f39aef478298398014.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_forge_hero-d913329d8f6343f39aef478298398014", + "Identity" : "865abdcb88154f708d29b7ca46849994" + } + }, + "DisplayInfo" : { + "Id" : 337705, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T10:32:28Z", + "ModifiedUtc" : "2017-02-09T10:22:40Z", + "PublishedUtc" : "2017-02-09T10:22:40Z", + "Container" : -1 + }, + "Identity" : "6b812b98b08d46eeb5c1d86bc9e66922", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Forge's Warthog Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Forge's Warthog", + "Description" : "Forge's Warthog", + "SubtypeDescription" : "HERO", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336501, + "Type" : "HW2Object", + "Identity" : "6b74aa863e8d4e5aabe6626f24bf666a", + "Autoroute" : "hw2/objects/unsc_veh_rm_forgehog_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 220, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 337156, + "Type" : "HW2CardKeyword", + "Identity" : "75012dddd39b405d8b1406b321de18e9", + "Autoroute" : "hw2/CardKeywords/Rally" + } + ] + }, + "Autoroute" : "hw2/card/1286bc1c9bef4c40b75c61e1cff18a6e" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202261" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202356, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-06-06T14:32:10Z", + "ModifiedUtc" : "2017-02-14T00:52:15Z", + "PublishedUtc" : "2017-02-14T01:03:10Z", + "Container" : -1 + }, + "Identity" : "13e484ee2ca846b3acbb05cf0d1f8b51", + "Title" : "UNIT_UNSC_HORNET_LASTSTAND", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202763, + "Type" : "HW2Leader", + "Identity" : "cee2c115eab04183acc4ed8342d9a84f" + }, + "ForegroundImage" : { + "Id" : 343079, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-14T00:52:04Z", + "ModifiedUtc" : "2017-02-14T00:52:04Z", + "PublishedUtc" : "2017-02-14T00:52:04Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_hornet_laststand-f98e769c5f90429b92ba54bf056f2391.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_hornet_laststand-f98e769c5f90429b92ba54bf056f2391.jpg" + }, + "Image" : { + "Width" : 1389, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_hornet_laststand-f98e769c5f90429b92ba54bf056f2391", + "Identity" : "ecd08bde8406490dac67d62efaaea17e" + } + }, + "DisplayInfo" : { + "Id" : 335273, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:12:21Z", + "ModifiedUtc" : "2017-02-03T19:35:29Z", + "PublishedUtc" : "2017-02-03T19:35:29Z", + "Container" : -1 + }, + "Identity" : "a722e16fe48c4df999e4af9faad772be", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Trooper Hornet Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Trooper Hornet", + "Description" : "", + "SubtypeDescription" : "CORE AIR", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335392, + "Type" : "HW2Object", + "Identity" : "c887cc0547bd4c33ae7c2f0380fa5f21", + "Autoroute" : "hw2/objects/unsc_air_rm_wingmenhornet_01" + }, + "LastStandNumber" : 3, + "EnergyCost" : 130, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 335967, + "Type" : "HW2CardKeyword", + "Identity" : "eaa5c6532f714df985f586406ef3d6cd", + "Autoroute" : "hw2/CardKeywords/LastStand" + } + ] + }, + "Autoroute" : "hw2/card/13e484ee2ca846b3acbb05cf0d1f8b51" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202356" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202375, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:32:55Z", + "ModifiedUtc" : "2017-02-14T00:58:01Z", + "PublishedUtc" : "2017-02-14T01:03:09Z", + "Container" : -1 + }, + "Identity" : "1f260f01ede044e38d1e3c0f1645e7a8", + "Title" : "UNIT_UNSC_NIGHTINGALE", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : {}, + "ForegroundImage" : { + "Id" : 343080, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-14T00:56:57Z", + "ModifiedUtc" : "2017-02-14T00:56:57Z", + "PublishedUtc" : "2017-02-14T00:56:57Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_nightingale-b21c15b887354dd6ab0f8eca4b30c325.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_nightingale-b21c15b887354dd6ab0f8eca4b30c325.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_nightingale-b21c15b887354dd6ab0f8eca4b30c325", + "Identity" : "8f1ca6a797df453c9984d366651e0158" + } + }, + "DisplayInfo" : { + "Id" : 335880, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:12:23Z", + "ModifiedUtc" : "2017-02-03T19:37:24Z", + "PublishedUtc" : "2017-02-09T10:21:47Z", + "Container" : -1 + }, + "Identity" : "db25527bf2154d6dbfadb90bc073cf25", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Nightingale Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Nightingale", + "Description" : "", + "SubtypeDescription" : "SUPPORT", + "SpecialAbilityName" : "Defensive Smoke", + "SpecialAbilityDescription" : "Cloaks all units in the area and suppresses combat." + } + } + }, + "GameObject" : { + "Id" : 335478, + "Type" : "HW2Object", + "Identity" : "38e9047497d044eb89179043d1fd4370", + "Autoroute" : "hw2/objects/unsc_air_rm_nightingale_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 50, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 336047, + "Type" : "HW2CardKeyword", + "Identity" : "7e9470ab60e1497ca70fee56f95a2412", + "Autoroute" : "hw2/CardKeywords/Support" + }, { + "Id" : 337076, + "Type" : "HW2CardKeyword", + "Identity" : "bcaa72c0998640e48e663aa57b8e5998", + "Autoroute" : "hw2/CardKeywords/Detect" + } + ] + }, + "Autoroute" : "hw2/card/1f260f01ede044e38d1e3c0f1645e7a8" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202375" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202437, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-09-02T16:48:54Z", + "ModifiedUtc" : "2017-02-13T19:00:16Z", + "PublishedUtc" : "2017-02-14T01:02:07Z", + "Container" : -1 + }, + "Identity" : "4373ae5bbac04d8e9b46988939dfaa96", + "Title" : "DLC0_POWER_UNSC_PELICANTRANSPORT", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : { + "Id" : 202926, + "Type" : "Entitlement", + "Identity" : "af42af0faea846a0a3cb2ee291e27e36" + }, + "EntitlementRequired" : true, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 337241, + "Type" : "HW2Leader", + "Identity" : "18615c64b6eb4994b2b03cdf739956bf" + }, + "ForegroundImage" : { + "Id" : 343011, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-13T18:59:35Z", + "ModifiedUtc" : "2017-02-13T18:59:35Z", + "PublishedUtc" : "2017-02-13T18:59:35Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_pelican-transport-d0975172f9574ffe88d8b149045cc0d1.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_pelican-transport-d0975172f9574ffe88d8b149045cc0d1.jpg" + }, + "Image" : { + "Width" : 1389, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_pelican-transport-d0975172f9574ffe88d8b149045cc0d1", + "Identity" : "7e00d1b18f604d1f8b263b77f374029a" + } + }, + "DisplayInfo" : { + "Id" : 337651, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T10:32:34Z", + "ModifiedUtc" : "2017-02-09T10:22:20Z", + "PublishedUtc" : "2017-02-09T10:22:20Z", + "Container" : -1 + }, + "Identity" : "fa429a1e3ce04f3aa66229eccccb19fc", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Pelican Transport Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Pelican Transport", + "Description" : "Pelican Transport", + "SubtypeDescription" : "UTILITY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 40, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/4373ae5bbac04d8e9b46988939dfaa96" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202437" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202583, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:36Z", + "ModifiedUtc" : "2017-02-03T18:08:42Z", + "PublishedUtc" : "2017-02-09T10:24:13Z", + "Container" : -1 + }, + "Identity" : "483ce01e10ab4e8e8702239197d099f3", + "Title" : "SA_UNIT_BNSH_HERO_ATRIOXCHOSEN", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "Banished", + "Leader" : { + "Id" : 202762, + "Type" : "HW2Leader", + "Identity" : "7ee19946262644ffab92e9c09240df37" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337650, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:58:01Z", + "ModifiedUtc" : "2017-02-09T10:22:19Z", + "PublishedUtc" : "2017-02-09T10:22:19Z", + "Container" : -1 + }, + "Identity" : "87420b954ced4ea58e9872e3b9745063", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Atriox's Chosen Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Atriox's Chosen", + "Description" : "", + "SubtypeDescription" : "HERO", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337172, + "Type" : "HW2Object", + "Identity" : "e80c62b483de49a49638913f93ad148c", + "Autoroute" : "hw2/objects/cov_inf_rm_atrioxchosen_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 150, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 337123, + "Type" : "HW2CardKeyword", + "Identity" : "ccc82e4d8fb345a89af791ed1ec99987", + "Autoroute" : "hw2/CardKeywords/Reflect" + } + ] + }, + "Autoroute" : "hw2/card/483ce01e10ab4e8e8702239197d099f3" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202583" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201972, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:51:16Z", + "ModifiedUtc" : "2017-02-03T18:09:22Z", + "PublishedUtc" : "2017-02-09T10:24:11Z", + "Container" : -1 + }, + "Identity" : "9c3d671c6e3f4352aef9792ddf6cdb1f", + "Title" : "POWER_ATRIOX_TURRET", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202762, + "Type" : "HW2Leader", + "Identity" : "7ee19946262644ffab92e9c09240df37" + }, + "ForegroundImage" : { + "Id" : 337617, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:27:10Z", + "ModifiedUtc" : "2017-02-09T10:22:07Z", + "PublishedUtc" : "2017-02-09T10:22:07Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_spike_turret-2d1fc19f528544048c9011a34aa0e9e6.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_spike_turret-2d1fc19f528544048c9011a34aa0e9e6.jpg" + }, + "Image" : { + "Width" : 1389, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_spike_turret-2d1fc19f528544048c9011a34aa0e9e6", + "Identity" : "02a0f1cddcfe4596a5aa65682351593d" + } + }, + "DisplayInfo" : { + "Id" : 334951, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:54:14Z", + "ModifiedUtc" : "2017-02-03T19:34:32Z", + "PublishedUtc" : "2017-02-09T10:22:07Z", + "Container" : -1 + }, + "Identity" : "b24e0373a6b54321ab565eb7cf666afe", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Spike Turret Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Spike Turret", + "Description" : "Deploy a temporary defensive Banished turret", + "SubtypeDescription" : "DEPLOY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336182, + "Type" : "HW2Object", + "Identity" : "a29cb27a0fba4d8b85f98134ef3cf578", + "Autoroute" : "hw2/objects/cov_bldg_rm_dropturret_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 90, + "PlayType" : "Power", + "Keywords" : [{ + "Id" : 335113, + "Type" : "HW2CardKeyword", + "Identity" : "4a95208f1b9b45be8f814cb80506f37c", + "Autoroute" : "hw2/CardKeywords/Rush" + } + ] + }, + "Autoroute" : "hw2/card/9c3d671c6e3f4352aef9792ddf6cdb1f" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201972" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202421, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:40Z", + "ModifiedUtc" : "2017-02-03T18:08:45Z", + "PublishedUtc" : "2017-02-09T10:24:10Z", + "Container" : -1 + }, + "Identity" : "341210745a7d43f29a12cdbb6b973037", + "Title" : "SA_UNIT_BNSH_HUNTERS_GUARD", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "Banished", + "Leader" : { + "Id" : 202762, + "Type" : "HW2Leader", + "Identity" : "7ee19946262644ffab92e9c09240df37" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337597, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:57:39Z", + "ModifiedUtc" : "2017-02-09T10:21:59Z", + "PublishedUtc" : "2017-02-09T10:21:59Z", + "Container" : -1 + }, + "Identity" : "671e083f45d84170a8edc14efb84dad7", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Ironclad Hunters Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Ironclad Hunters", + "Description" : "", + "SubtypeDescription" : "ANTI-VEHICLE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337133, + "Type" : "HW2Object", + "Identity" : "62614e4f589f4853b37d63aaad564d1d", + "Autoroute" : "hw2/objects/cov_inf_rm_hunter_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 70, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337113, + "Type" : "HW2CardKeyword", + "Identity" : "9c49dc33a86d44b3b235faf48e85158e", + "Autoroute" : "hw2/CardKeywords/Guard" + } + ] + }, + "Autoroute" : "hw2/cards/34121074-5a7d-43f2-9a12-cdbb6b973037" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202421" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202145, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:51:05Z", + "ModifiedUtc" : "2017-02-03T18:09:19Z", + "PublishedUtc" : "2017-02-09T10:24:09Z", + "Container" : -1 + }, + "Identity" : "5bb48313a04042ca9b13b166231dfb32", + "Title" : "POWER_ATRIOX_MINES_SCORCH", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202762, + "Type" : "HW2Leader", + "Identity" : "7ee19946262644ffab92e9c09240df37" + }, + "ForegroundImage" : { + "Id" : 337596, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T21:41:27Z", + "ModifiedUtc" : "2017-02-09T10:21:59Z", + "PublishedUtc" : "2017-02-09T10:21:59Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_scorch-mines-313437e564a147258a49da05074b56bb.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_scorch-mines-313437e564a147258a49da05074b56bb.jpg" + }, + "Image" : { + "Width" : 1392, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_scorch-mines-313437e564a147258a49da05074b56bb", + "Identity" : "6803936df43c48eaa5c09d6706190b52" + } + }, + "DisplayInfo" : { + "Id" : 335237, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:54:16Z", + "ModifiedUtc" : "2017-02-03T19:35:23Z", + "PublishedUtc" : "2017-02-09T10:21:56Z", + "Container" : -1 + }, + "Identity" : "29cd74b9894945218e59711d71df5514", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Scorch Mines Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Scorch Mines", + "Description" : "Place mines that explode and release harmful plasma", + "SubtypeDescription" : "DAMAGE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 40, + "PlayType" : "Power", + "Keywords" : [{ + "Id" : 337064, + "Type" : "HW2CardKeyword", + "Identity" : "e38d6894da254acd976c04bc915b22e1", + "Autoroute" : "hw2/CardKeywords/Cloak" + } + ] + }, + "Autoroute" : "hw2/card/5bb48313a04042ca9b13b166231dfb32" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202145" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202001, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:53:18Z", + "ModifiedUtc" : "2017-02-03T18:09:21Z", + "PublishedUtc" : "2017-02-09T10:24:07Z", + "Container" : -1 + }, + "Identity" : "a03d341c3a134b518b7f00ddc944acd2", + "Title" : "POWER_ATRIOX_HEAL", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202762, + "Type" : "HW2Leader", + "Identity" : "7ee19946262644ffab92e9c09240df37" + }, + "ForegroundImage" : { + "Id" : 337590, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T23:22:34Z", + "ModifiedUtc" : "2017-02-09T10:21:55Z", + "PublishedUtc" : "2017-02-09T10:21:56Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_restoration-e63da0c6b55341c7a5a651f6db262b91.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_restoration-e63da0c6b55341c7a5a651f6db262b91.jpg" + }, + "Image" : { + "Width" : 1398, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_restoration-e63da0c6b55341c7a5a651f6db262b91", + "Identity" : "1dac3d50d165474082f579232189d2a6" + } + }, + "DisplayInfo" : { + "Id" : 335682, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:54:23Z", + "ModifiedUtc" : "2017-02-03T19:36:49Z", + "PublishedUtc" : "2017-02-09T10:21:54Z", + "Container" : -1 + }, + "Identity" : "89d1c006a1904eaa869c3382db17d8e3", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Atriox's Bulwark Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Atriox's Bulwark", + "Description" : "Briefly make target allies invulnerable and heal them over time", + "SubtypeDescription" : "HEALING", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 90, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/a03d341c3a134b518b7f00ddc944acd2" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202001" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201996, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:44:47Z", + "ModifiedUtc" : "2017-02-03T18:09:21Z", + "PublishedUtc" : "2017-02-09T10:24:06Z", + "Container" : -1 + }, + "Identity" : "a7530a57b21d48fc9ba30965bae42e23", + "Title" : "UNIT_BNSH_BLISTERBACK_LASTSTAND", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202762, + "Type" : "HW2Leader", + "Identity" : "7ee19946262644ffab92e9c09240df37" + }, + "ForegroundImage" : { + "Id" : 337586, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T23:02:52Z", + "ModifiedUtc" : "2017-02-09T10:21:53Z", + "PublishedUtc" : "2017-02-09T10:21:54Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_blisterback-last-stand-001aac5c353d4e1da4358148b5e93a18.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_blisterback-last-stand-001aac5c353d4e1da4358148b5e93a18.jpg" + }, + "Image" : { + "Width" : 1390, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_blisterback-last-stand-001aac5c353d4e1da4358148b5e93a18", + "Identity" : "6be2fddad778410097d1a5c41c2a9a1c" + } + }, + "DisplayInfo" : { + "Id" : 335007, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:50Z", + "ModifiedUtc" : "2017-02-03T19:34:41Z", + "PublishedUtc" : "2017-02-09T10:21:53Z", + "Container" : -1 + }, + "Identity" : "7241d874f025471eafb2284da032c612", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Enduring Blisterback Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Enduring Blisterback", + "Description" : "", + "SubtypeDescription" : "ARTILLERY", + "SpecialAbilityName" : "Deploy", + "SpecialAbilityDescription" : "Converts between heavy air and ground siege modes." + } + } + }, + "GameObject" : { + "Id" : 336000, + "Type" : "HW2Object", + "Identity" : "fe1a73ea30b34d799c56fbace28a5883", + "Autoroute" : "hw2/objects/cov_air_rm_blisterback_02" + }, + "LastStandNumber" : 3, + "EnergyCost" : 160, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 335967, + "Type" : "HW2CardKeyword", + "Identity" : "eaa5c6532f714df985f586406ef3d6cd", + "Autoroute" : "hw2/CardKeywords/LastStand" + } + ] + }, + "Autoroute" : "hw2/card/a7530a57b21d48fc9ba30965bae42e23" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201996" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201993, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:56:33Z", + "ModifiedUtc" : "2017-02-03T18:09:21Z", + "PublishedUtc" : "2017-02-09T10:24:05Z", + "Container" : -1 + }, + "Identity" : "88f508300fcb456a8804b5414520c429", + "Title" : "POWER_ATRIOX_STUN", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202762, + "Type" : "HW2Leader", + "Identity" : "7ee19946262644ffab92e9c09240df37" + }, + "ForegroundImage" : { + "Id" : 337562, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:01:05Z", + "ModifiedUtc" : "2017-02-09T10:21:43Z", + "PublishedUtc" : "2017-02-09T10:21:43Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_gravity_wall-941723143a2743cf93dc65fbf81feadf.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_gravity_wall-941723143a2743cf93dc65fbf81feadf.jpg" + }, + "Image" : { + "Width" : 1389, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_gravity_wall-941723143a2743cf93dc65fbf81feadf", + "Identity" : "d558218304eb42318a2511767e7c90d5" + } + }, + "DisplayInfo" : { + "Id" : 335746, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:54:22Z", + "ModifiedUtc" : "2017-02-03T19:36:59Z", + "PublishedUtc" : "2017-02-09T10:21:47Z", + "Container" : -1 + }, + "Identity" : "5f0779eee5d04447809a982a087f3f87", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Shockwave Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Shockwave", + "Description" : "Draw a wall of energy that stuns passing enemies and lowers their armor", + "SubtypeDescription" : "DEBUFF", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 60, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/88f508300fcb456a8804b5414520c429" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201993" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201994, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:46:01Z", + "ModifiedUtc" : "2017-02-03T18:09:21Z", + "PublishedUtc" : "2017-02-09T10:24:04Z", + "Container" : -1 + }, + "Identity" : "77c562f8046a4179b553a20220472d89", + "Title" : "UNIT_BNSH_HUNTERS_GUARD", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202762, + "Type" : "HW2Leader", + "Identity" : "7ee19946262644ffab92e9c09240df37" + }, + "ForegroundImage" : { + "Id" : 337486, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:14:03Z", + "ModifiedUtc" : "2017-02-09T10:21:10Z", + "PublishedUtc" : "2017-02-09T10:21:11Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_hunter_guard-e7e369cab9144cbf9067b2bc4dd150c9.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_hunter_guard-e7e369cab9144cbf9067b2bc4dd150c9.jpg" + }, + "Image" : { + "Width" : 1389, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_hunter_guard-e7e369cab9144cbf9067b2bc4dd150c9", + "Identity" : "4f3f69c396844421b20943f1626c0cb2" + } + }, + "DisplayInfo" : { + "Id" : 336322, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:03Z", + "ModifiedUtc" : "2017-02-03T19:38:54Z", + "PublishedUtc" : "2017-02-03T19:38:54Z", + "Container" : -1 + }, + "Identity" : "3cd537ccade448b28399cd56c10ed417", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Ironclad Hunters Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Ironclad Hunters", + "Description" : "", + "SubtypeDescription" : "ANTI-VEHICLE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337133, + "Type" : "HW2Object", + "Identity" : "62614e4f589f4853b37d63aaad564d1d", + "Autoroute" : "hw2/objects/cov_inf_rm_hunter_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 70, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337113, + "Type" : "HW2CardKeyword", + "Identity" : "9c49dc33a86d44b3b235faf48e85158e", + "Autoroute" : "hw2/CardKeywords/Guard" + } + ] + }, + "Autoroute" : "hw2/card/77c562f8046a4179b553a20220472d89" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201994" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201973, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:43:15Z", + "ModifiedUtc" : "2017-02-03T18:09:23Z", + "PublishedUtc" : "2017-02-09T10:24:03Z", + "Container" : -1 + }, + "Identity" : "c818281cd29c473b9a84f772dcc9a398", + "Title" : "UNIT_BNSH_HERO_ATRIOXCHOSEN", + "HW2Card" : { + "Rarity" : 4, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202762, + "Type" : "HW2Leader", + "Identity" : "7ee19946262644ffab92e9c09240df37" + }, + "ForegroundImage" : { + "Id" : 337476, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:27:05Z", + "ModifiedUtc" : "2017-02-09T10:21:07Z", + "PublishedUtc" : "2017-02-09T10:21:07Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_atriox-chosen--e3326745397c471a900a1ebf2f9e30b5.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_atriox-chosen--e3326745397c471a900a1ebf2f9e30b5.jpg" + }, + "Image" : { + "Width" : 1396, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_atriox-chosen--e3326745397c471a900a1ebf2f9e30b5", + "Identity" : "5589d468600f4474bc9777b6dfc260d7" + } + }, + "DisplayInfo" : { + "Id" : 335907, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:10Z", + "ModifiedUtc" : "2017-02-03T19:37:29Z", + "PublishedUtc" : "2017-02-03T19:37:29Z", + "Container" : -1 + }, + "Identity" : "03863cc2fe7a4b47ae638ca4d9e4ffae", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Atriox's Chosen Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Atriox's Chosen", + "Description" : "", + "SubtypeDescription" : "HERO", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337172, + "Type" : "HW2Object", + "Identity" : "e80c62b483de49a49638913f93ad148c", + "Autoroute" : "hw2/objects/cov_inf_rm_atrioxchosen_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 210, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 335749, + "Type" : "HW2CardKeyword", + "Identity" : "6385c301d8824ad6bfbc4e628e1a0b8f", + "Autoroute" : "hw2/CardKeywords/Drain" + } + ] + }, + "Autoroute" : "hw2/card/c818281cd29c473b9a84f772dcc9a398" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201973" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202200, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:36:04Z", + "ModifiedUtc" : "2017-02-03T18:09:19Z", + "PublishedUtc" : "2017-02-09T10:24:02Z", + "Container" : -1 + }, + "Identity" : "d676de7265fc4688873a24429a65264f", + "Title" : "POWER_ANDERS_HEAL", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202765, + "Type" : "HW2Leader", + "Identity" : "2bbe175c7de444a3a9dc92571626bfa2" + }, + "ForegroundImage" : { + "Id" : 337579, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:14:01Z", + "ModifiedUtc" : "2017-02-09T10:21:51Z", + "PublishedUtc" : "2017-02-09T10:21:51Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_meddrones-bfb90bf82e99454fa7b872e2c71e2a57.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_meddrones-bfb90bf82e99454fa7b872e2c71e2a57.jpg" + }, + "Image" : { + "Width" : 1398, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_meddrones-bfb90bf82e99454fa7b872e2c71e2a57", + "Identity" : "a9ef6e79257a4bdbb42850ca6b5ac8f5" + } + }, + "DisplayInfo" : { + "Id" : 336711, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:56Z", + "ModifiedUtc" : "2017-02-03T19:40:11Z", + "PublishedUtc" : "2017-02-09T10:21:51Z", + "Container" : -1 + }, + "Identity" : "99efa0689f014504a104efa9915e5d0a", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Restoration Drones Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Restoration Drones", + "Description" : "Heal friendly units in range over a short duration", + "SubtypeDescription" : "HEALING", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 70, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/d676de7265fc4688873a24429a65264f" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202200" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201980, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:28:21Z", + "ModifiedUtc" : "2017-02-03T18:09:22Z", + "PublishedUtc" : "2017-02-09T10:24:01Z", + "Container" : -1 + }, + "Identity" : "5f4a0649e37f47049785a7d796979389", + "Title" : "UNIT_UNSC_SPARTAN_DOUGLAS", + "HW2Card" : { + "Rarity" : 4, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202765, + "Type" : "HW2Leader", + "Identity" : "2bbe175c7de444a3a9dc92571626bfa2" + }, + "ForegroundImage" : { + "Id" : 337695, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T23:17:19Z", + "ModifiedUtc" : "2017-02-09T10:22:35Z", + "PublishedUtc" : "2017-02-09T10:22:35Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_spartan_douglas_version_02-bc5638b171124e86b1e920267dc02ecb.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_spartan_douglas_version_02-bc5638b171124e86b1e920267dc02ecb.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_spartan_douglas_version_02-bc5638b171124e86b1e920267dc02ecb", + "Identity" : "69d6fdee79f94c2cb95124480f7754d6" + } + }, + "DisplayInfo" : { + "Id" : 336026, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:11:44Z", + "ModifiedUtc" : "2017-02-03T19:37:58Z", + "PublishedUtc" : "2017-02-09T10:22:34Z", + "Container" : -1 + }, + "Identity" : "22cffc719abb4867890767176130a8d3", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Douglas-042 Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Douglas-042", + "Description" : "", + "SubtypeDescription" : "HERO", + "SpecialAbilityName" : "Spartan Slam", + "SpecialAbilityDescription" : "Leaps high in the air and slams an enemy, taking control of air or vehicle targets." + } + } + }, + "GameObject" : { + "Id" : 336027, + "Type" : "HW2Object", + "Identity" : "8e9aae4e8c534b89b9771dbb715e6965", + "Autoroute" : "hw2/objects/unsc_inf_rm_spartan_rocket_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 230, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 337113, + "Type" : "HW2CardKeyword", + "Identity" : "9c49dc33a86d44b3b235faf48e85158e", + "Autoroute" : "hw2/CardKeywords/Guard" + } + ] + }, + "Autoroute" : "hw2/card/5f4a0649e37f47049785a7d796979389" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201980" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201975, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:32:00Z", + "ModifiedUtc" : "2017-02-03T18:09:23Z", + "PublishedUtc" : "2017-02-09T10:24:00Z", + "Container" : -1 + }, + "Identity" : "c134cb6632eb469a9960fcb0b3323f28", + "Title" : "UNIT_UNSC_MARINES_GUARD", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202765, + "Type" : "HW2Leader", + "Identity" : "2bbe175c7de444a3a9dc92571626bfa2" + }, + "ForegroundImage" : { + "Id" : 337554, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:27:11Z", + "ModifiedUtc" : "2017-02-09T10:21:40Z", + "PublishedUtc" : "2017-02-09T10:21:40Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_marines_guard-783f68a60eee4edcb05a276f53dfbfa4.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_marines_guard-783f68a60eee4edcb05a276f53dfbfa4.jpg" + }, + "Image" : { + "Width" : 1389, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_marines_guard-783f68a60eee4edcb05a276f53dfbfa4", + "Identity" : "1c9530d2725c4cd3886378518e8743de" + } + }, + "DisplayInfo" : { + "Id" : 336306, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:02:19Z", + "ModifiedUtc" : "2017-02-03T19:38:52Z", + "PublishedUtc" : "2017-02-09T10:21:39Z", + "Container" : -1 + }, + "Identity" : "4a54dfd8fff1470cac27aea0b80125c4", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Armored Marines Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Armored Marines", + "Description" : "", + "SubtypeDescription" : "CORE INFANTRY", + "SpecialAbilityName" : "Grenade Throw", + "SpecialAbilityDescription" : "Tosses a grenade at an enemy unit to deliver explosive damage." + } + } + }, + "GameObject" : { + "Id" : 336524, + "Type" : "HW2Object", + "Identity" : "442905570e31478ca40429cb021902c6", + "Autoroute" : "hw2/objects/unsc_inf_rm_marineguard_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 100, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337113, + "Type" : "HW2CardKeyword", + "Identity" : "9c49dc33a86d44b3b235faf48e85158e", + "Autoroute" : "hw2/CardKeywords/Guard" + } + ] + }, + "Autoroute" : "hw2/card/c134cb6632eb469a9960fcb0b3323f28" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201975" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202013, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:29:25Z", + "ModifiedUtc" : "2017-02-03T18:09:20Z", + "PublishedUtc" : "2017-02-09T10:24:00Z", + "Container" : -1 + }, + "Identity" : "3c8219305a784c58b9f429909de7fc89", + "Title" : "UNIT_UNSC_SENTINEL_PROTECTOR", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202765, + "Type" : "HW2Leader", + "Identity" : "2bbe175c7de444a3a9dc92571626bfa2" + }, + "ForegroundImage" : { + "Id" : 337697, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:14:05Z", + "ModifiedUtc" : "2017-02-09T10:22:37Z", + "PublishedUtc" : "2017-02-09T10:22:37Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_super_sentinel-51853954ffbf41ea8e59154287003aba.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_super_sentinel-51853954ffbf41ea8e59154287003aba.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_super_sentinel-51853954ffbf41ea8e59154287003aba", + "Identity" : "1102e179672a4a45aee08dc268ec5e55" + } + }, + "DisplayInfo" : { + "Id" : 335821, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:41:45Z", + "ModifiedUtc" : "2017-02-03T19:37:12Z", + "PublishedUtc" : "2017-02-09T10:22:36Z", + "Container" : -1 + }, + "Identity" : "8a84d13725164b3fb431db7625abcfdc", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Protector Sentinel Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Protector Sentinel", + "Description" : "", + "SubtypeDescription" : "CORE AIR", + "SpecialAbilityName" : "Lockdown Bolt", + "SpecialAbilityDescription" : "Fires a bolt at vehicles and structures, stunning and damaging them." + } + } + }, + "GameObject" : { + "Id" : 336917, + "Type" : "HW2Object", + "Identity" : "2cecdef0827b444b9a162ca821430b17", + "Autoroute" : "hw2/objects/neutralfor_rm_sentineltier2_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 70, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/3c8219305a784c58b9f429909de7fc89" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202013" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202382, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:34Z", + "ModifiedUtc" : "2017-02-03T18:08:46Z", + "PublishedUtc" : "2017-02-09T10:24:00Z", + "Container" : -1 + }, + "Identity" : "bf0ba3a18f814748bb25b08db609bb87", + "Title" : "SA_UNIT_UNSC_SPARTAN_DOUGLAS", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202765, + "Type" : "HW2Leader", + "Identity" : "2bbe175c7de444a3a9dc92571626bfa2" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337683, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:54:05Z", + "ModifiedUtc" : "2017-02-09T10:22:31Z", + "PublishedUtc" : "2017-02-09T10:22:31Z", + "Container" : -1 + }, + "Identity" : "ddb7f8dbf43f4d7d8920adb3c8554598", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Douglas-042 Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Douglas-042", + "Description" : "", + "SubtypeDescription" : "HERO", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336027, + "Type" : "HW2Object", + "Identity" : "8e9aae4e8c534b89b9771dbb715e6965", + "Autoroute" : "hw2/objects/unsc_inf_rm_spartan_rocket_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 190, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 337156, + "Type" : "HW2CardKeyword", + "Identity" : "75012dddd39b405d8b1406b321de18e9", + "Autoroute" : "hw2/CardKeywords/Rally" + } + ] + }, + "Autoroute" : "hw2/cards/bf0ba3a1-8f81-4748-bb25-b08db609bb87" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202382" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202383, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:39:51Z", + "ModifiedUtc" : "2017-02-03T18:08:46Z", + "PublishedUtc" : "2017-02-09T10:24:00Z", + "Container" : -1 + }, + "Identity" : "4dde3c0189a9486787e7a08c03ce004e", + "Title" : "POWER_ANDERS_ARKDEFENSE", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202765, + "Type" : "HW2Leader", + "Identity" : "2bbe175c7de444a3a9dc92571626bfa2" + }, + "ForegroundImage" : { + "Id" : 337670, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:42:33Z", + "ModifiedUtc" : "2017-02-09T10:22:26Z", + "PublishedUtc" : "2017-02-09T10:22:27Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_lure_beacon-d9037934d67d4ce590b3808803e9c169.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_lure_beacon-d9037934d67d4ce590b3808803e9c169.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_lure_beacon-d9037934d67d4ce590b3808803e9c169", + "Identity" : "24554250ce95482a8803d349472512f7" + } + }, + "DisplayInfo" : { + "Id" : 335100, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:43:07Z", + "ModifiedUtc" : "2017-02-03T19:35:01Z", + "PublishedUtc" : "2017-02-09T10:22:26Z", + "Container" : -1 + }, + "Identity" : "a5348f637de8440b9ed28da4e032d3c8", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Ark Defense Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Ark Defense", + "Description" : "Call in Sentinels to attack up to 12 target enemy units", + "SubtypeDescription" : "DAMAGE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 140, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/4dde3c0189a9486787e7a08c03ce004e" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202383" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202192, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:35:11Z", + "ModifiedUtc" : "2017-02-03T18:09:19Z", + "PublishedUtc" : "2017-02-09T10:23:59Z", + "Container" : -1 + }, + "Identity" : "1c79f000a22d4b82b51d9b8525397096", + "Title" : "POWER_ANDERS_WATCHTOWER", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202765, + "Type" : "HW2Leader", + "Identity" : "2bbe175c7de444a3a9dc92571626bfa2" + }, + "ForegroundImage" : { + "Id" : 337574, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:01:02Z", + "ModifiedUtc" : "2017-02-09T10:21:48Z", + "PublishedUtc" : "2017-02-09T10:21:48Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_vision-tower-2d3713fc8bf14c84b1a51033a9133c39.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_vision-tower-2d3713fc8bf14c84b1a51033a9133c39.jpg" + }, + "Image" : { + "Width" : 1394, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_vision-tower-2d3713fc8bf14c84b1a51033a9133c39", + "Identity" : "3e52dbba11244bcbbf1a63e7abc8e4ff" + } + }, + "DisplayInfo" : { + "Id" : 335892, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:43:09Z", + "ModifiedUtc" : "2017-02-03T19:37:26Z", + "PublishedUtc" : "2017-02-09T10:21:47Z", + "Container" : -1 + }, + "Identity" : "7671e7ad105a49b3af7e6c21a3929d60", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Watchtower Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Watchtower", + "Description" : "Place a tower with %1 and a long sight range", + "SubtypeDescription" : "DEPLOY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 60, + "PlayType" : "Power", + "Keywords" : [{ + "Id" : 337076, + "Type" : "HW2CardKeyword", + "Identity" : "bcaa72c0998640e48e663aa57b8e5998", + "Autoroute" : "hw2/CardKeywords/Detect" + } + ] + }, + "Autoroute" : "hw2/card/1c79f000a22d4b82b51d9b8525397096" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202192" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202205, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:40:10Z", + "ModifiedUtc" : "2017-02-03T18:08:49Z", + "PublishedUtc" : "2017-02-09T10:23:59Z", + "Container" : -1 + }, + "Identity" : "cdb726523d6441d9a00c4ef280c08927", + "Title" : "POWER_ANDERS_ADVOPTICS", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202765, + "Type" : "HW2Leader", + "Identity" : "2bbe175c7de444a3a9dc92571626bfa2" + }, + "ForegroundImage" : { + "Id" : 337682, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T21:46:36Z", + "ModifiedUtc" : "2017-02-09T10:22:31Z", + "PublishedUtc" : "2017-02-09T10:22:31Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_targeting_-sentinel-77b74b2b65be4d1492eaf7d08d622461.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_targeting_-sentinel-77b74b2b65be4d1492eaf7d08d622461.jpg" + }, + "Image" : { + "Width" : 1400, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_targeting_-sentinel-77b74b2b65be4d1492eaf7d08d622461", + "Identity" : "c5696b299536480fa4337b8dcf2e0dc0" + } + }, + "DisplayInfo" : { + "Id" : 335386, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:43:06Z", + "ModifiedUtc" : "2017-02-03T19:35:49Z", + "PublishedUtc" : "2017-02-09T10:22:30Z", + "Container" : -1 + }, + "Identity" : "92b327f1aad94e01ac98667c05678052", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Advanced Optics Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Advanced Optics", + "Description" : "Increase target units' line of sight and weapon range", + "SubtypeDescription" : "BUFF", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 50, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/cdb726523d6441d9a00c4ef280c08927" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202205" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202249, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:31:31Z", + "ModifiedUtc" : "2017-02-03T18:08:47Z", + "PublishedUtc" : "2017-02-09T10:23:59Z", + "Container" : -1 + }, + "Identity" : "8728b59995f340cbad4c4572cfe85aad", + "Title" : "UNIT_UNSC_SENTINEL_AGGRESSOR", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202765, + "Type" : "HW2Leader", + "Identity" : "2bbe175c7de444a3a9dc92571626bfa2" + }, + "ForegroundImage" : { + "Id" : 337621, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T21:25:19Z", + "ModifiedUtc" : "2017-02-09T10:22:08Z", + "PublishedUtc" : "2017-02-09T10:22:09Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_sentinel-8eadfdb2d80e4376a17648d2f1425fa2.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_sentinel-8eadfdb2d80e4376a17648d2f1425fa2.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_sentinel-8eadfdb2d80e4376a17648d2f1425fa2", + "Identity" : "4618cbfd04d0402ba229c3d7077f29da" + } + }, + "DisplayInfo" : { + "Id" : 335257, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:41:42Z", + "ModifiedUtc" : "2017-02-03T19:35:26Z", + "PublishedUtc" : "2017-02-03T19:35:26Z", + "Container" : -1 + }, + "Identity" : "1cded320e46240b2a2e46e0ef8004d03", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Aggressor Sentinel Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Aggressor Sentinel", + "Description" : "", + "SubtypeDescription" : "LIGHT AIR", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335492, + "Type" : "HW2Object", + "Identity" : "2dc3b95041724a039a7c38efdef3350c", + "Autoroute" : "hw2/objects/neutralfor_rm_sentinel_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 30, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/8728b59995f340cbad4c4572cfe85aad" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202249" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202450, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:42Z", + "ModifiedUtc" : "2017-02-03T18:08:43Z", + "PublishedUtc" : "2017-02-09T10:23:59Z", + "Container" : -1 + }, + "Identity" : "214beadd338149d2a11eaa30a6872568", + "Title" : "SA_UNIT_UNSC_MARINES_GUARD", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202765, + "Type" : "HW2Leader", + "Identity" : "2bbe175c7de444a3a9dc92571626bfa2" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337544, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:53:10Z", + "ModifiedUtc" : "2017-02-09T10:21:35Z", + "PublishedUtc" : "2017-02-09T10:21:35Z", + "Container" : -1 + }, + "Identity" : "f8355a91b4124d4c8df8010b1d5c17b8", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Armored Marines Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Armored Marines", + "Description" : "", + "SubtypeDescription" : "CORE INFANTRY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336524, + "Type" : "HW2Object", + "Identity" : "442905570e31478ca40429cb021902c6", + "Autoroute" : "hw2/objects/unsc_inf_rm_marineguard_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 90, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337113, + "Type" : "HW2CardKeyword", + "Identity" : "9c49dc33a86d44b3b235faf48e85158e", + "Autoroute" : "hw2/CardKeywords/Guard" + } + ] + }, + "Autoroute" : "hw2/cards/214beadd-3381-49d2-a11e-aa30a6872568" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202450" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202444, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:32Z", + "ModifiedUtc" : "2017-02-03T18:08:43Z", + "PublishedUtc" : "2017-02-09T10:23:57Z", + "Container" : -1 + }, + "Identity" : "60b3db95cf5840cfbf099dddc7e6a5c0", + "Title" : "SA_UNIT_UNSC_SENTINEL_AGGRESSOR", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202765, + "Type" : "HW2Leader", + "Identity" : "2bbe175c7de444a3a9dc92571626bfa2" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337466, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:56:34Z", + "ModifiedUtc" : "2017-02-09T10:21:02Z", + "PublishedUtc" : "2017-02-09T10:21:02Z", + "Container" : -1 + }, + "Identity" : "9e51f5aef8ef4bd99bda4ce97c5317a6", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Aggressor Sentinel Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Aggressor Sentinel", + "Description" : "", + "SubtypeDescription" : "LIGHT AIR", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335492, + "Type" : "HW2Object", + "Identity" : "2dc3b95041724a039a7c38efdef3350c", + "Autoroute" : "hw2/objects/neutralfor_rm_sentinel_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 30, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/cards/60b3db95-cf58-40cf-bf09-9dddc7e6a5c0" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202444" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202445, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:39Z", + "ModifiedUtc" : "2017-02-03T18:08:44Z", + "PublishedUtc" : "2017-02-09T10:23:57Z", + "Container" : -1 + }, + "Identity" : "04b1b4f19dd24b07ad632bb94c8f3ed0", + "Title" : "SA_UNIT_UNSC_SENTINEL_PROTECTOR", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202765, + "Type" : "HW2Leader", + "Identity" : "2bbe175c7de444a3a9dc92571626bfa2" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337521, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:56:41Z", + "ModifiedUtc" : "2017-02-09T10:21:26Z", + "PublishedUtc" : "2017-02-09T10:21:26Z", + "Container" : -1 + }, + "Identity" : "60fa126c582b4d2bb6030c56c1d6f665", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Protector Sentinel Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Protector Sentinel", + "Description" : "", + "SubtypeDescription" : "CORE AIR", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336917, + "Type" : "HW2Object", + "Identity" : "2cecdef0827b444b9a162ca821430b17", + "Autoroute" : "hw2/objects/neutralfor_rm_sentineltier2_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 80, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/cards/04b1b4f1-9dd2-4b07-ad63-2bb94c8f3ed0" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202445" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202189, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:57:07Z", + "ModifiedUtc" : "2017-02-03T18:09:19Z", + "PublishedUtc" : "2017-02-09T10:23:56Z", + "Container" : -1 + }, + "Identity" : "f1553bf847344d348629e84ebde1323c", + "Title" : "POWER_SHIPM_CLOAK", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202627, + "Type" : "HW2Leader", + "Identity" : "6e34c31844ae45a3b5ccc178f3a5e63f" + }, + "ForegroundImage" : { + "Id" : 337678, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:27:03Z", + "ModifiedUtc" : "2017-02-09T10:22:28Z", + "PublishedUtc" : "2017-02-09T10:22:29Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_cloak-units-211cd1f6285846da88e8690697eeb951.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_cloak-units-211cd1f6285846da88e8690697eeb951.jpg" + }, + "Image" : { + "Width" : 1229, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_cloak-units-211cd1f6285846da88e8690697eeb951", + "Identity" : "a368033d3355471d97f2a0b2ab59bd3a" + } + }, + "DisplayInfo" : { + "Id" : 334915, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:54:27Z", + "ModifiedUtc" : "2017-02-03T19:34:25Z", + "PublishedUtc" : "2017-02-09T10:22:28Z", + "Container" : -1 + }, + "Identity" : "be8d98aff1bc4ace9edf9bf20eea1faf", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Cloaking Field Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Cloaking Field", + "Description" : "%1 target friendly units", + "SubtypeDescription" : "BUFF", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 100, + "PlayType" : "Power", + "Keywords" : [{ + "Id" : 337064, + "Type" : "HW2CardKeyword", + "Identity" : "e38d6894da254acd976c04bc915b22e1", + "Autoroute" : "hw2/CardKeywords/Cloak" + } + ] + }, + "Autoroute" : "hw2/card/f1553bf847344d348629e84ebde1323c" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202189" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202206, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:38Z", + "ModifiedUtc" : "2017-02-03T18:08:49Z", + "PublishedUtc" : "2017-02-09T10:23:55Z", + "Container" : -1 + }, + "Identity" : "b9b7910f79ba4c2a89b4f6387594ef76", + "Title" : "SA_UNIT_BNSH_HERO_HONORGUARD", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "Banished", + "Leader" : { + "Id" : 202627, + "Type" : "HW2Leader", + "Identity" : "6e34c31844ae45a3b5ccc178f3a5e63f" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337584, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:58:08Z", + "ModifiedUtc" : "2017-02-09T10:21:53Z", + "PublishedUtc" : "2017-02-09T10:21:53Z", + "Container" : -1 + }, + "Identity" : "2ce17a9eb3fa4e7fb094dedcabbc111c", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Honor Guard Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Honor Guard", + "Description" : "", + "SubtypeDescription" : "HERO", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336372, + "Type" : "HW2Object", + "Identity" : "8e461ecf07464a2c8c2e4502806fb1e4", + "Autoroute" : "hw2/objects/cov_inf_rm_elitecommando_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 160, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 337064, + "Type" : "HW2CardKeyword", + "Identity" : "e38d6894da254acd976c04bc915b22e1", + "Autoroute" : "hw2/CardKeywords/Cloak" + } + ] + }, + "Autoroute" : "hw2/card/b9b7910f79ba4c2a89b4f6387594ef76" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202206" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201964, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:40:48Z", + "ModifiedUtc" : "2017-02-03T18:09:23Z", + "PublishedUtc" : "2017-02-09T10:23:54Z", + "Container" : -1 + }, + "Identity" : "f676c5c7c3d746aca808b5c86249227e", + "Title" : "UNIT_BNSH_GHOST", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202627, + "Type" : "HW2Leader", + "Identity" : "6e34c31844ae45a3b5ccc178f3a5e63f" + }, + "ForegroundImage" : { + "Id" : 337602, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T21:27:11Z", + "ModifiedUtc" : "2017-02-09T10:22:00Z", + "PublishedUtc" : "2017-02-09T10:22:01Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_ghost_energy_shield-9eb304362708438ea2f5ef7af309f65d.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_ghost_energy_shield-9eb304362708438ea2f5ef7af309f65d.jpg" + }, + "Image" : { + "Width" : 1389, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_ghost_energy_shield-9eb304362708438ea2f5ef7af309f65d", + "Identity" : "8cfed50f538b4a24b6a7282bb84a0f13" + } + }, + "DisplayInfo" : { + "Id" : 335702, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:20Z", + "ModifiedUtc" : "2017-02-03T19:36:52Z", + "PublishedUtc" : "2017-02-09T10:22:00Z", + "Container" : -1 + }, + "Identity" : "7db9e877ccbb4fa6a38787877468e174", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Ghost Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Ghost", + "Description" : "", + "SubtypeDescription" : "SCOUT", + "SpecialAbilityName" : "Ram", + "SpecialAbilityDescription" : "Charges through enemies, causing damage." + } + } + }, + "GameObject" : { + "Id" : 335944, + "Type" : "HW2Object", + "Identity" : "05e4304a125d4334ab3ec7e927aa2308", + "Autoroute" : "hw2/objects/cov_veh_rm_ghost_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 30, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + } + ] + }, + "Autoroute" : "hw2/card/f676c5c7c3d746aca808b5c86249227e" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201964" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201965, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:44:34Z", + "ModifiedUtc" : "2017-02-03T18:09:23Z", + "PublishedUtc" : "2017-02-09T10:23:54Z", + "Container" : -1 + }, + "Identity" : "f61bfc51fa6947a8aea9866d2ff61d0b", + "Title" : "UNIT_BNSH_BANSHEE_BLAST", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202627, + "Type" : "HW2Leader", + "Identity" : "6e34c31844ae45a3b5ccc178f3a5e63f" + }, + "ForegroundImage" : { + "Id" : 337681, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:42:33Z", + "ModifiedUtc" : "2017-02-09T10:22:30Z", + "PublishedUtc" : "2017-02-09T10:22:30Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_banshee-blast-ddcfe13c85364e7e9d1e2a78e140e200.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_banshee-blast-ddcfe13c85364e7e9d1e2a78e140e200.jpg" + }, + "Image" : { + "Width" : 1398, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_banshee-blast-ddcfe13c85364e7e9d1e2a78e140e200", + "Identity" : "7df0ee91c015479ebf9994a440b1e51b" + } + }, + "DisplayInfo" : { + "Id" : 334924, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:46Z", + "ModifiedUtc" : "2017-02-03T19:34:27Z", + "PublishedUtc" : "2017-02-03T19:34:27Z", + "Container" : -1 + }, + "Identity" : "a956a1883f1842ff9c2ae8f680a2bf63", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Unstable Banshee Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Unstable Banshee", + "Description" : "", + "SubtypeDescription" : "CORE AIR", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337185, + "Type" : "HW2Object", + "Identity" : "597d13d9b2b14ee39308c70d9ac22098", + "Autoroute" : "hw2/objects/cov_air_rm_banshee_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 130, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337097, + "Type" : "HW2CardKeyword", + "Identity" : "bc4ef885e034441f94efe6f99d447bf9", + "Autoroute" : "hw2/CardKeywords/Blast" + } + ] + }, + "Autoroute" : "hw2/card/f61bfc51fa6947a8aea9866d2ff61d0b" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201965" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202555, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:45Z", + "ModifiedUtc" : "2017-02-03T18:08:43Z", + "PublishedUtc" : "2017-02-09T10:23:54Z", + "Container" : -1 + }, + "Identity" : "813bac63e1f746d5a2c9b321bb4e8805", + "Title" : "SA_UNIT_BNSH_MARAUDER_CLOAK", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "Banished", + "Leader" : { + "Id" : 202627, + "Type" : "HW2Leader", + "Identity" : "6e34c31844ae45a3b5ccc178f3a5e63f" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337465, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:58:56Z", + "ModifiedUtc" : "2017-02-09T10:21:02Z", + "PublishedUtc" : "2017-02-09T10:21:02Z", + "Container" : -1 + }, + "Identity" : "b36d95c5b94d4f38b073b953e3c75372", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Prowling Marauder Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Prowling Marauder", + "Description" : "", + "SubtypeDescription" : "CORE VEHICLE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335639, + "Type" : "HW2Object", + "Identity" : "b88953a61096489f950e80e4063ea909", + "Autoroute" : "hw2/objects/cov_veh_rm_prowler_03" + }, + "LastStandNumber" : null, + "EnergyCost" : 110, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337064, + "Type" : "HW2CardKeyword", + "Identity" : "e38d6894da254acd976c04bc915b22e1", + "Autoroute" : "hw2/CardKeywords/Cloak" + } + ] + }, + "Autoroute" : "hw2/cards/813bac63-e1f7-46d5-a2c9-b321bb4e8805" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202555" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202221, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:56:57Z", + "ModifiedUtc" : "2017-02-03T18:08:49Z", + "PublishedUtc" : "2017-02-09T10:23:53Z", + "Container" : -1 + }, + "Identity" : "60b64c0692064ceda14f49ce0177a5ab", + "Title" : "POWER_SHIPM_TELEPORT", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202627, + "Type" : "HW2Leader", + "Identity" : "6e34c31844ae45a3b5ccc178f3a5e63f" + }, + "ForegroundImage" : { + "Id" : 337667, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:01:01Z", + "ModifiedUtc" : "2017-02-09T10:22:25Z", + "PublishedUtc" : "2017-02-09T10:22:26Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_teleport-b6e92fa1bb4a422cb71d3c1aed1f22a0.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_teleport-b6e92fa1bb4a422cb71d3c1aed1f22a0.jpg" + }, + "Image" : { + "Width" : 1390, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_teleport-b6e92fa1bb4a422cb71d3c1aed1f22a0", + "Identity" : "5b794471992b4da788dd8014b80385d3" + } + }, + "DisplayInfo" : { + "Id" : 335432, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:54:19Z", + "ModifiedUtc" : "2017-02-03T19:35:59Z", + "PublishedUtc" : "2017-02-09T10:22:25Z", + "Container" : -1 + }, + "Identity" : "dde70491c420480699a50832275afa3b", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Teleport Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Teleport", + "Description" : "Select any group of units and move them to target location", + "SubtypeDescription" : "UTILITY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 60, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/60b64c0692064ceda14f49ce0177a5ab" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202221" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202376, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:53:04Z", + "ModifiedUtc" : "2017-02-03T18:08:46Z", + "PublishedUtc" : "2017-02-09T10:23:53Z", + "Container" : -1 + }, + "Identity" : "ccbd8a3a9424479a94817761687bed25", + "Title" : "POWER_SHIPM_SPIRITGUNSHIP", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202627, + "Type" : "HW2Leader", + "Identity" : "6e34c31844ae45a3b5ccc178f3a5e63f" + }, + "ForegroundImage" : { + "Id" : 337608, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T23:02:49Z", + "ModifiedUtc" : "2017-02-09T10:22:02Z", + "PublishedUtc" : "2017-02-09T10:22:03Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_spirit-gunship-assault-2a1a30afc13942b7baf014135aebeebd.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_spirit-gunship-assault-2a1a30afc13942b7baf014135aebeebd.jpg" + }, + "Image" : { + "Width" : 1398, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_spirit-gunship-assault-2a1a30afc13942b7baf014135aebeebd", + "Identity" : "1f4cb917433f417cb23715de4e92d705" + } + }, + "DisplayInfo" : { + "Id" : 335389, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:54:20Z", + "ModifiedUtc" : "2017-02-03T19:35:49Z", + "PublishedUtc" : "2017-02-09T10:22:02Z", + "Container" : -1 + }, + "Identity" : "364d3462ddc74ae7a5628c19cc258684", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Spirit Assault Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Spirit Assault", + "Description" : "Call in an armed Spirit Transport to drop off Banished units", + "SubtypeDescription" : "DEPLOY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 180, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/ccbd8a3a9424479a94817761687bed25" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202376" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202219, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:40Z", + "ModifiedUtc" : "2017-02-03T18:08:49Z", + "PublishedUtc" : "2017-02-09T10:23:52Z", + "Container" : -1 + }, + "Identity" : "6179d531936f4385aa45e64c98982815", + "Title" : "SA_UNIT_BNSH_GHOST", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "Banished", + "Leader" : { + "Id" : 202627, + "Type" : "HW2Leader", + "Identity" : "6e34c31844ae45a3b5ccc178f3a5e63f" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337565, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:58:32Z", + "ModifiedUtc" : "2017-02-09T10:21:44Z", + "PublishedUtc" : "2017-02-09T10:21:44Z", + "Container" : -1 + }, + "Identity" : "02ea130a4da7499ea34ddad36d3094f6", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Ghost Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Ghost", + "Description" : "", + "SubtypeDescription" : "SCOUT", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335944, + "Type" : "HW2Object", + "Identity" : "05e4304a125d4334ab3ec7e927aa2308", + "Autoroute" : "hw2/objects/cov_veh_rm_ghost_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 50, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + } + ] + }, + "Autoroute" : "hw2/cards/6179d531-936f-4385-aa45-e64c98982815" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202219" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201971, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:52:07Z", + "ModifiedUtc" : "2017-02-03T18:09:22Z", + "PublishedUtc" : "2017-02-09T10:23:51Z", + "Container" : -1 + }, + "Identity" : "c85ab1fe6bea4cd2897abea50e33b08e", + "Title" : "POWER_SHIPM_BEAM", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202627, + "Type" : "HW2Leader", + "Identity" : "6e34c31844ae45a3b5ccc178f3a5e63f" + }, + "ForegroundImage" : { + "Id" : 337553, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:27:03Z", + "ModifiedUtc" : "2017-02-09T10:21:39Z", + "PublishedUtc" : "2017-02-09T10:21:39Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_layout_clearnsing-beam-f7dda4a5937d454189490c15135ab2d6.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_layout_clearnsing-beam-f7dda4a5937d454189490c15135ab2d6.jpg" + }, + "Image" : { + "Width" : 1393, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_layout_clearnsing-beam-f7dda4a5937d454189490c15135ab2d6", + "Identity" : "faae008f682f4c69927f8dca331e648e" + } + }, + "DisplayInfo" : { + "Id" : 335138, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:54:17Z", + "ModifiedUtc" : "2017-02-03T19:35:06Z", + "PublishedUtc" : "2017-02-09T10:21:39Z", + "Container" : -1 + }, + "Identity" : "410fff961f224e15a49a0d2f954dc677", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Glassing Beam Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Glassing Beam", + "Description" : "Unleash and direct a damaging plasma beam", + "SubtypeDescription" : "DAMAGE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 110, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/c85ab1fe6bea4cd2897abea50e33b08e" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201971" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202033, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:46:37Z", + "ModifiedUtc" : "2017-02-03T18:09:20Z", + "PublishedUtc" : "2017-02-09T10:23:50Z", + "Container" : -1 + }, + "Identity" : "01c6452be9474ff7b6d6c00dc81236f9", + "Title" : "UNIT_BNSH_MARAUDER_CLOAK", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202627, + "Type" : "HW2Leader", + "Identity" : "6e34c31844ae45a3b5ccc178f3a5e63f" + }, + "ForegroundImage" : { + "Id" : 337505, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:42:31Z", + "ModifiedUtc" : "2017-02-09T10:21:19Z", + "PublishedUtc" : "2017-02-09T10:21:23Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_layout_marauder-cloak-555c81af2ada45f785990a8ee14207bb.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_layout_marauder-cloak-555c81af2ada45f785990a8ee14207bb.jpg" + }, + "Image" : { + "Width" : 1390, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_layout_marauder-cloak-555c81af2ada45f785990a8ee14207bb", + "Identity" : "b0b9ad18648e41f5a615413b56a7e62b" + } + }, + "DisplayInfo" : { + "Id" : 335921, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:28Z", + "ModifiedUtc" : "2017-02-03T19:37:33Z", + "PublishedUtc" : "2017-02-03T19:37:33Z", + "Container" : -1 + }, + "Identity" : "bcc211f562c641ed9ce89d5fcf2e0969", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Prowling Marauder Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Prowling Marauder", + "Description" : "", + "SubtypeDescription" : "CORE VEHICLE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335639, + "Type" : "HW2Object", + "Identity" : "b88953a61096489f950e80e4063ea909", + "Autoroute" : "hw2/objects/cov_veh_rm_prowler_03" + }, + "LastStandNumber" : null, + "EnergyCost" : 120, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337064, + "Type" : "HW2CardKeyword", + "Identity" : "e38d6894da254acd976c04bc915b22e1", + "Autoroute" : "hw2/CardKeywords/Cloak" + } + ] + }, + "Autoroute" : "hw2/card/01c6452be9474ff7b6d6c00dc81236f9" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202033" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202449, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:43:44Z", + "ModifiedUtc" : "2017-02-03T18:08:43Z", + "PublishedUtc" : "2017-02-09T10:23:49Z", + "Container" : -1 + }, + "Identity" : "21ceca0370a749e185155b1dbac7ba2b", + "Title" : "UNIT_BNSH_HERO_HONORGUARD", + "HW2Card" : { + "Rarity" : 4, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202627, + "Type" : "HW2Leader", + "Identity" : "6e34c31844ae45a3b5ccc178f3a5e63f" + }, + "ForegroundImage" : { + "Id" : 337495, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T23:17:23Z", + "ModifiedUtc" : "2017-02-09T10:21:14Z", + "PublishedUtc" : "2017-02-09T10:21:15Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_elite_honour_guard-70f786ac267449ce996fdf4f3f1ced09.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_elite_honour_guard-70f786ac267449ce996fdf4f3f1ced09.jpg" + }, + "Image" : { + "Width" : 1389, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_elite_honour_guard-70f786ac267449ce996fdf4f3f1ced09", + "Identity" : "a7ebdef3f64b4606b4d39ea08048fefc" + } + }, + "DisplayInfo" : { + "Id" : 336371, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:13Z", + "ModifiedUtc" : "2017-02-03T19:39:05Z", + "PublishedUtc" : "2017-02-03T19:39:05Z", + "Container" : -1 + }, + "Identity" : "a3058f1c3b564d9f929385d9408d3348", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Honor Guard Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Honor Guard", + "Description" : "", + "SubtypeDescription" : "HERO", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336372, + "Type" : "HW2Object", + "Identity" : "8e461ecf07464a2c8c2e4502806fb1e4", + "Autoroute" : "hw2/objects/cov_inf_rm_elitecommando_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 190, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 337064, + "Type" : "HW2CardKeyword", + "Identity" : "e38d6894da254acd976c04bc915b22e1", + "Autoroute" : "hw2/CardKeywords/Cloak" + } + ] + }, + "Autoroute" : "hw2/card/21ceca0370a749e185155b1dbac7ba2b" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202449" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202401, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-09-02T16:52:47Z", + "ModifiedUtc" : "2017-02-03T18:08:45Z", + "PublishedUtc" : "2017-02-09T10:23:46Z", + "Container" : -1 + }, + "Identity" : "a8ddc7090a854d0784137069619eaa41", + "Title" : "DLC0_SA_UNIT_UNSC_MARINES_REFLECT", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : { + "Id" : 202926, + "Type" : "Entitlement", + "Identity" : "af42af0faea846a0a3cb2ee291e27e36" + }, + "EntitlementRequired" : true, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 337241, + "Type" : "HW2Leader", + "Identity" : "18615c64b6eb4994b2b03cdf739956bf" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337462, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T10:33:01Z", + "ModifiedUtc" : "2017-02-09T10:21:01Z", + "PublishedUtc" : "2017-02-09T10:21:01Z", + "Container" : -1 + }, + "Identity" : "3b8e6bb8988c4f8684d0b6ada25a7ccd", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Reactive Marines Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Reactive Marines", + "Description" : "Reactive Marines", + "SubtypeDescription" : "Reactive Marines", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336808, + "Type" : "HW2Object", + "Identity" : "c68b0217a8b946e88fb48eb0663d6f41", + "Autoroute" : "hw2/objects/unsc_inf_rm_marinereflect_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 60, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337123, + "Type" : "HW2CardKeyword", + "Identity" : "ccc82e4d8fb345a89af791ed1ec99987", + "Autoroute" : "hw2/CardKeywords/Reflect" + } + ] + }, + "Autoroute" : "hw2/card/a8ddc7090a854d0784137069619eaa41" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202401" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202585, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-09-02T16:52:44Z", + "ModifiedUtc" : "2017-02-03T18:08:42Z", + "PublishedUtc" : "2017-02-09T10:23:46Z", + "Container" : -1 + }, + "Identity" : "501554d7efea460ba6792221bce2ef2c", + "Title" : "DLC0_SA_UNIT_UNSC_FORGEHOG", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : { + "Id" : 202926, + "Type" : "Entitlement", + "Identity" : "af42af0faea846a0a3cb2ee291e27e36" + }, + "EntitlementRequired" : true, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 337241, + "Type" : "HW2Leader", + "Identity" : "18615c64b6eb4994b2b03cdf739956bf" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337648, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T10:33:29Z", + "ModifiedUtc" : "2017-02-09T10:22:18Z", + "PublishedUtc" : "2017-02-09T10:22:18Z", + "Container" : -1 + }, + "Identity" : "daf0eabd738d44869acc51588a7ccf19", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Forge's Warthog Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Forge's Warthog", + "Description" : "Forge's Warthog", + "SubtypeDescription" : "HERO", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336501, + "Type" : "HW2Object", + "Identity" : "6b74aa863e8d4e5aabe6626f24bf666a", + "Autoroute" : "hw2/objects/unsc_veh_rm_forgehog_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 220, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 337156, + "Type" : "HW2CardKeyword", + "Identity" : "75012dddd39b405d8b1406b321de18e9", + "Autoroute" : "hw2/CardKeywords/Rally" + } + ] + }, + "Autoroute" : "hw2/cards/501554d7-efea-460b-a679-2221bce2ef2c" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202585" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202399, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-09-02T16:52:47Z", + "ModifiedUtc" : "2017-02-03T18:08:45Z", + "PublishedUtc" : "2017-02-09T10:23:45Z", + "Container" : -1 + }, + "Identity" : "a9007e4c783c44a3883b3e627400dc75", + "Title" : "DLC0_SA_UNIT_UNSC_GRIZZLY", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : { + "Id" : 202926, + "Type" : "Entitlement", + "Identity" : "af42af0faea846a0a3cb2ee291e27e36" + }, + "EntitlementRequired" : true, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 337241, + "Type" : "HW2Leader", + "Identity" : "18615c64b6eb4994b2b03cdf739956bf" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337589, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T10:33:21Z", + "ModifiedUtc" : "2017-02-09T10:21:54Z", + "PublishedUtc" : "2017-02-09T10:21:54Z", + "Container" : -1 + }, + "Identity" : "6ae884cd7fb04d4299290d3ee17cd5e1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Grizzly Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Grizzly", + "Description" : "", + "SubtypeDescription" : "HEAVY TANK", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336450, + "Type" : "HW2Object", + "Identity" : "c80cdb2b473a4e7bb83edb39b8b90894", + "Autoroute" : "hw2/objects/unsc_veh_rm_grizzly_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 150, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/cards/a9007e4c-783c-44a3-883b-3e627400dc75" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202399" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202538, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-09-02T16:52:01Z", + "ModifiedUtc" : "2017-02-03T18:08:43Z", + "PublishedUtc" : "2017-02-09T10:23:45Z", + "Container" : -1 + }, + "Identity" : "172713fb704a4e06a1016b3880efdb62", + "Title" : "DLC0_SA_UNIT_UNSC_KODIAK_RUSH", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : { + "Id" : 202926, + "Type" : "Entitlement", + "Identity" : "af42af0faea846a0a3cb2ee291e27e36" + }, + "EntitlementRequired" : true, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 337241, + "Type" : "HW2Leader", + "Identity" : "18615c64b6eb4994b2b03cdf739956bf" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337546, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T10:33:09Z", + "ModifiedUtc" : "2017-02-09T10:21:35Z", + "PublishedUtc" : "2017-02-09T10:21:35Z", + "Container" : -1 + }, + "Identity" : "3b7a9372f5fb464daa1a1771f0bcd9c6", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Vanguard Kodiak Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Vanguard Kodiak", + "Description" : "Vanguard Kodiak", + "SubtypeDescription" : "ARTILLERY", + "SpecialAbilityName" : "Deploy", + "SpecialAbilityDescription" : "Converts between siege and mobility attack modes." + } + } + }, + "GameObject" : { + "Id" : 335461, + "Type" : "HW2Object", + "Identity" : "5a37db331ff344e2b17e9275511053a4", + "Autoroute" : "hw2/objects/unsc_veh_rm_foxcannonrush_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 130, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 335113, + "Type" : "HW2CardKeyword", + "Identity" : "4a95208f1b9b45be8f814cb80506f37c", + "Autoroute" : "hw2/CardKeywords/Rush" + } + ] + }, + "Autoroute" : "hw2/cards/172713fb-704a-4e06-a101-6b3880efdb62" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202538" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202213, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-09-02T16:37:41Z", + "ModifiedUtc" : "2017-02-03T18:08:49Z", + "PublishedUtc" : "2017-02-09T10:23:43Z", + "Container" : -1 + }, + "Identity" : "b068079ea4094965878ab23221408bc7", + "Title" : "DLC0_UNIT_UNSC_GRIZZLY", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : { + "Id" : 202926, + "Type" : "Entitlement", + "Identity" : "af42af0faea846a0a3cb2ee291e27e36" + }, + "EntitlementRequired" : true, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 337241, + "Type" : "HW2Leader", + "Identity" : "18615c64b6eb4994b2b03cdf739956bf" + }, + "ForegroundImage" : { + "Id" : 337479, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T23:02:51Z", + "ModifiedUtc" : "2017-02-09T10:21:08Z", + "PublishedUtc" : "2017-02-09T10:21:08Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_grizzly-8330b06f3ed8432c9f4497ed47311f85.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_grizzly-8330b06f3ed8432c9f4497ed47311f85.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_grizzly-8330b06f3ed8432c9f4497ed47311f85", + "Identity" : "f4d4c04d3b8e47e5aff42a2a6d34d67e" + } + }, + "DisplayInfo" : { + "Id" : 337477, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T10:32:20Z", + "ModifiedUtc" : "2017-02-09T10:21:08Z", + "PublishedUtc" : "2017-02-09T10:21:08Z", + "Container" : -1 + }, + "Identity" : "5a73f39a4ee24f8eb9bb5f91bb02d6e8", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Grizzly Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Grizzly", + "Description" : "Grizzly", + "SubtypeDescription" : "HEAVY TANK", + "SpecialAbilityName" : "Missile Barrage", + "SpecialAbilityDescription" : "Fires multiple missiles at medium-range targets." + } + } + }, + "GameObject" : { + "Id" : 336450, + "Type" : "HW2Object", + "Identity" : "c80cdb2b473a4e7bb83edb39b8b90894", + "Autoroute" : "hw2/objects/unsc_veh_rm_grizzly_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 150, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/b068079ea4094965878ab23221408bc7" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202213" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201961, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:37Z", + "ModifiedUtc" : "2017-02-03T18:09:23Z", + "PublishedUtc" : "2017-02-09T10:23:41Z", + "Container" : -1 + }, + "Identity" : "f92f9e56f37f471fa922551fc2fba59a", + "Title" : "SA_UNIT_BNSH_HERO_WARLORD", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "Banished", + "Leader" : { + "Id" : 202760, + "Type" : "HW2Leader", + "Identity" : "dd3713f5850b45ad8acf2d299a8d32b5" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337656, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:57:53Z", + "ModifiedUtc" : "2017-02-09T10:22:21Z", + "PublishedUtc" : "2017-02-09T10:22:21Z", + "Container" : -1 + }, + "Identity" : "5468fb912aab454aba0154a1594259ed", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Warlord Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Warlord", + "Description" : "", + "SubtypeDescription" : "HERO", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337153, + "Type" : "HW2Object", + "Identity" : "ea2164bf7cfa433d9351d45366677daf", + "Autoroute" : "hw2/objects/cov_inf_rm_brutehonour_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 170, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 337154, + "Type" : "HW2CardKeyword", + "Identity" : "7ee865779919453c9631bf90c7fd335f", + "Autoroute" : "hw2/CardKeywords/Siphon" + } + ] + }, + "Autoroute" : "hw2/card/f92f9e56f37f471fa922551fc2fba59a" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201961" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202217, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:44:24Z", + "ModifiedUtc" : "2017-02-03T18:08:49Z", + "PublishedUtc" : "2017-02-09T10:23:40Z", + "Container" : -1 + }, + "Identity" : "63f128b3e7e8412b8a87fce6789c7208", + "Title" : "UNIT_BNSH_MARAUDER_RALLY", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202760, + "Type" : "HW2Leader", + "Identity" : "dd3713f5850b45ad8acf2d299a8d32b5" + }, + "ForegroundImage" : { + "Id" : 337671, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:42:34Z", + "ModifiedUtc" : "2017-02-09T10:22:27Z", + "PublishedUtc" : "2017-02-09T10:22:31Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_layout_marauder-rall-00aa7fc86f6c49f6b1eaa26e2324d069.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_layout_marauder-rall-00aa7fc86f6c49f6b1eaa26e2324d069.jpg" + }, + "Image" : { + "Width" : 1381, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_layout_marauder-rall-00aa7fc86f6c49f6b1eaa26e2324d069", + "Identity" : "331db9fe671f45139b5f3bd54ef46ae1" + } + }, + "DisplayInfo" : { + "Id" : 335743, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:25Z", + "ModifiedUtc" : "2017-02-03T19:36:59Z", + "PublishedUtc" : "2017-02-03T19:36:59Z", + "Container" : -1 + }, + "Identity" : "cc31fcbbdab14169829197f4175c646f", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Marauder Warchief Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Marauder Warchief", + "Description" : "", + "SubtypeDescription" : "CORE VEHICLE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337155, + "Type" : "HW2Object", + "Identity" : "fea13cdc7edc4a63a2ce23d85895b36f", + "Autoroute" : "hw2/objects/cov_veh_rm_prowler_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 110, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337156, + "Type" : "HW2CardKeyword", + "Identity" : "75012dddd39b405d8b1406b321de18e9", + "Autoroute" : "hw2/CardKeywords/Rally" + } + ] + }, + "Autoroute" : "hw2/card/63f128b3e7e8412b8a87fce6789c7208" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202217" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202366, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:51:33Z", + "ModifiedUtc" : "2017-02-03T18:08:47Z", + "PublishedUtc" : "2017-02-09T10:23:40Z", + "Container" : -1 + }, + "Identity" : "e845a83dfeea4658a119d9319fce38c1", + "Title" : "POWER_DECIMUS_VORTEX", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202760, + "Type" : "HW2Leader", + "Identity" : "dd3713f5850b45ad8acf2d299a8d32b5" + }, + "ForegroundImage" : { + "Id" : 337635, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:27:04Z", + "ModifiedUtc" : "2017-02-09T10:22:14Z", + "PublishedUtc" : "2017-02-09T10:22:14Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_vortex-2d76689e0d9e40a4905a350bf33f13fd.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_vortex-2d76689e0d9e40a4905a350bf33f13fd.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_vortex-2d76689e0d9e40a4905a350bf33f13fd", + "Identity" : "eacf8663013340ac81365d45c61d27a9" + } + }, + "DisplayInfo" : { + "Id" : 335767, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:54:29Z", + "ModifiedUtc" : "2017-02-03T19:37:03Z", + "PublishedUtc" : "2017-02-09T10:22:13Z", + "Container" : -1 + }, + "Identity" : "5d351b26e16f4504a09fc747afa118dc", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Vortex Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Vortex", + "Description" : "Open a rift that pulls in nearby enemies for its duration", + "SubtypeDescription" : "UTILITY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 100, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/e845a83dfeea4658a119d9319fce38c1" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202366" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202566, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:43:26Z", + "ModifiedUtc" : "2017-02-03T18:08:43Z", + "PublishedUtc" : "2017-02-09T10:23:40Z", + "Container" : -1 + }, + "Identity" : "74736c0ec75b466bad5a769e67d8dc96", + "Title" : "UNIT_BNSH_HERO_WARLORD", + "HW2Card" : { + "Rarity" : 4, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202760, + "Type" : "HW2Leader", + "Identity" : "dd3713f5850b45ad8acf2d299a8d32b5" + }, + "ForegroundImage" : { + "Id" : 337666, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T23:17:21Z", + "ModifiedUtc" : "2017-02-09T10:22:25Z", + "PublishedUtc" : "2017-02-09T10:22:25Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_brutewarlord-89bf898f312d4fa0a566202a7c7b94dd.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_brutewarlord-89bf898f312d4fa0a566202a7c7b94dd.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_brutewarlord-89bf898f312d4fa0a566202a7c7b94dd", + "Identity" : "2f1b696bec944f718e2ca8eed9d2a3b1" + } + }, + "DisplayInfo" : { + "Id" : 335721, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:08Z", + "ModifiedUtc" : "2017-02-03T19:36:55Z", + "PublishedUtc" : "2017-02-09T10:22:24Z", + "Container" : -1 + }, + "Identity" : "fa762545391246318680b713bc40713c", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Warlord Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Warlord", + "Description" : "", + "SubtypeDescription" : "HERO", + "SpecialAbilityName" : "Gravity Shockwave", + "SpecialAbilityDescription" : "Stuns enemy units and structures with a massive hammer slam." + } + } + }, + "GameObject" : { + "Id" : 337153, + "Type" : "HW2Object", + "Identity" : "ea2164bf7cfa433d9351d45366677daf", + "Autoroute" : "hw2/objects/cov_inf_rm_brutehonour_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 200, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 337154, + "Type" : "HW2CardKeyword", + "Identity" : "7ee865779919453c9631bf90c7fd335f", + "Autoroute" : "hw2/CardKeywords/Siphon" + } + ] + }, + "Autoroute" : "hw2/card/74736c0ec75b466bad5a769e67d8dc96" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202566" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202381, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:35Z", + "ModifiedUtc" : "2017-02-03T18:08:46Z", + "PublishedUtc" : "2017-02-09T10:23:38Z", + "Container" : -1 + }, + "Identity" : "8f8bd0c6831e4c9c96797d17da15fbff", + "Title" : "SA_UNIT_BNSH_GRUNTS_SIPHON", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "Banished", + "Leader" : { + "Id" : 202760, + "Type" : "HW2Leader", + "Identity" : "dd3713f5850b45ad8acf2d299a8d32b5" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337625, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:56:56Z", + "ModifiedUtc" : "2017-02-09T10:22:10Z", + "PublishedUtc" : "2017-02-09T10:22:10Z", + "Container" : -1 + }, + "Identity" : "76647d9a314846cfa841e1247d065785", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Bloodfuel Grunts Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Bloodfuel Grunts", + "Description" : "", + "SubtypeDescription" : "CORE INFANTRY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336516, + "Type" : "HW2Object", + "Identity" : "38fe80ec3b40425fa8072a9d32c0ad00", + "Autoroute" : "hw2/objects/cov_inf_rm_grunt_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 80, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337154, + "Type" : "HW2CardKeyword", + "Identity" : "7ee865779919453c9631bf90c7fd335f", + "Autoroute" : "hw2/CardKeywords/Siphon" + } + ] + }, + "Autoroute" : "hw2/cards/8f8bd0c6-831e-4c9c-9679-7d17da15fbff" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202381" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202027, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:56:46Z", + "ModifiedUtc" : "2017-02-03T18:09:20Z", + "PublishedUtc" : "2017-02-09T10:23:37Z", + "Container" : -1 + }, + "Identity" : "cac1371b811b4281954f9c78cf8a4a4f", + "Title" : "POWER_DECIMUS_HEAL", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202760, + "Type" : "HW2Leader", + "Identity" : "dd3713f5850b45ad8acf2d299a8d32b5" + }, + "ForegroundImage" : { + "Id" : 337607, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:42:37Z", + "ModifiedUtc" : "2017-02-09T10:22:02Z", + "PublishedUtc" : "2017-02-09T10:22:05Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_siphon-pool-fe2485359e05468e9b7a70bdb9905e66.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_siphon-pool-fe2485359e05468e9b7a70bdb9905e66.jpg" + }, + "Image" : { + "Width" : 1396, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_siphon-pool-fe2485359e05468e9b7a70bdb9905e66", + "Identity" : "89f52934fa85465098ed92b1b040dcde" + } + }, + "DisplayInfo" : { + "Id" : 335391, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:54:32Z", + "ModifiedUtc" : "2017-02-03T19:35:50Z", + "PublishedUtc" : "2017-02-09T10:22:02Z", + "Container" : -1 + }, + "Identity" : "542584d84142428ebc66d1be7b2ddacf", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Siphon Field Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Siphon Field", + "Description" : "Heal nearby allies and harm nearby enemies for a short duration", + "SubtypeDescription" : "HEALING", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 120, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/cac1371b811b4281954f9c78cf8a4a4f" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202027" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202015, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:52:45Z", + "ModifiedUtc" : "2017-02-03T18:09:20Z", + "PublishedUtc" : "2017-02-09T10:23:36Z", + "Container" : -1 + }, + "Identity" : "08573ad476724fb7bbdf461bea54b359", + "Title" : "POWER_DECIMUS_FURY", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202760, + "Type" : "HW2Leader", + "Identity" : "dd3713f5850b45ad8acf2d299a8d32b5" + }, + "ForegroundImage" : { + "Id" : 337599, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T23:02:50Z", + "ModifiedUtc" : "2017-02-09T10:21:59Z", + "PublishedUtc" : "2017-02-09T10:21:59Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_boundless_fury-db16083712844715b20f39c5f27df783.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_boundless_fury-db16083712844715b20f39c5f27df783.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_boundless_fury-db16083712844715b20f39c5f27df783", + "Identity" : "3ed3f8286f234a7e96018fc512b7fea6" + } + }, + "DisplayInfo" : { + "Id" : 335337, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:54:26Z", + "ModifiedUtc" : "2017-02-03T19:35:39Z", + "PublishedUtc" : "2017-02-09T10:21:59Z", + "Container" : -1 + }, + "Identity" : "3c97f6e4cafb4b7a9762a66e514e290a", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Boundless Fury Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Boundless Fury", + "Description" : "Enrage all friendly units, boosting their damage and speed", + "SubtypeDescription" : "BUFF", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 150, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/08573ad476724fb7bbdf461bea54b359" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202015" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202365, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:51:51Z", + "ModifiedUtc" : "2017-02-03T18:08:47Z", + "PublishedUtc" : "2017-02-09T10:23:35Z", + "Container" : -1 + }, + "Identity" : "47d9f5fa7fc5455f95e1688165295591", + "Title" : "POWER_DECIMUS_BLASTHAMMER", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202760, + "Type" : "HW2Leader", + "Identity" : "dd3713f5850b45ad8acf2d299a8d32b5" + }, + "ForegroundImage" : { + "Id" : 337598, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T21:53:00Z", + "ModifiedUtc" : "2017-02-09T10:21:59Z", + "PublishedUtc" : "2017-02-09T10:22:00Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_blast-hammer-aabcf2c1574d446cba16c188158e4643.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_blast-hammer-aabcf2c1574d446cba16c188158e4643.jpg" + }, + "Image" : { + "Width" : 1398, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_blast-hammer-aabcf2c1574d446cba16c188158e4643", + "Identity" : "b5d5f4b15f174f48974eb8be50011bc0" + } + }, + "DisplayInfo" : { + "Id" : 335127, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:54:30Z", + "ModifiedUtc" : "2017-02-03T19:35:04Z", + "PublishedUtc" : "2017-02-09T10:21:57Z", + "Container" : -1 + }, + "Identity" : "a1d828d2726e4bee9079f5f92f595bab", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Blast Hammer Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Blast Hammer", + "Description" : "Slam the ground, shove enemies away, and briefly slow them", + "SubtypeDescription" : "DEBUFF", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 60, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/47d9f5fa7fc5455f95e1688165295591" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202365" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202384, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:36Z", + "ModifiedUtc" : "2017-02-03T18:08:46Z", + "PublishedUtc" : "2017-02-09T10:23:34Z", + "Container" : -1 + }, + "Identity" : "3675959b343942b39ff7413b24d8a44b", + "Title" : "SA_UNIT_BNSH_CHOPPER_FEAR", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "Banished", + "Leader" : { + "Id" : 202760, + "Type" : "HW2Leader", + "Identity" : "dd3713f5850b45ad8acf2d299a8d32b5" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337541, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:58:24Z", + "ModifiedUtc" : "2017-02-09T10:21:34Z", + "PublishedUtc" : "2017-02-09T10:21:34Z", + "Container" : -1 + }, + "Identity" : "b97ad7a91dff40bd9a9cde89d17fd200", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Terror Chopper Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Terror Chopper", + "Description" : "", + "SubtypeDescription" : "SCOUT", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336834, + "Type" : "HW2Object", + "Identity" : "9d47a01df96b462e9b544ce2073e952b", + "Autoroute" : "hw2/objects/cov_veh_rm_brutechopper_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 50, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 335749, + "Type" : "HW2CardKeyword", + "Identity" : "6385c301d8824ad6bfbc4e628e1a0b8f", + "Autoroute" : "hw2/CardKeywords/Drain" + } + ] + }, + "Autoroute" : "hw2/cards/3675959b-3439-42b3-9ff7-413b24d8a44b" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202384" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202528, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:46:13Z", + "ModifiedUtc" : "2017-02-03T18:08:43Z", + "PublishedUtc" : "2017-02-09T10:23:33Z", + "Container" : -1 + }, + "Identity" : "4ff89b2f4a654899ad99774b34cd77e4", + "Title" : "UNIT_BNSH_GRUNTS_SIPHON", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202760, + "Type" : "HW2Leader", + "Identity" : "dd3713f5850b45ad8acf2d299a8d32b5" + }, + "ForegroundImage" : { + "Id" : 337469, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T21:23:51Z", + "ModifiedUtc" : "2017-02-09T10:21:04Z", + "PublishedUtc" : "2017-02-09T10:21:04Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_grunt-siphon-5b811c1776fc45f79312fe866d14a90e.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_grunt-siphon-5b811c1776fc45f79312fe866d14a90e.jpg" + }, + "Image" : { + "Width" : 1390, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_grunt-siphon-5b811c1776fc45f79312fe866d14a90e", + "Identity" : "de2f1687d254482db418e4d7f9c1bf80" + } + }, + "DisplayInfo" : { + "Id" : 336325, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:41:49Z", + "ModifiedUtc" : "2017-02-03T19:38:55Z", + "PublishedUtc" : "2017-02-09T10:21:03Z", + "Container" : -1 + }, + "Identity" : "3b2b44dd1fff45ee96338db936bb51c3", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Bloodfuel Grunts Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Bloodfuel Grunts", + "Description" : "", + "SubtypeDescription" : "CORE INFANTRY", + "SpecialAbilityName" : "Shrapnel Mine", + "SpecialAbilityDescription" : "Plants mines which slow and damage enemy units." + } + } + }, + "GameObject" : { + "Id" : 336516, + "Type" : "HW2Object", + "Identity" : "38fe80ec3b40425fa8072a9d32c0ad00", + "Autoroute" : "hw2/objects/cov_inf_rm_grunt_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 30, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337154, + "Type" : "HW2CardKeyword", + "Identity" : "7ee865779919453c9631bf90c7fd335f", + "Autoroute" : "hw2/CardKeywords/Siphon" + } + ] + }, + "Autoroute" : "hw2/card/4ff89b2f4a654899ad99774b34cd77e4" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202528" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202368, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:46:26Z", + "ModifiedUtc" : "2017-02-03T18:08:47Z", + "PublishedUtc" : "2017-02-09T10:23:32Z", + "Container" : -1 + }, + "Identity" : "dba163d8498f48e393679361ff52d44e", + "Title" : "UNIT_BNSH_CHOPPER_FEAR", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : { + "Id" : 202760, + "Type" : "HW2Leader", + "Identity" : "dd3713f5850b45ad8acf2d299a8d32b5" + }, + "ForegroundImage" : { + "Id" : 337458, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:01:01Z", + "ModifiedUtc" : "2017-02-09T10:20:57Z", + "PublishedUtc" : "2017-02-09T10:20:57Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_brute_chopper_fear-4b85132438c6418f820bd441d53761f1.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_brute_chopper_fear-4b85132438c6418f820bd441d53761f1.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_brute_chopper_fear-4b85132438c6418f820bd441d53761f1", + "Identity" : "9904662e3430439884bd2edfb05e4fa6" + } + }, + "DisplayInfo" : { + "Id" : 335173, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:17Z", + "ModifiedUtc" : "2017-02-03T19:35:12Z", + "PublishedUtc" : "2017-02-09T10:20:56Z", + "Container" : -1 + }, + "Identity" : "394c67879a9a403f9e9ccfe464cd11db", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Terror Chopper Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Terror Chopper", + "Description" : "", + "SubtypeDescription" : "SCOUT", + "SpecialAbilityName" : "Ram", + "SpecialAbilityDescription" : "Charges through enemies, causing damage." + } + } + }, + "GameObject" : { + "Id" : 336834, + "Type" : "HW2Object", + "Identity" : "9d47a01df96b462e9b544ce2073e952b", + "Autoroute" : "hw2/objects/cov_veh_rm_brutechopper_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 60, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 335749, + "Type" : "HW2CardKeyword", + "Identity" : "6385c301d8824ad6bfbc4e628e1a0b8f", + "Autoroute" : "hw2/CardKeywords/Drain" + } + ] + }, + "Autoroute" : "hw2/card/dba163d8498f48e393679361ff52d44e" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202368" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201997, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:36:58Z", + "ModifiedUtc" : "2017-02-03T18:09:22Z", + "PublishedUtc" : "2017-02-09T10:23:31Z", + "Container" : -1 + }, + "Identity" : "a5d01695a93541b198f2a781da88b87a", + "Title" : "POWER_ISABEL_MINES_SHRAPNEL", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202764, + "Type" : "HW2Leader", + "Identity" : "60fd548732114f2bb1c295993fb3a55a" + }, + "ForegroundImage" : { + "Id" : 337661, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T21:41:26Z", + "ModifiedUtc" : "2017-02-09T10:22:22Z", + "PublishedUtc" : "2017-02-09T10:22:23Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_shrapnel_mine-9085f941b2364efea68b337b22ff3f55.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_shrapnel_mine-9085f941b2364efea68b337b22ff3f55.jpg" + }, + "Image" : { + "Width" : 1389, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_shrapnel_mine-9085f941b2364efea68b337b22ff3f55", + "Identity" : "79ae2f07b6a64f5bb9a11efa306a3b39" + } + }, + "DisplayInfo" : { + "Id" : 336188, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:43:11Z", + "ModifiedUtc" : "2017-02-03T19:38:30Z", + "PublishedUtc" : "2017-02-09T10:22:22Z", + "Container" : -1 + }, + "Identity" : "f61793fafdd34ea9ade79a5deb7d7534", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Shrapnel Mines Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Shrapnel Mines", + "Description" : "Place mines that explode and slow nearby enemies", + "SubtypeDescription" : "DAMAGE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 40, + "PlayType" : "Power", + "Keywords" : [{ + "Id" : 337064, + "Type" : "HW2CardKeyword", + "Identity" : "e38d6894da254acd976c04bc915b22e1", + "Autoroute" : "hw2/CardKeywords/Cloak" + } + ] + }, + "Autoroute" : "hw2/card/a5d01695a93541b198f2a781da88b87a" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201997" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201983, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:32:44Z", + "ModifiedUtc" : "2017-02-03T18:09:22Z", + "PublishedUtc" : "2017-02-09T10:23:30Z", + "Container" : -1 + }, + "Identity" : "b32ed8075d8d4872bbfb8b7687686fe6", + "Title" : "UNIT_UNSC_WARTHOG_GUARD", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202764, + "Type" : "HW2Leader", + "Identity" : "60fd548732114f2bb1c295993fb3a55a" + }, + "ForegroundImage" : { + "Id" : 337684, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:27:04Z", + "ModifiedUtc" : "2017-02-09T10:22:32Z", + "PublishedUtc" : "2017-02-09T10:22:32Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_warthog_guard-376b57b7e02d4d09a25561e020c977d2.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_warthog_guard-376b57b7e02d4d09a25561e020c977d2.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_warthog_guard-376b57b7e02d4d09a25561e020c977d2", + "Identity" : "169a68fffb3442958b664e6b88b47773" + } + }, + "DisplayInfo" : { + "Id" : 335822, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:11:56Z", + "ModifiedUtc" : "2017-02-03T19:37:13Z", + "PublishedUtc" : "2017-02-09T10:22:34Z", + "Container" : -1 + }, + "Identity" : "3f64250bb03845efab0fa44c6617b6ff", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Armored Warthog Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Armored Warthog", + "Description" : "", + "SubtypeDescription" : "CORE VEHICLE", + "SpecialAbilityName" : "Ram", + "SpecialAbilityDescription" : "Charges through enemies, causing damage." + } + } + }, + "GameObject" : { + "Id" : 337170, + "Type" : "HW2Object", + "Identity" : "f1d8101a6d57479bbaed628e20980840", + "Autoroute" : "hw2/objects/unsc_veh_rm_warthog_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 90, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337113, + "Type" : "HW2CardKeyword", + "Identity" : "9c49dc33a86d44b3b235faf48e85158e", + "Autoroute" : "hw2/CardKeywords/Guard" + } + ] + }, + "Autoroute" : "hw2/card/b32ed8075d8d4872bbfb8b7687686fe6" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201983" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202232, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:37Z", + "ModifiedUtc" : "2017-02-03T18:08:49Z", + "PublishedUtc" : "2017-02-09T10:23:29Z", + "Container" : -1 + }, + "Identity" : "5582a691e30348dda0479b128798ba89", + "Title" : "SA_UNIT_UNSC_WARTHOG_GUARD", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202764, + "Type" : "HW2Leader", + "Identity" : "60fd548732114f2bb1c295993fb3a55a" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337669, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:54:42Z", + "ModifiedUtc" : "2017-02-09T10:22:26Z", + "PublishedUtc" : "2017-02-09T10:22:26Z", + "Container" : -1 + }, + "Identity" : "c8d3c0b78e124d8fa5ffd997c9e14f7a", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Armored Warthog Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Armored Warthog", + "Description" : "", + "SubtypeDescription" : "CORE VEHICLE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337170, + "Type" : "HW2Object", + "Identity" : "f1d8101a6d57479bbaed628e20980840", + "Autoroute" : "hw2/objects/unsc_veh_rm_warthog_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 90, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337113, + "Type" : "HW2CardKeyword", + "Identity" : "9c49dc33a86d44b3b235faf48e85158e", + "Autoroute" : "hw2/CardKeywords/Guard" + } + ] + }, + "Autoroute" : "hw2/cards/5582a691-e303-48dd-a047-9b128798ba89" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202232" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202369, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:39:18Z", + "ModifiedUtc" : "2017-02-03T18:08:47Z", + "PublishedUtc" : "2017-02-09T10:23:29Z", + "Container" : -1 + }, + "Identity" : "de9e9e13c9864d32890cbd36e7e12e21", + "Title" : "POWER_ISABEL_GHOSTMACHINE", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202764, + "Type" : "HW2Leader", + "Identity" : "60fd548732114f2bb1c295993fb3a55a" + }, + "ForegroundImage" : { + "Id" : 337581, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T23:17:20Z", + "ModifiedUtc" : "2017-02-09T10:21:52Z", + "PublishedUtc" : "2017-02-09T10:21:52Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_ghost-in-the-machine-9aa89237f54b47e4856fdc732a6ab4f5.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_ghost-in-the-machine-9aa89237f54b47e4856fdc732a6ab4f5.jpg" + }, + "Image" : { + "Width" : 1236, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_ghost-in-the-machine-9aa89237f54b47e4856fdc732a6ab4f5", + "Identity" : "9739d1293b0b468e820fb87f1f19c4a5" + } + }, + "DisplayInfo" : { + "Id" : 335375, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:43:03Z", + "ModifiedUtc" : "2017-02-03T19:35:47Z", + "PublishedUtc" : "2017-02-09T10:21:53Z", + "Container" : -1 + }, + "Identity" : "c1f3e36ece654615afc406d0fb4b0e62", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Ghost in the Machine Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Ghost in the Machine", + "Description" : "Take momentary control of enemy mechanical units", + "SubtypeDescription" : "UTILITY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 220, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/de9e9e13c9864d32890cbd36e7e12e21" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202369" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202453, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:33Z", + "ModifiedUtc" : "2017-02-03T18:08:43Z", + "PublishedUtc" : "2017-02-09T10:23:29Z", + "Container" : -1 + }, + "Identity" : "02fb64c2f813416180ca1c40452d6eb3", + "Title" : "SA_UNIT_UNSC_SPARTAN_ALICE", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202764, + "Type" : "HW2Leader", + "Identity" : "60fd548732114f2bb1c295993fb3a55a" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337657, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:54:13Z", + "ModifiedUtc" : "2017-02-09T10:22:22Z", + "PublishedUtc" : "2017-02-09T10:22:22Z", + "Container" : -1 + }, + "Identity" : "de2b7c02830d468b88fb38ec8e3075ed", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Alice-130 Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Alice-130", + "Description" : "", + "SubtypeDescription" : "HERO", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336813, + "Type" : "HW2Object", + "Identity" : "da48a8b431ae49a092fc787cf5c0974b", + "Autoroute" : "hw2/objects/unsc_inf_rm_spartan_chaingun_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 180, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 337123, + "Type" : "HW2CardKeyword", + "Identity" : "ccc82e4d8fb345a89af791ed1ec99987", + "Autoroute" : "hw2/CardKeywords/Reflect" + } + ] + }, + "Autoroute" : "hw2/cards/02fb64c2-f813-4161-80ca-1c40452d6eb3" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202453" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202207, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:31Z", + "ModifiedUtc" : "2017-02-03T18:08:49Z", + "PublishedUtc" : "2017-02-09T10:23:28Z", + "Container" : -1 + }, + "Identity" : "cf80cc0f1ac240308ae3f6ba5f6c2c07", + "Title" : "SA_UNIT_UNSC_SCORPION_FEAR", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202764, + "Type" : "HW2Leader", + "Identity" : "60fd548732114f2bb1c295993fb3a55a" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337636, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:55:26Z", + "ModifiedUtc" : "2017-02-09T10:22:15Z", + "PublishedUtc" : "2017-02-09T10:22:15Z", + "Container" : -1 + }, + "Identity" : "6bccc77c720640d2a70071eba6df4033", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Lockdown Scorpion Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Lockdown Scorpion", + "Description" : "", + "SubtypeDescription" : "HEAVY TANK", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335766, + "Type" : "HW2Object", + "Identity" : "5a624f8a97cf437689fc3c1ef853fa49", + "Autoroute" : "hw2/objects/unsc_veh_rm_scorpion_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 140, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 335749, + "Type" : "HW2CardKeyword", + "Identity" : "6385c301d8824ad6bfbc4e628e1a0b8f", + "Autoroute" : "hw2/CardKeywords/Drain" + } + ] + }, + "Autoroute" : "hw2/cards/cf80cc0f-1ac2-4030-8ae3-f6ba5f6c2c07" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202207" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202220, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:38Z", + "ModifiedUtc" : "2017-02-03T18:08:49Z", + "PublishedUtc" : "2017-02-09T10:23:27Z", + "Container" : -1 + }, + "Identity" : "9d0272dc58824fd0a97ad99cc425bc70", + "Title" : "SA_UNIT_UNSC_JACKRABBIT_BLAST", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202764, + "Type" : "HW2Leader", + "Identity" : "60fd548732114f2bb1c295993fb3a55a" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337538, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:55:40Z", + "ModifiedUtc" : "2017-02-09T10:21:33Z", + "PublishedUtc" : "2017-02-09T10:21:33Z", + "Container" : -1 + }, + "Identity" : "ea6551b9c0a04d77bf6e2a5aab3fd4d4", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Wild Jackrabbit Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Wild Jackrabbit", + "Description" : "", + "SubtypeDescription" : "SCOUT", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337096, + "Type" : "HW2Object", + "Identity" : "bf606ec8b0d04bb6ac1ac60ba6bdedc5", + "Autoroute" : "hw2/objects/unsc_veh_rm_mongoose_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 50, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337097, + "Type" : "HW2CardKeyword", + "Identity" : "bc4ef885e034441f94efe6f99d447bf9", + "Autoroute" : "hw2/CardKeywords/Blast" + } + ] + }, + "Autoroute" : "hw2/cards/9d0272dc-5882-4fd0-a97a-d99cc425bc70" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202220" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201981, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:28:43Z", + "ModifiedUtc" : "2017-02-03T18:09:22Z", + "PublishedUtc" : "2017-02-09T10:23:26Z", + "Container" : -1 + }, + "Identity" : "b8439bc5ab354cccb08e080103b4b138", + "Title" : "UNIT_UNSC_SPARTAN_ALICE", + "HW2Card" : { + "Rarity" : 4, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202764, + "Type" : "HW2Leader", + "Identity" : "60fd548732114f2bb1c295993fb3a55a" + }, + "ForegroundImage" : { + "Id" : 337503, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T23:17:23Z", + "ModifiedUtc" : "2017-02-09T10:21:18Z", + "PublishedUtc" : "2017-02-09T10:21:18Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_spartan_alice-cf4c402b4cd6437197489a474dcb6cb4.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_spartan_alice-cf4c402b4cd6437197489a474dcb6cb4.jpg" + }, + "Image" : { + "Width" : 1397, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_spartan_alice-cf4c402b4cd6437197489a474dcb6cb4", + "Identity" : "66f972a459644632aaed7f15d6f48999" + } + }, + "DisplayInfo" : { + "Id" : 336245, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:11:47Z", + "ModifiedUtc" : "2017-02-03T19:38:40Z", + "PublishedUtc" : "2017-02-09T10:21:16Z", + "Container" : -1 + }, + "Identity" : "70c875d3663d447dbff8d19629e5fa6e", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Alice-130 Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Alice-130", + "Description" : "", + "SubtypeDescription" : "HERO", + "SpecialAbilityName" : "Spartan Slam", + "SpecialAbilityDescription" : "Leaps high in the air and slams an enemy, taking control of air or vehicle targets." + } + } + }, + "GameObject" : { + "Id" : 336813, + "Type" : "HW2Object", + "Identity" : "da48a8b431ae49a092fc787cf5c0974b", + "Autoroute" : "hw2/objects/unsc_inf_rm_spartan_chaingun_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 240, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 337123, + "Type" : "HW2CardKeyword", + "Identity" : "ccc82e4d8fb345a89af791ed1ec99987", + "Autoroute" : "hw2/CardKeywords/Reflect" + } + ] + }, + "Autoroute" : "hw2/card/b8439bc5ab354cccb08e080103b4b138" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201981" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202251, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:32:34Z", + "ModifiedUtc" : "2017-02-03T18:08:48Z", + "PublishedUtc" : "2017-02-09T10:23:25Z", + "Container" : -1 + }, + "Identity" : "3ab8618e7b9e46fc950290084fae3798", + "Title" : "UNIT_UNSC_JACKRABBIT_BLAST", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202764, + "Type" : "HW2Leader", + "Identity" : "60fd548732114f2bb1c295993fb3a55a" + }, + "ForegroundImage" : { + "Id" : 337492, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:14:03Z", + "ModifiedUtc" : "2017-02-09T10:21:13Z", + "PublishedUtc" : "2017-02-09T10:21:13Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_jackrabbit_blast-78776e85056f439cbe99c6a6e6af6401.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_jackrabbit_blast-78776e85056f439cbe99c6a6e6af6401.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_jackrabbit_blast-78776e85056f439cbe99c6a6e6af6401", + "Identity" : "3b2d8242314a4c7cb6b81f402bdde3ee" + } + }, + "DisplayInfo" : { + "Id" : 335144, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:12:14Z", + "ModifiedUtc" : "2017-02-03T19:35:07Z", + "PublishedUtc" : "2017-02-03T19:35:07Z", + "Container" : -1 + }, + "Identity" : "f6d60e2f5b7646319d2d2435dbb66686", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Wild Jackrabbit Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Wild Jackrabbit", + "Description" : "", + "SubtypeDescription" : "SCOUT", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337096, + "Type" : "HW2Object", + "Identity" : "bf606ec8b0d04bb6ac1ac60ba6bdedc5", + "Autoroute" : "hw2/objects/unsc_veh_rm_mongoose_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 60, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337097, + "Type" : "HW2CardKeyword", + "Identity" : "bc4ef885e034441f94efe6f99d447bf9", + "Autoroute" : "hw2/CardKeywords/Blast" + } + ] + }, + "Autoroute" : "hw2/card/3ab8618e7b9e46fc950290084fae3798" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202251" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202148, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:40:23Z", + "ModifiedUtc" : "2017-02-03T18:09:20Z", + "PublishedUtc" : "2017-02-09T10:23:23Z", + "Container" : -1 + }, + "Identity" : "34c385cf3bf5477cb0abd7a4ef47754d", + "Title" : "POWER_ISABEL_MACBLAST", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202764, + "Type" : "HW2Leader", + "Identity" : "60fd548732114f2bb1c295993fb3a55a" + }, + "ForegroundImage" : { + "Id" : 337473, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T23:02:51Z", + "ModifiedUtc" : "2017-02-09T10:21:06Z", + "PublishedUtc" : "2017-02-09T10:21:07Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_mac-blast-29dde516cf714651a3952720bdcc062c.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_mac-blast-29dde516cf714651a3952720bdcc062c.jpg" + }, + "Image" : { + "Width" : 1233, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_mac-blast-29dde516cf714651a3952720bdcc062c", + "Identity" : "3d9faa9c5549459db269a04705d16611" + } + }, + "DisplayInfo" : { + "Id" : 335188, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:54Z", + "ModifiedUtc" : "2017-02-03T19:35:15Z", + "PublishedUtc" : "2017-02-09T10:21:04Z", + "Container" : -1 + }, + "Identity" : "90e0ddea78864ee9ae0c9926de0050d9", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "MAC Blast Display Info", + "HW2CardDisplayInfo" : { + "Name" : "MAC Blast", + "Description" : "Launch a high damage slug to blast a target area", + "SubtypeDescription" : "DAMAGE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 160, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/34c385cf3bf5477cb0abd7a4ef47754d" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202148" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202201, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:37:10Z", + "ModifiedUtc" : "2017-02-03T18:09:19Z", + "PublishedUtc" : "2017-02-09T10:23:22Z", + "Container" : -1 + }, + "Identity" : "d7dde226e5c447ad817fcee4f48f6f12", + "Title" : "POWER_ISABEL_HOLODECOY", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202764, + "Type" : "HW2Leader", + "Identity" : "60fd548732114f2bb1c295993fb3a55a" + }, + "ForegroundImage" : { + "Id" : 337457, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T21:28:07Z", + "ModifiedUtc" : "2017-02-09T10:20:57Z", + "PublishedUtc" : "2017-02-09T10:20:57Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_holo_decoy_orange_resized-7477b75d07af4c42ad2552206479b7e4.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_holo_decoy_orange_resized-7477b75d07af4c42ad2552206479b7e4.jpg" + }, + "Image" : { + "Width" : 1234, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_holo_decoy_orange_resized-7477b75d07af4c42ad2552206479b7e4", + "Identity" : "a8cb258c3e014167b6463789db33579a" + } + }, + "DisplayInfo" : { + "Id" : 334946, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:58Z", + "ModifiedUtc" : "2017-02-03T19:34:31Z", + "PublishedUtc" : "2017-02-09T10:20:59Z", + "Container" : -1 + }, + "Identity" : "9f0da56a34e241a1a98d0ac32aec1479", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Holo-Decoy Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Holo-Decoy", + "Description" : "Create up to 6 holograms of friendly units to deceive the enemy", + "SubtypeDescription" : "UTILITY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 30, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/d7dde226e5c447ad817fcee4f48f6f12" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202201" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202392, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:32:22Z", + "ModifiedUtc" : "2017-02-03T18:08:45Z", + "PublishedUtc" : "2017-02-09T10:23:21Z", + "Container" : -1 + }, + "Identity" : "61afb896a0824fcd8f5e153555e48468", + "Title" : "UNIT_UNSC_HELLBRINGERS_BLAST", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader": { + "Id": 202763, + "Type": "HW2Leader", + "Identity": "cee2c115eab04183acc4ed8342d9a84f" + }, + "ForegroundImage" : { + "Id" : 337643, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:14:02Z", + "ModifiedUtc" : "2017-02-09T10:22:17Z", + "PublishedUtc" : "2017-02-09T10:22:17Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_hellbringer_blast-8638b1cf692f4c8792a84a4b75d7077d.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_hellbringer_blast-8638b1cf692f4c8792a84a4b75d7077d.jpg" + }, + "Image" : { + "Width" : 1389, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_hellbringer_blast-8638b1cf692f4c8792a84a4b75d7077d", + "Identity" : "df24090ad4ca46c19dc9069022f49be2" + } + }, + "DisplayInfo" : { + "Id" : 335172, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:11:33Z", + "ModifiedUtc" : "2017-02-03T19:35:12Z", + "PublishedUtc" : "2017-02-03T19:35:12Z", + "Container" : -1 + }, + "Identity" : "39c4a79a88fe451a9140dda8ebb6cc8c", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Wild Hellbringers Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Wild Hellbringers", + "Description" : "", + "SubtypeDescription" : "ANTI-INFANTRY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335441, + "Type" : "HW2Object", + "Identity" : "d0e2d8e3654141088f086ea712368d61", + "Autoroute" : "hw2/objects/unsc_inf_rm_flamemarine_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 60, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337097, + "Type" : "HW2CardKeyword", + "Identity" : "bc4ef885e034441f94efe6f99d447bf9", + "Autoroute" : "hw2/CardKeywords/Blast" + } + ] + }, + "Autoroute" : "hw2/card/61afb896a0824fcd8f5e153555e48468" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202392" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202438, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-06-06T14:37:26Z", + "ModifiedUtc" : "2017-02-03T18:08:44Z", + "PublishedUtc" : "2017-02-09T10:23:21Z", + "Container" : -1 + }, + "Identity" : "277c873902f14acf8091ed44a1dc19d4", + "Title" : "POWER_CUTTER_SPEED", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202763, + "Type" : "HW2Leader", + "Identity" : "cee2c115eab04183acc4ed8342d9a84f" + }, + "ForegroundImage" : { + "Id" : 337507, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:42:40Z", + "ModifiedUtc" : "2017-02-09T10:21:20Z", + "PublishedUtc" : "2017-02-09T10:21:21Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_adrenaline_version_2-391114bfdac24e539b25d7ac9bd35460.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_adrenaline_version_2-391114bfdac24e539b25d7ac9bd35460.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_adrenaline_version_2-391114bfdac24e539b25d7ac9bd35460", + "Identity" : "024e15a06fa04370a70f8ca071deceb3" + } + }, + "DisplayInfo" : { + "Id" : 335857, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:43:05Z", + "ModifiedUtc" : "2017-02-03T19:37:18Z", + "PublishedUtc" : "2017-02-09T10:21:14Z", + "Container" : -1 + }, + "Identity" : "2d0d39a56c144149bbccecdba320c521", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Double Time Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Double Time", + "Description" : "Boost the movement speed of all friendly units on the battlefield", + "SubtypeDescription" : "BUFF", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 130, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/277c873902f14acf8091ed44a1dc19d4" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202438" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202250, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:34Z", + "ModifiedUtc" : "2017-02-03T18:08:48Z", + "PublishedUtc" : "2017-02-09T10:23:20Z", + "Container" : -1 + }, + "Identity" : "3b80401a3bd14c6093366bb3416449a0", + "Title" : "SA_UNIT_UNSC_SPARTAN_JEROME", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202763, + "Type" : "HW2Leader", + "Identity" : "cee2c115eab04183acc4ed8342d9a84f" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337674, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:54:21Z", + "ModifiedUtc" : "2017-02-09T10:22:28Z", + "PublishedUtc" : "2017-02-09T10:22:28Z", + "Container" : -1 + }, + "Identity" : "8f67f6ce4dfc421793412247ea6ec155", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Jerome-092 Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Jerome-092", + "Description" : "", + "SubtypeDescription" : "HERO", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337111, + "Type" : "HW2Object", + "Identity" : "0b9c7e8c1e2e443095d848471253b923", + "Autoroute" : "hw2/objects/unsc_inf_rm_spartan_laser_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 180, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 335113, + "Type" : "HW2CardKeyword", + "Identity" : "4a95208f1b9b45be8f814cb80506f37c", + "Autoroute" : "hw2/CardKeywords/Rush" + } + ] + }, + "Autoroute" : "hw2/cards/3b80401a-3bd1-4c60-9336-6bb3416449a0" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202250" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202537, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:36Z", + "ModifiedUtc" : "2017-02-03T18:08:43Z", + "PublishedUtc" : "2017-02-09T10:23:20Z", + "Container" : -1 + }, + "Identity" : "17266000975444d4a7968479dabd5c54", + "Title" : "SA_UNIT_UNSC_HORNET_LASTSTAND", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202763, + "Type" : "HW2Leader", + "Identity" : "cee2c115eab04183acc4ed8342d9a84f" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337520, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:56:06Z", + "ModifiedUtc" : "2017-02-09T10:21:26Z", + "PublishedUtc" : "2017-02-09T10:21:26Z", + "Container" : -1 + }, + "Identity" : "fda3f85d4c3b4d089f59987c267a829e", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Trooper Hornet Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Trooper Hornet", + "Description" : "", + "SubtypeDescription" : "CORE AIR", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337127, + "Type" : "HW2Object", + "Identity" : "5de21ca04c3f41aabc6b65e48dd9511d", + "Autoroute" : "hw2/objects/unsc_air_rm_hornet_01" + }, + "LastStandNumber" : 3, + "EnergyCost" : 100, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 335967, + "Type" : "HW2CardKeyword", + "Identity" : "eaa5c6532f714df985f586406ef3d6cd", + "Autoroute" : "hw2/CardKeywords/LastStand" + } + ] + }, + "Autoroute" : "hw2/cards/17266000-9754-44d4-a796-8479dabd5c54" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202537" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202000, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-06-06T14:37:39Z", + "ModifiedUtc" : "2017-02-03T18:09:21Z", + "PublishedUtc" : "2017-02-09T10:23:19Z", + "Container" : -1 + }, + "Identity" : "a02a5dc4ba124245bc9504836bf31d80", + "Title" : "POWER_CUTTER_PELICANGUNSHIP", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202763, + "Type" : "HW2Leader", + "Identity" : "cee2c115eab04183acc4ed8342d9a84f" + }, + "ForegroundImage" : { + "Id" : 337642, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T23:02:56Z", + "ModifiedUtc" : "2017-02-09T10:22:17Z", + "PublishedUtc" : "2017-02-09T10:22:17Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_pelican_gunship_sweep-ead0b63b88d84bca88302b702fbcba67.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_pelican_gunship_sweep-ead0b63b88d84bca88302b702fbcba67.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_pelican_gunship_sweep-ead0b63b88d84bca88302b702fbcba67", + "Identity" : "fa4908fdf8f942bbb412ad81d178503e" + } + }, + "DisplayInfo" : { + "Id" : 334937, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:43:01Z", + "ModifiedUtc" : "2017-02-03T19:34:29Z", + "PublishedUtc" : "2017-02-09T10:22:15Z", + "Container" : -1 + }, + "Identity" : "aae470e568564537ac9a6a4ac0f5d45c", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Close Air Support Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Close Air Support", + "Description" : "Encircle target area with Pelican Gunships to deal heavy damage", + "SubtypeDescription" : "DAMAGE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 180, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/a02a5dc4ba124245bc9504836bf31d80" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202000" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202010, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-06-06T14:36:21Z", + "ModifiedUtc" : "2017-02-03T18:09:20Z", + "PublishedUtc" : "2017-02-09T10:23:19Z", + "Container" : -1 + }, + "Identity" : "0e9d83121b33437da2b203790e9d3d0a", + "Title" : "POWER_CUTTER_ODST", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202763, + "Type" : "HW2Leader", + "Identity" : "cee2c115eab04183acc4ed8342d9a84f" + }, + "ForegroundImage" : { + "Id" : 337547, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:14:12Z", + "ModifiedUtc" : "2017-02-09T10:21:35Z", + "PublishedUtc" : "2017-02-09T10:21:36Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_odst_drop-33a7a0a319fb46c895be504e84b450c6.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_odst_drop-33a7a0a319fb46c895be504e84b450c6.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_odst_drop-33a7a0a319fb46c895be504e84b450c6", + "Identity" : "c9d9fca91d234726acbedd441a72a904" + } + }, + "DisplayInfo" : { + "Id" : 335279, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:43:00Z", + "ModifiedUtc" : "2017-02-03T19:35:30Z", + "PublishedUtc" : "2017-02-09T10:21:35Z", + "Container" : -1 + }, + "Identity" : "50d09b5b35844053a33a30be78397013", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "ODST Drop Display Info", + "HW2CardDisplayInfo" : { + "Name" : "ODST Drop", + "Description" : "Aim drop pods that crash to the ground and deploy ODST Infantry", + "SubtypeDescription" : "DEPLOY", + "SpecialAbilityName" : "Demolition Charge", + "SpecialAbilityDescription" : "Throws a timed explosive that is especially effective against structures and garrisons." + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 80, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/0e9d83121b33437da2b203790e9d3d0a" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202010" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202149, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-06-06T14:36:40Z", + "ModifiedUtc" : "2017-02-03T18:09:19Z", + "PublishedUtc" : "2017-02-09T10:23:19Z", + "Container" : -1 + }, + "Identity" : "f3bba3e31e4a405abb7a395e875e840a", + "Title" : "POWER_CUTTER_ARCHER", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202763, + "Type" : "HW2Leader", + "Identity" : "cee2c115eab04183acc4ed8342d9a84f" + }, + "ForegroundImage" : { + "Id" : 337611, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:27:05Z", + "ModifiedUtc" : "2017-02-09T10:22:04Z", + "PublishedUtc" : "2017-02-09T10:22:05Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_bombing-run-276b1cd3169948ff99a2a07cccc50009.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_bombing-run-276b1cd3169948ff99a2a07cccc50009.jpg" + }, + "Image" : { + "Width" : 1391, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_bombing-run-276b1cd3169948ff99a2a07cccc50009", + "Identity" : "2f4304dc8c6842eca9e3e038ec5667aa" + } + }, + "DisplayInfo" : { + "Id" : 334909, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:57Z", + "ModifiedUtc" : "2017-02-03T19:34:24Z", + "PublishedUtc" : "2017-02-09T10:22:01Z", + "Container" : -1 + }, + "Identity" : "bf3f0b2aa7194ce6846e52d87d7506d6", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Archer Missiles Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Archer Missiles", + "Description" : "Fire high damage missiles in a specified direction", + "SubtypeDescription" : "DAMAGE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : {}, + "LastStandNumber" : null, + "EnergyCost" : 100, + "PlayType" : "Power", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/f3bba3e31e4a405abb7a395e875e840a" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202149" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202431, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:40Z", + "ModifiedUtc" : "2017-02-03T18:08:44Z", + "PublishedUtc" : "2017-02-09T10:23:19Z", + "Container" : -1 + }, + "Identity" : "1618dea5d28d4bd9bec8a1b76d106710", + "Title" : "SA_UNIT_UNSC_KODIAK_CLOAK", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202763, + "Type" : "HW2Leader", + "Identity" : "cee2c115eab04183acc4ed8342d9a84f" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337545, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:55:11Z", + "ModifiedUtc" : "2017-02-09T10:21:34Z", + "PublishedUtc" : "2017-02-09T10:21:34Z", + "Container" : -1 + }, + "Identity" : "9e0bdee977a440629f8c7382fb78280d", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Stealth Kodiak Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Stealth Kodiak", + "Description" : "", + "SubtypeDescription" : "ARTILLERY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337062, + "Type" : "HW2Object", + "Identity" : "8aef07b965aa4656afd8f05e20a5b94b", + "Autoroute" : "hw2/objects/unsc_veh_rm_foxcannon_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 110, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337064, + "Type" : "HW2CardKeyword", + "Identity" : "e38d6894da254acd976c04bc915b22e1", + "Autoroute" : "hw2/CardKeywords/Cloak" + } + ] + }, + "Autoroute" : "hw2/cards/1618dea5-d28d-4bd9-bec8-a1b76d106710" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202431" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202248, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:20Z", + "ModifiedUtc" : "2017-02-03T18:08:48Z", + "PublishedUtc" : "2017-02-09T10:23:18Z", + "Container" : -1 + }, + "Identity" : "3c2b9cfe1dd24520846aa753eacc407f", + "Title" : "SA_UNIT_UNSC_HELLBRINGERS_BLAST", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202763, + "Type" : "HW2Leader", + "Identity" : "cee2c115eab04183acc4ed8342d9a84f" + }, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337516, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:53:31Z", + "ModifiedUtc" : "2017-02-09T10:21:24Z", + "PublishedUtc" : "2017-02-09T10:21:24Z", + "Container" : -1 + }, + "Identity" : "96c52ee05e98483384471a9933472de6", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Wild Hellbringers Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Wild Hellbringers", + "Description" : "", + "SubtypeDescription" : "ANTI-INFANTRY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335441, + "Type" : "HW2Object", + "Identity" : "d0e2d8e3654141088f086ea712368d61", + "Autoroute" : "hw2/objects/unsc_inf_rm_flamemarine_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 80, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337097, + "Type" : "HW2CardKeyword", + "Identity" : "bc4ef885e034441f94efe6f99d447bf9", + "Autoroute" : "hw2/CardKeywords/Blast" + } + ] + }, + "Autoroute" : "hw2/cards/3c2b9cfe-1dd2-4520-846a-a753eacc407f" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202248" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202255, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:29:46Z", + "ModifiedUtc" : "2017-02-03T18:08:48Z", + "PublishedUtc" : "2017-02-09T10:23:18Z", + "Container" : -1 + }, + "Identity" : "c230ccdb549540b5ab5c8ed5ae4688a3", + "Title" : "UNIT_UNSC_KODIAK_CLOAK", + "HW2Card" : { + "Rarity" : 3, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202763, + "Type" : "HW2Leader", + "Identity" : "cee2c115eab04183acc4ed8342d9a84f" + }, + "ForegroundImage" : { + "Id" : 337524, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:42:34Z", + "ModifiedUtc" : "2017-02-09T10:21:27Z", + "PublishedUtc" : "2017-02-09T10:21:28Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_layout_kodiak-cloak-b4c1316f18ca4f859cbaa2c92a0edc88.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_layout_kodiak-cloak-b4c1316f18ca4f859cbaa2c92a0edc88.jpg" + }, + "Image" : { + "Width" : 1393, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_layout_kodiak-cloak-b4c1316f18ca4f859cbaa2c92a0edc88", + "Identity" : "81285974ac114ec1941afff0f45da8a5" + } + }, + "DisplayInfo" : { + "Id" : 334904, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:12:05Z", + "ModifiedUtc" : "2017-02-03T19:34:23Z", + "PublishedUtc" : "2017-02-09T10:21:27Z", + "Container" : -1 + }, + "Identity" : "dfe8b520679c4c7b94e61cbda3fc3c9e", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Stealth Kodiak Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Stealth Kodiak", + "Description" : "", + "SubtypeDescription" : "ARTILLERY", + "SpecialAbilityName" : "Deploy", + "SpecialAbilityDescription" : "Converts between siege and mobility attack modes." + } + } + }, + "GameObject" : { + "Id" : 337062, + "Type" : "HW2Object", + "Identity" : "8aef07b965aa4656afd8f05e20a5b94b", + "Autoroute" : "hw2/objects/unsc_veh_rm_foxcannon_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 120, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337064, + "Type" : "HW2CardKeyword", + "Identity" : "e38d6894da254acd976c04bc915b22e1", + "Autoroute" : "hw2/CardKeywords/Cloak" + } + ] + }, + "Autoroute" : "hw2/card/c230ccdb549540b5ab5c8ed5ae4688a3" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202255" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202397, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:28:32Z", + "ModifiedUtc" : "2017-02-03T18:08:45Z", + "PublishedUtc" : "2017-02-09T10:23:18Z", + "Container" : -1 + }, + "Identity" : "aa88d8df5d06407b96d021c65978a4f0", + "Title" : "UNIT_UNSC_SPARTAN_JEROME", + "HW2Card" : { + "Rarity" : 4, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : { + "Id" : 202763, + "Type" : "HW2Leader", + "Identity" : "cee2c115eab04183acc4ed8342d9a84f" + }, + "ForegroundImage" : { + "Id" : 337506, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T23:17:19Z", + "ModifiedUtc" : "2017-02-09T10:21:19Z", + "PublishedUtc" : "2017-02-09T10:21:20Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_spartan_jerome-ca73a6fdc9fc453e83ba2ddc1dc36bef.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_spartan_jerome-ca73a6fdc9fc453e83ba2ddc1dc36bef.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_spartan_jerome-ca73a6fdc9fc453e83ba2ddc1dc36bef", + "Identity" : "0b8bf0ff4f9144eeba926fa6b5e91d75" + } + }, + "DisplayInfo" : { + "Id" : 335996, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:11:49Z", + "ModifiedUtc" : "2017-02-03T19:37:53Z", + "PublishedUtc" : "2017-02-09T10:21:19Z", + "Container" : -1 + }, + "Identity" : "f4a6a048fb6a47cb80a8e80c5183337e", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Jerome-092 Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Jerome-092", + "Description" : "", + "SubtypeDescription" : "HERO", + "SpecialAbilityName" : "Spartan Slam", + "SpecialAbilityDescription" : "Leaps high in the air and slams an enemy, taking control of air or vehicle targets." + } + } + }, + "GameObject" : { + "Id" : 337111, + "Type" : "HW2Object", + "Identity" : "0b9c7e8c1e2e443095d848471253b923", + "Autoroute" : "hw2/objects/unsc_inf_rm_spartan_laser_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 220, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 335113, + "Type" : "HW2CardKeyword", + "Identity" : "4a95208f1b9b45be8f814cb80506f37c", + "Autoroute" : "hw2/CardKeywords/Rush" + } + ] + }, + "Autoroute" : "hw2/card/aa88d8df5d06407b96d021c65978a4f0" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202397" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202030, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:42:47Z", + "ModifiedUtc" : "2017-02-03T18:09:20Z", + "PublishedUtc" : "2017-02-09T10:23:16Z", + "Container" : -1 + }, + "Identity" : "63f7b0cf27784a039d8bfb8e40bbbe31", + "Title" : "UNIT_BNSH_WRAITH", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : {}, + "ForegroundImage" : { + "Id" : 337519, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:42:32Z", + "ModifiedUtc" : "2017-02-09T10:21:26Z", + "PublishedUtc" : "2017-02-09T10:21:26Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_layout_wraith_v02-49dca7e3c36c48ffa610af7460be6fa3.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_layout_wraith_v02-49dca7e3c36c48ffa610af7460be6fa3.jpg" + }, + "Image" : { + "Width" : 1400, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_layout_wraith_v02-49dca7e3c36c48ffa610af7460be6fa3", + "Identity" : "ee0bf45a94e141d4b2a2a94dcddf9baf" + } + }, + "DisplayInfo" : { + "Id" : 336249, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:39Z", + "ModifiedUtc" : "2017-02-03T19:38:41Z", + "PublishedUtc" : "2017-02-03T19:38:41Z", + "Container" : -1 + }, + "Identity" : "ddd22b62e15e48208b303544f1ca93f8", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Wraith Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Wraith", + "Description" : "", + "SubtypeDescription" : "HEAVY TANK", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335406, + "Type" : "HW2Object", + "Identity" : "a897f3d58f2649818b09f917f867b945", + "Autoroute" : "hw2/objects/cov_veh_rm_wraith_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 110, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + } + ] + }, + "Autoroute" : "hw2/card/63f7b0cf27784a039d8bfb8e40bbbe31" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202030" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202197, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:46:47Z", + "ModifiedUtc" : "2017-02-03T18:08:50Z", + "PublishedUtc" : "2017-02-09T10:23:16Z", + "Container" : -1 + }, + "Identity" : "da7a5476709f486cbae3480ccce36c16", + "Title" : "UNIT_BNSH_ENGINEER", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : {}, + "ForegroundImage" : { + "Id" : 337552, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T21:46:36Z", + "ModifiedUtc" : "2017-02-09T10:21:38Z", + "PublishedUtc" : "2017-02-09T10:21:38Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_engineer-63de8b0467a3462aa866b917304dd1e9.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_engineer-63de8b0467a3462aa866b917304dd1e9.jpg" + }, + "Image" : { + "Width" : 1389, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_engineer-63de8b0467a3462aa866b917304dd1e9", + "Identity" : "c715fb45d85649e492fbf6e1cb075069" + } + }, + "DisplayInfo" : { + "Id" : 334959, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:53Z", + "ModifiedUtc" : "2017-02-03T19:34:33Z", + "PublishedUtc" : "2017-02-09T10:21:39Z", + "Container" : -1 + }, + "Identity" : "9378a43cd73a42308a2ba9a326cf91e1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Engineer Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Engineer", + "Description" : "", + "SubtypeDescription" : "SUPPORT", + "SpecialAbilityName" : "Overshield", + "SpecialAbilityDescription" : "Casts a temporary shield to protect nearby allied units." + } + } + }, + "GameObject" : { + "Id" : 337168, + "Type" : "HW2Object", + "Identity" : "fabf0d4ddc6b49bfb45d67ecda043c74", + "Autoroute" : "hw2/objects/cov_inf_rm_engineer_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 50, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 336047, + "Type" : "HW2CardKeyword", + "Identity" : "7e9470ab60e1497ca70fee56f95a2412", + "Autoroute" : "hw2/CardKeywords/Support" + }, { + "Id" : 337076, + "Type" : "HW2CardKeyword", + "Identity" : "bcaa72c0998640e48e663aa57b8e5998", + "Autoroute" : "hw2/CardKeywords/Detect" + } + ] + }, + "Autoroute" : "hw2/card/da7a5476709f486cbae3480ccce36c16" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202197" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202362, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:42:00Z", + "ModifiedUtc" : "2017-02-03T18:08:47Z", + "PublishedUtc" : "2017-02-09T10:23:16Z", + "Container" : -1 + }, + "Identity" : "d140f76b106d4175a91220735e2a6b76", + "Title" : "UNIT_BNSH_HUNTERS", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : {}, + "ForegroundImage" : { + "Id" : 337585, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T21:41:29Z", + "ModifiedUtc" : "2017-02-09T10:21:54Z", + "PublishedUtc" : "2017-02-09T10:21:54Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_hunters-6ddec59fff914bfca552e344bfe88ba5.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_hunters-6ddec59fff914bfca552e344bfe88ba5.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_hunters-6ddec59fff914bfca552e344bfe88ba5", + "Identity" : "470418314ef1484c8e3648a64fd8d4da" + } + }, + "DisplayInfo" : { + "Id" : 334885, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:00Z", + "ModifiedUtc" : "2017-02-03T19:34:19Z", + "PublishedUtc" : "2017-02-03T19:34:19Z", + "Container" : -1 + }, + "Identity" : "cf711cc38e7749a5bc53fc046cd2c853", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Hunters Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Hunters", + "Description" : "", + "SubtypeDescription" : "ANTI-VEHICLE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335311, + "Type" : "HW2Object", + "Identity" : "0f934c9ce1b64cc3bd5602610f3d2cb3", + "Autoroute" : "hw2/objects/cov_inf_rm_hunter_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 40, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/d140f76b106d4175a91220735e2a6b76" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202362" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201966, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:20Z", + "ModifiedUtc" : "2017-02-03T18:09:23Z", + "PublishedUtc" : "2017-02-09T10:23:15Z", + "Container" : -1 + }, + "Identity" : "f2f9fc766e8344b3b0f0e7eb7ef7361b", + "Title" : "SA_UNIT_UNSC_SCORPION", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : {}, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337499, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:55:18Z", + "ModifiedUtc" : "2017-02-09T10:21:16Z", + "PublishedUtc" : "2017-02-09T10:21:16Z", + "Container" : -1 + }, + "Identity" : "5cca4e0a8c5e4c268517634fc83fb5bf", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Scorpion Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Scorpion", + "Description" : "", + "SubtypeDescription" : "HEAVY TANK", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335395, + "Type" : "HW2Object", + "Identity" : "c892af4420fb467da4666d7b99a124ad", + "Autoroute" : "hw2/objects/unsc_veh_rm_scorpion_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 120, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/cards/f2f9fc76-6e83-44b3-b0f0-e7eb7ef7361b" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201966" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202143, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-06-06T14:14:24Z", + "ModifiedUtc" : "2017-02-03T18:09:19Z", + "PublishedUtc" : "2017-02-09T10:23:15Z", + "Container" : -1 + }, + "Identity" : "9f376f7ee0d64c1baf401d0306821319", + "Title" : "UNIT_UNSC_HORNET", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : {}, + "ForegroundImage" : { + "Id" : 337504, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:14:02Z", + "ModifiedUtc" : "2017-02-09T10:21:19Z", + "PublishedUtc" : "2017-02-09T10:21:20Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_hornet-49d42a03bf5a4e3ba40061a6b9f6d8bd.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_hornet-49d42a03bf5a4e3ba40061a6b9f6d8bd.jpg" + }, + "Image" : { + "Width" : 1393, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_hornet-49d42a03bf5a4e3ba40061a6b9f6d8bd", + "Identity" : "976730f9b96447af80999d25b89968f3" + } + }, + "DisplayInfo" : { + "Id" : 335089, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:12:18Z", + "ModifiedUtc" : "2017-02-03T19:34:59Z", + "PublishedUtc" : "2017-02-03T19:34:59Z", + "Container" : -1 + }, + "Identity" : "4fa55c472abe4968a504ecee2f8d29f6", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Hornet Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Hornet", + "Description" : "", + "SubtypeDescription" : "CORE AIR", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337127, + "Type" : "HW2Object", + "Identity" : "5de21ca04c3f41aabc6b65e48dd9511d", + "Autoroute" : "hw2/objects/unsc_air_rm_hornet_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 80, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/9f376f7ee0d64c1baf401d0306821319" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202143" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202227, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:44Z", + "ModifiedUtc" : "2017-02-03T18:08:48Z", + "PublishedUtc" : "2017-02-09T10:23:15Z", + "Container" : -1 + }, + "Identity" : "194b193bd2f243a58c2f18346dde21c1", + "Title" : "SA_UNIT_UNSC_NIGHTINGALE", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : {}, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337523, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:56:13Z", + "ModifiedUtc" : "2017-02-09T10:21:27Z", + "PublishedUtc" : "2017-02-09T10:21:27Z", + "Container" : -1 + }, + "Identity" : "434ec36bd9044dd690314cf845041839", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Nightingale Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Nightingale", + "Description" : "", + "SubtypeDescription" : "SUPPORT", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335478, + "Type" : "HW2Object", + "Identity" : "38e9047497d044eb89179043d1fd4370", + "Autoroute" : "hw2/objects/unsc_air_rm_nightingale_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 70, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/cards/194b193b-d2f2-43a5-8c2f-18346dde21c1" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202227" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202379, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-06-06T14:17:52Z", + "ModifiedUtc" : "2017-02-03T18:08:45Z", + "PublishedUtc" : "2017-02-09T10:23:15Z", + "Container" : -1 + }, + "Identity" : "c124c0e3249643f183b59871a9d70fad", + "Title" : "UNIT_UNSC_MARINES", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : {}, + "ForegroundImage" : { + "Id" : 337533, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T18:03:34Z", + "ModifiedUtc" : "2017-02-09T10:21:30Z", + "PublishedUtc" : "2017-02-09T10:21:30Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_marines-76066827e188495da50a4f6e9d5c3742.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_marines-76066827e188495da50a4f6e9d5c3742.jpg" + }, + "Image" : { + "Width" : 1403, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_marines-76066827e188495da50a4f6e9d5c3742", + "Identity" : "9e9f488d11394343b9882fe6bce1adb3" + } + }, + "DisplayInfo" : { + "Id" : 336121, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-20T17:13:10Z", + "ModifiedUtc" : "2017-02-03T19:38:20Z", + "PublishedUtc" : "2017-02-03T19:38:20Z", + "Container" : -1 + }, + "Identity" : "f3461824371f420b80a9d6cd4f75be2f", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Marines Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Marines", + "Description" : "", + "SubtypeDescription" : "CORE INFANTRY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336122, + "Type" : "HW2Object", + "Identity" : "3187dbd6daf541fc80f96d993ceff74b", + "Autoroute" : "hw2/objects/unsc_inf_rm_marine_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 20, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/c124c0e3249643f183b59871a9d70fad" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202379" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202418, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:43Z", + "ModifiedUtc" : "2017-02-03T18:08:44Z", + "PublishedUtc" : "2017-02-09T10:23:15Z", + "Container" : -1 + }, + "Identity" : "87796d4225cd4ab4a85e03f31324347c", + "Title" : "SA_UNIT_UNSC_HELLBRINGERS", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : {}, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337512, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:53:23Z", + "ModifiedUtc" : "2017-02-09T10:21:23Z", + "PublishedUtc" : "2017-02-09T10:21:23Z", + "Container" : -1 + }, + "Identity" : "1a8b08d44ea24397bf0799ca8ed293fe", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Hellbringers Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Hellbringers", + "Description" : "", + "SubtypeDescription" : "ANTI-INFANTRY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336011, + "Type" : "HW2Object", + "Identity" : "413e4a5746f048b68d8a25e5f9a22ae4", + "Autoroute" : "hw2/objects/unsc_inf_rm_flamemarine_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 20, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/cards/87796d42-25cd-4ab4-a85e-03f31324347c" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202418" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202584, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:42Z", + "ModifiedUtc" : "2017-02-03T18:08:42Z", + "PublishedUtc" : "2017-02-09T10:23:15Z", + "Container" : -1 + }, + "Identity" : "356ca2f22ac04622b35274bfb6839582", + "Title" : "SA_UNIT_BNSH_LOCUST", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "Banished", + "Leader" : {}, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337493, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:59:17Z", + "ModifiedUtc" : "2017-02-09T10:21:14Z", + "PublishedUtc" : "2017-02-09T10:21:14Z", + "Container" : -1 + }, + "Identity" : "90f65a10051c4ac1bfdebd84b0ec96a8", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Locust Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Locust", + "Description" : "", + "SubtypeDescription" : "ANTI-BUILDING", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336020, + "Type" : "HW2Object", + "Identity" : "9372ceb353b148409c8dbf2e504eeab6", + "Autoroute" : "hw2/objects/cov_veh_rm_locust_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 90, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + } + ] + }, + "Autoroute" : "hw2/cards/356ca2f2-2ac0-4622-b352-74bfb6839582" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202584" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201987, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:42Z", + "ModifiedUtc" : "2017-02-03T18:09:22Z", + "PublishedUtc" : "2017-02-09T10:23:14Z", + "Container" : -1 + }, + "Identity" : "b0bea75e1dc946f98cb7e9cf4a470cbe", + "Title" : "SA_UNIT_UNSC_CYCLOPS_REFLECT", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : {}, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337461, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:53:45Z", + "ModifiedUtc" : "2017-02-09T10:21:00Z", + "PublishedUtc" : "2017-02-09T10:21:01Z", + "Container" : -1 + }, + "Identity" : "4bcec34857674841b1ec0c0fde6a1a22", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Reactive Cyclops Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Reactive Cyclops", + "Description" : "", + "SubtypeDescription" : "ANTI-VEHICLE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337174, + "Type" : "HW2Object", + "Identity" : "b52f88cf8c6c4d65b52c58a50f898220", + "Autoroute" : "hw2/objects/unsc_inf_rm_cyclops_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 40, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337123, + "Type" : "HW2CardKeyword", + "Identity" : "ccc82e4d8fb345a89af791ed1ec99987", + "Autoroute" : "hw2/CardKeywords/Reflect" + } + ] + }, + "Autoroute" : "hw2/cards/b0bea75e-1dc9-46f9-8cb7-e9cf4a470cbe" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201987" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201995, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:40Z", + "ModifiedUtc" : "2017-02-03T18:09:21Z", + "PublishedUtc" : "2017-02-09T10:23:14Z", + "Container" : -1 + }, + "Identity" : "a7dc581dbd3b4661966c8636fdb8f1a9", + "Title" : "SA_UNIT_UNSC_KODIAK", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "UNSC", + "Leader" : {}, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337484, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:55:04Z", + "ModifiedUtc" : "2017-02-09T10:21:10Z", + "PublishedUtc" : "2017-02-09T10:21:10Z", + "Container" : -1 + }, + "Identity" : "b978be2645c6426f9c375a227b008922", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Kodiak Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Kodiak", + "Description" : "", + "SubtypeDescription" : "ARTILLERY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335521, + "Type" : "HW2Object", + "Identity" : "14bb3254d52e477da0c1ddced51f6955", + "Autoroute" : "hw2/objects/unsc_veh_rm_foxcannon_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 100, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/cards/a7dc581d-bd3b-4661-966c-8636fdb8f1a9" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201995" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201999, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-06-06T14:27:34Z", + "ModifiedUtc" : "2017-02-03T18:09:22Z", + "PublishedUtc" : "2017-02-09T10:23:14Z", + "Container" : -1 + }, + "Identity" : "a3bfafd1470647c2a50133b0298c3e1f", + "Title" : "UNIT_UNSC_WARTHOG", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "UNSC", + "Leader" : {}, + "ForegroundImage" : { + "Id" : 337480, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:01:04Z", + "ModifiedUtc" : "2017-02-09T10:21:08Z", + "PublishedUtc" : "2017-02-09T10:21:09Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_warthog-2c0fec21907a4c6e84137f1d95a40cfb.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_warthog-2c0fec21907a4c6e84137f1d95a40cfb.jpg" + }, + "Image" : { + "Width" : 1406, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_warthog-2c0fec21907a4c6e84137f1d95a40cfb", + "Identity" : "eef15b9deafb4c76a80442d16c5fdcee" + } + }, + "DisplayInfo" : { + "Id" : 335407, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T14:11:51Z", + "ModifiedUtc" : "2017-02-03T19:35:55Z", + "PublishedUtc" : "2017-02-09T10:21:08Z", + "Container" : -1 + }, + "Identity" : "7032ec8ddfd54aedb29dad064c3fd3e8", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Warthog Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Warthog", + "Description" : "", + "SubtypeDescription" : "CORE VEHICLE", + "SpecialAbilityName" : "Ram", + "SpecialAbilityDescription" : "Charges through enemies, causing damage." + } + } + }, + "GameObject" : { + "Id" : 335408, + "Type" : "HW2Object", + "Identity" : "fbbec3b9d0854f85bbbc95b7bbf60afd", + "Autoroute" : "hw2/objects/unsc_veh_rm_warthog_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 60, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/a3bfafd1470647c2a50133b0298c3e1f" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201999" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202147, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:47:19Z", + "ModifiedUtc" : "2017-02-03T18:09:19Z", + "PublishedUtc" : "2017-02-09T10:23:14Z", + "Container" : -1 + }, + "Identity" : "f6478fc0d63c4e969a1d9053454f2858", + "Title" : "UNIT_BNSH_LOCUST_SIPHON", + "HW2Card" : { + "Rarity" : 2, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : {}, + "ForegroundImage" : { + "Id" : 337456, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T21:53:02Z", + "ModifiedUtc" : "2017-02-09T10:20:56Z", + "PublishedUtc" : "2017-02-09T10:20:56Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_locust-siphon-444a28acf1c249868ebc176ddd9d1bd8.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_locust-siphon-444a28acf1c249868ebc176ddd9d1bd8.jpg" + }, + "Image" : { + "Width" : 1393, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_locust-siphon-444a28acf1c249868ebc176ddd9d1bd8", + "Identity" : "f0b421c0e1ff4990948cb017762738af" + } + }, + "DisplayInfo" : { + "Id" : 335887, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:37Z", + "ModifiedUtc" : "2017-02-03T19:37:26Z", + "PublishedUtc" : "2017-02-03T19:37:26Z", + "Container" : -1 + }, + "Identity" : "1e9ea7a24e3a4f4683d9f52f4fe2f788", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Bloodfuel Locust Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Bloodfuel Locust", + "Description" : "", + "SubtypeDescription" : "ANTI-BUILDING", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 335945, + "Type" : "HW2Object", + "Identity" : "996599835edd483bb39c8b88d7bd52c0", + "Autoroute" : "hw2/objects/cov_veh_rm_locust_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 60, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337112, + "Type" : "HW2CardKeyword", + "Identity" : "e41c2cc5c2e94c578e0c1ab3ff1687f5", + "Autoroute" : "hw2/CardKeywords/Shield" + }, { + "Id" : 337154, + "Type" : "HW2CardKeyword", + "Identity" : "7ee865779919453c9631bf90c7fd335f", + "Autoroute" : "hw2/CardKeywords/Siphon" + } + ] + }, + "Autoroute" : "hw2/card/f6478fc0d63c4e969a1d9053454f2858" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202147" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202364, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:41:38Z", + "ModifiedUtc" : "2017-02-03T18:08:47Z", + "PublishedUtc" : "2017-02-09T10:23:14Z", + "Container" : -1 + }, + "Identity" : "7c41c3e03d324ea7a845d810ebcdc7dd", + "Title" : "UNIT_BNSH_JUMPBRUTE", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : {}, + "ForegroundImage" : { + "Id" : 337487, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T18:00:12Z", + "ModifiedUtc" : "2017-02-09T10:21:11Z", + "PublishedUtc" : "2017-02-09T10:21:12Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_jump_pack_brute-e372b34cf96448c0a398b946f2d69dbb.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_jump_pack_brute-e372b34cf96448c0a398b946f2d69dbb.jpg" + }, + "Image" : { + "Width" : 1392, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_jump_pack_brute-e372b34cf96448c0a398b946f2d69dbb", + "Identity" : "646830e9b2ef4d2eb5af6f3d8f3ca4ff" + } + }, + "DisplayInfo" : { + "Id" : 336490, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:05Z", + "ModifiedUtc" : "2017-02-03T19:39:25Z", + "PublishedUtc" : "2017-02-09T10:21:09Z", + "Container" : -1 + }, + "Identity" : "aca4d1a4f5e841cf822412514b11cba1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Jump Pack Brute Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Jump Pack Brute", + "Description" : "", + "SubtypeDescription" : "ANTI-BUILDING", + "SpecialAbilityName" : "Jump Strike", + "SpecialAbilityDescription" : "Leaps forward and smashes the ground, damaging and stunning nearby enemies." + } + } + }, + "GameObject" : { + "Id" : 336766, + "Type" : "HW2Object", + "Identity" : "c5dafd06e4bf4f908d4879ca3f2cc24e", + "Autoroute" : "hw2/objects/cov_inf_rm_brutejumppack_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 20, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/7c41c3e03d324ea7a845d810ebcdc7dd" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202364" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202433, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:33Z", + "ModifiedUtc" : "2017-02-03T18:08:44Z", + "PublishedUtc" : "2017-02-09T10:23:14Z", + "Container" : -1 + }, + "Identity" : "27ea890b9a1e467caf7223c5a1ef7724", + "Title" : "SA_UNIT_BNSH_BANSHEE_BLAST", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "Banished", + "Leader" : {}, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337472, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T09:59:59Z", + "ModifiedUtc" : "2017-02-09T10:21:05Z", + "PublishedUtc" : "2017-02-09T10:21:05Z", + "Container" : -1 + }, + "Identity" : "b6d5819ab38e4851b78d4e222e85f44b", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Unstable Banshee Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Unstable Banshee", + "Description" : "", + "SubtypeDescription" : "CORE AIR", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 337185, + "Type" : "HW2Object", + "Identity" : "597d13d9b2b14ee39308c70d9ac22098", + "Autoroute" : "hw2/objects/cov_air_rm_banshee_02" + }, + "LastStandNumber" : null, + "EnergyCost" : 140, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 337097, + "Type" : "HW2CardKeyword", + "Identity" : "bc4ef885e034441f94efe6f99d447bf9", + "Autoroute" : "hw2/CardKeywords/Blast" + } + ] + }, + "Autoroute" : "hw2/cards/27ea890b-9a1e-467c-af72-23c5a1ef7724" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202433" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202246, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "gehaugan", + "CreatedUtc" : "2016-06-06T14:42:27Z", + "ModifiedUtc" : "2017-02-03T18:08:48Z", + "PublishedUtc" : "2017-02-09T10:23:13Z", + "Container" : -1 + }, + "Identity" : "3c9d0bdd3fc649aab348a25bc7f05ae5", + "Title" : "UNIT_BNSH_MARAUDER", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : false, + "Faction" : "Banished", + "Leader" : {}, + "ForegroundImage" : { + "Id" : 337471, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-04T22:14:01Z", + "ModifiedUtc" : "2017-02-09T10:21:05Z", + "PublishedUtc" : "2017-02-09T10:21:05Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/cards/foreground/[rm]rostercard_layout_marauder-887c1cf4cedf483bbb8f53aa1103d5d2.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/cards/foreground", + "FileName" : "[rm]rostercard_layout_marauder-887c1cf4cedf483bbb8f53aa1103d5d2.jpg" + }, + "Image" : { + "Width" : 1396, + "Height" : 1000 + }, + "Title" : "[rm]rostercard_layout_marauder-887c1cf4cedf483bbb8f53aa1103d5d2", + "Identity" : "2ab20937b1df4d83bf2ce637b05addce" + } + }, + "DisplayInfo" : { + "Id" : 335163, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2017-01-23T15:42:22Z", + "ModifiedUtc" : "2017-02-03T19:35:11Z", + "PublishedUtc" : "2017-02-03T19:35:11Z", + "Container" : -1 + }, + "Identity" : "5143bb82228b42a98fe7840caa80fe5e", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Marauder Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Marauder", + "Description" : "", + "SubtypeDescription" : "CORE VEHICLE", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336043, + "Type" : "HW2Object", + "Identity" : "b8674e3f62a44d819ca8b7f4d4d90384", + "Autoroute" : "hw2/objects/cov_veh_rm_prowler_01" + }, + "LastStandNumber" : null, + "EnergyCost" : 70, + "PlayType" : "Unit", + "Keywords" : [] + }, + "Autoroute" : "hw2/card/3c9d0bdd3fc649aab348a25bc7f05ae5" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202246" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202434, + "Type" : "HW2Card", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-07-25T08:46:35Z", + "ModifiedUtc" : "2017-02-03T18:08:44Z", + "PublishedUtc" : "2017-02-09T10:23:12Z", + "Container" : -1 + }, + "Identity" : "1caf74aeba2c48708ceceaa756455a2a", + "Title" : "SA_UNIT_BNSH_BLISTERBACK_LASTSTAND", + "HW2Card" : { + "Rarity" : 1, + "Entitlement" : {}, + "EntitlementRequired" : false, + "ExcludeFromCardGeneration" : true, + "Faction" : "Banished", + "Leader" : {}, + "ForegroundImage" : {}, + "DisplayInfo" : { + "Id" : 337676, + "Type" : "HW2CardDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "scottmcm", + "CreatedUtc" : "2017-02-03T10:00:13Z", + "ModifiedUtc" : "2017-02-09T10:22:28Z", + "PublishedUtc" : "2017-02-09T10:22:28Z", + "Container" : -1 + }, + "Identity" : "80c0d03e0e9345019133360ec8cefd29", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Enduring Blisterback Display Info", + "HW2CardDisplayInfo" : { + "Name" : "Enduring Blisterback", + "Description" : "", + "SubtypeDescription" : "ARTILLERY", + "SpecialAbilityName" : "", + "SpecialAbilityDescription" : "" + } + } + }, + "GameObject" : { + "Id" : 336000, + "Type" : "HW2Object", + "Identity" : "fe1a73ea30b34d799c56fbace28a5883", + "Autoroute" : "hw2/objects/cov_air_rm_blisterback_02" + }, + "LastStandNumber" : 3, + "EnergyCost" : 140, + "PlayType" : "Unit", + "Keywords" : [{ + "Id" : 335967, + "Type" : "HW2CardKeyword", + "Identity" : "eaa5c6532f714df985f586406ef3d6cd", + "Autoroute" : "hw2/CardKeywords/LastStand" + } + ] + }, + "Autoroute" : "hw2/cards/1caf74ae-ba2c-4870-8cec-eaa756455a2a" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202434" + } + ], + "ChildrenCount" : 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/cards.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/cards.schema.json new file mode 100644 index 0000000..0de132a --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/cards.schema.json @@ -0,0 +1,265 @@ +{ + "definitions": { + "HW2CardCompleteContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2CardView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "common/link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2CardView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "Autoroute": { + "type": "string" + }, + "HW2Card": { + "$ref": "#/definitions/HW2Card" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "HW2Card", + "Autoroute" + ] + }, + + "HW2Card": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Rarity": { + "type": "integer" + }, + "Entitlement": { + "oneOf": [ + // TODO: This is pretty terrible. + { "$ref": "common/empty.schema.json" }, + { "$ref": "common/content-item-type-c.schema.json#/definitions/null" }, + { "$ref": "common/content-item-type-c.schema.json#/definitions/ContentItemTypeC" } + ] + }, + "EntitlementRequired": { + "type": "boolean" + }, + "ExcludeFromCardGeneration": { + "type": "boolean" + }, + "Faction": { + "type": "string" + }, + "Leader": { + "oneOf": [ + // TODO: This is pretty terrible. + { "$ref": "common/empty.schema.json" }, + { "$ref": "common/content-item-type-c.schema.json#/definitions/null" }, + { "$ref": "common/content-item-type-c.schema.json#/definitions/ContentItemTypeC" } + ] + }, + "ForegroundImage": { + "oneOf": [ + // TODO: This is pretty terrible. + { "$ref": "common/empty.schema.json" }, + { "$ref": "common/image.schema.json#/definitions/null" }, + { "$ref": "common/image.schema.json#/definitions/ImageContentItemTypeB" } + ] + }, + "DisplayInfo": { + "$ref": "#/definitions/HW2CardDisplayInfoContentItemTypeB" + }, + "GameObject": { + "oneOf": [ + // TODO: This is pretty terrible. + { "$ref": "common/empty.schema.json" }, + { "$ref": "common/content-item-type-d.schema.json#/definitions/null" }, + { "$ref": "common/content-item-type-d.schema.json#/definitions/ContentItemTypeD" } + ] + }, + "LastStandNumber": { + "type": [ "integer", "null" ] + }, + "EnergyCost": { + "type": "integer" + }, + "PlayType": { + "type": "string" + }, + "Keywords": { + "type": "array", + "items": { + "$ref": "common/content-item-type-d.schema.json#/definitions/ContentItemTypeD" + } + } + }, + "required": [ + "Rarity", + "Entitlement", + "EntitlementRequired", + "ExcludeFromCardGeneration", + "Faction", + "Leader", + "ForegroundImage", + "DisplayInfo", + "GameObject", + "LastStandNumber", + "EnergyCost", + "PlayType", + "Keywords" + ] + }, + + + "HW2CardDisplayInfoContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2CardDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2CardDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "BatchLocalization": { + "$ref": "common/batch-localization.schema.json" + }, + "Localization": { + "$ref": "common/localization.schema.json" + }, + "Title": { + "type": "string" + }, + "HW2CardDisplayInfo": { + "$ref": "#/definitions/HW2CardDisplayInfo" + } + }, + "required": [ + "Status", + "HW2CardDisplayInfo", + "BatchLocalization", + "Localization", + "Title", + "Common", + "Identity" + ] + }, + + "HW2CardDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "SubtypeDescription": { + "type": "string" + }, + "SpecialAbilityName": { + "type": "string" + }, + "SpecialAbilityDescription": { + "type": "string" + } + }, + "required": [ + "Name", + "Description", + "SubtypeDescription", + "SpecialAbilityName", + "SpecialAbilityDescription" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2CardCompleteContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/csr-designations.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/csr-designations.json new file mode 100644 index 0000000..0275fa6 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/csr-designations.json @@ -0,0 +1,2431 @@ +{ + "Paging": { + "StartAt": 0, + "InlineCount": 8, + "TotalCount": 8 + }, + "ContentItems": [ + { + "Id": 202581, + "Type": "HW2CsrDesignation", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-17T22:38:23Z", + "ModifiedUtc": "2017-02-03T18:13:06Z", + "PublishedUtc": "2017-02-03T19:41:52Z", + "Container": -1 + }, + "Identity": "5a76e2614b1f485994ec5d0be0776d2e", + "Title": "Gold Designation", + "HW2CsrDesignation": { + "DisplayInfo": { + "Id": 201843, + "Type": "HW2CsrDesignationDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "mariusi", + "CreatedUtc": "2015-07-17T22:38:16Z", + "ModifiedUtc": "2017-02-03T18:26:47Z", + "PublishedUtc": "2017-02-03T19:34:20Z", + "Container": -1 + }, + "Identity": "5f37ee81fb5a4753ac6852162f01752b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Gold Designation Display Properties", + "HW2CsrDesignationDisplayInfo": { + "Name": "Gold" + } + } + }, + "ID": 3, + "Image": {}, + "Tiers": [ + { + "Id": 202576, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:35:44Z", + "ModifiedUtc": "2017-02-03T18:13:59Z", + "PublishedUtc": "2017-02-09T10:22:55Z", + "Container": -1 + }, + "Identity": "e2076fa21cd84a9680eff8a507015315", + "Title": "Gold Tier - 1", + "HW2CsrDesignationTier": { + "ID": 1, + "Image": { + "Id": 337536, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:37Z", + "ModifiedUtc": "2017-02-09T10:21:32Z", + "PublishedUtc": "2017-02-09T10:21:32Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_gold_array01-5053cd291bb74d6a852f0cb90a62195e-2ccf22455ab345f58916eaf026198873.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_gold_array01-5053cd291bb74d6a852f0cb90a62195e-2ccf22455ab345f58916eaf026198873.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_gold_array01-5053cd291bb74d6a852f0cb90a62195e-2ccf22455ab345f58916eaf026198873", + "Identity": "30770fddc1e64c0c88d34f3383cd1e8f" + } + } + } + } + }, + { + "Id": 202226, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:35:54Z", + "ModifiedUtc": "2017-02-03T18:14:01Z", + "PublishedUtc": "2017-02-09T10:23:04Z", + "Container": -1 + }, + "Identity": "c32cf058ea7f406aa758a04df6bdec8e", + "Title": "Gold Tier - 2", + "HW2CsrDesignationTier": { + "ID": 2, + "Image": { + "Id": 337623, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:25Z", + "ModifiedUtc": "2017-02-09T10:22:09Z", + "PublishedUtc": "2017-02-09T10:22:09Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_gold_array02-b68d8b0ec47f4ed689d6149959b74853-ed5c078342a54cfeafc48afb150ff3bf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_gold_array02-b68d8b0ec47f4ed689d6149959b74853-ed5c078342a54cfeafc48afb150ff3bf.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_gold_array02-b68d8b0ec47f4ed689d6149959b74853-ed5c078342a54cfeafc48afb150ff3bf", + "Identity": "9cc4cea0404b47b098dfa9b4a0e73796" + } + } + } + } + }, + { + "Id": 202446, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:36:04Z", + "ModifiedUtc": "2017-02-03T18:14:00Z", + "PublishedUtc": "2017-02-09T10:22:51Z", + "Container": -1 + }, + "Identity": "2ba0718c5694463b9f11abd52f883c8c", + "Title": "Gold Tier - 3", + "HW2CsrDesignationTier": { + "ID": 3, + "Image": { + "Id": 337494, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:12:01Z", + "ModifiedUtc": "2017-02-09T10:21:14Z", + "PublishedUtc": "2017-02-09T10:21:14Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_gold_array03-bcbc2b460a934f10b499ee7f9bec6315-b1253df46699479c89b8efce3a748272.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_gold_array03-bcbc2b460a934f10b499ee7f9bec6315-b1253df46699479c89b8efce3a748272.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_gold_array03-bcbc2b460a934f10b499ee7f9bec6315-b1253df46699479c89b8efce3a748272", + "Identity": "ab90450831f14297a4b8dc6e05eb3eb9" + } + } + } + } + }, + { + "Id": 202575, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:36:21Z", + "ModifiedUtc": "2017-02-03T18:13:59Z", + "PublishedUtc": "2017-02-09T10:22:57Z", + "Container": -1 + }, + "Identity": "d12fc176aa064dc79e10eea13a9799e1", + "Title": "Gold Tier - 4", + "HW2CsrDesignationTier": { + "ID": 4, + "Image": { + "Id": 337564, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:59Z", + "ModifiedUtc": "2017-02-09T10:21:44Z", + "PublishedUtc": "2017-02-09T10:21:44Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_gold_array04-3e368546454941e7be9662bb893d80ed-44f1fb11ea1a4b2ea1a7075e7c4b6a25.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_gold_array04-3e368546454941e7be9662bb893d80ed-44f1fb11ea1a4b2ea1a7075e7c4b6a25.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_gold_array04-3e368546454941e7be9662bb893d80ed-44f1fb11ea1a4b2ea1a7075e7c4b6a25", + "Identity": "be63ab58527c455288757f475813f8c6" + } + } + } + } + }, + { + "Id": 202225, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:36:33Z", + "ModifiedUtc": "2017-02-03T18:14:02Z", + "PublishedUtc": "2017-02-09T10:23:06Z", + "Container": -1 + }, + "Identity": "7dc17e4f28d548dca839bc6249afcd5c", + "Title": "Gold Tier - 5", + "HW2CsrDesignationTier": { + "ID": 5, + "Image": { + "Id": 337646, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:26Z", + "ModifiedUtc": "2017-02-09T10:22:18Z", + "PublishedUtc": "2017-02-09T10:22:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_gold_array05-257a761c7c91418aaa03e2f68e57b117-de0e4827a7254e71a10b456f832f100b.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_gold_array05-257a761c7c91418aaa03e2f68e57b117-de0e4827a7254e71a10b456f832f100b.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_gold_array05-257a761c7c91418aaa03e2f68e57b117-de0e4827a7254e71a10b456f832f100b", + "Identity": "afd9bf27246849a6a070584034efd19f" + } + } + } + } + }, + { + "Id": 202574, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:36:47Z", + "ModifiedUtc": "2017-02-03T18:13:59Z", + "PublishedUtc": "2017-02-09T10:23:05Z", + "Container": -1 + }, + "Identity": "a5585d108d2643e4aadebb87734bb42a", + "Title": "Gold Tier - 6", + "HW2CsrDesignationTier": { + "ID": 6, + "Image": { + "Id": 337644, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:26Z", + "ModifiedUtc": "2017-02-09T10:22:18Z", + "PublishedUtc": "2017-02-09T10:22:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_gold_array06-89344b204245450d815f0e22ec3d4b1e-c4704a7d06a342f9b015e37585af3fc8.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_gold_array06-89344b204245450d815f0e22ec3d4b1e-c4704a7d06a342f9b015e37585af3fc8.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_gold_array06-89344b204245450d815f0e22ec3d4b1e-c4704a7d06a342f9b015e37585af3fc8", + "Identity": "f88781f644d541d4be037d5028fb8509" + } + } + } + } + } + ] + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202581" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202737, + "Type": "HW2CsrDesignation", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-23T01:56:25Z", + "ModifiedUtc": "2017-02-03T18:13:06Z", + "PublishedUtc": "2017-02-03T19:41:51Z", + "Container": -1 + }, + "Identity": "565822bb48c5400181a0f5eb70958c4d", + "Title": "Unranked Designation", + "HW2CsrDesignation": { + "DisplayInfo": { + "Id": 201872, + "Type": "HW2CsrDesignationDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-23T01:56:17Z", + "ModifiedUtc": "2017-02-03T18:26:47Z", + "PublishedUtc": "2017-02-03T19:35:07Z", + "Container": -1 + }, + "Identity": "133a5cf43b9b43aeb2b184498880c10e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Unranked Designation Display Properties", + "HW2CsrDesignationDisplayInfo": { + "Name": "Unranked" + } + } + }, + "ID": 0, + "Image": {}, + "Tiers": [ + { + "Id": 202268, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T16:14:04Z", + "ModifiedUtc": "2017-02-03T18:14:01Z", + "PublishedUtc": "2017-02-09T10:23:05Z", + "Container": -1 + }, + "Identity": "081b3fda6f4c494c9c4dd1383b33c352", + "Title": "Unranked Tier - 0", + "HW2CsrDesignationTier": { + "ID": 0, + "Image": { + "Id": 337630, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:33Z", + "ModifiedUtc": "2017-02-09T10:22:11Z", + "PublishedUtc": "2017-02-09T10:22:12Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/unranked_00-61fca949c33f433ba7e7507d97ff130f-e7f7e1153fde49b499f2aeae896ffcd8.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "unranked_00-61fca949c33f433ba7e7507d97ff130f-e7f7e1153fde49b499f2aeae896ffcd8.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unranked_00-61fca949c33f433ba7e7507d97ff130f-e7f7e1153fde49b499f2aeae896ffcd8", + "Identity": "74b2fa3e3cb840728bb368adaa4df43a" + } + } + } + } + }, + { + "Id": 202427, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:28:05Z", + "ModifiedUtc": "2017-02-03T18:14:00Z", + "PublishedUtc": "2017-02-09T10:22:51Z", + "Container": -1 + }, + "Identity": "4fa71c8757254cb0bdcf7bd41d64a85c", + "Title": "Unranked Tier - 1", + "HW2CsrDesignationTier": { + "ID": 1, + "Image": { + "Id": 337489, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:30Z", + "ModifiedUtc": "2017-02-09T10:21:12Z", + "PublishedUtc": "2017-02-09T10:21:12Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_unranked_array01-1d782b69500f4faea7bd310407f621f4-c0bf7d3429714d1597d7a01ebfc703ff.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_unranked_array01-1d782b69500f4faea7bd310407f621f4-c0bf7d3429714d1597d7a01ebfc703ff.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_unranked_array01-1d782b69500f4faea7bd310407f621f4-c0bf7d3429714d1597d7a01ebfc703ff", + "Identity": "81757c74aa8743d5b89a229576d5e897" + } + } + } + } + }, + { + "Id": 202231, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:28:31Z", + "ModifiedUtc": "2017-02-03T18:14:02Z", + "PublishedUtc": "2017-02-09T10:22:53Z", + "Container": -1 + }, + "Identity": "73b3d16f01334d66ba4cf2399cfda6f1", + "Title": "Unranked Tier - 2", + "HW2CsrDesignationTier": { + "ID": 2, + "Image": { + "Id": 337513, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:30Z", + "ModifiedUtc": "2017-02-09T10:21:23Z", + "PublishedUtc": "2017-02-09T10:21:23Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_unranked_array02-f43773d8a68848eba30ef9e0ee1b7fc2-6d8c600a32ec47058b9be1e269d8210b.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_unranked_array02-f43773d8a68848eba30ef9e0ee1b7fc2-6d8c600a32ec47058b9be1e269d8210b.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_unranked_array02-f43773d8a68848eba30ef9e0ee1b7fc2-6d8c600a32ec47058b9be1e269d8210b", + "Identity": "76a03b5cc167414bab1472405a2998a1" + } + } + } + } + }, + { + "Id": 202230, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:28:54Z", + "ModifiedUtc": "2017-02-03T18:14:01Z", + "PublishedUtc": "2017-02-09T10:23:04Z", + "Container": -1 + }, + "Identity": "715ffea5b0134946b8f834baff40158d", + "Title": "Unranked Tier - 3", + "HW2CsrDesignationTier": { + "ID": 3, + "Image": { + "Id": 337626, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:30Z", + "ModifiedUtc": "2017-02-09T10:22:10Z", + "PublishedUtc": "2017-02-09T10:22:10Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_unranked_array03-e39338b8bf8c4b91beccbb43222a0131-08c203b9ee694bba907c4180de566326.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_unranked_array03-e39338b8bf8c4b91beccbb43222a0131-08c203b9ee694bba907c4180de566326.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_unranked_array03-e39338b8bf8c4b91beccbb43222a0131-08c203b9ee694bba907c4180de566326", + "Identity": "64c040f80a0145b79e4c543ceb0412b3" + } + } + } + } + }, + { + "Id": 202229, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:29:07Z", + "ModifiedUtc": "2017-02-03T18:14:01Z", + "PublishedUtc": "2017-02-09T10:22:36Z", + "Container": -1 + }, + "Identity": "814d3ff4db9f4e5c9891afc061f39759", + "Title": "Unranked Tier - 4", + "HW2CsrDesignationTier": { + "ID": 4, + "Image": { + "Id": 337694, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:31Z", + "ModifiedUtc": "2017-02-09T10:22:35Z", + "PublishedUtc": "2017-02-09T10:22:35Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_unranked_array04-43c99e398c564384bd05560d3c574c21-32baa565150342ef8faea7d18b8fa8d9.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_unranked_array04-43c99e398c564384bd05560d3c574c21-32baa565150342ef8faea7d18b8fa8d9.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_unranked_array04-43c99e398c564384bd05560d3c574c21-32baa565150342ef8faea7d18b8fa8d9", + "Identity": "fc53376607954ffd8b1f131a04a127ce" + } + } + } + } + }, + { + "Id": 202579, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:29:20Z", + "ModifiedUtc": "2017-02-03T18:13:59Z", + "PublishedUtc": "2017-02-09T10:23:04Z", + "Container": -1 + }, + "Identity": "95f84bf1933f46dca8a3af814bbfb572", + "Title": "Unranked Tier - 5", + "HW2CsrDesignationTier": { + "ID": 5, + "Image": { + "Id": 337624, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:32Z", + "ModifiedUtc": "2017-02-09T10:22:09Z", + "PublishedUtc": "2017-02-09T10:22:09Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_unranked_array05-3f8286472cc64976a7a9263c30fdc64e-736569bfcaf6444a90d3c738dee3974c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_unranked_array05-3f8286472cc64976a7a9263c30fdc64e-736569bfcaf6444a90d3c738dee3974c.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_unranked_array05-3f8286472cc64976a7a9263c30fdc64e-736569bfcaf6444a90d3c738dee3974c", + "Identity": "0c029ffefab9497d8b23bc311294ceb3" + } + } + } + } + }, + { + "Id": 202580, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:29:31Z", + "ModifiedUtc": "2017-02-03T18:13:59Z", + "PublishedUtc": "2017-02-09T10:22:56Z", + "Container": -1 + }, + "Identity": "ebe451e09d844b869af1a412c6b8ed88", + "Title": "Unranked Tier - 6", + "HW2CsrDesignationTier": { + "ID": 6, + "Image": { + "Id": 337543, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:35Z", + "ModifiedUtc": "2017-02-09T10:21:35Z", + "PublishedUtc": "2017-02-09T10:21:35Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_unranked_array06-6416017745164c6a9d956933023a4440-edc3e5eb53a944ab93f86207b404d5db.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_unranked_array06-6416017745164c6a9d956933023a4440-edc3e5eb53a944ab93f86207b404d5db.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_unranked_array06-6416017745164c6a9d956933023a4440-edc3e5eb53a944ab93f86207b404d5db", + "Identity": "7c6f80dc3a474f3686e1e4714a078bc8" + } + } + } + } + }, + { + "Id": 202228, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:29:43Z", + "ModifiedUtc": "2017-02-03T18:14:01Z", + "PublishedUtc": "2017-02-09T10:22:55Z", + "Container": -1 + }, + "Identity": "cb21935aac554b27a6f048f745ed78f9", + "Title": "Unranked Tier - 7", + "HW2CsrDesignationTier": { + "ID": 7, + "Image": { + "Id": 337537, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:32Z", + "ModifiedUtc": "2017-02-09T10:21:32Z", + "PublishedUtc": "2017-02-09T10:21:32Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_unranked_array07-65f39149116c43079f75b358b482f40b-c40563444a3d4727a03aaaf1ff5f25ea.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_unranked_array07-65f39149116c43079f75b358b482f40b-c40563444a3d4727a03aaaf1ff5f25ea.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_unranked_array07-65f39149116c43079f75b358b482f40b-c40563444a3d4727a03aaaf1ff5f25ea", + "Identity": "43707d11a6584a5899fa65fed6ee132d" + } + } + } + } + }, + { + "Id": 202578, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:29:56Z", + "ModifiedUtc": "2017-02-03T18:13:59Z", + "PublishedUtc": "2017-02-09T10:23:08Z", + "Container": -1 + }, + "Identity": "cb9660112dec4ca4ac2dd645cc04646e", + "Title": "Unranked Tier - 8", + "HW2CsrDesignationTier": { + "ID": 8, + "Image": { + "Id": 337668, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:33Z", + "ModifiedUtc": "2017-02-09T10:22:26Z", + "PublishedUtc": "2017-02-09T10:22:27Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_unranked_array08-3edd9ef3c4a94ab89961ab5b89dd3283-a239b462e56842d18881cf45c7534b92.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_unranked_array08-3edd9ef3c4a94ab89961ab5b89dd3283-a239b462e56842d18881cf45c7534b92.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_unranked_array08-3edd9ef3c4a94ab89961ab5b89dd3283-a239b462e56842d18881cf45c7534b92", + "Identity": "3ecc6b6bacf5489daadb47e09c9b5fc1" + } + } + } + } + }, + { + "Id": 202582, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:30:08Z", + "ModifiedUtc": "2017-02-03T18:13:59Z", + "PublishedUtc": "2017-02-09T10:22:53Z", + "Container": -1 + }, + "Identity": "1f9b146f3bcf4d839a054f645265e612", + "Title": "Unranked Tier - 9", + "HW2CsrDesignationTier": { + "ID": 9, + "Image": { + "Id": 337517, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:33Z", + "ModifiedUtc": "2017-02-09T10:21:25Z", + "PublishedUtc": "2017-02-09T10:21:25Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_unranked_array09-5336d7a4b9294aa9a14906351b156e3a-30448d445f9a42939dce4cabc986e3d9.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_unranked_array09-5336d7a4b9294aa9a14906351b156e3a-30448d445f9a42939dce4cabc986e3d9.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_unranked_array09-5336d7a4b9294aa9a14906351b156e3a-30448d445f9a42939dce4cabc986e3d9", + "Identity": "80293fb9120b4ba1afcc87b560faa8a5" + } + } + } + } + } + ] + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202737" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202214, + "Type": "HW2CsrDesignation", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-17T22:41:41Z", + "ModifiedUtc": "2017-02-03T18:13:07Z", + "PublishedUtc": "2017-02-03T19:41:49Z", + "Container": -1 + }, + "Identity": "af930c451f8041bc8998e93f0486b151", + "Title": "Onyx Designation", + "HW2CsrDesignation": { + "DisplayInfo": { + "Id": 201887, + "Type": "HW2CsrDesignationDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-17T22:41:26Z", + "ModifiedUtc": "2017-02-03T18:26:47Z", + "PublishedUtc": "2017-02-03T19:34:33Z", + "Container": -1 + }, + "Identity": "592801f243c64fa0992582fb21363b8a", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Onyx Designation Display Properties", + "HW2CsrDesignationDisplayInfo": { + "Name": "Onyx" + } + } + }, + "ID": 6, + "Image": {}, + "Tiers": [ + { + "Id": 201985, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:40:34Z", + "ModifiedUtc": "2017-02-03T18:14:02Z", + "PublishedUtc": "2017-02-09T10:22:05Z", + "Container": -1 + }, + "Identity": "fbd4870ff56142198a334928d7cf9d14", + "Title": "Onyx Tier - 1", + "HW2CsrDesignationTier": { + "ID": 1, + "Image": { + "Id": 337613, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:29Z", + "ModifiedUtc": "2017-02-09T10:22:05Z", + "PublishedUtc": "2017-02-09T10:22:05Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_top_array00-783f32318c8c49eda0365c5daa50f5b6-a473b61a79ce429d92094f361ec3d357.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_top_array00-783f32318c8c49eda0365c5daa50f5b6-a473b61a79ce429d92094f361ec3d357.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_top_array00-783f32318c8c49eda0365c5daa50f5b6-a473b61a79ce429d92094f361ec3d357", + "Identity": "2f625ebe8d7b4d36ad8938de312aa5e5" + } + } + } + } + } + ] + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202214" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202396, + "Type": "HW2CsrDesignation", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-17T22:39:47Z", + "ModifiedUtc": "2017-02-03T18:13:07Z", + "PublishedUtc": "2017-02-03T19:41:35Z", + "Container": -1 + }, + "Identity": "ab63f578e9ac48449467b5a8fcc55a04", + "Title": "Diamond Designation", + "HW2CsrDesignation": { + "DisplayInfo": { + "Id": 201815, + "Type": "HW2CsrDesignationDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-17T22:39:34Z", + "ModifiedUtc": "2017-02-03T18:26:47Z", + "PublishedUtc": "2017-02-03T19:34:11Z", + "Container": -1 + }, + "Identity": "5b34e6f7b37145baa9b85838988d8e6b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Diamond Designation Display Properties", + "HW2CsrDesignationDisplayInfo": { + "Name": "Diamond" + } + } + }, + "ID": 5, + "Image": {}, + "Tiers": [ + { + "Id": 202026, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:39:03Z", + "ModifiedUtc": "2017-02-03T18:14:02Z", + "PublishedUtc": "2017-02-09T10:23:08Z", + "Container": -1 + }, + "Identity": "7490528bb12c4f2a8010846d8f739ae0", + "Title": "Diamond Tier - 1", + "HW2CsrDesignationTier": { + "ID": 1, + "Image": { + "Id": 337665, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:47Z", + "ModifiedUtc": "2017-02-09T10:22:25Z", + "PublishedUtc": "2017-02-09T10:22:25Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_diamond_array01-9721d95b267942dcb1edcce6dfc25631-3d99859b4a134caebd92258dfd97c6e7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_diamond_array01-9721d95b267942dcb1edcce6dfc25631-3d99859b4a134caebd92258dfd97c6e7.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_diamond_array01-9721d95b267942dcb1edcce6dfc25631-3d99859b4a134caebd92258dfd97c6e7", + "Identity": "a8352a091f2d489285c3348b1bbd83e6" + } + } + } + } + }, + { + "Id": 201990, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:39:16Z", + "ModifiedUtc": "2017-02-03T18:14:02Z", + "PublishedUtc": "2017-02-09T10:23:08Z", + "Container": -1 + }, + "Identity": "f7e13b4e1e0241eead46bbbec93d406c", + "Title": "Diamond Tier - 2", + "HW2CsrDesignationTier": { + "ID": 2, + "Image": { + "Id": 337686, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:35Z", + "ModifiedUtc": "2017-02-09T10:22:31Z", + "PublishedUtc": "2017-02-09T10:22:32Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_diamond_array02-02e21757b59540f7a9b7d39656ab855d-ae6697ccfc674c6b9d5da3193ce7689f.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_diamond_array02-02e21757b59540f7a9b7d39656ab855d-ae6697ccfc674c6b9d5da3193ce7689f.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_diamond_array02-02e21757b59540f7a9b7d39656ab855d-ae6697ccfc674c6b9d5da3193ce7689f", + "Identity": "10811561bcd84d2e80de60a9677eae1c" + } + } + } + } + }, + { + "Id": 202390, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:39:26Z", + "ModifiedUtc": "2017-02-03T18:14:00Z", + "PublishedUtc": "2017-02-09T10:22:55Z", + "Container": -1 + }, + "Identity": "4ec11d1c17e54e6399bcd344328ddba2", + "Title": "Diamond Tier - 3", + "HW2CsrDesignationTier": { + "ID": 3, + "Image": { + "Id": 337514, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:36Z", + "ModifiedUtc": "2017-02-09T10:21:24Z", + "PublishedUtc": "2017-02-09T10:21:24Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_diamond_array03-b740122fc19c4e829bb8c8fda023a1f9-638d0f73c50e4c8e8cad9d30fe161041.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_diamond_array03-b740122fc19c4e829bb8c8fda023a1f9-638d0f73c50e4c8e8cad9d30fe161041.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_diamond_array03-b740122fc19c4e829bb8c8fda023a1f9-638d0f73c50e4c8e8cad9d30fe161041", + "Identity": "9de2753fc0c24185b3f5f1c33c9b3621" + } + } + } + } + }, + { + "Id": 202391, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:39:35Z", + "ModifiedUtc": "2017-02-03T18:14:00Z", + "PublishedUtc": "2017-02-09T10:22:50Z", + "Container": -1 + }, + "Identity": "f02841750b1849a4a5ec09bf5cc77993", + "Title": "Diamond Tier - 4", + "HW2CsrDesignationTier": { + "ID": 4, + "Image": { + "Id": 337483, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:36Z", + "ModifiedUtc": "2017-02-09T10:21:09Z", + "PublishedUtc": "2017-02-09T10:21:10Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_diamond_array04-7848018cc29c43bf932b9c03b19ed766-f26e52e50a5945bc994f8e19f7fedd1a.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_diamond_array04-7848018cc29c43bf932b9c03b19ed766-f26e52e50a5945bc994f8e19f7fedd1a.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_diamond_array04-7848018cc29c43bf932b9c03b19ed766-f26e52e50a5945bc994f8e19f7fedd1a", + "Identity": "3262aad5152845d08bb80f294c0e3b9a" + } + } + } + } + }, + { + "Id": 201989, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:39:44Z", + "ModifiedUtc": "2017-02-03T18:14:02Z", + "PublishedUtc": "2017-02-09T10:23:03Z", + "Container": -1 + }, + "Identity": "af391a11f14d4f9bbad1d69a98efa04b", + "Title": "Diamond Tier - 5", + "HW2CsrDesignationTier": { + "ID": 5, + "Image": { + "Id": 337612, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:36Z", + "ModifiedUtc": "2017-02-09T10:22:05Z", + "PublishedUtc": "2017-02-09T10:22:05Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_diamond_array05-539c69e9f27e4e8bbf9a52d9755dce7c-7af0c094ebe741a798030b1243d963f5.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_diamond_array05-539c69e9f27e4e8bbf9a52d9755dce7c-7af0c094ebe741a798030b1243d963f5.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_diamond_array05-539c69e9f27e4e8bbf9a52d9755dce7c-7af0c094ebe741a798030b1243d963f5", + "Identity": "ea46d8323bfa4b99bf63086ca588e8c2" + } + } + } + } + }, + { + "Id": 202389, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:39:52Z", + "ModifiedUtc": "2017-02-03T18:14:00Z", + "PublishedUtc": "2017-02-09T10:23:08Z", + "Container": -1 + }, + "Identity": "c6ed14dd38a04e129d2e283238f9d471", + "Title": "Diamond Tier - 6", + "HW2CsrDesignationTier": { + "ID": 6, + "Image": { + "Id": 337685, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:37Z", + "ModifiedUtc": "2017-02-09T10:22:32Z", + "PublishedUtc": "2017-02-09T10:22:32Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_diamond_array06-b64e6ab9c4864c0f8848554853892fab-6fd91d76b2ef4e7282a049229ec7afbd.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_diamond_array06-b64e6ab9c4864c0f8848554853892fab-6fd91d76b2ef4e7282a049229ec7afbd.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_diamond_array06-b64e6ab9c4864c0f8848554853892fab-6fd91d76b2ef4e7282a049229ec7afbd", + "Identity": "3934ead573a54ecca630ca87b4d3c052" + } + } + } + } + } + ] + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202396" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202363, + "Type": "HW2CsrDesignation", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-17T22:31:01Z", + "ModifiedUtc": "2017-02-03T18:13:07Z", + "PublishedUtc": "2017-02-03T19:41:31Z", + "Container": -1 + }, + "Identity": "ed1e50f8dc3a4765b90bad2612899c8b", + "Title": "Bronze Designation", + "HW2CsrDesignation": { + "DisplayInfo": { + "Id": 201867, + "Type": "HW2CsrDesignationDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-17T22:30:56Z", + "ModifiedUtc": "2017-02-03T18:26:47Z", + "PublishedUtc": "2017-02-03T19:34:24Z", + "Container": -1 + }, + "Identity": "bfed89c7959146129550f0b45f0f079b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Bronze Designation Display Properties", + "HW2CsrDesignationDisplayInfo": { + "Name": "Bronze" + } + } + }, + "ID": 1, + "Image": {}, + "Tiers": [ + { + "Id": 202196, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:31:22Z", + "ModifiedUtc": "2017-02-03T18:14:02Z", + "PublishedUtc": "2017-02-09T10:22:59Z", + "Container": -1 + }, + "Identity": "dfa7db9459244770a7d2bb6401bcc646", + "Title": "Bronze Tier - 1", + "HW2CsrDesignationTier": { + "ID": 1, + "Image": { + "Id": 337582, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:34Z", + "ModifiedUtc": "2017-02-09T10:21:52Z", + "PublishedUtc": "2017-02-09T10:21:52Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_bronze_array01-c68c7e495d124eba8343c0874d74cd36-3632a3adf32e4f4abd9704cc77efd317.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_bronze_array01-c68c7e495d124eba8343c0874d74cd36-3632a3adf32e4f4abd9704cc77efd317.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_bronze_array01-c68c7e495d124eba8343c0874d74cd36-3632a3adf32e4f4abd9704cc77efd317", + "Identity": "567e7584a6544f04a5b5f1921982f296" + } + } + } + } + }, + { + "Id": 202359, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:31:38Z", + "ModifiedUtc": "2017-02-03T18:14:00Z", + "PublishedUtc": "2017-02-09T10:23:05Z", + "Container": -1 + }, + "Identity": "41025fd44e604dff8c9a9295a2425580", + "Title": "Bronze Tier - 2", + "HW2CsrDesignationTier": { + "ID": 2, + "Image": { + "Id": 337633, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:34Z", + "ModifiedUtc": "2017-02-09T10:22:13Z", + "PublishedUtc": "2017-02-09T10:22:13Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_bronze_array02-431098c768ef4832b5d925ba06efbe70-4d1dd74e0e2a4e1a97b597aa8642fedc.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_bronze_array02-431098c768ef4832b5d925ba06efbe70-4d1dd74e0e2a4e1a97b597aa8642fedc.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_bronze_array02-431098c768ef4832b5d925ba06efbe70-4d1dd74e0e2a4e1a97b597aa8642fedc", + "Identity": "a9900ad9035447d4aee092a1df040286" + } + } + } + } + }, + { + "Id": 202358, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:31:51Z", + "ModifiedUtc": "2017-02-03T18:14:00Z", + "PublishedUtc": "2017-02-09T10:23:05Z", + "Container": -1 + }, + "Identity": "f2f73de4c04a4593981b102b9a7a8bbf", + "Title": "Bronze Tier - 3", + "HW2CsrDesignationTier": { + "ID": 3, + "Image": { + "Id": 337632, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:34Z", + "ModifiedUtc": "2017-02-09T10:22:12Z", + "PublishedUtc": "2017-02-09T10:22:12Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_bronze_array03-be10288e2f534c4ebd990769ebb98205-9f6a0d6ced70492396dbd11abdb0e6ab.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_bronze_array03-be10288e2f534c4ebd990769ebb98205-9f6a0d6ced70492396dbd11abdb0e6ab.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_bronze_array03-be10288e2f534c4ebd990769ebb98205-9f6a0d6ced70492396dbd11abdb0e6ab", + "Identity": "6ee066e63ba54ad7a71b5fcc31b29670" + } + } + } + } + }, + { + "Id": 202031, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:32:06Z", + "ModifiedUtc": "2017-02-03T18:14:02Z", + "PublishedUtc": "2017-02-09T10:22:03Z", + "Container": -1 + }, + "Identity": "02448f207e5f4ff884a13b8d9a5e7c5f", + "Title": "Bronze Tier - 4", + "HW2CsrDesignationTier": { + "ID": 4, + "Image": { + "Id": 337609, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:35Z", + "ModifiedUtc": "2017-02-09T10:22:03Z", + "PublishedUtc": "2017-02-09T10:22:03Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_bronze_array04-961414ccdf8a4e5c8a5f9222f3f28ef3-da7c8f39e9424d218955107593d7fd6b.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_bronze_array04-961414ccdf8a4e5c8a5f9222f3f28ef3-da7c8f39e9424d218955107593d7fd6b.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_bronze_array04-961414ccdf8a4e5c8a5f9222f3f28ef3-da7c8f39e9424d218955107593d7fd6b", + "Identity": "6ea59e19313844f8a4d12dafd9df31e7" + } + } + } + } + }, + { + "Id": 202211, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:32:18Z", + "ModifiedUtc": "2017-02-03T18:14:02Z", + "PublishedUtc": "2017-02-09T10:21:02Z", + "Container": -1 + }, + "Identity": "b31465122a9f4e0e9cc474bfb880f2bb", + "Title": "Bronze Tier - 5", + "HW2CsrDesignationTier": { + "ID": 5, + "Image": { + "Id": 337463, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:34Z", + "ModifiedUtc": "2017-02-09T10:21:01Z", + "PublishedUtc": "2017-02-09T10:21:01Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_bronze_array05-ee28f7cd7ef1456cba392ca10b947961-5e405331321c42b0af65f1608de3657e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_bronze_array05-ee28f7cd7ef1456cba392ca10b947961-5e405331321c42b0af65f1608de3657e.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_bronze_array05-ee28f7cd7ef1456cba392ca10b947961-5e405331321c42b0af65f1608de3657e", + "Identity": "643c94bfe01f4560bc85201bfd43d2b1" + } + } + } + } + }, + { + "Id": 202034, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:32:32Z", + "ModifiedUtc": "2017-02-03T18:14:02Z", + "PublishedUtc": "2017-02-09T10:22:56Z", + "Container": -1 + }, + "Identity": "01f11844ed394a9b957d3534f81007e1", + "Title": "Bronze Tier - 6", + "HW2CsrDesignationTier": { + "ID": 6, + "Image": { + "Id": 337558, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:35Z", + "ModifiedUtc": "2017-02-09T10:21:42Z", + "PublishedUtc": "2017-02-09T10:21:43Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_bronze_array06-b9c70a4d151846d590e38b67ae0000e7-124afc55bacd40d8bdfc05ca00caf4fd.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_bronze_array06-b9c70a4d151846d590e38b67ae0000e7-124afc55bacd40d8bdfc05ca00caf4fd.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_bronze_array06-b9c70a4d151846d590e38b67ae0000e7-124afc55bacd40d8bdfc05ca00caf4fd", + "Identity": "663a0075747f42c59541e5d81e22f86c" + } + } + } + } + } + ] + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202363" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202730, + "Type": "HW2CsrDesignation", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-17T22:37:49Z", + "ModifiedUtc": "2017-02-03T18:13:06Z", + "PublishedUtc": "2017-02-03T19:40:42Z", + "Container": -1 + }, + "Identity": "0edd763355634590975f45f84b8b745f", + "Title": "Platinum Designation", + "HW2CsrDesignation": { + "DisplayInfo": { + "Id": 201917, + "Type": "HW2CsrDesignationDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-17T22:37:39Z", + "ModifiedUtc": "2017-02-03T18:26:47Z", + "PublishedUtc": "2017-02-03T19:34:33Z", + "Container": -1 + }, + "Identity": "182fc9e28709465ba6438b3cda6062b0", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Platinum Designation Display Properties", + "HW2CsrDesignationDisplayInfo": { + "Name": "Platinum" + } + } + }, + "ID": 4, + "Image": {}, + "Tiers": [ + { + "Id": 202543, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:37:29Z", + "ModifiedUtc": "2017-02-03T18:14:00Z", + "PublishedUtc": "2017-02-09T10:21:52Z", + "Container": -1 + }, + "Identity": "8e52a4d31de04d248be0532c270b649c", + "Title": "Platinum Tier - 1", + "HW2CsrDesignationTier": { + "ID": 1, + "Image": { + "Id": 337580, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:32Z", + "ModifiedUtc": "2017-02-09T10:21:52Z", + "PublishedUtc": "2017-02-09T10:21:52Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_platinum_array01-c8df3dc366ea49209762f9b08189ffa6-20c5f05954214b399107f3c521e09f9a.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_platinum_array01-c8df3dc366ea49209762f9b08189ffa6-20c5f05954214b399107f3c521e09f9a.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_platinum_array01-c8df3dc366ea49209762f9b08189ffa6-20c5f05954214b399107f3c521e09f9a", + "Identity": "0ca9ae73f09f487cae95a864913f4779" + } + } + } + } + }, + { + "Id": 202542, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:37:36Z", + "ModifiedUtc": "2017-02-03T18:14:00Z", + "PublishedUtc": "2017-02-09T10:22:58Z", + "Container": -1 + }, + "Identity": "58960761f4d4478093cf2f797637cc03", + "Title": "Platinum Tier - 2", + "HW2CsrDesignationTier": { + "ID": 2, + "Image": { + "Id": 337571, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:26Z", + "ModifiedUtc": "2017-02-09T10:21:46Z", + "PublishedUtc": "2017-02-09T10:21:47Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_platinum_array02-b405ecb131fd424daf54a9c65637e0ad-ca52cea4e2f340b8a3d08f7919dfc560.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_platinum_array02-b405ecb131fd424daf54a9c65637e0ad-ca52cea4e2f340b8a3d08f7919dfc560.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_platinum_array02-b405ecb131fd424daf54a9c65637e0ad-ca52cea4e2f340b8a3d08f7919dfc560", + "Identity": "64765d999f5e4fe892e82dcd17e6a8bc" + } + } + } + } + }, + { + "Id": 202541, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:37:45Z", + "ModifiedUtc": "2017-02-03T18:13:59Z", + "PublishedUtc": "2017-02-09T10:21:47Z", + "Container": -1 + }, + "Identity": "51ae2f30d1b14579bda07cd046085e3d", + "Title": "Platinum Tier - 3", + "HW2CsrDesignationTier": { + "ID": 3, + "Image": { + "Id": 337572, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:26Z", + "ModifiedUtc": "2017-02-09T10:21:46Z", + "PublishedUtc": "2017-02-09T10:21:47Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_platinum_array03-6bbe1ab4c33245deb98306c02af52b26-d463da1b4d674cd2a6e2c07a570d451e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_platinum_array03-6bbe1ab4c33245deb98306c02af52b26-d463da1b4d674cd2a6e2c07a570d451e.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_platinum_array03-6bbe1ab4c33245deb98306c02af52b26-d463da1b4d674cd2a6e2c07a570d451e", + "Identity": "6a38b154afd843d2bc4ee593287c829d" + } + } + } + } + }, + { + "Id": 202544, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:37:55Z", + "ModifiedUtc": "2017-02-03T18:13:59Z", + "PublishedUtc": "2017-02-09T10:22:55Z", + "Container": -1 + }, + "Identity": "a3dc206ef1144c04aa0448ffeb0f0505", + "Title": "Platinum Tier - 4", + "HW2CsrDesignationTier": { + "ID": 4, + "Image": { + "Id": 337542, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:27Z", + "ModifiedUtc": "2017-02-09T10:21:34Z", + "PublishedUtc": "2017-02-09T10:21:34Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_platinum_array04-a6b2cf1f15164557a35df91f0f5f2e85-9747d80441784fd99365f457f127562f.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_platinum_array04-a6b2cf1f15164557a35df91f0f5f2e85-9747d80441784fd99365f457f127562f.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_platinum_array04-a6b2cf1f15164557a35df91f0f5f2e85-9747d80441784fd99365f457f127562f", + "Identity": "89d042598a8847548f62394e4db27675" + } + } + } + } + }, + { + "Id": 202540, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:38:05Z", + "ModifiedUtc": "2017-02-03T18:13:59Z", + "PublishedUtc": "2017-02-09T10:22:54Z", + "Container": -1 + }, + "Identity": "6d0721e9776747f7a151c444a5da235a", + "Title": "Platinum Tier - 5", + "HW2CsrDesignationTier": { + "ID": 5, + "Image": { + "Id": 337518, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:27Z", + "ModifiedUtc": "2017-02-09T10:21:25Z", + "PublishedUtc": "2017-02-09T10:21:26Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_platinum_array05-fe21b9454a2944e593f9012da06810f3-ccbcf9ba1bb842e1a4791389cb23d392.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_platinum_array05-fe21b9454a2944e593f9012da06810f3-ccbcf9ba1bb842e1a4791389cb23d392.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_platinum_array05-fe21b9454a2944e593f9012da06810f3-ccbcf9ba1bb842e1a4791389cb23d392", + "Identity": "0676e0a9ef3a45e58e66f5213fcf9aac" + } + } + } + } + }, + { + "Id": 202539, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:38:20Z", + "ModifiedUtc": "2017-02-03T18:13:59Z", + "PublishedUtc": "2017-02-09T10:22:58Z", + "Container": -1 + }, + "Identity": "348f03792769495a9e5e08ba522982fd", + "Title": "Platinum Tier - 6", + "HW2CsrDesignationTier": { + "ID": 6, + "Image": { + "Id": 337569, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:27Z", + "ModifiedUtc": "2017-02-09T10:21:46Z", + "PublishedUtc": "2017-02-09T10:21:46Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_platinum_array06-05c733f15d1b4101ba2b04d1eb56df63-2d65f639983540e99056fa46a04ecada.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_platinum_array06-05c733f15d1b4101ba2b04d1eb56df63-2d65f639983540e99056fa46a04ecada.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_platinum_array06-05c733f15d1b4101ba2b04d1eb56df63-2d65f639983540e99056fa46a04ecada", + "Identity": "9cd2b08487f44f9f9c20b93d8f58d19a" + } + } + } + } + } + ] + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202730" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202416, + "Type": "HW2CsrDesignation", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-17T22:36:48Z", + "ModifiedUtc": "2017-02-03T18:13:07Z", + "PublishedUtc": "2017-02-03T19:40:34Z", + "Container": -1 + }, + "Identity": "99b946eddcb44bc3aefa35b23e7b054c", + "Title": "Silver Designation", + "HW2CsrDesignation": { + "DisplayInfo": { + "Id": 201827, + "Type": "HW2CsrDesignationDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-17T22:36:42Z", + "ModifiedUtc": "2017-02-03T18:26:47Z", + "PublishedUtc": "2017-02-03T19:35:13Z", + "Container": -1 + }, + "Identity": "9dd1a440c7ff4d5f9f6d192ac081a1d4", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Silver Designation Display Properties", + "HW2CsrDesignationDisplayInfo": { + "Name": "Silver" + } + } + }, + "ID": 2, + "Image": {}, + "Tiers": [ + { + "Id": 202410, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:33:13Z", + "ModifiedUtc": "2017-02-03T18:14:00Z", + "PublishedUtc": "2017-02-09T10:21:10Z", + "Container": -1 + }, + "Identity": "7fe4de6d387c480984304a25599b283a", + "Title": "Silver Tier - 1", + "HW2CsrDesignationTier": { + "ID": 1, + "Image": { + "Id": 337482, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:28Z", + "ModifiedUtc": "2017-02-09T10:21:09Z", + "PublishedUtc": "2017-02-09T10:21:09Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_silver_array01-b4739333586340bda2eed6099e630f92-2a2e4edae3cc4ccca7f58c1665c1fd60.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_silver_array01-b4739333586340bda2eed6099e630f92-2a2e4edae3cc4ccca7f58c1665c1fd60.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_silver_array01-b4739333586340bda2eed6099e630f92-2a2e4edae3cc4ccca7f58c1665c1fd60", + "Identity": "ff8eb137df3543ba90d0f65899d2ac92" + } + } + } + } + }, + { + "Id": 202006, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:33:32Z", + "ModifiedUtc": "2017-02-03T18:14:02Z", + "PublishedUtc": "2017-02-09T10:22:54Z", + "Container": -1 + }, + "Identity": "fc7c5d5ad6334b9690960fea9afb570c", + "Title": "Silver Tier - 2", + "HW2CsrDesignationTier": { + "ID": 2, + "Image": { + "Id": 337526, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:27Z", + "ModifiedUtc": "2017-02-09T10:21:27Z", + "PublishedUtc": "2017-02-09T10:21:28Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_silver_array02-bbdda8849cd247219a78446423790d4c-07bfc1ef015543c5956fc465832a39cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_silver_array02-bbdda8849cd247219a78446423790d4c-07bfc1ef015543c5956fc465832a39cf.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_silver_array02-bbdda8849cd247219a78446423790d4c-07bfc1ef015543c5956fc465832a39cf", + "Identity": "ce7bef5bb7ef4a75b93429d16caa1ea1" + } + } + } + } + }, + { + "Id": 202411, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:33:57Z", + "ModifiedUtc": "2017-02-03T18:14:00Z", + "PublishedUtc": "2017-02-09T10:22:55Z", + "Container": -1 + }, + "Identity": "1e74191532404ddd995f0f458637f1b5", + "Title": "Silver Tier - 3", + "HW2CsrDesignationTier": { + "ID": 3, + "Image": { + "Id": 337527, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:28Z", + "ModifiedUtc": "2017-02-09T10:21:28Z", + "PublishedUtc": "2017-02-09T10:21:28Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_silver_array03-6849dd95d8f2408188412ce2e33c137b-e2784b6f01dc4ff78d263695f8a437da.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_silver_array03-6849dd95d8f2408188412ce2e33c137b-e2784b6f01dc4ff78d263695f8a437da.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_silver_array03-6849dd95d8f2408188412ce2e33c137b-e2784b6f01dc4ff78d263695f8a437da", + "Identity": "125b83121bf94aaf8afd2966915b55be" + } + } + } + } + }, + { + "Id": 202005, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:34:47Z", + "ModifiedUtc": "2017-02-03T18:14:02Z", + "PublishedUtc": "2017-02-09T10:22:54Z", + "Container": -1 + }, + "Identity": "faa930a33de2475fb52596cb8073d64f", + "Title": "Silver Tier - 4", + "HW2CsrDesignationTier": { + "ID": 4, + "Image": { + "Id": 337529, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:29Z", + "ModifiedUtc": "2017-02-09T10:21:28Z", + "PublishedUtc": "2017-02-09T10:21:29Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_silver_array04-42293fba165048e8ac847898376f5653-a0c1590b5f4b48919b77223cfe3a3db9.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_silver_array04-42293fba165048e8ac847898376f5653-a0c1590b5f4b48919b77223cfe3a3db9.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_silver_array04-42293fba165048e8ac847898376f5653-a0c1590b5f4b48919b77223cfe3a3db9", + "Identity": "13cddbff7db747ca9e17e1293760f7e6" + } + } + } + } + }, + { + "Id": 202271, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:35:03Z", + "ModifiedUtc": "2017-02-03T18:14:00Z", + "PublishedUtc": "2017-02-09T10:22:54Z", + "Container": -1 + }, + "Identity": "02bb2ccf8e6047cb9aa63813676f2971", + "Title": "Silver Tier - 5", + "HW2CsrDesignationTier": { + "ID": 5, + "Image": { + "Id": 337534, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:28Z", + "ModifiedUtc": "2017-02-09T10:21:31Z", + "PublishedUtc": "2017-02-09T10:21:31Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_silver_array05-03f6dcc3b26542daadba4b0d7c988d53-22b14e61a7ca4129b6811b1a7eca1981.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_silver_array05-03f6dcc3b26542daadba4b0d7c988d53-22b14e61a7ca4129b6811b1a7eca1981.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_silver_array05-03f6dcc3b26542daadba4b0d7c988d53-22b14e61a7ca4129b6811b1a7eca1981", + "Identity": "0eb5c8427bba48d7b10fd832f99dc003" + } + } + } + } + }, + { + "Id": 202409, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:35:16Z", + "ModifiedUtc": "2017-02-03T18:14:00Z", + "PublishedUtc": "2017-02-09T10:21:29Z", + "Container": -1 + }, + "Identity": "b227080853184ab18d168d26570191f7", + "Title": "Silver Tier - 6", + "HW2CsrDesignationTier": { + "ID": 6, + "Image": { + "Id": 337528, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:29Z", + "ModifiedUtc": "2017-02-09T10:21:28Z", + "PublishedUtc": "2017-02-09T10:21:29Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_silver_array06-8e3ab3d5ce5d4f27af827e52e1837439-35c84c72304241ec959911dbaefb2431.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_silver_array06-8e3ab3d5ce5d4f27af827e52e1837439-35c84c72304241ec959911dbaefb2431.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_silver_array06-8e3ab3d5ce5d4f27af827e52e1837439-35c84c72304241ec959911dbaefb2431", + "Identity": "7cba9359dff640c89a8bbaf15c85151f" + } + } + } + } + } + ] + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202416" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202239, + "Type": "HW2CsrDesignation", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-17T22:43:54Z", + "ModifiedUtc": "2017-02-03T18:13:07Z", + "PublishedUtc": "2017-02-03T19:39:30Z", + "Container": -1 + }, + "Identity": "524f862a21a7466189ccc89836adc180", + "Title": "Champion Designation", + "HW2CsrDesignation": { + "DisplayInfo": { + "Id": 201864, + "Type": "HW2CsrDesignationDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-07-17T22:43:48Z", + "ModifiedUtc": "2017-02-03T18:26:47Z", + "PublishedUtc": "2017-02-03T19:34:15Z", + "Container": -1 + }, + "Identity": "7ad5cf425317413c81cc246509e90c82", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Champion Designation Display Properties", + "HW2CsrDesignationDisplayInfo": { + "Name": "Champion" + } + } + }, + "ID": 7, + "Image": {}, + "Tiers": [ + { + "Id": 202235, + "Type": "HW2CsrDesignationTier", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2015-08-07T17:40:52Z", + "ModifiedUtc": "2017-02-03T18:14:01Z", + "PublishedUtc": "2017-02-09T10:22:51Z", + "Container": -1 + }, + "Identity": "93e92ead6bef43f18639ad30a99e201f", + "Title": "Champion Tier - 1", + "HW2CsrDesignationTier": { + "ID": 1, + "Image": { + "Id": 337490, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-02-07T21:11:29Z", + "ModifiedUtc": "2017-02-09T10:21:12Z", + "PublishedUtc": "2017-02-09T10:21:12Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/csr/csr_top_array01-3755e5127c9c46368e648d58da44390e-b191ac4cc4ee47a184a3d0177ffae96c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/csr", + "FileName": "csr_top_array01-3755e5127c9c46368e648d58da44390e-b191ac4cc4ee47a184a3d0177ffae96c.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "csr_top_array01-3755e5127c9c46368e648d58da44390e-b191ac4cc4ee47a184a3d0177ffae96c", + "Identity": "630c2831043443d4b21e17f011846f11" + } + } + } + } + } + ] + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202239" + } + ], + "ChildrenCount": 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/csr-designations.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/csr-designations.schema.json new file mode 100644 index 0000000..5e12ad5 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/csr-designations.schema.json @@ -0,0 +1,264 @@ +{ + "definitions": { + "HW2CsrDesignationContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2CsrDesignationView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "common/link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2CsrDesignationView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "HW2CsrDesignation": { + "$ref": "#/definitions/HW2CsrDesignation" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "HW2CsrDesignation" + ] + }, + + "HW2CsrDesignation": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "DisplayInfo": { + "$ref": "#/definitions/HW2CsrDesignationDisplayInfoContentItemTypeB" + }, + "ID": { + "type": "integer" + }, + "Image": { + "oneOf": [ + // TODO: This is pretty terrible. + { "$ref": "common/empty.schema.json" }, + { "$ref": "common/image.schema.json#/definitions/null" }, + { "$ref": "common/image.schema.json#/definitions/ImageContentItemTypeB" } + ] + }, + "Tiers": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2CsrDesignationTierContentItemTypeB" + } + } + }, + "required": [ + "DisplayInfo", + "ID", + "Image", + "Tiers" + ] + }, + + "HW2CsrDesignationDisplayInfoContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2CsrDesignationDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2CsrDesignationDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "BatchLocalization": { + "$ref": "common/batch-localization.schema.json" + }, + "Localization": { + "$ref": "common/localization.schema.json" + }, + "Title": { + "type": "string" + }, + "HW2CsrDesignationDisplayInfo": { + "$ref": "#/definitions/HW2CsrDesignationDisplayInfo" + } + }, + "required": [ + "Status", + "HW2CsrDesignationDisplayInfo", + "BatchLocalization", + "Localization", + "Title", + "Common", + "Identity" + ] + }, + + "HW2CsrDesignationDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + } + }, + "required": [ + "Name" + ] + }, + + + "HW2CsrDesignationTierContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2CsrDesignationTierView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2CsrDesignationTierView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "HW2CsrDesignationTier": { + "$ref": "#/definitions/HW2CsrDesignationTier" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "HW2CsrDesignationTier" + ] + }, + + "HW2CsrDesignationTier": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "ID": { + "type": "integer" + }, + "Image": { + "$ref": "common/image.schema.json#/definitions/ImageContentItemTypeB" + } + }, + "required": [ + "ID", + "Image" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2CsrDesignationContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/difficulties.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/difficulties.json new file mode 100644 index 0000000..befc5b7 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/difficulties.json @@ -0,0 +1,225 @@ +{ + "Paging": { + "StartAt": 0, + "InlineCount": 4, + "TotalCount": 4 + }, + "ContentItems": [ + { + "Id": 202570, + "Type": "HW2Difficulty", + "View": { + "Status": "Published", + "Title": "Normal", + "HW2Difficulty": { + "DisplayInfo": { + "Id": 201942, + "Type": "HW2DifficultyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T16:35:20Z", + "ModifiedUtc": "2017-02-03T18:27:05Z", + "PublishedUtc": "2017-02-03T19:37:27Z", + "Container": -1 + }, + "Identity": "1bd5792e9ce1451f980c5cbeb203dc1c", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Normal Display Info", + "HW2DifficultyDisplayInfo": { + "Name": "Normal", + "Description": "The enemy will not relent until you are destroyed, but a considered strategy and awareness of the environment should help you prevail. Recommended for players with RTS experience." + } + } + }, + "ID": 2 + }, + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T16:35:25Z", + "ModifiedUtc": "2017-02-03T18:15:40Z", + "PublishedUtc": "2017-02-03T19:41:34Z", + "Container": -1 + }, + "Identity": "6855e062845542e2af6540eeaf78e39e" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202570" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202630, + "Type": "HW2Difficulty", + "View": { + "Status": "Published", + "Title": "Easy", + "HW2Difficulty": { + "DisplayInfo": { + "Id": 201969, + "Type": "HW2DifficultyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T16:33:31Z", + "ModifiedUtc": "2017-02-03T18:27:05Z", + "PublishedUtc": "2017-02-03T19:35:25Z", + "Container": -1 + }, + "Identity": "225620c6a1ee4ce4ad4d20c0655b97a3", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Easy Display Info", + "HW2DifficultyDisplayInfo": { + "Name": "Easy", + "Description": "Cut through swathes of foes with ease and revel in your unstoppable onslaught. Recommended for players new to Halo Wars 2." + } + } + }, + "ID": 1 + }, + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T16:33:46Z", + "ModifiedUtc": "2017-02-03T18:15:40Z", + "PublishedUtc": "2017-02-03T19:35:49Z", + "Container": -1 + }, + "Identity": "f1cfae2e48324207bee16b969838eb2b" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202630" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202014, + "Type": "HW2Difficulty", + "View": { + "Status": "Published", + "Title": "Heroic", + "HW2Difficulty": { + "DisplayInfo": { + "Id": 202008, + "Type": "HW2DifficultyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T16:35:50Z", + "ModifiedUtc": "2017-02-03T18:27:05Z", + "PublishedUtc": "2017-02-03T19:34:34Z", + "Container": -1 + }, + "Identity": "9ac6d96f567a4e51a4675c80e43e20ed", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Heroic Display Info", + "HW2DifficultyDisplayInfo": { + "Name": "Heroic", + "Description": "You are outgunned and outnumbered, and will have to utilize every skill and tactic you’ve learnt to survive. Recommended for players who have mastered Halo Wars 2." + } + } + }, + "ID": 3 + }, + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T16:35:54Z", + "ModifiedUtc": "2017-02-03T18:15:40Z", + "PublishedUtc": "2017-02-03T19:35:48Z", + "Container": -1 + }, + "Identity": "97162272ae694da780b5dd71c1ce80dc" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202014" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202624, + "Type": "HW2Difficulty", + "View": { + "Status": "Published", + "Title": "Legendary", + "HW2Difficulty": { + "DisplayInfo": { + "Id": 201900, + "Type": "HW2DifficultyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T16:36:38Z", + "ModifiedUtc": "2017-02-03T18:27:05Z", + "PublishedUtc": "2017-02-03T19:34:42Z", + "Container": -1 + }, + "Identity": "dd7541a9e37948608211b10f9d4f9706", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Legendary Display Info", + "HW2DifficultyDisplayInfo": { + "Name": "Legendary", + "Description": "Face insurmountable odds and an overwhelming enemy force. This is what legends are made of." + } + } + }, + "ID": 4 + }, + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T16:36:43Z", + "ModifiedUtc": "2017-02-03T18:15:40Z", + "PublishedUtc": "2017-02-03T19:35:48Z", + "Container": -1 + }, + "Identity": "6f4a2339aa75411e9658d5ca288ea13a" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202624" + } + ], + "ChildrenCount": 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/difficulties.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/difficulties.schema.json new file mode 100644 index 0000000..2434bb4 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/difficulties.schema.json @@ -0,0 +1,20 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "common/difficulty.schema.json#/definitions/HW2DifficultyContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/game-object-categories.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/game-object-categories.json new file mode 100644 index 0000000..3221e6a --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/game-object-categories.json @@ -0,0 +1,209 @@ +{ + "Paging": { + "StartAt": 0, + "InlineCount": 8, + "TotalCount": 8 + }, + "ContentItems": [ + { + "Id": 337340, + "Type": "HW2ObjectCategory", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-09-13T16:45:48Z", + "ModifiedUtc": "2017-02-04T01:30:41Z", + "PublishedUtc": "2017-02-04T01:30:41Z", + "Container": -1 + }, + "Identity": "4e4139319fe34339a2e691ae49970771", + "Title": "Anti-Infantry [obj category]", + "Autoroute": "hw2/object-category/4e4139319fe34339a2e691ae49970771" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337340" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337341, + "Type": "HW2ObjectCategory", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-14T09:24:41Z", + "ModifiedUtc": "2017-02-04T01:30:41Z", + "PublishedUtc": "2017-02-04T01:30:41Z", + "Container": -1 + }, + "Identity": "77dda04524a34da5b274a153ce4d7ca1", + "Title": "Infantry[obj category]", + "Autoroute": "hw2/object-category/77dda04524a34da5b274a153ce4d7ca1" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337341" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337342, + "Type": "HW2ObjectCategory", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-09-13T16:45:10Z", + "ModifiedUtc": "2017-02-04T01:30:41Z", + "PublishedUtc": "2017-02-04T01:30:41Z", + "Container": -1 + }, + "Identity": "32af84ebdc044cea8363273d9224f980", + "Title": "Anti-Vehicle [obj category]", + "Autoroute": "hw2/object-category/32af84ebdc044cea8363273d9224f980" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337342" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337339, + "Type": "HW2ObjectCategory", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-09-13T16:46:04Z", + "ModifiedUtc": "2017-02-04T01:30:40Z", + "PublishedUtc": "2017-02-04T01:30:40Z", + "Container": -1 + }, + "Identity": "82f90d46f6a949de956ab467a4c869ad", + "Title": "Anti-Air [obj category]", + "Autoroute": "hw2/object-category/82f90d46f6a949de956ab467a4c869ad" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337339" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-09-13T16:47:37Z", + "ModifiedUtc": "2017-02-03T19:35:10Z", + "PublishedUtc": "2017-02-03T19:35:10Z", + "Container": -1 + }, + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Title": "Air units [obj category]", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335158" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-29T09:52:15Z", + "ModifiedUtc": "2017-02-03T19:34:47Z", + "PublishedUtc": "2017-02-03T19:34:47Z", + "Container": -1 + }, + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Title": "Building [obj category]", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335037" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-25T16:27:05Z", + "ModifiedUtc": "2017-02-03T19:34:42Z", + "PublishedUtc": "2017-02-03T19:34:42Z", + "Container": -1 + }, + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Title": "Vehicle [obj category]", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335010" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-09-13T16:47:58Z", + "ModifiedUtc": "2017-02-03T19:34:22Z", + "PublishedUtc": "2017-02-03T19:34:22Z", + "Container": -1 + }, + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Title": "Infantry [obj category]", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/334896" + } + ], + "ChildrenCount": 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/game-object-categories.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/game-object-categories.schema.json new file mode 100644 index 0000000..14d943d --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/game-object-categories.schema.json @@ -0,0 +1,85 @@ +{ + "definitions": { + "HW2ObjectCategoryContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2ObjectCategoryView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "common/link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2ObjectCategoryView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "Autoroute": { + "type": "string" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "Autoroute" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2ObjectCategoryContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/game-objects.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/game-objects.json new file mode 100644 index 0000000..d3ad295 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/game-objects.json @@ -0,0 +1,8345 @@ +{ + "Paging": { + "StartAt": 0, + "InlineCount": 100, + "TotalCount": 232 + }, + "ContentItems": [ + { + "Id": 337163, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:37Z", + "ModifiedUtc": "2017-02-15T00:47:56Z", + "PublishedUtc": "2017-02-15T00:47:57Z", + "Container": -1 + }, + "Identity": "d791f34ca4db4e11880701c11c6b34e9", + "Autoroute": "hw2/objects/unsc_veh_rm_mongoose_03", + "Title": "JACKRABBIT", + "HW2Object": { + "ObjectTypeId": "unsc_veh_rm_mongoose_03", + "DisplayInfo": { + "Id": 336149, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:30Z", + "ModifiedUtc": "2017-02-03T19:38:25Z", + "PublishedUtc": "2017-02-03T19:38:25Z", + "Container": -1 + }, + "Identity": "b37715b6ce0344e7a82874a0223b5ac0", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "JACKRABBIT Display Info", + "HW2ObjectDisplayInfo": { + "Name": "JACKRABBIT", + "Description": "Very fast moving. Can de-capture" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337551, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:14Z", + "ModifiedUtc": "2017-02-09T10:21:38Z", + "PublishedUtc": "2017-02-09T10:21:38Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_mongoose_upgrade2_rmkw-78793f190f6f4a95b80a5dd481af0219.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_mongoose_upgrade2_rmkw-78793f190f6f4a95b80a5dd481af0219.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_mongoose_upgrade2_rmkw-78793f190f6f4a95b80a5dd481af0219", + "Identity": "37d979e0df8b4af7a46a2eb025f09909" + } + }, + "StandardSupplyCost": 210, + "StandardPopulationCost": 2, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Poor" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337163" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337096, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:25Z", + "ModifiedUtc": "2017-02-15T00:47:12Z", + "PublishedUtc": "2017-02-15T00:47:13Z", + "Container": -1 + }, + "Identity": "bf606ec8b0d04bb6ac1ac60ba6bdedc5", + "Autoroute": "hw2/objects/unsc_veh_rm_mongoose_02", + "Title": "JACKRABBIT", + "HW2Object": { + "ObjectTypeId": "unsc_veh_rm_mongoose_02", + "DisplayInfo": { + "Id": 335148, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:24Z", + "ModifiedUtc": "2017-02-03T19:35:08Z", + "PublishedUtc": "2017-02-03T19:35:08Z", + "Container": -1 + }, + "Identity": "38d65374a19b450c8c7ecd0b8a13535d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "JACKRABBIT Display Info", + "HW2ObjectDisplayInfo": { + "Name": "JACKRABBIT", + "Description": "Very fast moving. Can de-capture" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337637, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:14Z", + "ModifiedUtc": "2017-02-09T10:22:15Z", + "PublishedUtc": "2017-02-09T10:22:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_mongoose_upgrade1_locked_icon_rmkw-d743c9c7aa034d278503dd0a26b53eca.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_mongoose_upgrade1_locked_icon_rmkw-d743c9c7aa034d278503dd0a26b53eca.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_mongoose_upgrade1_locked_icon_rmkw-d743c9c7aa034d278503dd0a26b53eca", + "Identity": "a2f7463dad16466f96aefd8675b3a19d" + } + }, + "StandardSupplyCost": 210, + "StandardPopulationCost": 2, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Poor" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337096" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335361, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:22Z", + "ModifiedUtc": "2017-02-15T00:46:30Z", + "PublishedUtc": "2017-02-15T00:46:30Z", + "Container": -1 + }, + "Identity": "899e7539498c4c0589d98c83032f6a2b", + "Autoroute": "hw2/objects/unsc_veh_rm_mongoose_01", + "Title": "JACKRABBIT", + "HW2Object": { + "ObjectTypeId": "unsc_veh_rm_mongoose_01", + "DisplayInfo": { + "Id": 335018, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:21Z", + "ModifiedUtc": "2017-02-03T19:34:43Z", + "PublishedUtc": "2017-02-03T19:34:43Z", + "Container": -1 + }, + "Identity": "6924526a25404a17adb769598a2c4f76", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "JACKRABBIT Display Info", + "HW2ObjectDisplayInfo": { + "Name": "JACKRABBIT", + "Description": "Very fast moving. Can de-capture" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337509, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:14Z", + "ModifiedUtc": "2017-02-09T10:21:21Z", + "PublishedUtc": "2017-02-09T10:21:21Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_mongoose_upgrade1_locked_icon_rm-dd827aa2dae84734955e63a7bd15fc19.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_mongoose_upgrade1_locked_icon_rm-dd827aa2dae84734955e63a7bd15fc19.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_mongoose_upgrade1_locked_icon_rm-dd827aa2dae84734955e63a7bd15fc19", + "Identity": "033da5c9400a4152a6767fd9fde37a83" + } + }, + "StandardSupplyCost": 210, + "StandardPopulationCost": 2, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Poor" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335361" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336027, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:09Z", + "ModifiedUtc": "2017-02-15T00:36:15Z", + "PublishedUtc": "2017-02-15T00:36:15Z", + "Container": -1 + }, + "Identity": "8e9aae4e8c534b89b9771dbb715e6965", + "Autoroute": "hw2/objects/unsc_inf_rm_spartan_rocket_01", + "Title": "DOUGLAS-042", + "HW2Object": { + "ObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "DisplayInfo": { + "Id": 335765, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:08Z", + "ModifiedUtc": "2017-02-03T19:37:03Z", + "PublishedUtc": "2017-02-03T19:37:03Z", + "Container": -1 + }, + "Identity": "54f240c46b8b4157b466fe12aead9f75", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "DOUGLAS-042 Display Info", + "HW2ObjectDisplayInfo": { + "Name": "DOUGLAS-042", + "Description": "Rocket Launcher. Ranged hero. Ground pound area attack. One active hero limit." + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337556, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:14Z", + "ModifiedUtc": "2017-02-09T10:21:41Z", + "PublishedUtc": "2017-02-09T10:21:41Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_inf_spartan_rocket_01_rmkw-ba18a688a33c4115b32f20c611a83bef.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_inf_spartan_rocket_01_rmkw-ba18a688a33c4115b32f20c611a83bef.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_inf_spartan_rocket_01_rmkw-ba18a688a33c4115b32f20c611a83bef", + "Identity": "973f05542f3943aab9b00076ffca57c7" + } + }, + "StandardSupplyCost": 500, + "StandardPopulationCost": 1, + "StandardEnergyCost": 400, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Good" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336027" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336813, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:05Z", + "ModifiedUtc": "2017-02-15T00:36:02Z", + "PublishedUtc": "2017-02-15T00:36:02Z", + "Container": -1 + }, + "Identity": "da48a8b431ae49a092fc787cf5c0974b", + "Autoroute": "hw2/objects/unsc_inf_rm_spartan_chaingun_01", + "Title": "ALICE-130", + "HW2Object": { + "ObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "DisplayInfo": { + "Id": 336660, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:04Z", + "ModifiedUtc": "2017-02-03T19:40:02Z", + "PublishedUtc": "2017-02-03T19:40:02Z", + "Container": -1 + }, + "Identity": "d915ed1f810e41349cce359aff657f9c", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ALICE-130 Display Info", + "HW2ObjectDisplayInfo": { + "Name": "ALICE-130", + "Description": "Heavy Machine Gun. Ranged hero. Ground pound area attack. One active hero limit." + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337475, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:12Z", + "ModifiedUtc": "2017-02-09T10:21:06Z", + "PublishedUtc": "2017-02-09T10:21:07Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_inf_spartan_chaingun_01_upgrade2_rmkw-85db622626384b97a15cf4ae73fc09cd.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_inf_spartan_chaingun_01_upgrade2_rmkw-85db622626384b97a15cf4ae73fc09cd.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_inf_spartan_chaingun_01_upgrade2_rmkw-85db622626384b97a15cf4ae73fc09cd", + "Identity": "fd9ce5e3b75d44f2b88210cf55ab2929" + } + }, + "StandardSupplyCost": 500, + "StandardPopulationCost": 1, + "StandardEnergyCost": 400, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Good" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336813" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337111, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:08Z", + "ModifiedUtc": "2017-02-15T00:30:55Z", + "PublishedUtc": "2017-02-15T00:30:55Z", + "Container": -1 + }, + "Identity": "0b9c7e8c1e2e443095d848471253b923", + "Autoroute": "hw2/objects/unsc_inf_rm_spartan_laser_01", + "Title": "JEROME-092", + "HW2Object": { + "ObjectTypeId": "unsc_inf_rm_spartan_laser_01", + "DisplayInfo": { + "Id": 335307, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:07Z", + "ModifiedUtc": "2017-02-03T19:35:34Z", + "PublishedUtc": "2017-02-03T19:35:34Z", + "Container": -1 + }, + "Identity": "81427661ed52484eafffc545c8dfd47b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "JEROME-092 Display Info", + "HW2ObjectDisplayInfo": { + "Name": "JEROME-092", + "Description": "Spartan Laser. Ranged hero. Ground pound area attack. One active hero limit." + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337706, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:13Z", + "ModifiedUtc": "2017-02-09T10:22:40Z", + "PublishedUtc": "2017-02-09T10:22:40Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_inf_spartan_laser_01_upgrade2_rmkw-afce55b8ab8b4b7487875cdbd8ac89f3.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_inf_spartan_laser_01_upgrade2_rmkw-afce55b8ab8b4b7487875cdbd8ac89f3.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_inf_spartan_laser_01_upgrade2_rmkw-afce55b8ab8b4b7487875cdbd8ac89f3", + "Identity": "6a19f34bcf8a4618899519020508ebb0" + } + }, + "StandardSupplyCost": 500, + "StandardPopulationCost": 1, + "StandardEnergyCost": 400, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Good" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337111" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337185, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:36:35Z", + "ModifiedUtc": "2017-02-15T00:29:53Z", + "PublishedUtc": "2017-02-15T00:29:53Z", + "Container": -1 + }, + "Identity": "597d13d9b2b14ee39308c70d9ac22098", + "Autoroute": "hw2/objects/cov_air_rm_banshee_02", + "Title": "BANSHEE", + "HW2Object": { + "ObjectTypeId": "cov_air_rm_banshee_02", + "DisplayInfo": { + "Id": 336036, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:36:34Z", + "ModifiedUtc": "2017-02-03T19:38:00Z", + "PublishedUtc": "2017-02-03T19:38:00Z", + "Container": -1 + }, + "Identity": "44bc3db6087f4e00bb79d8ae365943f6", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "BANSHEE Display Info", + "HW2ObjectDisplayInfo": { + "Name": "BANSHEE", + "Description": "Fast moving. When upgraded,. effective against air" + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": { + "Id": 337488, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:49Z", + "ModifiedUtc": "2017-02-09T10:21:12Z", + "PublishedUtc": "2017-02-09T10:21:14Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_air_banshee_01_rmkw-27a3d864434f4651bc518056110c5d26.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_air_banshee_01_rmkw-27a3d864434f4651bc518056110c5d26.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_air_banshee_01_rmkw-27a3d864434f4651bc518056110c5d26", + "Identity": "4ea7d087efb14194828cca73b7fcfded" + } + }, + "StandardSupplyCost": 300, + "StandardPopulationCost": 3, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Poor", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Good" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337185" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337170, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:45Z", + "ModifiedUtc": "2017-02-14T23:17:56Z", + "PublishedUtc": "2017-02-14T23:17:56Z", + "Container": -1 + }, + "Identity": "f1d8101a6d57479bbaed628e20980840", + "Autoroute": "hw2/objects/unsc_veh_rm_warthog_02", + "Title": "WARTHOG", + "HW2Object": { + "ObjectTypeId": "unsc_veh_rm_warthog_02", + "DisplayInfo": { + "Id": 335939, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:45Z", + "ModifiedUtc": "2017-02-03T19:37:36Z", + "PublishedUtc": "2017-02-03T19:37:36Z", + "Container": -1 + }, + "Identity": "7c4033392b0d4116937f22009035b155", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "WARTHOG Display Info", + "HW2ObjectDisplayInfo": { + "Name": "WARTHOG", + "Description": "Fast moving. Can ram enemies. Good all-around vehicle" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337662, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:17Z", + "ModifiedUtc": "2017-02-09T10:22:23Z", + "PublishedUtc": "2017-02-09T10:22:23Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_veh_warthog_01_rmkw-1fd8da271c904783be7c423b39ef6e3a.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_veh_warthog_01_rmkw-1fd8da271c904783be7c423b39ef6e3a.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_veh_warthog_01_rmkw-1fd8da271c904783be7c423b39ef6e3a", + "Identity": "e56e112255554a60b884a5dd5ef4d3d6" + } + }, + "StandardSupplyCost": 250, + "StandardPopulationCost": 4, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337170" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336651, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:45:48Z", + "ModifiedUtc": "2017-02-03T19:40:00Z", + "PublishedUtc": "2017-02-09T10:23:08Z", + "Container": -1 + }, + "Identity": "e133b2e1fbe942b0bf9c666bbae37683", + "Autoroute": "hw2/objects/cov_bldg_megaturret_01", + "Title": "MEGA TURRET", + "HW2Object": { + "ObjectTypeId": "cov_bldg_megaturret_01", + "DisplayInfo": { + "Id": 335372, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:45:47Z", + "ModifiedUtc": "2017-02-03T19:35:47Z", + "PublishedUtc": "2017-02-09T10:22:33Z", + "Container": -1 + }, + "Identity": "f3c71ec7f6694ba694e115a2d8404b92", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MEGA TURRET Display Info", + "HW2ObjectDisplayInfo": { + "Name": "MEGA TURRET", + "Description": "" + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 2000, + "StandardPopulationCost": 0, + "StandardEnergyCost": 10, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336651" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337116, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:24Z", + "ModifiedUtc": "2017-02-03T19:41:30Z", + "PublishedUtc": "2017-02-09T10:23:07Z", + "Container": -1 + }, + "Identity": "ee2a3ed94f4a4d8cbd30d84e09ec7f64", + "Autoroute": "hw2/objects/cpgnh_p01_warthogspartan_01", + "Title": "SPARTAN WARTHOG", + "HW2Object": { + "ObjectTypeId": "cpgnh_p01_warthogspartan_01", + "DisplayInfo": { + "Id": 335363, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:23Z", + "ModifiedUtc": "2017-02-03T19:35:43Z", + "PublishedUtc": "2017-02-09T10:22:22Z", + "Container": -1 + }, + "Identity": "53055f29c0014adb9da83247e1aca849", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SPARTAN WARTHOG Display Info", + "HW2ObjectDisplayInfo": { + "Name": "SPARTAN WARTHOG", + "Description": "" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": {}, + "StandardSupplyCost": 250, + "StandardPopulationCost": 4, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337116" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337207, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:07Z", + "ModifiedUtc": "2017-02-03T19:41:57Z", + "PublishedUtc": "2017-02-09T10:23:06Z", + "Container": -1 + }, + "Identity": "68a631542a6b4d2ca7bc78fa56b1e519", + "Autoroute": "hw2/objects/cov_bldg_supplydepot_02", + "Title": "AUG. HARVESTER", + "HW2Object": { + "ObjectTypeId": "cov_bldg_supplydepot_02", + "DisplayInfo": { + "Id": 336502, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:06Z", + "ModifiedUtc": "2017-02-03T19:39:27Z", + "PublishedUtc": "2017-02-09T10:22:21Z", + "Container": -1 + }, + "Identity": "0e9eff5dff84402ca1c76b9f547fdcdc", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "AUG. HARVESTER Display Info", + "HW2ObjectDisplayInfo": { + "Name": "AUG. HARVESTER", + "Description": "" + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 150, + "StandardPopulationCost": 0, + "StandardEnergyCost": 80, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337207" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335740, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:33Z", + "ModifiedUtc": "2017-02-03T19:36:58Z", + "PublishedUtc": "2017-02-09T10:23:05Z", + "Container": -1 + }, + "Identity": "665017c7fd784979b1b9dd89233afcdc", + "Autoroute": "hw2/objects/unsc_bldg_minibasenosocks", + "Title": "MINIBASE", + "HW2Object": { + "ObjectTypeId": "unsc_bldg_minibasenosocks", + "DisplayInfo": { + "Id": 335437, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:32Z", + "ModifiedUtc": "2017-02-03T19:36:00Z", + "PublishedUtc": "2017-02-09T10:22:09Z", + "Container": -1 + }, + "Identity": "b403dbf9561840dcba09439ac9ef895d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MINIBASE Display Info", + "HW2ObjectDisplayInfo": { + "Name": "MINIBASE", + "Description": "" + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 140, + "StandardPopulationCost": 0, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335740" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336029, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:44Z", + "ModifiedUtc": "2017-02-03T19:37:58Z", + "PublishedUtc": "2017-02-09T10:23:03Z", + "Container": -1 + }, + "Identity": "b487a176ded9439a8617017c6024a334", + "Autoroute": "hw2/objects/unsc_inf_rm_cyclops_01", + "Title": "CYCLOPS", + "HW2Object": { + "ObjectTypeId": "unsc_inf_rm_cyclops_01", + "DisplayInfo": { + "Id": 334969, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:41Z", + "ModifiedUtc": "2017-02-03T19:34:34Z", + "PublishedUtc": "2017-02-03T19:34:34Z", + "Container": -1 + }, + "Identity": "929a902ed98b4a43a54d4dc3e6e20dc7", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "CYCLOPS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "CYCLOPS", + "Description": "Fast moving. Heavy armor. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337610, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:09Z", + "ModifiedUtc": "2017-02-09T10:22:04Z", + "PublishedUtc": "2017-02-09T10:22:04Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_inf_cyclops_01_rm-18ee834542b641f1985d761230f50b35.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_inf_cyclops_01_rm-18ee834542b641f1985d761230f50b35.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_inf_cyclops_01_rm-18ee834542b641f1985d761230f50b35", + "Identity": "432992b08fc94d5e834a75e679e40e18" + } + }, + "StandardSupplyCost": 120, + "StandardPopulationCost": 4, + "StandardEnergyCost": 150, + "EffectivenessAgainstInfantry": "Poor", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336029" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335944, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:43Z", + "ModifiedUtc": "2017-02-03T19:37:37Z", + "PublishedUtc": "2017-02-09T10:23:01Z", + "Container": -1 + }, + "Identity": "05e4304a125d4334ab3ec7e927aa2308", + "Autoroute": "hw2/objects/cov_veh_rm_ghost_01", + "Title": "GHOST", + "HW2Object": { + "ObjectTypeId": "cov_veh_rm_ghost_01", + "DisplayInfo": { + "Id": 335338, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:42Z", + "ModifiedUtc": "2017-02-03T19:35:39Z", + "PublishedUtc": "2017-02-03T19:35:39Z", + "Container": -1 + }, + "Identity": "dc99f7a8bcf74c76bcfc7a1b0e96fe36", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GHOST Display Info", + "HW2ObjectDisplayInfo": { + "Name": "GHOST", + "Description": "Very fast moving. Can ram enemies" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337498, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:58Z", + "ModifiedUtc": "2017-02-09T10:21:16Z", + "PublishedUtc": "2017-02-09T10:21:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_veh_ghost_01_rmkw-916d29bc1e684c8391a4168a72c07848.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_veh_ghost_01_rmkw-916d29bc1e684c8391a4168a72c07848.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_veh_ghost_01_rmkw-916d29bc1e684c8391a4168a72c07848", + "Identity": "f9e0c4aedf724723a7111bd0898b24e9" + } + }, + "StandardSupplyCost": 250, + "StandardPopulationCost": 3, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Poor" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335944" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335311, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:03Z", + "ModifiedUtc": "2017-02-03T19:35:35Z", + "PublishedUtc": "2017-02-09T10:23:00Z", + "Container": -1 + }, + "Identity": "0f934c9ce1b64cc3bd5602610f3d2cb3", + "Autoroute": "hw2/objects/cov_inf_rm_hunter_01", + "Title": "HUNTERS", + "HW2Object": { + "ObjectTypeId": "cov_inf_rm_hunter_01", + "DisplayInfo": { + "Id": 335309, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:02Z", + "ModifiedUtc": "2017-02-03T19:35:33Z", + "PublishedUtc": "2017-02-03T19:35:33Z", + "Container": -1 + }, + "Identity": "c1d6f96a0c4f4f80b374e253ea6b9428", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HUNTERS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "HUNTERS", + "Description": "Heavily armored. Slow moving. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337677, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:54Z", + "ModifiedUtc": "2017-02-09T10:22:29Z", + "PublishedUtc": "2017-02-09T10:22:29Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_inf_hunter_01_rm-e12c0ffa484846f08b07c61f7edea13c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_inf_hunter_01_rm-e12c0ffa484846f08b07c61f7edea13c.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_inf_hunter_01_rm-e12c0ffa484846f08b07c61f7edea13c", + "Identity": "e11766efcad04ac4959c41b9642ce0b4" + } + }, + "StandardSupplyCost": 150, + "StandardPopulationCost": 5, + "StandardEnergyCost": 200, + "EffectivenessAgainstInfantry": "Poor", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335311" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336000, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:36:45Z", + "ModifiedUtc": "2017-02-03T19:37:53Z", + "PublishedUtc": "2017-02-09T10:23:00Z", + "Container": -1 + }, + "Identity": "fe1a73ea30b34d799c56fbace28a5883", + "Autoroute": "hw2/objects/cov_air_rm_blisterback_02", + "Title": "BLISTERBACK", + "HW2Object": { + "ObjectTypeId": "cov_air_rm_blisterback_02", + "DisplayInfo": { + "Id": 335104, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:36:44Z", + "ModifiedUtc": "2017-02-03T19:35:01Z", + "PublishedUtc": "2017-02-03T19:35:01Z", + "Container": -1 + }, + "Identity": "4c46de57894e417e9c7c5745b78aab85", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "BLISTERBACK Display Info", + "HW2ObjectDisplayInfo": { + "Name": "BLISTERBACK", + "Description": "Heavily armored. Can deploy to become. artillery unit on ground" + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": { + "Id": 337631, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:16Z", + "ModifiedUtc": "2017-02-09T10:22:12Z", + "PublishedUtc": "2017-02-09T10:22:14Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_air_blisterback_01_rmkw-d9b8a5cece294704bc0f2440338dcec2.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_air_blisterback_01_rmkw-d9b8a5cece294704bc0f2440338dcec2.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_air_blisterback_01_rmkw-d9b8a5cece294704bc0f2440338dcec2", + "Identity": "c57a6b8bddb84047974ba64929565303" + } + }, + "StandardSupplyCost": 700, + "StandardPopulationCost": 8, + "StandardEnergyCost": 50, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336000" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337075, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:48Z", + "ModifiedUtc": "2017-02-03T19:41:21Z", + "PublishedUtc": "2017-02-09T10:23:00Z", + "Container": -1 + }, + "Identity": "c91cbf9fee0643ad8f8d1b234fb271fd", + "Autoroute": "hw2/objects/unsc_veh_rm_wolverine_01", + "Title": "WOLVERINE", + "HW2Object": { + "ObjectTypeId": "unsc_veh_rm_wolverine_01", + "DisplayInfo": { + "Id": 335394, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:47Z", + "ModifiedUtc": "2017-02-03T19:35:50Z", + "PublishedUtc": "2017-02-03T19:35:50Z", + "Container": -1 + }, + "Identity": "52502fb1fce74a2cbef3ce6f13181ed2", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "WOLVERINE Display Info", + "HW2ObjectDisplayInfo": { + "Name": "WOLVERINE", + "Description": "Detects cloaked units. Mid-range missiles. Light armor" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337583, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:18Z", + "ModifiedUtc": "2017-02-09T10:21:53Z", + "PublishedUtc": "2017-02-09T10:21:53Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_veh_wolverine_01_rmkw-9725ff4834084904a68351df696b003d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_veh_wolverine_01_rmkw-9725ff4834084904a68351df696b003d.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_veh_wolverine_01_rmkw-9725ff4834084904a68351df696b003d", + "Identity": "c2389d399dbe44ddaa4f6cbe91c07844" + } + }, + "StandardSupplyCost": 150, + "StandardPopulationCost": 4, + "StandardEnergyCost": 170, + "EffectivenessAgainstInfantry": "Poor", + "EffectivenessAgainstVehicles": "Poor", + "EffectivenessAgainstAir": "Good" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337075" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335964, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:26Z", + "ModifiedUtc": "2017-02-03T19:37:46Z", + "PublishedUtc": "2017-02-09T10:22:59Z", + "Container": -1 + }, + "Identity": "e9997b97692c4f7caa0f6306e681e2df", + "Autoroute": "hw2/objects/cpgnh_p01_warthogspartan_02", + "Title": "SPARTAN WARTHOG", + "HW2Object": { + "ObjectTypeId": "cpgnh_p01_warthogspartan_02", + "DisplayInfo": { + "Id": 335804, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:26Z", + "ModifiedUtc": "2017-02-03T19:37:10Z", + "PublishedUtc": "2017-02-09T10:21:52Z", + "Container": -1 + }, + "Identity": "36989e4665f345e4bd64a069eec35687", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SPARTAN WARTHOG Display Info", + "HW2ObjectDisplayInfo": { + "Name": "SPARTAN WARTHOG", + "Description": "" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": {}, + "StandardSupplyCost": 250, + "StandardPopulationCost": 4, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335964" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337153, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:29Z", + "ModifiedUtc": "2017-02-03T19:41:43Z", + "PublishedUtc": "2017-02-09T10:22:59Z", + "Container": -1 + }, + "Identity": "ea2164bf7cfa433d9351d45366677daf", + "Autoroute": "hw2/objects/cov_inf_rm_brutehonour_01", + "Title": "WARLORD", + "HW2Object": { + "ObjectTypeId": "cov_inf_rm_brutehonour_01", + "DisplayInfo": { + "Id": 335959, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:19Z", + "ModifiedUtc": "2017-02-03T19:37:45Z", + "PublishedUtc": "2017-02-03T19:37:45Z", + "Container": -1 + }, + "Identity": "eaff02280fd7446391c50941ac4b1951", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "WARLORD Display Info", + "HW2ObjectDisplayInfo": { + "Name": "WARLORD", + "Description": "Melee hero. Powerful area attack. Cannot attack air. One active hero limit." + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337578, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:51Z", + "ModifiedUtc": "2017-02-09T10:21:51Z", + "PublishedUtc": "2017-02-09T10:21:51Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_inf_brutehonour_01_rmkw-876642ceff0940f29316c07f4dd11b33.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_inf_brutehonour_01_rmkw-876642ceff0940f29316c07f4dd11b33.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_inf_brutehonour_01_rmkw-876642ceff0940f29316c07f4dd11b33", + "Identity": "1f7d2435791c4274af927458dd4648c6" + } + }, + "StandardSupplyCost": 450, + "StandardPopulationCost": 1, + "StandardEnergyCost": 400, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337153" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337126, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:58Z", + "ModifiedUtc": "2017-02-03T19:41:34Z", + "PublishedUtc": "2017-02-09T10:22:57Z", + "Container": -1 + }, + "Identity": "189a8065471d477fbaa726a77c2d59dc", + "Autoroute": "hw2/objects/cov_inf_rm_grunt_01", + "Title": "GRUNT SQUAD", + "HW2Object": { + "ObjectTypeId": "cov_inf_rm_grunt_01", + "DisplayInfo": { + "Id": 336050, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:57Z", + "ModifiedUtc": "2017-02-03T19:38:04Z", + "PublishedUtc": "2017-02-03T19:38:04Z", + "Container": -1 + }, + "Identity": "90e60782658f4f4a9875fbfd52503c11", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GRUNT SQUAD Display Info", + "HW2ObjectDisplayInfo": { + "Name": "GRUNT SQUAD", + "Description": "Cheap and expendable. Low pop. count. Quick capture unit" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337548, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:53Z", + "ModifiedUtc": "2017-02-09T10:21:37Z", + "PublishedUtc": "2017-02-09T10:21:37Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_inf_grunt_01_rm-15d80b5f4f324a9789186f9cf0e7702f.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_inf_grunt_01_rm-15d80b5f4f324a9789186f9cf0e7702f.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_inf_grunt_01_rm-15d80b5f4f324a9789186f9cf0e7702f", + "Identity": "92dd4b846b024a11a1c0338bdecc5fed" + } + }, + "StandardSupplyCost": 100, + "StandardPopulationCost": 2, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Poor", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337126" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337168, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:56Z", + "ModifiedUtc": "2017-02-03T19:41:47Z", + "PublishedUtc": "2017-02-09T10:22:56Z", + "Container": -1 + }, + "Identity": "fabf0d4ddc6b49bfb45d67ecda043c74", + "Autoroute": "hw2/objects/cov_inf_rm_engineer_01", + "Title": "ENGINEER", + "HW2Object": { + "ObjectTypeId": "cov_inf_rm_engineer_01", + "DisplayInfo": { + "Id": 335935, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:54Z", + "ModifiedUtc": "2017-02-03T19:37:36Z", + "PublishedUtc": "2017-02-03T19:37:36Z", + "Container": -1 + }, + "Identity": "3dffea7a0d6d49f6a12a0e54d89dcb59", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ENGINEER Display Info", + "HW2ObjectDisplayInfo": { + "Name": "ENGINEER", + "Description": "Repairs and heals. Non-combatant. Detects cloaked units" + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": { + "Id": 337601, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:52Z", + "ModifiedUtc": "2017-02-09T10:22:00Z", + "PublishedUtc": "2017-02-09T10:22:00Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_inf_engineer_01_rm-c79ac763d04f4d50ae831fe2828f90c5.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_inf_engineer_01_rm-c79ac763d04f4d50ae831fe2828f90c5.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_inf_engineer_01_rm-c79ac763d04f4d50ae831fe2828f90c5", + "Identity": "a63bf08aeba1421c80faeea91c01402e" + } + }, + "StandardSupplyCost": 240, + "StandardPopulationCost": 3, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337168" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336122, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:59Z", + "ModifiedUtc": "2017-02-03T19:38:20Z", + "PublishedUtc": "2017-02-09T10:22:55Z", + "Container": -1 + }, + "Identity": "3187dbd6daf541fc80f96d993ceff74b", + "Autoroute": "hw2/objects/unsc_inf_rm_marine_01", + "Title": "MARINES", + "HW2Object": { + "ObjectTypeId": "unsc_inf_rm_marine_01", + "DisplayInfo": { + "Id": 335189, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:59Z", + "ModifiedUtc": "2017-02-03T19:35:15Z", + "PublishedUtc": "2017-02-03T19:35:15Z", + "Container": -1 + }, + "Identity": "33d38869583b4425be89b4c63df7361c", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MARINES Display Info", + "HW2ObjectDisplayInfo": { + "Name": "MARINES", + "Description": "Flexible ground troops. Quick capture unit" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337698, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:13Z", + "ModifiedUtc": "2017-02-09T10:22:37Z", + "PublishedUtc": "2017-02-09T10:22:37Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_inf_marine_01_rm-fde1facb7f0d4f80aa7932884fce204e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_inf_marine_01_rm-fde1facb7f0d4f80aa7932884fce204e.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_inf_marine_01_rm-fde1facb7f0d4f80aa7932884fce204e", + "Identity": "420c5b12f6b645678438bf2e34420f16" + } + }, + "StandardSupplyCost": 150, + "StandardPopulationCost": 3, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336122" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335392, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:00Z", + "ModifiedUtc": "2017-02-03T19:35:49Z", + "PublishedUtc": "2017-02-09T10:22:54Z", + "Container": -1 + }, + "Identity": "c887cc0547bd4c33ae7c2f0380fa5f21", + "Autoroute": "hw2/objects/unsc_air_rm_wingmenhornet_01", + "Title": "HORNET", + "HW2Object": { + "ObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "DisplayInfo": { + "Id": 335387, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:59Z", + "ModifiedUtc": "2017-02-03T19:35:49Z", + "PublishedUtc": "2017-02-03T19:35:49Z", + "Container": -1 + }, + "Identity": "c41bba55df7f42c2aed631e7bc4423ac", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HORNET Display Info", + "HW2ObjectDisplayInfo": { + "Name": "HORNET", + "Description": "Fast moving. Medium range" + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": { + "Id": 337525, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:07Z", + "ModifiedUtc": "2017-02-09T10:21:27Z", + "PublishedUtc": "2017-02-09T10:21:28Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_air_hornet_01_rmkw-c0983b0480c84f0ea436dbbdaca7844b.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_air_hornet_01_rmkw-c0983b0480c84f0ea436dbbdaca7844b.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_air_hornet_01_rmkw-c0983b0480c84f0ea436dbbdaca7844b", + "Identity": "5ec94c0cdaa347e4965a8910e2fa7594" + } + }, + "StandardSupplyCost": 375, + "StandardPopulationCost": 4, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335392" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335478, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:57Z", + "ModifiedUtc": "2017-02-03T19:36:09Z", + "PublishedUtc": "2017-02-09T10:22:54Z", + "Container": -1 + }, + "Identity": "38e9047497d044eb89179043d1fd4370", + "Autoroute": "hw2/objects/unsc_air_rm_nightingale_01", + "Title": "NIGHTINGALE", + "HW2Object": { + "ObjectTypeId": "unsc_air_rm_nightingale_01", + "DisplayInfo": { + "Id": 335229, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:56Z", + "ModifiedUtc": "2017-02-03T19:35:22Z", + "PublishedUtc": "2017-02-03T19:35:22Z", + "Container": -1 + }, + "Identity": "2948cecc0eea4f2d8b53dd0eb065af9d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "NIGHTINGALE Display Info", + "HW2ObjectDisplayInfo": { + "Name": "NIGHTINGALE", + "Description": "Repairs and heals. Defensive Smoke. Detects cloaked units" + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": { + "Id": 337672, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:08Z", + "ModifiedUtc": "2017-02-09T10:22:27Z", + "PublishedUtc": "2017-02-09T10:22:27Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_air_nightingale_01_rm-1ae31dcb4cf0416690d6e81cf2f671e3.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_air_nightingale_01_rm-1ae31dcb4cf0416690d6e81cf2f671e3.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_air_nightingale_01_rm-1ae31dcb4cf0416690d6e81cf2f671e3", + "Identity": "11b5cc3daef642188a9254530f803026" + } + }, + "StandardSupplyCost": 400, + "StandardPopulationCost": 4, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335478" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336917, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:30Z", + "ModifiedUtc": "2017-02-03T19:40:51Z", + "PublishedUtc": "2017-02-09T10:22:54Z", + "Container": -1 + }, + "Identity": "2cecdef0827b444b9a162ca821430b17", + "Autoroute": "hw2/objects/neutralfor_rm_sentineltier2_01", + "Title": "PROTECTOR SENTINEL", + "HW2Object": { + "ObjectTypeId": "neutralfor_rm_sentineltier2_01", + "DisplayInfo": { + "Id": 336346, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:30Z", + "ModifiedUtc": "2017-02-03T19:39:00Z", + "PublishedUtc": "2017-02-03T19:39:00Z", + "Container": -1 + }, + "Identity": "70f1ac1d7e9749eb8f376f5790e17d05", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "PROTECTOR SENTINEL Display Info", + "HW2ObjectDisplayInfo": { + "Name": "PROTECTOR SENTINEL", + "Description": "Sentinel Detonation. Sentinel Beam. " + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": { + "Id": 337699, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:03Z", + "ModifiedUtc": "2017-02-09T10:22:37Z", + "PublishedUtc": "2017-02-09T10:22:37Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/for_air_sentineltier2_01_rm-bb08777a225c4429bdca5d5d40998694.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "for_air_sentineltier2_01_rm-bb08777a225c4429bdca5d5d40998694.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "for_air_sentineltier2_01_rm-bb08777a225c4429bdca5d5d40998694", + "Identity": "c70b165912f2421a89d994db7dfb6764" + } + }, + "StandardSupplyCost": 280, + "StandardPopulationCost": 4, + "StandardEnergyCost": 30, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336917" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335406, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:02Z", + "ModifiedUtc": "2017-02-03T19:35:53Z", + "PublishedUtc": "2017-02-09T10:22:53Z", + "Container": -1 + }, + "Identity": "a897f3d58f2649818b09f917f867b945", + "Autoroute": "hw2/objects/cov_veh_rm_wraith_01", + "Title": "WRAITH", + "HW2Object": { + "ObjectTypeId": "cov_veh_rm_wraith_01", + "DisplayInfo": { + "Id": 335403, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:02Z", + "ModifiedUtc": "2017-02-03T19:35:52Z", + "PublishedUtc": "2017-02-03T19:35:52Z", + "Container": -1 + }, + "Identity": "8cb638c126bc4cbf8ec2eea9e63abbe8", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "WRAITH Display Info", + "HW2ObjectDisplayInfo": { + "Name": "WRAITH", + "Description": "Heavy damage. Long range" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337587, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:00Z", + "ModifiedUtc": "2017-02-09T10:21:54Z", + "PublishedUtc": "2017-02-09T10:21:54Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_veh_wraith_01_rm-7a1f42c4498e4ac6bf386ec8ef9138bc.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_veh_wraith_01_rm-7a1f42c4498e4ac6bf386ec8ef9138bc.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_veh_wraith_01_rm-7a1f42c4498e4ac6bf386ec8ef9138bc", + "Identity": "4a5f9c6adb7a4a6482fd5085da41a240" + } + }, + "StandardSupplyCost": 550, + "StandardPopulationCost": 6, + "StandardEnergyCost": 40, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335406" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335441, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:53Z", + "ModifiedUtc": "2017-02-03T19:36:00Z", + "PublishedUtc": "2017-02-09T10:22:53Z", + "Container": -1 + }, + "Identity": "d0e2d8e3654141088f086ea712368d61", + "Autoroute": "hw2/objects/unsc_inf_rm_flamemarine_02", + "Title": "HELLBRINGERS", + "HW2Object": { + "ObjectTypeId": "unsc_inf_rm_flamemarine_02", + "DisplayInfo": { + "Id": 335334, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:52Z", + "ModifiedUtc": "2017-02-03T19:35:39Z", + "PublishedUtc": "2017-02-03T19:35:39Z", + "Container": -1 + }, + "Identity": "07f116d33393495880e52679da5c70ee", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HELLBRINGERS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "HELLBRINGERS", + "Description": "Effective against infantry. Strong rush unit. Good against buildings. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337649, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:10Z", + "ModifiedUtc": "2017-02-09T10:22:19Z", + "PublishedUtc": "2017-02-09T10:22:19Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_inf_flamemarine_01_rmkw-c8ff94c2900f4fd1a4351c4460f335b4.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_inf_flamemarine_01_rmkw-c8ff94c2900f4fd1a4351c4460f335b4.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_inf_flamemarine_01_rmkw-c8ff94c2900f4fd1a4351c4460f335b4", + "Identity": "94c23d23fa5b4582b67bbf8797808d6d" + } + }, + "StandardSupplyCost": 80, + "StandardPopulationCost": 3, + "StandardEnergyCost": 50, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Poor", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335441" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336011, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:51Z", + "ModifiedUtc": "2017-02-03T19:37:55Z", + "PublishedUtc": "2017-02-09T10:22:53Z", + "Container": -1 + }, + "Identity": "413e4a5746f048b68d8a25e5f9a22ae4", + "Autoroute": "hw2/objects/unsc_inf_rm_flamemarine_01", + "Title": "HELLBRINGERS", + "HW2Object": { + "ObjectTypeId": "unsc_inf_rm_flamemarine_01", + "DisplayInfo": { + "Id": 335145, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:50Z", + "ModifiedUtc": "2017-02-03T19:35:08Z", + "PublishedUtc": "2017-02-03T19:35:08Z", + "Container": -1 + }, + "Identity": "6cb38ae5249543db933c8d6613543bcf", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HELLBRINGERS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "HELLBRINGERS", + "Description": "Effective against infantry. Strong rush unit. Good against buildings. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337515, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:10Z", + "ModifiedUtc": "2017-02-09T10:21:24Z", + "PublishedUtc": "2017-02-09T10:21:24Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_inf_flamemarine_01_rm-56fd02dfb61a41f28959ba68e1d64776.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_inf_flamemarine_01_rm-56fd02dfb61a41f28959ba68e1d64776.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_inf_flamemarine_01_rm-56fd02dfb61a41f28959ba68e1d64776", + "Identity": "f0e32917dad341c88ab188c822e2882a" + } + }, + "StandardSupplyCost": 80, + "StandardPopulationCost": 3, + "StandardEnergyCost": 50, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Poor", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336011" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336919, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:14Z", + "ModifiedUtc": "2017-02-03T19:40:52Z", + "PublishedUtc": "2017-02-09T10:22:53Z", + "Container": -1 + }, + "Identity": "48fd13f04fa64a0eb07a057cd790cc0a", + "Autoroute": "hw2/objects/cov_bldg_watchtower_01", + "Title": "SENSOR TOWER", + "HW2Object": { + "ObjectTypeId": "cov_bldg_watchtower_01", + "DisplayInfo": { + "Id": 335120, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:13Z", + "ModifiedUtc": "2017-02-03T19:35:03Z", + "PublishedUtc": "2017-02-03T19:35:03Z", + "Container": -1 + }, + "Identity": "d760a92fee324023b270668507848a92", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SENSOR TOWER Display Info", + "HW2ObjectDisplayInfo": { + "Name": "SENSOR TOWER", + "Description": "Increases range of sight. Detects cloaked units. " + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 100, + "StandardPopulationCost": 0, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336919" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337127, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:53Z", + "ModifiedUtc": "2017-02-03T19:41:35Z", + "PublishedUtc": "2017-02-09T10:22:53Z", + "Container": -1 + }, + "Identity": "5de21ca04c3f41aabc6b65e48dd9511d", + "Autoroute": "hw2/objects/unsc_air_rm_hornet_01", + "Title": "HORNET", + "HW2Object": { + "ObjectTypeId": "unsc_air_rm_hornet_01", + "DisplayInfo": { + "Id": 335444, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:52Z", + "ModifiedUtc": "2017-02-03T19:36:01Z", + "PublishedUtc": "2017-02-03T19:36:01Z", + "Container": -1 + }, + "Identity": "c6ed69c54c4d4ef4864a27df8f8a6db1", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HORNET Display Info", + "HW2ObjectDisplayInfo": { + "Name": "HORNET", + "Description": "Fast moving. Medium range" + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": { + "Id": 337641, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:07Z", + "ModifiedUtc": "2017-02-09T10:22:17Z", + "PublishedUtc": "2017-02-09T10:22:17Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_air_hornet_01_rm-96e1de1b2d71495fbf906e85978254e1.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_air_hornet_01_rm-96e1de1b2d71495fbf906e85978254e1.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_air_hornet_01_rm-96e1de1b2d71495fbf906e85978254e1", + "Identity": "821cb27b8d3d418aae9bff2545a1e414" + } + }, + "StandardSupplyCost": 375, + "StandardPopulationCost": 4, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337127" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335315, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:05Z", + "ModifiedUtc": "2017-02-03T19:35:35Z", + "PublishedUtc": "2017-02-09T10:22:52Z", + "Container": -1 + }, + "Identity": "741ce310e80e4a8582801383153bbe2f", + "Autoroute": "hw2/objects/cov_veh_rm_wraith_02", + "Title": "WRAITH", + "HW2Object": { + "ObjectTypeId": "cov_veh_rm_wraith_02", + "DisplayInfo": { + "Id": 335068, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:04Z", + "ModifiedUtc": "2017-02-03T19:34:54Z", + "PublishedUtc": "2017-02-03T19:34:54Z", + "Container": -1 + }, + "Identity": "5a15e1cb023b4b1eb25ede02dead8c17", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "WRAITH Display Info", + "HW2ObjectDisplayInfo": { + "Name": "WRAITH", + "Description": "Heavy damage. Long range" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337511, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:01Z", + "ModifiedUtc": "2017-02-09T10:21:22Z", + "PublishedUtc": "2017-02-09T10:21:22Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_veh_wraith_01_rmkw-690d695e5bd44a84a87abad056ef125b.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_veh_wraith_01_rmkw-690d695e5bd44a84a87abad056ef125b.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_veh_wraith_01_rmkw-690d695e5bd44a84a87abad056ef125b", + "Identity": "7c0c77a8791a4ba9ac23c4db7aa1ab46" + } + }, + "StandardSupplyCost": 550, + "StandardPopulationCost": 6, + "StandardEnergyCost": 40, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335315" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335395, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:40Z", + "ModifiedUtc": "2017-02-03T19:35:50Z", + "PublishedUtc": "2017-02-09T10:22:52Z", + "Container": -1 + }, + "Identity": "c892af4420fb467da4666d7b99a124ad", + "Autoroute": "hw2/objects/unsc_veh_rm_scorpion_01", + "Title": "SCORPION", + "HW2Object": { + "ObjectTypeId": "unsc_veh_rm_scorpion_01", + "DisplayInfo": { + "Id": 334945, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:40Z", + "ModifiedUtc": "2017-02-03T19:34:31Z", + "PublishedUtc": "2017-02-03T19:34:31Z", + "Container": -1 + }, + "Identity": "8fa6238811cc423eb105a7b31805cba1", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SCORPION Display Info", + "HW2ObjectDisplayInfo": { + "Name": "SCORPION", + "Description": "Heavy armor. Powerful attack" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337659, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:17Z", + "ModifiedUtc": "2017-02-09T10:22:22Z", + "PublishedUtc": "2017-02-09T10:22:22Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_veh_scorpion_01_rm-dbf71ecbe4074d6eb967906e7de5c430.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_veh_scorpion_01_rm-dbf71ecbe4074d6eb967906e7de5c430.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_veh_scorpion_01_rm-dbf71ecbe4074d6eb967906e7de5c430", + "Identity": "a2a6aefa563a45229563906a4df8fc80" + } + }, + "StandardSupplyCost": 650, + "StandardPopulationCost": 7, + "StandardEnergyCost": 50, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335395" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336372, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:53Z", + "ModifiedUtc": "2017-02-03T19:39:05Z", + "PublishedUtc": "2017-02-09T10:22:52Z", + "Container": -1 + }, + "Identity": "8e461ecf07464a2c8c2e4502806fb1e4", + "Autoroute": "hw2/objects/cov_inf_rm_elitecommando_01", + "Title": "HONOR GUARD", + "HW2Object": { + "ObjectTypeId": "cov_inf_rm_elitecommando_01", + "DisplayInfo": { + "Id": 336216, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:51Z", + "ModifiedUtc": "2017-02-03T19:38:35Z", + "PublishedUtc": "2017-02-03T19:38:35Z", + "Container": -1 + }, + "Identity": "fa3a97b9389747aa99fcfda72bb7820e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HONOR GUARD Display Info", + "HW2ObjectDisplayInfo": { + "Name": "HONOR GUARD", + "Description": "Melee hero. High damage. Cannot attack air. One active hero limit." + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337510, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:52Z", + "ModifiedUtc": "2017-02-09T10:21:22Z", + "PublishedUtc": "2017-02-09T10:21:23Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_inf_elitecommando_01_rmkw-2020f0b112d14e54a39d5db981c1cee0.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_inf_elitecommando_01_rmkw-2020f0b112d14e54a39d5db981c1cee0.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_inf_elitecommando_01_rmkw-2020f0b112d14e54a39d5db981c1cee0", + "Identity": "0c85850881e444ab89ec4553cb352eb2" + } + }, + "StandardSupplyCost": 450, + "StandardPopulationCost": 1, + "StandardEnergyCost": 400, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336372" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337062, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:15Z", + "ModifiedUtc": "2017-02-03T19:41:19Z", + "PublishedUtc": "2017-02-09T10:22:52Z", + "Container": -1 + }, + "Identity": "8aef07b965aa4656afd8f05e20a5b94b", + "Autoroute": "hw2/objects/unsc_veh_rm_foxcannon_02", + "Title": "KODIAK", + "HW2Object": { + "ObjectTypeId": "unsc_veh_rm_foxcannon_02", + "DisplayInfo": { + "Id": 336285, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:15Z", + "ModifiedUtc": "2017-02-03T19:38:48Z", + "PublishedUtc": "2017-02-03T19:38:48Z", + "Container": -1 + }, + "Identity": "55d6032c537343e4a7d4c2ba23ba28d0", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "KODIAK Display Info", + "HW2ObjectDisplayInfo": { + "Name": "KODIAK", + "Description": "Fires when deployed. Very long range. Strong against infantry" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337508, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:18Z", + "ModifiedUtc": "2017-02-09T10:21:21Z", + "PublishedUtc": "2017-02-09T10:21:21Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_veh_foxcannon_01_rmkw-49a50a803ee54f67a30bec1ef622cc1b.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_veh_foxcannon_01_rmkw-49a50a803ee54f67a30bec1ef622cc1b.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_veh_foxcannon_01_rmkw-49a50a803ee54f67a30bec1ef622cc1b", + "Identity": "ea4446b7fb774d179c2b2fcb766eb7d3" + } + }, + "StandardSupplyCost": 500, + "StandardPopulationCost": 6, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Poor" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337062" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336020, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:50Z", + "ModifiedUtc": "2017-02-03T19:37:56Z", + "PublishedUtc": "2017-02-09T10:22:51Z", + "Container": -1 + }, + "Identity": "9372ceb353b148409c8dbf2e504eeab6", + "Autoroute": "hw2/objects/cov_veh_rm_locust_01", + "Title": "LOCUST", + "HW2Object": { + "ObjectTypeId": "cov_veh_rm_locust_01", + "DisplayInfo": { + "Id": 336015, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:49Z", + "ModifiedUtc": "2017-02-03T19:37:56Z", + "PublishedUtc": "2017-02-03T19:37:56Z", + "Container": -1 + }, + "Identity": "fe40b6e572e54ae7896c1f9257abb571", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "LOCUST Display Info", + "HW2ObjectDisplayInfo": { + "Name": "LOCUST", + "Description": "Sustained damage. Long range. Weak armor" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337691, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:16Z", + "ModifiedUtc": "2017-02-09T10:22:33Z", + "PublishedUtc": "2017-02-09T10:22:34Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_veh_locust_01_rm-58ff621c25e64d4491782bccff66e54d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_veh_locust_01_rm-58ff621c25e64d4491782bccff66e54d.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_veh_locust_01_rm-58ff621c25e64d4491782bccff66e54d", + "Identity": "56a0d7e43a4948b7854025e16985bb9f" + } + }, + "StandardSupplyCost": 150, + "StandardPopulationCost": 4, + "StandardEnergyCost": 150, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Poor" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336020" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337107, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:01Z", + "ModifiedUtc": "2017-02-03T19:41:28Z", + "PublishedUtc": "2017-02-09T10:22:51Z", + "Container": -1 + }, + "Identity": "1a67aa0495e943ab83716b11ed8c1d05", + "Autoroute": "hw2/objects/unsc_inf_rm_odst_01", + "Title": "ODSTs", + "HW2Object": { + "ObjectTypeId": "unsc_inf_rm_odst_01", + "DisplayInfo": { + "Id": 335270, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:00Z", + "ModifiedUtc": "2017-02-03T19:35:28Z", + "PublishedUtc": "2017-02-03T19:35:28Z", + "Container": -1 + }, + "Identity": "433153803e8b429e97f8b734fe277fd5", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ODSTs Display Info", + "HW2ObjectDisplayInfo": { + "Name": "ODSTs", + "Description": "Quick capture unit. Can deploy mines" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337497, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:11Z", + "ModifiedUtc": "2017-02-09T10:21:15Z", + "PublishedUtc": "2017-02-09T10:21:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_inf_odst_rm-69f85787f9f445da97ed42b5a6ad0ed8.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_inf_odst_rm-69f85787f9f445da97ed42b5a6ad0ed8.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_inf_odst_rm-69f85787f9f445da97ed42b5a6ad0ed8", + "Identity": "48b37de639b54212908328f95466517f" + } + }, + "StandardSupplyCost": 0, + "StandardPopulationCost": 4, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Good" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337107" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335408, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:44Z", + "ModifiedUtc": "2017-02-03T19:35:55Z", + "PublishedUtc": "2017-02-09T10:22:50Z", + "Container": -1 + }, + "Identity": "fbbec3b9d0854f85bbbc95b7bbf60afd", + "Autoroute": "hw2/objects/unsc_veh_rm_warthog_01", + "Title": "WARTHOG", + "HW2Object": { + "ObjectTypeId": "unsc_veh_rm_warthog_01", + "DisplayInfo": { + "Id": 335124, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:43Z", + "ModifiedUtc": "2017-02-03T19:35:04Z", + "PublishedUtc": "2017-02-03T19:35:04Z", + "Container": -1 + }, + "Identity": "44ac2d308a8a48dd93eb88ad11a81954", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "WARTHOG Display Info", + "HW2ObjectDisplayInfo": { + "Name": "WARTHOG", + "Description": "Fast moving. Can ram enemies. Good all-around vehicle" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337549, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:17Z", + "ModifiedUtc": "2017-02-09T10:21:37Z", + "PublishedUtc": "2017-02-09T10:21:37Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_veh_warthog_01_rm-f77e615d4e5f442d972c980058b07242.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_veh_warthog_01_rm-f77e615d4e5f442d972c980058b07242.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_veh_warthog_01_rm-f77e615d4e5f442d972c980058b07242", + "Identity": "42bbff045cf3463bae452ffe81a22337" + } + }, + "StandardSupplyCost": 250, + "StandardPopulationCost": 4, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335408" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335521, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:14Z", + "ModifiedUtc": "2017-02-03T19:36:17Z", + "PublishedUtc": "2017-02-09T10:22:50Z", + "Container": -1 + }, + "Identity": "14bb3254d52e477da0c1ddced51f6955", + "Autoroute": "hw2/objects/unsc_veh_rm_foxcannon_01", + "Title": "KODIAK", + "HW2Object": { + "ObjectTypeId": "unsc_veh_rm_foxcannon_01", + "DisplayInfo": { + "Id": 335519, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:13Z", + "ModifiedUtc": "2017-02-03T19:36:16Z", + "PublishedUtc": "2017-02-03T19:36:16Z", + "Container": -1 + }, + "Identity": "4fe35e4cbf154508add97f7958db5d6d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "KODIAK Display Info", + "HW2ObjectDisplayInfo": { + "Name": "KODIAK", + "Description": "Fires when deployed. Very long range. Strong against infantry" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337654, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:15Z", + "ModifiedUtc": "2017-02-09T10:22:21Z", + "PublishedUtc": "2017-02-09T10:22:21Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_veh_foxcannon_01_rm-84994fed9a24428ba3c7123a68a25deb.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_veh_foxcannon_01_rm-84994fed9a24428ba3c7123a68a25deb.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_veh_foxcannon_01_rm-84994fed9a24428ba3c7123a68a25deb", + "Identity": "202b19adced44bb1be581bb398733bd6" + } + }, + "StandardSupplyCost": 500, + "StandardPopulationCost": 6, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Poor" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335521" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335766, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:42Z", + "ModifiedUtc": "2017-02-03T19:37:02Z", + "PublishedUtc": "2017-02-09T10:22:50Z", + "Container": -1 + }, + "Identity": "5a624f8a97cf437689fc3c1ef853fa49", + "Autoroute": "hw2/objects/unsc_veh_rm_scorpion_02", + "Title": "SCORPION", + "HW2Object": { + "ObjectTypeId": "unsc_veh_rm_scorpion_02", + "DisplayInfo": { + "Id": 335454, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:41Z", + "ModifiedUtc": "2017-02-03T19:36:02Z", + "PublishedUtc": "2017-02-03T19:36:02Z", + "Container": -1 + }, + "Identity": "a82acd907163418bb4d66593d802b71b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SCORPION Display Info", + "HW2ObjectDisplayInfo": { + "Name": "SCORPION", + "Description": "Heavy armor. Powerful attack" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337645, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:17Z", + "ModifiedUtc": "2017-02-09T10:22:18Z", + "PublishedUtc": "2017-02-09T10:22:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_veh_scorpion_01_rmkw-6bb3a8616ff74846b6b9add4ee78cad3.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_veh_scorpion_01_rmkw-6bb3a8616ff74846b6b9add4ee78cad3.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_veh_scorpion_01_rmkw-6bb3a8616ff74846b6b9add4ee78cad3", + "Identity": "b0b161a254e44c9eab36aa8b7609886a" + } + }, + "StandardSupplyCost": 650, + "StandardPopulationCost": 7, + "StandardEnergyCost": 50, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335766" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336766, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:50Z", + "ModifiedUtc": "2017-02-03T19:40:22Z", + "PublishedUtc": "2017-02-09T10:22:50Z", + "Container": -1 + }, + "Identity": "c5dafd06e4bf4f908d4879ca3f2cc24e", + "Autoroute": "hw2/objects/cov_inf_rm_brutejumppack_01", + "Title": "JUMP PACK BRUTES", + "HW2Object": { + "ObjectTypeId": "cov_inf_rm_brutejumppack_01", + "DisplayInfo": { + "Id": 336177, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:43Z", + "ModifiedUtc": "2017-02-03T19:38:29Z", + "PublishedUtc": "2017-02-03T19:38:29Z", + "Container": -1 + }, + "Identity": "a96b36a5173a42d893320921fc241673", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "JUMP PACK BRUTES Display Info", + "HW2ObjectDisplayInfo": { + "Name": "JUMP PACK BRUTES", + "Description": "Melee-combat unit. Short range jump. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337563, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:50Z", + "ModifiedUtc": "2017-02-09T10:21:43Z", + "PublishedUtc": "2017-02-09T10:21:44Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_inf_brutejumppack_01_rm-4f25e6904f974407a2d979cd9fe60872.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_inf_brutejumppack_01_rm-4f25e6904f974407a2d979cd9fe60872.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_inf_brutejumppack_01_rm-4f25e6904f974407a2d979cd9fe60872", + "Identity": "85a1e83486c0474ebd8d23bdc8e41743" + } + }, + "StandardSupplyCost": 110, + "StandardPopulationCost": 3, + "StandardEnergyCost": 65, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Poor", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336766" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336984, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:59Z", + "ModifiedUtc": "2017-02-03T19:41:06Z", + "PublishedUtc": "2017-02-09T10:22:50Z", + "Container": -1 + }, + "Identity": "db0ab42a09e64fa398548ff5fab88833", + "Autoroute": "hw2/objects/unsc_air_rm_vulture_01", + "Title": "VULTURE", + "HW2Object": { + "ObjectTypeId": "unsc_air_rm_vulture_01", + "DisplayInfo": { + "Id": 335728, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:58Z", + "ModifiedUtc": "2017-02-03T19:36:57Z", + "PublishedUtc": "2017-02-03T19:36:57Z", + "Container": -1 + }, + "Identity": "699c77199550495b9fa1871150124dd9", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "VULTURE Display Info", + "HW2ObjectDisplayInfo": { + "Name": "VULTURE", + "Description": "Can launch devastating. PHOENIX missile. " + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": { + "Id": 337474, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:08Z", + "ModifiedUtc": "2017-02-09T10:21:06Z", + "PublishedUtc": "2017-02-09T10:21:07Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_air_vulture_01_rm-731d31d6554a4bcf8b8f2ee02093e03d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_air_vulture_01_rm-731d31d6554a4bcf8b8f2ee02093e03d.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_air_vulture_01_rm-731d31d6554a4bcf8b8f2ee02093e03d", + "Identity": "37d2a1777bd0481d961ff80ca31fcb39" + } + }, + "StandardSupplyCost": 750, + "StandardPopulationCost": 9, + "StandardEnergyCost": 75, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Good" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336984" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337080, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:33Z", + "ModifiedUtc": "2017-02-03T19:41:22Z", + "PublishedUtc": "2017-02-09T10:22:50Z", + "Container": -1 + }, + "Identity": "70dea3f29a454bea9f3acbe665bc8e23", + "Autoroute": "hw2/objects/cov_veh_rm_brutechopper_01", + "Title": "CHOPPER", + "HW2Object": { + "ObjectTypeId": "cov_veh_rm_brutechopper_01", + "DisplayInfo": { + "Id": 335009, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:24Z", + "ModifiedUtc": "2017-02-03T19:34:41Z", + "PublishedUtc": "2017-02-03T19:34:41Z", + "Container": -1 + }, + "Identity": "a4859376f6704aa68a5795a65835daae", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "CHOPPER Display Info", + "HW2ObjectDisplayInfo": { + "Name": "CHOPPER", + "Description": "Fast moving. Can ram enemies" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337485, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:56Z", + "ModifiedUtc": "2017-02-09T10:21:10Z", + "PublishedUtc": "2017-02-09T10:21:10Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_veh_brutechopper_01_rm-97850e130aa64b728c8ea31b81f8acb6.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_veh_brutechopper_01_rm-97850e130aa64b728c8ea31b81f8acb6.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_veh_brutechopper_01_rm-97850e130aa64b728c8ea31b81f8acb6", + "Identity": "b255919a072949afa757247474b21c5f" + } + }, + "StandardSupplyCost": 270, + "StandardPopulationCost": 3, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Poor" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337080" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335492, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T15:39:28Z", + "ModifiedUtc": "2017-02-03T19:36:12Z", + "PublishedUtc": "2017-02-09T10:22:49Z", + "Container": -1 + }, + "Identity": "2dc3b95041724a039a7c38efdef3350c", + "Autoroute": "hw2/objects/neutralfor_rm_sentinel_01", + "Title": "SENTINEL", + "HW2Object": { + "ObjectTypeId": "neutralfor_rm_sentinel_01", + "DisplayInfo": { + "Id": 335488, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T15:39:28Z", + "ModifiedUtc": "2017-02-03T19:36:11Z", + "PublishedUtc": "2017-02-09T10:22:10Z", + "Container": -1 + }, + "Identity": "e4782562e49a4e769ede7d211636051e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SENTINEL Display Info", + "HW2ObjectDisplayInfo": { + "Name": "SENTINEL", + "Description": "" + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": { + "Id": 337629, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:02Z", + "ModifiedUtc": "2017-02-09T10:22:11Z", + "PublishedUtc": "2017-02-09T10:22:11Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/for_air_sentineltier1_01_rm-844d7363eb454536a34b571c46d533d5.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "for_air_sentineltier1_01_rm-844d7363eb454536a34b571c46d533d5.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "for_air_sentineltier1_01_rm-844d7363eb454536a34b571c46d533d5", + "Identity": "ca779fddd443459fa0bd766850b42c9b" + } + }, + "StandardSupplyCost": 300, + "StandardPopulationCost": 1, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Poor", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335492" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336043, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:55Z", + "ModifiedUtc": "2017-02-03T19:38:02Z", + "PublishedUtc": "2017-02-09T10:22:49Z", + "Container": -1 + }, + "Identity": "b8674e3f62a44d819ca8b7f4d4d90384", + "Autoroute": "hw2/objects/cov_veh_rm_prowler_01", + "Title": "MARAUDER", + "HW2Object": { + "ObjectTypeId": "cov_veh_rm_prowler_01", + "DisplayInfo": { + "Id": 335651, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:54Z", + "ModifiedUtc": "2017-02-03T19:36:43Z", + "PublishedUtc": "2017-02-03T19:36:43Z", + "Container": -1 + }, + "Identity": "b19cc07bee4c4b70932af35962716279", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MARAUDER Display Info", + "HW2ObjectDisplayInfo": { + "Name": "MARAUDER", + "Description": "Tough armor. Shots slow enemies" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337501, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:59Z", + "ModifiedUtc": "2017-02-09T10:21:17Z", + "PublishedUtc": "2017-02-09T10:21:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_veh_prowler_01_rm-6339a6b0899c45799f76083553941653.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_veh_prowler_01_rm-6339a6b0899c45799f76083553941653.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_veh_prowler_01_rm-6339a6b0899c45799f76083553941653", + "Identity": "760579bffdd641a0b5895d206080dd05" + } + }, + "StandardSupplyCost": 400, + "StandardPopulationCost": 5, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336043" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336516, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:59Z", + "ModifiedUtc": "2017-02-03T19:39:30Z", + "PublishedUtc": "2017-02-09T10:22:49Z", + "Container": -1 + }, + "Identity": "38fe80ec3b40425fa8072a9d32c0ad00", + "Autoroute": "hw2/objects/cov_inf_rm_grunt_02", + "Title": "GRUNT SQUAD", + "HW2Object": { + "ObjectTypeId": "cov_inf_rm_grunt_02", + "DisplayInfo": { + "Id": 335174, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:58Z", + "ModifiedUtc": "2017-02-03T19:35:12Z", + "PublishedUtc": "2017-02-03T19:35:12Z", + "Container": -1 + }, + "Identity": "e51e973791da4e5cbacc915427c268fb", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GRUNT SQUAD Display Info", + "HW2ObjectDisplayInfo": { + "Name": "GRUNT SQUAD", + "Description": "Cheap and expendable. Low pop. count. Quick capture unit" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337491, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:58Z", + "ModifiedUtc": "2017-02-09T10:21:12Z", + "PublishedUtc": "2017-02-09T10:21:13Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_inf_grunt_01_rmkw-f1f31f36a3224ed7aadc1c3bf62a7e6a.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_inf_grunt_01_rmkw-f1f31f36a3224ed7aadc1c3bf62a7e6a.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_inf_grunt_01_rmkw-f1f31f36a3224ed7aadc1c3bf62a7e6a", + "Identity": "9618598432b241539b6971966ead5075" + } + }, + "StandardSupplyCost": 100, + "StandardPopulationCost": 2, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Poor", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336516" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337172, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:18Z", + "ModifiedUtc": "2017-02-03T19:41:48Z", + "PublishedUtc": "2017-02-09T10:22:49Z", + "Container": -1 + }, + "Identity": "e80c62b483de49a49638913f93ad148c", + "Autoroute": "hw2/objects/cov_inf_rm_atrioxchosen_01", + "Title": "ATRIOX'S CHOSEN", + "HW2Object": { + "ObjectTypeId": "cov_inf_rm_atrioxchosen_01", + "DisplayInfo": { + "Id": 335963, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:17Z", + "ModifiedUtc": "2017-02-03T19:37:46Z", + "PublishedUtc": "2017-02-03T19:37:46Z", + "Container": -1 + }, + "Identity": "cbf01532ffa3485f8ced68b1917b1102", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ATRIOX'S CHOSEN Display Info", + "HW2ObjectDisplayInfo": { + "Name": "ATRIOX'S CHOSEN", + "Description": "Ranged hero. Versatile spike ammo. One active hero limit." + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337478, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:54Z", + "ModifiedUtc": "2017-02-09T10:21:08Z", + "PublishedUtc": "2017-02-09T10:21:09Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_inf_atrioxchosen_01_rmkw-77e2f9ab956e499e9f8f2b2f4292b734.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_inf_atrioxchosen_01_rmkw-77e2f9ab956e499e9f8f2b2f4292b734.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_inf_atrioxchosen_01_rmkw-77e2f9ab956e499e9f8f2b2f4292b734", + "Identity": "c52e802e0e4d466184da41e8b9a9f71c" + } + }, + "StandardSupplyCost": 450, + "StandardPopulationCost": 1, + "StandardEnergyCost": 400, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Good" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337172" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336808, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:57Z", + "ModifiedUtc": "2017-02-03T19:40:28Z", + "PublishedUtc": "2017-02-09T10:22:48Z", + "Container": -1 + }, + "Identity": "c68b0217a8b946e88fb48eb0663d6f41", + "Autoroute": "hw2/objects/unsc_inf_rm_marinereflect_01", + "Title": "MARINES", + "HW2Object": { + "ObjectTypeId": "unsc_inf_rm_marinereflect_01", + "DisplayInfo": { + "Id": 335815, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:56Z", + "ModifiedUtc": "2017-02-03T19:37:11Z", + "PublishedUtc": "2017-02-03T19:37:11Z", + "Container": -1 + }, + "Identity": "3bdaeafb494a4a0f966f2d5bd52c8f16", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MARINES Display Info", + "HW2ObjectDisplayInfo": { + "Name": "MARINES", + "Description": "Flexible ground troops. Quick capture unit" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337500, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:11Z", + "ModifiedUtc": "2017-02-09T10:21:17Z", + "PublishedUtc": "2017-02-09T10:21:17Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_inf_marine_01_rmkw-d42e1cb41cd64638927a6f45b34bccca.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_inf_marine_01_rmkw-d42e1cb41cd64638927a6f45b34bccca.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_inf_marine_01_rmkw-d42e1cb41cd64638927a6f45b34bccca", + "Identity": "d8561d4a159f410f88c70e2cfb3ea031" + } + }, + "StandardSupplyCost": 150, + "StandardPopulationCost": 3, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336808" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337133, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:04Z", + "ModifiedUtc": "2017-02-03T19:41:36Z", + "PublishedUtc": "2017-02-09T10:22:48Z", + "Container": -1 + }, + "Identity": "62614e4f589f4853b37d63aaad564d1d", + "Autoroute": "hw2/objects/cov_inf_rm_hunter_02", + "Title": "HUNTERS", + "HW2Object": { + "ObjectTypeId": "cov_inf_rm_hunter_02", + "DisplayInfo": { + "Id": 335443, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:04Z", + "ModifiedUtc": "2017-02-03T19:36:01Z", + "PublishedUtc": "2017-02-03T19:36:01Z", + "Container": -1 + }, + "Identity": "2a93827671c84bef90d8eaa0500908a6", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HUNTERS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "HUNTERS", + "Description": "Heavily armored. Slow moving. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337467, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:54Z", + "ModifiedUtc": "2017-02-09T10:21:02Z", + "PublishedUtc": "2017-02-09T10:21:03Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_inf_hunter_01_rmkw-04e4aa51dbc84482bb3ed7b5d4b265ec.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_inf_hunter_01_rmkw-04e4aa51dbc84482bb3ed7b5d4b265ec.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_inf_hunter_01_rmkw-04e4aa51dbc84482bb3ed7b5d4b265ec", + "Identity": "cf1e792d3057469f9f7b84a947fd968c" + } + }, + "StandardSupplyCost": 150, + "StandardPopulationCost": 5, + "StandardEnergyCost": 200, + "EffectivenessAgainstInfantry": "Poor", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337133" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337142, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:36:33Z", + "ModifiedUtc": "2017-02-03T19:41:39Z", + "PublishedUtc": "2017-02-09T10:22:48Z", + "Container": -1 + }, + "Identity": "c3fdcbae51f8459392d86653b02b9c99", + "Autoroute": "hw2/objects/cov_air_rm_banshee_01", + "Title": "BANSHEE", + "HW2Object": { + "ObjectTypeId": "cov_air_rm_banshee_01", + "DisplayInfo": { + "Id": 335614, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:36:32Z", + "ModifiedUtc": "2017-02-03T19:36:37Z", + "PublishedUtc": "2017-02-03T19:36:37Z", + "Container": -1 + }, + "Identity": "fe7ae7dff80f48038e06f722da2d9076", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "BANSHEE Display Info", + "HW2ObjectDisplayInfo": { + "Name": "BANSHEE", + "Description": "Fast moving. When upgraded,. effective against air" + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": { + "Id": 337459, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:49Z", + "ModifiedUtc": "2017-02-09T10:20:58Z", + "PublishedUtc": "2017-02-09T10:20:58Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_air_banshee_01_rm-76465813a5fe475cac51ee1ded9e3bff.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_air_banshee_01_rm-76465813a5fe475cac51ee1ded9e3bff.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_air_banshee_01_rm-76465813a5fe475cac51ee1ded9e3bff", + "Identity": "4b725eb3b824471aad9e016c3c8966bd" + } + }, + "StandardSupplyCost": 300, + "StandardPopulationCost": 3, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337142" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337174, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:47Z", + "ModifiedUtc": "2017-02-03T19:41:49Z", + "PublishedUtc": "2017-02-09T10:22:48Z", + "Container": -1 + }, + "Identity": "b52f88cf8c6c4d65b52c58a50f898220", + "Autoroute": "hw2/objects/unsc_inf_rm_cyclops_02", + "Title": "CYCLOPS", + "HW2Object": { + "ObjectTypeId": "unsc_inf_rm_cyclops_02", + "DisplayInfo": { + "Id": 335981, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:47Z", + "ModifiedUtc": "2017-02-03T19:37:49Z", + "PublishedUtc": "2017-02-03T19:37:49Z", + "Container": -1 + }, + "Identity": "0825107168214a63ae1d336ff85b9a05", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "CYCLOPS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "CYCLOPS", + "Description": "Fast moving. Heavy armor. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337502, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:10Z", + "ModifiedUtc": "2017-02-09T10:21:17Z", + "PublishedUtc": "2017-02-09T10:21:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_inf_cyclops_01_rmkw-0991e22ce19b43e59ad34955278ab4f0.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_inf_cyclops_01_rmkw-0991e22ce19b43e59ad34955278ab4f0.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_inf_cyclops_01_rmkw-0991e22ce19b43e59ad34955278ab4f0", + "Identity": "8b6c0481521b403fbdf41d57e1591887" + } + }, + "StandardSupplyCost": 120, + "StandardPopulationCost": 4, + "StandardEnergyCost": 150, + "EffectivenessAgainstInfantry": "Poor", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337174" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335639, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:58Z", + "ModifiedUtc": "2017-02-03T19:36:41Z", + "PublishedUtc": "2017-02-09T10:22:47Z", + "Container": -1 + }, + "Identity": "b88953a61096489f950e80e4063ea909", + "Autoroute": "hw2/objects/cov_veh_rm_prowler_03", + "Title": "MARAUDER", + "HW2Object": { + "ObjectTypeId": "cov_veh_rm_prowler_03", + "DisplayInfo": { + "Id": 335634, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:57Z", + "ModifiedUtc": "2017-02-03T19:36:41Z", + "PublishedUtc": "2017-02-03T19:36:41Z", + "Container": -1 + }, + "Identity": "bed9b170b0dd4b4f8e73083ac49495db", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MARAUDER Display Info", + "HW2ObjectDisplayInfo": { + "Name": "MARAUDER", + "Description": "Tough armor. Shots slow enemies" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337460, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:00Z", + "ModifiedUtc": "2017-02-09T10:20:58Z", + "PublishedUtc": "2017-02-09T10:20:59Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_veh_prowler_01_rmkw-b8bdda2002b4466c81e84f15e32dd9d4.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_veh_prowler_01_rmkw-b8bdda2002b4466c81e84f15e32dd9d4.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_veh_prowler_01_rmkw-b8bdda2002b4466c81e84f15e32dd9d4", + "Identity": "1fd05aa46f8b471293ee46df0df4d85e" + } + }, + "StandardSupplyCost": 400, + "StandardPopulationCost": 5, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335639" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336449, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:18Z", + "ModifiedUtc": "2017-02-03T19:39:19Z", + "PublishedUtc": "2017-02-09T10:22:47Z", + "Container": -1 + }, + "Identity": "7ff5b669876f4bff91af0645e7616f98", + "Autoroute": "hw2/objects/unsc_veh_rm_gausswarthog_01", + "Title": "WARTHOG", + "HW2Object": { + "ObjectTypeId": "unsc_veh_rm_gausswarthog_01", + "DisplayInfo": { + "Id": 335729, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:17Z", + "ModifiedUtc": "2017-02-03T19:36:57Z", + "PublishedUtc": "2017-02-03T19:36:57Z", + "Container": -1 + }, + "Identity": "603971957ad9471bbab95521ae1c34b2", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "WARTHOG Display Info", + "HW2ObjectDisplayInfo": { + "Name": "WARTHOG", + "Description": "Fast moving. Can ram enemies. Good all-around vehicle" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337662, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:17Z", + "ModifiedUtc": "2017-02-09T10:22:23Z", + "PublishedUtc": "2017-02-09T10:22:23Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_veh_warthog_01_rmkw-1fd8da271c904783be7c423b39ef6e3a.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_veh_warthog_01_rmkw-1fd8da271c904783be7c423b39ef6e3a.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_veh_warthog_01_rmkw-1fd8da271c904783be7c423b39ef6e3a", + "Identity": "e56e112255554a60b884a5dd5ef4d3d6" + } + }, + "StandardSupplyCost": 250, + "StandardPopulationCost": 4, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336449" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336450, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:20Z", + "ModifiedUtc": "2017-02-03T19:39:18Z", + "PublishedUtc": "2017-02-09T10:22:47Z", + "Container": -1 + }, + "Identity": "c80cdb2b473a4e7bb83edb39b8b90894", + "Autoroute": "hw2/objects/unsc_veh_rm_grizzly_01", + "Title": "GRIZZLY", + "HW2Object": { + "ObjectTypeId": "unsc_veh_rm_grizzly_01", + "DisplayInfo": { + "Id": 336136, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:19Z", + "ModifiedUtc": "2017-02-03T19:38:22Z", + "PublishedUtc": "2017-02-03T19:38:22Z", + "Container": -1 + }, + "Identity": "b67b346ec31046319ed71036b651f304", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GRIZZLY Display Info", + "HW2ObjectDisplayInfo": { + "Name": "GRIZZLY", + "Description": "Very heavy tank. Strong vs. ground units" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337481, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:16Z", + "ModifiedUtc": "2017-02-09T10:21:09Z", + "PublishedUtc": "2017-02-09T10:21:11Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_veh_grizzly_01_rm-8c106204c34f4503afd6a04b30dd43f9.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_veh_grizzly_01_rm-8c106204c34f4503afd6a04b30dd43f9.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_veh_grizzly_01_rm-8c106204c34f4503afd6a04b30dd43f9", + "Identity": "b46ffe47de4e404f9157acee02dcbd81" + } + }, + "StandardSupplyCost": 900, + "StandardPopulationCost": 0, + "StandardEnergyCost": 80, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336450" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336834, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:41Z", + "ModifiedUtc": "2017-02-03T19:40:33Z", + "PublishedUtc": "2017-02-09T10:22:47Z", + "Container": -1 + }, + "Identity": "9d47a01df96b462e9b544ce2073e952b", + "Autoroute": "hw2/objects/cov_veh_rm_brutechopper_02", + "Title": "CHOPPER", + "HW2Object": { + "ObjectTypeId": "cov_veh_rm_brutechopper_02", + "DisplayInfo": { + "Id": 336386, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:38Z", + "ModifiedUtc": "2017-02-03T19:39:08Z", + "PublishedUtc": "2017-02-03T19:39:08Z", + "Container": -1 + }, + "Identity": "21d74191198e49549b6fc71e5276e821", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "CHOPPER Display Info", + "HW2ObjectDisplayInfo": { + "Name": "CHOPPER", + "Description": "Fast moving. Can ram enemies" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337663, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:01:56Z", + "ModifiedUtc": "2017-02-09T10:22:23Z", + "PublishedUtc": "2017-02-09T10:22:24Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_veh_brutechopper_01_rmkw-ee80b4e152c74891b102556b4d208b24.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_veh_brutechopper_01_rmkw-ee80b4e152c74891b102556b4d208b24.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_veh_brutechopper_01_rmkw-ee80b4e152c74891b102556b4d208b24", + "Identity": "e4fb1bced7ea431aaafc180105d121e6" + } + }, + "StandardSupplyCost": 270, + "StandardPopulationCost": 3, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Poor" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336834" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335945, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:52Z", + "ModifiedUtc": "2017-02-03T19:37:37Z", + "PublishedUtc": "2017-02-09T10:22:45Z", + "Container": -1 + }, + "Identity": "996599835edd483bb39c8b88d7bd52c0", + "Autoroute": "hw2/objects/cov_veh_rm_locust_02", + "Title": "LOCUST", + "HW2Object": { + "ObjectTypeId": "cov_veh_rm_locust_02", + "DisplayInfo": { + "Id": 335819, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:51Z", + "ModifiedUtc": "2017-02-03T19:37:12Z", + "PublishedUtc": "2017-02-03T19:37:12Z", + "Container": -1 + }, + "Identity": "3dd5d0293336416496e2d8dfcd5d3989", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "LOCUST Display Info", + "HW2ObjectDisplayInfo": { + "Name": "LOCUST", + "Description": "Sustained damage. Long range. Weak armor" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": { + "Id": 337618, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:00Z", + "ModifiedUtc": "2017-02-09T10:22:07Z", + "PublishedUtc": "2017-02-09T10:22:07Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/cov_veh_locust_01_rmkw-0df31d5110904bcab14221a6d8e2db92.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "cov_veh_locust_01_rmkw-0df31d5110904bcab14221a6d8e2db92.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "cov_veh_locust_01_rmkw-0df31d5110904bcab14221a6d8e2db92", + "Identity": "a7463fb8d4e84ab08826fa43fe3aef23" + } + }, + "StandardSupplyCost": 150, + "StandardPopulationCost": 4, + "StandardEnergyCost": 150, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Poor" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335945" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337114, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:16Z", + "ModifiedUtc": "2017-02-03T19:41:30Z", + "PublishedUtc": "2017-02-09T10:22:40Z", + "Container": -1 + }, + "Identity": "02e88456965241d587c58c81104c30e6", + "Autoroute": "hw2/objects/cov_inf_suicidegrunt_02_sp", + "Title": "SUICIDE GRUNTS", + "HW2Object": { + "ObjectTypeId": "cov_inf_suicidegrunt_02_sp", + "DisplayInfo": { + "Id": 335347, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:15Z", + "ModifiedUtc": "2017-02-03T19:35:41Z", + "PublishedUtc": "2017-02-03T19:35:41Z", + "Container": -1 + }, + "Identity": "a3002f87b7bc47cb9b0129fd3ffe432b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SUICIDE GRUNTS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "SUICIDE GRUNTS", + "Description": "Deadly in numbers. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": {}, + "StandardSupplyCost": 100, + "StandardPopulationCost": 2, + "StandardEnergyCost": 25, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Poor", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337114" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337180, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:07Z", + "ModifiedUtc": "2017-02-03T19:41:50Z", + "PublishedUtc": "2017-02-09T10:22:40Z", + "Container": -1 + }, + "Identity": "0e3dc2db3b6f4ce28c9c6bc516c21b47", + "Autoroute": "hw2/objects/unsc_inf_flamemarine_02_sp", + "Title": "HELLBRINGERS", + "HW2Object": { + "ObjectTypeId": "unsc_inf_flamemarine_02_sp", + "DisplayInfo": { + "Id": 336796, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:06Z", + "ModifiedUtc": "2017-02-03T19:40:26Z", + "PublishedUtc": "2017-02-03T19:40:26Z", + "Container": -1 + }, + "Identity": "ce7e6e65fa95462b8fac1513fc5963b6", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HELLBRINGERS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "HELLBRINGERS", + "Description": "Effective against infantry. Strong rush unit. Good against buildings. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": {}, + "StandardSupplyCost": 80, + "StandardPopulationCost": 3, + "StandardEnergyCost": 50, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Poor", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337180" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336536, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:29Z", + "ModifiedUtc": "2017-02-03T19:39:36Z", + "PublishedUtc": "2017-02-09T10:22:39Z", + "Container": -1 + }, + "Identity": "1b8a96cc7c67497aad75a3eb65494a5d", + "Autoroute": "hw2/objects/cpgnh_veh_emptyhog_01", + "Title": "WARTHOG", + "HW2Object": { + "ObjectTypeId": "cpgnh_veh_emptyhog_01", + "DisplayInfo": { + "Id": 335896, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:28Z", + "ModifiedUtc": "2017-02-03T19:37:27Z", + "PublishedUtc": "2017-02-03T19:37:27Z", + "Container": -1 + }, + "Identity": "84a9b1d0265d423f904ba1415331e99d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "WARTHOG Display Info", + "HW2ObjectDisplayInfo": { + "Name": "WARTHOG", + "Description": "Fast moving. Can ram enemies. Good all-around vehicle" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": {}, + "StandardSupplyCost": 250, + "StandardPopulationCost": 4, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336536" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336045, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:47Z", + "ModifiedUtc": "2017-02-03T19:38:03Z", + "PublishedUtc": "2017-02-09T10:22:38Z", + "Container": -1 + }, + "Identity": "3a376a8f7dc848dab98eb8ee2ba25902", + "Autoroute": "hw2/objects/for_air_sentinel_01", + "Title": "AGGRESSOR SENTINEL", + "HW2Object": { + "ObjectTypeId": "for_air_sentinel_01", + "DisplayInfo": { + "Id": 335176, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:46Z", + "ModifiedUtc": "2017-02-03T19:35:12Z", + "PublishedUtc": "2017-02-03T19:35:13Z", + "Container": -1 + }, + "Identity": "360f39874f824e9c9c0d74d710d3cf84", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "AGGRESSOR SENTINEL Display Info", + "HW2ObjectDisplayInfo": { + "Name": "AGGRESSOR SENTINEL", + "Description": "Forerunner Sentinel. Sentinel Beam" + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": {}, + "StandardSupplyCost": 150, + "StandardPopulationCost": 1, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336045" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337140, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:57Z", + "ModifiedUtc": "2017-02-03T19:41:38Z", + "PublishedUtc": "2017-02-09T10:22:36Z", + "Container": -1 + }, + "Identity": "4fb85eeed09044b4b7213433a8f59d73", + "Autoroute": "hw2/objects/unsc_inf_cyclops_01", + "Title": "CYCLOPS", + "HW2Object": { + "ObjectTypeId": "unsc_inf_cyclops_01", + "DisplayInfo": { + "Id": 335465, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:56Z", + "ModifiedUtc": "2017-02-03T19:36:04Z", + "PublishedUtc": "2017-02-03T19:36:04Z", + "Container": -1 + }, + "Identity": "0cf24de0441b433ca193e537ccaf17f3", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "CYCLOPS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "CYCLOPS", + "Description": "Fast moving. Heavy armor. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": {}, + "StandardSupplyCost": 120, + "StandardPopulationCost": 4, + "StandardEnergyCost": 150, + "EffectivenessAgainstInfantry": "Poor", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337140" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337160, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:36:56Z", + "ModifiedUtc": "2017-02-03T19:41:44Z", + "PublishedUtc": "2017-02-09T10:22:36Z", + "Container": -1 + }, + "Identity": "4f40cda220904530900f30c2bd6f0622", + "Autoroute": "hw2/objects/cov_inf_generic_grunt", + "Title": "GRUNT SQUAD", + "HW2Object": { + "ObjectTypeId": "cov_inf_generic_grunt", + "DisplayInfo": { + "Id": 335790, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:36:56Z", + "ModifiedUtc": "2017-02-03T19:37:07Z", + "PublishedUtc": "2017-02-03T19:37:07Z", + "Container": -1 + }, + "Identity": "cd6c7dd167af401e896ff196faaecebc", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GRUNT SQUAD Display Info", + "HW2ObjectDisplayInfo": { + "Name": "GRUNT SQUAD", + "Description": "Cheap and expendable. Low pop. count. Quick capture unit" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": {}, + "StandardSupplyCost": 100, + "StandardPopulationCost": 2, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Poor", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337160" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336860, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:04Z", + "ModifiedUtc": "2017-02-03T19:40:39Z", + "PublishedUtc": "2017-02-09T10:22:35Z", + "Container": -1 + }, + "Identity": "7124debbcbd044eda25a4aa0cf756ff7", + "Autoroute": "hw2/objects/unsc_air_hornet_01", + "Title": "HORNET", + "HW2Object": { + "ObjectTypeId": "unsc_air_hornet_01", + "DisplayInfo": { + "Id": 336328, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:04Z", + "ModifiedUtc": "2017-02-03T19:38:56Z", + "PublishedUtc": "2017-02-03T19:38:56Z", + "Container": -1 + }, + "Identity": "399270fcc58d40c48ed48ad92c8cb2cc", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HORNET Display Info", + "HW2ObjectDisplayInfo": { + "Name": "HORNET", + "Description": "Fast moving. Medium range" + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": {}, + "StandardSupplyCost": 375, + "StandardPopulationCost": 4, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336860" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337137, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:31:49Z", + "ModifiedUtc": "2017-02-03T19:41:38Z", + "PublishedUtc": "2017-02-09T10:22:35Z", + "Container": -1 + }, + "Identity": "5c28238fe34f47a1b4a0b966e79df814", + "Autoroute": "hw2/objects/unsc_veh_forgehog_01", + "Title": "FORGE'S WARTHOG", + "HW2Object": { + "ObjectTypeId": "unsc_veh_forgehog_01", + "DisplayInfo": { + "Id": 335453, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:31:49Z", + "ModifiedUtc": "2017-02-03T19:36:02Z", + "PublishedUtc": "2017-02-03T19:36:02Z", + "Container": -1 + }, + "Identity": "19c8c39825ef41cb9b6aed2d6703ac57", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FORGE'S WARTHOG Display Info", + "HW2ObjectDisplayInfo": { + "Name": "FORGE'S WARTHOG", + "Description": "Improved Warthog. Unique to Forge. Protection nanobots" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": {}, + "StandardSupplyCost": 500, + "StandardPopulationCost": 1, + "StandardEnergyCost": 400, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337137" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337218, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:45:28Z", + "ModifiedUtc": "2017-02-03T19:42:01Z", + "PublishedUtc": "2017-02-09T10:22:34Z", + "Container": -1 + }, + "Identity": "8d1d3e1d098e4ab29863405ded42ebe3", + "Autoroute": "hw2/objects/cov_air_banshee_01", + "Title": "BANSHEE", + "HW2Object": { + "ObjectTypeId": "cov_air_banshee_01", + "DisplayInfo": { + "Id": 336729, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:45:27Z", + "ModifiedUtc": "2017-02-03T19:40:15Z", + "PublishedUtc": "2017-02-03T19:40:15Z", + "Container": -1 + }, + "Identity": "b6c30f052697417b8d408a0791532392", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "BANSHEE Display Info", + "HW2ObjectDisplayInfo": { + "Name": "BANSHEE", + "Description": "Fast moving. When upgraded,. effective against air" + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": {}, + "StandardSupplyCost": 300, + "StandardPopulationCost": 3, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337218" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336464, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:18Z", + "ModifiedUtc": "2017-02-03T19:39:21Z", + "PublishedUtc": "2017-02-09T10:22:33Z", + "Container": -1 + }, + "Identity": "bc8743def0b242f3a3cbcb2770c0bb50", + "Autoroute": "hw2/objects/unsc_inf_mp_spartan_01", + "Title": "JEROME-092", + "HW2Object": { + "ObjectTypeId": "unsc_inf_mp_spartan_01", + "DisplayInfo": { + "Id": 335818, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:17Z", + "ModifiedUtc": "2017-02-03T19:37:12Z", + "PublishedUtc": "2017-02-03T19:37:12Z", + "Container": -1 + }, + "Identity": "401cdb8924b544e6a6ca783e6e037b5f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "JEROME-092 Display Info", + "HW2ObjectDisplayInfo": { + "Name": "JEROME-092", + "Description": "Ranged hero. Ground pound area attack. One active hero limit." + } + } + }, + "Categories": [], + "Image": {}, + "StandardSupplyCost": 500, + "StandardPopulationCost": 1, + "StandardEnergyCost": 400, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336464" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335980, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:48:08Z", + "ModifiedUtc": "2017-02-03T19:37:48Z", + "PublishedUtc": "2017-02-09T10:22:31Z", + "Container": -1 + }, + "Identity": "bff33c409c0140fdb808ecd9bc97870f", + "Autoroute": "hw2/objects/unsc_inf_spartan_laser_01", + "Title": "JEROME-092", + "HW2Object": { + "ObjectTypeId": "unsc_inf_spartan_laser_01", + "DisplayInfo": { + "Id": 335800, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:48:08Z", + "ModifiedUtc": "2017-02-03T19:37:09Z", + "PublishedUtc": "2017-02-03T19:37:09Z", + "Container": -1 + }, + "Identity": "4487e0e2e5db4bf1b8aa6eb8a0ddc2c4", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "JEROME-092 Display Info", + "HW2ObjectDisplayInfo": { + "Name": "JEROME-092", + "Description": "Spartan Laser. Ranged hero. Ground pound area attack. One active hero limit." + } + } + }, + "Categories": [], + "Image": {}, + "StandardSupplyCost": 500, + "StandardPopulationCost": 1, + "StandardEnergyCost": 400, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335980" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336815, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:36Z", + "ModifiedUtc": "2017-02-03T19:40:30Z", + "PublishedUtc": "2017-02-09T10:22:31Z", + "Container": -1 + }, + "Identity": "c4db2eb980754878a392334b232e781c", + "Autoroute": "hw2/objects/neutralfor_sentineltier2_02", + "Title": "PROTECTOR SENTINEL", + "HW2Object": { + "ObjectTypeId": "neutralfor_sentineltier2_02", + "DisplayInfo": { + "Id": 335230, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:34Z", + "ModifiedUtc": "2017-02-03T19:35:21Z", + "PublishedUtc": "2017-02-03T19:35:21Z", + "Container": -1 + }, + "Identity": "2a624981388848ccb4983661e41f9dd5", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "PROTECTOR SENTINEL Display Info", + "HW2ObjectDisplayInfo": { + "Name": "PROTECTOR SENTINEL", + "Description": "Sentinel Detonation. Sentinel Beam. " + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": {}, + "StandardSupplyCost": 280, + "StandardPopulationCost": 4, + "StandardEnergyCost": 30, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336815" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336013, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:28Z", + "ModifiedUtc": "2017-02-03T19:37:55Z", + "PublishedUtc": "2017-02-09T10:22:30Z", + "Container": -1 + }, + "Identity": "cb728873fb304bc1956b11c7bf79bc20", + "Autoroute": "hw2/objects/cov_inf_jackal_01", + "Title": "ELITE RANGERS", + "HW2Object": { + "ObjectTypeId": "cov_inf_jackal_01", + "DisplayInfo": { + "Id": 335710, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:28Z", + "ModifiedUtc": "2017-02-03T19:36:53Z", + "PublishedUtc": "2017-02-03T19:36:53Z", + "Container": -1 + }, + "Identity": "7b0a9cbb981b4ecbb3bc57595397b609", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ELITE RANGERS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "ELITE RANGERS", + "Description": "Medium-long range. Detects cloaked units" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": {}, + "StandardSupplyCost": 80, + "StandardPopulationCost": 3, + "StandardEnergyCost": 110, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Poor", + "EffectivenessAgainstAir": "Poor" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336013" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336975, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:05Z", + "ModifiedUtc": "2017-02-03T19:41:04Z", + "PublishedUtc": "2017-02-09T10:22:29Z", + "Container": -1 + }, + "Identity": "f71b15c902914493ae0ecc25763500ae", + "Autoroute": "hw2/objects/cov_bldg_supplydepot_01", + "Title": "HARVESTER", + "HW2Object": { + "ObjectTypeId": "cov_bldg_supplydepot_01", + "DisplayInfo": { + "Id": 336696, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:04Z", + "ModifiedUtc": "2017-02-03T19:40:08Z", + "PublishedUtc": "2017-02-03T19:40:08Z", + "Container": -1 + }, + "Identity": "c516f871d088408e974e6e0fa264f2e8", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HARVESTER Display Info", + "HW2ObjectDisplayInfo": { + "Name": "HARVESTER", + "Description": "Produces supply. Can be upgraded to Augmented Harvester" + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 150, + "StandardPopulationCost": 0, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336975" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336887, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:19Z", + "ModifiedUtc": "2017-02-03T19:40:43Z", + "PublishedUtc": "2017-02-09T10:22:28Z", + "Container": -1 + }, + "Identity": "06603355716742fea0718e7926b2c97c", + "Autoroute": "hw2/objects/unsc_bldg_command_02", + "Title": "COMBAT STATION", + "HW2Object": { + "ObjectTypeId": "unsc_bldg_command_02", + "DisplayInfo": { + "Id": 335342, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:19Z", + "ModifiedUtc": "2017-02-03T19:35:40Z", + "PublishedUtc": "2017-02-03T19:35:40Z", + "Container": -1 + }, + "Identity": "30f35216568e41d38f6b5ffaaf814ad4", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "COMBAT STATION Display Info", + "HW2ObjectDisplayInfo": { + "Name": "COMBAT STATION", + "Description": "Produces vehicles and infantry. Can be upgraded to Command Center. Supports four turrets" + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 500, + "StandardPopulationCost": 0, + "StandardEnergyCost": 500, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336887" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337141, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:48:15Z", + "ModifiedUtc": "2017-02-03T19:41:39Z", + "PublishedUtc": "2017-02-09T10:22:28Z", + "Container": -1 + }, + "Identity": "369fda74f0c848e18f0056bf385b7095", + "Autoroute": "hw2/objects/unsc_veh_scorpion_01", + "Title": "SCORPION", + "HW2Object": { + "ObjectTypeId": "unsc_veh_scorpion_01", + "DisplayInfo": { + "Id": 335475, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:48:14Z", + "ModifiedUtc": "2017-02-03T19:36:09Z", + "PublishedUtc": "2017-02-03T19:36:09Z", + "Container": -1 + }, + "Identity": "8fd02eef76da4c92b4b10b00185d7c41", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SCORPION Display Info", + "HW2ObjectDisplayInfo": { + "Name": "SCORPION", + "Description": "Heavy armor. Powerful attack" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": {}, + "StandardSupplyCost": 650, + "StandardPopulationCost": 7, + "StandardEnergyCost": 50, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337141" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336922, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:02Z", + "ModifiedUtc": "2017-02-03T19:40:52Z", + "PublishedUtc": "2017-02-09T10:22:27Z", + "Container": -1 + }, + "Identity": "44e3ab45eb1d4c8cad6434a9809f352c", + "Autoroute": "hw2/objects/cov_bldg_shieldtower_01", + "Title": "SHIELD GENERATOR", + "HW2Object": { + "ObjectTypeId": "cov_bldg_shieldtower_01", + "DisplayInfo": { + "Id": 336374, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:01Z", + "ModifiedUtc": "2017-02-03T19:39:05Z", + "PublishedUtc": "2017-02-03T19:39:05Z", + "Container": -1 + }, + "Identity": "2548d835114144e4bdb232b49dd033b6", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SHIELD GENERATOR Display Info", + "HW2ObjectDisplayInfo": { + "Name": "SHIELD GENERATOR", + "Description": "Generates a shield for the base" + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 600, + "StandardPopulationCost": 0, + "StandardEnergyCost": 200, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336922" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336784, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:10Z", + "ModifiedUtc": "2017-02-03T19:40:24Z", + "PublishedUtc": "2017-02-09T10:22:26Z", + "Container": -1 + }, + "Identity": "7939bc20164649d3bd4a8ecf1660b670", + "Autoroute": "hw2/objects/cov_bldg_temple_01", + "Title": "WAR COUNCIL", + "HW2Object": { + "ObjectTypeId": "cov_bldg_temple_01", + "DisplayInfo": { + "Id": 336499, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:10Z", + "ModifiedUtc": "2017-02-03T19:39:27Z", + "PublishedUtc": "2017-02-03T19:39:27Z", + "Container": -1 + }, + "Identity": "c87ed322ab32434bb60a8a0aadb62fc8", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "WAR COUNCIL Display Info", + "HW2ObjectDisplayInfo": { + "Name": "WAR COUNCIL", + "Description": "Builds global upgrades,. increased pop. limit,. and Hero and Super units." + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 125, + "StandardPopulationCost": 0, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336784" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336864, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:40Z", + "ModifiedUtc": "2017-02-03T19:40:39Z", + "PublishedUtc": "2017-02-09T10:22:26Z", + "Container": -1 + }, + "Identity": "6d82db92ac6c41d3be995edaa68626ff", + "Autoroute": "hw2/objects/cov_veh_prowler_01", + "Title": "MARAUDER", + "HW2Object": { + "ObjectTypeId": "cov_veh_prowler_01", + "DisplayInfo": { + "Id": 335013, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:39Z", + "ModifiedUtc": "2017-02-03T19:34:42Z", + "PublishedUtc": "2017-02-03T19:34:42Z", + "Container": -1 + }, + "Identity": "6ef10b2105ea4b38bfdc187346af6ad3", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MARAUDER Display Info", + "HW2ObjectDisplayInfo": { + "Name": "MARAUDER", + "Description": "Tough armor. Shots slow enemies" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": {}, + "StandardSupplyCost": 400, + "StandardPopulationCost": 5, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336864" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336110, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:48:12Z", + "ModifiedUtc": "2017-02-03T19:38:18Z", + "PublishedUtc": "2017-02-09T10:22:24Z", + "Container": -1 + }, + "Identity": "c4d5bd0c191f44cf9e8abd340ea8746c", + "Autoroute": "hw2/objects/unsc_veh_grizzly_01", + "Title": "GRIZZLY", + "HW2Object": { + "ObjectTypeId": "unsc_veh_grizzly_01", + "DisplayInfo": { + "Id": 336105, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:48:11Z", + "ModifiedUtc": "2017-02-03T19:38:17Z", + "PublishedUtc": "2017-02-03T19:38:17Z", + "Container": -1 + }, + "Identity": "ef865ba494734f70ad91fb3dd50bad51", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GRIZZLY Display Info", + "HW2ObjectDisplayInfo": { + "Name": "GRIZZLY", + "Description": "Very heavy tank. Strong vs. ground units" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": {}, + "StandardSupplyCost": 900, + "StandardPopulationCost": 0, + "StandardEnergyCost": 80, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336110" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336857, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:52Z", + "ModifiedUtc": "2017-02-03T19:40:38Z", + "PublishedUtc": "2017-02-09T10:22:24Z", + "Container": -1 + }, + "Identity": "752b158137054de0ab996a6c5f6393e7", + "Autoroute": "hw2/objects/unsc_bldg_turret_01", + "Title": "TURRET", + "HW2Object": { + "ObjectTypeId": "unsc_bldg_turret_01", + "DisplayInfo": { + "Id": 335213, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:51Z", + "ModifiedUtc": "2017-02-03T19:35:19Z", + "PublishedUtc": "2017-02-03T19:35:19Z", + "Container": -1 + }, + "Identity": "30c266d682514cf59c5e208cb13f34cd", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "TURRET Display Info", + "HW2ObjectDisplayInfo": { + "Name": "TURRET", + "Description": "Can be modified into anti-vehicle, infantry or air turret" + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 300, + "StandardPopulationCost": 0, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336857" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336009, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:01Z", + "ModifiedUtc": "2017-02-03T19:37:55Z", + "PublishedUtc": "2017-02-09T10:22:23Z", + "Container": -1 + }, + "Identity": "b905e9de19934ea294d81376be58298c", + "Autoroute": "hw2/objects/unsc_inf_flamemarine_02", + "Title": "HELLBRINGERS", + "HW2Object": { + "ObjectTypeId": "unsc_inf_flamemarine_02", + "DisplayInfo": { + "Id": 335220, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:00Z", + "ModifiedUtc": "2017-02-03T19:35:20Z", + "PublishedUtc": "2017-02-03T19:35:20Z", + "Container": -1 + }, + "Identity": "2b4ce58e965c42e482697e1637117e39", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HELLBRINGERS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "HELLBRINGERS", + "Description": "Effective against infantry. Strong rush unit. Good against buildings. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": {}, + "StandardSupplyCost": 80, + "StandardPopulationCost": 3, + "StandardEnergyCost": 50, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Poor", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336009" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335288, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T15:39:04Z", + "ModifiedUtc": "2017-02-03T19:35:31Z", + "PublishedUtc": "2017-02-09T10:22:21Z", + "Container": -1 + }, + "Identity": "15e3ae07bfe3436296980776fe28cdd3", + "Autoroute": "hw2/objects/cov_inf_rm_decimus_01", + "Title": "DECIMUS", + "HW2Object": { + "ObjectTypeId": "cov_inf_rm_decimus_01", + "DisplayInfo": { + "Id": 335283, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-23T15:39:03Z", + "ModifiedUtc": "2017-02-03T19:35:30Z", + "PublishedUtc": "2017-02-09T10:22:21Z", + "Container": -1 + }, + "Identity": "3347f4d7fd8a42e89b84ff5b1da815ed", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "DECIMUS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "DECIMUS", + "Description": "" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": {}, + "StandardSupplyCost": 0, + "StandardPopulationCost": 10, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335288" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335931, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:14Z", + "ModifiedUtc": "2017-02-03T19:37:34Z", + "PublishedUtc": "2017-02-09T10:22:21Z", + "Container": -1 + }, + "Identity": "fd093e6b118f48649f4b4610a963cd8f", + "Autoroute": "hw2/objects/cov_inf_suicidegrunt_02_mp", + "Title": "SUICIDE GRUNTS", + "HW2Object": { + "ObjectTypeId": "cov_inf_suicidegrunt_02_mp", + "DisplayInfo": { + "Id": 334955, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:37:13Z", + "ModifiedUtc": "2017-02-03T19:34:32Z", + "PublishedUtc": "2017-02-03T19:34:32Z", + "Container": -1 + }, + "Identity": "9c255610553e480091a3134d061cf661", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SUICIDE GRUNTS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "SUICIDE GRUNTS", + "Description": "Deadly in numbers. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": {}, + "StandardSupplyCost": 100, + "StandardPopulationCost": 2, + "StandardEnergyCost": 25, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Poor", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335931" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336008, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:58Z", + "ModifiedUtc": "2017-02-03T19:37:54Z", + "PublishedUtc": "2017-02-09T10:22:20Z", + "Container": -1 + }, + "Identity": "3750e0ca38124d3bac40110d342d6573", + "Autoroute": "hw2/objects/unsc_inf_flamemarine_01", + "Title": "HELLBRINGERS", + "HW2Object": { + "ObjectTypeId": "unsc_inf_flamemarine_01", + "DisplayInfo": { + "Id": 335480, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:57Z", + "ModifiedUtc": "2017-02-03T19:36:10Z", + "PublishedUtc": "2017-02-03T19:36:10Z", + "Container": -1 + }, + "Identity": "c54bc24f23214f12b6828b9ea9d70ad9", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HELLBRINGERS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "HELLBRINGERS", + "Description": "Effective against infantry. Strong rush unit. Good against buildings. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": {}, + "StandardSupplyCost": 80, + "StandardPopulationCost": 3, + "StandardEnergyCost": 50, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Poor", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336008" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336501, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:11Z", + "ModifiedUtc": "2017-02-03T19:39:28Z", + "PublishedUtc": "2017-02-09T10:22:20Z", + "Container": -1 + }, + "Identity": "6b74aa863e8d4e5aabe6626f24bf666a", + "Autoroute": "hw2/objects/unsc_veh_rm_forgehog_01", + "Title": "FORGE'S WARTHOG", + "HW2Object": { + "ObjectTypeId": "unsc_veh_rm_forgehog_01", + "DisplayInfo": { + "Id": 335340, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:41:10Z", + "ModifiedUtc": "2017-02-03T19:35:40Z", + "PublishedUtc": "2017-02-03T19:35:40Z", + "Container": -1 + }, + "Identity": "06722ef7d9a748d698ec8dbf2849462f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FORGE'S WARTHOG Display Info", + "HW2ObjectDisplayInfo": { + "Name": "FORGE'S WARTHOG", + "Description": "Improved Warthog. Unique to Forge. Protection nanobots" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": {}, + "StandardSupplyCost": 500, + "StandardPopulationCost": 1, + "StandardEnergyCost": 400, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336501" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336942, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:28Z", + "ModifiedUtc": "2017-02-03T19:40:56Z", + "PublishedUtc": "2017-02-09T10:22:20Z", + "Container": -1 + }, + "Identity": "224af9e3a82d4cb8b7bc096f2ce6f7f4", + "Autoroute": "hw2/objects/unsc_bldg_minibase1sock_01", + "Title": "ONE-SLOT MINIBASE", + "HW2Object": { + "ObjectTypeId": "unsc_bldg_minibase1sock_01", + "DisplayInfo": { + "Id": 335330, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:27Z", + "ModifiedUtc": "2017-02-03T19:35:38Z", + "PublishedUtc": "2017-02-03T19:35:38Z", + "Container": -1 + }, + "Identity": "054aeaf66efd4374ab7c2e1e58c39eeb", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ONE-SLOT MINIBASE Display Info", + "HW2ObjectDisplayInfo": { + "Name": "ONE-SLOT MINIBASE", + "Description": "Builds core infantry. 1 slot for buildings" + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 200, + "StandardPopulationCost": 0, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336942" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337104, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:33Z", + "ModifiedUtc": "2017-02-03T19:41:28Z", + "PublishedUtc": "2017-02-09T10:22:20Z", + "Container": -1 + }, + "Identity": "2c23e482f8c640168378ef404314030c", + "Autoroute": "hw2/objects/cov_veh_brutechopper_01", + "Title": "CHOPPER", + "HW2Object": { + "ObjectTypeId": "cov_veh_brutechopper_01", + "DisplayInfo": { + "Id": 335235, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:33Z", + "ModifiedUtc": "2017-02-03T19:35:22Z", + "PublishedUtc": "2017-02-03T19:35:22Z", + "Container": -1 + }, + "Identity": "aa83c156121b4d3aacce117199ee4a7a", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "CHOPPER Display Info", + "HW2ObjectDisplayInfo": { + "Name": "CHOPPER", + "Description": "Fast moving. Can ram enemies" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": {}, + "StandardSupplyCost": 270, + "StandardPopulationCost": 3, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Poor" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337104" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336509, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:45:45Z", + "ModifiedUtc": "2017-02-03T19:39:29Z", + "PublishedUtc": "2017-02-09T10:22:19Z", + "Container": -1 + }, + "Identity": "53d98b16b22d47e78ed0cd8e0e654c4e", + "Autoroute": "hw2/objects/cov_bldg_heavyfactory_01", + "Title": "FOUNDRY", + "HW2Object": { + "ObjectTypeId": "cov_bldg_heavyfactory_01", + "DisplayInfo": { + "Id": 336277, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:45:44Z", + "ModifiedUtc": "2017-02-03T19:38:46Z", + "PublishedUtc": "2017-02-03T19:38:46Z", + "Container": -1 + }, + "Identity": "e1c2247edbdf445b86aefa514362e875", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FOUNDRY Display Info", + "HW2ObjectDisplayInfo": { + "Name": "FOUNDRY", + "Description": "Builds core, heavy,. artillery and counter-. air vehicles." + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 200, + "StandardPopulationCost": 0, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336509" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336921, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:42Z", + "ModifiedUtc": "2017-02-03T19:40:52Z", + "PublishedUtc": "2017-02-09T10:22:19Z", + "Container": -1 + }, + "Identity": "42b62ce671274e8689820de4ea593c22", + "Autoroute": "hw2/objects/cov_veh_scarab_01", + "Title": "SCARAB", + "HW2Object": { + "ObjectTypeId": "cov_veh_scarab_01", + "DisplayInfo": { + "Id": 335799, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:41Z", + "ModifiedUtc": "2017-02-03T19:37:08Z", + "PublishedUtc": "2017-02-03T19:37:08Z", + "Container": -1 + }, + "Identity": "6125ef5d0cc24921a1e2ae73681b0a61", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SCARAB Display Info", + "HW2ObjectDisplayInfo": { + "Name": "SCARAB", + "Description": "Very heavy armor. Very high damage. Traverses all terrain" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": {}, + "StandardSupplyCost": 2000, + "StandardPopulationCost": 40, + "StandardEnergyCost": 2000, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336921" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337155, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:56Z", + "ModifiedUtc": "2017-02-03T19:41:43Z", + "PublishedUtc": "2017-02-09T10:22:19Z", + "Container": -1 + }, + "Identity": "fea13cdc7edc4a63a2ce23d85895b36f", + "Autoroute": "hw2/objects/cov_veh_rm_prowler_02", + "Title": "MARAUDER", + "HW2Object": { + "ObjectTypeId": "cov_veh_rm_prowler_02", + "DisplayInfo": { + "Id": 335895, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:38:56Z", + "ModifiedUtc": "2017-02-03T19:37:27Z", + "PublishedUtc": "2017-02-03T19:37:27Z", + "Container": -1 + }, + "Identity": "18efffd6b03f4ee9b1ce59109676bea2", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MARAUDER Display Info", + "HW2ObjectDisplayInfo": { + "Name": "MARAUDER", + "Description": "Tough armor. Shots slow enemies" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": {}, + "StandardSupplyCost": 400, + "StandardPopulationCost": 5, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337155" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335427, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:48:17Z", + "ModifiedUtc": "2017-02-03T19:35:58Z", + "PublishedUtc": "2017-02-09T10:22:16Z", + "Container": -1 + }, + "Identity": "8107e8f4cddf42e3b5f91ac1b3b7cce0", + "Autoroute": "hw2/objects/unsc_veh_warthog_01", + "Title": "WARTHOG", + "HW2Object": { + "ObjectTypeId": "unsc_veh_warthog_01", + "DisplayInfo": { + "Id": 335423, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:48:16Z", + "ModifiedUtc": "2017-02-03T19:35:57Z", + "PublishedUtc": "2017-02-03T19:35:57Z", + "Container": -1 + }, + "Identity": "cf4b1bb85aaf402483fa09d24b559955", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "WARTHOG Display Info", + "HW2ObjectDisplayInfo": { + "Name": "WARTHOG", + "Description": "Fast moving. Can ram enemies. Good all-around vehicle" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": {}, + "StandardSupplyCost": 250, + "StandardPopulationCost": 4, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335427" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336846, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:39Z", + "ModifiedUtc": "2017-02-03T19:40:35Z", + "PublishedUtc": "2017-02-09T10:22:16Z", + "Container": -1 + }, + "Identity": "8565f00c70b6451caee661bf3637ac51", + "Autoroute": "hw2/objects/unsc_inf_training_marine", + "Title": "MARINES", + "HW2Object": { + "ObjectTypeId": "unsc_inf_training_marine", + "DisplayInfo": { + "Id": 335325, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:35Z", + "ModifiedUtc": "2017-02-03T19:35:37Z", + "PublishedUtc": "2017-02-03T19:35:37Z", + "Container": -1 + }, + "Identity": "096bf08fd9e04c0d8aae58981d691789", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MARINES Display Info", + "HW2ObjectDisplayInfo": { + "Name": "MARINES", + "Description": "Flexible ground troops. Quick capture unit" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": {}, + "StandardSupplyCost": 150, + "StandardPopulationCost": 3, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336846" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336812, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:36Z", + "ModifiedUtc": "2017-02-03T19:40:29Z", + "PublishedUtc": "2017-02-09T10:22:15Z", + "Container": -1 + }, + "Identity": "c680159c725b43c5916f1e8ae5ad9328", + "Autoroute": "hw2/objects/unsc_bldg_reactor_02", + "Title": "ADV. GENERATOR", + "HW2Object": { + "ObjectTypeId": "unsc_bldg_reactor_02", + "DisplayInfo": { + "Id": 335644, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:35Z", + "ModifiedUtc": "2017-02-03T19:36:42Z", + "PublishedUtc": "2017-02-03T19:36:42Z", + "Container": -1 + }, + "Identity": "b61d1149c4eb46aa8eb87ad9247f2504", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ADV. GENERATOR Display Info", + "HW2ObjectDisplayInfo": { + "Name": "ADV. GENERATOR", + "Description": "Increased power production" + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 420, + "StandardPopulationCost": 0, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336812" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337213, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:44Z", + "ModifiedUtc": "2017-02-03T19:41:59Z", + "PublishedUtc": "2017-02-09T10:22:15Z", + "Container": -1 + }, + "Identity": "d29bfa2708cf41cea05ec37cb856a001", + "Autoroute": "hw2/objects/cov_veh_wraith_01", + "Title": "WRAITH", + "HW2Object": { + "ObjectTypeId": "cov_veh_wraith_01", + "DisplayInfo": { + "Id": 336686, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:43Z", + "ModifiedUtc": "2017-02-03T19:40:06Z", + "PublishedUtc": "2017-02-03T19:40:06Z", + "Container": -1 + }, + "Identity": "d7ba623da84e400eae192360b707c956", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "WRAITH Display Info", + "HW2ObjectDisplayInfo": { + "Name": "WRAITH", + "Description": "Heavy damage. Long range" + } + } + }, + "Categories": [ + { + "Id": 335010, + "Type": "HW2ObjectCategory", + "Identity": "d427e68dd3f6438fb93f51e146639304", + "Autoroute": "hw2/object-categories/d427e68d-d3f6-438f-b93f-51e146639304" + } + ], + "Image": {}, + "StandardSupplyCost": 550, + "StandardPopulationCost": 6, + "StandardEnergyCost": 40, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337213" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336978, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:16Z", + "ModifiedUtc": "2017-02-03T19:41:05Z", + "PublishedUtc": "2017-02-09T10:22:14Z", + "Container": -1 + }, + "Identity": "ea9646837bb44dacbfeeaef894302e74", + "Autoroute": "hw2/objects/unsc_bldg_barracks_01", + "Title": "BARRACKS", + "HW2Object": { + "ObjectTypeId": "unsc_bldg_barracks_01", + "DisplayInfo": { + "Id": 336678, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:47:15Z", + "ModifiedUtc": "2017-02-03T19:40:05Z", + "PublishedUtc": "2017-02-03T19:40:05Z", + "Container": -1 + }, + "Identity": "d80acf04119242999a884eb1c7be27ad", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "BARRACKS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "BARRACKS", + "Description": "Trains infantry units. to counter infantry,. vehicles and buildings.. " + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 150, + "StandardPopulationCost": 0, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336978" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336989, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:45:46Z", + "ModifiedUtc": "2017-02-03T19:41:07Z", + "PublishedUtc": "2017-02-09T10:22:14Z", + "Container": -1 + }, + "Identity": "e3dd7b0c1d104b49ae6ae10bfdbd649f", + "Autoroute": "hw2/objects/cov_bldg_lightfactory_01", + "Title": "APEX", + "HW2Object": { + "ObjectTypeId": "cov_bldg_lightfactory_01", + "DisplayInfo": { + "Id": 335348, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:45:45Z", + "ModifiedUtc": "2017-02-03T19:35:41Z", + "PublishedUtc": "2017-02-03T19:35:41Z", + "Container": -1 + }, + "Identity": "055f54af39d4409e80fa8c829483c10f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "APEX Display Info", + "HW2ObjectDisplayInfo": { + "Name": "APEX", + "Description": "Builds core, support. and heavy air units." + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 200, + "StandardPopulationCost": 0, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336989" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337173, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:57Z", + "ModifiedUtc": "2017-02-03T19:41:48Z", + "PublishedUtc": "2017-02-09T10:22:14Z", + "Container": -1 + }, + "Identity": "e898524f9935403c8492f9534a0753b2", + "Autoroute": "hw2/objects/neutralfor_sentineltier2_01", + "Title": "PROTECTOR SENTINEL", + "HW2Object": { + "ObjectTypeId": "neutralfor_sentineltier2_01", + "DisplayInfo": { + "Id": 335970, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:46:56Z", + "ModifiedUtc": "2017-02-03T19:37:47Z", + "PublishedUtc": "2017-02-03T19:37:47Z", + "Container": -1 + }, + "Identity": "9ff8b17ded1a45058e0f837e744fa446", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "PROTECTOR SENTINEL Display Info", + "HW2ObjectDisplayInfo": { + "Name": "PROTECTOR SENTINEL", + "Description": "Sentinel Detonation. Sentinel Beam. " + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": {}, + "StandardSupplyCost": 280, + "StandardPopulationCost": 4, + "StandardEnergyCost": 30, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337173" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335533, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:15Z", + "ModifiedUtc": "2017-02-03T19:36:20Z", + "PublishedUtc": "2017-02-09T10:22:12Z", + "Container": -1 + }, + "Identity": "06884b76eddf4bffa33efcafc647d787", + "Autoroute": "hw2/objects/cpgnh_odstsm06_01", + "Title": "ODSTs", + "HW2Object": { + "ObjectTypeId": "cpgnh_odstsm06_01", + "DisplayInfo": { + "Id": 335530, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:15Z", + "ModifiedUtc": "2017-02-03T19:36:20Z", + "PublishedUtc": "2017-02-03T19:36:20Z", + "Container": -1 + }, + "Identity": "4ad09fb0590a440690fd4c27c67d7095", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ODSTs Display Info", + "HW2ObjectDisplayInfo": { + "Name": "ODSTs", + "Description": "Quick capture unit. Can deploy mines" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": {}, + "StandardSupplyCost": 0, + "StandardPopulationCost": 4, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Good" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335533" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337149, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:02Z", + "ModifiedUtc": "2017-02-03T19:41:41Z", + "PublishedUtc": "2017-02-09T10:22:12Z", + "Container": -1 + }, + "Identity": "14ee8eec86194947aa9ad7b5c1e4115e", + "Autoroute": "hw2/objects/unsc_inf_flamemarine_02_base", + "Title": "HELLBRINGERS", + "HW2Object": { + "ObjectTypeId": "unsc_inf_flamemarine_02_base", + "DisplayInfo": { + "Id": 335509, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:02Z", + "ModifiedUtc": "2017-02-03T19:36:15Z", + "PublishedUtc": "2017-02-03T19:36:15Z", + "Container": -1 + }, + "Identity": "2e257f7d83d147d49790d60c3d6d71ee", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HELLBRINGERS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "HELLBRINGERS", + "Description": "Effective against infantry. Strong rush unit. Good against buildings. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": {}, + "StandardSupplyCost": 80, + "StandardPopulationCost": 3, + "StandardEnergyCost": 50, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Poor", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337149" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336932, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:22Z", + "ModifiedUtc": "2017-02-03T19:40:54Z", + "PublishedUtc": "2017-02-09T10:22:11Z", + "Container": -1 + }, + "Identity": "32ec1cca679f4e2c9a51acfa6d85a9c6", + "Autoroute": "hw2/objects/unsc_inf_spartan_mpalice_01", + "Title": "ALICE-130", + "HW2Object": { + "ObjectTypeId": "unsc_inf_spartan_mpalice_01", + "DisplayInfo": { + "Id": 336340, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:21Z", + "ModifiedUtc": "2017-02-03T19:38:58Z", + "PublishedUtc": "2017-02-03T19:38:58Z", + "Container": -1 + }, + "Identity": "94278eff4010439684c14a5728dc19f2", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ALICE-130 Display Info", + "HW2ObjectDisplayInfo": { + "Name": "ALICE-130", + "Description": "Ranged hero. Ground pound area attack. One active hero limit." + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": {}, + "StandardSupplyCost": 500, + "StandardPopulationCost": 1, + "StandardEnergyCost": 400, + "EffectivenessAgainstInfantry": "Good", + "EffectivenessAgainstVehicles": "Neutral", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336932" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335425, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:45:34Z", + "ModifiedUtc": "2017-02-03T19:35:58Z", + "PublishedUtc": "2017-02-09T10:22:08Z", + "Container": -1 + }, + "Identity": "9d3b4f39999a46ceb857d29d00f6b57f", + "Autoroute": "hw2/objects/cov_bldg_barracks_01", + "Title": "RAID CAMP", + "HW2Object": { + "ObjectTypeId": "cov_bldg_barracks_01", + "DisplayInfo": { + "Id": 335420, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:45:33Z", + "ModifiedUtc": "2017-02-03T19:35:56Z", + "PublishedUtc": "2017-02-03T19:35:57Z", + "Container": -1 + }, + "Identity": "96d56d8f50ec4d539fb6571386ae4f5d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "RAID CAMP Display Info", + "HW2ObjectDisplayInfo": { + "Name": "RAID CAMP", + "Description": "Trains units for. countering infantry,. buildings and vehicles." + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 150, + "StandardPopulationCost": 0, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335425" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336024, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:45:43Z", + "ModifiedUtc": "2017-02-03T19:37:57Z", + "PublishedUtc": "2017-02-09T10:22:08Z", + "Container": -1 + }, + "Identity": "9037fd56ac734811ab785cfd42249761", + "Autoroute": "hw2/objects/cov_bldg_cloaktower_01", + "Title": "CLOAKING GENERATOR", + "HW2Object": { + "ObjectTypeId": "cov_bldg_cloaktower_01", + "DisplayInfo": { + "Id": 336019, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-08-11T13:45:42Z", + "ModifiedUtc": "2017-02-03T19:37:57Z", + "PublishedUtc": "2017-02-03T19:37:57Z", + "Container": -1 + }, + "Identity": "795f11919bf349bab43846b69e6d1041", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "CLOAKING GENERATOR Display Info", + "HW2ObjectDisplayInfo": { + "Name": "CLOAKING GENERATOR", + "Description": "Hides units, buildings" + } + } + }, + "Categories": [ + { + "Id": 335037, + "Type": "HW2ObjectCategory", + "Identity": "3f7b310a5e974f1292482ca0cbf6894f", + "Autoroute": "hw2/object-categories/3f7b310a-5e97-4f12-9248-2ca0cbf6894f" + } + ], + "Image": {}, + "StandardSupplyCost": 775, + "StandardPopulationCost": 0, + "StandardEnergyCost": 0, + "EffectivenessAgainstInfantry": "NotApplicable", + "EffectivenessAgainstVehicles": "NotApplicable", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336024" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336494, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:38Z", + "ModifiedUtc": "2017-02-03T19:39:26Z", + "PublishedUtc": "2017-02-09T10:22:08Z", + "Container": -1 + }, + "Identity": "7e5cf633b81943d786d42827d183b114", + "Autoroute": "hw2/objects/neutralfor_sentineltier2_generic", + "Title": "PROTECTOR SENTINEL", + "HW2Object": { + "ObjectTypeId": "neutralfor_sentineltier2_generic", + "DisplayInfo": { + "Id": 335286, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:39:37Z", + "ModifiedUtc": "2017-02-03T19:35:30Z", + "PublishedUtc": "2017-02-03T19:35:30Z", + "Container": -1 + }, + "Identity": "160245fbf63644b89153aca5b573e131", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "PROTECTOR SENTINEL Display Info", + "HW2ObjectDisplayInfo": { + "Name": "PROTECTOR SENTINEL", + "Description": "Sentinel Detonation. Sentinel Beam. " + } + } + }, + "Categories": [ + { + "Id": 335158, + "Type": "HW2ObjectCategory", + "Identity": "69c71fde8f2c4f8e8e9fd88a504eca43", + "Autoroute": "hw2/object-categories/69c71fde-8f2c-4f8e-8e9f-d88a504eca43" + } + ], + "Image": {}, + "StandardSupplyCost": 280, + "StandardPopulationCost": 4, + "StandardEnergyCost": 30, + "EffectivenessAgainstInfantry": "Neutral", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "Neutral" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336494" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335415, + "Type": "HW2Object", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:49Z", + "ModifiedUtc": "2017-02-03T19:35:56Z", + "PublishedUtc": "2017-02-09T10:22:06Z", + "Container": -1 + }, + "Identity": "fb45b36128d740fba0a81d3fd3e9faa7", + "Autoroute": "hw2/objects/unsc_inf_rm_cyclops_03", + "Title": "CYCLOPS", + "HW2Object": { + "ObjectTypeId": "unsc_inf_rm_cyclops_03", + "DisplayInfo": { + "Id": 334948, + "Type": "HW2ObjectDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-10T15:40:48Z", + "ModifiedUtc": "2017-02-03T19:34:31Z", + "PublishedUtc": "2017-02-03T19:34:31Z", + "Container": -1 + }, + "Identity": "95e02840c404462188460d7875f489ce", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "CYCLOPS Display Info", + "HW2ObjectDisplayInfo": { + "Name": "CYCLOPS", + "Description": "Fast moving. Heavy armor. Cannot attack air" + } + } + }, + "Categories": [ + { + "Id": 334896, + "Type": "HW2ObjectCategory", + "Identity": "7c33b51f9de049a5bbdd7a7aa4d7ea82", + "Autoroute": "hw2/object-categories/7c33b51f-9de0-49a5-bbdd-7a7aa4d7ea82" + } + ], + "Image": { + "Id": 337502, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-06T19:02:10Z", + "ModifiedUtc": "2017-02-09T10:21:17Z", + "PublishedUtc": "2017-02-09T10:21:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/unit-icons/unsc_inf_cyclops_01_rmkw-0991e22ce19b43e59ad34955278ab4f0.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/unit-icons", + "FileName": "unsc_inf_cyclops_01_rmkw-0991e22ce19b43e59ad34955278ab4f0.png" + }, + "Image": { + "Width": 256, + "Height": 256 + }, + "Title": "unsc_inf_cyclops_01_rmkw-0991e22ce19b43e59ad34955278ab4f0", + "Identity": "8b6c0481521b403fbdf41d57e1591887" + } + }, + "StandardSupplyCost": 120, + "StandardPopulationCost": 4, + "StandardEnergyCost": 150, + "EffectivenessAgainstInfantry": "Poor", + "EffectivenessAgainstVehicles": "Good", + "EffectivenessAgainstAir": "NotApplicable" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335415" + } + ], + "ChildrenCount": 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/game-objects.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/game-objects.schema.json new file mode 100644 index 0000000..c67bf86 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/game-objects.schema.json @@ -0,0 +1,224 @@ +{ + "definitions": { + "HW2ObjectContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2ObjectView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "common/link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2ObjectView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "Autoroute": { + "type": "string" + }, + "HW2Object": { + "$ref": "#/definitions/HW2Object" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "Autoroute", + "HW2Object" + ] + }, + + "HW2Object": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "ObjectTypeId": { + "type": "string" + }, + "DisplayInfo": { + "$ref": "#/definitions/HW2ObjectDisplayInfoContentItemTypeB" + }, + "Categories": { + "type": "array", + "items": { + "$ref": "common/content-item-type-d.schema.json#/definitions/ContentItemTypeD" + } + }, + "Image": { + "oneOf": [ + // TODO: This is pretty terrible. + { "$ref": "common/empty.schema.json" }, + { "$ref": "common/image.schema.json#/definitions/null" }, + { "$ref": "common/image.schema.json#/definitions/ImageContentItemTypeB" } + ] + }, + "StandardSupplyCost": { + "type": "integer" + }, + "StandardPopulationCost": { + "type": "integer" + }, + "StandardEnergyCost": { + "type": "integer" + }, + "EffectivenessAgainstInfantry": { + "type": "string" + }, + "EffectivenessAgainstVehicles": { + "type": "string" + }, + "EffectivenessAgainstAir": { + "type": "string" + } + }, + "required": [ + "ObjectTypeId", + "DisplayInfo", + "Categories", + "Image", + "StandardSupplyCost", + "StandardPopulationCost", + "StandardEnergyCost", + "EffectivenessAgainstInfantry", + "EffectivenessAgainstVehicles", + "EffectivenessAgainstAir" + ] + }, + + "HW2ObjectDisplayInfoContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2ObjectDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2ObjectDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "BatchLocalization": { + "$ref": "common/batch-localization.schema.json" + }, + "Localization": { + "$ref": "common/localization.schema.json" + }, + "Title": { + "type": "string" + }, + "HW2ObjectDisplayInfo": { + "$ref": "#/definitions/HW2ObjectDisplayInfo" + } + }, + "required": [ + "Status", + "HW2ObjectDisplayInfo", + "BatchLocalization", + "Localization", + "Title", + "Common", + "Identity" + ] + }, + + "HW2ObjectDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + } + }, + "required": [ + "Name", + "Description" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2ObjectContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/leader-powers.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/leader-powers.json new file mode 100644 index 0000000..0d8060a --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/leader-powers.json @@ -0,0 +1,5609 @@ +{ + "Paging": { + "StartAt": 0, + "InlineCount": 100, + "TotalCount": 100 + }, + "ContentItems": [ + { + "Id": 337216, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:21Z", + "ModifiedUtc": "2017-02-03T19:42:00Z", + "PublishedUtc": "2017-02-03T19:42:00Z", + "Container": -1 + }, + "Identity": "973a0a1e012b4ddb84873f07bd23e13d", + "Title": "ATRIOX'S BULWARK II", + "Autoroute": "hw2/leaderpowers/CovStructuralShielding2", + "HW2LeaderPower": { + "ObjectTypeId": "CovStructuralShielding2", + "DisplayInfo": { + "Id": 336708, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:20Z", + "ModifiedUtc": "2017-02-03T19:40:11Z", + "PublishedUtc": "2017-02-03T19:40:11Z", + "Container": -1 + }, + "Identity": "b5ee6dc281444d5588e31c934e983d98", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ATRIOX'S BULWARK II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ATRIOX'S BULWARK II", + "Description": "Activate to create a healing area. . Gives brief invulnerability.. Heals units and buildings." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337216" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337217, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:26Z", + "ModifiedUtc": "2017-02-03T19:42:00Z", + "PublishedUtc": "2017-02-03T19:42:00Z", + "Container": -1 + }, + "Identity": "8f10e76f06dd4d6d9ef72bba58f1a251", + "Title": "GHOST IN THE MACHINE", + "Autoroute": "hw2/leaderpowers/UnscGhostInTheMachine", + "HW2LeaderPower": { + "ObjectTypeId": "UnscGhostInTheMachine", + "DisplayInfo": { + "Id": 336718, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:26Z", + "ModifiedUtc": "2017-02-03T19:40:12Z", + "PublishedUtc": "2017-02-03T19:40:12Z", + "Container": -1 + }, + "Identity": "d6aba9d50a984e159d11f7a878f505f7", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GHOST IN THE MACHINE Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "GHOST IN THE MACHINE", + "Description": "Target enemy vehicles and aircraft to temporarily take control of them." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337217" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337204, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:48Z", + "ModifiedUtc": "2017-02-03T19:41:57Z", + "PublishedUtc": "2017-02-03T19:41:57Z", + "Container": -1 + }, + "Identity": "7d8efc8ca66047bea73a32cde9159c76", + "Title": "VORTEX LIGHTNING II", + "Autoroute": "hw2/leaderpowers/CovGravityVortex2", + "HW2LeaderPower": { + "ObjectTypeId": "CovGravityVortex2", + "DisplayInfo": { + "Id": 336495, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:48Z", + "ModifiedUtc": "2017-02-03T19:39:26Z", + "PublishedUtc": "2017-02-03T19:39:26Z", + "Container": -1 + }, + "Identity": "f5c93644754f42a89ce0b71f9db62f35", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "VORTEX LIGHTNING II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "VORTEX LIGHTNING II", + "Description": "Activate to create a defense weakening vortex.. Focusing down targets stuns & damages them." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337204" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337199, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:35Z", + "ModifiedUtc": "2017-02-03T19:41:56Z", + "PublishedUtc": "2017-02-03T19:41:56Z", + "Container": -1 + }, + "Identity": "10b14c910cfa46ebb592d10cd6e83c1a", + "Title": "SENTINEL NETWORK", + "Autoroute": "hw2/leaderpowers/UnscArkCleansing", + "HW2LeaderPower": { + "ObjectTypeId": "UnscArkCleansing", + "DisplayInfo": { + "Id": 336404, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:34Z", + "ModifiedUtc": "2017-02-03T19:39:11Z", + "PublishedUtc": "2017-02-03T19:39:11Z", + "Container": -1 + }, + "Identity": "2ee840ef30d246399994b16817ab44f0", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SENTINEL NETWORK Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "SENTINEL NETWORK", + "Description": "Activate to call in 3 waves of Protectors.. The sentinels sweep out across the map wave by wave." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337199" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337194, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:12Z", + "ModifiedUtc": "2017-02-03T19:41:55Z", + "PublishedUtc": "2017-02-03T19:41:55Z", + "Container": -1 + }, + "Identity": "486f577d6a984b948ce437534ebb4ba0", + "Title": "HEAVY METAL I", + "Autoroute": "hw2/leaderpowers/UnscHeavyMetal01", + "HW2LeaderPower": { + "ObjectTypeId": "UnscHeavyMetal01", + "DisplayInfo": { + "Id": 336309, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:11Z", + "ModifiedUtc": "2017-02-03T19:38:52Z", + "PublishedUtc": "2017-02-03T19:38:52Z", + "Container": -1 + }, + "Identity": "91131ab28c2342a2818f55e811770a4b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HEAVY METAL I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "HEAVY METAL I", + "Description": "Target own units to give a defense boost.. Slows targeted units while active." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337194" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337195, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:12Z", + "ModifiedUtc": "2017-02-03T19:41:55Z", + "PublishedUtc": "2017-02-03T19:41:55Z", + "Container": -1 + }, + "Identity": "3373936047f7476ca0f0f347d3ab5217", + "Title": "SIPHON III", + "Autoroute": "hw2/leaderpowers/CovBuffLeech3", + "HW2LeaderPower": { + "ObjectTypeId": "CovBuffLeech3", + "DisplayInfo": { + "Id": 336342, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:11Z", + "ModifiedUtc": "2017-02-03T19:38:58Z", + "PublishedUtc": "2017-02-03T19:38:58Z", + "Container": -1 + }, + "Identity": "929a85166e2544cbbd777f68eaba2b06", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SIPHON III Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "SIPHON III", + "Description": "Target own units to give them Siphon.. Units gain health while in combat." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337195" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337187, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:34Z", + "ModifiedUtc": "2017-02-03T19:41:52Z", + "PublishedUtc": "2017-02-03T19:41:52Z", + "Container": -1 + }, + "Identity": "3bcbe646477f45259f1a1e9c4ba18ff4", + "Title": "VEHICLE DROP I", + "Autoroute": "hw2/leaderpowers/UnscVehicleDrop1", + "HW2LeaderPower": { + "ObjectTypeId": "UnscVehicleDrop1", + "DisplayInfo": { + "Id": 336042, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:33Z", + "ModifiedUtc": "2017-02-03T19:38:02Z", + "PublishedUtc": "2017-02-03T19:38:02Z", + "Container": -1 + }, + "Identity": "25dbc0a6ecdd49b4b68d9dd480c1edcd", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "VEHICLE DROP I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "VEHICLE DROP I", + "Description": "Activate to get a deployment of 2 veteran Kodiaks." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337187" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337167, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-24T08:41:56Z", + "ModifiedUtc": "2017-02-03T19:41:46Z", + "PublishedUtc": "2017-02-03T19:41:46Z", + "Container": -1 + }, + "Identity": "1a922eb5a8cf484384db5bfcac7922c7", + "Title": "ROLLING ECONOMY I", + "Autoroute": "hw2/leaderpowers/UnscRollingEconomy1", + "HW2LeaderPower": { + "ObjectTypeId": "UnscRollingEconomy1", + "DisplayInfo": { + "Id": 335890, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-24T08:41:55Z", + "ModifiedUtc": "2017-02-03T19:37:26Z", + "PublishedUtc": "2017-02-03T19:37:26Z", + "Container": -1 + }, + "Identity": "77df665d527743e8834400a995670b37", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ROLLING ECONOMY I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ROLLING ECONOMY I", + "Description": "Supply Pads, Generators, and their upgrades now have reduced build times and costs." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337167" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337164, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:17Z", + "ModifiedUtc": "2017-02-03T19:41:45Z", + "PublishedUtc": "2017-02-03T19:41:45Z", + "Container": -1 + }, + "Identity": "2421bcf2a1e442ed91c3147ba867667a", + "Title": "COMBAT SALVAGE", + "Autoroute": "hw2/leaderpowers/UnscVehicleRecycle", + "HW2LeaderPower": { + "ObjectTypeId": "UnscVehicleRecycle", + "DisplayInfo": { + "Id": 335864, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:16Z", + "ModifiedUtc": "2017-02-03T19:37:21Z", + "PublishedUtc": "2017-02-03T19:37:21Z", + "Container": -1 + }, + "Identity": "c6bf1034fdc14286846d4e0890293bc6", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "COMBAT SALVAGE Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "COMBAT SALVAGE", + "Description": "Activate to have the next 8 non-infantry units respawn at home base.. Units must die within the power's set time frame." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337164" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337165, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:51Z", + "ModifiedUtc": "2017-02-03T19:41:45Z", + "PublishedUtc": "2017-02-03T19:41:45Z", + "Container": -1 + }, + "Identity": "24396a02668e4965850e5c23c7ae0bed", + "Title": "FORTIFICATIONS I", + "Autoroute": "hw2/leaderpowers/CovLucrativeExpansion1", + "HW2LeaderPower": { + "ObjectTypeId": "CovLucrativeExpansion1", + "DisplayInfo": { + "Id": 335865, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:51Z", + "ModifiedUtc": "2017-02-03T19:37:21Z", + "PublishedUtc": "2017-02-03T19:37:21Z", + "Container": -1 + }, + "Identity": "b9e849d1a3804ad096ae53bf43f6e5cf", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FORTIFICATIONS I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "FORTIFICATIONS I", + "Description": "The Stronghold, Fortify, & turret upgrades now have reduced cost & build time.. Base level turrets, shield towers, & Outposts now cost less." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337165" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337166, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-24T08:41:57Z", + "ModifiedUtc": "2017-02-03T19:41:45Z", + "PublishedUtc": "2017-02-03T19:41:45Z", + "Container": -1 + }, + "Identity": "0e935d637bec4c70b16fec00e9d94125", + "Title": "ROLLING ECONOMY II", + "Autoroute": "hw2/leaderpowers/UnscRollingEconomy2", + "HW2LeaderPower": { + "ObjectTypeId": "UnscRollingEconomy2", + "DisplayInfo": { + "Id": 335879, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-24T08:41:57Z", + "ModifiedUtc": "2017-02-03T19:37:24Z", + "PublishedUtc": "2017-02-03T19:37:24Z", + "Container": -1 + }, + "Identity": "ce7d00cc6ef64ad4931440a04a5a91da", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ROLLING ECONOMY II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ROLLING ECONOMY II", + "Description": "Supply Pads, Generators, and their upgrades now have further reduced build times and costs." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337166" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337158, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:51Z", + "ModifiedUtc": "2017-02-03T19:41:44Z", + "PublishedUtc": "2017-02-03T19:41:44Z", + "Container": -1 + }, + "Identity": "5ec4b4ac45164c8b90bb18d78772f079", + "Title": "MAC BLAST III", + "Autoroute": "hw2/leaderpowers/UnscMacBlast3", + "HW2LeaderPower": { + "ObjectTypeId": "UnscMacBlast3", + "DisplayInfo": { + "Id": 335760, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:50Z", + "ModifiedUtc": "2017-02-03T19:37:02Z", + "PublishedUtc": "2017-02-03T19:37:02Z", + "Container": -1 + }, + "Identity": "795694bd33a247aebc891404576b11bc", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MAC BLAST III Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "MAC BLAST III", + "Description": "Activate to fire a large kinetic slug at the battlefield.. Damages all unit types and buildings." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337158" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337152, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:06Z", + "ModifiedUtc": "2017-02-03T19:41:43Z", + "PublishedUtc": "2017-02-03T19:41:43Z", + "Container": -1 + }, + "Identity": "74160ef2a9304cd390e3d9a189c6d191", + "Title": "SENTINEL SYNERGY", + "Autoroute": "hw2/leaderpowers/UnscSentinelSynergy", + "HW2LeaderPower": { + "ObjectTypeId": "UnscSentinelSynergy", + "DisplayInfo": { + "Id": 335716, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:05Z", + "ModifiedUtc": "2017-02-03T19:36:54Z", + "PublishedUtc": "2017-02-03T19:36:54Z", + "Container": -1 + }, + "Identity": "8472bb05e42045e59d66b6fb99546525", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SENTINEL SYNERGY Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "SENTINEL SYNERGY", + "Description": "Additional Aggressors have been added to Sentinel Beacon and Ark Defense. . . All Protector Sentinels now have a small shield, increased health and damage." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337152" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337139, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:59Z", + "ModifiedUtc": "2017-02-03T19:41:38Z", + "PublishedUtc": "2017-02-03T19:41:38Z", + "Container": -1 + }, + "Identity": "55b983b6067c4688b36ad597cbf34431", + "Title": "BANISHED RAID III", + "Autoroute": "hw2/leaderpowers/CovRaidTech3", + "HW2LeaderPower": { + "ObjectTypeId": "CovRaidTech3", + "DisplayInfo": { + "Id": 335462, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:58Z", + "ModifiedUtc": "2017-02-03T19:36:04Z", + "PublishedUtc": "2017-02-03T19:36:04Z", + "Container": -1 + }, + "Identity": "d71043523ab24e82a118a1911aad880c", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "BANISHED RAID III Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "BANISHED RAID III", + "Description": "Capture speed for all units is now faster.. Ghosts can now capture points.. . Infantry & Vehicle sight range is now increased.. Ghosts, Wraiths, Choppers & Marauders are now faster." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337139" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337132, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:20Z", + "ModifiedUtc": "2017-02-03T19:41:37Z", + "PublishedUtc": "2017-02-03T19:41:37Z", + "Container": -1 + }, + "Identity": "5339698f055f434c847d38a2104a6762", + "Title": "PELICAN TRANSPORT", + "Autoroute": "hw2/leaderpowers/UnscForgePelicanTransport", + "HW2LeaderPower": { + "ObjectTypeId": "UnscForgePelicanTransport", + "DisplayInfo": { + "Id": 335446, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:20Z", + "ModifiedUtc": "2017-02-03T19:36:01Z", + "PublishedUtc": "2017-02-03T19:36:01Z", + "Container": -1 + }, + "Identity": "7c9f8cce36914c31b529733da01ef05a", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "PELICAN TRANSPORT Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "PELICAN TRANSPORT", + "Description": "Activate to transport own units anywhere within range." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337132" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337129, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:08Z", + "ModifiedUtc": "2017-02-03T19:41:35Z", + "PublishedUtc": "2017-02-03T19:41:35Z", + "Container": -1 + }, + "Identity": "9d26cd3ea3d246d5a709b35d0dd03660", + "Title": "ACC. ASSEMBLY II", + "Autoroute": "hw2/leaderpowers/UnscVehicleTech2", + "HW2LeaderPower": { + "ObjectTypeId": "UnscVehicleTech2", + "DisplayInfo": { + "Id": 335417, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:07Z", + "ModifiedUtc": "2017-02-03T19:35:56Z", + "PublishedUtc": "2017-02-03T19:35:56Z", + "Container": -1 + }, + "Identity": "278d1d26c45a4f1c90c880fdb41a2b63", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ACC. ASSEMBLY II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ACC. ASSEMBLY II", + "Description": "Vehicle production is now even cheaper and faster." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337129" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337101, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:56Z", + "ModifiedUtc": "2017-02-03T19:41:27Z", + "PublishedUtc": "2017-02-03T19:41:28Z", + "Container": -1 + }, + "Identity": "30689c2902274a459779e6c93b869f75", + "Title": "TURRET DROP I", + "Autoroute": "hw2/leaderpowers/UnscTurretDrop1", + "HW2LeaderPower": { + "ObjectTypeId": "UnscTurretDrop1", + "DisplayInfo": { + "Id": 335211, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:55Z", + "ModifiedUtc": "2017-02-03T19:35:18Z", + "PublishedUtc": "2017-02-03T19:35:18Z", + "Container": -1 + }, + "Identity": "97cb13d143584dbda7c3ff35d895d6a8", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "TURRET DROP I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "TURRET DROP I", + "Description": "Activate to drop a temporary turret into battle." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337101" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337102, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:01Z", + "ModifiedUtc": "2017-02-03T19:41:28Z", + "PublishedUtc": "2017-02-03T19:41:28Z", + "Container": -1 + }, + "Identity": "2f30974d3eb64170a52034ddb37b7989", + "Title": "PLASMA MINES II", + "Autoroute": "hw2/leaderpowers/CovPlasmaMines2", + "HW2LeaderPower": { + "ObjectTypeId": "CovPlasmaMines2", + "DisplayInfo": { + "Id": 335218, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:00Z", + "ModifiedUtc": "2017-02-03T19:35:20Z", + "PublishedUtc": "2017-02-03T19:35:20Z", + "Container": -1 + }, + "Identity": "e28bd8ddc55647c3853886862a45edab", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "PLASMA MINES II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "PLASMA MINES II", + "Description": "Activate to drop a line of cloaked mines.. Once armed, mines explode on contact.. Does not damage air units. " + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337102" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337105, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:47Z", + "ModifiedUtc": "2017-02-03T19:41:28Z", + "PublishedUtc": "2017-02-03T19:41:28Z", + "Container": -1 + }, + "Identity": "29a90d37b9b94e1bbd7e78dd8e0ea3aa", + "Title": "VORTEX LIGHTNING I", + "Autoroute": "hw2/leaderpowers/CovGravityVortex1", + "HW2LeaderPower": { + "ObjectTypeId": "CovGravityVortex1", + "DisplayInfo": { + "Id": 335242, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:45Z", + "ModifiedUtc": "2017-02-03T19:35:23Z", + "PublishedUtc": "2017-02-03T19:35:23Z", + "Container": -1 + }, + "Identity": "ecefb43e9c594e7ca0ed78f4b9a1a0d0", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "VORTEX LIGHTNING I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "VORTEX LIGHTNING I", + "Description": "Activate to create a defense weakening vortex.. Focusing down targets stuns & damages them." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337105" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337092, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:44Z", + "ModifiedUtc": "2017-02-03T19:41:26Z", + "PublishedUtc": "2017-02-03T19:41:26Z", + "Container": -1 + }, + "Identity": "4b47c69c5f114c90aa5055a51cdbefef", + "Title": "PROTECTOR SENTINEL", + "Autoroute": "hw2/leaderpowers/UNSCAggressorSentinel", + "HW2LeaderPower": { + "ObjectTypeId": "UNSCAggressorSentinel", + "DisplayInfo": { + "Id": 335099, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:44Z", + "ModifiedUtc": "2017-02-03T19:35:00Z", + "PublishedUtc": "2017-02-03T19:35:00Z", + "Container": -1 + }, + "Identity": "c45de4c92b0549dfb785ad3c3efa1266", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "PROTECTOR SENTINEL Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "PROTECTOR SENTINEL", + "Description": "Protector Sentinels have been unlocked for purchase at base." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337092" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337085, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:32Z", + "ModifiedUtc": "2017-02-03T19:41:23Z", + "PublishedUtc": "2017-02-03T19:41:23Z", + "Container": -1 + }, + "Identity": "64121f290f794ba69b0b6d876dea39a5", + "Title": "ARK DEFENSE II", + "Autoroute": "hw2/leaderpowers/UnscArkDefense2", + "HW2LeaderPower": { + "ObjectTypeId": "UnscArkDefense2", + "DisplayInfo": { + "Id": 335043, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:31Z", + "ModifiedUtc": "2017-02-03T19:34:48Z", + "PublishedUtc": "2017-02-03T19:34:48Z", + "Container": -1 + }, + "Identity": "994a3e88bce44553b7137f8282e1e05d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ARK DEFENSE II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ARK DEFENSE II", + "Description": "Activate to call in eight Aggressors.. The Sentinels temporarily guard a set area." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337085" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337061, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:08Z", + "ModifiedUtc": "2017-02-03T19:41:19Z", + "PublishedUtc": "2017-02-03T19:41:19Z", + "Container": -1 + }, + "Identity": "bfe955de0a634186bf14bd0bd1bbfda2", + "Title": "RESTORATION DRONES II", + "Autoroute": "hw2/leaderpowers/UnscMedDrones2", + "HW2LeaderPower": { + "ObjectTypeId": "UnscMedDrones2", + "DisplayInfo": { + "Id": 334897, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:08Z", + "ModifiedUtc": "2017-02-03T19:34:22Z", + "PublishedUtc": "2017-02-03T19:34:22Z", + "Container": -1 + }, + "Identity": "ebb9c60a75bf44d89136ed3d5d6dbe90", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "RESTORATION DRONES II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "RESTORATION DRONES II", + "Description": "Activate to heal all buildings and units within a targeted area." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337061" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336988, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:27Z", + "ModifiedUtc": "2017-02-03T19:41:07Z", + "PublishedUtc": "2017-02-03T19:41:07Z", + "Container": -1 + }, + "Identity": "e84857cf6ff0456eb39d7b3f692759d8", + "Title": "SCATTER BOMB II", + "Autoroute": "hw2/leaderpowers/UnscScatterbomb2", + "HW2LeaderPower": { + "ObjectTypeId": "UnscScatterbomb2", + "DisplayInfo": { + "Id": 335583, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:26Z", + "ModifiedUtc": "2017-02-03T19:36:31Z", + "PublishedUtc": "2017-02-03T19:36:32Z", + "Container": -1 + }, + "Identity": "e484dfa1ddfa4171b89808217b2be287", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SCATTER BOMB II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "SCATTER BOMB II", + "Description": "Activate to drop a scattered salvo of bombs.. Damages all unit types & buildings." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336988" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336992, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:07Z", + "ModifiedUtc": "2017-02-03T19:41:07Z", + "PublishedUtc": "2017-02-03T19:41:07Z", + "Container": -1 + }, + "Identity": "e446b468f96b4f8faff5f0f7aedfbe85", + "Title": "RESTORATION DRONES I", + "Autoroute": "hw2/leaderpowers/UnscMedDrones1", + "HW2LeaderPower": { + "ObjectTypeId": "UnscMedDrones1", + "DisplayInfo": { + "Id": 336356, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:06Z", + "ModifiedUtc": "2017-02-03T19:39:03Z", + "PublishedUtc": "2017-02-03T19:39:03Z", + "Container": -1 + }, + "Identity": "29a4a76b12b5497d8c3981632ccdf1d2", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "RESTORATION DRONES I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "RESTORATION DRONES I", + "Description": "Activate to heal all buildings and units within a targeted area." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336992" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336985, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:45Z", + "ModifiedUtc": "2017-02-03T19:41:06Z", + "PublishedUtc": "2017-02-03T19:41:06Z", + "Container": -1 + }, + "Identity": "eaf170b57e8c43fa837fe8bcfd757ab4", + "Title": "ERADICATION", + "Autoroute": "hw2/leaderpowers/CovPlanetaryCleansing", + "HW2LeaderPower": { + "ObjectTypeId": "CovPlanetaryCleansing", + "DisplayInfo": { + "Id": 335123, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:44Z", + "ModifiedUtc": "2017-02-03T19:35:04Z", + "PublishedUtc": "2017-02-03T19:35:04Z", + "Container": -1 + }, + "Identity": "48ab435a231d48afac376ef00dcfe43c", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ERADICATION Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ERADICATION", + "Description": "Activate to unleash 8 converging plasma beams.. Once converged a massive blast is triggered.. Damages all unit types and buildings." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336985" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336973, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:37Z", + "ModifiedUtc": "2017-02-03T19:41:04Z", + "PublishedUtc": "2017-02-03T19:41:04Z", + "Container": -1 + }, + "Identity": "f769edd6cf19409c840038bb26469da0", + "Title": "DISPLACEMENT", + "Autoroute": "hw2/leaderpowers/CovDisplacement", + "HW2LeaderPower": { + "ObjectTypeId": "CovDisplacement", + "DisplayInfo": { + "Id": 334978, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:36Z", + "ModifiedUtc": "2017-02-03T19:34:37Z", + "PublishedUtc": "2017-02-03T19:34:37Z", + "Container": -1 + }, + "Identity": "87ad0c6c320f48c296e80c36bc23394f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "DISPLACEMENT Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "DISPLACEMENT", + "Description": "Target enemy units to teleport them.. Does not require vision." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336973" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336936, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:41Z", + "ModifiedUtc": "2017-02-03T19:40:55Z", + "PublishedUtc": "2017-02-03T19:40:55Z", + "Container": -1 + }, + "Identity": "2eef74b9e7e347918455f07aeef9b830", + "Title": "GLASSING BEAM II", + "Autoroute": "hw2/leaderpowers/CovCleansingBeamPath2", + "HW2LeaderPower": { + "ObjectTypeId": "CovCleansingBeamPath2", + "DisplayInfo": { + "Id": 335350, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:40Z", + "ModifiedUtc": "2017-02-03T19:35:41Z", + "PublishedUtc": "2017-02-03T19:35:41Z", + "Container": -1 + }, + "Identity": "0595542f7fca483aac5f3f6ae61b9ce8", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GLASSING BEAM II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "GLASSING BEAM II", + "Description": "Activate to fire a controllable plasma beam.. Damages all unit types and buildings." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336936" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336937, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:25Z", + "ModifiedUtc": "2017-02-03T19:40:54Z", + "PublishedUtc": "2017-02-03T19:40:55Z", + "Container": -1 + }, + "Identity": "2850e671b9aa45b78ff9c1ffaf96a7ad", + "Title": "UNBREAKABLE", + "Autoroute": "hw2/leaderpowers/CovInvulnerability", + "HW2LeaderPower": { + "ObjectTypeId": "CovInvulnerability", + "DisplayInfo": { + "Id": 336363, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:24Z", + "ModifiedUtc": "2017-02-03T19:39:03Z", + "PublishedUtc": "2017-02-03T19:39:03Z", + "Container": -1 + }, + "Identity": "65930c2cf33a4fdd8551b3cb01210856", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UNBREAKABLE Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "UNBREAKABLE", + "Description": "Activate to make all your deployed units temporarily invulnerable." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336937" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336939, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:44Z", + "ModifiedUtc": "2017-02-03T19:40:55Z", + "PublishedUtc": "2017-02-03T19:40:55Z", + "Container": -1 + }, + "Identity": "2aee08790e834da08e092217f3c10123", + "Title": "HOLOGRAPHIC DECOY II", + "Autoroute": "hw2/leaderpowers/UnscHoloDecoy2", + "HW2LeaderPower": { + "ObjectTypeId": "UnscHoloDecoy2", + "DisplayInfo": { + "Id": 336347, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:44Z", + "ModifiedUtc": "2017-02-03T19:39:00Z", + "PublishedUtc": "2017-02-03T19:39:00Z", + "Container": -1 + }, + "Identity": "4be843de96fe482f8dbeb6d9f3fdc407", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HOLOGRAPHIC DECOY II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "HOLOGRAPHIC DECOY II", + "Description": "Target own units to create decoys.. Use decoys to scout and trick enemy turrets and units." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336939" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336930, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:19Z", + "ModifiedUtc": "2017-02-03T19:40:54Z", + "PublishedUtc": "2017-02-03T19:40:54Z", + "Container": -1 + }, + "Identity": "3250e2ff4a454520afb1ad5fa358acf6", + "Title": "HEAVY METAL III", + "Autoroute": "hw2/leaderpowers/UnscHeavyMetal03", + "HW2LeaderPower": { + "ObjectTypeId": "UnscHeavyMetal03", + "DisplayInfo": { + "Id": 335195, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:18Z", + "ModifiedUtc": "2017-02-03T19:35:16Z", + "PublishedUtc": "2017-02-03T19:35:16Z", + "Container": -1 + }, + "Identity": "f6fa5f77861544f7acc04c8e21b05ef4", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HEAVY METAL III Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "HEAVY METAL III", + "Description": "Target own units to give a defense boost.. Slows targeted units while active." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336930" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336918, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:48Z", + "ModifiedUtc": "2017-02-03T19:40:52Z", + "PublishedUtc": "2017-02-03T19:40:52Z", + "Container": -1 + }, + "Identity": "42a8970e59d3418fb8a934b218eb9bb8", + "Title": "KILLING FRENZY", + "Autoroute": "hw2/leaderpowers/CovBloodlust", + "HW2LeaderPower": { + "ObjectTypeId": "CovBloodlust", + "DisplayInfo": { + "Id": 335805, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:47Z", + "ModifiedUtc": "2017-02-03T19:37:10Z", + "PublishedUtc": "2017-02-03T19:37:10Z", + "Container": -1 + }, + "Identity": "9da38941240f4c67918c8ae10efb548a", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "KILLING FRENZY Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "KILLING FRENZY", + "Description": "All units now gain damage boosts when they kill enemies." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336918" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336913, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:50Z", + "ModifiedUtc": "2017-02-03T19:40:51Z", + "PublishedUtc": "2017-02-03T19:40:51Z", + "Container": -1 + }, + "Identity": "4d52efae9bd840c09d341d47ff550169", + "Title": "SPIRIT ASSAULT I", + "Autoroute": "hw2/leaderpowers/CovSpiritGunship1", + "HW2LeaderPower": { + "ObjectTypeId": "CovSpiritGunship1", + "DisplayInfo": { + "Id": 335227, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:49Z", + "ModifiedUtc": "2017-02-03T19:35:21Z", + "PublishedUtc": "2017-02-03T19:35:21Z", + "Container": -1 + }, + "Identity": "279c43e5d98c4b39b81541cf9739e478", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SPIRIT ASSAULT I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "SPIRIT ASSAULT I", + "Description": "Activate to get a drop-off of: . 2 Suicide Grunts." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336913" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336915, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:59Z", + "ModifiedUtc": "2017-02-03T19:40:51Z", + "PublishedUtc": "2017-02-03T19:40:51Z", + "Container": -1 + }, + "Identity": "499f100b700d4baaa4244cf73513c183", + "Title": "PLASMA MINES I", + "Autoroute": "hw2/leaderpowers/CovPlasmaMines1", + "HW2LeaderPower": { + "ObjectTypeId": "CovPlasmaMines1", + "DisplayInfo": { + "Id": 335130, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:59Z", + "ModifiedUtc": "2017-02-03T19:35:05Z", + "PublishedUtc": "2017-02-03T19:35:05Z", + "Container": -1 + }, + "Identity": "445eb863ae3a4acca087e63807bc0e64", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "PLASMA MINES I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "PLASMA MINES I", + "Description": "Activate to drop a line of cloaked mines.. Once armed, mines explode on contact.. Does not damage air units. " + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336915" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336907, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:14Z", + "ModifiedUtc": "2017-02-03T19:40:49Z", + "PublishedUtc": "2017-02-03T19:40:50Z", + "Container": -1 + }, + "Identity": "748c2411458942b89b329e7b92451308", + "Title": "HEAVY METAL II", + "Autoroute": "hw2/leaderpowers/UnscHeavyMetal02", + "HW2LeaderPower": { + "ObjectTypeId": "UnscHeavyMetal02", + "DisplayInfo": { + "Id": 335753, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:13Z", + "ModifiedUtc": "2017-02-03T19:37:01Z", + "PublishedUtc": "2017-02-03T19:37:01Z", + "Container": -1 + }, + "Identity": "626530331a6144a1b7a69de4d68ed376", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HEAVY METAL II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "HEAVY METAL II", + "Description": "Target own units to give a defense boost.. Slows targeted units while active." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336907" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336914, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:54Z", + "ModifiedUtc": "2017-02-03T19:40:50Z", + "PublishedUtc": "2017-02-03T19:40:50Z", + "Container": -1 + }, + "Identity": "48ed04aab6fc48cf8556a12c5e742316", + "Title": "SPIRIT ASSAULT III", + "Autoroute": "hw2/leaderpowers/CovSpiritGunship3", + "HW2LeaderPower": { + "ObjectTypeId": "CovSpiritGunship3", + "DisplayInfo": { + "Id": 335788, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:53Z", + "ModifiedUtc": "2017-02-03T19:37:06Z", + "PublishedUtc": "2017-02-03T19:37:07Z", + "Container": -1 + }, + "Identity": "8871915466834ac2a87a5768a6daa839", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SPIRIT ASSAULT III Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "SPIRIT ASSAULT III", + "Description": "Activate to get a drop-off of: . 2 upgraded veteran Suicide Grunts.. 2 upgraded veteran Jump Pack Brutes." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336914" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336905, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:07Z", + "ModifiedUtc": "2017-02-03T19:40:49Z", + "PublishedUtc": "2017-02-03T19:40:49Z", + "Container": -1 + }, + "Identity": "7622304a148d431181f2acffed59f9bc", + "Title": "ACC. ASSEMBLY I", + "Autoroute": "hw2/leaderpowers/UnscVehicleTech1", + "HW2LeaderPower": { + "ObjectTypeId": "UnscVehicleTech1", + "DisplayInfo": { + "Id": 336282, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:06Z", + "ModifiedUtc": "2017-02-03T19:38:47Z", + "PublishedUtc": "2017-02-03T19:38:48Z", + "Container": -1 + }, + "Identity": "5552b1c77dd14054832a22565a66a371", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ACC. ASSEMBLY I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ACC. ASSEMBLY I", + "Description": "Vehicle production is now cheaper and faster." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336905" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336892, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:28Z", + "ModifiedUtc": "2017-02-03T19:40:45Z", + "PublishedUtc": "2017-02-03T19:40:45Z", + "Container": -1 + }, + "Identity": "d6a3684113cf430cbbe15f1ed94e9b21", + "Title": "CLOSE AIR SUPPORT", + "Autoroute": "hw2/leaderpowers/UnscPelicanGunship", + "HW2LeaderPower": { + "ObjectTypeId": "UnscPelicanGunship", + "DisplayInfo": { + "Id": 335159, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:27Z", + "ModifiedUtc": "2017-02-03T19:35:09Z", + "PublishedUtc": "2017-02-03T19:35:10Z", + "Container": -1 + }, + "Identity": "3f42912757ff43f2a0598f2c071e588a", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "CLOSE AIR SUPPORT Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "CLOSE AIR SUPPORT", + "Description": "Activate to call in 4 Pelican Gunships.. The Pelicans temporarily guard a set area." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336892" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336881, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:01Z", + "ModifiedUtc": "2017-02-03T19:40:42Z", + "PublishedUtc": "2017-02-03T19:40:43Z", + "Container": -1 + }, + "Identity": "0cc93b08d4c44ce9a8d13f5603cb9575", + "Title": "R&D II", + "Autoroute": "hw2/leaderpowers/UnscResearchAndDevelopment2", + "HW2LeaderPower": { + "ObjectTypeId": "UnscResearchAndDevelopment2", + "DisplayInfo": { + "Id": 336423, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:00Z", + "ModifiedUtc": "2017-02-03T19:39:14Z", + "PublishedUtc": "2017-02-03T19:39:14Z", + "Container": -1 + }, + "Identity": "878e68c06b9c478ba8b369ded2ef1294", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "R&D II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "R&D II", + "Description": "Global infantry, vehicle, & aircraft upgrades now have further reduced cost & research time.. Turrets now have improved shields." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336881" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336876, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:56Z", + "ModifiedUtc": "2017-02-03T19:40:42Z", + "PublishedUtc": "2017-02-03T19:40:42Z", + "Container": -1 + }, + "Identity": "0f1a2f7f744d4275aa7848fbd2843aec", + "Title": "UNSC RAID II", + "Autoroute": "hw2/leaderpowers/UnscRaidTech2", + "HW2LeaderPower": { + "ObjectTypeId": "UnscRaidTech2", + "DisplayInfo": { + "Id": 335294, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:55Z", + "ModifiedUtc": "2017-02-03T19:35:32Z", + "PublishedUtc": "2017-02-03T19:35:32Z", + "Container": -1 + }, + "Identity": "9fd0c7c033344e0a98e358bc1d43bbb1", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UNSC RAID II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "UNSC RAID II", + "Description": "Capture speeds for all units is now faster.. Jackrabbits can now capture points.. . All infantry now move even faster." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336876" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336877, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:49Z", + "ModifiedUtc": "2017-02-03T19:40:42Z", + "PublishedUtc": "2017-02-03T19:40:42Z", + "Container": -1 + }, + "Identity": "1170356d4f4142868f0d11692f5d210d", + "Title": "MAC BLAST II", + "Autoroute": "hw2/leaderpowers/UnscMacBlast2", + "HW2LeaderPower": { + "ObjectTypeId": "UnscMacBlast2", + "DisplayInfo": { + "Id": 336416, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:48Z", + "ModifiedUtc": "2017-02-03T19:39:13Z", + "PublishedUtc": "2017-02-03T19:39:13Z", + "Container": -1 + }, + "Identity": "c90a1749beaf4d0eb1377abb65e91618", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MAC BLAST II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "MAC BLAST II", + "Description": "Activate to fire a large kinetic slug at the battlefield.. Damages all unit types and buildings." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336877" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336872, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:54Z", + "ModifiedUtc": "2017-02-03T19:40:41Z", + "PublishedUtc": "2017-02-03T19:40:41Z", + "Container": -1 + }, + "Identity": "14eebee65f1b42dd86301e00e51ed3c7", + "Title": "UNSC RAID I", + "Autoroute": "hw2/leaderpowers/UnscRaidTech1", + "HW2LeaderPower": { + "ObjectTypeId": "UnscRaidTech1", + "DisplayInfo": { + "Id": 336398, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:54Z", + "ModifiedUtc": "2017-02-03T19:39:10Z", + "PublishedUtc": "2017-02-03T19:39:10Z", + "Container": -1 + }, + "Identity": "67eaa08154aa4a5dbb10e5d2dfe577b0", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UNSC RAID I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "UNSC RAID I", + "Description": "Capture speeds for all units is now faster.. All infantry now move faster." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336872" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336873, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:33Z", + "ModifiedUtc": "2017-02-03T19:40:40Z", + "PublishedUtc": "2017-02-03T19:40:41Z", + "Container": -1 + }, + "Identity": "07dcf0f4442044df8a424957d19c7ac5", + "Title": "ARK DEFENSE III", + "Autoroute": "hw2/leaderpowers/UnscArkDefense3", + "HW2LeaderPower": { + "ObjectTypeId": "UnscArkDefense3", + "DisplayInfo": { + "Id": 335313, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:33Z", + "ModifiedUtc": "2017-02-03T19:35:35Z", + "PublishedUtc": "2017-02-03T19:35:35Z", + "Container": -1 + }, + "Identity": "7d0d7b4e7dcd4798b0f8fa64e39677aa", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ARK DEFENSE III Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ARK DEFENSE III", + "Description": "Activate to call in ten Aggressors.. The Sentinels temporarily guard a set area." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336873" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336875, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:54Z", + "ModifiedUtc": "2017-02-03T19:40:41Z", + "PublishedUtc": "2017-02-03T19:40:41Z", + "Container": -1 + }, + "Identity": "1564879dc5ae4b9e9b6b3344156cb17b", + "Title": "ODST DROP", + "Autoroute": "hw2/leaderpowers/UnscOdstDrop", + "HW2LeaderPower": { + "ObjectTypeId": "UnscOdstDrop", + "DisplayInfo": { + "Id": 335281, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:54Z", + "ModifiedUtc": "2017-02-03T19:35:30Z", + "PublishedUtc": "2017-02-03T19:35:30Z", + "Container": -1 + }, + "Identity": "52aa1e8d435244c99dc3beb5ee9593d9", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ODST DROP Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ODST DROP", + "Description": "Activate to drop an ODST squad into battle." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336875" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336862, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:23Z", + "ModifiedUtc": "2017-02-03T19:40:39Z", + "PublishedUtc": "2017-02-03T19:40:39Z", + "Container": -1 + }, + "Identity": "69e113fc8eed4208a8fd3d1f8a9731e6", + "Title": "ATRIOX'S BULWARK III", + "Autoroute": "hw2/leaderpowers/CovStructuralShielding3", + "HW2LeaderPower": { + "ObjectTypeId": "CovStructuralShielding3", + "DisplayInfo": { + "Id": 335320, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:22Z", + "ModifiedUtc": "2017-02-03T19:35:37Z", + "PublishedUtc": "2017-02-03T19:35:37Z", + "Container": -1 + }, + "Identity": "0d277d7c528c4d9ab9be2d1e83de6293", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ATRIOX'S BULWARK III Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ATRIOX'S BULWARK III", + "Description": "Activate to create a healing area. . Gives brief invulnerability.. Heals units and buildings." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336862" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336865, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:43Z", + "ModifiedUtc": "2017-02-03T19:40:39Z", + "PublishedUtc": "2017-02-03T19:40:39Z", + "Container": -1 + }, + "Identity": "53325aa04ad54385b7d5003aec06425b", + "Title": "GLASSING BEAM III", + "Autoroute": "hw2/leaderpowers/CovCleansingBeamPath3", + "HW2LeaderPower": { + "ObjectTypeId": "CovCleansingBeamPath3", + "DisplayInfo": { + "Id": 335192, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:42Z", + "ModifiedUtc": "2017-02-03T19:35:15Z", + "PublishedUtc": "2017-02-03T19:35:15Z", + "Container": -1 + }, + "Identity": "320266bafeec403cb72f6a42100a81df", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GLASSING BEAM III Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "GLASSING BEAM III", + "Description": "Activate to fire a controllable plasma beam.. Damages all unit types and buildings." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336865" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336852, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:00Z", + "ModifiedUtc": "2017-02-03T19:40:37Z", + "PublishedUtc": "2017-02-03T19:40:37Z", + "Container": -1 + }, + "Identity": "818697074aea4a7884890cc447430701", + "Title": "R&D I", + "Autoroute": "hw2/leaderpowers/UnscResearchAndDevelopment1", + "HW2LeaderPower": { + "ObjectTypeId": "UnscResearchAndDevelopment1", + "DisplayInfo": { + "Id": 335074, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:59Z", + "ModifiedUtc": "2017-02-03T19:34:56Z", + "PublishedUtc": "2017-02-03T19:34:56Z", + "Container": -1 + }, + "Identity": "55b2fb3cd2b642948b7c53ed20e066dd", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "R&D I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "R&D I", + "Description": "Global infantry, vehicle, & aircraft upgrades now have reduced cost & research time.. Turrets now have shields." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336852" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336854, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:10Z", + "ModifiedUtc": "2017-02-03T19:40:37Z", + "PublishedUtc": "2017-02-03T19:40:37Z", + "Container": -1 + }, + "Identity": "7e98e20b54d04d5db469a394530bf369", + "Title": "RESTORATION DRONES III", + "Autoroute": "hw2/leaderpowers/UnscMedDrones3", + "HW2LeaderPower": { + "ObjectTypeId": "UnscMedDrones3", + "DisplayInfo": { + "Id": 335053, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:09Z", + "ModifiedUtc": "2017-02-03T19:34:51Z", + "PublishedUtc": "2017-02-03T19:34:51Z", + "Container": -1 + }, + "Identity": "5f4049e284104eb6965f8d0c9567c022", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "RESTORATION DRONES III Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "RESTORATION DRONES III", + "Description": "Activate to heal all buildings and units within a targeted area." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336854" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336855, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:28Z", + "ModifiedUtc": "2017-02-03T19:40:37Z", + "PublishedUtc": "2017-02-03T19:40:37Z", + "Container": -1 + }, + "Identity": "7a869904c500454baa3d88cf0dc72ad1", + "Title": "TACTICAL GATEWAY", + "Autoroute": "hw2/leaderpowers/CovSlipstreamRift", + "HW2LeaderPower": { + "ObjectTypeId": "CovSlipstreamRift", + "DisplayInfo": { + "Id": 334993, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:27Z", + "ModifiedUtc": "2017-02-03T19:34:39Z", + "PublishedUtc": "2017-02-03T19:34:39Z", + "Container": -1 + }, + "Identity": "9bfbeb6977ab44b4a3553d16c5888a53", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "TACTICAL GATEWAY Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "TACTICAL GATEWAY", + "Description": "Activate to place two connected teleporation nodes. . Can be used by all players." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336855" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336848, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:34Z", + "ModifiedUtc": "2017-02-03T19:40:36Z", + "PublishedUtc": "2017-02-03T19:40:36Z", + "Container": -1 + }, + "Identity": "83380b6183724220a57a3a0d9cd6bd86", + "Title": "TELEPORT I", + "Autoroute": "hw2/leaderpowers/CovTeleport1", + "HW2LeaderPower": { + "ObjectTypeId": "CovTeleport1", + "DisplayInfo": { + "Id": 335266, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:33Z", + "ModifiedUtc": "2017-02-03T19:35:28Z", + "PublishedUtc": "2017-02-03T19:35:28Z", + "Container": -1 + }, + "Identity": "1b53baa9b87d41a5970a60b2ec4d5b3e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "TELEPORT I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "TELEPORT I", + "Description": "Target own units to teleport to any location within range.. Does not require vision." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336848" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336851, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:49Z", + "ModifiedUtc": "2017-02-03T19:40:36Z", + "PublishedUtc": "2017-02-03T19:40:36Z", + "Container": -1 + }, + "Identity": "814cf2051a734f66bf82677f3d16e882", + "Title": "BATTLE HARDENED I", + "Autoroute": "hw2/leaderpowers/CutterBattleHardened1", + "HW2LeaderPower": { + "ObjectTypeId": "CutterBattleHardened1", + "DisplayInfo": { + "Id": 335023, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:48Z", + "ModifiedUtc": "2017-02-03T19:34:44Z", + "PublishedUtc": "2017-02-03T19:34:44Z", + "Container": -1 + }, + "Identity": "679e12a50ebd4673be3537008b23f477", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "BATTLE HARDENED I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "BATTLE HARDENED I", + "Description": "All units now gain veterancy faster." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336851" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336843, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:10Z", + "ModifiedUtc": "2017-02-03T19:40:35Z", + "PublishedUtc": "2017-02-03T19:40:35Z", + "Container": -1 + }, + "Identity": "871c3bc759644dd5a01b8ede2dfeab30", + "Title": "REPAIR", + "Autoroute": "hw2/leaderpowers/_Repair", + "HW2LeaderPower": { + "ObjectTypeId": "_Repair", + "DisplayInfo": { + "Id": 336220, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:08Z", + "ModifiedUtc": "2017-02-03T19:38:36Z", + "PublishedUtc": "2017-02-03T19:38:36Z", + "Container": -1 + }, + "Identity": "ed044ab43aec4aebbe46c556b3cf82b6", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "REPAIR Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "REPAIR", + "Description": "Creates a short-term rapid healing zone." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336843" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336847, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:58Z", + "ModifiedUtc": "2017-02-03T19:40:35Z", + "PublishedUtc": "2017-02-03T19:40:35Z", + "Container": -1 + }, + "Identity": "85e6e497aa8e45c5afff30fc45523ba3", + "Title": "TURRET DROP II", + "Autoroute": "hw2/leaderpowers/UnscTurretDrop2", + "HW2LeaderPower": { + "ObjectTypeId": "UnscTurretDrop2", + "DisplayInfo": { + "Id": 336400, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:57Z", + "ModifiedUtc": "2017-02-03T19:39:10Z", + "PublishedUtc": "2017-02-03T19:39:10Z", + "Container": -1 + }, + "Identity": "19081b95001f4496816c0cd64ef7fa9c", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "TURRET DROP II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "TURRET DROP II", + "Description": "Activate to drop a temporary turret into battle." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336847" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336838, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:08Z", + "ModifiedUtc": "2017-02-03T19:40:34Z", + "PublishedUtc": "2017-02-03T19:40:34Z", + "Container": -1 + }, + "Identity": "98fa73f6f1c540a59f858c21750f90a7", + "Title": "SIPHON I", + "Autoroute": "hw2/leaderpowers/CovBuffLeech1", + "HW2LeaderPower": { + "ObjectTypeId": "CovBuffLeech1", + "DisplayInfo": { + "Id": 335349, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:07Z", + "ModifiedUtc": "2017-02-03T19:35:41Z", + "PublishedUtc": "2017-02-03T19:35:41Z", + "Container": -1 + }, + "Identity": "05563870e0364273932c6966e4655a46", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SIPHON I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "SIPHON I", + "Description": "Target own units to give them Siphon.. Units gain health while in combat." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336838" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336840, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:01Z", + "ModifiedUtc": "2017-02-03T19:40:34Z", + "PublishedUtc": "2017-02-03T19:40:34Z", + "Container": -1 + }, + "Identity": "8cbed53e5d0946d08390059aa63f659c", + "Title": "CYCLOPS DROP", + "Autoroute": "hw2/leaderpowers/UnscCyclopsDrop", + "HW2LeaderPower": { + "ObjectTypeId": "UnscCyclopsDrop", + "DisplayInfo": { + "Id": 336732, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:00Z", + "ModifiedUtc": "2017-02-03T19:40:15Z", + "PublishedUtc": "2017-02-03T19:40:15Z", + "Container": -1 + }, + "Identity": "bbbd94b589c148e2b792c867e85e02f4", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "CYCLOPS DROP Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "CYCLOPS DROP", + "Description": "Activate to drop a veteran Cyclops into battle." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336840" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336842, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:46Z", + "ModifiedUtc": "2017-02-03T19:40:34Z", + "PublishedUtc": "2017-02-03T19:40:34Z", + "Container": -1 + }, + "Identity": "86accb329fd749508631d67acd70535c", + "Title": "BOUNDLESS SIPHON", + "Autoroute": "hw2/leaderpowers/CovBoundlessLeech", + "HW2LeaderPower": { + "ObjectTypeId": "CovBoundlessLeech", + "DisplayInfo": { + "Id": 335692, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:45Z", + "ModifiedUtc": "2017-02-03T19:36:50Z", + "PublishedUtc": "2017-02-03T19:36:50Z", + "Container": -1 + }, + "Identity": "814aae4fbbb04a9495bceb6e4d96c853", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "BOUNDLESS SIPHON Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "BOUNDLESS SIPHON", + "Description": "All units now have a permanent minor health siphon. . Activates in damaging enemy units." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336842" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336835, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:35Z", + "ModifiedUtc": "2017-02-03T19:40:33Z", + "PublishedUtc": "2017-02-03T19:40:33Z", + "Container": -1 + }, + "Identity": "98a52963b12241c3b32733ceeea1c592", + "Title": "TELEPORT II", + "Autoroute": "hw2/leaderpowers/CovTeleport2", + "HW2LeaderPower": { + "ObjectTypeId": "CovTeleport2", + "DisplayInfo": { + "Id": 335742, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:35Z", + "ModifiedUtc": "2017-02-03T19:36:59Z", + "PublishedUtc": "2017-02-03T19:36:59Z", + "Container": -1 + }, + "Identity": "65c1ccacd18c4f43807bc3287638fb0e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "TELEPORT II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "TELEPORT II", + "Description": "Target own units to teleport to any location within range.. Does not require vision." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336835" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336826, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:24Z", + "ModifiedUtc": "2017-02-03T19:40:31Z", + "PublishedUtc": "2017-02-03T19:40:32Z", + "Container": -1 + }, + "Identity": "a4220417e2c647c7a1f060f77e22f7fc", + "Title": "RETRIEVER SENTINEL", + "Autoroute": "hw2/leaderpowers/UnscRetrieverSentinel", + "HW2LeaderPower": { + "ObjectTypeId": "UnscRetrieverSentinel", + "DisplayInfo": { + "Id": 335882, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:24Z", + "ModifiedUtc": "2017-02-03T19:37:25Z", + "PublishedUtc": "2017-02-03T19:37:25Z", + "Container": -1 + }, + "Identity": "198c797620f34a80a804239f53b28f2d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "RETRIEVER SENTINEL Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "RETRIEVER SENTINEL", + "Description": "Summons a powerful controllable Retriever sentinel." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336826" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336827, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:53Z", + "ModifiedUtc": "2017-02-03T19:40:31Z", + "PublishedUtc": "2017-02-03T19:40:32Z", + "Container": -1 + }, + "Identity": "9e09975af0c24d37ab2b710403d4eb98", + "Title": "MAC BLAST EMP", + "Autoroute": "hw2/leaderpowers/UnscMacBlastEMP", + "HW2LeaderPower": { + "ObjectTypeId": "UnscMacBlastEMP", + "DisplayInfo": { + "Id": 334998, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:52Z", + "ModifiedUtc": "2017-02-03T19:34:40Z", + "PublishedUtc": "2017-02-03T19:34:40Z", + "Container": -1 + }, + "Identity": "72e8ca587c37450993f45e96c248f3b9", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MAC BLAST EMP Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "MAC BLAST EMP", + "Description": "Activate to fire a modified MAC round which disables mechanical units." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336827" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336829, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:20Z", + "ModifiedUtc": "2017-02-03T19:40:32Z", + "PublishedUtc": "2017-02-03T19:40:32Z", + "Container": -1 + }, + "Identity": "9d12761eeb204745abe3358bac00b985", + "Title": "PELCIAN TRANSPORT", + "Autoroute": "hw2/leaderpowers/UnscCivTransport", + "HW2LeaderPower": { + "ObjectTypeId": "UnscCivTransport", + "DisplayInfo": { + "Id": 336380, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:18Z", + "ModifiedUtc": "2017-02-03T19:39:06Z", + "PublishedUtc": "2017-02-03T19:39:06Z", + "Container": -1 + }, + "Identity": "22a7478a0a7f4313812027732a410352", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "PELCIAN TRANSPORT Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "PELCIAN TRANSPORT", + "Description": "Target own units to transport to any location within range.. Does not require vision." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336829" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336823, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:46Z", + "ModifiedUtc": "2017-02-03T19:40:31Z", + "PublishedUtc": "2017-02-03T19:40:31Z", + "Container": -1 + }, + "Identity": "a7484155dbc94e6a93df07762e034e07", + "Title": "MAC BLAST I", + "Autoroute": "hw2/leaderpowers/UnscMacBlast1", + "HW2LeaderPower": { + "ObjectTypeId": "UnscMacBlast1", + "DisplayInfo": { + "Id": 336797, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:45Z", + "ModifiedUtc": "2017-02-03T19:40:27Z", + "PublishedUtc": "2017-02-03T19:40:27Z", + "Container": -1 + }, + "Identity": "0e92c29a6cfa450fb20999079b3cd6b2", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MAC BLAST I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "MAC BLAST I", + "Description": "Activate to fire a large kinetic slug at the battlefield.. Damages all unit types and buildings." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336823" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336824, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:15Z", + "ModifiedUtc": "2017-02-03T19:40:31Z", + "PublishedUtc": "2017-02-03T19:40:31Z", + "Container": -1 + }, + "Identity": "a44b8165b9bb4cbabeb4801501313000", + "Title": "GLOBAL RALLY POINT", + "Autoroute": "hw2/leaderpowers/_RallyPoint", + "HW2LeaderPower": { + "ObjectTypeId": "_RallyPoint", + "DisplayInfo": { + "Id": 335157, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:13Z", + "ModifiedUtc": "2017-02-03T19:35:09Z", + "PublishedUtc": "2017-02-03T19:35:09Z", + "Container": -1 + }, + "Identity": "3acddf88b49342dd9796c05ca4fd0b2b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GLOBAL RALLY POINT Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "GLOBAL RALLY POINT", + "Description": "Set rally point. for new units" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336824" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336807, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:10Z", + "ModifiedUtc": "2017-02-03T19:40:28Z", + "PublishedUtc": "2017-02-03T19:40:28Z", + "Container": -1 + }, + "Identity": "caf3afa43879438fa7f8a671443a04e6", + "Title": "GRIZZLY BATTALION", + "Autoroute": "hw2/leaderpowers/UnscGrizzlyBattalion", + "HW2LeaderPower": { + "ObjectTypeId": "UnscGrizzlyBattalion", + "DisplayInfo": { + "Id": 336234, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:10Z", + "ModifiedUtc": "2017-02-03T19:38:38Z", + "PublishedUtc": "2017-02-03T19:38:38Z", + "Container": -1 + }, + "Identity": "741e9f6a521d460b9e53fa3603d35d9e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GRIZZLY BATTALION Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "GRIZZLY BATTALION", + "Description": "Activate to get a deployment of 3 veteran Grizzly tanks." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336807" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336800, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:52Z", + "ModifiedUtc": "2017-02-03T19:40:27Z", + "PublishedUtc": "2017-02-03T19:40:27Z", + "Container": -1 + }, + "Identity": "d138788bdf77464d8e52a8f5cbefc89f", + "Title": "FORTIFICATIONS II", + "Autoroute": "hw2/leaderpowers/CovLucrativeExpansion2", + "HW2LeaderPower": { + "ObjectTypeId": "CovLucrativeExpansion2", + "DisplayInfo": { + "Id": 335015, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:52Z", + "ModifiedUtc": "2017-02-03T19:34:43Z", + "PublishedUtc": "2017-02-03T19:34:43Z", + "Container": -1 + }, + "Identity": "6ea119eb28dd4fdaac9bf80b0ac82b95", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FORTIFICATIONS II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "FORTIFICATIONS II", + "Description": "The Stronghold, Fortify, & turret upgrades now have further reduced cost & build time.. Base level turrets, shield towers, & Outposts now cost much less." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336800" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336802, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:57Z", + "ModifiedUtc": "2017-02-03T19:40:27Z", + "PublishedUtc": "2017-02-03T19:40:27Z", + "Container": -1 + }, + "Identity": "ce5513179fe74510b04073c6235f1412", + "Title": "SCOUT MINE I", + "Autoroute": "hw2/leaderpowers/CovScoutMine1", + "HW2LeaderPower": { + "ObjectTypeId": "CovScoutMine1", + "DisplayInfo": { + "Id": 336191, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:56Z", + "ModifiedUtc": "2017-02-03T19:38:31Z", + "PublishedUtc": "2017-02-03T19:38:31Z", + "Container": -1 + }, + "Identity": "a426575d66664e3b9e50c00f6ace74e3", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SCOUT MINE I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "SCOUT MINE I", + "Description": "Activate to drop a cloaked Scout Mine.. Explodes on contact, also provides vision within a small area." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336802" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336519, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:05Z", + "ModifiedUtc": "2017-02-03T19:39:33Z", + "PublishedUtc": "2017-02-03T19:39:33Z", + "Container": -1 + }, + "Identity": "4a04740eba434d25a76df88ef102c077", + "Title": "SCOUT MINE II", + "Autoroute": "hw2/leaderpowers/CovScoutMine2", + "HW2LeaderPower": { + "ObjectTypeId": "CovScoutMine2", + "DisplayInfo": { + "Id": 336307, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:05Z", + "ModifiedUtc": "2017-02-03T19:38:52Z", + "PublishedUtc": "2017-02-03T19:38:52Z", + "Container": -1 + }, + "Identity": "ed9d55767c3c41e7bf98b64c4af5a1cd", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SCOUT MINE II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "SCOUT MINE II", + "Description": "Activate to drop a cloaked Scout Mine.. Explodes on contact, also provides vision within a small area." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336519" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336526, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:55Z", + "ModifiedUtc": "2017-02-03T19:39:33Z", + "PublishedUtc": "2017-02-03T19:39:33Z", + "Container": -1 + }, + "Identity": "42e49a1efc074f4a9a1b6228b3f5e9e9", + "Title": "SPIRIT SUPPORT", + "Autoroute": "hw2/leaderpowers/CovSpiritSupport1", + "HW2LeaderPower": { + "ObjectTypeId": "CovSpiritSupport1", + "DisplayInfo": { + "Id": 335134, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:55Z", + "ModifiedUtc": "2017-02-03T19:35:06Z", + "PublishedUtc": "2017-02-03T19:35:06Z", + "Container": -1 + }, + "Identity": "ad9b253de29d461d88d606c1d9e5a8ad", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SPIRIT SUPPORT Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "SPIRIT SUPPORT", + "Description": "Activate to get a deployment of: . 1 Elite Ranger, 1 Hunter & 2 Engineers.. . Spirit also provides prolonged cover fire." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336526" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336512, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:57Z", + "ModifiedUtc": "2017-02-03T19:39:29Z", + "PublishedUtc": "2017-02-03T19:39:29Z", + "Container": -1 + }, + "Identity": "51ad96b294c248088213b7d6258a6224", + "Title": "BANISHED RAID I", + "Autoroute": "hw2/leaderpowers/CovRaidTech1", + "HW2LeaderPower": { + "ObjectTypeId": "CovRaidTech1", + "DisplayInfo": { + "Id": 335341, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:56Z", + "ModifiedUtc": "2017-02-03T19:35:40Z", + "PublishedUtc": "2017-02-03T19:35:40Z", + "Container": -1 + }, + "Identity": "07d51c2194ba4c8593fc54613b53d6a6", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "BANISHED RAID I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "BANISHED RAID I", + "Description": "Capture speed for all units able to capture is now faster. . Infantry sight range is now increased." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336512" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336492, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:00Z", + "ModifiedUtc": "2017-02-03T19:39:25Z", + "PublishedUtc": "2017-02-03T19:39:26Z", + "Container": -1 + }, + "Identity": "745ad25aaa4c4222a7d71b500dba778b", + "Title": "ODST ASSAULT GROUP", + "Autoroute": "hw2/leaderpowers/UnscOrbitalBattleGroup", + "HW2LeaderPower": { + "ObjectTypeId": "UnscOrbitalBattleGroup", + "DisplayInfo": { + "Id": 335709, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:59Z", + "ModifiedUtc": "2017-02-03T19:36:53Z", + "PublishedUtc": "2017-02-03T19:36:53Z", + "Container": -1 + }, + "Identity": "b72441254b1a441b811a2734d6f2932f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ODST ASSAULT GROUP Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ODST ASSAULT GROUP", + "Description": "Activate to get an orbital drop of veteran units:. 2 Cyclops. 2 ODST squads. 1 Scorpion. 1 Wolverine" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336492" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336488, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:39Z", + "ModifiedUtc": "2017-02-03T19:39:25Z", + "PublishedUtc": "2017-02-03T19:39:25Z", + "Container": -1 + }, + "Identity": "810e845572fd4a80ac4ba7b3557fc7d3", + "Title": "GLASSING BEAM I", + "Autoroute": "hw2/leaderpowers/CovCleansingBeamPath1", + "HW2LeaderPower": { + "ObjectTypeId": "CovCleansingBeamPath1", + "DisplayInfo": { + "Id": 336253, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:38Z", + "ModifiedUtc": "2017-02-03T19:38:42Z", + "PublishedUtc": "2017-02-03T19:38:42Z", + "Container": -1 + }, + "Identity": "661cee36e03e49908145e65609e771b6", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GLASSING BEAM I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "GLASSING BEAM I", + "Description": "Activate to fire a controllable plasma beam.. Damages all unit types and buildings." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336488" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336491, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:35Z", + "ModifiedUtc": "2017-02-03T19:39:25Z", + "PublishedUtc": "2017-02-03T19:39:25Z", + "Container": -1 + }, + "Identity": "79a3242fac954447a53309cc45a9d94c", + "Title": "VEHICLE DROP II", + "Autoroute": "hw2/leaderpowers/UnscVehicleDrop2", + "HW2LeaderPower": { + "ObjectTypeId": "UnscVehicleDrop2", + "DisplayInfo": { + "Id": 335704, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:34Z", + "ModifiedUtc": "2017-02-03T19:36:52Z", + "PublishedUtc": "2017-02-03T19:36:52Z", + "Container": -1 + }, + "Identity": "bf5cfbc3d59b45c088028edc5868ab0d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "VEHICLE DROP II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "VEHICLE DROP II", + "Description": "Activate to get a deployment of a veteran Warthog and Kodiak." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336491" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336483, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:50Z", + "ModifiedUtc": "2017-02-03T19:39:24Z", + "PublishedUtc": "2017-02-03T19:39:24Z", + "Container": -1 + }, + "Identity": "804d387bf04a4c88a979e4a4c23baef9", + "Title": "BATTLE HARDENED II", + "Autoroute": "hw2/leaderpowers/CutterBattleHardened2", + "HW2LeaderPower": { + "ObjectTypeId": "CutterBattleHardened2", + "DisplayInfo": { + "Id": 334982, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:49Z", + "ModifiedUtc": "2017-02-03T19:34:37Z", + "PublishedUtc": "2017-02-03T19:34:37Z", + "Container": -1 + }, + "Identity": "e3214c99a3bb4178990123dc34bdf3c3", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "BATTLE HARDENED II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "BATTLE HARDENED II", + "Description": "All units now gain veterancy even faster." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336483" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336471, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:30Z", + "ModifiedUtc": "2017-02-03T19:39:22Z", + "PublishedUtc": "2017-02-03T19:39:22Z", + "Container": -1 + }, + "Identity": "9dc404bde39d465ca46c77a1d094a942", + "Title": "ARK DEFENSE I", + "Autoroute": "hw2/leaderpowers/UnscArkDefense1", + "HW2LeaderPower": { + "ObjectTypeId": "UnscArkDefense1", + "DisplayInfo": { + "Id": 335906, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:29Z", + "ModifiedUtc": "2017-02-03T19:37:29Z", + "PublishedUtc": "2017-02-03T19:37:29Z", + "Container": -1 + }, + "Identity": "1938573fc85341169c45a2b46623cb32", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ARK DEFENSE I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ARK DEFENSE I", + "Description": "Activate to call in six Aggressors.. The Sentinels temporarily guard a set area." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336471" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336465, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:53Z", + "ModifiedUtc": "2017-02-03T19:39:21Z", + "PublishedUtc": "2017-02-03T19:39:21Z", + "Container": -1 + }, + "Identity": "b9dc9347fa034dfd9dde35a888f6867c", + "Title": "SENTINEL BEACON", + "Autoroute": "hw2/leaderpowers/UnscLureBeacon", + "HW2LeaderPower": { + "ObjectTypeId": "UnscLureBeacon", + "DisplayInfo": { + "Id": 335633, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:53Z", + "ModifiedUtc": "2017-02-03T19:36:40Z", + "PublishedUtc": "2017-02-03T19:36:40Z", + "Container": -1 + }, + "Identity": "ece84cc815874386971fa61e9bed694b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SENTINEL BEACON Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "SENTINEL BEACON", + "Description": "Kodiak and Siege turret attacks now summon friendly Aggressor Sentinels." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336465" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336451, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:42Z", + "ModifiedUtc": "2017-02-03T19:39:19Z", + "PublishedUtc": "2017-02-03T19:39:19Z", + "Container": -1 + }, + "Identity": "c6dbf32a00244b9e8fe163c1b98b4fab", + "Title": "ADVANCED CLOAKING I", + "Autoroute": "hw2/leaderpowers/CovAdvancedCloaking1", + "HW2LeaderPower": { + "ObjectTypeId": "CovAdvancedCloaking1", + "DisplayInfo": { + "Id": 335763, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:42Z", + "ModifiedUtc": "2017-02-03T19:37:02Z", + "PublishedUtc": "2017-02-03T19:37:02Z", + "Container": -1 + }, + "Identity": "4d162549635848b59d02847199b489b2", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ADVANCED CLOAKING I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ADVANCED CLOAKING I", + "Description": "Cloaking Generator and Shrouds are now cheaper. . Marauders now have cloaking." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336451" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336441, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:32Z", + "ModifiedUtc": "2017-02-03T19:39:18Z", + "PublishedUtc": "2017-02-03T19:39:18Z", + "Container": -1 + }, + "Identity": "fb9a4c49c385494e8446a390b99a0726", + "Title": "EXTRACTION III", + "Autoroute": "hw2/leaderpowers/CovExtraction3", + "HW2LeaderPower": { + "ObjectTypeId": "CovExtraction3", + "DisplayInfo": { + "Id": 335847, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:31Z", + "ModifiedUtc": "2017-02-03T19:37:16Z", + "PublishedUtc": "2017-02-03T19:37:16Z", + "Container": -1 + }, + "Identity": "2f9b39c730ba4342ab334ff9b35ca71c", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "EXTRACTION III Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "EXTRACTION III", + "Description": "Target own units to teleport them to main base.. Units heal on arrival." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336441" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336444, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:05Z", + "ModifiedUtc": "2017-02-03T19:39:18Z", + "PublishedUtc": "2017-02-03T19:39:18Z", + "Container": -1 + }, + "Identity": "f5d3923a5bdd436c8b4a4e79610c781e", + "Title": "FURY II", + "Autoroute": "hw2/leaderpowers/CovBuffRage2", + "HW2LeaderPower": { + "ObjectTypeId": "CovBuffRage2", + "DisplayInfo": { + "Id": 334965, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:04Z", + "ModifiedUtc": "2017-02-03T19:34:35Z", + "PublishedUtc": "2017-02-03T19:34:35Z", + "Container": -1 + }, + "Identity": "94ef1d7d14e44f0babf5078712e2362e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FURY II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "FURY II", + "Description": "Target own units to give damage & speed boosts. . Drains health while active; units cannot die from this." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336444" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336393, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:39Z", + "ModifiedUtc": "2017-02-03T19:39:08Z", + "PublishedUtc": "2017-02-03T19:39:08Z", + "Container": -1 + }, + "Identity": "1fd52a97c6764114835a2e17c15f5691", + "Title": "ARCHER MISSILES II", + "Autoroute": "hw2/leaderpowers/UnscBombingRun2", + "HW2LeaderPower": { + "ObjectTypeId": "UnscBombingRun2", + "DisplayInfo": { + "Id": 336052, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:38Z", + "ModifiedUtc": "2017-02-03T19:38:04Z", + "PublishedUtc": "2017-02-03T19:38:04Z", + "Container": -1 + }, + "Identity": "aec1ccbfcaa34ecd8dac81a862f08740", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ARCHER MISSILES II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ARCHER MISSILES II", + "Description": "Activate to fire staggered pairs of missiles in a lane. . Damages all unit types and buildings." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336393" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336295, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:10Z", + "ModifiedUtc": "2017-02-03T19:38:50Z", + "PublishedUtc": "2017-02-03T19:38:50Z", + "Container": -1 + }, + "Identity": "52548384adf84e4f9583a48e64a0f9c7", + "Title": "SIPHON II", + "Autoroute": "hw2/leaderpowers/CovBuffLeech2", + "HW2LeaderPower": { + "ObjectTypeId": "CovBuffLeech2", + "DisplayInfo": { + "Id": 336038, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:09Z", + "ModifiedUtc": "2017-02-03T19:38:01Z", + "PublishedUtc": "2017-02-03T19:38:01Z", + "Container": -1 + }, + "Identity": "c72c90373c0747748d2b6d8e7b1654a4", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SIPHON II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "SIPHON II", + "Description": "Target own units to give them Siphon.. Units gain health while in combat." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336295" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336243, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:03Z", + "ModifiedUtc": "2017-02-03T19:38:40Z", + "PublishedUtc": "2017-02-03T19:38:40Z", + "Container": -1 + }, + "Identity": "70f0df7820fd4c7e96121d794880b48e", + "Title": "COUNTER MEASURES", + "Autoroute": "hw2/leaderpowers/CovResourceControl", + "HW2LeaderPower": { + "ObjectTypeId": "CovResourceControl", + "DisplayInfo": { + "Id": 336239, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:03Z", + "ModifiedUtc": "2017-02-03T19:38:39Z", + "PublishedUtc": "2017-02-03T19:38:39Z", + "Container": -1 + }, + "Identity": "a917ba5401e24912add71438d33263e0", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "COUNTER MEASURES Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "COUNTER MEASURES", + "Description": "Mines will now drop around newly captured resource points. . Enemy decap rate is now slowed on all points you control.. . Jump Pack Brutes will now drop Trip Mines when in flight." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336243" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336214, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:52Z", + "ModifiedUtc": "2017-02-03T19:38:34Z", + "PublishedUtc": "2017-02-03T19:38:34Z", + "Container": -1 + }, + "Identity": "8ebba7e37c5a443b8015b5468b99a307", + "Title": "SPIRIT ASSAULT II", + "Autoroute": "hw2/leaderpowers/CovSpiritGunship2", + "HW2LeaderPower": { + "ObjectTypeId": "CovSpiritGunship2", + "DisplayInfo": { + "Id": 336210, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:51Z", + "ModifiedUtc": "2017-02-03T19:38:33Z", + "PublishedUtc": "2017-02-03T19:38:33Z", + "Container": -1 + }, + "Identity": "c3ee57ed6abb4a4facf7b7ab74b73ee5", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SPIRIT ASSAULT II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "SPIRIT ASSAULT II", + "Description": "Activate to get a drop-off of:. 2 upgraded veteran Suicide Grunts.. 1 veteran Jump Pack Brute." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336214" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336014, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:14Z", + "ModifiedUtc": "2017-02-03T19:37:55Z", + "PublishedUtc": "2017-02-03T19:37:55Z", + "Container": -1 + }, + "Identity": "8df65e08e2144f1bb2c73549362f7132", + "Title": "DECIMUS DROP", + "Autoroute": "hw2/leaderpowers/CovDecimusDrop", + "HW2LeaderPower": { + "ObjectTypeId": "CovDecimusDrop", + "DisplayInfo": { + "Id": 335094, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:13Z", + "ModifiedUtc": "2017-02-03T19:35:00Z", + "PublishedUtc": "2017-02-03T19:35:00Z", + "Container": -1 + }, + "Identity": "488c88a4a0f34ef59da317871d2d9cc4", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "DECIMUS DROP Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "DECIMUS DROP", + "Description": "Drops Decimus into battle.. Only one Decimus can be in use." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336014" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336004, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:25Z", + "ModifiedUtc": "2017-02-03T19:37:54Z", + "PublishedUtc": "2017-02-03T19:37:54Z", + "Container": -1 + }, + "Identity": "988e5fd8665549da8ca9d6728fa28e6c", + "Title": "EXTRACTION I", + "Autoroute": "hw2/leaderpowers/CovExtraction1", + "HW2LeaderPower": { + "ObjectTypeId": "CovExtraction1", + "DisplayInfo": { + "Id": 335290, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:23Z", + "ModifiedUtc": "2017-02-03T19:35:31Z", + "PublishedUtc": "2017-02-03T19:35:31Z", + "Container": -1 + }, + "Identity": "13ac9d2573df45308a40a611cd587dec", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "EXTRACTION I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "EXTRACTION I", + "Description": "Target own units to teleport them to main base.. Units heal on arrival." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336004" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336006, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:06Z", + "ModifiedUtc": "2017-02-03T19:37:54Z", + "PublishedUtc": "2017-02-03T19:37:54Z", + "Container": -1 + }, + "Identity": "944d955542384ba6a1abfc5f77833b66", + "Title": "FURY III", + "Autoroute": "hw2/leaderpowers/CovBuffRage3", + "HW2LeaderPower": { + "ObjectTypeId": "CovBuffRage3", + "DisplayInfo": { + "Id": 335098, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:06Z", + "ModifiedUtc": "2017-02-03T19:35:00Z", + "PublishedUtc": "2017-02-03T19:35:00Z", + "Container": -1 + }, + "Identity": "4eed103790b745c4b17d2d23fcee8f87", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FURY III Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "FURY III", + "Description": "Target own units to give damage & speed boosts. . Drains health while active; units cannot die from this." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336006" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335978, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:03Z", + "ModifiedUtc": "2017-02-03T19:37:48Z", + "PublishedUtc": "2017-02-03T19:37:49Z", + "Container": -1 + }, + "Identity": "bd276fe2cecf4820b7af5eb92dfaeab1", + "Title": "FURY I", + "Autoroute": "hw2/leaderpowers/CovBuffRage1", + "HW2LeaderPower": { + "ObjectTypeId": "CovBuffRage1", + "DisplayInfo": { + "Id": 335187, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:02Z", + "ModifiedUtc": "2017-02-03T19:35:15Z", + "PublishedUtc": "2017-02-03T19:35:15Z", + "Container": -1 + }, + "Identity": "3286ff2e835a45f284b1e2e5fbdaf400", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FURY I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "FURY I", + "Description": "Target own units to give damage & speed boosts. . Drains health while active; units cannot die from this." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335978" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335983, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:25Z", + "ModifiedUtc": "2017-02-03T19:37:49Z", + "PublishedUtc": "2017-02-03T19:37:49Z", + "Container": -1 + }, + "Identity": "bb79effed52446c881374a1d0d1a76cb", + "Title": "SCATTER BOMB I", + "Autoroute": "hw2/leaderpowers/UnscScatterbomb1", + "HW2LeaderPower": { + "ObjectTypeId": "UnscScatterbomb1", + "DisplayInfo": { + "Id": 335816, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:32:25Z", + "ModifiedUtc": "2017-02-03T19:37:11Z", + "PublishedUtc": "2017-02-03T19:37:11Z", + "Container": -1 + }, + "Identity": "3ef65f9fb6084c8baaa577b67da5ae5b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SCATTER BOMB I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "SCATTER BOMB I", + "Description": "Activate to drop a scattered salvo of bombs.. Damages all unit types & buildings." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335983" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335966, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:05Z", + "ModifiedUtc": "2017-02-03T19:37:47Z", + "PublishedUtc": "2017-02-03T19:37:47Z", + "Container": -1 + }, + "Identity": "ea8b96a0ef9b4ebe9e46834ee758c67f", + "Title": "LOTUS MINE II", + "Autoroute": "hw2/leaderpowers/UnscLotusMines2", + "HW2LeaderPower": { + "ObjectTypeId": "UnscLotusMines2", + "DisplayInfo": { + "Id": 335608, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:04Z", + "ModifiedUtc": "2017-02-03T19:36:36Z", + "PublishedUtc": "2017-02-03T19:36:36Z", + "Container": -1 + }, + "Identity": "d4edf0799c5a4a15b2abdd480086ab5e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "LOTUS MINE II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "LOTUS MINE II", + "Description": "Activate to drop a line of cloaked mines.. Once armed, mines explode on contact.. Does not damage air units. " + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335966" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335901, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:43Z", + "ModifiedUtc": "2017-02-03T19:37:28Z", + "PublishedUtc": "2017-02-03T19:37:28Z", + "Container": -1 + }, + "Identity": "1ad300e95d97480fb5c2d3a886fb24d0", + "Title": "HOLOGRAPHIC DECOY I", + "Autoroute": "hw2/leaderpowers/UnscHoloDecoy1", + "HW2LeaderPower": { + "ObjectTypeId": "UnscHoloDecoy1", + "DisplayInfo": { + "Id": 335898, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:42Z", + "ModifiedUtc": "2017-02-03T19:37:28Z", + "PublishedUtc": "2017-02-03T19:37:28Z", + "Container": -1 + }, + "Identity": "a59b3d605f53420b8a7c9356a164af8a", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HOLOGRAPHIC DECOY I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "HOLOGRAPHIC DECOY I", + "Description": "Target own units to create decoys.. Use decoys to scout and trick enemy turrets and units." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335901" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335623, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:43Z", + "ModifiedUtc": "2017-02-03T19:36:39Z", + "PublishedUtc": "2017-02-03T19:36:39Z", + "Container": -1 + }, + "Identity": "c353a3aa76cc4221bd2fd5cc195d13eb", + "Title": "ADVANCED CLOAKING II", + "Autoroute": "hw2/leaderpowers/CovAdvancedCloaking2", + "HW2LeaderPower": { + "ObjectTypeId": "CovAdvancedCloaking2", + "DisplayInfo": { + "Id": 335619, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:43Z", + "ModifiedUtc": "2017-02-03T19:36:38Z", + "PublishedUtc": "2017-02-03T19:36:38Z", + "Container": -1 + }, + "Identity": "daa5133e27bd4039a108c1430683053f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ADVANCED CLOAKING II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ADVANCED CLOAKING II", + "Description": "Cloaking Generator and Shrouds are now cheaper. . Marauders now have cloaking.. . All cloaking abilities now last longer. . Shroud cloak fields are now larger." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335623" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335613, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:47Z", + "ModifiedUtc": "2017-02-03T19:36:36Z", + "PublishedUtc": "2017-02-03T19:36:37Z", + "Container": -1 + }, + "Identity": "c974222947d84621bcdb8b5507357004", + "Title": "BOUNDLESS FURY", + "Autoroute": "hw2/leaderpowers/CovBoundlessRage", + "HW2LeaderPower": { + "ObjectTypeId": "CovBoundlessRage", + "DisplayInfo": { + "Id": 335396, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:46Z", + "ModifiedUtc": "2017-02-03T19:35:50Z", + "PublishedUtc": "2017-02-03T19:35:50Z", + "Container": -1 + }, + "Identity": "c9fd23cd60574c6198c1ecf916e8bfcf", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "BOUNDLESS FURY Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "BOUNDLESS FURY", + "Description": "All units now have a permanent increase to speed and damage. " + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335613" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335476, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:02Z", + "ModifiedUtc": "2017-02-03T19:36:09Z", + "PublishedUtc": "2017-02-03T19:36:09Z", + "Container": -1 + }, + "Identity": "381bfe75cdd142ad89d97d11c1c04134", + "Title": "R&D III", + "Autoroute": "hw2/leaderpowers/UnscResearchAndDevelopment3", + "HW2LeaderPower": { + "ObjectTypeId": "UnscResearchAndDevelopment3", + "DisplayInfo": { + "Id": 335250, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:02Z", + "ModifiedUtc": "2017-02-03T19:35:24Z", + "PublishedUtc": "2017-02-03T19:35:24Z", + "Container": -1 + }, + "Identity": "28471bae9e084effaf404c6fe049d27b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "R&D III Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "R&D III", + "Description": "Global infantry, vehicle, & aircraft upgrades now have even further reduced cost & research time.. Turrets now have further improved shields." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335476" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335433, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:03Z", + "ModifiedUtc": "2017-02-03T19:35:59Z", + "PublishedUtc": "2017-02-03T19:35:59Z", + "Container": -1 + }, + "Identity": "6be298317ab241c58d60745d281fc99f", + "Title": "LOTUS MINE I", + "Autoroute": "hw2/leaderpowers/UnscLotusMines1", + "HW2LeaderPower": { + "ObjectTypeId": "UnscLotusMines1", + "DisplayInfo": { + "Id": 335314, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:02Z", + "ModifiedUtc": "2017-02-03T19:35:35Z", + "PublishedUtc": "2017-02-03T19:35:35Z", + "Container": -1 + }, + "Identity": "0ed0e726bfdc4d70a6d1be532087e572", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "LOTUS MINE I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "LOTUS MINE I", + "Description": "Activate to drop a line of cloaked mines.. Once armed, mines explode on contact.. Does not damage air units. " + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335433" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335422, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:37Z", + "ModifiedUtc": "2017-02-03T19:35:57Z", + "PublishedUtc": "2017-02-03T19:35:57Z", + "Container": -1 + }, + "Identity": "9ba4b99b25294f8e9f89cabd74734b91", + "Title": "ARCHER MISSILES I", + "Autoroute": "hw2/leaderpowers/UnscBombingRun1", + "HW2LeaderPower": { + "ObjectTypeId": "UnscBombingRun1", + "DisplayInfo": { + "Id": 335026, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:36Z", + "ModifiedUtc": "2017-02-03T19:34:45Z", + "PublishedUtc": "2017-02-03T19:34:45Z", + "Container": -1 + }, + "Identity": "68551af851b347d1a3485c23566bf160", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ARCHER MISSILES I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ARCHER MISSILES I", + "Description": "Activate to fire staggered pairs of missiles in a lane. . Damages all unit types and buildings." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335422" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335414, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:30Z", + "ModifiedUtc": "2017-02-03T19:35:56Z", + "PublishedUtc": "2017-02-03T19:35:56Z", + "Container": -1 + }, + "Identity": "9f84cf42bc5d4e56b9693ffbbd3d2e3d", + "Title": "EXTRACTION II", + "Autoroute": "hw2/leaderpowers/CovExtraction2", + "HW2LeaderPower": { + "ObjectTypeId": "CovExtraction2", + "DisplayInfo": { + "Id": 334976, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:47:27Z", + "ModifiedUtc": "2017-02-03T19:34:36Z", + "PublishedUtc": "2017-02-03T19:34:36Z", + "Container": -1 + }, + "Identity": "8873b47f911e4ad2ab034060074ee1c5", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "EXTRACTION II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "EXTRACTION II", + "Description": "Target own units to teleport them to main base.. Units heal on arrival." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335414" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335416, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:04Z", + "ModifiedUtc": "2017-02-03T19:35:56Z", + "PublishedUtc": "2017-02-03T19:35:56Z", + "Container": -1 + }, + "Identity": "a336cc37384e472287bb18b458fa9882", + "Title": "THE BEST OFFENSE", + "Autoroute": "hw2/leaderpowers/UnscScorpionTech", + "HW2LeaderPower": { + "ObjectTypeId": "UnscScorpionTech", + "DisplayInfo": { + "Id": 335411, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:07:04Z", + "ModifiedUtc": "2017-02-03T19:35:56Z", + "PublishedUtc": "2017-02-03T19:35:56Z", + "Container": -1 + }, + "Identity": "8b6f5a9daf4e4922b928afcc4dc988cb", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "THE BEST OFFENSE Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "THE BEST OFFENSE", + "Description": "Scorpions and Nightingales now have shields and increased health. . . Scorpions now have a larger canister shot." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335416" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335409, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:16Z", + "ModifiedUtc": "2017-02-03T19:35:55Z", + "PublishedUtc": "2017-02-03T19:35:55Z", + "Container": -1 + }, + "Identity": "a314cf525076488480e5d50f0b54cfbc", + "Title": "TURRET SHIELDS", + "Autoroute": "hw2/leaderpowers/UnscTurretShields", + "HW2LeaderPower": { + "ObjectTypeId": "UnscTurretShields", + "DisplayInfo": { + "Id": 335064, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:15Z", + "ModifiedUtc": "2017-02-03T19:34:53Z", + "PublishedUtc": "2017-02-03T19:34:53Z", + "Container": -1 + }, + "Identity": "5ac8216d745149cf8f2d1f82322f8c30", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "TURRET SHIELDS Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "TURRET SHIELDS", + "Description": "All turrets gain regenerating shields." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335409" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335310, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:41Z", + "ModifiedUtc": "2017-02-03T19:35:34Z", + "PublishedUtc": "2017-02-03T19:35:34Z", + "Container": -1 + }, + "Identity": "0cddf7cfa5284307ba4f835b6b688f6c", + "Title": "ARCHER MISSILES III", + "Autoroute": "hw2/leaderpowers/UnscBombingRun3", + "HW2LeaderPower": { + "ObjectTypeId": "UnscBombingRun3", + "DisplayInfo": { + "Id": 335305, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:40Z", + "ModifiedUtc": "2017-02-03T19:35:33Z", + "PublishedUtc": "2017-02-03T19:35:33Z", + "Container": -1 + }, + "Identity": "5ff888f915b6420ebb1f9b6788ca6081", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ARCHER MISSILES III Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ARCHER MISSILES III", + "Description": "Activate to fire staggered pairs of missiles in a lane. . Damages all unit types and buildings.. Leaves behind burning area, damaging enemy ground targets." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335310" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335247, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:19Z", + "ModifiedUtc": "2017-02-03T19:35:24Z", + "PublishedUtc": "2017-02-03T19:35:24Z", + "Container": -1 + }, + "Identity": "290ed82c0d8e489393d9fbd85f5a9740", + "Title": "ATRIOX'S BULWARK I", + "Autoroute": "hw2/leaderpowers/CovStructuralShielding1", + "HW2LeaderPower": { + "ObjectTypeId": "CovStructuralShielding1", + "DisplayInfo": { + "Id": 335243, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:18Z", + "ModifiedUtc": "2017-02-03T19:35:24Z", + "PublishedUtc": "2017-02-03T19:35:24Z", + "Container": -1 + }, + "Identity": "43dae3f869414c1fa9b1c52e7f399e91", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ATRIOX'S BULWARK I Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "ATRIOX'S BULWARK I", + "Description": "Activate to create a healing area. . Gives brief invulnerability.. Heals units and buildings." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335247" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335201, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:16Z", + "ModifiedUtc": "2017-02-03T19:35:17Z", + "PublishedUtc": "2017-02-03T19:35:17Z", + "Container": -1 + }, + "Identity": "2c54d1678afa4d5690b8b2c53d7c393a", + "Title": "MASS CLOAKING", + "Autoroute": "hw2/leaderpowers/CovInvisibleArmy", + "HW2LeaderPower": { + "ObjectTypeId": "CovInvisibleArmy", + "DisplayInfo": { + "Id": 335197, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:15Z", + "ModifiedUtc": "2017-02-03T19:35:16Z", + "PublishedUtc": "2017-02-03T19:35:16Z", + "Container": -1 + }, + "Identity": "d11e6d8cb34043dd9dde05d467bedd00", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MASS CLOAKING Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "MASS CLOAKING", + "Description": "Activate to cloak all your deployed units.. While cloaked units gain speed boost and a small siphon." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335201" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335097, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:58Z", + "ModifiedUtc": "2017-02-03T19:35:00Z", + "PublishedUtc": "2017-02-03T19:35:00Z", + "Container": -1 + }, + "Identity": "4f5c777586d048f3aec6985ce43b4c55", + "Title": "BANISHED RAID II", + "Autoroute": "hw2/leaderpowers/CovRaidTech2", + "HW2LeaderPower": { + "ObjectTypeId": "CovRaidTech2", + "DisplayInfo": { + "Id": 335092, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-14T09:06:57Z", + "ModifiedUtc": "2017-02-03T19:34:59Z", + "PublishedUtc": "2017-02-03T19:34:59Z", + "Container": -1 + }, + "Identity": "e1be88e711db4baaaa120d3c054440e5", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "BANISHED RAID II Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "BANISHED RAID II", + "Description": "Capture speed for all units is now faster.. Ghosts can now capture points.. . Infantry & Vehicle sight range is now increased.. " + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335097" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 334988, + "Type": "HW2LeaderPower", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:17Z", + "ModifiedUtc": "2017-02-03T19:34:38Z", + "PublishedUtc": "2017-02-03T19:34:38Z", + "Container": -1 + }, + "Identity": "81c63d050e514c91978c09437ba31ad2", + "Title": "DYING BREATH", + "Autoroute": "hw2/leaderpowers/CovDyingBreath", + "HW2LeaderPower": { + "ObjectTypeId": "CovDyingBreath", + "DisplayInfo": { + "Id": 334983, + "Type": "HW2LeaderPowerDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:48:17Z", + "ModifiedUtc": "2017-02-03T19:34:38Z", + "PublishedUtc": "2017-02-03T19:34:38Z", + "Container": -1 + }, + "Identity": "ca0a75cc86b14bbca82fc2ccce10925f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "DYING BREATH Display Info", + "HW2LeaderPowerDisplayInfo": { + "Name": "DYING BREATH", + "Description": "Target own units to give them Dying Breath.. They will shrug off death and continue to fight on for a set duration." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/334988" + } + ], + "ChildrenCount": 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/leader-powers.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/leader-powers.schema.json new file mode 100644 index 0000000..cb8109e --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/leader-powers.schema.json @@ -0,0 +1,193 @@ +{ + "definitions": { + "HW2LeaderPowerContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2LeaderPowerView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "common/link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2LeaderPowerView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "Autoroute": { + "type": "string" + }, + "HW2LeaderPower": { + "$ref": "#/definitions/HW2LeaderPower" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "Autoroute", + "HW2LeaderPower" + ] + }, + + "HW2LeaderPower": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "ObjectTypeId": { + "type": "string" + }, + "DisplayInfo": { + "$ref": "#/definitions/HW2LeaderPowerDisplayInfoContentItemTypeB" + }, + "Image": { + "oneOf": [ + // TODO: This is pretty terrible. + { "$ref": "common/empty.schema.json" }, + { "$ref": "common/image.schema.json#/definitions/null" }, + { "$ref": "common/image.schema.json#/definitions/ImageContentItemTypeB" } + ] + } + }, + "required": [ + "ObjectTypeId", + "DisplayInfo", + "Image" + ] + }, + + "HW2LeaderPowerDisplayInfoContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2LeaderPowerDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2LeaderPowerDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "BatchLocalization": { + "$ref": "common/batch-localization.schema.json" + }, + "Localization": { + "$ref": "common/localization.schema.json" + }, + "Title": { + "type": "string" + }, + "HW2LeaderPowerDisplayInfo": { + "$ref": "#/definitions/HW2LeaderPowerDisplayInfo" + } + }, + "required": [ + "Status", + "HW2LeaderPowerDisplayInfo", + "BatchLocalization", + "Localization", + "Title", + "Common", + "Identity" + ] + }, + + "HW2LeaderPowerDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + } + }, + "required": [ + "Name", + "Description" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2LeaderPowerContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/leaders.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/leaders.json new file mode 100644 index 0000000..94b038a --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/leaders.json @@ -0,0 +1,1672 @@ +{ + "Paging": { + "StartAt": 0, + "InlineCount": 7, + "TotalCount": 7 + }, + "ContentItems": [ + { + "Id": 202762, + "Type": "HW2Leader", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-06-10T14:05:12Z", + "ModifiedUtc": "2017-02-03T18:08:03Z", + "PublishedUtc": "2017-02-09T10:24:11Z", + "Container": -1 + }, + "Identity": "7ee19946262644ffab92e9c09240df37", + "Title": "Atriox", + "HW2Leader": { + "Faction": "Banished", + "StartingArmyOptions": [ + { + "Id": 202242, + "Type": "HW2StartingArmy", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-07-25T09:13:55Z", + "ModifiedUtc": "2017-02-03T18:08:14Z", + "PublishedUtc": "2017-02-09T10:23:12Z", + "Container": -1 + }, + "Identity": "27049b2dddeb4a82a8b1c88ca03be08e", + "Title": "Warlord", + "HW2StartingArmy": { + "DisplayInfo": { + "Id": 335853, + "Type": "HW2StartingArmyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-20T16:50:17Z", + "ModifiedUtc": "2017-02-03T19:37:18Z", + "PublishedUtc": "2017-02-03T19:37:18Z", + "Container": -1 + }, + "Identity": "7707ce03f7e147e3a34dad0ca63fd4a1", + "Autoroute": "warlord-display-info", + "Title": "Warlord Display Info", + "HW2StartingArmyDisplayInfo": { + "Name": "Warlord" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Cards": [ + { + "Id": 202190, + "Type": "HW2Card", + "Identity": "eff4623d74c44656a6a2fdb0665e9b18", + "Autoroute": "hw2/cards/eff4623d-74c4-4656-a6a2-fdb0665e9b18" + }, + { + "Id": 202190, + "Type": "HW2Card", + "Identity": "eff4623d74c44656a6a2fdb0665e9b18", + "Autoroute": "hw2/cards/eff4623d-74c4-4656-a6a2-fdb0665e9b18" + }, + { + "Id": 202194, + "Type": "HW2Card", + "Identity": "e471a469c26d49c7beebd3784470e4b9", + "Autoroute": "hw2/cards/e471a469-c26d-49c7-beeb-d3784470e4b9" + } + ] + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + { + "Id": 202714, + "Type": "HW2StartingArmy", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-07-25T09:13:55Z", + "ModifiedUtc": "2017-02-03T18:08:13Z", + "PublishedUtc": "2017-02-09T10:24:10Z", + "Container": -1 + }, + "Identity": "4c421d8f539a46df99a5ace562beb675", + "Title": "Bulletproof", + "HW2StartingArmy": { + "DisplayInfo": { + "Id": 335086, + "Type": "HW2StartingArmyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-20T16:50:18Z", + "ModifiedUtc": "2017-02-03T19:34:58Z", + "PublishedUtc": "2017-02-03T19:34:58Z", + "Container": -1 + }, + "Identity": "d61346c5077847ab87ef5a7acdb4b70f", + "Autoroute": "bulletproof-display-info", + "Title": "Bulletproof Display Info", + "HW2StartingArmyDisplayInfo": { + "Name": "Bulletproof" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Cards": [ + { + "Id": 202421, + "Type": "HW2Card", + "Identity": "341210745a7d43f29a12cdbb6b973037", + "Autoroute": "hw2/cards/34121074-5a7d-43f2-9a12-cdbb6b973037" + }, + { + "Id": 202404, + "Type": "HW2Card", + "Identity": "9f93ba1d76624e269942e0bba96872d3", + "Autoroute": "hw2/cards/9f93ba1d-7662-4e26-9942-e0bba96872d3" + }, + { + "Id": 201970, + "Type": "HW2Card", + "Identity": "f026c814e2ec46bba4e6c9860466023f", + "Autoroute": "hw2/cards/f026c814-e2ec-46bb-a4e6-c9860466023f" + }, + { + "Id": 201970, + "Type": "HW2Card", + "Identity": "f026c814e2ec46bba4e6c9860466023f", + "Autoroute": "hw2/cards/f026c814-e2ec-46bb-a4e6-c9860466023f" + } + ] + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + ], + "Id": 5, + "Name": "Atriox", + "DisplayInfo": { + "Id": 334995, + "Type": "HW2LeaderDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:45Z", + "ModifiedUtc": "2017-02-03T19:34:40Z", + "PublishedUtc": "2017-02-03T19:34:40Z", + "Container": -1 + }, + "Identity": "beb63328d47d49d19635a944025c42b6", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Atriox Display Info", + "HW2LeaderDisplayInfo": { + "Name": "Atriox", + "Description": "Atriox focuses on a cunning and defensive style supported by an advanced economy and the power to make units temporarily invulnerable." + } + } + }, + "Image": { + "Id": 337715, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-01-31T19:10:37Z", + "ModifiedUtc": "2017-02-09T10:22:46Z", + "PublishedUtc": "2017-02-09T10:22:47Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/leaders/atriox-bf79c35d8b7b41579806c2fa3ea6706e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/leaders", + "FileName": "atriox-bf79c35d8b7b41579806c2fa3ea6706e.png" + }, + "Image": { + "Width": 1452, + "Height": 1920 + }, + "Title": "atriox-bf79c35d8b7b41579806c2fa3ea6706e", + "Identity": "ae1e903890d9401e9ed6146c02f6c7bb" + } + }, + "HW2PromotionOffer": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202762" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202765, + "Type": "HW2Leader", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-06-10T14:04:30Z", + "ModifiedUtc": "2017-02-03T18:08:03Z", + "PublishedUtc": "2017-02-09T10:23:59Z", + "Container": -1 + }, + "Identity": "2bbe175c7de444a3a9dc92571626bfa2", + "Title": "Professor Anders", + "HW2Leader": { + "Faction": "UNSC", + "StartingArmyOptions": [ + { + "Id": 202685, + "Type": "HW2StartingArmy", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-07-25T09:13:56Z", + "ModifiedUtc": "2017-02-03T18:08:13Z", + "PublishedUtc": "2017-02-09T10:23:11Z", + "Container": -1 + }, + "Identity": "a93534879afc40078031ed873329e4c1", + "Title": "Tactician", + "HW2StartingArmy": { + "DisplayInfo": { + "Id": 335485, + "Type": "HW2StartingArmyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-20T16:50:12Z", + "ModifiedUtc": "2017-02-03T19:36:10Z", + "PublishedUtc": "2017-02-03T19:36:10Z", + "Container": -1 + }, + "Identity": "ab6ada7217a8474aa4187f615c86e493", + "Autoroute": "tactician-display-info", + "Title": "Tactician Display Info", + "HW2StartingArmyDisplayInfo": { + "Name": "Tactician" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Cards": [ + { + "Id": 202209, + "Type": "HW2Card", + "Identity": "b8ff73dda5214c3dbe7ad24fbf1376b1", + "Autoroute": "hw2/cards/b8ff73dd-a521-4c3d-be7a-d24fbf1376b1" + }, + { + "Id": 202209, + "Type": "HW2Card", + "Identity": "b8ff73dda5214c3dbe7ad24fbf1376b1", + "Autoroute": "hw2/cards/b8ff73dd-a521-4c3d-be7a-d24fbf1376b1" + }, + { + "Id": 202253, + "Type": "HW2Card", + "Identity": "8753d24850d448f2ad3aa7aef75c4daa", + "Autoroute": "hw2/cards/8753d248-50d4-48f2-ad3a-a7aef75c4daa" + }, + { + "Id": 202253, + "Type": "HW2Card", + "Identity": "8753d24850d448f2ad3aa7aef75c4daa", + "Autoroute": "hw2/cards/8753d248-50d4-48f2-ad3a-a7aef75c4daa" + }, + { + "Id": 202254, + "Type": "HW2Card", + "Identity": "80852312cdea411d8dcbfd409f55fb48", + "Autoroute": "hw2/cards/80852312-cdea-411d-8dcb-fd409f55fb48" + } + ] + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + { + "Id": 202720, + "Type": "HW2StartingArmy", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-07-25T09:13:57Z", + "ModifiedUtc": "2017-02-03T18:08:13Z", + "PublishedUtc": "2017-02-09T10:23:58Z", + "Container": -1 + }, + "Identity": "edca64de66314d0b89751a8b08c3a0a3", + "Title": "Sentinel Swarm", + "HW2StartingArmy": { + "DisplayInfo": { + "Id": 335202, + "Type": "HW2StartingArmyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-20T16:50:14Z", + "ModifiedUtc": "2017-02-03T19:35:17Z", + "PublishedUtc": "2017-02-03T19:35:17Z", + "Container": -1 + }, + "Identity": "319c43ab263e4da88b5e3ab0e21b04c2", + "Autoroute": "sentinel-swarm-display-info", + "Title": "Sentinel Swarm Display Info", + "HW2StartingArmyDisplayInfo": { + "Name": "Sentinel Swarm" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Cards": [ + { + "Id": 202444, + "Type": "HW2Card", + "Identity": "60b3db95cf5840cfbf099dddc7e6a5c0", + "Autoroute": "hw2/cards/60b3db95-cf58-40cf-bf09-9dddc7e6a5c0" + }, + { + "Id": 202444, + "Type": "HW2Card", + "Identity": "60b3db95cf5840cfbf099dddc7e6a5c0", + "Autoroute": "hw2/cards/60b3db95-cf58-40cf-bf09-9dddc7e6a5c0" + }, + { + "Id": 202444, + "Type": "HW2Card", + "Identity": "60b3db95cf5840cfbf099dddc7e6a5c0", + "Autoroute": "hw2/cards/60b3db95-cf58-40cf-bf09-9dddc7e6a5c0" + }, + { + "Id": 202445, + "Type": "HW2Card", + "Identity": "04b1b4f19dd24b07ad632bb94c8f3ed0", + "Autoroute": "hw2/cards/04b1b4f1-9dd2-4b07-ad63-2bb94c8f3ed0" + } + ] + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + ], + "Id": 3, + "Name": "Anders", + "DisplayInfo": { + "Id": 334846, + "Type": "HW2LeaderDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:43Z", + "ModifiedUtc": "2017-02-03T19:34:11Z", + "PublishedUtc": "2017-02-03T19:34:11Z", + "Container": -1 + }, + "Identity": "4af9571ab8214fb38c08ab29c3241ca8", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Professor Anders Display Info", + "HW2LeaderDisplayInfo": { + "Name": "Professor Anders", + "Description": "Anders' scientific expertise allows her to field Sentinel units and makes all of her upgrades cheaper and faster." + } + } + }, + "Image": { + "Id": 337714, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-01-31T19:10:28Z", + "ModifiedUtc": "2017-02-09T10:22:45Z", + "PublishedUtc": "2017-02-09T10:22:45Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/leaders/anders-0d9b72aa7a9a4831a06ee2f1f4fa5ece.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/leaders", + "FileName": "anders-0d9b72aa7a9a4831a06ee2f1f4fa5ece.png" + }, + "Image": { + "Width": 1452, + "Height": 1920 + }, + "Title": "anders-0d9b72aa7a9a4831a06ee2f1f4fa5ece", + "Identity": "c9db32147683460d8b37e7102ee070da" + } + }, + "HW2PromotionOffer": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202765" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202627, + "Type": "HW2Leader", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-06-10T14:07:22Z", + "ModifiedUtc": "2017-02-03T18:08:03Z", + "PublishedUtc": "2017-02-09T10:23:53Z", + "Container": -1 + }, + "Identity": "6e34c31844ae45a3b5ccc178f3a5e63f", + "Title": "Shipmaster", + "HW2Leader": { + "Faction": "Banished", + "StartingArmyOptions": [ + { + "Id": 202560, + "Type": "HW2StartingArmy", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-07-25T09:21:33Z", + "ModifiedUtc": "2017-02-03T18:08:14Z", + "PublishedUtc": "2017-02-09T10:23:53Z", + "Container": -1 + }, + "Identity": "7c2db2bcd6f54f6e94f5bb6276b5fe66", + "Title": "Scout", + "HW2StartingArmy": { + "DisplayInfo": { + "Id": 335016, + "Type": "HW2StartingArmyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-20T16:50:22Z", + "ModifiedUtc": "2017-02-03T19:34:43Z", + "PublishedUtc": "2017-02-03T19:34:43Z", + "Container": -1 + }, + "Identity": "01cded9f28484a87af2262ca5245c9ca", + "Autoroute": "scout-display-info", + "Title": "Scout Display Info", + "HW2StartingArmyDisplayInfo": { + "Name": "Scout" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Cards": [ + { + "Id": 202219, + "Type": "HW2Card", + "Identity": "6179d531936f4385aa45e64c98982815", + "Autoroute": "hw2/cards/6179d531-936f-4385-aa45-e64c98982815" + }, + { + "Id": 202219, + "Type": "HW2Card", + "Identity": "6179d531936f4385aa45e64c98982815", + "Autoroute": "hw2/cards/6179d531-936f-4385-aa45-e64c98982815" + }, + { + "Id": 202219, + "Type": "HW2Card", + "Identity": "6179d531936f4385aa45e64c98982815", + "Autoroute": "hw2/cards/6179d531-936f-4385-aa45-e64c98982815" + } + ] + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + { + "Id": 202565, + "Type": "HW2StartingArmy", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-07-25T09:21:41Z", + "ModifiedUtc": "2017-02-03T18:08:14Z", + "PublishedUtc": "2017-02-09T10:23:48Z", + "Container": -1 + }, + "Identity": "7b7eff792c3046fbaef9f371465e2f71", + "Title": "Assassin", + "HW2StartingArmy": { + "DisplayInfo": { + "Id": 335017, + "Type": "HW2StartingArmyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-20T16:50:23Z", + "ModifiedUtc": "2017-02-03T19:34:43Z", + "PublishedUtc": "2017-02-03T19:34:43Z", + "Container": -1 + }, + "Identity": "4679d713db8f4d8382a81e193ad081d2", + "Autoroute": "assassin-display-info", + "Title": "Assassin Display Info", + "HW2StartingArmyDisplayInfo": { + "Name": "Assassin" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Cards": [ + { + "Id": 202555, + "Type": "HW2Card", + "Identity": "813bac63e1f746d5a2c9b321bb4e8805", + "Autoroute": "hw2/cards/813bac63-e1f7-46d5-a2c9-b321bb4e8805" + }, + { + "Id": 202555, + "Type": "HW2Card", + "Identity": "813bac63e1f746d5a2c9b321bb4e8805", + "Autoroute": "hw2/cards/813bac63-e1f7-46d5-a2c9-b321bb4e8805" + } + ] + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + ], + "Id": 6, + "Name": "Shipmaster", + "DisplayInfo": { + "Id": 334889, + "Type": "HW2LeaderDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:46Z", + "ModifiedUtc": "2017-02-03T19:34:20Z", + "PublishedUtc": "2017-02-03T19:34:20Z", + "Container": -1 + }, + "Identity": "d9639414fd64456899d56968883d4f8c", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Shipmaster Display Info", + "HW2LeaderDisplayInfo": { + "Name": "Shipmaster", + "Description": "The Shipmaster favors stealth and cloaking powers, teleportation tactics, and rapid assaults against his foes." + } + } + }, + "Image": { + "Id": 337710, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-01-31T19:10:29Z", + "ModifiedUtc": "2017-02-09T10:22:43Z", + "PublishedUtc": "2017-02-09T10:22:44Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/leaders/shipmaster-342c9c4fe0fb439bb6a3dbc89ed8a842.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/leaders", + "FileName": "shipmaster-342c9c4fe0fb439bb6a3dbc89ed8a842.png" + }, + "Image": { + "Width": 1452, + "Height": 1920 + }, + "Title": "shipmaster-342c9c4fe0fb439bb6a3dbc89ed8a842", + "Identity": "c50824fdc7dc415abf814f344d4202ee" + } + }, + "HW2PromotionOffer": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202627" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337241, + "Type": "HW2Leader", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-09-09T14:40:15Z", + "ModifiedUtc": "2017-02-03T19:42:19Z", + "PublishedUtc": "2017-02-09T10:23:42Z", + "Container": -1 + }, + "Identity": "18615c64b6eb4994b2b03cdf739956bf", + "Title": "Sergeant Forge", + "HW2Leader": { + "Faction": "UNSC", + "StartingArmyOptions": [ + { + "Id": 337148, + "Type": "HW2StartingArmy", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-09-09T13:19:43Z", + "ModifiedUtc": "2017-02-03T19:41:41Z", + "PublishedUtc": "2017-02-09T10:23:17Z", + "Container": -1 + }, + "Identity": "a0bb79e99db14b6f8cafd6af4a22185d", + "Title": "DLC0_ARMY_UNSC_FORGE_1", + "HW2StartingArmy": { + "DisplayInfo": { + "Id": 337711, + "Type": "HW2StartingArmyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-01-27T09:55:31Z", + "ModifiedUtc": "2017-02-09T10:22:44Z", + "PublishedUtc": "2017-02-09T10:22:44Z", + "Container": -1 + }, + "Identity": "00b3226156ec42bdab849b9837dd11dc", + "Autoroute": "full-metal-display-info", + "Title": "Full Metal Display Info", + "HW2StartingArmyDisplayInfo": { + "Name": "Full Metal" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Cards": [ + { + "Id": 202253, + "Type": "HW2Card", + "Identity": "8753d24850d448f2ad3aa7aef75c4daa", + "Autoroute": "hw2/cards/8753d248-50d4-48f2-ad3a-a7aef75c4daa" + }, + { + "Id": 202253, + "Type": "HW2Card", + "Identity": "8753d24850d448f2ad3aa7aef75c4daa", + "Autoroute": "hw2/cards/8753d248-50d4-48f2-ad3a-a7aef75c4daa" + }, + { + "Id": 201966, + "Type": "HW2Card", + "Identity": "f2f9fc766e8344b3b0f0e7eb7ef7361b", + "Autoroute": "hw2/cards/f2f9fc76-6e83-44b3-b0f0-e7eb7ef7361b" + } + ] + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + { + "Id": 337108, + "Type": "HW2StartingArmy", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-09-09T13:28:29Z", + "ModifiedUtc": "2017-02-03T19:41:29Z", + "PublishedUtc": "2017-02-09T10:23:42Z", + "Container": -1 + }, + "Identity": "4061b3d779a54caabe02fe6b74335f01", + "Title": "DLC0_ARMY_UNSC_FORGE_2", + "HW2StartingArmy": { + "DisplayInfo": { + "Id": 337713, + "Type": "HW2StartingArmyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "scottmcm", + "CreatedUtc": "2017-01-27T09:55:32Z", + "ModifiedUtc": "2017-02-09T10:22:44Z", + "PublishedUtc": "2017-02-09T10:22:44Z", + "Container": -1 + }, + "Identity": "5aeecb47f01042e49b0929e4b6491960", + "Autoroute": "mad-dash-display-info", + "Title": "Mad Dash Display Info", + "HW2StartingArmyDisplayInfo": { + "Name": "Mad Dash" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Cards": [ + { + "Id": 202401, + "Type": "HW2Card", + "Identity": "a8ddc7090a854d0784137069619eaa41", + "Autoroute": "hw2/card/a8ddc7090a854d0784137069619eaa41" + }, + { + "Id": 202401, + "Type": "HW2Card", + "Identity": "a8ddc7090a854d0784137069619eaa41", + "Autoroute": "hw2/card/a8ddc7090a854d0784137069619eaa41" + }, + { + "Id": 202430, + "Type": "HW2Card", + "Identity": "4432a4b7d5184d7cbd9f59c921e90fe2", + "Autoroute": "hw2/cards/4432a4b7-d518-4d7c-bd9f-59c921e90fe2" + }, + { + "Id": 202430, + "Type": "HW2Card", + "Identity": "4432a4b7d5184d7cbd9f59c921e90fe2", + "Autoroute": "hw2/cards/4432a4b7-d518-4d7c-bd9f-59c921e90fe2" + } + ] + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + ], + "Id": 7, + "Name": "Forge", + "DisplayInfo": { + "Id": 334853, + "Type": "HW2LeaderDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:47Z", + "ModifiedUtc": "2017-02-03T19:34:13Z", + "PublishedUtc": "2017-02-03T19:34:13Z", + "Container": -1 + }, + "Identity": "1ba9f720968641acbc18f64edcb9e760", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Sergeant Forge Display Info", + "HW2LeaderDisplayInfo": { + "Name": "Sergeant Forge", + "Description": "Forge's strengths lie in armored aggression and slow-building economy, using heavy vehicles to push through enemies. " + } + } + }, + "Image": { + "Id": 337716, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-01-31T19:10:36Z", + "ModifiedUtc": "2017-02-09T10:22:48Z", + "PublishedUtc": "2017-02-09T10:22:48Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/leaders/forge-acba0f49983841789a72dd6d53d5a09c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/leaders", + "FileName": "forge-acba0f49983841789a72dd6d53d5a09c.png" + }, + "Image": { + "Width": 1452, + "Height": 1920 + }, + "Title": "forge-acba0f49983841789a72dd6d53d5a09c", + "Identity": "d3a7252204e546839b569b597d0b70e6" + } + }, + "HW2PromotionOffer": { + "Id": 337151, + "Type": "HW2PromotedOffer", + "Identity": "d0faa904a3934e68b70556ff7a98a011" + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337241" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202760, + "Type": "HW2Leader", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-06-10T14:06:50Z", + "ModifiedUtc": "2017-02-03T18:08:03Z", + "PublishedUtc": "2017-02-09T10:23:40Z", + "Container": -1 + }, + "Identity": "dd3713f5850b45ad8acf2d299a8d32b5", + "Title": "Decimus", + "HW2Leader": { + "Faction": "Banished", + "StartingArmyOptions": [ + { + "Id": 202696, + "Type": "HW2StartingArmy", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-07-25T09:13:54Z", + "ModifiedUtc": "2017-02-03T18:08:13Z", + "PublishedUtc": "2017-02-09T10:23:10Z", + "Container": -1 + }, + "Identity": "ccd66afa89204c6da0135cef3d57363b", + "Title": "Berserker", + "HW2StartingArmy": { + "DisplayInfo": { + "Id": 336283, + "Type": "HW2StartingArmyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-20T16:50:19Z", + "ModifiedUtc": "2017-02-03T19:38:48Z", + "PublishedUtc": "2017-02-03T19:38:48Z", + "Container": -1 + }, + "Identity": "583a203ec7504c2387f2639c7c8f9e44", + "Autoroute": "berserker-display-info", + "Title": "Berserker Display Info", + "HW2StartingArmyDisplayInfo": { + "Name": "Berserker" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Cards": [ + { + "Id": 202355, + "Type": "HW2Card", + "Identity": "ee008703c4e3463cb4eafbf9c57494bf", + "Autoroute": "hw2/cards/ee008703-c4e3-463c-b4ea-fbf9c57494bf" + }, + { + "Id": 202355, + "Type": "HW2Card", + "Identity": "ee008703c4e3463cb4eafbf9c57494bf", + "Autoroute": "hw2/cards/ee008703-c4e3-463c-b4ea-fbf9c57494bf" + }, + { + "Id": 202355, + "Type": "HW2Card", + "Identity": "ee008703c4e3463cb4eafbf9c57494bf", + "Autoroute": "hw2/cards/ee008703-c4e3-463c-b4ea-fbf9c57494bf" + }, + { + "Id": 202530, + "Type": "HW2Card", + "Identity": "788fc365b5614847b2eba67c41ba4329", + "Autoroute": "hw2/cards/788fc365-b561-4847-b2eb-a67c41ba4329" + } + ] + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + { + "Id": 202703, + "Type": "HW2StartingArmy", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-07-25T09:13:44Z", + "ModifiedUtc": "2017-02-03T18:08:13Z", + "PublishedUtc": "2017-02-09T10:23:39Z", + "Container": -1 + }, + "Identity": "bdc036ddf53c4c55b25c47f8340ddeae", + "Title": "Vampire", + "HW2StartingArmy": { + "DisplayInfo": { + "Id": 335748, + "Type": "HW2StartingArmyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-20T16:50:21Z", + "ModifiedUtc": "2017-02-03T19:37:00Z", + "PublishedUtc": "2017-02-03T19:37:00Z", + "Container": -1 + }, + "Identity": "64498a656fc94c829d4b4fa688cfc659", + "Autoroute": "vampire-display-info", + "Title": "Vampire Display Info", + "HW2StartingArmyDisplayInfo": { + "Name": "Vampire" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Cards": [ + { + "Id": 202381, + "Type": "HW2Card", + "Identity": "8f8bd0c6831e4c9c96797d17da15fbff", + "Autoroute": "hw2/cards/8f8bd0c6-831e-4c9c-9679-7d17da15fbff" + }, + { + "Id": 202381, + "Type": "HW2Card", + "Identity": "8f8bd0c6831e4c9c96797d17da15fbff", + "Autoroute": "hw2/cards/8f8bd0c6-831e-4c9c-9679-7d17da15fbff" + }, + { + "Id": 202381, + "Type": "HW2Card", + "Identity": "8f8bd0c6831e4c9c96797d17da15fbff", + "Autoroute": "hw2/cards/8f8bd0c6-831e-4c9c-9679-7d17da15fbff" + }, + { + "Id": 202381, + "Type": "HW2Card", + "Identity": "8f8bd0c6831e4c9c96797d17da15fbff", + "Autoroute": "hw2/cards/8f8bd0c6-831e-4c9c-9679-7d17da15fbff" + }, + { + "Id": 202384, + "Type": "HW2Card", + "Identity": "3675959b343942b39ff7413b24d8a44b", + "Autoroute": "hw2/cards/3675959b-3439-42b3-9ff7-413b24d8a44b" + } + ] + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + ], + "Id": 4, + "Name": "Decimus", + "DisplayInfo": { + "Id": 334847, + "Type": "HW2LeaderDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:44Z", + "ModifiedUtc": "2017-02-03T19:34:12Z", + "PublishedUtc": "2017-02-03T19:34:12Z", + "Container": -1 + }, + "Identity": "956398f529604c0a80b998da108dedbd", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Decimus Display Info", + "HW2LeaderDisplayInfo": { + "Name": "Decimus", + "Description": "Decimus is a berserker who relies on hard-hitting rushes and a unique power to siphon his enemies’ health when attacking." + } + } + }, + "Image": { + "Id": 337709, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-01-31T19:10:33Z", + "ModifiedUtc": "2017-02-09T10:22:43Z", + "PublishedUtc": "2017-02-09T10:22:44Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/leaders/decimus-f0858672e88a4750b817164402a03d0d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/leaders", + "FileName": "decimus-f0858672e88a4750b817164402a03d0d.png" + }, + "Image": { + "Width": 1452, + "Height": 1920 + }, + "Title": "decimus-f0858672e88a4750b817164402a03d0d", + "Identity": "3dd2fc7f02d74ecdab13cf1a57ce6b9d" + } + }, + "HW2PromotionOffer": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202760" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202764, + "Type": "HW2Leader", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-06-10T14:04:44Z", + "ModifiedUtc": "2017-02-03T18:08:03Z", + "PublishedUtc": "2017-02-09T10:23:28Z", + "Container": -1 + }, + "Identity": "60fd548732114f2bb1c295993fb3a55a", + "Title": "Isabel", + "HW2Leader": { + "Faction": "UNSC", + "StartingArmyOptions": [ + { + "Id": 202676, + "Type": "HW2StartingArmy", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-07-25T09:13:58Z", + "ModifiedUtc": "2017-02-03T18:08:13Z", + "PublishedUtc": "2017-02-09T10:23:28Z", + "Container": -1 + }, + "Identity": "d4786f6df7c54bb2ba49deb70d944046", + "Title": "Hacker", + "HW2StartingArmy": { + "DisplayInfo": { + "Id": 335050, + "Type": "HW2StartingArmyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-20T16:50:15Z", + "ModifiedUtc": "2017-02-03T19:34:49Z", + "PublishedUtc": "2017-02-03T19:34:49Z", + "Container": -1 + }, + "Identity": "f88ed5f02b954b06af5625ec8b75a138", + "Autoroute": "hacker-display-info", + "Title": "Hacker Display Info", + "HW2StartingArmyDisplayInfo": { + "Name": "Hacker" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Cards": [ + { + "Id": 202220, + "Type": "HW2Card", + "Identity": "9d0272dc58824fd0a97ad99cc425bc70", + "Autoroute": "hw2/cards/9d0272dc-5882-4fd0-a97a-d99cc425bc70" + }, + { + "Id": 202220, + "Type": "HW2Card", + "Identity": "9d0272dc58824fd0a97ad99cc425bc70", + "Autoroute": "hw2/cards/9d0272dc-5882-4fd0-a97a-d99cc425bc70" + }, + { + "Id": 201984, + "Type": "HW2Card", + "Identity": "b30066e323a74b75acf4ace59c43e4b1", + "Autoroute": "hw2/cards/b30066e3-23a7-4b75-acf4-ace59c43e4b1" + } + ] + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + { + "Id": 202573, + "Type": "HW2StartingArmy", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-07-25T09:13:57Z", + "ModifiedUtc": "2017-02-03T18:08:14Z", + "PublishedUtc": "2017-02-09T10:23:10Z", + "Container": -1 + }, + "Identity": "9ecdc7c85a61473f877bf41d917f0979", + "Title": "Heavy Weapons", + "HW2StartingArmy": { + "DisplayInfo": { + "Id": 335049, + "Type": "HW2StartingArmyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-20T16:50:16Z", + "ModifiedUtc": "2017-02-03T19:34:49Z", + "PublishedUtc": "2017-02-03T19:34:49Z", + "Container": -1 + }, + "Identity": "3ed515aab87448e5b6c6ab667398d582", + "Autoroute": "heavy-weapons-display-info", + "Title": "Heavy Weapons Display Info", + "HW2StartingArmyDisplayInfo": { + "Name": "Heavy Weapons" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Cards": [ + { + "Id": 202253, + "Type": "HW2Card", + "Identity": "8753d24850d448f2ad3aa7aef75c4daa", + "Autoroute": "hw2/cards/8753d248-50d4-48f2-ad3a-a7aef75c4daa" + }, + { + "Id": 202253, + "Type": "HW2Card", + "Identity": "8753d24850d448f2ad3aa7aef75c4daa", + "Autoroute": "hw2/cards/8753d248-50d4-48f2-ad3a-a7aef75c4daa" + }, + { + "Id": 201977, + "Type": "HW2Card", + "Identity": "bfe5db22e97b446086417cbe25e2caa6", + "Autoroute": "hw2/cards/bfe5db22-e97b-4460-8641-7cbe25e2caa6" + } + ] + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + ], + "Id": 2, + "Name": "Isabel", + "DisplayInfo": { + "Id": 334977, + "Type": "HW2LeaderDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:42Z", + "ModifiedUtc": "2017-02-03T19:34:36Z", + "PublishedUtc": "2017-02-03T19:34:36Z", + "Container": -1 + }, + "Identity": "f86c4341267e42f3adbcecae563d942a", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Isabel Display Info", + "HW2LeaderDisplayInfo": { + "Name": "Isabel", + "Description": "Isabel improves the effectiveness of vehicles using her database of the latest UNSC tech, and employs hacking and distraction powers in battle." + } + } + }, + "Image": { + "Id": 337707, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-01-31T19:10:29Z", + "ModifiedUtc": "2017-02-09T10:22:41Z", + "PublishedUtc": "2017-02-09T10:22:42Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/leaders/isabel-dd34772cbd6d4db6bef49d3e1d5c6d43.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/leaders", + "FileName": "isabel-dd34772cbd6d4db6bef49d3e1d5c6d43.png" + }, + "Image": { + "Width": 1452, + "Height": 1920 + }, + "Title": "isabel-dd34772cbd6d4db6bef49d3e1d5c6d43", + "Identity": "70accee46f54407c806f9363bae04fcf" + } + }, + "HW2PromotionOffer": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202764" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202763, + "Type": "HW2Leader", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-06-10T14:04:16Z", + "ModifiedUtc": "2017-02-03T18:08:03Z", + "PublishedUtc": "2017-02-09T10:23:17Z", + "Container": -1 + }, + "Identity": "cee2c115eab04183acc4ed8342d9a84f", + "Title": "Captain Cutter", + "HW2Leader": { + "Faction": "UNSC", + "StartingArmyOptions": [ + { + "Id": 202678, + "Type": "HW2StartingArmy", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-07-25T09:04:11Z", + "ModifiedUtc": "2017-02-03T18:08:13Z", + "PublishedUtc": "2017-02-09T10:23:16Z", + "Container": -1 + }, + "Identity": "5833b12f697d4357a789ac1180b0da14", + "Title": "Phoenix", + "HW2StartingArmy": { + "DisplayInfo": { + "Id": 335055, + "Type": "HW2StartingArmyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-20T16:50:07Z", + "ModifiedUtc": "2017-02-03T19:34:51Z", + "PublishedUtc": "2017-02-03T19:34:51Z", + "Container": -1 + }, + "Identity": "e5da0ccfecbc4b288b3a676c3746fba7", + "Autoroute": "phoenix-display-info", + "Title": "Phoenix Display Info", + "HW2StartingArmyDisplayInfo": { + "Name": "Phoenix" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Cards": [ + { + "Id": 202227, + "Type": "HW2Card", + "Identity": "194b193bd2f243a58c2f18346dde21c1", + "Autoroute": "hw2/cards/194b193b-d2f2-43a5-8c2f-18346dde21c1" + }, + { + "Id": 202199, + "Type": "HW2Card", + "Identity": "da48c69058d04447ae93f331fe5cedc9", + "Autoroute": "hw2/cards/da48c690-58d0-4447-ae93-f331fe5cedc9" + }, + { + "Id": 202199, + "Type": "HW2Card", + "Identity": "da48c69058d04447ae93f331fe5cedc9", + "Autoroute": "hw2/cards/da48c690-58d0-4447-ae93-f331fe5cedc9" + } + ] + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + { + "Id": 202651, + "Type": "HW2StartingArmy", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-07-25T09:13:59Z", + "ModifiedUtc": "2017-02-03T18:08:13Z", + "PublishedUtc": "2017-02-09T10:23:11Z", + "Container": -1 + }, + "Identity": "70bab4a9f82740138adc6221f205aa9a", + "Title": "Raider", + "HW2StartingArmy": { + "DisplayInfo": { + "Id": 336254, + "Type": "HW2StartingArmyDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-20T16:50:10Z", + "ModifiedUtc": "2017-02-03T19:38:42Z", + "PublishedUtc": "2017-02-03T19:38:42Z", + "Container": -1 + }, + "Identity": "ab1d919227ff44b9942b5b8fbd0f432e", + "Autoroute": "raider-display-info", + "Title": "Raider Display Info", + "HW2StartingArmyDisplayInfo": { + "Name": "Raider" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Cards": [ + { + "Id": 202029, + "Type": "HW2Card", + "Identity": "2ff48883ee6c413aa39f0d101bb4db53", + "Autoroute": "hw2/cards/2ff48883-ee6c-413a-a39f-0d101bb4db53" + }, + { + "Id": 202029, + "Type": "HW2Card", + "Identity": "2ff48883ee6c413aa39f0d101bb4db53", + "Autoroute": "hw2/cards/2ff48883-ee6c-413a-a39f-0d101bb4db53" + }, + { + "Id": 202029, + "Type": "HW2Card", + "Identity": "2ff48883ee6c413aa39f0d101bb4db53", + "Autoroute": "hw2/cards/2ff48883-ee6c-413a-a39f-0d101bb4db53" + } + ] + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + } + ], + "Id": 1, + "Name": "Cutter", + "DisplayInfo": { + "Id": 334870, + "Type": "HW2LeaderDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2017-01-24T10:59:41Z", + "ModifiedUtc": "2017-02-03T19:34:16Z", + "PublishedUtc": "2017-02-03T19:34:16Z", + "Container": -1 + }, + "Identity": "dcb7f9ee5eb4429a881e6b60c9504013", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Captain Cutter Display Info", + "HW2LeaderDisplayInfo": { + "Name": "Captain Cutter", + "Description": "As Captain of the Spirit of Fire, Cutter can send in powerful orbital support, drop specialized UNSC units, and enhance currently deployed units." + } + } + }, + "Image": { + "Id": 337708, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-01-31T19:10:28Z", + "ModifiedUtc": "2017-02-09T10:22:42Z", + "PublishedUtc": "2017-02-09T10:22:42Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/leaders/cutter-4847987df416401a83970ed9dbd9d036.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/leaders", + "FileName": "cutter-4847987df416401a83970ed9dbd9d036.png" + }, + "Image": { + "Width": 1452, + "Height": 1920 + }, + "Title": "cutter-4847987df416401a83970ed9dbd9d036", + "Identity": "9944a4bdeda44023bd1d60e5c9569088" + } + }, + "HW2PromotionOffer": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202763" + } + ], + "ChildrenCount": 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/leaders.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/leaders.schema.json new file mode 100644 index 0000000..8faf420 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/leaders.schema.json @@ -0,0 +1,369 @@ +{ + "definitions": { + "HW2LeaderContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2LeaderView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "common/link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2LeaderView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "HW2Leader": { + "$ref": "#/definitions/HW2Leader" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "HW2Leader" + ] + }, + + "HW2Leader": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Faction": { + "type": "string" + }, + "StartingArmyOptions": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2StartingArmyContentItemTypeB" + } + }, + "Id": { + "type": "integer" + }, + "Name": { + "type": "string" + }, + "DisplayInfo": { + "$ref": "#/definitions/HW2LeaderDisplayInfoContentItemTypeB" + }, + "Image": { + "$ref": "common/image.schema.json#/definitions/ImageContentItemTypeB" + }, + "HW2PromotionOffer": { + "oneOf": [ + // TODO: This is pretty terrible. + { "$ref": "common/empty.schema.json" }, + { "$ref": "common/content-item-type-c.schema.json#/definitions/null" }, + { "$ref": "common/content-item-type-c.schema.json#/definitions/ContentItemTypeC" } + ] + } + }, + "required": [ + "Faction", + "StartingArmyOptions", + "Id", + "Name", + "DisplayInfo", + "Image", + "HW2PromotionOffer" + ] + }, + + "HW2LeaderDisplayInfoContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2LeaderDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2LeaderDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "BatchLocalization": { + "$ref": "common/batch-localization.schema.json" + }, + "Localization": { + "$ref": "common/localization.schema.json" + }, + "Title": { + "type": "string" + }, + "HW2LeaderDisplayInfo": { + "$ref": "#/definitions/HW2LeaderDisplayInfo" + } + }, + "required": [ + "Status", + "HW2LeaderDisplayInfo", + "BatchLocalization", + "Localization", + "Title", + "Common", + "Identity" + ] + }, + + "HW2LeaderDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + } + }, + "required": [ + "Name", + "Description" + ] + }, + + + "HW2StartingArmyContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2StartingArmyView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2StartingArmyView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "HW2StartingArmy": { + "$ref": "#/definitions/HW2StartingArmy" + }, + "BatchLocalization": { + "$ref": "common/batch-localization.schema.json" + }, + "Localization": { + "$ref": "common/localization.schema.json" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "HW2StartingArmy", + "BatchLocalization", + "Localization" + ] + }, + + "HW2StartingArmy": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "DisplayInfo": { + "$ref": "#/definitions/HW2StartingArmyDisplayInfoContentItemTypeB" + }, + "Cards": { + "type": "array", + "items": { + "$ref": "common/content-item-type-d.schema.json#/definitions/ContentItemTypeD" + } + } + }, + "required": [ + "DisplayInfo", + "Cards" + ] + }, + + "HW2StartingArmyDisplayInfoContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2StartingArmyDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2StartingArmyDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "BatchLocalization": { + "$ref": "common/batch-localization.schema.json" + }, + "Localization": { + "$ref": "common/localization.schema.json" + }, + "Title": { + "type": "string" + }, + "Autoroute": { + "type": "string" + }, + "HW2StartingArmyDisplayInfo": { + "$ref": "#/definitions/HW2StartingArmyDisplayInfo" + } + }, + "required": [ + "Status", + "HW2StartingArmyDisplayInfo", + "BatchLocalization", + "Localization", + "Title", + "Autoroute", + "Common", + "Identity" + ] + }, + + "HW2StartingArmyDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + } + }, + "required": [ + "Name" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2LeaderContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/maps.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/maps.json new file mode 100644 index 0000000..8aa071c --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/maps.json @@ -0,0 +1,747 @@ +{ + "Paging": { + "StartAt": 0, + "InlineCount": 9, + "TotalCount": 9 + }, + "ContentItems": [ + { + "Id": 337020, + "Type": "HW2Map", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:33:50Z", + "ModifiedUtc": "2017-02-03T19:41:12Z", + "PublishedUtc": "2017-02-09T10:51:52Z", + "Container": -1 + }, + "Identity": "7ba8912121ec415397be1bc1d98a92c7", + "Title": "BADLANDS", + "HW2Map": { + "ID": "skirmish\\design\\MP_Eagle\\MP_Eagle", + "DisplayInfo": { + "Id": 334817, + "Type": "HW2MapDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:33:42Z", + "ModifiedUtc": "2017-02-03T19:34:04Z", + "PublishedUtc": "2017-02-09T10:51:46Z", + "Container": -1 + }, + "Identity": "e88895ef47384b4288df0e234346c3ea", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Badlands Display Info", + "HW2MapDisplayInfo": { + "Name": "BADLANDS", + "Description": "" + } + } + }, + "Image": { + "Id": 337727, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-03T00:31:53Z", + "ModifiedUtc": "2017-02-09T10:51:51Z", + "PublishedUtc": "2017-02-09T10:51:52Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-badlands-fa971bd11a1742a9b12ea48f9923bd8a.jpg", + "MimeType": "image/jpeg", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/maps", + "FileName": "map-badlands-fa971bd11a1742a9b12ea48f9923bd8a.jpg" + }, + "Image": { + "Width": 1920, + "Height": 1080 + }, + "Title": "map-badlands-fa971bd11a1742a9b12ea48f9923bd8a", + "Identity": "b82e612be5004ca384f5be996f022f21" + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337020" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337021, + "Type": "HW2Map", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:35:25Z", + "ModifiedUtc": "2017-02-03T19:41:12Z", + "PublishedUtc": "2017-02-09T10:51:51Z", + "Container": -1 + }, + "Identity": "1ff50b98ff9948558a4685667f76d8e5", + "Title": "FRONTIER", + "HW2Map": { + "ID": "skirmish\\design\\MP_Bridges\\MP_Bridges", + "DisplayInfo": { + "Id": 334822, + "Type": "HW2MapDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:35:17Z", + "ModifiedUtc": "2017-02-03T19:34:05Z", + "PublishedUtc": "2017-02-09T10:51:40Z", + "Container": -1 + }, + "Identity": "b88503fc6bed4d91bb20e044e03732a1", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Frontier Display Info", + "HW2MapDisplayInfo": { + "Name": "FRONTIER", + "Description": "" + } + } + }, + "Image": { + "Id": 337720, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-03T00:31:53Z", + "ModifiedUtc": "2017-02-09T10:51:42Z", + "PublishedUtc": "2017-02-09T10:51:43Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg", + "MimeType": "image/jpeg", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/maps", + "FileName": "map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg" + }, + "Image": { + "Width": 1920, + "Height": 1080 + }, + "Title": "map-frontier-4116c5c6e92e41e1907e3b793252d4b1", + "Identity": "f379dbf427604eebbe17e579255eb9f9" + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337021" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 334828, + "Type": "HW2Map", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:35:01Z", + "ModifiedUtc": "2017-02-03T19:34:06Z", + "PublishedUtc": "2017-02-09T10:51:50Z", + "Container": -1 + }, + "Identity": "eda375cc4c9f49ff8893ee796f89c70f", + "Title": "BEDROCK", + "HW2Map": { + "ID": "skirmish\\design\\MP_Razorblade\\MP_Razorblade", + "DisplayInfo": { + "Id": 334823, + "Type": "HW2MapDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:34:52Z", + "ModifiedUtc": "2017-02-03T19:34:05Z", + "PublishedUtc": "2017-02-09T10:51:39Z", + "Container": -1 + }, + "Identity": "bf203bcdb7a94062829956e5ef726eae", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "BEDROCK Display Info", + "HW2MapDisplayInfo": { + "Name": "BEDROCK", + "Description": "" + } + } + }, + "Image": { + "Id": 337719, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-03T00:31:53Z", + "ModifiedUtc": "2017-02-09T10:51:42Z", + "PublishedUtc": "2017-02-09T10:51:49Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg", + "MimeType": "image/jpeg", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/maps", + "FileName": "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg" + }, + "Image": { + "Width": 1920, + "Height": 1080 + }, + "Title": "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5", + "Identity": "6cb7485c0fde4550880bf253c29b014d" + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/334828" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337024, + "Type": "HW2Map", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:31:58Z", + "ModifiedUtc": "2017-02-03T19:41:13Z", + "PublishedUtc": "2017-02-09T10:51:50Z", + "Container": -1 + }, + "Identity": "c6542cadeb3545eca819f3491c75146f", + "Title": "SENTRY", + "HW2Map": { + "ID": "skirmish\\design\\MP_Ricochet\\MP_Ricochet", + "DisplayInfo": { + "Id": 334818, + "Type": "HW2MapDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:31:47Z", + "ModifiedUtc": "2017-02-03T19:34:04Z", + "PublishedUtc": "2017-02-09T10:51:46Z", + "Container": -1 + }, + "Identity": "a59bbb10ad4848f4a3092a40ba5c5141", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SENTRY Display Info", + "HW2MapDisplayInfo": { + "Name": "SENTRY", + "Description": "" + } + } + }, + "Image": { + "Id": 337724, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-03T00:31:58Z", + "ModifiedUtc": "2017-02-09T10:51:47Z", + "PublishedUtc": "2017-02-09T10:51:48Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-sentry-61578c54366b4bf4ba2d57463eb4755e.jpg", + "MimeType": "image/jpeg", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/maps", + "FileName": "map-sentry-61578c54366b4bf4ba2d57463eb4755e.jpg" + }, + "Image": { + "Width": 1920, + "Height": 1080 + }, + "Title": "map-sentry-61578c54366b4bf4ba2d57463eb4755e", + "Identity": "dc0655d8faa7486799285f69ebd9550f" + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337024" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 334825, + "Type": "HW2Map", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:33:18Z", + "ModifiedUtc": "2017-02-03T19:34:06Z", + "PublishedUtc": "2017-02-09T10:51:49Z", + "Container": -1 + }, + "Identity": "0cac71dcaab0453b8e0c0a4af3a4b96f", + "Title": "ASHES", + "HW2Map": { + "ID": "skirmish\\design\\MP_Caldera\\MP_Caldera", + "DisplayInfo": { + "Id": 334820, + "Type": "HW2MapDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:33:10Z", + "ModifiedUtc": "2017-02-03T19:34:05Z", + "PublishedUtc": "2017-02-09T10:51:38Z", + "Container": -1 + }, + "Identity": "2ab75e18058a407395d1f5b48c463be0", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Ashes Display Info", + "HW2MapDisplayInfo": { + "Name": "ASHES", + "Description": "" + } + } + }, + "Image": { + "Id": 337717, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-03T00:31:56Z", + "ModifiedUtc": "2017-02-09T10:51:41Z", + "PublishedUtc": "2017-02-09T10:51:44Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg", + "MimeType": "image/jpeg", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/maps", + "FileName": "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg" + }, + "Image": { + "Width": 1920, + "Height": 1080 + }, + "Title": "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc", + "Identity": "a00a6177e34047739b24179dc90f29c3" + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/334825" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 334826, + "Type": "HW2Map", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:34:16Z", + "ModifiedUtc": "2017-02-03T19:34:06Z", + "PublishedUtc": "2017-02-09T10:51:49Z", + "Container": -1 + }, + "Identity": "1d2d185f90cc4bdbba8257addf1af2f0", + "Title": "HIGHWAY", + "HW2Map": { + "ID": "skirmish\\design\\MP_Boneyard\\MP_Boneyard", + "DisplayInfo": { + "Id": 334821, + "Type": "HW2MapDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:34:09Z", + "ModifiedUtc": "2017-02-03T19:34:05Z", + "PublishedUtc": "2017-02-09T10:51:43Z", + "Container": -1 + }, + "Identity": "66e590c514354f6381df3de9f0262494", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Highway Display Info", + "HW2MapDisplayInfo": { + "Name": "HIGHWAY", + "Description": "" + } + } + }, + "Image": { + "Id": 337721, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-03T00:31:52Z", + "ModifiedUtc": "2017-02-09T10:51:44Z", + "PublishedUtc": "2017-02-09T10:51:45Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg", + "MimeType": "image/jpeg", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/maps", + "FileName": "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg" + }, + "Image": { + "Width": 1920, + "Height": 1080 + }, + "Title": "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3", + "Identity": "843b891526c747c8affe26f984e8aac8" + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/334826" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337022, + "Type": "HW2Map", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:32:52Z", + "ModifiedUtc": "2017-02-03T19:41:12Z", + "PublishedUtc": "2017-02-09T10:51:47Z", + "Container": -1 + }, + "Identity": "3b8d8cfac9db44f6b28c41a1a28e9fd2", + "Title": "VAULT", + "HW2Map": { + "ID": "skirmish\\design\\MP_Veteran\\MP_Veteran", + "DisplayInfo": { + "Id": 334819, + "Type": "HW2MapDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:32:41Z", + "ModifiedUtc": "2017-02-03T19:34:05Z", + "PublishedUtc": "2017-02-09T10:51:39Z", + "Container": -1 + }, + "Identity": "de31060d05234c3c9765c4c7a7a4297d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Vault Display Info", + "HW2MapDisplayInfo": { + "Name": "VAULT", + "Description": "" + } + } + }, + "Image": { + "Id": 337718, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-03T00:31:55Z", + "ModifiedUtc": "2017-02-09T10:51:41Z", + "PublishedUtc": "2017-02-09T10:51:42Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg", + "MimeType": "image/jpeg", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/maps", + "FileName": "map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg" + }, + "Image": { + "Width": 1920, + "Height": 1080 + }, + "Title": "map-vault-6c77ee46379b4ddba1602bdfa77b7768", + "Identity": "54cf1c4e922043f2b141c0e75a56f4c4" + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337022" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 201805, + "Type": "HW2Map", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:36:04Z", + "ModifiedUtc": "2017-02-03T18:34:49Z", + "PublishedUtc": "2017-02-09T10:51:46Z", + "Container": -1 + }, + "Identity": "0f5669ff5fb143079db31a21d71e70ff", + "Title": "Infinite Coast", + "HW2Map": { + "ID": "rostermode\\design\\RM_EvenFlowArt\\RM_EvenFlowArt", + "DisplayInfo": { + "Id": 201804, + "Type": "HW2MapDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:35:48Z", + "ModifiedUtc": "2017-02-03T18:34:55Z", + "PublishedUtc": "2017-02-09T10:51:44Z", + "Container": -1 + }, + "Identity": "50ca3808933a41dc9be335202d352536", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Infinite Coast Display Info", + "HW2MapDisplayInfo": { + "Name": "The Proving Grounds", + "Description": "" + } + } + }, + "Image": { + "Id": 337723, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-02-07T21:02:09Z", + "ModifiedUtc": "2017-02-09T10:51:45Z", + "PublishedUtc": "2017-02-09T10:51:46Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/hw2-map-blitz-f43c6b132b174b03a22f554de341f6a7.jpg", + "MimeType": "image/jpeg", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/maps", + "FileName": "hw2-map-blitz-f43c6b132b174b03a22f554de341f6a7.jpg" + }, + "Image": { + "Width": 1920, + "Height": 1080 + }, + "Title": "hw2-map-blitz-f43c6b132b174b03a22f554de341f6a7", + "Identity": "4bb3d892bbba42c9b1615f34e51090fb" + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/201805" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337023, + "Type": "HW2Map", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:32:24Z", + "ModifiedUtc": "2017-02-03T19:41:12Z", + "PublishedUtc": "2017-02-09T10:51:46Z", + "Container": -1 + }, + "Identity": "ec9d3249f1ab4c6083694b44bb2232ac", + "Title": "RIFT", + "HW2Map": { + "ID": "skirmish\\design\\MP_Fracture\\MP_Fracture", + "DisplayInfo": { + "Id": 334824, + "Type": "HW2MapDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:32:17Z", + "ModifiedUtc": "2017-02-03T19:34:05Z", + "PublishedUtc": "2017-02-09T10:51:39Z", + "Container": -1 + }, + "Identity": "2781f87987004fd6927afc9a81c065c1", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rift Display Info", + "HW2MapDisplayInfo": { + "Name": "RIFT", + "Description": "" + } + } + }, + "Image": { + "Id": 337722, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "kpaul", + "CreatedUtc": "2017-01-31T19:17:02Z", + "ModifiedUtc": "2017-02-09T10:51:45Z", + "PublishedUtc": "2017-02-09T10:51:45Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg", + "MimeType": "image/jpeg", + "Caption": "", + "AlternateText": "", + "FolderPath": "games/halo-wars-2/maps", + "FileName": "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg" + }, + "Image": { + "Width": 1920, + "Height": 1080 + }, + "Title": "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2", + "Identity": "d7542b57fc85445380b5bee88288a596" + } + } + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337023" + } + ], + "ChildrenCount": 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/maps.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/maps.schema.json new file mode 100644 index 0000000..17e87e7 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/maps.schema.json @@ -0,0 +1,20 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "common/map.schema.json#/definitions/HW2MapContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/packs.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/packs.json new file mode 100644 index 0000000..13920ea --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/packs.json @@ -0,0 +1,6793 @@ +{ + "Paging": { + "StartAt": 0, + "InlineCount": 27, + "TotalCount": 27 + }, + "ContentItems": [ + { + "Id": 202743, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-08-02T16:45:50Z", + "ModifiedUtc": "2017-02-03T18:04:04Z", + "PublishedUtc": "2017-02-15T20:34:59Z", + "Container": -1 + }, + "Identity": "599332c9a008458aa604e99c449f45bc", + "Title": "Blitz Pack", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202590, + "Type": "HW2PackRule", + "Identity": "6970e64b52c44acda5cb736001c90270" + }, + { + "Id": 202590, + "Type": "HW2PackRule", + "Identity": "6970e64b52c44acda5cb736001c90270" + }, + { + "Id": 202590, + "Type": "HW2PackRule", + "Identity": "6970e64b52c44acda5cb736001c90270" + }, + { + "Id": 202590, + "Type": "HW2PackRule", + "Identity": "6970e64b52c44acda5cb736001c90270" + }, + { + "Id": 202591, + "Type": "HW2PackRule", + "Identity": "aaa06e5a69834404be49440630f99d6e" + } + ], + "FrontImageHD": { + "Id": 201771, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:39Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_front-1e1d7e48c9fe4f5db48af606aba706af.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_front-1e1d7e48c9fe4f5db48af606aba706af.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_front-1e1d7e48c9fe4f5db48af606aba706af", + "Identity": "de2a1820c3144f46a9104a9c8d0ffc9a" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201779, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:40Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_front_4k-b39f1b4b22d646adbdb8392be992fe97.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_front_4k-b39f1b4b22d646adbdb8392be992fe97.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_front_4k-b39f1b4b22d646adbdb8392be992fe97", + "Identity": "bf7d13b250c94f4d87106fd6c25cd15d" + } + }, + "StackGroup": "BlitzPacks", + "InventorySortPriority": 1, + "DisplayInfo": { + "Id": 201769, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Blitz Pack", + "Description": "This pack contains 5 Blitz cards with at least 1 guaranteed Uncommon or better card." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Blitz Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-10-11T13:03:43Z", + "ModifiedUtc": "2017-02-03T18:35:09Z", + "PublishedUtc": "2017-02-03T19:34:17Z", + "Container": -1 + }, + "Identity": "362061e244d749fcb16a8c41a4dfd21a" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202743" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 343134, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2017-02-14T20:23:08Z", + "ModifiedUtc": "2017-02-15T20:34:59Z", + "PublishedUtc": "2017-02-15T20:34:59Z", + "Container": -1 + }, + "Identity": "026d4c2b0c194601a1e5f0cc4b9166b0", + "Title": "Promo Blitz Pack", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202590, + "Type": "HW2PackRule", + "Identity": "6970e64b52c44acda5cb736001c90270" + }, + { + "Id": 202590, + "Type": "HW2PackRule", + "Identity": "6970e64b52c44acda5cb736001c90270" + }, + { + "Id": 202590, + "Type": "HW2PackRule", + "Identity": "6970e64b52c44acda5cb736001c90270" + }, + { + "Id": 202590, + "Type": "HW2PackRule", + "Identity": "6970e64b52c44acda5cb736001c90270" + }, + { + "Id": 202591, + "Type": "HW2PackRule", + "Identity": "aaa06e5a69834404be49440630f99d6e" + } + ], + "FrontImageHD": { + "Id": 201771, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:39Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_front-1e1d7e48c9fe4f5db48af606aba706af.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_front-1e1d7e48c9fe4f5db48af606aba706af.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_front-1e1d7e48c9fe4f5db48af606aba706af", + "Identity": "de2a1820c3144f46a9104a9c8d0ffc9a" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201779, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:40Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_front_4k-b39f1b4b22d646adbdb8392be992fe97.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_front_4k-b39f1b4b22d646adbdb8392be992fe97.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_front_4k-b39f1b4b22d646adbdb8392be992fe97", + "Identity": "bf7d13b250c94f4d87106fd6c25cd15d" + } + }, + "StackGroup": "BlitzPacks", + "InventorySortPriority": 1, + "DisplayInfo": { + "Id": 201769, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Blitz Pack", + "Description": "This pack contains 5 Blitz cards with at least 1 guaranteed Uncommon or better card." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Blitz Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-10-11T13:03:43Z", + "ModifiedUtc": "2017-02-03T18:35:09Z", + "PublishedUtc": "2017-02-03T19:34:17Z", + "Container": -1 + }, + "Identity": "362061e244d749fcb16a8c41a4dfd21a" + } + }, + "MarketplaceProductId": "abfd5027-b9ac-4b0a-b889-77769349beac", + "UWPProductId": "9N5X0NPXXHHF" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/343134" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337306, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-14T14:56:11Z", + "ModifiedUtc": "2017-02-03T19:43:15Z", + "PublishedUtc": "2017-02-13T22:56:02Z", + "Container": -1 + }, + "Identity": "23fe1a1ef5de45d8838042ab4bef0527", + "Title": "Promo Shipmaster Pack", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202700, + "Type": "HW2PackRule", + "Identity": "d96be6494fbe4fea824b20bc9adf4714" + }, + { + "Id": 202588, + "Type": "HW2PackRule", + "Identity": "39b9f35f83964d2e8408c550faa65c13" + }, + { + "Id": 202668, + "Type": "HW2PackRule", + "Identity": "d2644a64d42143bc84a0bf992f47618a" + }, + { + "Id": 202360, + "Type": "HW2PackRule", + "Identity": "eb4778528e2249379ad6f136369425ef" + }, + { + "Id": 202774, + "Type": "HW2PackRule", + "Identity": "a0ee2bc038df4ab78ba19cd48cf5ea48" + } + ], + "FrontImageHD": { + "Id": 336070, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:36:44Z", + "ModifiedUtc": "2017-02-03T19:38:10Z", + "PublishedUtc": "2017-02-03T19:38:12Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_shipmaster_front-8db8f0a10395458d8bc2e3a3d7811124.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_shipmaster_front-8db8f0a10395458d8bc2e3a3d7811124.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_shipmaster_front-8db8f0a10395458d8bc2e3a3d7811124", + "Identity": "681cdea63b28411e8d0d9f87358e6666" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 336067, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:36:45Z", + "ModifiedUtc": "2017-02-03T19:38:10Z", + "PublishedUtc": "2017-02-03T19:38:10Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_shipmaster_front_4k-5416448d1fed4820b263139b1081cb8a.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_shipmaster_front_4k-5416448d1fed4820b263139b1081cb8a.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_shipmaster_front_4k-5416448d1fed4820b263139b1081cb8a", + "Identity": "0aba048854c148c19cd78d504c870ca6" + } + }, + "StackGroup": null, + "InventorySortPriority": 305, + "DisplayInfo": { + "Id": 334880, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Shipmaster Strategy Pack", + "Description": "Thank you for purchasing Halo Wars 2! As a welcome gift, these 5 cards will strengthen your Shipmaster decks." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Promo Shipmaster Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-14T14:08:58Z", + "ModifiedUtc": "2017-02-03T19:34:19Z", + "PublishedUtc": "2017-02-03T19:34:19Z", + "Container": -1 + }, + "Identity": "a5745818ab854cccae55a19e6899814c" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337306" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337304, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-14T13:59:09Z", + "ModifiedUtc": "2017-02-03T19:43:13Z", + "PublishedUtc": "2017-02-13T22:56:00Z", + "Container": -1 + }, + "Identity": "5c5075d748b94030a1c1658677e6e242", + "Title": "Promo Cutter Pack", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202740, + "Type": "HW2PackRule", + "Identity": "20f9df3078e94a6e9d3b4e8aa5f91a4f" + }, + { + "Id": 202373, + "Type": "HW2PackRule", + "Identity": "cd0ecc44ae8a4724a1bf7eb7ffeb5204" + }, + { + "Id": 202722, + "Type": "HW2PackRule", + "Identity": "218fe3fe1aa1499d8e4224d0a1f44070" + }, + { + "Id": 202744, + "Type": "HW2PackRule", + "Identity": "61eeb270dc7f4564ad67c12b842703fb" + }, + { + "Id": 202594, + "Type": "HW2PackRule", + "Identity": "2046b2cabf634a4297d45b1d08cdaee2" + } + ], + "FrontImageHD": { + "Id": 335536, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:36:14Z", + "ModifiedUtc": "2017-02-03T19:36:22Z", + "PublishedUtc": "2017-02-03T19:36:22Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_cutter_front-756166e9758348dd8f1b628597d89669.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_cutter_front-756166e9758348dd8f1b628597d89669.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_cutter_front-756166e9758348dd8f1b628597d89669", + "Identity": "6e779e7950b8489a9f09350065ab9164" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 335538, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:36:15Z", + "ModifiedUtc": "2017-02-03T19:36:22Z", + "PublishedUtc": "2017-02-03T19:36:23Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_cutter_front_4k-29ee5c641acd406f8302e7523e731705.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_cutter_front_4k-29ee5c641acd406f8302e7523e731705.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_cutter_front_4k-29ee5c641acd406f8302e7523e731705", + "Identity": "c078fbe1f91b4f3c98417fe4ef742cda" + } + }, + "StackGroup": null, + "InventorySortPriority": 300, + "DisplayInfo": { + "Id": 335248, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Cutter Strategy Pack", + "Description": "Thank you for purchasing Halo Wars 2! As a welcome gift, these 5 cards will strengthen your Captain Cutter decks." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Promo Cutter Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-14T14:07:24Z", + "ModifiedUtc": "2017-02-03T19:35:24Z", + "PublishedUtc": "2017-02-03T19:35:24Z", + "Container": -1 + }, + "Identity": "c0024a463db14a618ca3f5419f6b21a2" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337304" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337310, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-14T14:53:35Z", + "ModifiedUtc": "2017-02-03T19:43:16Z", + "PublishedUtc": "2017-02-13T22:56:00Z", + "Container": -1 + }, + "Identity": "12f96441f98f4ec384ffbca6aaaa4789", + "Title": "Promo Atriox Pack", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202562, + "Type": "HW2PackRule", + "Identity": "7c5923a867df4e56a85f4d670a80151f" + }, + { + "Id": 202705, + "Type": "HW2PackRule", + "Identity": "ac1cab0d69c748d986ec3a049d5e2040" + }, + { + "Id": 202728, + "Type": "HW2PackRule", + "Identity": "f8c59626c2ad4593a14185e4f59126b2" + }, + { + "Id": 202595, + "Type": "HW2PackRule", + "Identity": "703c640f61e544e4aae84eb29d819708" + }, + { + "Id": 202767, + "Type": "HW2PackRule", + "Identity": "c37ce2d1f0e14ec7b263c457e557c109" + } + ], + "FrontImageHD": { + "Id": 336581, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:34:42Z", + "ModifiedUtc": "2017-02-03T19:39:51Z", + "PublishedUtc": "2017-02-03T19:39:51Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_atriox_front-2ccbc1f6faaa4a19a845bbbefd1c6313.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_atriox_front-2ccbc1f6faaa4a19a845bbbefd1c6313.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_atriox_front-2ccbc1f6faaa4a19a845bbbefd1c6313", + "Identity": "da503097bfcf42caadf6502da070f6c3" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 336582, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:34:43Z", + "ModifiedUtc": "2017-02-03T19:39:51Z", + "PublishedUtc": "2017-02-03T19:39:52Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_atriox_front_4k-fb8260cfaa5a48a6885c2676cb06161d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_atriox_front_4k-fb8260cfaa5a48a6885c2676cb06161d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_atriox_front_4k-fb8260cfaa5a48a6885c2676cb06161d", + "Identity": "827b5816d9a24d55baef62bedfb8aa1f" + } + }, + "StackGroup": null, + "InventorySortPriority": 304, + "DisplayInfo": { + "Id": 335091, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Atriox Strategy Pack", + "Description": "Thank you for purchasing Halo Wars 2! As a welcome gift, these 5 cards will strengthen your Atriox decks." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Promo Atriox Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-14T14:10:24Z", + "ModifiedUtc": "2017-02-03T19:34:59Z", + "PublishedUtc": "2017-02-03T19:34:59Z", + "Container": -1 + }, + "Identity": "0ee989e1ee784fbb801fe9946b8511f9" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337310" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337326, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-14T14:50:47Z", + "ModifiedUtc": "2017-02-03T19:43:20Z", + "PublishedUtc": "2017-02-13T22:56:00Z", + "Container": -1 + }, + "Identity": "117909d47c6d47559edb882224c8a67f", + "Title": "Promo Isabel Pack", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202773, + "Type": "HW2PackRule", + "Identity": "aa8565357abf4cc2a401e61f112fa130" + }, + { + "Id": 202697, + "Type": "HW2PackRule", + "Identity": "e0bd19d5598d424e96bb328920cb04b1" + }, + { + "Id": 202448, + "Type": "HW2PackRule", + "Identity": "2480b4794a2b40af8d6911f9f48c6a5c" + }, + { + "Id": 202689, + "Type": "HW2PackRule", + "Identity": "22a4a51aa47640069ef795a3b50c9829" + }, + { + "Id": 202708, + "Type": "HW2PackRule", + "Identity": "aa3b6f13ce2f4120a511ad8694c62ef9" + } + ], + "FrontImageHD": { + "Id": 334834, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:36:38Z", + "ModifiedUtc": "2017-02-03T19:34:08Z", + "PublishedUtc": "2017-02-03T19:34:09Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_isabel_front-71599252251d451db94cbc9907855fd1.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_isabel_front-71599252251d451db94cbc9907855fd1.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_isabel_front-71599252251d451db94cbc9907855fd1", + "Identity": "b9941d1438704f1197a27e6a8ce54b14" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 334835, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:36:36Z", + "ModifiedUtc": "2017-02-03T19:34:09Z", + "PublishedUtc": "2017-02-03T19:34:09Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_isabel_front_4k-237555c98a804e139330dc68b8c78200.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_isabel_front_4k-237555c98a804e139330dc68b8c78200.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_isabel_front_4k-237555c98a804e139330dc68b8c78200", + "Identity": "d973e19ebf9b4a15a48a458d80a04f39" + } + }, + "StackGroup": null, + "InventorySortPriority": 301, + "DisplayInfo": { + "Id": 334832, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Isabel Strategy Pack", + "Description": "Thank you for purchasing Halo Wars 2! As a welcome gift, these 5 cards will strengthen your Isabel decks." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Promo Isabel Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-14T14:08:39Z", + "ModifiedUtc": "2017-02-03T19:34:08Z", + "PublishedUtc": "2017-02-03T19:34:08Z", + "Container": -1 + }, + "Identity": "ee4cc78bf063460892c7c6694d94d41e" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337326" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337309, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-14T14:44:05Z", + "ModifiedUtc": "2017-02-03T19:43:15Z", + "PublishedUtc": "2017-02-13T22:55:59Z", + "Container": -1 + }, + "Identity": "77480d05bd2e4f548907c65c48e73113", + "Title": "Promo Anders Pack", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202736, + "Type": "HW2PackRule", + "Identity": "5883cc68eec647a994f602a7c79d82fc" + }, + { + "Id": 202670, + "Type": "HW2PackRule", + "Identity": "b3fdf910688e4cb18fd00f8fc26579bc" + }, + { + "Id": 202771, + "Type": "HW2PackRule", + "Identity": "b056c05feaea4ed99ab29f5d88e07d56" + }, + { + "Id": 202713, + "Type": "HW2PackRule", + "Identity": "88828d6d66384cd5b66051ac79200fd4" + }, + { + "Id": 202815, + "Type": "HW2PackRule", + "Identity": "2d87537885194ad1922c360fe7ee209f" + } + ], + "FrontImageHD": { + "Id": 336568, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:34:26Z", + "ModifiedUtc": "2017-02-03T19:39:46Z", + "PublishedUtc": "2017-02-03T19:39:47Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_anders_front-9c21dfe134d740199e8bd369d50b3097.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_anders_front-9c21dfe134d740199e8bd369d50b3097.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_anders_front-9c21dfe134d740199e8bd369d50b3097", + "Identity": "e787583967af4c8696a356adecfc7952" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 336569, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:34:33Z", + "ModifiedUtc": "2017-02-03T19:39:46Z", + "PublishedUtc": "2017-02-03T19:39:47Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_anders_front_4k-bab96005e2b845bc9ed9132b5c8b2f73.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_anders_front_4k-bab96005e2b845bc9ed9132b5c8b2f73.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_anders_front_4k-bab96005e2b845bc9ed9132b5c8b2f73", + "Identity": "98bf3140f5e240afb7491c24de5e2f21" + } + }, + "StackGroup": null, + "InventorySortPriority": 302, + "DisplayInfo": { + "Id": 334888, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Anders Strategy Pack", + "Description": "Thank you for purchasing Halo Wars 2! As a welcome gift, these 5 cards will strengthen your Professor Anders decks." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Promo Anders Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-14T14:08:22Z", + "ModifiedUtc": "2017-02-03T19:34:20Z", + "PublishedUtc": "2017-02-03T19:34:20Z", + "Container": -1 + }, + "Identity": "e793bd85e19e458fa0568079dd063928" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337309" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337327, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-14T14:54:59Z", + "ModifiedUtc": "2017-02-03T19:43:21Z", + "PublishedUtc": "2017-02-13T22:55:59Z", + "Container": -1 + }, + "Identity": "7ffcf87e2b034874988fad6d17c40007", + "Title": "Promo Decimus Pack", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202807, + "Type": "HW2PackRule", + "Identity": "b31b0d5d7dbc40b190ea3a6128eb0744" + }, + { + "Id": 202742, + "Type": "HW2PackRule", + "Identity": "1187a4146e1a49a2a5447a419d20d376" + }, + { + "Id": 202413, + "Type": "HW2PackRule", + "Identity": "8c1c6758b9dc4a6c99f7c248970ca4fa" + }, + { + "Id": 202766, + "Type": "HW2PackRule", + "Identity": "c5f722e420814e379fb04a912f4206b9" + }, + { + "Id": 202593, + "Type": "HW2PackRule", + "Identity": "e5cfaf3d8e5d41a5b87fde3749d6ce36" + } + ], + "FrontImageHD": { + "Id": 335539, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:36:26Z", + "ModifiedUtc": "2017-02-03T19:36:23Z", + "PublishedUtc": "2017-02-03T19:36:23Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_decimus_front-ac6eec10085c4415b9f78ebcdf110f25.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_decimus_front-ac6eec10085c4415b9f78ebcdf110f25.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_decimus_front-ac6eec10085c4415b9f78ebcdf110f25", + "Identity": "f8282e346f754230996abbf67acb015a" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 335542, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:36:25Z", + "ModifiedUtc": "2017-02-03T19:36:23Z", + "PublishedUtc": "2017-02-03T19:36:24Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_decimus_front_4k-61c69852d504431885642c4404da7b30.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_decimus_front_4k-61c69852d504431885642c4404da7b30.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_decimus_front_4k-61c69852d504431885642c4404da7b30", + "Identity": "201ca9685be6418cb857a4fa6ccd6ffe" + } + }, + "StackGroup": null, + "InventorySortPriority": 303, + "DisplayInfo": { + "Id": 334785, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Decimus Strategy Pack", + "Description": "Thank you for purchasing Halo Wars 2! As a welcome gift, these 5 cards will strengthen your Decimus decks." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Promo Decimus Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-14T14:10:05Z", + "ModifiedUtc": "2017-02-03T19:33:55Z", + "PublishedUtc": "2017-02-03T19:33:55Z", + "Container": -1 + }, + "Identity": "ee24631db23c4ee9b54aa811c8b5fa0d" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337327" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337325, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-10-25T14:54:16Z", + "ModifiedUtc": "2017-02-03T19:43:20Z", + "PublishedUtc": "2017-02-09T10:21:44Z", + "Container": -1 + }, + "Identity": "3efa23364bc24b39acea86357260ce40", + "Title": "Promo Shield Pack", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 337301, + "Type": "HW2PackRule", + "Identity": "1153c1f61c9d4190853c0f8b71021b2d" + }, + { + "Id": 337301, + "Type": "HW2PackRule", + "Identity": "1153c1f61c9d4190853c0f8b71021b2d" + }, + { + "Id": 337301, + "Type": "HW2PackRule", + "Identity": "1153c1f61c9d4190853c0f8b71021b2d" + } + ], + "FrontImageHD": { + "Id": 334806, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:56Z", + "ModifiedUtc": "2017-02-03T19:34:00Z", + "PublishedUtc": "2017-02-03T19:34:02Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_consumableshield_front-6e961f9d8537416695ed477ebdf3a721.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_consumableshield_front-6e961f9d8537416695ed477ebdf3a721.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_consumableshield_front-6e961f9d8537416695ed477ebdf3a721", + "Identity": "ab9dde4be6cc4fb8a7f5446f0b837144" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 334807, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:57Z", + "ModifiedUtc": "2017-02-03T19:34:01Z", + "PublishedUtc": "2017-02-03T19:34:02Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_consumableshield_front_4k-3bff41cf4c4740bd9ebd9ed9c6901724.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_consumableshield_front_4k-3bff41cf4c4740bd9ebd9ed9c6901724.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_consumableshield_front_4k-3bff41cf4c4740bd9ebd9ed9c6901724", + "Identity": "ae0f3567ef7a4f28bb41b7f94c50d7a4" + } + }, + "StackGroup": null, + "InventorySortPriority": 701, + "DisplayInfo": { + "Id": 334803, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Shield Pack", + "Description": "Earned through special promotions, this pack contains 3 random defensive cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Promo Shield Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-10-25T14:56:06Z", + "ModifiedUtc": "2017-02-03T19:34:00Z", + "PublishedUtc": "2017-02-03T19:34:00Z", + "Container": -1 + }, + "Identity": "704cac84c6e8469e910e367fa1a3e5c6" + } + }, + "MarketplaceProductId": "35970236-156b-4075-8b1d-e4774c0bb69b", + "UWPProductId": "9nblggh405v0" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337325" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337322, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-10-25T14:56:28Z", + "ModifiedUtc": "2017-02-03T19:43:19Z", + "PublishedUtc": "2017-02-09T10:21:16Z", + "Container": -1 + }, + "Identity": "c007f6ef77f84f51802cdd41b7bb91e0", + "Title": "Promo Strike Pack", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 337307, + "Type": "HW2PackRule", + "Identity": "ae89eccb420a4f46b4f6fa7fb88c2d01" + }, + { + "Id": 337307, + "Type": "HW2PackRule", + "Identity": "ae89eccb420a4f46b4f6fa7fb88c2d01" + }, + { + "Id": 337307, + "Type": "HW2PackRule", + "Identity": "ae89eccb420a4f46b4f6fa7fb88c2d01" + } + ], + "FrontImageHD": { + "Id": 336968, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:56Z", + "ModifiedUtc": "2017-02-03T19:41:02Z", + "PublishedUtc": "2017-02-03T19:41:03Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_consumablesword_front-f2d3490db5814fe4a14c58345284d17a.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_consumablesword_front-f2d3490db5814fe4a14c58345284d17a.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_consumablesword_front-f2d3490db5814fe4a14c58345284d17a", + "Identity": "77510c4f47044b99bc68e88a41699ba0" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 336970, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:57Z", + "ModifiedUtc": "2017-02-03T19:41:03Z", + "PublishedUtc": "2017-02-03T19:41:03Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_consumablesword_front_4k-877e3b823355494a8f6bb190fd69b7d4.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_consumablesword_front_4k-877e3b823355494a8f6bb190fd69b7d4.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_consumablesword_front_4k-877e3b823355494a8f6bb190fd69b7d4", + "Identity": "2ffb76a452934fb592078cd9f2dad092" + } + }, + "StackGroup": null, + "InventorySortPriority": 702, + "DisplayInfo": { + "Id": 334913, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Strike Pack", + "Description": "Earned through special promotions, this pack contains 3 random offensive cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Promo Strike Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-10-25T14:57:17Z", + "ModifiedUtc": "2017-02-03T19:34:25Z", + "PublishedUtc": "2017-02-03T19:34:25Z", + "Container": -1 + }, + "Identity": "ea61098e1a35473e8ca772631b5dccfd" + } + }, + "MarketplaceProductId": "c186baaf-4594-423e-ab65-deaa1befe3f3", + "UWPProductId": "9nblggh405vh" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337322" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337330, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:42:53Z", + "ModifiedUtc": "2017-02-03T19:43:21Z", + "PublishedUtc": "2017-02-03T19:43:21Z", + "Container": -1 + }, + "Identity": "5ed03a85072c4d40b2d684d3a43790d8", + "Title": "Mission Pack Ep1.06", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202420, + "Type": "HW2PackRule", + "Identity": "80aa38bdd4054bab8c2add113e0e4647" + }, + { + "Id": 202806, + "Type": "HW2PackRule", + "Identity": "b6d059a91aee4fa68ce79b36c99cee05" + }, + { + "Id": 202715, + "Type": "HW2PackRule", + "Identity": "681f38061a594274a72eaacd022ab071" + }, + { + "Id": 202644, + "Type": "HW2PackRule", + "Identity": "9c83b6237fda407488e4f512cf815c84" + }, + { + "Id": 202592, + "Type": "HW2PackRule", + "Identity": "d3072b0a8f3846e795bf2c6016f5161c" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 111, + "DisplayInfo": { + "Id": 334852, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Under the Dark", + "Description": "Awarded for completing the Campaign mission 'Under the Dark'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 06 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:06:19Z", + "ModifiedUtc": "2017-02-03T19:34:13Z", + "PublishedUtc": "2017-02-03T19:34:13Z", + "Container": -1 + }, + "Identity": "210512f03efb45e8a94401b63fb73c28" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337330" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202751, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-08-02T16:56:23Z", + "ModifiedUtc": "2017-02-03T18:04:04Z", + "PublishedUtc": "2017-02-03T19:43:19Z", + "Container": -1 + }, + "Identity": "3b63871bb9de4a37a4e25a4c7e476d86", + "Title": "Mission Pack Ep1.01", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202744, + "Type": "HW2PackRule", + "Identity": "61eeb270dc7f4564ad67c12b842703fb" + }, + { + "Id": 202593, + "Type": "HW2PackRule", + "Identity": "e5cfaf3d8e5d41a5b87fde3749d6ce36" + }, + { + "Id": 202746, + "Type": "HW2PackRule", + "Identity": "c5b2a105d0bf431297782220eda9792f" + }, + { + "Id": 202592, + "Type": "HW2PackRule", + "Identity": "d3072b0a8f3846e795bf2c6016f5161c" + }, + { + "Id": 202596, + "Type": "HW2PackRule", + "Identity": "3f616f24f5f748a89a68d50e14d32063" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 104, + "DisplayInfo": { + "Id": 201780, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - A New Enemy", + "Description": "Awarded for completing 'A New Enemy'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 01 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:04:30Z", + "ModifiedUtc": "2017-02-03T18:35:09Z", + "PublishedUtc": "2017-02-03T19:34:18Z", + "Container": -1 + }, + "Identity": "c007da8a860740d0af5f049cefda1b4a" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202751" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337313, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:47:24Z", + "ModifiedUtc": "2017-02-03T19:43:17Z", + "PublishedUtc": "2017-02-03T19:43:18Z", + "Container": -1 + }, + "Identity": "2bd1455fac874b46b3235343f0da6f67", + "Title": "Mission Pack Ep1.08", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202549, + "Type": "HW2PackRule", + "Identity": "0b654bf0b1a741698065ae794b768f7b" + }, + { + "Id": 202711, + "Type": "HW2PackRule", + "Identity": "9cdcb5b8a081493baa3183329c7c695c" + }, + { + "Id": 202593, + "Type": "HW2PackRule", + "Identity": "e5cfaf3d8e5d41a5b87fde3749d6ce36" + }, + { + "Id": 202577, + "Type": "HW2PackRule", + "Identity": "584b271b63dd48c2b275f77bcc089f42" + }, + { + "Id": 202596, + "Type": "HW2PackRule", + "Identity": "3f616f24f5f748a89a68d50e14d32063" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 114, + "DisplayInfo": { + "Id": 334930, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - The Halo", + "Description": "Awarded for completing the Campaign mission 'The Halo'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 8 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:06:41Z", + "ModifiedUtc": "2017-02-03T19:34:27Z", + "PublishedUtc": "2017-02-03T19:34:27Z", + "Container": -1 + }, + "Identity": "ad3cdcc5c0844186a9e45500e5a5a4a8" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337313" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337315, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:40:41Z", + "ModifiedUtc": "2017-02-03T19:43:18Z", + "PublishedUtc": "2017-02-03T19:43:18Z", + "Container": -1 + }, + "Identity": "208d68eb90594e8b9d14f9fa80a57ee9", + "Title": "Mission Pack Ep1.04", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202807, + "Type": "HW2PackRule", + "Identity": "b31b0d5d7dbc40b190ea3a6128eb0744" + }, + { + "Id": 202709, + "Type": "HW2PackRule", + "Identity": "a4ee0958bcbf4d8d9ed19d6a73e33093" + }, + { + "Id": 202742, + "Type": "HW2PackRule", + "Identity": "1187a4146e1a49a2a5447a419d20d376" + }, + { + "Id": 202766, + "Type": "HW2PackRule", + "Identity": "c5f722e420814e379fb04a912f4206b9" + }, + { + "Id": 202719, + "Type": "HW2PackRule", + "Identity": "3b4681dc4d9c4bfc824bfe9cdef35c7e" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 108, + "DisplayInfo": { + "Id": 334877, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Lights Out", + "Description": "Awarded for completing the Campaign mission 'Lights Out'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 04 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:05:39Z", + "ModifiedUtc": "2017-02-03T19:34:18Z", + "PublishedUtc": "2017-02-03T19:34:18Z", + "Container": -1 + }, + "Identity": "4cbc433cd4b04df7bd32dc9698af4814" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337315" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337316, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:48:14Z", + "ModifiedUtc": "2017-02-03T19:43:18Z", + "PublishedUtc": "2017-02-03T19:43:18Z", + "Container": -1 + }, + "Identity": "7bbcf5e0fc37442cb672920f6342a22a", + "Title": "Mission Pack Ep1.08a", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202680, + "Type": "HW2PackRule", + "Identity": "515cabf6c6db4c31824ae0eb311f2511" + }, + { + "Id": 202689, + "Type": "HW2PackRule", + "Identity": "22a4a51aa47640069ef795a3b50c9829" + }, + { + "Id": 202373, + "Type": "HW2PackRule", + "Identity": "cd0ecc44ae8a4724a1bf7eb7ffeb5204" + }, + { + "Id": 202650, + "Type": "HW2PackRule", + "Identity": "70158003dced4f94aeb0e04b62a9e6bc" + }, + { + "Id": 202719, + "Type": "HW2PackRule", + "Identity": "3b4681dc4d9c4bfc824bfe9cdef35c7e" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 115, + "DisplayInfo": { + "Id": 334970, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Last Stand", + "Description": "Awarded for completing the Campaign mission 'Last Stand'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 9 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:06:51Z", + "ModifiedUtc": "2017-02-03T19:34:35Z", + "PublishedUtc": "2017-02-03T19:34:35Z", + "Container": -1 + }, + "Identity": "4abfd712914a47bebc3ddc7bdfcc6ac4" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337316" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337318, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:42:05Z", + "ModifiedUtc": "2017-02-03T19:43:18Z", + "PublishedUtc": "2017-02-03T19:43:18Z", + "Container": -1 + }, + "Identity": "61911eadc1ac40f5b4e7f8f456db22d4", + "Title": "Mission Pack Ep1.05", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202732, + "Type": "HW2PackRule", + "Identity": "80db7dbdbc924f39b66af346f7d93de8" + }, + { + "Id": 202562, + "Type": "HW2PackRule", + "Identity": "7c5923a867df4e56a85f4d670a80151f" + }, + { + "Id": 202728, + "Type": "HW2PackRule", + "Identity": "f8c59626c2ad4593a14185e4f59126b2" + }, + { + "Id": 202687, + "Type": "HW2PackRule", + "Identity": "25253ebe4fd048a7a6f6efa77cd82b67" + }, + { + "Id": 202668, + "Type": "HW2PackRule", + "Identity": "d2644a64d42143bc84a0bf992f47618a" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 110, + "DisplayInfo": { + "Id": 334947, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Hold the Line", + "Description": "Awarded for completing the Campaign mission 'Hold the Line'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 05 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:06:03Z", + "ModifiedUtc": "2017-02-03T19:34:31Z", + "PublishedUtc": "2017-02-03T19:34:31Z", + "Container": -1 + }, + "Identity": "1ea6ca17a6c940b6a10c1ffd492dc3f2" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337318" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337319, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:39:56Z", + "ModifiedUtc": "2017-02-03T19:43:18Z", + "PublishedUtc": "2017-02-03T19:43:18Z", + "Container": -1 + }, + "Identity": "18af7302f4324f8592ea1d51ae7de836", + "Title": "Mission Pack Ep1.03", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202700, + "Type": "HW2PackRule", + "Identity": "d96be6494fbe4fea824b20bc9adf4714" + }, + { + "Id": 202711, + "Type": "HW2PackRule", + "Identity": "9cdcb5b8a081493baa3183329c7c695c" + }, + { + "Id": 202736, + "Type": "HW2PackRule", + "Identity": "5883cc68eec647a994f602a7c79d82fc" + }, + { + "Id": 202771, + "Type": "HW2PackRule", + "Identity": "b056c05feaea4ed99ab29f5d88e07d56" + }, + { + "Id": 202360, + "Type": "HW2PackRule", + "Identity": "eb4778528e2249379ad6f136369425ef" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 107, + "DisplayInfo": { + "Id": 334843, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - The Cartographer", + "Description": "Awarded for completing the Campaign mission 'The Cartographer'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 03 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:05:24Z", + "ModifiedUtc": "2017-02-03T19:34:10Z", + "PublishedUtc": "2017-02-03T19:34:10Z", + "Container": -1 + }, + "Identity": "7237ef1acf724134a3db165e738e286d" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337319" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202882, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-23T16:57:57Z", + "ModifiedUtc": "2017-02-03T18:04:04Z", + "PublishedUtc": "2017-02-03T19:43:17Z", + "Container": -1 + }, + "Identity": "4c46adf765404b44877b15f05aa188da", + "Title": "Mission Pack TutBasic", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202592, + "Type": "HW2PackRule", + "Identity": "d3072b0a8f3846e795bf2c6016f5161c" + }, + { + "Id": 202744, + "Type": "HW2PackRule", + "Identity": "61eeb270dc7f4564ad67c12b842703fb" + }, + { + "Id": 202593, + "Type": "HW2PackRule", + "Identity": "e5cfaf3d8e5d41a5b87fde3749d6ce36" + }, + { + "Id": 202594, + "Type": "HW2PackRule", + "Identity": "2046b2cabf634a4297d45b1d08cdaee2" + }, + { + "Id": 202595, + "Type": "HW2PackRule", + "Identity": "703c640f61e544e4aae84eb29d819708" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 100, + "DisplayInfo": { + "Id": 201775, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Basic Tutorial", + "Description": "Awarded for completing the Basic Tutorial. This pack contains 5 Blitz cards. " + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "TutBasic Mission Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:07:34Z", + "ModifiedUtc": "2017-02-03T18:35:09Z", + "PublishedUtc": "2017-02-03T19:34:17Z", + "Container": -1 + }, + "Identity": "db4e63c4cb87452bb1df1e516ecd6342" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202882" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202883, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-23T17:00:17Z", + "ModifiedUtc": "2017-02-03T18:04:04Z", + "PublishedUtc": "2017-02-03T19:43:17Z", + "Container": -1 + }, + "Identity": "d268ed46664c4aed8a8cadd8328210e8", + "Title": "Mission Pack TutBlitz", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202594, + "Type": "HW2PackRule", + "Identity": "2046b2cabf634a4297d45b1d08cdaee2" + }, + { + "Id": 202745, + "Type": "HW2PackRule", + "Identity": "9e2968bf303b413f8809d8f5ce791606" + }, + { + "Id": 202748, + "Type": "HW2PackRule", + "Identity": "e78dafffbcac45538176446a8aea3f48" + }, + { + "Id": 202593, + "Type": "HW2PackRule", + "Identity": "e5cfaf3d8e5d41a5b87fde3749d6ce36" + }, + { + "Id": 202746, + "Type": "HW2PackRule", + "Identity": "c5b2a105d0bf431297782220eda9792f" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 102, + "DisplayInfo": { + "Id": 201778, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Blitz Tutorial", + "Description": "Awarded for completing the Blitz Tutorial. This pack contains 5 Blitz cards. " + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "TutBlitz Mission Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:08:29Z", + "ModifiedUtc": "2017-02-03T18:35:09Z", + "PublishedUtc": "2017-02-03T19:34:12Z", + "Container": -1 + }, + "Identity": "7deececb165d4c4ba0aa8c75c687ffd6" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202883" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337312, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-23T16:59:24Z", + "ModifiedUtc": "2017-02-03T19:43:17Z", + "PublishedUtc": "2017-02-03T19:43:17Z", + "Container": -1 + }, + "Identity": "f68d29da498040f0a4c798582fa626c5", + "Title": "Mission Pack TutAdvanced", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202744, + "Type": "HW2PackRule", + "Identity": "61eeb270dc7f4564ad67c12b842703fb" + }, + { + "Id": 202594, + "Type": "HW2PackRule", + "Identity": "2046b2cabf634a4297d45b1d08cdaee2" + }, + { + "Id": 202773, + "Type": "HW2PackRule", + "Identity": "aa8565357abf4cc2a401e61f112fa130" + }, + { + "Id": 202709, + "Type": "HW2PackRule", + "Identity": "a4ee0958bcbf4d8d9ed19d6a73e33093" + }, + { + "Id": 202742, + "Type": "HW2PackRule", + "Identity": "1187a4146e1a49a2a5447a419d20d376" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 101, + "DisplayInfo": { + "Id": 334985, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Advanced Tutorial", + "Description": "Awarded for completing the Advanced Tutorial. This pack contains 5 Blitz cards. " + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "TutAdv Mission Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:08:01Z", + "ModifiedUtc": "2017-02-03T19:34:38Z", + "PublishedUtc": "2017-02-03T19:34:38Z", + "Container": -1 + }, + "Identity": "54e47dc7492d457d97911819514de5e6" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337312" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337294, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-10-13T08:42:32Z", + "ModifiedUtc": "2017-02-03T19:43:08Z", + "PublishedUtc": "2017-02-03T19:43:09Z", + "Container": -1 + }, + "Identity": "8404b6695176484d96412dbed5f502b3", + "Title": "Mission Pack Ep1.00", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202746, + "Type": "HW2PackRule", + "Identity": "c5b2a105d0bf431297782220eda9792f" + }, + { + "Id": 202721, + "Type": "HW2PackRule", + "Identity": "2c1625c7368e4b51a47128ea4eb41245" + }, + { + "Id": 202594, + "Type": "HW2PackRule", + "Identity": "2046b2cabf634a4297d45b1d08cdaee2" + }, + { + "Id": 202595, + "Type": "HW2PackRule", + "Identity": "703c640f61e544e4aae84eb29d819708" + }, + { + "Id": 202774, + "Type": "HW2PackRule", + "Identity": "a0ee2bc038df4ab78ba19cd48cf5ea48" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 103, + "DisplayInfo": { + "Id": 335054, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - The Signal", + "Description": "Awarded for completing the Campaign mission 'The Signal'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 00 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:04:01Z", + "ModifiedUtc": "2017-02-03T19:34:51Z", + "PublishedUtc": "2017-02-03T19:34:51Z", + "Container": -1 + }, + "Identity": "ce9a476dfefc46d8a5947c8ade2c43e6" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337294" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337291, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T11:38:57Z", + "ModifiedUtc": "2017-02-03T19:43:08Z", + "PublishedUtc": "2017-02-03T19:43:08Z", + "Container": -1 + }, + "Identity": "705d509010ec400ea4ae6189176bd30c", + "Title": "Mission Pack Ep1.02", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202709, + "Type": "HW2PackRule", + "Identity": "a4ee0958bcbf4d8d9ed19d6a73e33093" + }, + { + "Id": 202451, + "Type": "HW2PackRule", + "Identity": "1e60704eac814cf7821857aaf63d3e8c" + }, + { + "Id": 202721, + "Type": "HW2PackRule", + "Identity": "2c1625c7368e4b51a47128ea4eb41245" + }, + { + "Id": 202815, + "Type": "HW2PackRule", + "Identity": "2d87537885194ad1922c360fe7ee209f" + }, + { + "Id": 202687, + "Type": "HW2PackRule", + "Identity": "25253ebe4fd048a7a6f6efa77cd82b67" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 105, + "DisplayInfo": { + "Id": 334891, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - Ascension", + "Description": "Awarded for completing 'Ascension'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 02 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:04:52Z", + "ModifiedUtc": "2017-02-03T19:34:21Z", + "PublishedUtc": "2017-02-03T19:34:21Z", + "Container": -1 + }, + "Identity": "20e6025afed847999dba13a5947f80d9" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337291" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337292, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:38:57Z", + "ModifiedUtc": "2017-02-03T19:43:08Z", + "PublishedUtc": "2017-02-03T19:43:08Z", + "Container": -1 + }, + "Identity": "9b202c5a3687405e90e6000a17ab08d3", + "Title": "Mission Pack Ep1.02a", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202451, + "Type": "HW2PackRule", + "Identity": "1e60704eac814cf7821857aaf63d3e8c" + }, + { + "Id": 202746, + "Type": "HW2PackRule", + "Identity": "c5b2a105d0bf431297782220eda9792f" + }, + { + "Id": 202413, + "Type": "HW2PackRule", + "Identity": "8c1c6758b9dc4a6c99f7c248970ca4fa" + }, + { + "Id": 202744, + "Type": "HW2PackRule", + "Identity": "61eeb270dc7f4564ad67c12b842703fb" + }, + { + "Id": 202360, + "Type": "HW2PackRule", + "Identity": "eb4778528e2249379ad6f136369425ef" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 106, + "DisplayInfo": { + "Id": 334867, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - One Three Zero", + "Description": "Awarded for completing the Campaign mission 'One Three Zero'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 02A Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:05:12Z", + "ModifiedUtc": "2017-02-03T19:34:15Z", + "PublishedUtc": "2017-02-03T19:34:15Z", + "Container": -1 + }, + "Identity": "da908b8bd2544c969cb570150ba9a636" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337292" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337289, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:41:22Z", + "ModifiedUtc": "2017-02-03T19:43:07Z", + "PublishedUtc": "2017-02-03T19:43:07Z", + "Container": -1 + }, + "Identity": "0a0ac0a66a95458ea4a43c2e6a0435e3", + "Title": "Mission Pack Ep1.04a", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202713, + "Type": "HW2PackRule", + "Identity": "88828d6d66384cd5b66051ac79200fd4" + }, + { + "Id": 202674, + "Type": "HW2PackRule", + "Identity": "64f9d5d3022b411b99ad5247fa34d5ab" + }, + { + "Id": 202773, + "Type": "HW2PackRule", + "Identity": "aa8565357abf4cc2a401e61f112fa130" + }, + { + "Id": 202547, + "Type": "HW2PackRule", + "Identity": "086e46d27de34bbba423629fff6f775c" + }, + { + "Id": 202451, + "Type": "HW2PackRule", + "Identity": "1e60704eac814cf7821857aaf63d3e8c" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 109, + "DisplayInfo": { + "Id": 334836, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - From the Deep", + "Description": "Awarded for completing the Campaign mission 'From the Deep'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 04A Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:05:48Z", + "ModifiedUtc": "2017-02-03T19:34:09Z", + "PublishedUtc": "2017-02-03T19:34:09Z", + "Container": -1 + }, + "Identity": "bedf1509f76f499b912272b08d6e538f" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337289" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337290, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-09-02T14:46:46Z", + "ModifiedUtc": "2017-02-03T19:43:07Z", + "PublishedUtc": "2017-02-03T19:43:07Z", + "Container": -1 + }, + "Identity": "de62c998dec94c0fb171d18b9c343478", + "Title": "Mission Pack Ep1.07", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202650, + "Type": "HW2PackRule", + "Identity": "70158003dced4f94aeb0e04b62a9e6bc" + }, + { + "Id": 202740, + "Type": "HW2PackRule", + "Identity": "20f9df3078e94a6e9d3b4e8aa5f91a4f" + }, + { + "Id": 202700, + "Type": "HW2PackRule", + "Identity": "d96be6494fbe4fea824b20bc9adf4714" + }, + { + "Id": 202451, + "Type": "HW2PackRule", + "Identity": "1e60704eac814cf7821857aaf63d3e8c" + }, + { + "Id": 202596, + "Type": "HW2PackRule", + "Identity": "3f616f24f5f748a89a68d50e14d32063" + } + ], + "FrontImageHD": { + "Id": 201777, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:46Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_unsc_front-69c03c8803ce459e8f6980d837a421ac", + "Identity": "dd6b150e00a94c53bd7bd5a53ab2b5d6" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 201776, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:35:47Z", + "ModifiedUtc": "2017-01-09T18:37:17Z", + "PublishedUtc": "2017-01-09T18:37:18Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_unsc_front_4k-f82a56f653c84a459b10cfada540267d", + "Identity": "927b065a60094d109f0901f51611dc45" + } + }, + "StackGroup": "EpisodeOneMissionPacks", + "InventorySortPriority": 113, + "DisplayInfo": { + "Id": 334837, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Mission Pack - The Foundry", + "Description": "Awarded for completing the Campaign mission 'The Foundry'. This pack contains 5 Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Mission Pack 07 Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T14:06:29Z", + "ModifiedUtc": "2017-02-03T19:34:09Z", + "PublishedUtc": "2017-02-03T19:34:10Z", + "Container": -1 + }, + "Identity": "41833e863c654d66b762cccca29c6f25" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337290" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337190, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "gehaugan", + "CreatedUtc": "2016-11-17T10:59:41Z", + "ModifiedUtc": "2017-02-03T19:41:54Z", + "PublishedUtc": "2017-02-03T19:41:54Z", + "Container": -1 + }, + "Identity": "1fcd302d0f684f2fa7b6f3ebd4217c06", + "Title": "Event Open Beta Pack", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 202590, + "Type": "HW2PackRule", + "Identity": "6970e64b52c44acda5cb736001c90270" + }, + { + "Id": 202590, + "Type": "HW2PackRule", + "Identity": "6970e64b52c44acda5cb736001c90270" + }, + { + "Id": 202590, + "Type": "HW2PackRule", + "Identity": "6970e64b52c44acda5cb736001c90270" + }, + { + "Id": 202590, + "Type": "HW2PackRule", + "Identity": "6970e64b52c44acda5cb736001c90270" + }, + { + "Id": 202591, + "Type": "HW2PackRule", + "Identity": "aaa06e5a69834404be49440630f99d6e" + } + ], + "FrontImageHD": { + "Id": 336072, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:34:43Z", + "ModifiedUtc": "2017-02-03T19:38:11Z", + "PublishedUtc": "2017-02-03T19:38:12Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_beta_front-45a3baf0b1d242d8badaab1b5371f0de.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_beta_front-45a3baf0b1d242d8badaab1b5371f0de.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_beta_front-45a3baf0b1d242d8badaab1b5371f0de", + "Identity": "f15ed6a2ff8b4df59bbfa9c104cb5455" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 336074, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:34:44Z", + "ModifiedUtc": "2017-02-03T19:38:11Z", + "PublishedUtc": "2017-02-03T19:38:12Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_beta_front_4k-4a2632a9aa6746f78c3d3d31cd571571.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_beta_front_4k-4a2632a9aa6746f78c3d3d31cd571571.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_beta_front_4k-4a2632a9aa6746f78c3d3d31cd571571", + "Identity": "264ffc7a97e64c229fb47d0b9e039d8d" + } + }, + "StackGroup": null, + "InventorySortPriority": 10, + "DisplayInfo": { + "Id": 334872, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Beta Participant Pack", + "Description": "Thank you for playing the Halo Wars 2 Beta! This bonus pack contains 5 random Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Event Open Beta Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-17T10:58:16Z", + "ModifiedUtc": "2017-02-03T19:34:17Z", + "PublishedUtc": "2017-02-03T19:34:17Z", + "Container": -1 + }, + "Identity": "24931cf148f74a58a85dfe549373d7a2" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337190" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337176, + "Type": "HW2Pack", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-09-12T10:29:06Z", + "ModifiedUtc": "2017-02-03T19:41:50Z", + "PublishedUtc": "2017-02-03T19:41:50Z", + "Container": -1 + }, + "Identity": "b062ae0c097244c098475f859269de4a", + "Title": "DLC0 Forge Pack", + "HW2Pack": { + "HW2PackRules": [ + { + "Id": 336969, + "Type": "HW2PackRule", + "Identity": "d3d7f26223184e51a09fb284bc14d564" + }, + { + "Id": 336969, + "Type": "HW2PackRule", + "Identity": "d3d7f26223184e51a09fb284bc14d564" + }, + { + "Id": 336969, + "Type": "HW2PackRule", + "Identity": "d3d7f26223184e51a09fb284bc14d564" + }, + { + "Id": 336969, + "Type": "HW2PackRule", + "Identity": "d3d7f26223184e51a09fb284bc14d564" + }, + { + "Id": 336969, + "Type": "HW2PackRule", + "Identity": "d3d7f26223184e51a09fb284bc14d564" + } + ], + "FrontImageHD": { + "Id": 336974, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:37:01Z", + "ModifiedUtc": "2017-02-03T19:41:04Z", + "PublishedUtc": "2017-02-03T19:41:05Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_forge_front-6551e84ae2884646add38dd3519afa11.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_forge_front-6551e84ae2884646add38dd3519afa11.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_forge_front-6551e84ae2884646add38dd3519afa11", + "Identity": "7732022e23b24c8a88b4086237a972bf" + } + }, + "BackImageHD": { + "Id": 201772, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:21Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_back-9f9a641391774e42949dcc5b648e78a7", + "Identity": "6a5e364b64334cb590a738fc357c6d3b" + } + }, + "BackImage4K": { + "Id": 201774, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:22Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_back_4k-f7342fddba7c44ac865d335f4cf21b8e", + "Identity": "eacbd8d6c714498da5dafff885aea428" + } + }, + "HighlightImageHD": { + "Id": 201770, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:25Z", + "ModifiedUtc": "2017-01-09T18:37:14Z", + "PublishedUtc": "2017-01-09T18:37:15Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf.png" + }, + "Image": { + "Width": 536, + "Height": 736 + }, + "Title": "pack_blitz_focus-f97955bc322846a5802309c3d65f43cf", + "Identity": "55c93e7c8313462a88b796e89ea8bfd4" + } + }, + "HighlightImage4K": { + "Id": 201773, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T10:22:26Z", + "ModifiedUtc": "2017-01-09T18:37:15Z", + "PublishedUtc": "2017-01-09T18:37:16Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_blitz_focus_4k-325f134a899849c3908c90c8fa3ac33c", + "Identity": "1cd7821cd5f54ad69d178d545a56fe7d" + } + }, + "FrontImage4K": { + "Id": 336976, + "Type": "Image", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-11-23T09:37:03Z", + "ModifiedUtc": "2017-02-03T19:41:04Z", + "PublishedUtc": "2017-02-03T19:41:05Z", + "Container": -1 + }, + "Media": { + "MediaUrl": "https://content.halocdn.com/media/Default/store/HaloWars2/PackFinal/pack_forge_front_4k-7a355af0e1b142ceb41980cd1a95df45.png", + "MimeType": "image/png", + "Caption": "", + "AlternateText": "", + "FolderPath": "store/HaloWars2/PackFinal", + "FileName": "pack_forge_front_4k-7a355af0e1b142ceb41980cd1a95df45.png" + }, + "Image": { + "Width": 812, + "Height": 1116 + }, + "Title": "pack_forge_front_4k-7a355af0e1b142ceb41980cd1a95df45", + "Identity": "f495c7dbd85644fabdf977b8c361a1b3" + } + }, + "StackGroup": null, + "InventorySortPriority": 400, + "DisplayInfo": { + "Id": 334854, + "Type": "HW2PackDisplayInfo", + "View": { + "Status": "Published", + "HW2PackDisplayInfo": { + "Name": "Forge DLC Pack", + "Description": "This pack contains 5 random Sergeant Forge Blitz cards." + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "DLC0 Pack Text", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-10-11T14:04:58Z", + "ModifiedUtc": "2017-02-18T00:28:43Z", + "PublishedUtc": "2017-02-18T00:28:43Z", + "Container": -1 + }, + "Identity": "e48ad4c6a1f84db8ab8f31db7458ee27" + } + }, + "MarketplaceProductId": "", + "UWPProductId": "" + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337176" + } + ], + "ChildrenCount": 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/packs.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/packs.schema.json new file mode 100644 index 0000000..7517589 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/packs.schema.json @@ -0,0 +1,20 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "common/pack.schema.json#/definitions/HW2PackContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/playlists.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/playlists.json new file mode 100644 index 0000000..d303d2d --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/playlists.json @@ -0,0 +1,5766 @@ +{ + "Paging" : { + "StartAt" : 0, + "InlineCount" : 8, + "TotalCount" : 8 + }, + "ContentItems" : [{ + "Id" : 202655, + "Type" : "HW2Playlist", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-08-26T12:07:45Z", + "ModifiedUtc" : "2017-02-03T18:28:22Z", + "PublishedUtc" : "2017-02-09T10:51:50Z", + "Container" : -1 + }, + "Identity" : "40a9583561c44ebcb4ea8a399230e817", + "Title" : "Duel", + "HW2Playlist" : { + "ComputerDifficulty" : {}, + "CardsFixedAtLevel" : {}, + "Id" : "Hopper_Blitz_1v1", + "Image" : { + "Id" : 202048, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-08-30T08:32:10Z", + "ModifiedUtc" : "2017-01-09T18:38:03Z", + "PublishedUtc" : "2017-01-09T18:38:03Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_blitz_duel_large-2b8097678537432c90a30c2ff116349a.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_blitz_duel_large-2b8097678537432c90a30c2ff116349a.png" + }, + "Image" : { + "Width" : 1260, + "Height" : 716 + }, + "Title" : "img_playlist_blitz_duel_large-2b8097678537432c90a30c2ff116349a", + "Identity" : "9ef51d061a1c4f92a085520376417c4e" + } + }, + "ThumbnailImage" : { + "Id" : 202051, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-08-30T08:32:09Z", + "ModifiedUtc" : "2017-01-09T18:38:03Z", + "PublishedUtc" : "2017-01-09T18:38:04Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_blitz_duel-3691bfb978ef4aedaa8f9ea4c116daaf.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_blitz_duel-3691bfb978ef4aedaa8f9ea4c116daaf.png" + }, + "Image" : { + "Width" : 888, + "Height" : 716 + }, + "Title" : "img_playlist_blitz_duel-3691bfb978ef4aedaa8f9ea4c116daaf", + "Identity" : "da1e55e0ad5b4ec59b833a3ee32f5b68" + } + }, + "MaxPartySize" : 1, + "MinPartySize" : 1, + "UsesBanRules" : true, + "MatchTicketTimeoutDurationSeconds" : 180, + "MpsdHopperName" : "Hopper1v1", + "MpsdHopperStatName" : "", + "Voting" : false, + "PlaylistEntries" : [{ + "Id" : 201809, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-08-30T08:26:19Z", + "ModifiedUtc" : "2017-02-03T18:28:34Z", + "PublishedUtc" : "2017-02-09T10:51:47Z", + "Container" : -1 + }, + "Identity" : "bf28758de3ad474082edba4aba6319c7", + "Title" : "Blitz Map1", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Blitz", + "Map" : [{ + "Id" : 201805, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:36:04Z", + "ModifiedUtc" : "2017-02-03T18:34:49Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Identity" : "0f5669ff5fb143079db31a21d71e70ff", + "Title" : "Infinite Coast", + "HW2Map" : { + "ID" : "rostermode\\design\\RM_EvenFlowArt\\RM_EvenFlowArt", + "DisplayInfo" : { + "Id" : 201804, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:48Z", + "ModifiedUtc" : "2017-02-03T18:34:55Z", + "PublishedUtc" : "2017-02-09T10:51:44Z", + "Container" : -1 + }, + "Identity" : "50ca3808933a41dc9be335202d352536", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Infinite Coast Display Info", + "HW2MapDisplayInfo" : { + "Name" : "The Proving Grounds", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337723, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-07T21:02:09Z", + "ModifiedUtc" : "2017-02-09T10:51:45Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/hw2-map-blitz-f43c6b132b174b03a22f554de341f6a7.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "hw2-map-blitz-f43c6b132b174b03a22f554de341f6a7.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "hw2-map-blitz-f43c6b132b174b03a22f554de341f6a7", + "Identity" : "4bb3d892bbba42c9b1615f34e51090fb" + } + } + } + } + } + ], + "MaxPlayers" : 0 + } + } + } + ], + "MaxPlayerCount" : 2, + "MinPlayerCount" : 2, + "IsTeamGamePlaylist" : false, + "LonelyPartyUsesWildcard" : false, + "IsNew" : false, + "Hide" : false, + "IsQuickmatchPlaylist" : false, + "StatsClassification" : "Blitz", + "DisplayInfo" : { + "Id" : 201831, + "Type" : "HW2PlaylistDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-10-28T09:05:00Z", + "ModifiedUtc" : "2017-02-03T18:32:10Z", + "PublishedUtc" : "2017-02-03T19:34:13Z", + "Container" : -1 + }, + "Identity" : "582c068945e7454a84e20a4b72f80561", + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Duel Display Info", + "HW2PlaylistDisplayInfo" : { + "Name" : "Duel", + "Description" : "Go head to head in an intense 1v1 battle of wits and strategy." + } + } + }, + "TargetPlatform" : "XboxOne" + }, + "Autoroute" : "hw2/playlists/40a95835-61c4-4ebc-b4ea-8a399230e817" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202655" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 202694, + "Type" : "HW2Playlist", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-01T07:33:17Z", + "ModifiedUtc" : "2017-02-03T18:28:22Z", + "PublishedUtc" : "2017-02-09T10:51:48Z", + "Container" : -1 + }, + "Identity" : "66943ced5fbe4f08b4f053e5a60badec", + "Title" : "Brawl", + "HW2Playlist" : { + "ComputerDifficulty" : {}, + "CardsFixedAtLevel" : {}, + "Id" : "Hopper_Blitz_3v3", + "Image" : { + "Id" : 202275, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-08-30T08:32:08Z", + "ModifiedUtc" : "2017-01-09T18:38:35Z", + "PublishedUtc" : "2017-01-09T18:38:36Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_blitz_brawl_large-619c51e7b4754f6386dafac5d5ddcbfd.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_blitz_brawl_large-619c51e7b4754f6386dafac5d5ddcbfd.png" + }, + "Image" : { + "Width" : 1260, + "Height" : 716 + }, + "Title" : "img_playlist_blitz_brawl_large-619c51e7b4754f6386dafac5d5ddcbfd", + "Identity" : "0e451d97ca714bf297e0b4a1a8ef11f1" + } + }, + "ThumbnailImage" : { + "Id" : 202281, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-08-30T08:32:05Z", + "ModifiedUtc" : "2017-01-09T18:38:36Z", + "PublishedUtc" : "2017-01-09T18:38:37Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_blitz_brawl-1118ceec26c64341a3ebe92c677c02f5.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_blitz_brawl-1118ceec26c64341a3ebe92c677c02f5.png" + }, + "Image" : { + "Width" : 888, + "Height" : 716 + }, + "Title" : "img_playlist_blitz_brawl-1118ceec26c64341a3ebe92c677c02f5", + "Identity" : "3e680831e10a4d3aa4433d7c985678a0" + } + }, + "MaxPartySize" : 3, + "MinPartySize" : 1, + "UsesBanRules" : true, + "MatchTicketTimeoutDurationSeconds" : 180, + "MpsdHopperName" : "Hopper3v3", + "MpsdHopperStatName" : "", + "Voting" : false, + "PlaylistEntries" : [{ + "Id" : 201809, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-08-30T08:26:19Z", + "ModifiedUtc" : "2017-02-03T18:28:34Z", + "PublishedUtc" : "2017-02-09T10:51:47Z", + "Container" : -1 + }, + "Identity" : "bf28758de3ad474082edba4aba6319c7", + "Title" : "Blitz Map1", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Blitz", + "Map" : [{ + "Id" : 201805, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:36:04Z", + "ModifiedUtc" : "2017-02-03T18:34:49Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Identity" : "0f5669ff5fb143079db31a21d71e70ff", + "Title" : "Infinite Coast", + "HW2Map" : { + "ID" : "rostermode\\design\\RM_EvenFlowArt\\RM_EvenFlowArt", + "DisplayInfo" : { + "Id" : 201804, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:48Z", + "ModifiedUtc" : "2017-02-03T18:34:55Z", + "PublishedUtc" : "2017-02-09T10:51:44Z", + "Container" : -1 + }, + "Identity" : "50ca3808933a41dc9be335202d352536", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Infinite Coast Display Info", + "HW2MapDisplayInfo" : { + "Name" : "The Proving Grounds", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337723, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-07T21:02:09Z", + "ModifiedUtc" : "2017-02-09T10:51:45Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/hw2-map-blitz-f43c6b132b174b03a22f554de341f6a7.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "hw2-map-blitz-f43c6b132b174b03a22f554de341f6a7.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "hw2-map-blitz-f43c6b132b174b03a22f554de341f6a7", + "Identity" : "4bb3d892bbba42c9b1615f34e51090fb" + } + } + } + } + } + ], + "MaxPlayers" : 0 + } + } + } + ], + "MaxPlayerCount" : 6, + "MinPlayerCount" : 6, + "IsTeamGamePlaylist" : true, + "LonelyPartyUsesWildcard" : false, + "IsNew" : false, + "Hide" : false, + "IsQuickmatchPlaylist" : true, + "StatsClassification" : "Blitz", + "DisplayInfo" : { + "Id" : 201842, + "Type" : "HW2PlaylistDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-10-28T09:04:57Z", + "ModifiedUtc" : "2017-02-03T18:32:10Z", + "PublishedUtc" : "2017-02-03T19:34:38Z", + "Container" : -1 + }, + "Identity" : "52e3c5a186a542798b9fbf01fda71e52", + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Brawl Display Info", + "HW2PlaylistDisplayInfo" : { + "Name" : "Brawl", + "Description" : "Experience the glorious chaos of 3v3 play as troops collide across the battlefield." + } + } + }, + "TargetPlatform" : "XboxOne" + }, + "Autoroute" : "hw2/playlists/66943ced-5fbe-4f08-b4f0-53e5a60badec" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/202694" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 201817, + "Type" : "HW2Playlist", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-08-30T09:36:45Z", + "ModifiedUtc" : "2017-02-03T18:28:22Z", + "PublishedUtc" : "2017-02-09T10:51:47Z", + "Container" : -1 + }, + "Identity" : "c80ddcda219b42e682f494fae8516d96", + "Title" : "Standard", + "HW2Playlist" : { + "ComputerDifficulty" : {}, + "CardsFixedAtLevel" : {}, + "Id" : "Hopper_Blitz_2v2", + "Image" : { + "Id" : 201807, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-08-30T08:32:05Z", + "ModifiedUtc" : "2017-01-09T18:37:27Z", + "PublishedUtc" : "2017-01-09T18:37:28Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_blitz_standard_large-c7ab028e0cf74ee485955f327fb7d56a.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_blitz_standard_large-c7ab028e0cf74ee485955f327fb7d56a.png" + }, + "Image" : { + "Width" : 1260, + "Height" : 716 + }, + "Title" : "img_playlist_blitz_standard_large-c7ab028e0cf74ee485955f327fb7d56a", + "Identity" : "c4a3d9aa8db848749fe3d0ab70c523fb" + } + }, + "ThumbnailImage" : { + "Id" : 201810, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-08-30T08:32:14Z", + "ModifiedUtc" : "2017-01-09T18:37:27Z", + "PublishedUtc" : "2017-01-09T18:37:28Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_blitz_standard-934481dbddd14acf92b7b8668536f37e.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_blitz_standard-934481dbddd14acf92b7b8668536f37e.png" + }, + "Image" : { + "Width" : 888, + "Height" : 716 + }, + "Title" : "img_playlist_blitz_standard-934481dbddd14acf92b7b8668536f37e", + "Identity" : "57e968114d894724a1eba51f23689b00" + } + }, + "MaxPartySize" : 2, + "MinPartySize" : 1, + "UsesBanRules" : true, + "MatchTicketTimeoutDurationSeconds" : 180, + "MpsdHopperName" : "Hopper2v2", + "MpsdHopperStatName" : "", + "Voting" : false, + "PlaylistEntries" : [{ + "Id" : 201809, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-08-30T08:26:19Z", + "ModifiedUtc" : "2017-02-03T18:28:34Z", + "PublishedUtc" : "2017-02-09T10:51:47Z", + "Container" : -1 + }, + "Identity" : "bf28758de3ad474082edba4aba6319c7", + "Title" : "Blitz Map1", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Blitz", + "Map" : [{ + "Id" : 201805, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:36:04Z", + "ModifiedUtc" : "2017-02-03T18:34:49Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Identity" : "0f5669ff5fb143079db31a21d71e70ff", + "Title" : "Infinite Coast", + "HW2Map" : { + "ID" : "rostermode\\design\\RM_EvenFlowArt\\RM_EvenFlowArt", + "DisplayInfo" : { + "Id" : 201804, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:48Z", + "ModifiedUtc" : "2017-02-03T18:34:55Z", + "PublishedUtc" : "2017-02-09T10:51:44Z", + "Container" : -1 + }, + "Identity" : "50ca3808933a41dc9be335202d352536", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Infinite Coast Display Info", + "HW2MapDisplayInfo" : { + "Name" : "The Proving Grounds", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337723, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-07T21:02:09Z", + "ModifiedUtc" : "2017-02-09T10:51:45Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/hw2-map-blitz-f43c6b132b174b03a22f554de341f6a7.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "hw2-map-blitz-f43c6b132b174b03a22f554de341f6a7.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "hw2-map-blitz-f43c6b132b174b03a22f554de341f6a7", + "Identity" : "4bb3d892bbba42c9b1615f34e51090fb" + } + } + } + } + } + ], + "MaxPlayers" : 0 + } + } + } + ], + "MaxPlayerCount" : 4, + "MinPlayerCount" : 4, + "IsTeamGamePlaylist" : true, + "LonelyPartyUsesWildcard" : false, + "IsNew" : true, + "Hide" : false, + "IsQuickmatchPlaylist" : true, + "StatsClassification" : "Blitz", + "DisplayInfo" : { + "Id" : 201803, + "Type" : "HW2PlaylistDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-10-28T09:04:59Z", + "ModifiedUtc" : "2017-02-03T18:32:10Z", + "PublishedUtc" : "2017-02-03T19:34:12Z", + "Container" : -1 + }, + "Identity" : "816a24fed80542b386d4f86846616b52", + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Standard Display Info", + "HW2PlaylistDisplayInfo" : { + "Name" : "Standard", + "Description" : "Team up for a tactical 2v2 battle, our most competitive tier of play." + } + } + }, + "TargetPlatform" : "XboxOne" + }, + "Autoroute" : "hw2/playlists/c80ddcda-219b-42e6-82f4-94fae8516d96" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/201817" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 337270, + "Type" : "HW2Playlist", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-20T11:12:48Z", + "ModifiedUtc" : "2017-02-03T19:42:50Z", + "PublishedUtc" : "2017-02-03T19:42:50Z", + "Container" : -1 + }, + "Identity" : "282fc1977bf1486581eca312d07567b6", + "Title" : "TEAM WAR", + "HW2Playlist" : { + "ComputerDifficulty" : {}, + "CardsFixedAtLevel" : {}, + "Id" : "Hopper_Social_Team_Deathmatch", + "Image" : { + "Id" : 334815, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-20T11:15:08Z", + "ModifiedUtc" : "2017-02-03T19:34:04Z", + "PublishedUtc" : "2017-02-03T19:34:05Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_deathmatch_large-52ed7ce3b9bd455f86201f2533167246.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_deathmatch_large-52ed7ce3b9bd455f86201f2533167246.png" + }, + "Image" : { + "Width" : 1260, + "Height" : 716 + }, + "Title" : "img_playlist_deathmatch_large-52ed7ce3b9bd455f86201f2533167246", + "Identity" : "dc816df0a3564092a41665e5aac564ad" + } + }, + "ThumbnailImage" : { + "Id" : 334814, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-20T11:15:12Z", + "ModifiedUtc" : "2017-02-03T19:34:04Z", + "PublishedUtc" : "2017-02-03T19:34:04Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_deathmatch-d77176fb5e9c478f85cbcf3e8492f9b4.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_deathmatch-d77176fb5e9c478f85cbcf3e8492f9b4.png" + }, + "Image" : { + "Width" : 888, + "Height" : 716 + }, + "Title" : "img_playlist_deathmatch-d77176fb5e9c478f85cbcf3e8492f9b4", + "Identity" : "11ec689c57c248e98c037f0a2c952427" + } + }, + "MaxPartySize" : 3, + "MinPartySize" : 1, + "UsesBanRules" : false, + "MatchTicketTimeoutDurationSeconds" : 180, + "MpsdHopperName" : "HopperTeam", + "MpsdHopperStatName" : "", + "Voting" : false, + "PlaylistEntries" : [{ + "Id" : 337226, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-20T11:18:56Z", + "ModifiedUtc" : "2017-02-03T19:42:04Z", + "PublishedUtc" : "2017-02-03T19:42:04Z", + "Container" : -1 + }, + "Identity" : "e36195384298450a9d0c49ccf130149f", + "Title" : "Deathmatch on Eagle", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 337020, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:50Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:52Z", + "Container" : -1 + }, + "Identity" : "7ba8912121ec415397be1bc1d98a92c7", + "Title" : "BADLANDS", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Eagle\\MP_Eagle", + "DisplayInfo" : { + "Id" : 334817, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:42Z", + "ModifiedUtc" : "2017-02-03T19:34:04Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Identity" : "e88895ef47384b4288df0e234346c3ea", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Badlands Display Info", + "HW2MapDisplayInfo" : { + "Name" : "BADLANDS", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337727, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:51Z", + "PublishedUtc" : "2017-02-09T10:51:52Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-badlands-fa971bd11a1742a9b12ea48f9923bd8a.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-badlands-fa971bd11a1742a9b12ea48f9923bd8a.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-badlands-fa971bd11a1742a9b12ea48f9923bd8a", + "Identity" : "b82e612be5004ca384f5be996f022f21" + } + } + } + } + } + ], + "MaxPlayers" : 4 + } + } + }, { + "Id" : 337017, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:15:22Z", + "ModifiedUtc" : "2017-02-03T19:41:11Z", + "PublishedUtc" : "2017-02-03T19:41:11Z", + "Container" : -1 + }, + "Identity" : "0bdccf820ffc4c9eb2a2398bb5454923", + "Title" : "Deathmatch on Razorblade", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 334828, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:01Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:50Z", + "Container" : -1 + }, + "Identity" : "eda375cc4c9f49ff8893ee796f89c70f", + "Title" : "BEDROCK", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Razorblade\\MP_Razorblade", + "DisplayInfo" : { + "Id" : 334823, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:52Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "bf203bcdb7a94062829956e5ef726eae", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "BEDROCK Display Info", + "HW2MapDisplayInfo" : { + "Name" : "BEDROCK", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337719, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:42Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5", + "Identity" : "6cb7485c0fde4550880bf253c29b014d" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337227, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:58:07Z", + "ModifiedUtc" : "2017-02-03T19:42:04Z", + "PublishedUtc" : "2017-02-03T19:42:04Z", + "Container" : -1 + }, + "Identity" : "b7576e842e0742399a91d420d0498993", + "Title" : "Deathmatch on Ricochet", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 337024, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:31:58Z", + "ModifiedUtc" : "2017-02-03T19:41:13Z", + "PublishedUtc" : "2017-02-09T10:51:50Z", + "Container" : -1 + }, + "Identity" : "c6542cadeb3545eca819f3491c75146f", + "Title" : "SENTRY", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Ricochet\\MP_Ricochet", + "DisplayInfo" : { + "Id" : 334818, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:31:47Z", + "ModifiedUtc" : "2017-02-03T19:34:04Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Identity" : "a59bbb10ad4848f4a3092a40ba5c5141", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "SENTRY Display Info", + "HW2MapDisplayInfo" : { + "Name" : "SENTRY", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337724, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:58Z", + "ModifiedUtc" : "2017-02-09T10:51:47Z", + "PublishedUtc" : "2017-02-09T10:51:48Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-sentry-61578c54366b4bf4ba2d57463eb4755e.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-sentry-61578c54366b4bf4ba2d57463eb4755e.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-sentry-61578c54366b4bf4ba2d57463eb4755e", + "Identity" : "dc0655d8faa7486799285f69ebd9550f" + } + } + } + } + } + ], + "MaxPlayers" : 4 + } + } + }, { + "Id" : 337228, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:54:21Z", + "ModifiedUtc" : "2017-02-03T19:42:04Z", + "PublishedUtc" : "2017-02-03T19:42:04Z", + "Container" : -1 + }, + "Identity" : "e409a0a7634d44e5b3774c8bb32f71ab", + "Title" : "Deathmatch on Bridges", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 337021, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:25Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:51Z", + "Container" : -1 + }, + "Identity" : "1ff50b98ff9948558a4685667f76d8e5", + "Title" : "FRONTIER", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Bridges\\MP_Bridges", + "DisplayInfo" : { + "Id" : 334822, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:17Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:40Z", + "Container" : -1 + }, + "Identity" : "b88503fc6bed4d91bb20e044e03732a1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Frontier Display Info", + "HW2MapDisplayInfo" : { + "Name" : "FRONTIER", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337720, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:42Z", + "PublishedUtc" : "2017-02-09T10:51:43Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-frontier-4116c5c6e92e41e1907e3b793252d4b1", + "Identity" : "f379dbf427604eebbe17e579255eb9f9" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337229, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:53:03Z", + "ModifiedUtc" : "2017-02-03T19:42:04Z", + "PublishedUtc" : "2017-02-03T19:42:04Z", + "Container" : -1 + }, + "Identity" : "bdc69f6698c54b7f9f1305c69a36d957", + "Title" : "Deathmatch on Veteran", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 337022, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:52Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:47Z", + "Container" : -1 + }, + "Identity" : "3b8d8cfac9db44f6b28c41a1a28e9fd2", + "Title" : "VAULT", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Veteran\\MP_Veteran", + "DisplayInfo" : { + "Id" : 334819, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:41Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "de31060d05234c3c9765c4c7a7a4297d", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Vault Display Info", + "HW2MapDisplayInfo" : { + "Name" : "VAULT", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337718, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:55Z", + "ModifiedUtc" : "2017-02-09T10:51:41Z", + "PublishedUtc" : "2017-02-09T10:51:42Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-vault-6c77ee46379b4ddba1602bdfa77b7768", + "Identity" : "54cf1c4e922043f2b141c0e75a56f4c4" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337230, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:52:21Z", + "ModifiedUtc" : "2017-02-03T19:42:05Z", + "PublishedUtc" : "2017-02-03T19:42:05Z", + "Container" : -1 + }, + "Identity" : "39b76eea547f4c4d8c9767154cf700df", + "Title" : "Deathmatch on Fracture", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 337023, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:24Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Identity" : "ec9d3249f1ab4c6083694b44bb2232ac", + "Title" : "RIFT", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Fracture\\MP_Fracture", + "DisplayInfo" : { + "Id" : 334824, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:17Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "2781f87987004fd6927afc9a81c065c1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Rift Display Info", + "HW2MapDisplayInfo" : { + "Name" : "RIFT", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337722, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-01-31T19:17:02Z", + "ModifiedUtc" : "2017-02-09T10:51:45Z", + "PublishedUtc" : "2017-02-09T10:51:45Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2", + "Identity" : "d7542b57fc85445380b5bee88288a596" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337018, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:51:01Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-03T19:41:12Z", + "Container" : -1 + }, + "Identity" : "2672a04c79c440339a9c57c749905168", + "Title" : "Deathmatch on Boneyard", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 334826, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:16Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Identity" : "1d2d185f90cc4bdbba8257addf1af2f0", + "Title" : "HIGHWAY", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Boneyard\\MP_Boneyard", + "DisplayInfo" : { + "Id" : 334821, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:09Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:43Z", + "Container" : -1 + }, + "Identity" : "66e590c514354f6381df3de9f0262494", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Highway Display Info", + "HW2MapDisplayInfo" : { + "Name" : "HIGHWAY", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337721, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:52Z", + "ModifiedUtc" : "2017-02-09T10:51:44Z", + "PublishedUtc" : "2017-02-09T10:51:45Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3", + "Identity" : "843b891526c747c8affe26f984e8aac8" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337019, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:46:05Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-03T19:41:12Z", + "Container" : -1 + }, + "Identity" : "a6bdfd4ccb0c4102909816ab9bcf2f10", + "Title" : "Deathmatch on Caldera", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 334825, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:18Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Identity" : "0cac71dcaab0453b8e0c0a4af3a4b96f", + "Title" : "ASHES", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Caldera\\MP_Caldera", + "DisplayInfo" : { + "Id" : 334820, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:10Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:38Z", + "Container" : -1 + }, + "Identity" : "2ab75e18058a407395d1f5b48c463be0", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Ashes Display Info", + "HW2MapDisplayInfo" : { + "Name" : "ASHES", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337717, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:56Z", + "ModifiedUtc" : "2017-02-09T10:51:41Z", + "PublishedUtc" : "2017-02-09T10:51:44Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc", + "Identity" : "a00a6177e34047739b24179dc90f29c3" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + } + ], + "MaxPlayerCount" : 6, + "MinPlayerCount" : 4, + "IsTeamGamePlaylist" : true, + "LonelyPartyUsesWildcard" : false, + "IsNew" : false, + "Hide" : false, + "IsQuickmatchPlaylist" : false, + "StatsClassification" : "General", + "DisplayInfo" : { + "Id" : 334816, + "Type" : "HW2PlaylistDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-10-26T08:48:48Z", + "ModifiedUtc" : "2017-02-03T19:34:04Z", + "PublishedUtc" : "2017-02-03T19:34:04Z", + "Container" : -1 + }, + "Identity" : "2d9f7ad79d57487db7461ad8ce86c583", + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "TEAM WAR Display Info", + "HW2PlaylistDisplayInfo" : { + "Name" : "TEAM WAR", + "Description" : "Work together in an unranked 2v2 or 3v3 Deathmatch to annihilate the enemy team." + } + } + }, + "TargetPlatform" : "XboxOne" + }, + "Autoroute" : "hw2/playlists/282fc197-7bf1-4865-81ec-a312d07567b6" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/337270" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 337257, + "Type" : "HW2Playlist", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:57:43Z", + "ModifiedUtc" : "2017-02-03T19:42:41Z", + "PublishedUtc" : "2017-02-03T19:42:41Z", + "Container" : -1 + }, + "Identity" : "ae67df9905bb419eb6dbaff8d8cf51d3", + "Title" : "VERSUS AI", + "HW2Playlist" : { + "ComputerDifficulty" : { + "Id" : 202014, + "Type" : "HW2Difficulty", + "View" : { + "Status" : "Published", + "Title" : "Heroic", + "HW2Difficulty" : { + "DisplayInfo" : { + "Id" : 202008, + "Type" : "HW2DifficultyDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T16:35:50Z", + "ModifiedUtc" : "2017-02-03T18:27:05Z", + "PublishedUtc" : "2017-02-03T19:34:34Z", + "Container" : -1 + }, + "Identity" : "9ac6d96f567a4e51a4675c80e43e20ed", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Heroic Display Info", + "HW2DifficultyDisplayInfo" : { + "Name" : "Heroic", + "Description" : "You are outgunned and outnumbered, and will have to utilize every skill and tactic you’ve learnt to survive. Recommended for players who have mastered Halo Wars 2." + } + } + }, + "ID" : 3 + }, + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T16:35:54Z", + "ModifiedUtc" : "2017-02-03T18:15:40Z", + "PublishedUtc" : "2017-02-03T19:35:48Z", + "Container" : -1 + }, + "Identity" : "97162272ae694da780b5dd71c1ce80dc" + } + }, + "CardsFixedAtLevel" : {}, + "Id" : "Hopper_Social_3v3_Domination_VsAi", + "Image" : { + "Id" : 336557, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-11-18T14:03:36Z", + "ModifiedUtc" : "2017-02-03T19:39:42Z", + "PublishedUtc" : "2017-02-03T19:39:43Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_versusai_large-294ddc3719294552b86910e3566e5be7.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_versusai_large-294ddc3719294552b86910e3566e5be7.png" + }, + "Image" : { + "Width" : 1260, + "Height" : 716 + }, + "Title" : "img_playlist_versusai_large-294ddc3719294552b86910e3566e5be7", + "Identity" : "204e5876ca0f47bfaf648c8938b2e0c0" + } + }, + "ThumbnailImage" : { + "Id" : 336556, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-caarse", + "CreatedUtc" : "2016-11-18T14:03:36Z", + "ModifiedUtc" : "2017-02-03T19:39:42Z", + "PublishedUtc" : "2017-02-03T19:39:43Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_versusai-abae1d4e53b04bc0b377a9cede98f713.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_versusai-abae1d4e53b04bc0b377a9cede98f713.png" + }, + "Image" : { + "Width" : 886, + "Height" : 716 + }, + "Title" : "img_playlist_versusai-abae1d4e53b04bc0b377a9cede98f713", + "Identity" : "08184a1363544e588a510776c7372c5f" + } + }, + "MaxPartySize" : 3, + "MinPartySize" : 1, + "UsesBanRules" : false, + "MatchTicketTimeoutDurationSeconds" : 180, + "MpsdHopperName" : "HopperCoop3", + "MpsdHopperStatName" : "", + "Voting" : false, + "PlaylistEntries" : [{ + "Id" : 335424, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T10:06:33Z", + "ModifiedUtc" : "2017-02-03T19:35:57Z", + "PublishedUtc" : "2017-02-03T19:35:58Z", + "Container" : -1 + }, + "Identity" : "97036448367643139a7a136ed8da66a8", + "Title" : "Domination on Caldera", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Domination", + "Map" : [{ + "Id" : 334825, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:18Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Identity" : "0cac71dcaab0453b8e0c0a4af3a4b96f", + "Title" : "ASHES", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Caldera\\MP_Caldera", + "DisplayInfo" : { + "Id" : 334820, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:10Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:38Z", + "Container" : -1 + }, + "Identity" : "2ab75e18058a407395d1f5b48c463be0", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Ashes Display Info", + "HW2MapDisplayInfo" : { + "Name" : "ASHES", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337717, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:56Z", + "ModifiedUtc" : "2017-02-09T10:51:41Z", + "PublishedUtc" : "2017-02-09T10:51:44Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc", + "Identity" : "a00a6177e34047739b24179dc90f29c3" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 336532, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T10:06:05Z", + "ModifiedUtc" : "2017-02-03T19:39:36Z", + "PublishedUtc" : "2017-02-03T19:39:36Z", + "Container" : -1 + }, + "Identity" : "21c36c951a5345c1ba157a871c370dd4", + "Title" : "Domination on Boneyard", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Domination", + "Map" : [{ + "Id" : 334826, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:16Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Identity" : "1d2d185f90cc4bdbba8257addf1af2f0", + "Title" : "HIGHWAY", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Boneyard\\MP_Boneyard", + "DisplayInfo" : { + "Id" : 334821, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:09Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:43Z", + "Container" : -1 + }, + "Identity" : "66e590c514354f6381df3de9f0262494", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Highway Display Info", + "HW2MapDisplayInfo" : { + "Name" : "HIGHWAY", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337721, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:52Z", + "ModifiedUtc" : "2017-02-09T10:51:44Z", + "PublishedUtc" : "2017-02-09T10:51:45Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3", + "Identity" : "843b891526c747c8affe26f984e8aac8" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337209, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T10:05:37Z", + "ModifiedUtc" : "2017-02-03T19:41:59Z", + "PublishedUtc" : "2017-02-03T19:41:59Z", + "Container" : -1 + }, + "Identity" : "f46fb06148284d368e8632d55d5b6338", + "Title" : "Domination on Fracture", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Domination", + "Map" : [{ + "Id" : 337023, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:24Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Identity" : "ec9d3249f1ab4c6083694b44bb2232ac", + "Title" : "RIFT", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Fracture\\MP_Fracture", + "DisplayInfo" : { + "Id" : 334824, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:17Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "2781f87987004fd6927afc9a81c065c1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Rift Display Info", + "HW2MapDisplayInfo" : { + "Name" : "RIFT", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337722, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-01-31T19:17:02Z", + "ModifiedUtc" : "2017-02-09T10:51:45Z", + "PublishedUtc" : "2017-02-09T10:51:45Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2", + "Identity" : "d7542b57fc85445380b5bee88288a596" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337211, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T10:05:02Z", + "ModifiedUtc" : "2017-02-03T19:41:59Z", + "PublishedUtc" : "2017-02-03T19:41:59Z", + "Container" : -1 + }, + "Identity" : "2fad613f5cec4ebb9c6cc13fca224f61", + "Title" : "Domination on Veteran", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Domination", + "Map" : [{ + "Id" : 337022, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:52Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:47Z", + "Container" : -1 + }, + "Identity" : "3b8d8cfac9db44f6b28c41a1a28e9fd2", + "Title" : "VAULT", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Veteran\\MP_Veteran", + "DisplayInfo" : { + "Id" : 334819, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:41Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "de31060d05234c3c9765c4c7a7a4297d", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Vault Display Info", + "HW2MapDisplayInfo" : { + "Name" : "VAULT", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337718, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:55Z", + "ModifiedUtc" : "2017-02-09T10:51:41Z", + "PublishedUtc" : "2017-02-09T10:51:42Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-vault-6c77ee46379b4ddba1602bdfa77b7768", + "Identity" : "54cf1c4e922043f2b141c0e75a56f4c4" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337115, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T10:04:40Z", + "ModifiedUtc" : "2017-02-03T19:41:30Z", + "PublishedUtc" : "2017-02-03T19:41:30Z", + "Container" : -1 + }, + "Identity" : "ff836287abb84a2f9ab712f7b7c24a79", + "Title" : "Domination on Bridges", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Domination", + "Map" : [{ + "Id" : 337021, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:25Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:51Z", + "Container" : -1 + }, + "Identity" : "1ff50b98ff9948558a4685667f76d8e5", + "Title" : "FRONTIER", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Bridges\\MP_Bridges", + "DisplayInfo" : { + "Id" : 334822, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:17Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:40Z", + "Container" : -1 + }, + "Identity" : "b88503fc6bed4d91bb20e044e03732a1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Frontier Display Info", + "HW2MapDisplayInfo" : { + "Name" : "FRONTIER", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337720, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:42Z", + "PublishedUtc" : "2017-02-09T10:51:43Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-frontier-4116c5c6e92e41e1907e3b793252d4b1", + "Identity" : "f379dbf427604eebbe17e579255eb9f9" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 336553, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T10:03:38Z", + "ModifiedUtc" : "2017-02-03T19:39:40Z", + "PublishedUtc" : "2017-02-03T19:39:40Z", + "Container" : -1 + }, + "Identity" : "87d661a20920449fb5b48de4afc3f83b", + "Title" : "Domination on Razorblade", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Domination", + "Map" : [{ + "Id" : 334828, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:01Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:50Z", + "Container" : -1 + }, + "Identity" : "eda375cc4c9f49ff8893ee796f89c70f", + "Title" : "BEDROCK", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Razorblade\\MP_Razorblade", + "DisplayInfo" : { + "Id" : 334823, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:52Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "bf203bcdb7a94062829956e5ef726eae", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "BEDROCK Display Info", + "HW2MapDisplayInfo" : { + "Name" : "BEDROCK", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337719, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:42Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5", + "Identity" : "6cb7485c0fde4550880bf253c29b014d" + } + } + } + } + } + ], + "MaxPlayers" : 4 + } + } + }, { + "Id" : 337200, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:47:23Z", + "ModifiedUtc" : "2017-02-03T19:41:56Z", + "PublishedUtc" : "2017-02-03T19:41:56Z", + "Container" : -1 + }, + "Identity" : "0fb1b0cbefac407ca14766d4c280cfdd", + "Title" : "Strongholds on Bridges", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Strongholds", + "Map" : [{ + "Id" : 337021, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:25Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:51Z", + "Container" : -1 + }, + "Identity" : "1ff50b98ff9948558a4685667f76d8e5", + "Title" : "FRONTIER", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Bridges\\MP_Bridges", + "DisplayInfo" : { + "Id" : 334822, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:17Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:40Z", + "Container" : -1 + }, + "Identity" : "b88503fc6bed4d91bb20e044e03732a1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Frontier Display Info", + "HW2MapDisplayInfo" : { + "Name" : "FRONTIER", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337720, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:42Z", + "PublishedUtc" : "2017-02-09T10:51:43Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-frontier-4116c5c6e92e41e1907e3b793252d4b1", + "Identity" : "f379dbf427604eebbe17e579255eb9f9" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 336025, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:46:43Z", + "ModifiedUtc" : "2017-02-03T19:37:57Z", + "PublishedUtc" : "2017-02-03T19:37:57Z", + "Container" : -1 + }, + "Identity" : "67742c67a7d941a0b1ff863c4572f4a9", + "Title" : "Strongholds on Razorblade", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Strongholds", + "Map" : [{ + "Id" : 334828, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:01Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:50Z", + "Container" : -1 + }, + "Identity" : "eda375cc4c9f49ff8893ee796f89c70f", + "Title" : "BEDROCK", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Razorblade\\MP_Razorblade", + "DisplayInfo" : { + "Id" : 334823, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:52Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "bf203bcdb7a94062829956e5ef726eae", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "BEDROCK Display Info", + "HW2MapDisplayInfo" : { + "Name" : "BEDROCK", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337719, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:42Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5", + "Identity" : "6cb7485c0fde4550880bf253c29b014d" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 336554, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:46:03Z", + "ModifiedUtc" : "2017-02-03T19:39:41Z", + "PublishedUtc" : "2017-02-03T19:39:41Z", + "Container" : -1 + }, + "Identity" : "d52f07ff569b4e0a9bb90294b9b93bbd", + "Title" : "Strongholds on Boneyard", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Strongholds", + "Map" : [{ + "Id" : 334826, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:16Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Identity" : "1d2d185f90cc4bdbba8257addf1af2f0", + "Title" : "HIGHWAY", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Boneyard\\MP_Boneyard", + "DisplayInfo" : { + "Id" : 334821, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:09Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:43Z", + "Container" : -1 + }, + "Identity" : "66e590c514354f6381df3de9f0262494", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Highway Display Info", + "HW2MapDisplayInfo" : { + "Name" : "HIGHWAY", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337721, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:52Z", + "ModifiedUtc" : "2017-02-09T10:51:44Z", + "PublishedUtc" : "2017-02-09T10:51:45Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3", + "Identity" : "843b891526c747c8affe26f984e8aac8" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 335510, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:44:52Z", + "ModifiedUtc" : "2017-02-03T19:36:15Z", + "PublishedUtc" : "2017-02-03T19:36:15Z", + "Container" : -1 + }, + "Identity" : "16c0ea0d38324efcb13cd8d572b42c60", + "Title" : "Strongholds on Caldera", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Strongholds", + "Map" : [{ + "Id" : 334825, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:18Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Identity" : "0cac71dcaab0453b8e0c0a4af3a4b96f", + "Title" : "ASHES", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Caldera\\MP_Caldera", + "DisplayInfo" : { + "Id" : 334820, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:10Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:38Z", + "Container" : -1 + }, + "Identity" : "2ab75e18058a407395d1f5b48c463be0", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Ashes Display Info", + "HW2MapDisplayInfo" : { + "Name" : "ASHES", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337717, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:56Z", + "ModifiedUtc" : "2017-02-09T10:51:41Z", + "PublishedUtc" : "2017-02-09T10:51:44Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc", + "Identity" : "a00a6177e34047739b24179dc90f29c3" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337210, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:44:05Z", + "ModifiedUtc" : "2017-02-03T19:41:59Z", + "PublishedUtc" : "2017-02-03T19:41:59Z", + "Container" : -1 + }, + "Identity" : "a0aed57ffd9b42dc837b1c8e58577e7e", + "Title" : "Strongholds on Veteran", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Strongholds", + "Map" : [{ + "Id" : 337022, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:52Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:47Z", + "Container" : -1 + }, + "Identity" : "3b8d8cfac9db44f6b28c41a1a28e9fd2", + "Title" : "VAULT", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Veteran\\MP_Veteran", + "DisplayInfo" : { + "Id" : 334819, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:41Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "de31060d05234c3c9765c4c7a7a4297d", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Vault Display Info", + "HW2MapDisplayInfo" : { + "Name" : "VAULT", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337718, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:55Z", + "ModifiedUtc" : "2017-02-09T10:51:41Z", + "PublishedUtc" : "2017-02-09T10:51:42Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-vault-6c77ee46379b4ddba1602bdfa77b7768", + "Identity" : "54cf1c4e922043f2b141c0e75a56f4c4" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337135, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:41:20Z", + "ModifiedUtc" : "2017-02-03T19:41:37Z", + "PublishedUtc" : "2017-02-03T19:41:37Z", + "Container" : -1 + }, + "Identity" : "5fd640f35764483e8a4954b5f87120aa", + "Title" : "Strongholds on Fracture", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Strongholds", + "Map" : [{ + "Id" : 337023, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:24Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Identity" : "ec9d3249f1ab4c6083694b44bb2232ac", + "Title" : "RIFT", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Fracture\\MP_Fracture", + "DisplayInfo" : { + "Id" : 334824, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:17Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "2781f87987004fd6927afc9a81c065c1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Rift Display Info", + "HW2MapDisplayInfo" : { + "Name" : "RIFT", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337722, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-01-31T19:17:02Z", + "ModifiedUtc" : "2017-02-09T10:51:45Z", + "PublishedUtc" : "2017-02-09T10:51:45Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2", + "Identity" : "d7542b57fc85445380b5bee88288a596" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337017, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:15:22Z", + "ModifiedUtc" : "2017-02-03T19:41:11Z", + "PublishedUtc" : "2017-02-03T19:41:11Z", + "Container" : -1 + }, + "Identity" : "0bdccf820ffc4c9eb2a2398bb5454923", + "Title" : "Deathmatch on Razorblade", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 334828, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:01Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:50Z", + "Container" : -1 + }, + "Identity" : "eda375cc4c9f49ff8893ee796f89c70f", + "Title" : "BEDROCK", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Razorblade\\MP_Razorblade", + "DisplayInfo" : { + "Id" : 334823, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:52Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "bf203bcdb7a94062829956e5ef726eae", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "BEDROCK Display Info", + "HW2MapDisplayInfo" : { + "Name" : "BEDROCK", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337719, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:42Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5", + "Identity" : "6cb7485c0fde4550880bf253c29b014d" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337228, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:54:21Z", + "ModifiedUtc" : "2017-02-03T19:42:04Z", + "PublishedUtc" : "2017-02-03T19:42:04Z", + "Container" : -1 + }, + "Identity" : "e409a0a7634d44e5b3774c8bb32f71ab", + "Title" : "Deathmatch on Bridges", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 337021, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:25Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:51Z", + "Container" : -1 + }, + "Identity" : "1ff50b98ff9948558a4685667f76d8e5", + "Title" : "FRONTIER", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Bridges\\MP_Bridges", + "DisplayInfo" : { + "Id" : 334822, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:17Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:40Z", + "Container" : -1 + }, + "Identity" : "b88503fc6bed4d91bb20e044e03732a1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Frontier Display Info", + "HW2MapDisplayInfo" : { + "Name" : "FRONTIER", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337720, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:42Z", + "PublishedUtc" : "2017-02-09T10:51:43Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-frontier-4116c5c6e92e41e1907e3b793252d4b1", + "Identity" : "f379dbf427604eebbe17e579255eb9f9" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337229, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:53:03Z", + "ModifiedUtc" : "2017-02-03T19:42:04Z", + "PublishedUtc" : "2017-02-03T19:42:04Z", + "Container" : -1 + }, + "Identity" : "bdc69f6698c54b7f9f1305c69a36d957", + "Title" : "Deathmatch on Veteran", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 337022, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:52Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:47Z", + "Container" : -1 + }, + "Identity" : "3b8d8cfac9db44f6b28c41a1a28e9fd2", + "Title" : "VAULT", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Veteran\\MP_Veteran", + "DisplayInfo" : { + "Id" : 334819, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:41Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "de31060d05234c3c9765c4c7a7a4297d", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Vault Display Info", + "HW2MapDisplayInfo" : { + "Name" : "VAULT", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337718, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:55Z", + "ModifiedUtc" : "2017-02-09T10:51:41Z", + "PublishedUtc" : "2017-02-09T10:51:42Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-vault-6c77ee46379b4ddba1602bdfa77b7768", + "Identity" : "54cf1c4e922043f2b141c0e75a56f4c4" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337230, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:52:21Z", + "ModifiedUtc" : "2017-02-03T19:42:05Z", + "PublishedUtc" : "2017-02-03T19:42:05Z", + "Container" : -1 + }, + "Identity" : "39b76eea547f4c4d8c9767154cf700df", + "Title" : "Deathmatch on Fracture", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 337023, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:24Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Identity" : "ec9d3249f1ab4c6083694b44bb2232ac", + "Title" : "RIFT", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Fracture\\MP_Fracture", + "DisplayInfo" : { + "Id" : 334824, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:17Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "2781f87987004fd6927afc9a81c065c1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Rift Display Info", + "HW2MapDisplayInfo" : { + "Name" : "RIFT", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337722, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-01-31T19:17:02Z", + "ModifiedUtc" : "2017-02-09T10:51:45Z", + "PublishedUtc" : "2017-02-09T10:51:45Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2", + "Identity" : "d7542b57fc85445380b5bee88288a596" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337018, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:51:01Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-03T19:41:12Z", + "Container" : -1 + }, + "Identity" : "2672a04c79c440339a9c57c749905168", + "Title" : "Deathmatch on Boneyard", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 334826, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:16Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Identity" : "1d2d185f90cc4bdbba8257addf1af2f0", + "Title" : "HIGHWAY", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Boneyard\\MP_Boneyard", + "DisplayInfo" : { + "Id" : 334821, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:09Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:43Z", + "Container" : -1 + }, + "Identity" : "66e590c514354f6381df3de9f0262494", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Highway Display Info", + "HW2MapDisplayInfo" : { + "Name" : "HIGHWAY", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337721, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:52Z", + "ModifiedUtc" : "2017-02-09T10:51:44Z", + "PublishedUtc" : "2017-02-09T10:51:45Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3", + "Identity" : "843b891526c747c8affe26f984e8aac8" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337019, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:46:05Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-03T19:41:12Z", + "Container" : -1 + }, + "Identity" : "a6bdfd4ccb0c4102909816ab9bcf2f10", + "Title" : "Deathmatch on Caldera", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 334825, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:18Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Identity" : "0cac71dcaab0453b8e0c0a4af3a4b96f", + "Title" : "ASHES", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Caldera\\MP_Caldera", + "DisplayInfo" : { + "Id" : 334820, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:10Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:38Z", + "Container" : -1 + }, + "Identity" : "2ab75e18058a407395d1f5b48c463be0", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Ashes Display Info", + "HW2MapDisplayInfo" : { + "Name" : "ASHES", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337717, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:56Z", + "ModifiedUtc" : "2017-02-09T10:51:41Z", + "PublishedUtc" : "2017-02-09T10:51:44Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc", + "Identity" : "a00a6177e34047739b24179dc90f29c3" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + } + ], + "MaxPlayerCount" : 3, + "MinPlayerCount" : 3, + "IsTeamGamePlaylist" : true, + "LonelyPartyUsesWildcard" : false, + "IsNew" : false, + "Hide" : false, + "IsQuickmatchPlaylist" : false, + "StatsClassification" : "General", + "DisplayInfo" : { + "Id" : 334912, + "Type" : "HW2PlaylistDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-10-28T08:35:51Z", + "ModifiedUtc" : "2017-02-03T19:34:24Z", + "PublishedUtc" : "2017-02-03T19:34:24Z", + "Container" : -1 + }, + "Identity" : "4c56b9ea06fe467c9cbc0302801cb139", + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "VERSUS AI Display Info", + "HW2PlaylistDisplayInfo" : { + "Name" : "VERSUS AI", + "Description" : "Team up in an unranked, random game mode to take on the AI." + } + } + }, + "TargetPlatform" : "XboxOne" + }, + "Autoroute" : "hw2/playlists/ae67df99-05bb-419e-b6db-aff8d8cf51d3" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/337257" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 337234, + "Type" : "HW2Playlist", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:30:47Z", + "ModifiedUtc" : "2017-02-03T19:42:05Z", + "PublishedUtc" : "2017-02-03T19:42:06Z", + "Container" : -1 + }, + "Identity" : "21443531ed514f1dade6fb15e7eeb3c0", + "Title" : "SOLO WAR", + "HW2Playlist" : { + "ComputerDifficulty" : {}, + "CardsFixedAtLevel" : {}, + "Id" : "Hopper_Social_Solo_Deathmatch", + "Image" : { + "Id" : 334815, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-20T11:15:08Z", + "ModifiedUtc" : "2017-02-03T19:34:04Z", + "PublishedUtc" : "2017-02-03T19:34:05Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_deathmatch_large-52ed7ce3b9bd455f86201f2533167246.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_deathmatch_large-52ed7ce3b9bd455f86201f2533167246.png" + }, + "Image" : { + "Width" : 1260, + "Height" : 716 + }, + "Title" : "img_playlist_deathmatch_large-52ed7ce3b9bd455f86201f2533167246", + "Identity" : "dc816df0a3564092a41665e5aac564ad" + } + }, + "ThumbnailImage" : { + "Id" : 334814, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-20T11:15:12Z", + "ModifiedUtc" : "2017-02-03T19:34:04Z", + "PublishedUtc" : "2017-02-03T19:34:04Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_deathmatch-d77176fb5e9c478f85cbcf3e8492f9b4.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_deathmatch-d77176fb5e9c478f85cbcf3e8492f9b4.png" + }, + "Image" : { + "Width" : 888, + "Height" : 716 + }, + "Title" : "img_playlist_deathmatch-d77176fb5e9c478f85cbcf3e8492f9b4", + "Identity" : "11ec689c57c248e98c037f0a2c952427" + } + }, + "MaxPartySize" : 1, + "MinPartySize" : 1, + "UsesBanRules" : false, + "MatchTicketTimeoutDurationSeconds" : 180, + "MpsdHopperName" : "Hopper1v1", + "MpsdHopperStatName" : "", + "Voting" : false, + "PlaylistEntries" : [{ + "Id" : 337226, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-20T11:18:56Z", + "ModifiedUtc" : "2017-02-03T19:42:04Z", + "PublishedUtc" : "2017-02-03T19:42:04Z", + "Container" : -1 + }, + "Identity" : "e36195384298450a9d0c49ccf130149f", + "Title" : "Deathmatch on Eagle", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 337020, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:50Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:52Z", + "Container" : -1 + }, + "Identity" : "7ba8912121ec415397be1bc1d98a92c7", + "Title" : "BADLANDS", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Eagle\\MP_Eagle", + "DisplayInfo" : { + "Id" : 334817, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:42Z", + "ModifiedUtc" : "2017-02-03T19:34:04Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Identity" : "e88895ef47384b4288df0e234346c3ea", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Badlands Display Info", + "HW2MapDisplayInfo" : { + "Name" : "BADLANDS", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337727, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:51Z", + "PublishedUtc" : "2017-02-09T10:51:52Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-badlands-fa971bd11a1742a9b12ea48f9923bd8a.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-badlands-fa971bd11a1742a9b12ea48f9923bd8a.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-badlands-fa971bd11a1742a9b12ea48f9923bd8a", + "Identity" : "b82e612be5004ca384f5be996f022f21" + } + } + } + } + } + ], + "MaxPlayers" : 4 + } + } + }, { + "Id" : 337017, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:15:22Z", + "ModifiedUtc" : "2017-02-03T19:41:11Z", + "PublishedUtc" : "2017-02-03T19:41:11Z", + "Container" : -1 + }, + "Identity" : "0bdccf820ffc4c9eb2a2398bb5454923", + "Title" : "Deathmatch on Razorblade", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 334828, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:01Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:50Z", + "Container" : -1 + }, + "Identity" : "eda375cc4c9f49ff8893ee796f89c70f", + "Title" : "BEDROCK", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Razorblade\\MP_Razorblade", + "DisplayInfo" : { + "Id" : 334823, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:52Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "bf203bcdb7a94062829956e5ef726eae", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "BEDROCK Display Info", + "HW2MapDisplayInfo" : { + "Name" : "BEDROCK", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337719, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:42Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5", + "Identity" : "6cb7485c0fde4550880bf253c29b014d" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337227, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:58:07Z", + "ModifiedUtc" : "2017-02-03T19:42:04Z", + "PublishedUtc" : "2017-02-03T19:42:04Z", + "Container" : -1 + }, + "Identity" : "b7576e842e0742399a91d420d0498993", + "Title" : "Deathmatch on Ricochet", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 337024, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:31:58Z", + "ModifiedUtc" : "2017-02-03T19:41:13Z", + "PublishedUtc" : "2017-02-09T10:51:50Z", + "Container" : -1 + }, + "Identity" : "c6542cadeb3545eca819f3491c75146f", + "Title" : "SENTRY", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Ricochet\\MP_Ricochet", + "DisplayInfo" : { + "Id" : 334818, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:31:47Z", + "ModifiedUtc" : "2017-02-03T19:34:04Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Identity" : "a59bbb10ad4848f4a3092a40ba5c5141", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "SENTRY Display Info", + "HW2MapDisplayInfo" : { + "Name" : "SENTRY", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337724, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:58Z", + "ModifiedUtc" : "2017-02-09T10:51:47Z", + "PublishedUtc" : "2017-02-09T10:51:48Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-sentry-61578c54366b4bf4ba2d57463eb4755e.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-sentry-61578c54366b4bf4ba2d57463eb4755e.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-sentry-61578c54366b4bf4ba2d57463eb4755e", + "Identity" : "dc0655d8faa7486799285f69ebd9550f" + } + } + } + } + } + ], + "MaxPlayers" : 4 + } + } + }, { + "Id" : 337228, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:54:21Z", + "ModifiedUtc" : "2017-02-03T19:42:04Z", + "PublishedUtc" : "2017-02-03T19:42:04Z", + "Container" : -1 + }, + "Identity" : "e409a0a7634d44e5b3774c8bb32f71ab", + "Title" : "Deathmatch on Bridges", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 337021, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:25Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:51Z", + "Container" : -1 + }, + "Identity" : "1ff50b98ff9948558a4685667f76d8e5", + "Title" : "FRONTIER", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Bridges\\MP_Bridges", + "DisplayInfo" : { + "Id" : 334822, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:17Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:40Z", + "Container" : -1 + }, + "Identity" : "b88503fc6bed4d91bb20e044e03732a1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Frontier Display Info", + "HW2MapDisplayInfo" : { + "Name" : "FRONTIER", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337720, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:42Z", + "PublishedUtc" : "2017-02-09T10:51:43Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-frontier-4116c5c6e92e41e1907e3b793252d4b1", + "Identity" : "f379dbf427604eebbe17e579255eb9f9" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337229, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:53:03Z", + "ModifiedUtc" : "2017-02-03T19:42:04Z", + "PublishedUtc" : "2017-02-03T19:42:04Z", + "Container" : -1 + }, + "Identity" : "bdc69f6698c54b7f9f1305c69a36d957", + "Title" : "Deathmatch on Veteran", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 337022, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:52Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:47Z", + "Container" : -1 + }, + "Identity" : "3b8d8cfac9db44f6b28c41a1a28e9fd2", + "Title" : "VAULT", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Veteran\\MP_Veteran", + "DisplayInfo" : { + "Id" : 334819, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:41Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "de31060d05234c3c9765c4c7a7a4297d", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Vault Display Info", + "HW2MapDisplayInfo" : { + "Name" : "VAULT", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337718, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:55Z", + "ModifiedUtc" : "2017-02-09T10:51:41Z", + "PublishedUtc" : "2017-02-09T10:51:42Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-vault-6c77ee46379b4ddba1602bdfa77b7768", + "Identity" : "54cf1c4e922043f2b141c0e75a56f4c4" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337230, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:52:21Z", + "ModifiedUtc" : "2017-02-03T19:42:05Z", + "PublishedUtc" : "2017-02-03T19:42:05Z", + "Container" : -1 + }, + "Identity" : "39b76eea547f4c4d8c9767154cf700df", + "Title" : "Deathmatch on Fracture", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 337023, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:24Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Identity" : "ec9d3249f1ab4c6083694b44bb2232ac", + "Title" : "RIFT", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Fracture\\MP_Fracture", + "DisplayInfo" : { + "Id" : 334824, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:17Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "2781f87987004fd6927afc9a81c065c1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Rift Display Info", + "HW2MapDisplayInfo" : { + "Name" : "RIFT", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337722, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-01-31T19:17:02Z", + "ModifiedUtc" : "2017-02-09T10:51:45Z", + "PublishedUtc" : "2017-02-09T10:51:45Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2", + "Identity" : "d7542b57fc85445380b5bee88288a596" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337018, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:51:01Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-03T19:41:12Z", + "Container" : -1 + }, + "Identity" : "2672a04c79c440339a9c57c749905168", + "Title" : "Deathmatch on Boneyard", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 334826, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:16Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Identity" : "1d2d185f90cc4bdbba8257addf1af2f0", + "Title" : "HIGHWAY", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Boneyard\\MP_Boneyard", + "DisplayInfo" : { + "Id" : 334821, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:09Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:43Z", + "Container" : -1 + }, + "Identity" : "66e590c514354f6381df3de9f0262494", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Highway Display Info", + "HW2MapDisplayInfo" : { + "Name" : "HIGHWAY", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337721, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:52Z", + "ModifiedUtc" : "2017-02-09T10:51:44Z", + "PublishedUtc" : "2017-02-09T10:51:45Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3", + "Identity" : "843b891526c747c8affe26f984e8aac8" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337019, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T08:46:05Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-03T19:41:12Z", + "Container" : -1 + }, + "Identity" : "a6bdfd4ccb0c4102909816ab9bcf2f10", + "Title" : "Deathmatch on Caldera", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Deathmatch", + "Map" : [{ + "Id" : 334825, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:18Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Identity" : "0cac71dcaab0453b8e0c0a4af3a4b96f", + "Title" : "ASHES", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Caldera\\MP_Caldera", + "DisplayInfo" : { + "Id" : 334820, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:10Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:38Z", + "Container" : -1 + }, + "Identity" : "2ab75e18058a407395d1f5b48c463be0", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Ashes Display Info", + "HW2MapDisplayInfo" : { + "Name" : "ASHES", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337717, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:56Z", + "ModifiedUtc" : "2017-02-09T10:51:41Z", + "PublishedUtc" : "2017-02-09T10:51:44Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc", + "Identity" : "a00a6177e34047739b24179dc90f29c3" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + } + ], + "MaxPlayerCount" : 2, + "MinPlayerCount" : 2, + "IsTeamGamePlaylist" : false, + "LonelyPartyUsesWildcard" : false, + "IsNew" : false, + "Hide" : false, + "IsQuickmatchPlaylist" : false, + "StatsClassification" : "General", + "DisplayInfo" : { + "Id" : 334827, + "Type" : "HW2PlaylistDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-10-28T08:34:14Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-03T19:34:05Z", + "Container" : -1 + }, + "Identity" : "1fe523eb2c3e4472ba81c0f1b94b09da", + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "SOLO WAR Display Info", + "HW2PlaylistDisplayInfo" : { + "Name" : "SOLO WAR", + "Description" : "Test your strategic skill in an unranked Deathmatch. Last player standing wins!" + } + } + }, + "TargetPlatform" : "XboxOne" + }, + "Autoroute" : "hw2/playlists/21443531-ed51-4f1d-ade6-fb15e7eeb3c0" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/337234" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 337214, + "Type" : "HW2Playlist", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:36:20Z", + "ModifiedUtc" : "2017-02-03T19:42:00Z", + "PublishedUtc" : "2017-02-03T19:42:00Z", + "Container" : -1 + }, + "Identity" : "e01143a8fb534bba8d703a260c0a4a74", + "Title" : "RUMBLE", + "HW2Playlist" : { + "ComputerDifficulty" : {}, + "CardsFixedAtLevel" : {}, + "Id" : "Hopper_Social_3v3_Strongholds", + "Image" : { + "Id" : 336558, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-20T11:15:11Z", + "ModifiedUtc" : "2017-02-03T19:39:42Z", + "PublishedUtc" : "2017-02-03T19:39:43Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_strongholds_large-7452e19c31764f0696918c43f214e0ae.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_strongholds_large-7452e19c31764f0696918c43f214e0ae.png" + }, + "Image" : { + "Width" : 1260, + "Height" : 716 + }, + "Title" : "img_playlist_strongholds_large-7452e19c31764f0696918c43f214e0ae", + "Identity" : "02e2b5c2f45a4bf58a1aee7baf492336" + } + }, + "ThumbnailImage" : { + "Id" : 336555, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-20T11:15:16Z", + "ModifiedUtc" : "2017-02-03T19:39:41Z", + "PublishedUtc" : "2017-02-03T19:39:42Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_strongholds-a06f465691924566937bf2becb61b152.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_strongholds-a06f465691924566937bf2becb61b152.png" + }, + "Image" : { + "Width" : 888, + "Height" : 716 + }, + "Title" : "img_playlist_strongholds-a06f465691924566937bf2becb61b152", + "Identity" : "5b63f5731f1d4d5b9399742359c779c5" + } + }, + "MaxPartySize" : 3, + "MinPartySize" : 1, + "UsesBanRules" : false, + "MatchTicketTimeoutDurationSeconds" : 180, + "MpsdHopperName" : "Hopper3v3", + "MpsdHopperStatName" : "", + "Voting" : false, + "PlaylistEntries" : [{ + "Id" : 337200, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:47:23Z", + "ModifiedUtc" : "2017-02-03T19:41:56Z", + "PublishedUtc" : "2017-02-03T19:41:56Z", + "Container" : -1 + }, + "Identity" : "0fb1b0cbefac407ca14766d4c280cfdd", + "Title" : "Strongholds on Bridges", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Strongholds", + "Map" : [{ + "Id" : 337021, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:25Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:51Z", + "Container" : -1 + }, + "Identity" : "1ff50b98ff9948558a4685667f76d8e5", + "Title" : "FRONTIER", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Bridges\\MP_Bridges", + "DisplayInfo" : { + "Id" : 334822, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:17Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:40Z", + "Container" : -1 + }, + "Identity" : "b88503fc6bed4d91bb20e044e03732a1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Frontier Display Info", + "HW2MapDisplayInfo" : { + "Name" : "FRONTIER", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337720, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:42Z", + "PublishedUtc" : "2017-02-09T10:51:43Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-frontier-4116c5c6e92e41e1907e3b793252d4b1", + "Identity" : "f379dbf427604eebbe17e579255eb9f9" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 336025, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:46:43Z", + "ModifiedUtc" : "2017-02-03T19:37:57Z", + "PublishedUtc" : "2017-02-03T19:37:57Z", + "Container" : -1 + }, + "Identity" : "67742c67a7d941a0b1ff863c4572f4a9", + "Title" : "Strongholds on Razorblade", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Strongholds", + "Map" : [{ + "Id" : 334828, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:01Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:50Z", + "Container" : -1 + }, + "Identity" : "eda375cc4c9f49ff8893ee796f89c70f", + "Title" : "BEDROCK", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Razorblade\\MP_Razorblade", + "DisplayInfo" : { + "Id" : 334823, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:52Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "bf203bcdb7a94062829956e5ef726eae", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "BEDROCK Display Info", + "HW2MapDisplayInfo" : { + "Name" : "BEDROCK", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337719, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:42Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5", + "Identity" : "6cb7485c0fde4550880bf253c29b014d" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 336554, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:46:03Z", + "ModifiedUtc" : "2017-02-03T19:39:41Z", + "PublishedUtc" : "2017-02-03T19:39:41Z", + "Container" : -1 + }, + "Identity" : "d52f07ff569b4e0a9bb90294b9b93bbd", + "Title" : "Strongholds on Boneyard", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Strongholds", + "Map" : [{ + "Id" : 334826, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:16Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Identity" : "1d2d185f90cc4bdbba8257addf1af2f0", + "Title" : "HIGHWAY", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Boneyard\\MP_Boneyard", + "DisplayInfo" : { + "Id" : 334821, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:09Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:43Z", + "Container" : -1 + }, + "Identity" : "66e590c514354f6381df3de9f0262494", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Highway Display Info", + "HW2MapDisplayInfo" : { + "Name" : "HIGHWAY", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337721, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:52Z", + "ModifiedUtc" : "2017-02-09T10:51:44Z", + "PublishedUtc" : "2017-02-09T10:51:45Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3", + "Identity" : "843b891526c747c8affe26f984e8aac8" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 335510, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:44:52Z", + "ModifiedUtc" : "2017-02-03T19:36:15Z", + "PublishedUtc" : "2017-02-03T19:36:15Z", + "Container" : -1 + }, + "Identity" : "16c0ea0d38324efcb13cd8d572b42c60", + "Title" : "Strongholds on Caldera", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Strongholds", + "Map" : [{ + "Id" : 334825, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:18Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Identity" : "0cac71dcaab0453b8e0c0a4af3a4b96f", + "Title" : "ASHES", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Caldera\\MP_Caldera", + "DisplayInfo" : { + "Id" : 334820, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:10Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:38Z", + "Container" : -1 + }, + "Identity" : "2ab75e18058a407395d1f5b48c463be0", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Ashes Display Info", + "HW2MapDisplayInfo" : { + "Name" : "ASHES", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337717, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:56Z", + "ModifiedUtc" : "2017-02-09T10:51:41Z", + "PublishedUtc" : "2017-02-09T10:51:44Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc", + "Identity" : "a00a6177e34047739b24179dc90f29c3" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337210, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:44:05Z", + "ModifiedUtc" : "2017-02-03T19:41:59Z", + "PublishedUtc" : "2017-02-03T19:41:59Z", + "Container" : -1 + }, + "Identity" : "a0aed57ffd9b42dc837b1c8e58577e7e", + "Title" : "Strongholds on Veteran", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Strongholds", + "Map" : [{ + "Id" : 337022, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:52Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:47Z", + "Container" : -1 + }, + "Identity" : "3b8d8cfac9db44f6b28c41a1a28e9fd2", + "Title" : "VAULT", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Veteran\\MP_Veteran", + "DisplayInfo" : { + "Id" : 334819, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:41Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "de31060d05234c3c9765c4c7a7a4297d", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Vault Display Info", + "HW2MapDisplayInfo" : { + "Name" : "VAULT", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337718, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:55Z", + "ModifiedUtc" : "2017-02-09T10:51:41Z", + "PublishedUtc" : "2017-02-09T10:51:42Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-vault-6c77ee46379b4ddba1602bdfa77b7768", + "Identity" : "54cf1c4e922043f2b141c0e75a56f4c4" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337135, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T09:41:20Z", + "ModifiedUtc" : "2017-02-03T19:41:37Z", + "PublishedUtc" : "2017-02-03T19:41:37Z", + "Container" : -1 + }, + "Identity" : "5fd640f35764483e8a4954b5f87120aa", + "Title" : "Strongholds on Fracture", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Strongholds", + "Map" : [{ + "Id" : 337023, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:24Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Identity" : "ec9d3249f1ab4c6083694b44bb2232ac", + "Title" : "RIFT", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Fracture\\MP_Fracture", + "DisplayInfo" : { + "Id" : 334824, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:17Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "2781f87987004fd6927afc9a81c065c1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Rift Display Info", + "HW2MapDisplayInfo" : { + "Name" : "RIFT", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337722, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-01-31T19:17:02Z", + "ModifiedUtc" : "2017-02-09T10:51:45Z", + "PublishedUtc" : "2017-02-09T10:51:45Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2", + "Identity" : "d7542b57fc85445380b5bee88288a596" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + } + ], + "MaxPlayerCount" : 6, + "MinPlayerCount" : 6, + "IsTeamGamePlaylist" : true, + "LonelyPartyUsesWildcard" : false, + "IsNew" : false, + "Hide" : false, + "IsQuickmatchPlaylist" : true, + "StatsClassification" : "General", + "DisplayInfo" : { + "Id" : 334840, + "Type" : "HW2PlaylistDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-10-28T08:35:53Z", + "ModifiedUtc" : "2017-02-03T19:34:10Z", + "PublishedUtc" : "2017-02-03T19:34:10Z", + "Container" : -1 + }, + "Identity" : "5f205cbcb2c94b5b9405fc1ad301d010", + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "RUMBLE Display Info", + "HW2PlaylistDisplayInfo" : { + "Name" : "RUMBLE", + "Description" : "3v3 unranked Strongholds match, with unlimited resources and all upgrades." + } + } + }, + "TargetPlatform" : "XboxOne" + }, + "Autoroute" : "hw2/playlists/e01143a8-fb53-4bba-8d70-3a260c0a4a74" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/337214" + } + ], + "ChildrenCount" : 0 + }, { + "Id" : 337215, + "Type" : "HW2Playlist", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-10-13T16:49:40Z", + "ModifiedUtc" : "2017-02-03T19:42:00Z", + "PublishedUtc" : "2017-02-03T19:42:00Z", + "Container" : -1 + }, + "Identity" : "1c1ce947fdae4e4ea98dff889af1d0cb", + "Title" : "TEAM OBJECTIVE", + "HW2Playlist" : { + "ComputerDifficulty" : {}, + "CardsFixedAtLevel" : {}, + "Id" : "Hopper_Social_Team_Domination", + "Image" : { + "Id" : 336560, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-20T11:15:19Z", + "ModifiedUtc" : "2017-02-03T19:39:44Z", + "PublishedUtc" : "2017-02-03T19:39:44Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_domination_large-b89a3418b1e34ce98b13a8bb73892e2a.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_domination_large-b89a3418b1e34ce98b13a8bb73892e2a.png" + }, + "Image" : { + "Width" : 1260, + "Height" : 716 + }, + "Title" : "img_playlist_domination_large-b89a3418b1e34ce98b13a8bb73892e2a", + "Identity" : "86af4b1a95104820a56df183d0939e59" + } + }, + "ThumbnailImage" : { + "Id" : 336552, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-20T11:15:07Z", + "ModifiedUtc" : "2017-02-03T19:39:40Z", + "PublishedUtc" : "2017-02-03T19:39:40Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/playlists/img_playlist_domination-194c143827ed42ddae42e86a6aa1590d.png", + "MimeType" : "image/png", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/playlists", + "FileName" : "img_playlist_domination-194c143827ed42ddae42e86a6aa1590d.png" + }, + "Image" : { + "Width" : 888, + "Height" : 716 + }, + "Title" : "img_playlist_domination-194c143827ed42ddae42e86a6aa1590d", + "Identity" : "28f37c1eb9454fdeaa5544ddafe252d5" + } + }, + "MaxPartySize" : 3, + "MinPartySize" : 1, + "UsesBanRules" : false, + "MatchTicketTimeoutDurationSeconds" : 180, + "MpsdHopperName" : "HopperTeam", + "MpsdHopperStatName" : "", + "Voting" : false, + "PlaylistEntries" : [{ + "Id" : 335424, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T10:06:33Z", + "ModifiedUtc" : "2017-02-03T19:35:57Z", + "PublishedUtc" : "2017-02-03T19:35:58Z", + "Container" : -1 + }, + "Identity" : "97036448367643139a7a136ed8da66a8", + "Title" : "Domination on Caldera", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Domination", + "Map" : [{ + "Id" : 334825, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:18Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Identity" : "0cac71dcaab0453b8e0c0a4af3a4b96f", + "Title" : "ASHES", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Caldera\\MP_Caldera", + "DisplayInfo" : { + "Id" : 334820, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:33:10Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:38Z", + "Container" : -1 + }, + "Identity" : "2ab75e18058a407395d1f5b48c463be0", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Ashes Display Info", + "HW2MapDisplayInfo" : { + "Name" : "ASHES", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337717, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:56Z", + "ModifiedUtc" : "2017-02-09T10:51:41Z", + "PublishedUtc" : "2017-02-09T10:51:44Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-ashes-8b873f87136c4f5d8a94430f3b6e71cc", + "Identity" : "a00a6177e34047739b24179dc90f29c3" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 336532, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T10:06:05Z", + "ModifiedUtc" : "2017-02-03T19:39:36Z", + "PublishedUtc" : "2017-02-03T19:39:36Z", + "Container" : -1 + }, + "Identity" : "21c36c951a5345c1ba157a871c370dd4", + "Title" : "Domination on Boneyard", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Domination", + "Map" : [{ + "Id" : 334826, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:16Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Identity" : "1d2d185f90cc4bdbba8257addf1af2f0", + "Title" : "HIGHWAY", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Boneyard\\MP_Boneyard", + "DisplayInfo" : { + "Id" : 334821, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:09Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:43Z", + "Container" : -1 + }, + "Identity" : "66e590c514354f6381df3de9f0262494", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Highway Display Info", + "HW2MapDisplayInfo" : { + "Name" : "HIGHWAY", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337721, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:52Z", + "ModifiedUtc" : "2017-02-09T10:51:44Z", + "PublishedUtc" : "2017-02-09T10:51:45Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-highway-4b520db7dfdc4d7b867ec8c93f941dd3", + "Identity" : "843b891526c747c8affe26f984e8aac8" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337209, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T10:05:37Z", + "ModifiedUtc" : "2017-02-03T19:41:59Z", + "PublishedUtc" : "2017-02-03T19:41:59Z", + "Container" : -1 + }, + "Identity" : "f46fb06148284d368e8632d55d5b6338", + "Title" : "Domination on Fracture", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Domination", + "Map" : [{ + "Id" : 337023, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:24Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:46Z", + "Container" : -1 + }, + "Identity" : "ec9d3249f1ab4c6083694b44bb2232ac", + "Title" : "RIFT", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Fracture\\MP_Fracture", + "DisplayInfo" : { + "Id" : 334824, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:17Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "2781f87987004fd6927afc9a81c065c1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Rift Display Info", + "HW2MapDisplayInfo" : { + "Name" : "RIFT", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337722, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-01-31T19:17:02Z", + "ModifiedUtc" : "2017-02-09T10:51:45Z", + "PublishedUtc" : "2017-02-09T10:51:45Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "hw2-map-fracture-1c4c021b240146279f4d21d27e2970c2", + "Identity" : "d7542b57fc85445380b5bee88288a596" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337211, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T10:05:02Z", + "ModifiedUtc" : "2017-02-03T19:41:59Z", + "PublishedUtc" : "2017-02-03T19:41:59Z", + "Container" : -1 + }, + "Identity" : "2fad613f5cec4ebb9c6cc13fca224f61", + "Title" : "Domination on Veteran", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Domination", + "Map" : [{ + "Id" : 337022, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:52Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:47Z", + "Container" : -1 + }, + "Identity" : "3b8d8cfac9db44f6b28c41a1a28e9fd2", + "Title" : "VAULT", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Veteran\\MP_Veteran", + "DisplayInfo" : { + "Id" : 334819, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:32:41Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "de31060d05234c3c9765c4c7a7a4297d", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Vault Display Info", + "HW2MapDisplayInfo" : { + "Name" : "VAULT", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337718, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:55Z", + "ModifiedUtc" : "2017-02-09T10:51:41Z", + "PublishedUtc" : "2017-02-09T10:51:42Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-vault-6c77ee46379b4ddba1602bdfa77b7768.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-vault-6c77ee46379b4ddba1602bdfa77b7768", + "Identity" : "54cf1c4e922043f2b141c0e75a56f4c4" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 337115, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T10:04:40Z", + "ModifiedUtc" : "2017-02-03T19:41:30Z", + "PublishedUtc" : "2017-02-03T19:41:30Z", + "Container" : -1 + }, + "Identity" : "ff836287abb84a2f9ab712f7b7c24a79", + "Title" : "Domination on Bridges", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Domination", + "Map" : [{ + "Id" : 337021, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:25Z", + "ModifiedUtc" : "2017-02-03T19:41:12Z", + "PublishedUtc" : "2017-02-09T10:51:51Z", + "Container" : -1 + }, + "Identity" : "1ff50b98ff9948558a4685667f76d8e5", + "Title" : "FRONTIER", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Bridges\\MP_Bridges", + "DisplayInfo" : { + "Id" : 334822, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-08-12T17:35:17Z", + "ModifiedUtc": "2017-02-03T19:34:05Z", + "PublishedUtc": "2017-02-09T10:51:40Z", + "Container": -1 + }, + "Identity" : "b88503fc6bed4d91bb20e044e03732a1", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "Frontier Display Info", + "HW2MapDisplayInfo" : { + "Name" : "FRONTIER", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337720, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:42Z", + "PublishedUtc" : "2017-02-09T10:51:43Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-frontier-4116c5c6e92e41e1907e3b793252d4b1.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-frontier-4116c5c6e92e41e1907e3b793252d4b1", + "Identity" : "f379dbf427604eebbe17e579255eb9f9" + } + } + } + } + } + ], + "MaxPlayers" : 6 + } + } + }, { + "Id" : 336553, + "Type" : "HW2PlaylistEntry", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-09-21T10:03:38Z", + "ModifiedUtc" : "2017-02-03T19:39:40Z", + "PublishedUtc" : "2017-02-03T19:39:40Z", + "Container" : -1 + }, + "Identity" : "87d661a20920449fb5b48de4afc3f83b", + "Title" : "Domination on Razorblade", + "HW2PlaylistEntry" : { + "Weight" : 1, + "VotingSlot" : 0, + "GameMode" : "Domination", + "Map" : [{ + "Id" : 334828, + "Type" : "HW2Map", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:35:01Z", + "ModifiedUtc" : "2017-02-03T19:34:06Z", + "PublishedUtc" : "2017-02-09T10:51:50Z", + "Container" : -1 + }, + "Identity" : "eda375cc4c9f49ff8893ee796f89c70f", + "Title" : "BEDROCK", + "HW2Map" : { + "ID" : "skirmish\\design\\MP_Razorblade\\MP_Razorblade", + "DisplayInfo" : { + "Id" : 334823, + "Type" : "HW2MapDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "edostrov", + "CreatedUtc" : "2016-08-12T17:34:52Z", + "ModifiedUtc" : "2017-02-03T19:34:05Z", + "PublishedUtc" : "2017-02-09T10:51:39Z", + "Container" : -1 + }, + "Identity" : "bf203bcdb7a94062829956e5ef726eae", + "BatchLocalization" : { + "IsLocked" : false + }, + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "BEDROCK Display Info", + "HW2MapDisplayInfo" : { + "Name" : "BEDROCK", + "Description" : "" + } + } + }, + "Image" : { + "Id" : 337719, + "Type" : "Image", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "kpaul", + "CreatedUtc" : "2017-02-03T00:31:53Z", + "ModifiedUtc" : "2017-02-09T10:51:42Z", + "PublishedUtc" : "2017-02-09T10:51:49Z", + "Container" : -1 + }, + "Media" : { + "MediaUrl" : "https://content.halocdn.com/media/Default/games/halo-wars-2/maps/map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg", + "MimeType" : "image/jpeg", + "Caption" : "", + "AlternateText" : "", + "FolderPath" : "games/halo-wars-2/maps", + "FileName" : "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5.jpg" + }, + "Image" : { + "Width" : 1920, + "Height" : 1080 + }, + "Title" : "map-bedrock-c355271b7c3e4deaa9cfff82f83912b5", + "Identity" : "6cb7485c0fde4550880bf253c29b014d" + } + } + } + } + } + ], + "MaxPlayers" : 4 + } + } + } + ], + "MaxPlayerCount" : 6, + "MinPlayerCount" : 4, + "IsTeamGamePlaylist" : true, + "LonelyPartyUsesWildcard" : false, + "IsNew" : false, + "Hide" : false, + "IsQuickmatchPlaylist" : false, + "StatsClassification" : "General", + "DisplayInfo" : { + "Id" : 335164, + "Type" : "HW2PlaylistDisplayInfo", + "View" : { + "Status" : "Published", + "Common" : { + "Owner" : "v-hugmic", + "CreatedUtc" : "2016-10-28T08:35:50Z", + "ModifiedUtc" : "2017-02-03T19:35:10Z", + "PublishedUtc" : "2017-02-03T19:35:10Z", + "Container" : -1 + }, + "Identity" : "996cf0a2b74a4a7ea9a47a4b5ae62889", + "Localization" : { + "Culture" : "en", + "MasterContentItemId" : "" + }, + "Title" : "TEAM OBJECTIVE Display Info", + "HW2PlaylistDisplayInfo" : { + "Name" : "TEAM OBJECTIVE", + "Description" : "Team up against other players to complete the match objective." + } + } + }, + "TargetPlatform" : "XboxOne" + }, + "Autoroute" : "hw2/playlists/1c1ce947-fdae-4e4e-a98d-ff889af1d0cb" + }, + "Links" : [{ + "Absolute" : false, + "Relation" : "Self", + "URI" : "/content/337215" + } + ], + "ChildrenCount" : 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/playlists.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/playlists.schema.json new file mode 100644 index 0000000..c8e7ca7 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/playlists.schema.json @@ -0,0 +1,20 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "common/playlist.schema.json#/definitions/HW2PlaylistContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/seasons.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/seasons.json new file mode 100644 index 0000000..97804a3 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/seasons.json @@ -0,0 +1,65 @@ +{ + "Paging": { + "StartAt": 0, + "InlineCount": 1, + "TotalCount": 1 + }, + "ContentItems": [ + { + "Id": 202347, + "Type": "HW2Season", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-09-29T08:55:55Z", + "ModifiedUtc": "2017-02-03T18:17:42Z", + "PublishedUtc": "2017-02-03T19:35:18Z", + "Container": -1 + }, + "Identity": "2cdf3fae3cf945a581657aff644ccdbc", + "Title": "Season - Pre Season - Started - Dev", + "HW2Season": { + "StartDate": "2016-09-28T16:53:00Z", + "DisplayInfo": { + "Id": 202342, + "Type": "HW2SeasonDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-caarse", + "CreatedUtc": "2016-09-29T08:49:46Z", + "ModifiedUtc": "2017-02-03T18:33:17Z", + "PublishedUtc": "2017-02-03T19:34:17Z", + "Container": -1 + }, + "Identity": "f2704e55b3b84f88a58a01892fac1f38", + "Title": "Season Display Info - Pre Season", + "HW2SeasonDisplayInfo": { + "Name": "PRE SEASON", + "Description": "Not quite ready yet but almost" + }, + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + } + } + }, + "Image": {}, + "Playlists": [] + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202347" + } + ], + "ChildrenCount": 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/seasons.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/seasons.schema.json new file mode 100644 index 0000000..cffb6a1 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/seasons.schema.json @@ -0,0 +1,201 @@ +{ + "definitions": { + "HW2SeasonContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2SeasonView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "common/link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2SeasonView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "HW2Season": { + "$ref": "#/definitions/HW2Season" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "HW2Season" + ] + }, + + "HW2Season": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "StartDate": { + "type": "string" + }, + "DisplayInfo": { + "$ref": "#/definitions/HW2SeasonDisplayInfoContentItemTypeB" + }, + "Image": { + "oneOf": [ + // TODO: This is pretty terrible. + { "$ref": "common/empty.schema.json" }, + { "$ref": "common/image.schema.json#/definitions/null" }, + { "$ref": "common/image.schema.json#/definitions/ImageContentItemTypeB" } + ] + }, + "Playlists": { + "type": "array", + "items": { + "oneOf": [ + // TODO: This is pretty terrible. + { "$ref": "common/empty.schema.json" }, + { "$ref": "common/playlist.schema.json#/definitions/HW2PlaylistContentItemTypeB" } + ] + } + } + }, + "required": [ + "StartDate", + "DisplayInfo", + "Image", + "Playlists" + ] + }, + + "HW2SeasonDisplayInfoContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2SeasonDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2SeasonDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "BatchLocalization": { + "$ref": "common/batch-localization.schema.json" + }, + "Localization": { + "$ref": "common/localization.schema.json" + }, + "Title": { + "type": "string" + }, + "HW2SeasonDisplayInfo": { + "$ref": "#/definitions/HW2SeasonDisplayInfo" + } + }, + "required": [ + "Status", + "HW2SeasonDisplayInfo", + "BatchLocalization", + "Localization", + "Title", + "Common", + "Identity" + ] + }, + + "HW2SeasonDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + } + }, + "required": [ + "Name", + "Description" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2SeasonContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/spartan-ranks.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/spartan-ranks.json new file mode 100644 index 0000000..42d0b35 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/spartan-ranks.json @@ -0,0 +1,3053 @@ +{ + "Paging": { + "StartAt": 0, + "InlineCount": 50, + "TotalCount": 50 + }, + "ContentItems": [ + { + "Id": 202827, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:05Z", + "ModifiedUtc": "2017-02-03T18:03:14Z", + "PublishedUtc": "2017-02-03T19:42:47Z", + "Container": -1 + }, + "Identity": "e4d57428dd07411eb90f3569bcb4de34", + "Title": "Rank 26", + "HW2SpartanRank": { + "StartXP": 99500, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202114, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:36Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:36:12Z", + "Container": -1 + }, + "Identity": "edba8b6d905b4ff3b111bb09a757f0a7", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 25", + "HW2SpartanRankDisplayInfo": { + "Name": "Captain" + } + } + }, + "RankNumber": 26 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202827" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202845, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:09Z", + "ModifiedUtc": "2017-02-03T18:03:13Z", + "PublishedUtc": "2017-02-03T19:42:47Z", + "Container": -1 + }, + "Identity": "435b0072129b4940b79cc9aaa845c203", + "Title": "Rank 32", + "HW2SpartanRank": { + "StartXP": 140200, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201931, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:38Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:09Z", + "Container": -1 + }, + "Identity": "40d0f9dcb763408d8f69e2945ca5e1c9", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 31", + "HW2SpartanRankDisplayInfo": { + "Name": "Lt. Colonel" + } + } + }, + "RankNumber": 32 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202845" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202867, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:11Z", + "ModifiedUtc": "2017-02-03T18:03:13Z", + "PublishedUtc": "2017-02-03T19:42:47Z", + "Container": -1 + }, + "Identity": "d5728b9ed18b46a98a74079e03c58da4", + "Title": "Rank 34", + "HW2SpartanRank": { + "StartXP": 155200, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202338, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:39Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:38:55Z", + "Container": -1 + }, + "Identity": "3487d7d37b134c5a9ac98ff5d4c308f1", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 33", + "HW2SpartanRankDisplayInfo": { + "Name": "Colonel" + } + } + }, + "RankNumber": 34 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202867" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202878, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:08Z", + "ModifiedUtc": "2017-02-03T18:03:12Z", + "PublishedUtc": "2017-02-03T19:42:47Z", + "Container": -1 + }, + "Identity": "44e29524d66744bbbe5222ddf0bef87b", + "Title": "Rank 30", + "HW2SpartanRank": { + "StartXP": 126000, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202122, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:38Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:37:21Z", + "Container": -1 + }, + "Identity": "68185ee1642f4f0981c93f7ff62bf035", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 29", + "HW2SpartanRankDisplayInfo": { + "Name": "Major" + } + } + }, + "RankNumber": 30 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202878" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202857, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:12Z", + "ModifiedUtc": "2017-02-03T18:03:13Z", + "PublishedUtc": "2017-02-03T19:42:46Z", + "Container": -1 + }, + "Identity": "085f0cdc202548c7b2ca573a120841d1", + "Title": "Rank 35", + "HW2SpartanRank": { + "StartXP": 163000, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201957, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:40Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:39:16Z", + "Container": -1 + }, + "Identity": "1b7dc34236cb4005af591697ae0866ed", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 35", + "HW2SpartanRankDisplayInfo": { + "Name": "Force Colonel" + } + } + }, + "RankNumber": 35 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202857" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202876, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:18Z", + "ModifiedUtc": "2017-02-03T18:03:12Z", + "PublishedUtc": "2017-02-03T19:42:45Z", + "Container": -1 + }, + "Identity": "587a7ec2f9a84f6984631ce5a9e26fd2", + "Title": "Rank 42", + "HW2SpartanRank": { + "StartXP": 221400, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201935, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:42Z", + "ModifiedUtc": "2017-02-03T18:33:09Z", + "PublishedUtc": "2017-02-03T19:35:08Z", + "Container": -1 + }, + "Identity": "3e85acc7151d4af9bacb20c4c2c6f81e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 41", + "HW2SpartanRankDisplayInfo": { + "Name": "Lt. General" + } + } + }, + "RankNumber": 42 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202876" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202877, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:10Z", + "ModifiedUtc": "2017-02-03T18:03:12Z", + "PublishedUtc": "2017-02-03T19:42:45Z", + "Container": -1 + }, + "Identity": "5579351b21b14028b5d405a10e1388e8", + "Title": "Rank 33", + "HW2SpartanRank": { + "StartXP": 147600, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202338, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:39Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:38:55Z", + "Container": -1 + }, + "Identity": "3487d7d37b134c5a9ac98ff5d4c308f1", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 33", + "HW2SpartanRankDisplayInfo": { + "Name": "Colonel" + } + } + }, + "RankNumber": 33 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202877" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202881, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:50Z", + "ModifiedUtc": "2017-02-03T18:03:12Z", + "PublishedUtc": "2017-02-03T19:42:45Z", + "Container": -1 + }, + "Identity": "26bc326999454299a7220dc94f0b68d7", + "Title": "Rank 9", + "HW2SpartanRank": { + "StartXP": 20300, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202021, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:30Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:37:24Z", + "Container": -1 + }, + "Identity": "19296ee1f6684d71bb40b0f462f44f1f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 9", + "HW2SpartanRankDisplayInfo": { + "Name": "Corporal" + } + } + }, + "RankNumber": 9 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202881" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202781, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:50Z", + "ModifiedUtc": "2017-02-03T18:03:15Z", + "PublishedUtc": "2017-02-03T19:42:44Z", + "Container": -1 + }, + "Identity": "89b42d3b369145d0bd5280fffcc4256a", + "Title": "Rank 10", + "HW2SpartanRank": { + "StartXP": 24000, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202021, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:30Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:37:24Z", + "Container": -1 + }, + "Identity": "19296ee1f6684d71bb40b0f462f44f1f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 9", + "HW2SpartanRankDisplayInfo": { + "Name": "Corporal" + } + } + }, + "RankNumber": 10 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202781" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202839, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:53Z", + "ModifiedUtc": "2017-02-03T18:03:13Z", + "PublishedUtc": "2017-02-03T19:42:44Z", + "Container": -1 + }, + "Identity": "8a2481e1f023402fa62129dcf0b234d7", + "Title": "Rank 13", + "HW2SpartanRank": { + "StartXP": 35400, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201944, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:31Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:37:30Z", + "Container": -1 + }, + "Identity": "477c60ebe67a4a13bc25c1c9ea3ade8d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 13", + "HW2SpartanRankDisplayInfo": { + "Name": "Army Sergeant" + } + } + }, + "RankNumber": 13 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202839" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202840, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:56Z", + "ModifiedUtc": "2017-02-03T18:03:13Z", + "PublishedUtc": "2017-02-03T19:42:44Z", + "Container": -1 + }, + "Identity": "804ae9b724a24554abdd86c25cadf02b", + "Title": "Rank 16", + "HW2SpartanRank": { + "StartXP": 47700, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201894, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:32Z", + "ModifiedUtc": "2017-02-03T18:33:09Z", + "PublishedUtc": "2017-02-03T19:37:33Z", + "Container": -1 + }, + "Identity": "75af974a215b44358712e6bf2ba48bc2", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 15", + "HW2SpartanRankDisplayInfo": { + "Name": "Master Sergeant" + } + } + }, + "RankNumber": 16 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202840" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202870, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:54Z", + "ModifiedUtc": "2017-02-03T18:03:12Z", + "PublishedUtc": "2017-02-03T19:42:40Z", + "Container": -1 + }, + "Identity": "01000ec5d90a4246a0be4b97474ec81d", + "Title": "Rank 14", + "HW2SpartanRank": { + "StartXP": 39400, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201944, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:31Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:37:30Z", + "Container": -1 + }, + "Identity": "477c60ebe67a4a13bc25c1c9ea3ade8d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 13", + "HW2SpartanRankDisplayInfo": { + "Name": "Army Sergeant" + } + } + }, + "RankNumber": 14 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202870" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202817, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:21Z", + "ModifiedUtc": "2017-02-03T18:03:14Z", + "PublishedUtc": "2017-02-03T19:42:39Z", + "Container": -1 + }, + "Identity": "19d422344c024b82afcdcd8c44ba1a64", + "Title": "Rank 45", + "HW2SpartanRank": { + "StartXP": 249000, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202259, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:43Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:35:41Z", + "Container": -1 + }, + "Identity": "8c29f4bbc71b498a80d1be1e4ee9550f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 44", + "HW2SpartanRankDisplayInfo": { + "Name": "General" + } + } + }, + "RankNumber": 45 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202817" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202859, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:20Z", + "ModifiedUtc": "2017-02-03T18:03:13Z", + "PublishedUtc": "2017-02-03T19:42:39Z", + "Container": -1 + }, + "Identity": "04949c5dfd264baeab9368fa030b7617", + "Title": "Rank 44", + "HW2SpartanRank": { + "StartXP": 239600, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202259, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:43Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:35:41Z", + "Container": -1 + }, + "Identity": "8c29f4bbc71b498a80d1be1e4ee9550f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 44", + "HW2SpartanRankDisplayInfo": { + "Name": "General" + } + } + }, + "RankNumber": 44 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202859" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202869, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:16Z", + "ModifiedUtc": "2017-02-03T18:03:13Z", + "PublishedUtc": "2017-02-03T19:42:39Z", + "Container": -1 + }, + "Identity": "1c19ffede56b49a09747c9b96afca2c1", + "Title": "Rank 39", + "HW2SpartanRank": { + "StartXP": 195600, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202032, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:41Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:36Z", + "Container": -1 + }, + "Identity": "5d5b4e7434f74dd2873f3a6cb060d6c4", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 39", + "HW2SpartanRankDisplayInfo": { + "Name": "Major General" + } + } + }, + "RankNumber": 39 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202869" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202848, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:46Z", + "ModifiedUtc": "2017-02-03T18:03:13Z", + "PublishedUtc": "2017-02-03T19:42:38Z", + "Container": -1 + }, + "Identity": "2bcf5b7bbec4471289995f7aa9fc685b", + "Title": "Rank 5", + "HW2SpartanRank": { + "StartXP": 7500, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202112, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:28Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:35:17Z", + "Container": -1 + }, + "Identity": "953c357e54494e19a567b01e2b72a42a", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 5", + "HW2SpartanRankDisplayInfo": { + "Name": "Private" + } + } + }, + "RankNumber": 5 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202848" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202810, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:19Z", + "ModifiedUtc": "2017-02-03T18:03:14Z", + "PublishedUtc": "2017-02-03T19:42:36Z", + "Container": -1 + }, + "Identity": "5cb49fda239749bd8514cb9f44e1b7c1", + "Title": "Rank 43", + "HW2SpartanRank": { + "StartXP": 230400, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201935, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:42Z", + "ModifiedUtc": "2017-02-03T18:33:09Z", + "PublishedUtc": "2017-02-03T19:35:08Z", + "Container": -1 + }, + "Identity": "3e85acc7151d4af9bacb20c4c2c6f81e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 41", + "HW2SpartanRankDisplayInfo": { + "Name": "Lt. General" + } + } + }, + "RankNumber": 43 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202810" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202874, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:15Z", + "ModifiedUtc": "2017-02-03T18:03:12Z", + "PublishedUtc": "2017-02-03T19:42:36Z", + "Container": -1 + }, + "Identity": "61190e3e172549f5a628f1a8ef92c9fc", + "Title": "Rank 38", + "HW2SpartanRank": { + "StartXP": 187300, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202100, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:41Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:11Z", + "Container": -1 + }, + "Identity": "a7a4df906f904b28bffa8fc7c94ea51b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 37", + "HW2SpartanRankDisplayInfo": { + "Name": "Brigadier Gen." + } + } + }, + "RankNumber": 38 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202874" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202838, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:24Z", + "ModifiedUtc": "2017-02-03T18:03:13Z", + "PublishedUtc": "2017-02-03T19:42:35Z", + "Container": -1 + }, + "Identity": "8e949a7c8b36498a802428befb764223", + "Title": "Rank 49", + "HW2SpartanRank": { + "StartXP": 289200, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201886, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:44Z", + "ModifiedUtc": "2017-02-03T18:33:09Z", + "PublishedUtc": "2017-02-03T19:36:52Z", + "Container": -1 + }, + "Identity": "7cb4f487d89e4761a421f931c50eafae", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 47", + "HW2SpartanRankDisplayInfo": { + "Name": "Field Marshal" + } + } + }, + "RankNumber": 49 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202838" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202804, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:18Z", + "ModifiedUtc": "2017-02-03T18:03:14Z", + "PublishedUtc": "2017-02-03T19:42:34Z", + "Container": -1 + }, + "Identity": "b79c848b6ddf452eb70eb0b6bee8d194", + "Title": "Rank 41", + "HW2SpartanRank": { + "StartXP": 212600, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201935, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:42Z", + "ModifiedUtc": "2017-02-03T18:33:09Z", + "PublishedUtc": "2017-02-03T19:35:08Z", + "Container": -1 + }, + "Identity": "3e85acc7151d4af9bacb20c4c2c6f81e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 41", + "HW2SpartanRankDisplayInfo": { + "Name": "Lt. General" + } + } + }, + "RankNumber": 41 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202804" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202768, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:45Z", + "ModifiedUtc": "2017-02-03T18:03:15Z", + "PublishedUtc": "2017-02-03T19:42:33Z", + "Container": -1 + }, + "Identity": "befe3c1a30c14088bca4cdeedfe8232a", + "Title": "Rank 3", + "HW2SpartanRank": { + "StartXP": 3000, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201978, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:27Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:37Z", + "Container": -1 + }, + "Identity": "b8c9f2c8f69a4ac0aba4d67dcad6b32e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 3", + "HW2SpartanRankDisplayInfo": { + "Name": "Apprentice" + } + } + }, + "RankNumber": 3 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202768" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202759, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:13Z", + "ModifiedUtc": "2017-02-03T18:03:16Z", + "PublishedUtc": "2017-02-03T19:42:32Z", + "Container": -1 + }, + "Identity": "fc2a52cdd3b742aa8274e362355f6b3e", + "Title": "Rank 36", + "HW2SpartanRank": { + "StartXP": 171000, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201957, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:40Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:39:16Z", + "Container": -1 + }, + "Identity": "1b7dc34236cb4005af591697ae0866ed", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 35", + "HW2SpartanRankDisplayInfo": { + "Name": "Force Colonel" + } + } + }, + "RankNumber": 36 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202759" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202801, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:06Z", + "ModifiedUtc": "2017-02-03T18:03:15Z", + "PublishedUtc": "2017-02-03T19:42:31Z", + "Container": -1 + }, + "Identity": "135d50ca311c4705884fdcb26d358d16", + "Title": "Rank 28", + "HW2SpartanRank": { + "StartXP": 112300, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202131, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:37Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:37:53Z", + "Container": -1 + }, + "Identity": "6bd10ce389fd449a8437739dd8b7f943", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 27", + "HW2SpartanRankDisplayInfo": { + "Name": "Strike Captain" + } + } + }, + "RankNumber": 28 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202801" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202825, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:48Z", + "ModifiedUtc": "2017-02-03T18:03:14Z", + "PublishedUtc": "2017-02-03T19:42:30Z", + "Container": -1 + }, + "Identity": "3350d208c07642f8afd02736e34d1e81", + "Title": "Rank 7", + "HW2SpartanRank": { + "StartXP": 13500, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201958, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:29Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:42Z", + "Container": -1 + }, + "Identity": "55764e73c7904a59b03cfd9189533d94", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 7", + "HW2SpartanRankDisplayInfo": { + "Name": "Army Private" + } + } + }, + "RankNumber": 7 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202825" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202757, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:52Z", + "ModifiedUtc": "2017-02-03T18:03:15Z", + "PublishedUtc": "2017-02-03T19:42:29Z", + "Container": -1 + }, + "Identity": "3a540a2cc0e64592acfb2ef3f1b0ec48", + "Title": "Rank 12", + "HW2SpartanRank": { + "StartXP": 31500, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201934, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:30Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:36:08Z", + "Container": -1 + }, + "Identity": "eea4fe519b4349b59684e0bd8acab205", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 11", + "HW2SpartanRankDisplayInfo": { + "Name": "Sergeant" + } + } + }, + "RankNumber": 12 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202757" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202780, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:09Z", + "ModifiedUtc": "2017-02-03T18:03:15Z", + "PublishedUtc": "2017-02-03T19:42:27Z", + "Container": -1 + }, + "Identity": "8dc0402dbe1e45de9f33e59c40c90d3e", + "Title": "Rank 31", + "HW2SpartanRank": { + "StartXP": 133000, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201931, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:38Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:09Z", + "Container": -1 + }, + "Identity": "40d0f9dcb763408d8f69e2945ca5e1c9", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 31", + "HW2SpartanRankDisplayInfo": { + "Name": "Lt. Colonel" + } + } + }, + "RankNumber": 31 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202780" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202835, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:01Z", + "ModifiedUtc": "2017-02-03T18:03:14Z", + "PublishedUtc": "2017-02-03T19:42:27Z", + "Container": -1 + }, + "Identity": "98f89260be354e80a475c6e87002083f", + "Title": "Rank 21", + "HW2SpartanRank": { + "StartXP": 71000, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202252, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:34Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:35:14Z", + "Container": -1 + }, + "Identity": "d42748ea0e6e4f37b3da9771d86e2690", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 21", + "HW2SpartanRankDisplayInfo": { + "Name": "Warrant Officer" + } + } + }, + "RankNumber": 21 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202835" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202776, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:02Z", + "ModifiedUtc": "2017-02-03T18:03:15Z", + "PublishedUtc": "2017-02-03T19:42:26Z", + "Container": -1 + }, + "Identity": "995e049ab9b941fe8a8c25599400af07", + "Title": "Rank 23", + "HW2SpartanRank": { + "StartXP": 81800, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201953, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:35Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:34Z", + "Container": -1 + }, + "Identity": "d2c97e221a8f44dfa31b23dba6961cbe", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 23", + "HW2SpartanRankDisplayInfo": { + "Name": "Lieutenant" + } + } + }, + "RankNumber": 23 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202776" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202777, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:00Z", + "ModifiedUtc": "2017-02-03T18:03:15Z", + "PublishedUtc": "2017-02-03T19:42:26Z", + "Container": -1 + }, + "Identity": "97f60501da61461a9cd647b77ba8c9a2", + "Title": "Rank 20", + "HW2SpartanRank": { + "StartXP": 66000, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202007, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:33Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:30Z", + "Container": -1 + }, + "Identity": "cd0f424963814152b2be21aa5659e975", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 19", + "HW2SpartanRankDisplayInfo": { + "Name": "Sergeant Major" + } + } + }, + "RankNumber": 20 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202777" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202834, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:05Z", + "ModifiedUtc": "2017-02-03T18:03:14Z", + "PublishedUtc": "2017-02-03T19:42:26Z", + "Container": -1 + }, + "Identity": "9a29248fb4b64e2793d3af359bb5eb85", + "Title": "Rank 27", + "HW2SpartanRank": { + "StartXP": 105800, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202131, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:37Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:37:53Z", + "Container": -1 + }, + "Identity": "6bd10ce389fd449a8437739dd8b7f943", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 27", + "HW2SpartanRankDisplayInfo": { + "Name": "Strike Captain" + } + } + }, + "RankNumber": 27 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202834" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202830, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:47Z", + "ModifiedUtc": "2017-02-03T18:03:14Z", + "PublishedUtc": "2017-02-03T19:42:25Z", + "Container": -1 + }, + "Identity": "c1c3cb5523974380ac609fae35bde4bd", + "Title": "Rank 6", + "HW2SpartanRank": { + "StartXP": 10400, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202112, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:28Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:35:17Z", + "Container": -1 + }, + "Identity": "953c357e54494e19a567b01e2b72a42a", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 5", + "HW2SpartanRankDisplayInfo": { + "Name": "Private" + } + } + }, + "RankNumber": 6 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202830" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202866, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-10T21:01:42Z", + "ModifiedUtc": "2017-02-03T18:03:12Z", + "PublishedUtc": "2017-02-03T19:42:25Z", + "Container": -1 + }, + "Identity": "e9de70b61ea64f3da8313a364e303dc4", + "Title": "Rank 50", + "HW2SpartanRank": { + "StartXP": 320000, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202327, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-10T23:26:45Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:35:06Z", + "Container": -1 + }, + "Identity": "444609eb7a8643608d6a812ff92eb10b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 50", + "HW2SpartanRankDisplayInfo": { + "Name": "6th Star" + } + } + }, + "RankNumber": 50 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202866" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202803, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:57Z", + "ModifiedUtc": "2017-02-03T18:03:14Z", + "PublishedUtc": "2017-02-03T19:42:24Z", + "Container": -1 + }, + "Identity": "f31e5e10edc64e69b354158611b971d3", + "Title": "Rank 17", + "HW2SpartanRank": { + "StartXP": 52100, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201940, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:33Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:44Z", + "Container": -1 + }, + "Identity": "1e42fa533647436fb19a0c46fb426aae", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 17", + "HW2SpartanRankDisplayInfo": { + "Name": "First Sergeant" + } + } + }, + "RankNumber": 17 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202803" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202826, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:23Z", + "ModifiedUtc": "2017-02-03T18:03:14Z", + "PublishedUtc": "2017-02-03T19:42:24Z", + "Container": -1 + }, + "Identity": "e98d9ba77e3446968b944db60965663e", + "Title": "Rank 48", + "HW2SpartanRank": { + "StartXP": 278600, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201886, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:44Z", + "ModifiedUtc": "2017-02-03T18:33:09Z", + "PublishedUtc": "2017-02-03T19:36:52Z", + "Container": -1 + }, + "Identity": "7cb4f487d89e4761a421f931c50eafae", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 47", + "HW2SpartanRankDisplayInfo": { + "Name": "Field Marshal" + } + } + }, + "RankNumber": 48 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202826" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202861, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:23Z", + "ModifiedUtc": "2017-02-03T18:03:13Z", + "PublishedUtc": "2017-02-03T19:42:23Z", + "Container": -1 + }, + "Identity": "fb28551bb7024891afc5ab057c28e2aa", + "Title": "Rank 47", + "HW2SpartanRank": { + "StartXP": 268400, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201886, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:44Z", + "ModifiedUtc": "2017-02-03T18:33:09Z", + "PublishedUtc": "2017-02-03T19:36:52Z", + "Container": -1 + }, + "Identity": "7cb4f487d89e4761a421f931c50eafae", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 47", + "HW2SpartanRankDisplayInfo": { + "Name": "Field Marshal" + } + } + }, + "RankNumber": 47 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202861" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202862, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:22Z", + "ModifiedUtc": "2017-02-03T18:03:12Z", + "PublishedUtc": "2017-02-03T19:42:23Z", + "Container": -1 + }, + "Identity": "fa320660225e43699efe95fb1434b22b", + "Title": "Rank 46", + "HW2SpartanRank": { + "StartXP": 258600, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202259, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:43Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:35:41Z", + "Container": -1 + }, + "Identity": "8c29f4bbc71b498a80d1be1e4ee9550f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 44", + "HW2SpartanRankDisplayInfo": { + "Name": "General" + } + } + }, + "RankNumber": 46 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202862" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202847, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:07Z", + "ModifiedUtc": "2017-02-03T18:03:13Z", + "PublishedUtc": "2017-02-03T19:42:22Z", + "Container": -1 + }, + "Identity": "21f61950506049059310c50e0f0bcb1a", + "Title": "Rank 29", + "HW2SpartanRank": { + "StartXP": 119000, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202122, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:38Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:37:21Z", + "Container": -1 + }, + "Identity": "68185ee1642f4f0981c93f7ff62bf035", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 29", + "HW2SpartanRankDisplayInfo": { + "Name": "Major" + } + } + }, + "RankNumber": 29 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202847" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202863, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:55Z", + "ModifiedUtc": "2017-02-03T18:03:12Z", + "PublishedUtc": "2017-02-03T19:42:22Z", + "Container": -1 + }, + "Identity": "f9dd35c89c044bda86ea991dd5f212bf", + "Title": "Rank 15", + "HW2SpartanRank": { + "StartXP": 43500, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201894, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:32Z", + "ModifiedUtc": "2017-02-03T18:33:09Z", + "PublishedUtc": "2017-02-03T19:37:33Z", + "Container": -1 + }, + "Identity": "75af974a215b44358712e6bf2ba48bc2", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 15", + "HW2SpartanRankDisplayInfo": { + "Name": "Master Sergeant" + } + } + }, + "RankNumber": 15 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202863" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202796, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:04Z", + "ModifiedUtc": "2017-02-03T18:03:15Z", + "PublishedUtc": "2017-02-03T19:42:17Z", + "Container": -1 + }, + "Identity": "2b831b79c9334f6ebce853cd9bd03da3", + "Title": "Rank 25", + "HW2SpartanRank": { + "StartXP": 93400, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202114, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:36Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:36:12Z", + "Container": -1 + }, + "Identity": "edba8b6d905b4ff3b111bb09a757f0a7", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 25", + "HW2SpartanRankDisplayInfo": { + "Name": "Captain" + } + } + }, + "RankNumber": 25 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202796" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202843, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:51Z", + "ModifiedUtc": "2017-02-03T18:03:13Z", + "PublishedUtc": "2017-02-03T19:42:16Z", + "Container": -1 + }, + "Identity": "4b7d859cc6cd472da0814a90621a2d18", + "Title": "Rank 11", + "HW2SpartanRank": { + "StartXP": 27700, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201934, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:30Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:36:08Z", + "Container": -1 + }, + "Identity": "eea4fe519b4349b59684e0bd8acab205", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 11", + "HW2SpartanRankDisplayInfo": { + "Name": "Sergeant" + } + } + }, + "RankNumber": 11 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202843" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202812, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:44Z", + "ModifiedUtc": "2017-02-03T18:03:14Z", + "PublishedUtc": "2017-02-03T19:42:15Z", + "Container": -1 + }, + "Identity": "568c5596588649d6b29ad586d4d7eba7", + "Title": "Rank 2", + "HW2SpartanRank": { + "StartXP": 1400, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201943, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:17Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:26Z", + "Container": -1 + }, + "Identity": "b3f2555521034f34945a86c75f011306", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 1", + "HW2SpartanRankDisplayInfo": { + "Name": "Recruit" + } + } + }, + "RankNumber": 2 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202812" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202761, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:49Z", + "ModifiedUtc": "2017-02-03T18:03:15Z", + "PublishedUtc": "2017-02-03T19:42:09Z", + "Container": -1 + }, + "Identity": "f9f5b0dcd64b4e36bb87b1e70ac9fca4", + "Title": "Rank 8", + "HW2SpartanRank": { + "StartXP": 16800, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201958, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:29Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:42Z", + "Container": -1 + }, + "Identity": "55764e73c7904a59b03cfd9189533d94", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 7", + "HW2SpartanRankDisplayInfo": { + "Name": "Army Private" + } + } + }, + "RankNumber": 8 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202761" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202855, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:46Z", + "ModifiedUtc": "2017-02-03T18:03:13Z", + "PublishedUtc": "2017-02-03T19:42:09Z", + "Container": -1 + }, + "Identity": "0a981f1049f74275bee74d8eac882ae4", + "Title": "Rank 4", + "HW2SpartanRank": { + "StartXP": 5000, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201978, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:27Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:37Z", + "Container": -1 + }, + "Identity": "b8c9f2c8f69a4ac0aba4d67dcad6b32e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 3", + "HW2SpartanRankDisplayInfo": { + "Name": "Apprentice" + } + } + }, + "RankNumber": 4 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202855" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202864, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:57Z", + "ModifiedUtc": "2017-02-03T18:03:12Z", + "PublishedUtc": "2017-02-03T19:42:09Z", + "Container": -1 + }, + "Identity": "ee51d3493963447ebe6c42fae6cd20b1", + "Title": "Rank 18", + "HW2SpartanRank": { + "StartXP": 56600, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201940, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:33Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:44Z", + "Container": -1 + }, + "Identity": "1e42fa533647436fb19a0c46fb426aae", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 17", + "HW2SpartanRankDisplayInfo": { + "Name": "First Sergeant" + } + } + }, + "RankNumber": 18 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202864" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202758, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:03Z", + "ModifiedUtc": "2017-02-03T18:03:16Z", + "PublishedUtc": "2017-02-03T19:42:08Z", + "Container": -1 + }, + "Identity": "0d1544709a324dd08cdd012179b6c1ad", + "Title": "Rank 24", + "HW2SpartanRank": { + "StartXP": 87500, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 201953, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:35Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:34Z", + "Container": -1 + }, + "Identity": "d2c97e221a8f44dfa31b23dba6961cbe", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 23", + "HW2SpartanRankDisplayInfo": { + "Name": "Lieutenant" + } + } + }, + "RankNumber": 24 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202758" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202800, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:58Z", + "ModifiedUtc": "2017-02-03T18:03:15Z", + "PublishedUtc": "2017-02-03T19:42:08Z", + "Container": -1 + }, + "Identity": "0f46940b46914927848db47d1215dfa8", + "Title": "Rank 19", + "HW2SpartanRank": { + "StartXP": 61200, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202007, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:33Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:30Z", + "Container": -1 + }, + "Identity": "cd0f424963814152b2be21aa5659e975", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 19", + "HW2SpartanRankDisplayInfo": { + "Name": "Sergeant Major" + } + } + }, + "RankNumber": 19 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202800" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202860, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:17Z", + "ModifiedUtc": "2017-02-03T18:03:13Z", + "PublishedUtc": "2017-02-03T19:42:08Z", + "Container": -1 + }, + "Identity": "0221bf616a77478a94876cbac626b046", + "Title": "Rank 40", + "HW2SpartanRank": { + "StartXP": 204000, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202032, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:41Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:36Z", + "Container": -1 + }, + "Identity": "5d5b4e7434f74dd2873f3a6cb060d6c4", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 39", + "HW2SpartanRankDisplayInfo": { + "Name": "Major General" + } + } + }, + "RankNumber": 40 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202860" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202795, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:14Z", + "ModifiedUtc": "2017-02-03T18:03:15Z", + "PublishedUtc": "2017-02-03T19:42:07Z", + "Container": -1 + }, + "Identity": "39e7ee5956684be6bc3e10ab0c8aa8c6", + "Title": "Rank 37", + "HW2SpartanRank": { + "StartXP": 179100, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202100, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:41Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:11Z", + "Container": -1 + }, + "Identity": "a7a4df906f904b28bffa8fc7c94ea51b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 37", + "HW2SpartanRankDisplayInfo": { + "Name": "Brigadier Gen." + } + } + }, + "RankNumber": 37 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202795" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202824, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:40:01Z", + "ModifiedUtc": "2017-02-03T18:03:14Z", + "PublishedUtc": "2017-02-03T19:42:07Z", + "Container": -1 + }, + "Identity": "346728b9902b4a7d90d6f12b905e21cc", + "Title": "Rank 22", + "HW2SpartanRank": { + "StartXP": 76300, + "Packs": [ + { + "Id": 202743, + "Type": "HW2Pack", + "Identity": "599332c9a008458aa604e99c449f45bc" + } + ], + "DisplayInfo": { + "Id": 202252, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:34Z", + "ModifiedUtc": "2017-02-03T18:33:07Z", + "PublishedUtc": "2017-02-03T19:35:14Z", + "Container": -1 + }, + "Identity": "d42748ea0e6e4f37b3da9771d86e2690", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 21", + "HW2SpartanRankDisplayInfo": { + "Name": "Warrant Officer" + } + } + }, + "RankNumber": 22 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202824" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 202626, + "Type": "HW2SpartanRank", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:39:36Z", + "ModifiedUtc": "2017-02-03T18:03:16Z", + "PublishedUtc": "2017-02-03T19:39:36Z", + "Container": -1 + }, + "Identity": "1ca027e7a18d4112905a414be342f657", + "Title": "Rank 1", + "HW2SpartanRank": { + "StartXP": 0, + "Packs": [], + "DisplayInfo": { + "Id": 201943, + "Type": "HW2SpartanRankDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "jeffca", + "CreatedUtc": "2016-11-15T14:22:17Z", + "ModifiedUtc": "2017-02-03T18:33:08Z", + "PublishedUtc": "2017-02-03T19:35:26Z", + "Container": -1 + }, + "Identity": "b3f2555521034f34945a86c75f011306", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Rank 1", + "HW2SpartanRankDisplayInfo": { + "Name": "Recruit" + } + } + }, + "RankNumber": 1 + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/202626" + } + ], + "ChildrenCount": 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/spartan-ranks.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/spartan-ranks.schema.json new file mode 100644 index 0000000..f472b50 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/spartan-ranks.schema.json @@ -0,0 +1,188 @@ +{ + "definitions": { + "HW2SpartanRankContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2SpartanRankView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "common/link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2SpartanRankView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "HW2SpartanRank": { + "$ref": "#/definitions/HW2SpartanRank" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "HW2SpartanRank" + ] + }, + + "HW2SpartanRank": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "StartXP": { + "type": "integer" + }, + "Packs": { + "type": "array", + "items": { + "$ref": "common/content-item-type-c.schema.json#/definitions/ContentItemTypeC" + } + }, + "DisplayInfo": { + "$ref": "#/definitions/HW2SpartanRankDisplayInfoContentItemTypeB" + }, + "RankNumber": { + "type": "integer" + } + }, + "required": [ + "StartXP", + "Packs", + "DisplayInfo", + "RankNumber" + ] + }, + + "HW2SpartanRankDisplayInfoContentItemTypeB": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2SpartanRankDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2SpartanRankDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "BatchLocalization": { + "$ref": "common/batch-localization.schema.json" + }, + "Localization": { + "$ref": "common/localization.schema.json" + }, + "Title": { + "type": "string" + }, + "HW2SpartanRankDisplayInfo": { + "$ref": "#/definitions/HW2SpartanRankDisplayInfo" + } + }, + "required": [ + "Status", + "HW2SpartanRankDisplayInfo", + "BatchLocalization", + "Localization", + "Title", + "Common", + "Identity" + ] + }, + + "HW2SpartanRankDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + } + }, + "required": [ + "Name" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2SpartanRankContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/techs.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/techs.json new file mode 100644 index 0000000..ffaee55 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/techs.json @@ -0,0 +1,5609 @@ +{ + "Paging": { + "StartAt": 0, + "InlineCount": 100, + "TotalCount": 103 + }, + "ContentItems": [ + { + "Id": 337219, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:01Z", + "ModifiedUtc": "2017-02-03T19:42:01Z", + "PublishedUtc": "2017-02-03T19:42:01Z", + "Container": -1 + }, + "Identity": "7b66f80e995c42e7ac6be24062a629e0", + "Autoroute": "hw2/techs/unsc_Sniper_upgrade1", + "Title": "STANCHION SNIPER SYSTEM", + "HW2Tech": { + "ObjectTypeId": "unsc_Sniper_upgrade1", + "DisplayInfo": { + "Id": 336780, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:00Z", + "ModifiedUtc": "2017-02-03T19:40:24Z", + "PublishedUtc": "2017-02-03T19:40:24Z", + "Container": -1 + }, + "Identity": "bc8aff30b6f74ef5875557c8d767e944", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "STANCHION SNIPER SYSTEM Display Info", + "HW2TechDisplayInfo": { + "Name": "STANCHION SNIPER SYSTEM", + "Description": "Increased damage" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337219" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337202, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:29Z", + "ModifiedUtc": "2017-02-03T19:41:56Z", + "PublishedUtc": "2017-02-03T19:41:57Z", + "Container": -1 + }, + "Identity": "941c37d3e77d47cc92f7323c2b5dea15", + "Autoroute": "hw2/techs/unsc_turret_upgradeAI", + "Title": "ANTI-INFANTRY TURRET", + "HW2Tech": { + "ObjectTypeId": "unsc_turret_upgradeAI", + "DisplayInfo": { + "Id": 336472, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:28Z", + "ModifiedUtc": "2017-02-03T19:39:22Z", + "PublishedUtc": "2017-02-03T19:39:22Z", + "Container": -1 + }, + "Identity": "b3fd8b81703f4ea9bf8646d5da1f44e8", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ANTI-INFANTRY TURRET Display Info", + "HW2TechDisplayInfo": { + "Name": "ANTI-INFANTRY TURRET", + "Description": "Converts to anti-infantry" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337202" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337197, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:38Z", + "ModifiedUtc": "2017-02-03T19:41:55Z", + "PublishedUtc": "2017-02-03T19:41:56Z", + "Container": -1 + }, + "Identity": "253b7c36b6c044d48aa8a863a71c3331", + "Autoroute": "hw2/techs/unsc_tech_recruitTraining_3", + "Title": "ADV. LOGISTICS III", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_recruitTraining_3", + "DisplayInfo": { + "Id": 336365, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:37Z", + "ModifiedUtc": "2017-02-03T19:39:04Z", + "PublishedUtc": "2017-02-03T19:39:04Z", + "Container": -1 + }, + "Identity": "eff66035a10a4b70b8e875da89fbc706", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ADV. LOGISTICS III Display Info", + "HW2TechDisplayInfo": { + "Name": "ADV. LOGISTICS III", + "Description": "45% Unit build speed" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337197" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337193, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:33Z", + "ModifiedUtc": "2017-02-03T19:41:54Z", + "PublishedUtc": "2017-02-03T19:41:55Z", + "Container": -1 + }, + "Identity": "497c9306289a43238017608a76e7bd68", + "Autoroute": "hw2/techs/cov_supplyDepot_upgrade2", + "Title": "UPGRADE TO SUPER HARVESTER", + "HW2Tech": { + "ObjectTypeId": "cov_supplyDepot_upgrade2", + "DisplayInfo": { + "Id": 336298, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:32Z", + "ModifiedUtc": "2017-02-03T19:38:51Z", + "PublishedUtc": "2017-02-03T19:38:51Z", + "Container": -1 + }, + "Identity": "6222134f0f8e476aa6013036cb8b8e78", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UPGRADE TO SUPER HARVESTER Display Info", + "HW2TechDisplayInfo": { + "Name": "UPGRADE TO SUPER HARVESTER", + "Description": "Fastest Supply Production" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337193" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337196, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:11Z", + "ModifiedUtc": "2017-02-03T19:41:55Z", + "PublishedUtc": "2017-02-03T19:41:55Z", + "Container": -1 + }, + "Identity": "28896de9c55c4fe092183d376e3e7c2d", + "Autoroute": "hw2/techs/cov_bruteChopper_upgrade4", + "Title": "SHRAPNEL ROUNDS", + "HW2Tech": { + "ObjectTypeId": "cov_bruteChopper_upgrade4", + "DisplayInfo": { + "Id": 336351, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:10Z", + "ModifiedUtc": "2017-02-03T19:39:01Z", + "PublishedUtc": "2017-02-03T19:39:01Z", + "Container": -1 + }, + "Identity": "fcc2068cff9d451f960c3b3cdb13ecba", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SHRAPNEL ROUNDS Display Info", + "HW2TechDisplayInfo": { + "Name": "SHRAPNEL ROUNDS", + "Description": "Adds explosive rounds. Detects cloaked units" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337196" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337191, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:00Z", + "ModifiedUtc": "2017-02-03T19:41:54Z", + "PublishedUtc": "2017-02-03T19:41:54Z", + "Container": -1 + }, + "Identity": "5300755a2ded4005b2b2cc84bd74fabc", + "Autoroute": "hw2/techs/cov_suicideGrunt_upgrade2", + "Title": "NEW \"RECRUITS\"", + "HW2Tech": { + "ObjectTypeId": "cov_suicideGrunt_upgrade2", + "DisplayInfo": { + "Id": 336287, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:59Z", + "ModifiedUtc": "2017-02-03T19:38:48Z", + "PublishedUtc": "2017-02-03T19:38:48Z", + "Container": -1 + }, + "Identity": "861080182ed34cb89cf481f8b1a6e4e2", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "NEW \"RECRUITS\" Display Info", + "HW2TechDisplayInfo": { + "Name": "NEW \"RECRUITS\"", + "Description": "Increases squad size" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337191" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337177, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:44Z", + "ModifiedUtc": "2017-02-03T19:41:50Z", + "PublishedUtc": "2017-02-03T19:41:50Z", + "Container": -1 + }, + "Identity": "b00aed9db6ca42de8cb65ffd759004a0", + "Autoroute": "hw2/techs/cov_base_upgrade2", + "Title": "UPGRADE TO CITADEL", + "HW2Tech": { + "ObjectTypeId": "cov_base_upgrade2", + "DisplayInfo": { + "Id": 335988, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:43Z", + "ModifiedUtc": "2017-02-03T19:37:50Z", + "PublishedUtc": "2017-02-03T19:37:50Z", + "Container": -1 + }, + "Identity": "09be7ec023e040f4b5c2fcc52eb52e0d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UPGRADE TO CITADEL Display Info", + "HW2TechDisplayInfo": { + "Name": "UPGRADE TO CITADEL", + "Description": "Produces vehicles and infantry. Can be upgraded to Fortress" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337177" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337175, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:07Z", + "ModifiedUtc": "2017-02-03T19:41:49Z", + "PublishedUtc": "2017-02-03T19:41:49Z", + "Container": -1 + }, + "Identity": "bb7a9e50a1c2452ea169e9b3b3598693", + "Autoroute": "hw2/techs/cov_eliteCommando_upgrade1", + "Title": "MERCENARY RAGE", + "HW2Tech": { + "ObjectTypeId": "cov_eliteCommando_upgrade1", + "DisplayInfo": { + "Id": 335982, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:06Z", + "ModifiedUtc": "2017-02-03T19:37:49Z", + "PublishedUtc": "2017-02-03T19:37:49Z", + "Container": -1 + }, + "Identity": "84430d60354143d99654af7c9a43577d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MERCENARY RAGE Display Info", + "HW2TechDisplayInfo": { + "Name": "MERCENARY RAGE", + "Description": "Faster movement. Increased attack. Increased health and shield" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337175" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337159, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:53Z", + "ModifiedUtc": "2017-02-03T19:41:44Z", + "PublishedUtc": "2017-02-03T19:41:44Z", + "Container": -1 + }, + "Identity": "50c3a03dc27c4e469071346f1326d67e", + "Autoroute": "hw2/techs/unsc_mongoose_upgrade2", + "Title": "SUPPORT DRONE", + "HW2Tech": { + "ObjectTypeId": "unsc_mongoose_upgrade2", + "DisplayInfo": { + "Id": 335773, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:52Z", + "ModifiedUtc": "2017-02-03T19:37:04Z", + "PublishedUtc": "2017-02-03T19:37:04Z", + "Container": -1 + }, + "Identity": "ea27a494fce44da099c1f7b637aaa55a", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SUPPORT DRONE Display Info", + "HW2TechDisplayInfo": { + "Name": "SUPPORT DRONE", + "Description": "Equips drone. Increased LOS. Detects cloaked units. Drone heals Jackrabbit" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337159" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337138, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:30Z", + "ModifiedUtc": "2017-02-03T19:41:38Z", + "PublishedUtc": "2017-02-03T19:41:38Z", + "Container": -1 + }, + "Identity": "5ca2be603b60480e9fda8183a87b82cb", + "Autoroute": "hw2/techs/cov_tech_global_aircraft_03", + "Title": "AIR UPGRADE III", + "HW2Tech": { + "ObjectTypeId": "cov_tech_global_aircraft_03", + "DisplayInfo": { + "Id": 335455, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:28Z", + "ModifiedUtc": "2017-02-03T19:36:03Z", + "PublishedUtc": "2017-02-03T19:36:03Z", + "Container": -1 + }, + "Identity": "53c2735f0f1d4d7cbe508a47c94f225e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "AIR UPGRADE III Display Info", + "HW2TechDisplayInfo": { + "Name": "AIR UPGRADE III", + "Description": "30% damage boost. 30% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337138" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337134, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:42Z", + "ModifiedUtc": "2017-02-03T19:41:37Z", + "PublishedUtc": "2017-02-03T19:41:37Z", + "Container": -1 + }, + "Identity": "5d8c986d17f8440aa2ce13b4e411dc38", + "Autoroute": "hw2/techs/cov_turret_upgradeAA", + "Title": "ADD ANTI-AIR UPGRADE", + "HW2Tech": { + "ObjectTypeId": "cov_turret_upgradeAA", + "DisplayInfo": { + "Id": 335450, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:41Z", + "ModifiedUtc": "2017-02-03T19:36:02Z", + "PublishedUtc": "2017-02-03T19:36:02Z", + "Container": -1 + }, + "Identity": "16f15c36faf84d7d95b176b25f2d2880", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ADD ANTI-AIR UPGRADE Display Info", + "HW2TechDisplayInfo": { + "Name": "ADD ANTI-AIR UPGRADE", + "Description": "Adds an anti-air weapon" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337134" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337131, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:30Z", + "ModifiedUtc": "2017-02-03T19:41:36Z", + "PublishedUtc": "2017-02-03T19:41:36Z", + "Container": -1 + }, + "Identity": "66c534387a454275959c9ed8885faca8", + "Autoroute": "hw2/techs/unsc_turret_upgradeAV", + "Title": "ANTI-VEHICLE TURRET", + "HW2Tech": { + "ObjectTypeId": "unsc_turret_upgradeAV", + "DisplayInfo": { + "Id": 335434, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:29Z", + "ModifiedUtc": "2017-02-03T19:35:59Z", + "PublishedUtc": "2017-02-03T19:35:59Z", + "Container": -1 + }, + "Identity": "019b1fbacb914925bd6bfed4ec05248a", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ANTI-VEHICLE TURRET Display Info", + "HW2TechDisplayInfo": { + "Name": "ANTI-VEHICLE TURRET", + "Description": "Converts to anti-vehicle" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337131" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337125, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:37Z", + "ModifiedUtc": "2017-02-03T19:41:34Z", + "PublishedUtc": "2017-02-03T19:41:34Z", + "Container": -1 + }, + "Identity": "c571ad9aca004c0f90f7849f3b6c4aae", + "Autoroute": "hw2/techs/cov_reactor_upgrade2", + "Title": "Upgrade to Super Extractor", + "HW2Tech": { + "ObjectTypeId": "cov_reactor_upgrade2", + "DisplayInfo": { + "Id": 335398, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:36Z", + "ModifiedUtc": "2017-02-03T19:35:51Z", + "PublishedUtc": "2017-02-03T19:35:51Z", + "Container": -1 + }, + "Identity": "16ca6857efb24feeb22292eaf05202c4", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Upgrade to Super Extractor Display Info", + "HW2TechDisplayInfo": { + "Name": "Upgrade to Super Extractor", + "Description": "Fastest Power Production" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337125" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337118, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:47Z", + "ModifiedUtc": "2017-02-03T19:41:31Z", + "PublishedUtc": "2017-02-03T19:41:31Z", + "Container": -1 + }, + "Identity": "e38491bca4dd4b38980b57ffd51eb15d", + "Autoroute": "hw2/techs/unsc_aggressor_upgrade1", + "Title": "DRONE ESCORT", + "HW2Tech": { + "ObjectTypeId": "unsc_aggressor_upgrade1", + "DisplayInfo": { + "Id": 335370, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:46Z", + "ModifiedUtc": "2017-02-03T19:35:45Z", + "PublishedUtc": "2017-02-03T19:35:45Z", + "Container": -1 + }, + "Identity": "ad64439ccb0f4d03aef822505ef99b5a", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "DRONE ESCORT Display Info", + "HW2TechDisplayInfo": { + "Name": "DRONE ESCORT", + "Description": "Increased damage. Increased health. Lockdown Bolt unlocked" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337118" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337093, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:08Z", + "ModifiedUtc": "2017-02-03T19:41:26Z", + "PublishedUtc": "2017-02-03T19:41:26Z", + "Container": -1 + }, + "Identity": "48f04249c6594f79b893bda768941ec5", + "Autoroute": "hw2/techs/unsc_hornet_upgrade1", + "Title": "WINGMEN", + "HW2Tech": { + "ObjectTypeId": "unsc_hornet_upgrade1", + "DisplayInfo": { + "Id": 335115, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:07Z", + "ModifiedUtc": "2017-02-03T19:35:02Z", + "PublishedUtc": "2017-02-03T19:35:03Z", + "Container": -1 + }, + "Identity": "ded64bbba0d647c6861cd85397289ccf", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "WINGMEN Display Info", + "HW2TechDisplayInfo": { + "Name": "WINGMEN", + "Description": "Adds marines with. rocket launchers. Increased health" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337093" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337095, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:32Z", + "ModifiedUtc": "2017-02-03T19:41:26Z", + "PublishedUtc": "2017-02-03T19:41:26Z", + "Container": -1 + }, + "Identity": "43b0d360b6804550bdc298a04334dc72", + "Autoroute": "hw2/techs/unsc_turret_upgradeAA", + "Title": "ANTI-AIR TURRET", + "HW2Tech": { + "ObjectTypeId": "unsc_turret_upgradeAA", + "DisplayInfo": { + "Id": 335132, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:31Z", + "ModifiedUtc": "2017-02-03T19:35:05Z", + "PublishedUtc": "2017-02-03T19:35:05Z", + "Container": -1 + }, + "Identity": "9fe1f98aeaa14ffe9f8979ab7da3158f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ANTI-AIR TURRET Display Info", + "HW2TechDisplayInfo": { + "Name": "ANTI-AIR TURRET", + "Description": "Converts to anti-air" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337095" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337088, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:56Z", + "ModifiedUtc": "2017-02-03T19:41:25Z", + "PublishedUtc": "2017-02-03T19:41:25Z", + "Container": -1 + }, + "Identity": "573ac5aaa6424c1b81bf7446bd4839fd", + "Autoroute": "hw2/techs/unsc_flameMarine_upgrade3", + "Title": "DISPERSION NOZZLES", + "HW2Tech": { + "ObjectTypeId": "unsc_flameMarine_upgrade3", + "DisplayInfo": { + "Id": 335065, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:54Z", + "ModifiedUtc": "2017-02-03T19:34:53Z", + "PublishedUtc": "2017-02-03T19:34:53Z", + "Container": -1 + }, + "Identity": "d60d808678944acbae0cf4d236e52f8c", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "DISPERSION NOZZLES Display Info", + "HW2TechDisplayInfo": { + "Name": "DISPERSION NOZZLES", + "Description": "Sets ground on fire" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337088" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337089, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:17Z", + "ModifiedUtc": "2017-02-03T19:41:25Z", + "PublishedUtc": "2017-02-03T19:41:25Z", + "Container": -1 + }, + "Identity": "5622ef7928f646399c94450e48b5fe74", + "Autoroute": "hw2/techs/cov_bruteHonour_upgrade3", + "Title": "SIPHON", + "HW2Tech": { + "ObjectTypeId": "cov_bruteHonour_upgrade3", + "DisplayInfo": { + "Id": 335075, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:16Z", + "ModifiedUtc": "2017-02-03T19:34:56Z", + "PublishedUtc": "2017-02-03T19:34:56Z", + "Container": -1 + }, + "Identity": "fc5d4e3c36ea4082b49ccb844f4c66c7", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SIPHON Display Info", + "HW2TechDisplayInfo": { + "Name": "SIPHON", + "Description": "Warlord gains health. with each attack" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337089" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337091, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:15Z", + "ModifiedUtc": "2017-02-03T19:41:25Z", + "PublishedUtc": "2017-02-03T19:41:25Z", + "Container": -1 + }, + "Identity": "4d77a9fe65e942ab9b0d07d1cf18cd12", + "Autoroute": "hw2/techs/cov_bruteHonour_upgrade2", + "Title": "HAMMER STUN", + "HW2Tech": { + "ObjectTypeId": "cov_bruteHonour_upgrade2", + "DisplayInfo": { + "Id": 335096, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:14Z", + "ModifiedUtc": "2017-02-03T19:35:00Z", + "PublishedUtc": "2017-02-03T19:35:00Z", + "Container": -1 + }, + "Identity": "6420ca3846964dcbbaa254223080939f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HAMMER STUN Display Info", + "HW2TechDisplayInfo": { + "Name": "HAMMER STUN", + "Description": "Warlord's hammer. stuns and deals AoE" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337091" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337083, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:49Z", + "ModifiedUtc": "2017-02-03T19:41:23Z", + "PublishedUtc": "2017-02-03T19:41:23Z", + "Container": -1 + }, + "Identity": "6738e671fa6b40958a4d568a9a2cfecf", + "Autoroute": "hw2/techs/unsc_aggressor_upgrade2", + "Title": "DEFENSE GRID", + "HW2Tech": { + "ObjectTypeId": "unsc_aggressor_upgrade2", + "DisplayInfo": { + "Id": 335036, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:49Z", + "ModifiedUtc": "2017-02-03T19:34:47Z", + "PublishedUtc": "2017-02-03T19:34:47Z", + "Container": -1 + }, + "Identity": "dc762cb757254af1a28a4c47a2085cdd", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "DEFENSE GRID Display Info", + "HW2TechDisplayInfo": { + "Name": "DEFENSE GRID", + "Description": "Increased speed. Detonate on destruction" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337083" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337006, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:02Z", + "ModifiedUtc": "2017-02-03T19:41:10Z", + "PublishedUtc": "2017-02-03T19:41:10Z", + "Container": -1 + }, + "Identity": "8508736aa6a5414bb47832b3a26b2f08", + "Autoroute": "hw2/techs/unsc_spartan_upgrade3_chaingun", + "Title": "NEURAL IMPLANT", + "HW2Tech": { + "ObjectTypeId": "unsc_spartan_upgrade3_chaingun", + "DisplayInfo": { + "Id": 336410, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:01Z", + "ModifiedUtc": "2017-02-03T19:39:12Z", + "PublishedUtc": "2017-02-03T19:39:12Z", + "Container": -1 + }, + "Identity": "1562d328879b4203b80e003f4ddc7b3c", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "NEURAL IMPLANT Display Info", + "HW2TechDisplayInfo": { + "Name": "NEURAL IMPLANT", + "Description": "Increases hijack speed. Health boost. Damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337006" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336999, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:59Z", + "ModifiedUtc": "2017-02-03T19:41:09Z", + "PublishedUtc": "2017-02-03T19:41:09Z", + "Container": -1 + }, + "Identity": "dbe90b82510d410ba58b85f5618e6eba", + "Autoroute": "hw2/techs/unsc_spartan_upgrade2_rocket", + "Title": "ROCKET LAUNCHER", + "HW2Tech": { + "ObjectTypeId": "unsc_spartan_upgrade2_rocket", + "DisplayInfo": { + "Id": 335703, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:58Z", + "ModifiedUtc": "2017-02-03T19:36:52Z", + "PublishedUtc": "2017-02-03T19:36:52Z", + "Container": -1 + }, + "Identity": "7d8714d28ea64ed2919b1eed22de13da", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ROCKET LAUNCHER Display Info", + "HW2TechDisplayInfo": { + "Name": "ROCKET LAUNCHER", + "Description": "Equips Rocket Launcher. Health boost. Damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336999" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337001, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:57Z", + "ModifiedUtc": "2017-02-03T19:41:09Z", + "PublishedUtc": "2017-02-03T19:41:09Z", + "Container": -1 + }, + "Identity": "d768196fdd9d458f8ba7397c9fe11d4f", + "Autoroute": "hw2/techs/unsc_spartan_upgrade2_chaingun", + "Title": "HEAVY MACHINE GUN", + "HW2Tech": { + "ObjectTypeId": "unsc_spartan_upgrade2_chaingun", + "DisplayInfo": { + "Id": 335873, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:56Z", + "ModifiedUtc": "2017-02-03T19:37:23Z", + "PublishedUtc": "2017-02-03T19:37:23Z", + "Container": -1 + }, + "Identity": "2036c3554c2944c786f7664b0e1e9597", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HEAVY MACHINE GUN Display Info", + "HW2TechDisplayInfo": { + "Name": "HEAVY MACHINE GUN", + "Description": "Equips Machine Gun. Health boost. Damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337001" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 337004, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:46Z", + "ModifiedUtc": "2017-02-03T19:41:09Z", + "PublishedUtc": "2017-02-03T19:41:09Z", + "Container": -1 + }, + "Identity": "d1744623ec634543841f749dd19bc748", + "Autoroute": "hw2/techs/cov_base_upgrade3", + "Title": "UPGRADE TO FORTRESS", + "HW2Tech": { + "ObjectTypeId": "cov_base_upgrade3", + "DisplayInfo": { + "Id": 335304, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:45Z", + "ModifiedUtc": "2017-02-03T19:35:33Z", + "PublishedUtc": "2017-02-03T19:35:33Z", + "Container": -1 + }, + "Identity": "11be85ad8470458383fd650d3a59da68", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UPGRADE TO FORTRESS Display Info", + "HW2TechDisplayInfo": { + "Name": "UPGRADE TO FORTRESS", + "Description": "Produces vehicles and infantry. Top base structure" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/337004" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336993, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:38Z", + "ModifiedUtc": "2017-02-03T19:41:08Z", + "PublishedUtc": "2017-02-03T19:41:08Z", + "Container": -1 + }, + "Identity": "df54507917cc4871b9bbc174d51e16f6", + "Autoroute": "hw2/techs/unsc_base_upgrade2", + "Title": "UPGRADE TO COMMAND CENTER", + "HW2Tech": { + "ObjectTypeId": "unsc_base_upgrade2", + "DisplayInfo": { + "Id": 336649, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:38Z", + "ModifiedUtc": "2017-02-03T19:40:01Z", + "PublishedUtc": "2017-02-03T19:40:01Z", + "Container": -1 + }, + "Identity": "f861afe9d74941a1be531d15ce6befeb", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UPGRADE TO COMMAND CENTER Display Info", + "HW2TechDisplayInfo": { + "Name": "UPGRADE TO COMMAND CENTER", + "Description": "Produces vehicles and infantry. Can be upgraded to Headquarters" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336993" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336994, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:53Z", + "ModifiedUtc": "2017-02-03T19:41:08Z", + "PublishedUtc": "2017-02-03T19:41:08Z", + "Container": -1 + }, + "Identity": "df1c5924f6ce44b9b9072fdeae592bfe", + "Autoroute": "hw2/tech/cov_tech_followers_3", + "Title": "RESERVES III", + "HW2Tech": { + "ObjectTypeId": "cov_tech_followers_3", + "DisplayInfo": { + "Id": 334875, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:52Z", + "ModifiedUtc": "2017-02-03T19:34:18Z", + "PublishedUtc": "2017-02-03T19:34:18Z", + "Container": -1 + }, + "Identity": "bedaba6c4c5e4b9db9efe7c342837a3f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "RESERVES III Display Info", + "HW2TechDisplayInfo": { + "Name": "RESERVES III", + "Description": "Population boosted by +20. Maximum number of. possible units increased." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336994" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336998, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:44Z", + "ModifiedUtc": "2017-02-03T19:41:08Z", + "PublishedUtc": "2017-02-03T19:41:08Z", + "Container": -1 + }, + "Identity": "dd00d0fff5444133a6304f6324b44032", + "Autoroute": "hw2/techs/cov_tech_recruitTraining_1", + "Title": "ADV. LOGISTICS I", + "HW2Tech": { + "ObjectTypeId": "cov_tech_recruitTraining_1", + "DisplayInfo": { + "Id": 335844, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:43Z", + "ModifiedUtc": "2017-02-03T19:37:16Z", + "PublishedUtc": "2017-02-03T19:37:16Z", + "Container": -1 + }, + "Identity": "3235ab23ec704b2aa43f7867eed6c5da", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ADV. LOGISTICS I Display Info", + "HW2TechDisplayInfo": { + "Name": "ADV. LOGISTICS I", + "Description": "15% Unit build speed" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336998" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336977, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:25Z", + "ModifiedUtc": "2017-02-03T19:41:05Z", + "PublishedUtc": "2017-02-03T19:41:05Z", + "Container": -1 + }, + "Identity": "f64cb6687e824c519d8d0ff1bf3f9040", + "Autoroute": "hw2/techs/unsc_reactor_upgrade1", + "Title": "UPGRADE TO ADV. GENERATOR", + "HW2Tech": { + "ObjectTypeId": "unsc_reactor_upgrade1", + "DisplayInfo": { + "Id": 335150, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:24Z", + "ModifiedUtc": "2017-02-03T19:35:09Z", + "PublishedUtc": "2017-02-03T19:35:09Z", + "Container": -1 + }, + "Identity": "381f147456bd4a94a7b37daa70563efd", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UPGRADE TO ADV. GENERATOR Display Info", + "HW2TechDisplayInfo": { + "Name": "UPGRADE TO ADV. GENERATOR", + "Description": "Increases power income" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336977" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336943, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:40Z", + "ModifiedUtc": "2017-02-03T19:40:56Z", + "PublishedUtc": "2017-02-03T19:40:56Z", + "Container": -1 + }, + "Identity": "28f150fd08354fe291749d66e8f447f5", + "Autoroute": "hw2/techs/unsc_base_upgrade3", + "Title": "UPGRADE TO HEADQUARTERS", + "HW2Tech": { + "ObjectTypeId": "unsc_base_upgrade3", + "DisplayInfo": { + "Id": 335249, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:39Z", + "ModifiedUtc": "2017-02-03T19:35:25Z", + "PublishedUtc": "2017-02-03T19:35:25Z", + "Container": -1 + }, + "Identity": "77a4b83a3f2b4159813c9038148e47ba", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UPGRADE TO HEADQUARTERS Display Info", + "HW2TechDisplayInfo": { + "Name": "UPGRADE TO HEADQUARTERS", + "Description": "Produces vehicles and infantry. Top base upgrade" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336943" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336944, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:27Z", + "ModifiedUtc": "2017-02-03T19:40:55Z", + "PublishedUtc": "2017-02-03T19:40:56Z", + "Container": -1 + }, + "Identity": "27e4bb620ccb4313ac7f312e37499dac", + "Autoroute": "hw2/techs/unsc_reactor_upgrade2", + "Title": "UPGRADE TO SUPER GENERATOR", + "HW2Tech": { + "ObjectTypeId": "unsc_reactor_upgrade2", + "DisplayInfo": { + "Id": 336361, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:26Z", + "ModifiedUtc": "2017-02-03T19:39:03Z", + "PublishedUtc": "2017-02-03T19:39:03Z", + "Container": -1 + }, + "Identity": "9a486709eedb47eab44d21c55ef84c9c", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UPGRADE TO SUPER GENERATOR Display Info", + "HW2TechDisplayInfo": { + "Name": "UPGRADE TO SUPER GENERATOR", + "Description": "Fastest Power Production" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336944" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336945, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:34Z", + "ModifiedUtc": "2017-02-03T19:40:56Z", + "PublishedUtc": "2017-02-03T19:40:56Z", + "Container": -1 + }, + "Identity": "253ac7d8e8bc4133baddabcc4ad5f5da", + "Autoroute": "hw2/techs/unsc_tech_recruitTraining_1", + "Title": "ADV. LOGISTICS I", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_recruitTraining_1", + "DisplayInfo": { + "Id": 336375, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:33Z", + "ModifiedUtc": "2017-02-03T19:39:05Z", + "PublishedUtc": "2017-02-03T19:39:06Z", + "Container": -1 + }, + "Identity": "801f875feaaf4783ac8a8a6a8e084171", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ADV. LOGISTICS I Display Info", + "HW2TechDisplayInfo": { + "Name": "ADV. LOGISTICS I", + "Description": "15% Unit build speed" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336945" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336940, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:42Z", + "ModifiedUtc": "2017-02-03T19:40:55Z", + "PublishedUtc": "2017-02-03T19:40:55Z", + "Container": -1 + }, + "Identity": "29e015611a204a0180e30893cc34dd0f", + "Autoroute": "hw2/techs/unsc_tech_reinforcements_2", + "Title": "REINFORCEMENTS II", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_reinforcements_2", + "DisplayInfo": { + "Id": 335909, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:41Z", + "ModifiedUtc": "2017-02-03T19:37:30Z", + "PublishedUtc": "2017-02-03T19:37:31Z", + "Container": -1 + }, + "Identity": "07808f9ecc0f463fa1f8d161fdee0735", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "REINFORCEMENTS II Display Info", + "HW2TechDisplayInfo": { + "Name": "REINFORCEMENTS II", + "Description": "Population boosted by +20. Maximum number of. possible units increased." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336940" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336920, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:33:07Z", + "ModifiedUtc": "2017-02-03T19:40:52Z", + "PublishedUtc": "2017-02-03T19:40:52Z", + "Container": -1 + }, + "Identity": "4572ac4e522d40f692830b2903f0d0c9", + "Autoroute": "hw2/techs/unsc_forgehog_upgrade1", + "Title": "ANVIL ROUND", + "HW2Tech": { + "ObjectTypeId": "unsc_forgehog_upgrade1", + "DisplayInfo": { + "Id": 335354, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:33:07Z", + "ModifiedUtc": "2017-02-03T19:35:42Z", + "PublishedUtc": "2017-02-03T19:35:42Z", + "Container": -1 + }, + "Identity": "00dfa1d8230f413f9849bcf415743279", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ANVIL ROUND Display Info", + "HW2TechDisplayInfo": { + "Name": "ANVIL ROUND", + "Description": "Fires an EMP round. Slows enemy vehicles" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336920" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336904, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:27Z", + "ModifiedUtc": "2017-02-03T19:40:48Z", + "PublishedUtc": "2017-02-03T19:40:49Z", + "Container": -1 + }, + "Identity": "76798d8fa6ed42a6b3009c22f43546c5", + "Autoroute": "hw2/techs/cov_tech_global_aircraft_02", + "Title": "AIR UPGRADE II", + "HW2Tech": { + "ObjectTypeId": "cov_tech_global_aircraft_02", + "DisplayInfo": { + "Id": 336378, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:26Z", + "ModifiedUtc": "2017-02-03T19:39:06Z", + "PublishedUtc": "2017-02-03T19:39:06Z", + "Container": -1 + }, + "Identity": "2416da3bf57a40b1a9f2b9f46520a79e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "AIR UPGRADE II Display Info", + "HW2TechDisplayInfo": { + "Name": "AIR UPGRADE II", + "Description": "20% damage boost. 20% health boost. " + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336904" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336899, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:39Z", + "ModifiedUtc": "2017-02-03T19:40:48Z", + "PublishedUtc": "2017-02-03T19:40:48Z", + "Container": -1 + }, + "Identity": "b8250f8e322f40c785ee71d861f01692", + "Autoroute": "hw2/techs/cov_turret_upgradeAI", + "Title": "ADD ANTI-INFANTRY UPGRADE", + "HW2Tech": { + "ObjectTypeId": "cov_turret_upgradeAI", + "DisplayInfo": { + "Id": 336740, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:38Z", + "ModifiedUtc": "2017-02-03T19:40:17Z", + "PublishedUtc": "2017-02-03T19:40:17Z", + "Container": -1 + }, + "Identity": "7b52568b49754a4db1c8b9c5f4eeedd0", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ADD ANTI-INFANTRY UPGRADE Display Info", + "HW2TechDisplayInfo": { + "Name": "ADD ANTI-INFANTRY UPGRADE", + "Description": "Adds an anti-infantry weapon" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336899" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336900, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:42Z", + "ModifiedUtc": "2017-02-03T19:40:48Z", + "PublishedUtc": "2017-02-03T19:40:48Z", + "Container": -1 + }, + "Identity": "b4eb169ee2004d59876e749e5cf4c80b", + "Autoroute": "hw2/techs/cov_base_upgrade1", + "Title": "UPGRADE TO STRONGHOLD", + "HW2Tech": { + "ObjectTypeId": "cov_base_upgrade1", + "DisplayInfo": { + "Id": 335084, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:41Z", + "ModifiedUtc": "2017-02-03T19:34:58Z", + "PublishedUtc": "2017-02-03T19:34:58Z", + "Container": -1 + }, + "Identity": "51dce809e25849c4b260f388f2a04811", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UPGRADE TO STRONGHOLD Display Info", + "HW2TechDisplayInfo": { + "Name": "UPGRADE TO STRONGHOLD", + "Description": "Produces vehicles and infantry. Can be upgraded to Citadel. Supports four turrets" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336900" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336902, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:25Z", + "ModifiedUtc": "2017-02-03T19:40:48Z", + "PublishedUtc": "2017-02-03T19:40:48Z", + "Container": -1 + }, + "Identity": "b2cd5a6da28f4bf19019718d4a74b076", + "Autoroute": "hw2/techs/cov_tech_global_aircraft_01", + "Title": "AIR UPGRADE I", + "HW2Tech": { + "ObjectTypeId": "cov_tech_global_aircraft_01", + "DisplayInfo": { + "Id": 336165, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:24Z", + "ModifiedUtc": "2017-02-03T19:38:27Z", + "PublishedUtc": "2017-02-03T19:38:27Z", + "Container": -1 + }, + "Identity": "af5371088a8042cba42ca5327b7bfcf4", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "AIR UPGRADE I Display Info", + "HW2TechDisplayInfo": { + "Name": "AIR UPGRADE I", + "Description": "10% damage boost. 10% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336902" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336898, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:56Z", + "ModifiedUtc": "2017-02-03T19:40:47Z", + "PublishedUtc": "2017-02-03T19:40:47Z", + "Container": -1 + }, + "Identity": "b31eb8f6eb6f44cdb8082776fba0d617", + "Autoroute": "hw2/techs/cov_grunt_upgrade2", + "Title": "PACK BROTHER", + "HW2Tech": { + "ObjectTypeId": "cov_grunt_upgrade2", + "DisplayInfo": { + "Id": 335646, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:55Z", + "ModifiedUtc": "2017-02-03T19:36:43Z", + "PublishedUtc": "2017-02-03T19:36:43Z", + "Container": -1 + }, + "Identity": "d8a4cf8eaf244415ae71237b9d9b44a9", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "PACK BROTHER Display Info", + "HW2TechDisplayInfo": { + "Name": "PACK BROTHER", + "Description": "Additional Brute. and Grunt join squad" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336898" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336868, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:46Z", + "ModifiedUtc": "2017-02-03T19:40:40Z", + "PublishedUtc": "2017-02-03T19:40:40Z", + "Container": -1 + }, + "Identity": "23ab8651fa3146d48cc219efab6bb9c0", + "Autoroute": "hw2/techs/unsc_marine_upgrade1", + "Title": "GRENADE THROW", + "HW2Tech": { + "ObjectTypeId": "unsc_marine_upgrade1", + "DisplayInfo": { + "Id": 335867, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:45Z", + "ModifiedUtc": "2017-02-03T19:37:22Z", + "PublishedUtc": "2017-02-03T19:37:22Z", + "Container": -1 + }, + "Identity": "342f09cfb3f34fb3b613173b74c6321e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GRENADE THROW Display Info", + "HW2TechDisplayInfo": { + "Name": "GRENADE THROW", + "Description": "Can throw grenades. Small Area Attack. Cannot target air" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336868" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336861, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:44Z", + "ModifiedUtc": "2017-02-03T19:40:39Z", + "PublishedUtc": "2017-02-03T19:40:39Z", + "Container": -1 + }, + "Identity": "6edc8d6a0c0046458b1f258d55fb09d3", + "Autoroute": "hw2/tech/unsc_tech_reinforcements_3", + "Title": "RESERVES III", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_reinforcements_3", + "DisplayInfo": { + "Id": 336270, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:43Z", + "ModifiedUtc": "2017-02-03T19:38:44Z", + "PublishedUtc": "2017-02-03T19:38:44Z", + "Container": -1 + }, + "Identity": "5eb2e4547333482fb90b5cc29e58aa82", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "RESERVES III Display Info", + "HW2TechDisplayInfo": { + "Name": "RESERVES III", + "Description": "Population boosted by +20. Maximum number of. possible units increased." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336861" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336844, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:15Z", + "ModifiedUtc": "2017-02-03T19:40:35Z", + "PublishedUtc": "2017-02-03T19:40:35Z", + "Container": -1 + }, + "Identity": "8875b686792341538c083b390e4180a1", + "Autoroute": "hw2/techs/cov_tech_global_infantry_01", + "Title": "INFANTRY UPGRADE I", + "HW2Tech": { + "ObjectTypeId": "cov_tech_global_infantry_01", + "DisplayInfo": { + "Id": 335686, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:14Z", + "ModifiedUtc": "2017-02-03T19:36:49Z", + "PublishedUtc": "2017-02-03T19:36:49Z", + "Container": -1 + }, + "Identity": "da69a1011d3e4a1082b158d4874370b3", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "INFANTRY UPGRADE I Display Info", + "HW2TechDisplayInfo": { + "Name": "INFANTRY UPGRADE I", + "Description": "10% damage boost. 10% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336844" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336839, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:00Z", + "ModifiedUtc": "2017-02-03T19:40:34Z", + "PublishedUtc": "2017-02-03T19:40:34Z", + "Container": -1 + }, + "Identity": "8f9a6545a20941cc8f9c0956d22bf705", + "Autoroute": "hw2/techs/unsc_spartan_upgrade2_laser", + "Title": "SPARTAN LASER", + "HW2Tech": { + "ObjectTypeId": "unsc_spartan_upgrade2_laser", + "DisplayInfo": { + "Id": 335696, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:59Z", + "ModifiedUtc": "2017-02-03T19:36:51Z", + "PublishedUtc": "2017-02-03T19:36:51Z", + "Container": -1 + }, + "Identity": "75fda639237d463183098342d0a51e29", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SPARTAN LASER Display Info", + "HW2TechDisplayInfo": { + "Name": "SPARTAN LASER", + "Description": "Equips a Spartan Laser. Health boost. Damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336839" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336837, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:47Z", + "ModifiedUtc": "2017-02-03T19:40:33Z", + "PublishedUtc": "2017-02-03T19:40:33Z", + "Container": -1 + }, + "Identity": "98923ba841374dcb86f3a500bc13686d", + "Autoroute": "hw2/techs/cov_tech_recruitTraining_3", + "Title": "ADV. LOGISTICS III", + "HW2Tech": { + "ObjectTypeId": "cov_tech_recruitTraining_3", + "DisplayInfo": { + "Id": 335852, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:47Z", + "ModifiedUtc": "2017-02-03T19:37:18Z", + "PublishedUtc": "2017-02-03T19:37:18Z", + "Container": -1 + }, + "Identity": "2fbf4505b8ad4fb68a752813d65a524b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ADV. LOGISTICS III Display Info", + "HW2TechDisplayInfo": { + "Name": "ADV. LOGISTICS III", + "Description": "45% Unit build speed" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336837" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336821, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:09Z", + "ModifiedUtc": "2017-02-03T19:40:30Z", + "PublishedUtc": "2017-02-03T19:40:31Z", + "Container": -1 + }, + "Identity": "b1c5967d67db4e2ca2258dcac3da710e", + "Autoroute": "hw2/techs/unsc_tech_global_infantry_01", + "Title": "INFANTRY UPGRADE I", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_global_infantry_01", + "DisplayInfo": { + "Id": 336156, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:08Z", + "ModifiedUtc": "2017-02-03T19:38:26Z", + "PublishedUtc": "2017-02-03T19:38:26Z", + "Container": -1 + }, + "Identity": "da41c5b35f704471954fa07457ee45dd", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "INFANTRY UPGRADE I Display Info", + "HW2TechDisplayInfo": { + "Name": "INFANTRY UPGRADE I", + "Description": "10% damage boost. 10% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336821" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336825, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:22Z", + "ModifiedUtc": "2017-02-03T19:40:31Z", + "PublishedUtc": "2017-02-03T19:40:31Z", + "Container": -1 + }, + "Identity": "a7515cfbb2384ecb9a095846946c1d44", + "Autoroute": "hw2/techs/cov_tech_global_vehicle_02", + "Title": "VEHICLE UPGRADE II", + "HW2Tech": { + "ObjectTypeId": "cov_tech_global_vehicle_02", + "DisplayInfo": { + "Id": 336739, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:21Z", + "ModifiedUtc": "2017-02-03T19:40:17Z", + "PublishedUtc": "2017-02-03T19:40:17Z", + "Container": -1 + }, + "Identity": "8ae0023bdddf4f8ca39a79f9573c413f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "VEHICLE UPGRADE II Display Info", + "HW2TechDisplayInfo": { + "Name": "VEHICLE UPGRADE II", + "Description": "20% damage boost. 20% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336825" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336828, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:20Z", + "ModifiedUtc": "2017-02-03T19:40:31Z", + "PublishedUtc": "2017-02-03T19:40:31Z", + "Container": -1 + }, + "Identity": "9e1d087940f44982955f0a179078af28", + "Autoroute": "hw2/techs/cov_tech_global_vehicle_01", + "Title": "VEHICLE UPGRADE I", + "HW2Tech": { + "ObjectTypeId": "cov_tech_global_vehicle_01", + "DisplayInfo": { + "Id": 336288, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:19Z", + "ModifiedUtc": "2017-02-03T19:38:49Z", + "PublishedUtc": "2017-02-03T19:38:49Z", + "Container": -1 + }, + "Identity": "523dec22c8254cf2a15a85a9db3543da", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "VEHICLE UPGRADE I Display Info", + "HW2TechDisplayInfo": { + "Name": "VEHICLE UPGRADE I", + "Description": "10% damage boost. 10% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336828" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336822, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:33:08Z", + "ModifiedUtc": "2017-02-03T19:40:30Z", + "PublishedUtc": "2017-02-03T19:40:30Z", + "Container": -1 + }, + "Identity": "a39927ede3e842c484872f74c6ed073e", + "Autoroute": "hw2/techs/unsc_forgehog_upgrade2", + "Title": "DEFENSIVE AURA", + "HW2Tech": { + "ObjectTypeId": "unsc_forgehog_upgrade2", + "DisplayInfo": { + "Id": 335811, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:33:08Z", + "ModifiedUtc": "2017-02-03T19:37:11Z", + "PublishedUtc": "2017-02-03T19:37:11Z", + "Container": -1 + }, + "Identity": "408e0bdaff68455c8095ef2f44f164c7", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "DEFENSIVE AURA Display Info", + "HW2TechDisplayInfo": { + "Name": "DEFENSIVE AURA", + "Description": "Improved Nanobots. Increase nearby allies speed" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336822" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336814, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:15Z", + "ModifiedUtc": "2017-02-03T19:40:29Z", + "PublishedUtc": "2017-02-03T19:40:29Z", + "Container": -1 + }, + "Identity": "c5c3bbbde54f401e99d778e80268ffb8", + "Autoroute": "hw2/techs/unsc_tech_global_vehicle_01", + "Title": "VEHICLE UPGRADE I", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_global_vehicle_01", + "DisplayInfo": { + "Id": 336242, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:14Z", + "ModifiedUtc": "2017-02-03T19:38:39Z", + "PublishedUtc": "2017-02-03T19:38:39Z", + "Container": -1 + }, + "Identity": "72cf52b7035547118388074b6950c42a", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "VEHICLE UPGRADE I Display Info", + "HW2TechDisplayInfo": { + "Name": "VEHICLE UPGRADE I", + "Description": "10% damage boost. 10% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336814" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336806, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:33:10Z", + "ModifiedUtc": "2017-02-03T19:40:28Z", + "PublishedUtc": "2017-02-03T19:40:28Z", + "Container": -1 + }, + "Identity": "cc956e2e7b0141e983eb44ca0037f756", + "Autoroute": "hw2/techs/unsc_forgehog_upgrade3", + "Title": "GAUSS OVERCHARGE", + "HW2Tech": { + "ObjectTypeId": "unsc_forgehog_upgrade3", + "DisplayInfo": { + "Id": 335782, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:33:09Z", + "ModifiedUtc": "2017-02-03T19:37:06Z", + "PublishedUtc": "2017-02-03T19:37:06Z", + "Container": -1 + }, + "Identity": "4c5db2c432484df7aa48a351e7cff911", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GAUSS OVERCHARGE Display Info", + "HW2TechDisplayInfo": { + "Name": "GAUSS OVERCHARGE", + "Description": "Gauss Cannon . Upgraded Anvil Round ability" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336806" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336810, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:49Z", + "ModifiedUtc": "2017-02-03T19:40:28Z", + "PublishedUtc": "2017-02-03T19:40:28Z", + "Container": -1 + }, + "Identity": "c7cff4d94400400c82e554e6441e9f24", + "Autoroute": "hw2/techs/cov_tech_followers_1", + "Title": "REINFORCEMENTS I", + "HW2Tech": { + "ObjectTypeId": "cov_tech_followers_1", + "DisplayInfo": { + "Id": 336431, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:48Z", + "ModifiedUtc": "2017-02-03T19:39:16Z", + "PublishedUtc": "2017-02-03T19:39:16Z", + "Container": -1 + }, + "Identity": "0b15f1c9c2f0490cab85ca7858a22137", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "REINFORCEMENTS I Display Info", + "HW2TechDisplayInfo": { + "Name": "REINFORCEMENTS I", + "Description": "Population boosted by +20. Maximum number of. possible units increased." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336810" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336799, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:37Z", + "ModifiedUtc": "2017-02-03T19:40:27Z", + "PublishedUtc": "2017-02-03T19:40:27Z", + "Container": -1 + }, + "Identity": "cf661bf95698487e94aecd5e37790df4", + "Autoroute": "hw2/techs/unsc_base_upgrade1", + "Title": "UPGRADE TO COMBAT STATION", + "HW2Tech": { + "ObjectTypeId": "unsc_base_upgrade1", + "DisplayInfo": { + "Id": 336258, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:36Z", + "ModifiedUtc": "2017-02-03T19:38:42Z", + "PublishedUtc": "2017-02-03T19:38:42Z", + "Container": -1 + }, + "Identity": "6c8d713521c8429587e902560e21c4aa", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UPGRADE TO COMBAT STATION Display Info", + "HW2TechDisplayInfo": { + "Name": "UPGRADE TO COMBAT STATION", + "Description": "Produces vehicles and infantry. Can be upgraded to Command Center. Supports four turret emplacements" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336799" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336804, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:28Z", + "ModifiedUtc": "2017-02-03T19:40:27Z", + "PublishedUtc": "2017-02-03T19:40:27Z", + "Container": -1 + }, + "Identity": "caa111c9b8d04a3cbaf392ded157e317", + "Autoroute": "hw2/techs/unsc_tech_global_structure_02", + "Title": "FORTIFY BASE UPGRADE II", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_global_structure_02", + "DisplayInfo": { + "Id": 335854, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:27Z", + "ModifiedUtc": "2017-02-03T19:37:18Z", + "PublishedUtc": "2017-02-03T19:37:18Z", + "Container": -1 + }, + "Identity": "27d797f70dab48d0816357296598bb0b", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FORTIFY BASE UPGRADE II Display Info", + "HW2TechDisplayInfo": { + "Name": "FORTIFY BASE UPGRADE II", + "Description": "30% Building health boost. 30% Turret health boost. 30% Turret damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336804" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336790, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:55Z", + "ModifiedUtc": "2017-02-03T19:40:25Z", + "PublishedUtc": "2017-02-03T19:40:26Z", + "Container": -1 + }, + "Identity": "0d4158700be5480889e8ededa2605bcb", + "Autoroute": "hw2/techs/unsc_spartan_upgrade1_laser", + "Title": "HIJACK", + "HW2Tech": { + "ObjectTypeId": "unsc_spartan_upgrade1_laser", + "DisplayInfo": { + "Id": 336786, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:54Z", + "ModifiedUtc": "2017-02-03T19:40:25Z", + "PublishedUtc": "2017-02-03T19:40:25Z", + "Container": -1 + }, + "Identity": "a5b88f94562d4e70acfa3d02809855dc", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HIJACK Display Info", + "HW2TechDisplayInfo": { + "Name": "HIJACK", + "Description": "Hijack vehicles. Health boost. Damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336790" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336754, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:17Z", + "ModifiedUtc": "2017-02-03T19:40:19Z", + "PublishedUtc": "2017-02-03T19:40:19Z", + "Container": -1 + }, + "Identity": "84de103aff594d84bec7f77ff6cf21c0", + "Autoroute": "hw2/techs/cov_tech_global_infantry_02", + "Title": "INFANTRY UPGRADE II", + "HW2Tech": { + "ObjectTypeId": "cov_tech_global_infantry_02", + "DisplayInfo": { + "Id": 336485, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:16Z", + "ModifiedUtc": "2017-02-03T19:39:24Z", + "PublishedUtc": "2017-02-03T19:39:24Z", + "Container": -1 + }, + "Identity": "a0d625b3be9046a383347f7c19af9b78", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "INFANTRY UPGRADE II Display Info", + "HW2TechDisplayInfo": { + "Name": "INFANTRY UPGRADE II", + "Description": "20% damage boost. 20% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336754" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336543, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:13Z", + "ModifiedUtc": "2017-02-03T19:39:37Z", + "PublishedUtc": "2017-02-03T19:39:37Z", + "Container": -1 + }, + "Identity": "031c01a41a2f4421b18a53fb5f87398c", + "Autoroute": "hw2/techs/unsc_tech_global_infantry_03", + "Title": "INFANTRY UPGRADE III", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_global_infantry_03", + "DisplayInfo": { + "Id": 335353, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:12Z", + "ModifiedUtc": "2017-02-03T19:35:42Z", + "PublishedUtc": "2017-02-03T19:35:42Z", + "Container": -1 + }, + "Identity": "a1968964df534f6389692a73909ee7cc", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "INFANTRY UPGRADE III Display Info", + "HW2TechDisplayInfo": { + "Name": "INFANTRY UPGRADE III", + "Description": "30% damage boost. 30% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336543" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336531, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:11Z", + "ModifiedUtc": "2017-02-03T19:39:35Z", + "PublishedUtc": "2017-02-03T19:39:35Z", + "Container": -1 + }, + "Identity": "24255fa17015453f876772772cbc5f31", + "Autoroute": "hw2/techs/cov_eliteCommando_upgrade3", + "Title": "UNSEEN BLADE", + "HW2Tech": { + "ObjectTypeId": "cov_eliteCommando_upgrade3", + "DisplayInfo": { + "Id": 335259, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:10Z", + "ModifiedUtc": "2017-02-03T19:35:27Z", + "PublishedUtc": "2017-02-03T19:35:27Z", + "Container": -1 + }, + "Identity": "19cc7494fabc4284bf38d8e5187eab04", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UNSEEN BLADE Display Info", + "HW2TechDisplayInfo": { + "Name": "UNSEEN BLADE", + "Description": "Permanent cloaking. Increased damage. Increased health and shield" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336531" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336525, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:33:17Z", + "ModifiedUtc": "2017-02-03T19:39:33Z", + "PublishedUtc": "2017-02-03T19:39:34Z", + "Container": -1 + }, + "Identity": "3f6d6f7399814445a2b5dbaaadbe1205", + "Autoroute": "hw2/techs/cov_atrioxchosen_upgrade1", + "Title": "PLASMA ROUNDS", + "HW2Tech": { + "ObjectTypeId": "cov_atrioxchosen_upgrade1", + "DisplayInfo": { + "Id": 336383, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:33:17Z", + "ModifiedUtc": "2017-02-03T19:39:07Z", + "PublishedUtc": "2017-02-03T19:39:07Z", + "Container": -1 + }, + "Identity": "2020ecf55d39479a8e65551bf7e9d337", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "PLASMA ROUNDS Display Info", + "HW2TechDisplayInfo": { + "Name": "PLASMA ROUNDS", + "Description": "Increases damage. Adds area of effect" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336525" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336508, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:33:18Z", + "ModifiedUtc": "2017-02-03T19:39:29Z", + "PublishedUtc": "2017-02-03T19:39:29Z", + "Container": -1 + }, + "Identity": "5348ed09b2154825a15690adc2831e24", + "Autoroute": "hw2/techs/cov_atrioxchosen_upgrade2", + "Title": "SCORCH ROUNDS", + "HW2Tech": { + "ObjectTypeId": "cov_atrioxchosen_upgrade2", + "DisplayInfo": { + "Id": 335082, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:33:18Z", + "ModifiedUtc": "2017-02-03T19:34:57Z", + "PublishedUtc": "2017-02-03T19:34:57Z", + "Container": -1 + }, + "Identity": "6f058ee2540e4b0d9afd070d1dd964ec", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SCORCH ROUNDS Display Info", + "HW2TechDisplayInfo": { + "Name": "SCORCH ROUNDS", + "Description": "Increases damage. Damage over time" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336508" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336503, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:16Z", + "ModifiedUtc": "2017-02-03T19:39:28Z", + "PublishedUtc": "2017-02-03T19:39:28Z", + "Container": -1 + }, + "Identity": "6739ce9db9d5467db8c95e17907aec95", + "Autoroute": "hw2/techs/unsc_tech_global_vehicle_02", + "Title": "VEHICLE UPGRADE II", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_global_vehicle_02", + "DisplayInfo": { + "Id": 335738, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:16Z", + "ModifiedUtc": "2017-02-03T19:36:58Z", + "PublishedUtc": "2017-02-03T19:36:58Z", + "Container": -1 + }, + "Identity": "be128a0bd4cd4cf4a284bbff8f31c4cd", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "VEHICLE UPGRADE II Display Info", + "HW2TechDisplayInfo": { + "Name": "VEHICLE UPGRADE II", + "Description": "20% damage boost. 20% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336503" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336506, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:40Z", + "ModifiedUtc": "2017-02-03T19:39:28Z", + "PublishedUtc": "2017-02-03T19:39:28Z", + "Container": -1 + }, + "Identity": "690cfc47bae346dc95a7e4dba73edc01", + "Autoroute": "hw2/techs/cov_turret_upgradeAV", + "Title": "ADD ANTI-VEHICLE UPGRADE", + "HW2Tech": { + "ObjectTypeId": "cov_turret_upgradeAV", + "DisplayInfo": { + "Id": 335029, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:40Z", + "ModifiedUtc": "2017-02-03T19:34:45Z", + "PublishedUtc": "2017-02-03T19:34:45Z", + "Container": -1 + }, + "Identity": "c183063cae5e40909b37d24f7d36ca64", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ADD ANTI-VEHICLE UPGRADE Display Info", + "HW2TechDisplayInfo": { + "Name": "ADD ANTI-VEHICLE UPGRADE", + "Description": "Adds an anti-vehicle weapon" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336506" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336480, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:33:12Z", + "ModifiedUtc": "2017-02-03T19:39:24Z", + "PublishedUtc": "2017-02-03T19:39:24Z", + "Container": -1 + }, + "Identity": "895aa49d00f949c8ae770d1018f7ff6f", + "Autoroute": "hw2/techs/unsc_grizzly_upgrade1", + "Title": "MISSILE BARRAGE", + "HW2Tech": { + "ObjectTypeId": "unsc_grizzly_upgrade1", + "DisplayInfo": { + "Id": 336389, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:33:11Z", + "ModifiedUtc": "2017-02-03T19:39:08Z", + "PublishedUtc": "2017-02-03T19:39:08Z", + "Container": -1 + }, + "Identity": "1fea7ab01a4a41539f870c9b2f67a88c", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MISSILE BARRAGE Display Info", + "HW2TechDisplayInfo": { + "Name": "MISSILE BARRAGE", + "Description": "Powerful Area Attack. Ground attack only" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336480" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336474, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:59Z", + "ModifiedUtc": "2017-02-03T19:39:23Z", + "PublishedUtc": "2017-02-03T19:39:23Z", + "Container": -1 + }, + "Identity": "91604b7440c74ab0ab740b00c7bf6184", + "Autoroute": "hw2/techs/unsc_cyclops_upgrade1", + "Title": "SHOCK ROUNDS", + "HW2Tech": { + "ObjectTypeId": "unsc_cyclops_upgrade1", + "DisplayInfo": { + "Id": 336266, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:58Z", + "ModifiedUtc": "2017-02-03T19:38:44Z", + "PublishedUtc": "2017-02-03T19:38:44Z", + "Container": -1 + }, + "Identity": "5d046e2782cd4d1e93d9bf76abf3e919", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SHOCK ROUNDS Display Info", + "HW2TechDisplayInfo": { + "Name": "SHOCK ROUNDS", + "Description": "Shots slow vehicles. Increased damage" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336474" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336478, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:20Z", + "ModifiedUtc": "2017-02-03T19:39:23Z", + "PublishedUtc": "2017-02-03T19:39:23Z", + "Container": -1 + }, + "Identity": "8ea7f1277289428999f82952263978e0", + "Autoroute": "hw2/techs/unsc_tech_global_aircraft_01", + "Title": "AIR UPGRADE I", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_global_aircraft_01", + "DisplayInfo": { + "Id": 336212, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:19Z", + "ModifiedUtc": "2017-02-03T19:38:34Z", + "PublishedUtc": "2017-02-03T19:38:34Z", + "Container": -1 + }, + "Identity": "8f6407dba1db41909c77f463a2b5ba57", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "AIR UPGRADE I Display Info", + "HW2TechDisplayInfo": { + "Name": "AIR UPGRADE I", + "Description": "10% damage boost. 10% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336478" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336463, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:04Z", + "ModifiedUtc": "2017-02-03T19:39:21Z", + "PublishedUtc": "2017-02-03T19:39:21Z", + "Container": -1 + }, + "Identity": "bd6906f64d7542e196f1e6db242f252d", + "Autoroute": "hw2/techs/cov_hunter_upgrade1", + "Title": "BEAM CANNON", + "HW2Tech": { + "ObjectTypeId": "cov_hunter_upgrade1", + "DisplayInfo": { + "Id": 336133, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:03Z", + "ModifiedUtc": "2017-02-03T19:38:21Z", + "PublishedUtc": "2017-02-03T19:38:21Z", + "Container": -1 + }, + "Identity": "cb8030f2e080497fbed2aa174354c7fd", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "BEAM CANNON Display Info", + "HW2TechDisplayInfo": { + "Name": "BEAM CANNON", + "Description": "Increased damage. Beam cannon does damage. along trajectory" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336463" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336460, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:06Z", + "ModifiedUtc": "2017-02-03T19:39:20Z", + "PublishedUtc": "2017-02-03T19:39:20Z", + "Container": -1 + }, + "Identity": "bc30a7491ccd44bb84c73d177d8734f0", + "Autoroute": "hw2/techs/unsc_scorpion_upgrade2", + "Title": "CANISTER SHELL", + "HW2Tech": { + "ObjectTypeId": "unsc_scorpion_upgrade2", + "DisplayInfo": { + "Id": 336303, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:04Z", + "ModifiedUtc": "2017-02-03T19:38:51Z", + "PublishedUtc": "2017-02-03T19:38:51Z", + "Container": -1 + }, + "Identity": "49a97350fa9c43e89418ede13870c75e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "CANISTER SHELL Display Info", + "HW2TechDisplayInfo": { + "Name": "CANISTER SHELL", + "Description": "Area attack. Strong against infantry. Ground attack only" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336460" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336446, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:33Z", + "ModifiedUtc": "2017-02-03T19:39:18Z", + "PublishedUtc": "2017-02-03T19:39:18Z", + "Container": -1 + }, + "Identity": "f536f2ecca314504952c7f0a2bd34477", + "Autoroute": "hw2/techs/cov_tech_global_structure_02", + "Title": "FORTIFY BASE UPGRADE II", + "HW2Tech": { + "ObjectTypeId": "cov_tech_global_structure_02", + "DisplayInfo": { + "Id": 335170, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:32Z", + "ModifiedUtc": "2017-02-03T19:35:12Z", + "PublishedUtc": "2017-02-03T19:35:12Z", + "Container": -1 + }, + "Identity": "31d7dbf049b546ce917e4dc6f99d6b76", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FORTIFY BASE UPGRADE II Display Info", + "HW2TechDisplayInfo": { + "Name": "FORTIFY BASE UPGRADE II", + "Description": "30% Building health boost. 30% Turret health boost. 30% Turret damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336446" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336399, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:09Z", + "ModifiedUtc": "2017-02-03T19:39:10Z", + "PublishedUtc": "2017-02-03T19:39:10Z", + "Container": -1 + }, + "Identity": "12a3d494bb284a33a8c18f1fbce2b37e", + "Autoroute": "hw2/techs/cov_eliteCommando_upgrade2", + "Title": "MERCENARY WRATH", + "HW2Tech": { + "ObjectTypeId": "cov_eliteCommando_upgrade2", + "DisplayInfo": { + "Id": 335515, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:08Z", + "ModifiedUtc": "2017-02-03T19:36:16Z", + "PublishedUtc": "2017-02-03T19:36:16Z", + "Container": -1 + }, + "Identity": "e17142a6c44d4e5fa09f491e27bf8f07", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MERCENARY WRATH Display Info", + "HW2TechDisplayInfo": { + "Name": "MERCENARY WRATH", + "Description": "Increased damage. Increased health and shield" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336399" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336390, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:05Z", + "ModifiedUtc": "2017-02-03T19:39:08Z", + "PublishedUtc": "2017-02-03T19:39:08Z", + "Container": -1 + }, + "Identity": "205dcde3c20c48c88b195be12b857a53", + "Autoroute": "hw2/techs/unsc_spartan_upgrade3_laser", + "Title": "NEURAL IMPLANT", + "HW2Tech": { + "ObjectTypeId": "unsc_spartan_upgrade3_laser", + "DisplayInfo": { + "Id": 336385, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:05Z", + "ModifiedUtc": "2017-02-03T19:39:07Z", + "PublishedUtc": "2017-02-03T19:39:07Z", + "Container": -1 + }, + "Identity": "689935640d5c4364bba9d44cbd4625ba", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "NEURAL IMPLANT Display Info", + "HW2TechDisplayInfo": { + "Name": "NEURAL IMPLANT", + "Description": "Increases hijack speed. Health boost. Damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336390" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336336, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:24Z", + "ModifiedUtc": "2017-02-03T19:38:58Z", + "PublishedUtc": "2017-02-03T19:38:58Z", + "Container": -1 + }, + "Identity": "375cfd48284b4823abd76f8b8c956e07", + "Autoroute": "hw2/techs/cov_tech_global_vehicle_03", + "Title": "VEHICLE UPGRADE III", + "HW2Tech": { + "ObjectTypeId": "cov_tech_global_vehicle_03", + "DisplayInfo": { + "Id": 336333, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:23Z", + "ModifiedUtc": "2017-02-03T19:38:57Z", + "PublishedUtc": "2017-02-03T19:38:57Z", + "Container": -1 + }, + "Identity": "40a55111de7c4d2292dcab6d32bbaa12", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "VEHICLE UPGRADE III Display Info", + "HW2TechDisplayInfo": { + "Name": "VEHICLE UPGRADE III", + "Description": "30% damage boost. 30% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336336" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336334, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:51Z", + "ModifiedUtc": "2017-02-03T19:38:57Z", + "PublishedUtc": "2017-02-03T19:38:57Z", + "Container": -1 + }, + "Identity": "3391d01a88bd461ba55ed4a7e6637bc7", + "Autoroute": "hw2/techs/unsc_spartan_upgrade1_chaingun", + "Title": "HIJACK", + "HW2Tech": { + "ObjectTypeId": "unsc_spartan_upgrade1_chaingun", + "DisplayInfo": { + "Id": 335482, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:50Z", + "ModifiedUtc": "2017-02-03T19:36:10Z", + "PublishedUtc": "2017-02-03T19:36:10Z", + "Container": -1 + }, + "Identity": "7d86753575874d449c7ef8633d1a0cba", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HIJACK Display Info", + "HW2TechDisplayInfo": { + "Name": "HIJACK", + "Description": "Hijack vehicles. Health boost. Damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336334" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336314, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:51Z", + "ModifiedUtc": "2017-02-03T19:38:53Z", + "PublishedUtc": "2017-02-03T19:38:53Z", + "Container": -1 + }, + "Identity": "439671e1803e4f8f96f02247484b3684", + "Autoroute": "hw2/techs/cov_tech_followers_2", + "Title": "REINFORCEMENTS II", + "HW2Tech": { + "ObjectTypeId": "cov_tech_followers_2", + "DisplayInfo": { + "Id": 336310, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:50Z", + "ModifiedUtc": "2017-02-03T19:38:52Z", + "PublishedUtc": "2017-02-03T19:38:52Z", + "Container": -1 + }, + "Identity": "f728d996d58c497ab29c50cbab62d477", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "REINFORCEMENTS II Display Info", + "HW2TechDisplayInfo": { + "Name": "REINFORCEMENTS II", + "Description": "Population boosted by +20. Maximum number of. possible units increased." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336314" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336276, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:31Z", + "ModifiedUtc": "2017-02-03T19:38:47Z", + "PublishedUtc": "2017-02-03T19:38:47Z", + "Container": -1 + }, + "Identity": "5bad9715615b45ada4438ed25e3a93f4", + "Autoroute": "hw2/techs/cov_supplyDepot_upgrade1", + "Title": "UPGRADE TO AUG. HARVESTER", + "HW2Tech": { + "ObjectTypeId": "cov_supplyDepot_upgrade1", + "DisplayInfo": { + "Id": 335457, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:31Z", + "ModifiedUtc": "2017-02-03T19:36:02Z", + "PublishedUtc": "2017-02-03T19:36:02Z", + "Container": -1 + }, + "Identity": "8bba0b8744e9489abff268688d41875e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UPGRADE TO AUG. HARVESTER Display Info", + "HW2TechDisplayInfo": { + "Name": "UPGRADE TO AUG. HARVESTER", + "Description": "Increases supply income" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336276" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336268, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:53Z", + "ModifiedUtc": "2017-02-03T19:38:44Z", + "PublishedUtc": "2017-02-03T19:38:44Z", + "Container": -1 + }, + "Identity": "5eb536a0c81743398997703eb75e8295", + "Autoroute": "hw2/techs/unsc_spartan_upgrade1_rocket", + "Title": "HIJACK", + "HW2Tech": { + "ObjectTypeId": "unsc_spartan_upgrade1_rocket", + "DisplayInfo": { + "Id": 335448, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:52Z", + "ModifiedUtc": "2017-02-03T19:36:01Z", + "PublishedUtc": "2017-02-03T19:36:01Z", + "Container": -1 + }, + "Identity": "ab16e770b8264f7bb2a252d2fd46ee5d", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HIJACK Display Info", + "HW2TechDisplayInfo": { + "Name": "HIJACK", + "Description": "Hijack vehicles. Health boost. Damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336268" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336172, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-31T11:50:53Z", + "ModifiedUtc": "2017-02-03T19:38:28Z", + "PublishedUtc": "2017-02-03T19:38:28Z", + "Container": -1 + }, + "Identity": "a3762d3814e648859e22b8f9ab863d7e", + "Autoroute": "hw2/techs/cov_bruteJumpPack_upgrade3", + "Title": "DARK SKIES", + "HW2Tech": { + "ObjectTypeId": "cov_bruteJumpPack_upgrade3", + "DisplayInfo": { + "Id": 335405, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-31T11:50:52Z", + "ModifiedUtc": "2017-02-03T19:35:53Z", + "PublishedUtc": "2017-02-03T19:35:53Z", + "Container": -1 + }, + "Identity": "be9b3c1abd1a48f690924570f594b2fd", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "DARK SKIES Display Info", + "HW2TechDisplayInfo": { + "Name": "DARK SKIES", + "Description": "Adds 1 Brute to pack" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336172" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 336022, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:13Z", + "ModifiedUtc": "2017-02-03T19:37:57Z", + "PublishedUtc": "2017-02-03T19:37:57Z", + "Container": -1 + }, + "Identity": "9211b09893b548cc8b889bf2dac529d5", + "Autoroute": "hw2/techs/cov_prowler_upgrade1", + "Title": "THICK HIDE", + "HW2Tech": { + "ObjectTypeId": "cov_prowler_upgrade1", + "DisplayInfo": { + "Id": 336017, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:12Z", + "ModifiedUtc": "2017-02-03T19:37:56Z", + "PublishedUtc": "2017-02-03T19:37:56Z", + "Container": -1 + }, + "Identity": "89fa40e1c86048eea0684733a4ed75aa", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "THICK HIDE Display Info", + "HW2TechDisplayInfo": { + "Name": "THICK HIDE", + "Description": "Greatly increased armor" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/336022" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335990, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:35Z", + "ModifiedUtc": "2017-02-03T19:37:51Z", + "PublishedUtc": "2017-02-03T19:37:51Z", + "Container": -1 + }, + "Identity": "ae4627de76ce4c62b97015c693755bc8", + "Autoroute": "hw2/techs/cov_tech_global_structure_03", + "Title": "FORTIFY BASE UPGRADE III", + "HW2Tech": { + "ObjectTypeId": "cov_tech_global_structure_03", + "DisplayInfo": { + "Id": 335987, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:34Z", + "ModifiedUtc": "2017-02-03T19:37:50Z", + "PublishedUtc": "2017-02-03T19:37:51Z", + "Container": -1 + }, + "Identity": "861a560f697b4fc0940f81404c9b8500", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FORTIFY BASE UPGRADE III Display Info", + "HW2TechDisplayInfo": { + "Name": "FORTIFY BASE UPGRADE III", + "Description": "45% Building health boost. 45% Turret health boost. 45% Turret damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335990" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335984, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:21Z", + "ModifiedUtc": "2017-02-03T19:37:49Z", + "PublishedUtc": "2017-02-03T19:37:50Z", + "Container": -1 + }, + "Identity": "b130afd34132468bb62d80f572e0341d", + "Autoroute": "hw2/techs/unsc_supplypad_upgrade1", + "Title": "UPGRADE TO HEAVY SUPPLY PAD", + "HW2Tech": { + "ObjectTypeId": "unsc_supplypad_upgrade1", + "DisplayInfo": { + "Id": 335226, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:20Z", + "ModifiedUtc": "2017-02-03T19:35:21Z", + "PublishedUtc": "2017-02-03T19:35:21Z", + "Container": -1 + }, + "Identity": "2ac15de64b5746fea8bdebdbd4d6931e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UPGRADE TO HEAVY SUPPLY PAD Display Info", + "HW2TechDisplayInfo": { + "Name": "UPGRADE TO HEAVY SUPPLY PAD", + "Description": "Increases supply income" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335984" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335979, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:50Z", + "ModifiedUtc": "2017-02-03T19:37:48Z", + "PublishedUtc": "2017-02-03T19:37:49Z", + "Container": -1 + }, + "Identity": "bd8f1522ce4842bf9c48d2f08c609c28", + "Autoroute": "hw2/techs/unsc_mongoose_upgrade1", + "Title": "MINI-FRAG LAUNCHER", + "HW2Tech": { + "ObjectTypeId": "unsc_mongoose_upgrade1", + "DisplayInfo": { + "Id": 335141, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:49Z", + "ModifiedUtc": "2017-02-03T19:35:07Z", + "PublishedUtc": "2017-02-03T19:35:07Z", + "Container": -1 + }, + "Identity": "415e0c85f183444bb089576b83485f61", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "MINI-FRAG LAUNCHER Display Info", + "HW2TechDisplayInfo": { + "Name": "MINI-FRAG LAUNCHER", + "Description": "Weaponizes Jackrabbit" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335979" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335951, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:07Z", + "ModifiedUtc": "2017-02-03T19:37:44Z", + "PublishedUtc": "2017-02-03T19:37:44Z", + "Container": -1 + }, + "Identity": "ee13116dc25f4adabdc34dc4d9813ee9", + "Autoroute": "hw2/techs/cov_banshee_upgrade1", + "Title": "PLASMA TORPEDO", + "HW2Tech": { + "ObjectTypeId": "cov_banshee_upgrade1", + "DisplayInfo": { + "Id": 335185, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:06Z", + "ModifiedUtc": "2017-02-03T19:35:14Z", + "PublishedUtc": "2017-02-03T19:35:14Z", + "Container": -1 + }, + "Identity": "3577b12c374a46589c7321f198b69242", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "PLASMA TORPEDO Display Info", + "HW2TechDisplayInfo": { + "Name": "PLASMA TORPEDO", + "Description": "Effective against air" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335951" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335943, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:09Z", + "ModifiedUtc": "2017-02-03T19:37:37Z", + "PublishedUtc": "2017-02-03T19:37:37Z", + "Container": -1 + }, + "Identity": "f3269c0548ec4809bfcda36adec4ce62", + "Autoroute": "hw2/techs/cov_wraith_upgrade1", + "Title": "SCORCH MORTAR", + "HW2Tech": { + "ObjectTypeId": "cov_wraith_upgrade1", + "DisplayInfo": { + "Id": 335027, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:09Z", + "ModifiedUtc": "2017-02-03T19:34:44Z", + "PublishedUtc": "2017-02-03T19:34:44Z", + "Container": -1 + }, + "Identity": "62bd944b6de54ccaa4d46dc1f9020adb", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SCORCH MORTAR Display Info", + "HW2TechDisplayInfo": { + "Name": "SCORCH MORTAR", + "Description": "Shots continue to cause. damage after impact" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335943" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335941, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:31Z", + "ModifiedUtc": "2017-02-03T19:37:36Z", + "PublishedUtc": "2017-02-03T19:37:36Z", + "Container": -1 + }, + "Identity": "f51f0a221a79442a8bf8a90336f388ea", + "Autoroute": "hw2/techs/cov_tech_global_structure_01", + "Title": "FORTIFY BASE UPGRADE I", + "HW2Tech": { + "ObjectTypeId": "cov_tech_global_structure_01", + "DisplayInfo": { + "Id": 335627, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:30Z", + "ModifiedUtc": "2017-02-03T19:36:40Z", + "PublishedUtc": "2017-02-03T19:36:40Z", + "Container": -1 + }, + "Identity": "bbfb37d10f0149188c8146877001a3af", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FORTIFY BASE UPGRADE I Display Info", + "HW2TechDisplayInfo": { + "Name": "FORTIFY BASE UPGRADE I", + "Description": "15% Building health boost. 15% Turret health boost. 15% Turret damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335941" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335933, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-24T08:42:04Z", + "ModifiedUtc": "2017-02-03T19:37:35Z", + "PublishedUtc": "2017-02-03T19:37:35Z", + "Container": -1 + }, + "Identity": "fb916c668f0240f88be320fdd7a440e2", + "Autoroute": "hw2/techs/unsc_Sniper_upgrade0", + "Title": "ACTIVE CAMO", + "HW2Tech": { + "ObjectTypeId": "unsc_Sniper_upgrade0", + "DisplayInfo": { + "Id": 335232, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-11-24T08:42:03Z", + "ModifiedUtc": "2017-02-03T19:35:22Z", + "PublishedUtc": "2017-02-03T19:35:22Z", + "Container": -1 + }, + "Identity": "298235b78fa942ce8442b991d112c5bb", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ACTIVE CAMO Display Info", + "HW2TechDisplayInfo": { + "Name": "ACTIVE CAMO", + "Description": "Conceals unit from. enemy units without. detection abilities. . " + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335933" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335903, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:18Z", + "ModifiedUtc": "2017-02-03T19:37:29Z", + "PublishedUtc": "2017-02-03T19:37:29Z", + "Container": -1 + }, + "Identity": "1a7baae900a74f299d51d337a91f278f", + "Autoroute": "hw2/techs/unsc_tech_global_vehicle_03", + "Title": "VEHICLE UPGRADE III", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_global_vehicle_03", + "DisplayInfo": { + "Id": 335506, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:17Z", + "ModifiedUtc": "2017-02-03T19:36:14Z", + "PublishedUtc": "2017-02-03T19:36:14Z", + "Container": -1 + }, + "Identity": "65b61489686b4dd082b529fb00276171", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "VEHICLE UPGRADE III Display Info", + "HW2TechDisplayInfo": { + "Name": "VEHICLE UPGRADE III", + "Description": "30% damage boost. 30% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335903" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335756, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:03Z", + "ModifiedUtc": "2017-02-03T19:37:01Z", + "PublishedUtc": "2017-02-03T19:37:01Z", + "Container": -1 + }, + "Identity": "634375a61b6a43a9a2088cef2988e88d", + "Autoroute": "hw2/techs/unsc_warthog_upgrade3", + "Title": "GAUSS CANNON", + "HW2Tech": { + "ObjectTypeId": "unsc_warthog_upgrade3", + "DisplayInfo": { + "Id": 335752, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:02Z", + "ModifiedUtc": "2017-02-03T19:37:00Z", + "PublishedUtc": "2017-02-03T19:37:00Z", + "Container": -1 + }, + "Identity": "f10b75032dfa46e39e6f3cbf69b5883c", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "GAUSS CANNON Display Info", + "HW2TechDisplayInfo": { + "Name": "GAUSS CANNON", + "Description": "Damage boost. Range boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335756" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335590, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:26Z", + "ModifiedUtc": "2017-02-03T19:36:33Z", + "PublishedUtc": "2017-02-03T19:36:33Z", + "Container": -1 + }, + "Identity": "e4cbf5da3a1042ecb203ca852d3bc81a", + "Autoroute": "hw2/techs/unsc_tech_global_structure_01", + "Title": "FORTIFY BASE UPGRADE I", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_global_structure_01", + "DisplayInfo": { + "Id": 335585, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:25Z", + "ModifiedUtc": "2017-02-03T19:36:32Z", + "PublishedUtc": "2017-02-03T19:36:32Z", + "Container": -1 + }, + "Identity": "f9ce92127894456fa1468e67c0ffe93e", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FORTIFY BASE UPGRADE I Display Info", + "HW2TechDisplayInfo": { + "Name": "FORTIFY BASE UPGRADE I", + "Description": "15% Building health boost. 15% Turret health boost. 15% Turret damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335590" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335528, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:02Z", + "ModifiedUtc": "2017-02-03T19:36:19Z", + "PublishedUtc": "2017-02-03T19:36:19Z", + "Container": -1 + }, + "Identity": "062b4a14f0904d6f8ef3c8fe16d1593d", + "Autoroute": "hw2/tech/cov_brute_upgrade4", + "Title": "DARK SKIES", + "HW2Tech": { + "ObjectTypeId": "cov_brute_upgrade4", + "DisplayInfo": { + "Id": 335344, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:01Z", + "ModifiedUtc": "2017-02-03T19:35:40Z", + "PublishedUtc": "2017-02-03T19:35:40Z", + "Container": -1 + }, + "Identity": "1d3c10b0dabd455ca07d3d0c6eecdbd1", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "DARK SKIES Display Info", + "HW2TechDisplayInfo": { + "Name": "DARK SKIES", + "Description": "Increases squad size" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335528" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335526, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:59Z", + "ModifiedUtc": "2017-02-03T19:36:18Z", + "PublishedUtc": "2017-02-03T19:36:18Z", + "Container": -1 + }, + "Identity": "1120cb081543429aa98ee560cbeeeb9e", + "Autoroute": "hw2/techs/cov_suicideGrunt_upgrade1", + "Title": "KNOCK KNOCK!", + "HW2Tech": { + "ObjectTypeId": "cov_suicideGrunt_upgrade1", + "DisplayInfo": { + "Id": 335522, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:57Z", + "ModifiedUtc": "2017-02-03T19:36:17Z", + "PublishedUtc": "2017-02-03T19:36:17Z", + "Container": -1 + }, + "Identity": "4a8c39a811d94d158a05c0ec5f9c4bc9", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "KNOCK KNOCK! Display Info", + "HW2TechDisplayInfo": { + "Name": "KNOCK KNOCK!", + "Description": "More damage to vehicles" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335526" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335498, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:30Z", + "ModifiedUtc": "2017-02-03T19:36:13Z", + "PublishedUtc": "2017-02-03T19:36:13Z", + "Container": -1 + }, + "Identity": "282bfb5e7dcf4dc8995aeebda593936d", + "Autoroute": "hw2/techs/unsc_tech_global_structure_03", + "Title": "FORTIFY BASE UPGRADE III", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_global_structure_03", + "DisplayInfo": { + "Id": 335494, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:29Z", + "ModifiedUtc": "2017-02-03T19:36:13Z", + "PublishedUtc": "2017-02-03T19:36:13Z", + "Container": -1 + }, + "Identity": "69cecf0e75764b46b36153f66ccdf4a5", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "FORTIFY BASE UPGRADE III Display Info", + "HW2TechDisplayInfo": { + "Name": "FORTIFY BASE UPGRADE III", + "Description": "45% Building health boost. 45% Turret health boost. 45% Turret damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335498" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335466, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:23Z", + "ModifiedUtc": "2017-02-03T19:36:07Z", + "PublishedUtc": "2017-02-03T19:36:07Z", + "Container": -1 + }, + "Identity": "5147ad9a735644498d874938324cae0b", + "Autoroute": "hw2/techs/unsc_supplypad_upgrade2", + "Title": "UPGRADE TO SUPER SUPPLY PAD", + "HW2Tech": { + "ObjectTypeId": "unsc_supplypad_upgrade2", + "DisplayInfo": { + "Id": 335318, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:22Z", + "ModifiedUtc": "2017-02-03T19:35:36Z", + "PublishedUtc": "2017-02-03T19:35:36Z", + "Container": -1 + }, + "Identity": "0110b111a4664a56b7472be9c4df63ac", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "UPGRADE TO SUPER SUPPLY PAD Display Info", + "HW2TechDisplayInfo": { + "Name": "UPGRADE TO SUPER SUPPLY PAD", + "Description": "Fastest Supply Production" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335466" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335459, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:55Z", + "ModifiedUtc": "2017-02-03T19:36:03Z", + "PublishedUtc": "2017-02-03T19:36:03Z", + "Container": -1 + }, + "Identity": "5aead84d20594d16a75d31c4e35b83f9", + "Autoroute": "hw2/techs/cov_grunt_upgrade1", + "Title": "SHRAPNEL MINES", + "HW2Tech": { + "ObjectTypeId": "cov_grunt_upgrade1", + "DisplayInfo": { + "Id": 335058, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:54Z", + "ModifiedUtc": "2017-02-03T19:34:52Z", + "PublishedUtc": "2017-02-03T19:34:52Z", + "Container": -1 + }, + "Identity": "8509a503287241f6a6839a823d6459bd", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "SHRAPNEL MINES Display Info", + "HW2TechDisplayInfo": { + "Name": "SHRAPNEL MINES", + "Description": "Can deploy mines that. damage and slow enemies" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335459" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335460, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:35Z", + "ModifiedUtc": "2017-02-03T19:36:03Z", + "PublishedUtc": "2017-02-03T19:36:03Z", + "Container": -1 + }, + "Identity": "545748deb56e41b78b8f78f946faebab", + "Autoroute": "hw2/techs/cov_reactor_upgrade1", + "Title": "Upgrade to Aug. Extractor", + "HW2Tech": { + "ObjectTypeId": "cov_reactor_upgrade1", + "DisplayInfo": { + "Id": 335078, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:34Z", + "ModifiedUtc": "2017-02-03T19:34:56Z", + "PublishedUtc": "2017-02-03T19:34:56Z", + "Container": -1 + }, + "Identity": "c1d45ff0913f4e3b8a7579c531c0232f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "Upgrade to Aug. Extractor Display Info", + "HW2TechDisplayInfo": { + "Name": "Upgrade to Aug. Extractor", + "Description": "Increases power income" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335460" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335452, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:46Z", + "ModifiedUtc": "2017-02-03T19:36:02Z", + "PublishedUtc": "2017-02-03T19:36:02Z", + "Container": -1 + }, + "Identity": "5baa2540988d459ea13f1b48f6c8db65", + "Autoroute": "hw2/techs/cov_tech_recruitTraining_2", + "Title": "ADV. LOGISTICS II", + "HW2Tech": { + "ObjectTypeId": "cov_tech_recruitTraining_2", + "DisplayInfo": { + "Id": 335059, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:45Z", + "ModifiedUtc": "2017-02-03T19:34:52Z", + "PublishedUtc": "2017-02-03T19:34:52Z", + "Container": -1 + }, + "Identity": "675bb8ec05374377b68640edc32581c5", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "ADV. LOGISTICS II Display Info", + "HW2TechDisplayInfo": { + "Name": "ADV. LOGISTICS II", + "Description": "30% Unit build speed" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335452" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335428, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:04Z", + "ModifiedUtc": "2017-02-03T19:35:58Z", + "PublishedUtc": "2017-02-03T19:35:58Z", + "Container": -1 + }, + "Identity": "6b9b8cff42fd4560ae51a9d091737ac3", + "Autoroute": "hw2/techs/unsc_spartan_upgrade3_rocket", + "Title": "NEURAL IMPLANT", + "HW2Tech": { + "ObjectTypeId": "unsc_spartan_upgrade3_rocket", + "DisplayInfo": { + "Id": 335178, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:03Z", + "ModifiedUtc": "2017-02-03T19:35:13Z", + "PublishedUtc": "2017-02-03T19:35:13Z", + "Container": -1 + }, + "Identity": "34bc2e94e0d8469bbd1d2dfa5c082c3c", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "NEURAL IMPLANT Display Info", + "HW2TechDisplayInfo": { + "Name": "NEURAL IMPLANT", + "Description": "Increases hijack speed. Health boost. Damage boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335428" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335430, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:05Z", + "ModifiedUtc": "2017-02-03T19:35:58Z", + "PublishedUtc": "2017-02-03T19:35:58Z", + "Container": -1 + }, + "Identity": "6cc7bc7742344f6e94bb059a490e6865", + "Autoroute": "hw2/techs/cov_ghost_upgrade1", + "Title": "VEHICLE SHIELDING", + "HW2Tech": { + "ObjectTypeId": "cov_ghost_upgrade1", + "DisplayInfo": { + "Id": 335122, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:05Z", + "ModifiedUtc": "2017-02-03T19:35:04Z", + "PublishedUtc": "2017-02-03T19:35:04Z", + "Container": -1 + }, + "Identity": "3e1ace3b5560475f9c4e0b12772268c7", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "VEHICLE SHIELDING Display Info", + "HW2TechDisplayInfo": { + "Name": "VEHICLE SHIELDING", + "Description": "Gains a shield. Detects cloaked units" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335430" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335418, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:22Z", + "ModifiedUtc": "2017-02-03T19:35:56Z", + "PublishedUtc": "2017-02-03T19:35:57Z", + "Container": -1 + }, + "Identity": "9e531f1b69664081830716525c96f0f8", + "Autoroute": "hw2/techs/unsc_tech_global_aircraft_02", + "Title": "AIR UPGRADE II", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_global_aircraft_02", + "DisplayInfo": { + "Id": 335258, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:50:21Z", + "ModifiedUtc": "2017-02-03T19:35:26Z", + "PublishedUtc": "2017-02-03T19:35:26Z", + "Container": -1 + }, + "Identity": "1709ed6c8fd449eeb2c0b8b1df2462c8", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "AIR UPGRADE II Display Info", + "HW2TechDisplayInfo": { + "Name": "AIR UPGRADE II", + "Description": "20% damage boost. 20% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335418" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335404, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:18Z", + "ModifiedUtc": "2017-02-03T19:35:52Z", + "PublishedUtc": "2017-02-03T19:35:53Z", + "Container": -1 + }, + "Identity": "a5d174f96d0c4229beec5b5ab1b674cc", + "Autoroute": "hw2/techs/cov_tech_global_infantry_03", + "Title": "INFANTRY UPGRADE III", + "HW2Tech": { + "ObjectTypeId": "cov_tech_global_infantry_03", + "DisplayInfo": { + "Id": 335165, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:51:17Z", + "ModifiedUtc": "2017-02-03T19:35:11Z", + "PublishedUtc": "2017-02-03T19:35:11Z", + "Container": -1 + }, + "Identity": "3890c0790ae94c79bd8d9a4001c8ab71", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "INFANTRY UPGRADE III Display Info", + "HW2TechDisplayInfo": { + "Name": "INFANTRY UPGRADE III", + "Description": "30% damage boost. 30% health boost" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335404" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335393, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:13Z", + "ModifiedUtc": "2017-02-03T19:35:50Z", + "PublishedUtc": "2017-02-03T19:35:50Z", + "Container": -1 + }, + "Identity": "cbffb0c8a9e94266a86d4ba506c4332b", + "Autoroute": "hw2/techs/cov_bruteHonour_upgrade1", + "Title": "HAMMER PULL", + "HW2Tech": { + "ObjectTypeId": "cov_bruteHonour_upgrade1", + "DisplayInfo": { + "Id": 335200, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:52:12Z", + "ModifiedUtc": "2017-02-03T19:35:16Z", + "PublishedUtc": "2017-02-03T19:35:16Z", + "Container": -1 + }, + "Identity": "30f255d01dde4f05a38ed25fe1ef2c1f", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "HAMMER PULL Display Info", + "HW2TechDisplayInfo": { + "Name": "HAMMER PULL", + "Description": "Equips Warlord's hammer. with a gravity beam. to drag targets closer. " + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335393" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335376, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:40Z", + "ModifiedUtc": "2017-02-03T19:35:47Z", + "PublishedUtc": "2017-02-03T19:35:47Z", + "Container": -1 + }, + "Identity": "e04fe5dc039149489a1b810a8e7c500e", + "Autoroute": "hw2/techs/unsc_tech_reinforcements_1", + "Title": "REINFORCEMENTS I", + "HW2Tech": { + "ObjectTypeId": "unsc_tech_reinforcements_1", + "DisplayInfo": { + "Id": 334905, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:39Z", + "ModifiedUtc": "2017-02-03T19:34:23Z", + "PublishedUtc": "2017-02-03T19:34:23Z", + "Container": -1 + }, + "Identity": "c0badf49581948319bf0c0aa29262a51", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "REINFORCEMENTS I Display Info", + "HW2TechDisplayInfo": { + "Name": "REINFORCEMENTS I", + "Description": "Population boosted by +20. Maximum number of. possible units increased." + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335376" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335268, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:48Z", + "ModifiedUtc": "2017-02-03T19:35:28Z", + "PublishedUtc": "2017-02-03T19:35:28Z", + "Container": -1 + }, + "Identity": "19b837d228374fcaafb2ba31dbfd2f0c", + "Autoroute": "hw2/techs/unsc_marine_upgrade2", + "Title": "COMBAT TECH", + "HW2Tech": { + "ObjectTypeId": "unsc_marine_upgrade2", + "DisplayInfo": { + "Id": 335263, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "edostrov", + "CreatedUtc": "2016-09-13T10:49:47Z", + "ModifiedUtc": "2017-02-03T19:35:27Z", + "PublishedUtc": "2017-02-03T19:35:27Z", + "Container": -1 + }, + "Identity": "31fed35679ca468383cd4d7ca57a4c89", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "COMBAT TECH Display Info", + "HW2TechDisplayInfo": { + "Name": "COMBAT TECH", + "Description": "Can repair vehicles,. buildings and air units.. Wields rocket launcher" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335268" + } + ], + "ChildrenCount": 0 + }, + { + "Id": 335231, + "Type": "HW2Tech", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:33:19Z", + "ModifiedUtc": "2017-02-03T19:35:22Z", + "PublishedUtc": "2017-02-03T19:35:22Z", + "Container": -1 + }, + "Identity": "2d89d4a4c56148b98636e77e34c23bf5", + "Autoroute": "hw2/techs/cov_atrioxchosen_upgrade3", + "Title": "RIFLED BARREL", + "HW2Tech": { + "ObjectTypeId": "cov_atrioxchosen_upgrade3", + "DisplayInfo": { + "Id": 335225, + "Type": "HW2TechDisplayInfo", + "View": { + "Status": "Published", + "Common": { + "Owner": "v-hugmic", + "CreatedUtc": "2016-10-27T16:33:19Z", + "ModifiedUtc": "2017-02-03T19:35:21Z", + "PublishedUtc": "2017-02-03T19:35:21Z", + "Container": -1 + }, + "Identity": "90b69712e6e4469dae6c26a20a76e5bb", + "BatchLocalization": { + "IsLocked": false + }, + "Localization": { + "Culture": "en", + "MasterContentItemId": "" + }, + "Title": "RIFLED BARREL Display Info", + "HW2TechDisplayInfo": { + "Name": "RIFLED BARREL", + "Description": "Increases damage. Greatly increases range" + } + } + }, + "Image": {} + } + }, + "Links": [ + { + "Absolute": false, + "Relation": "Self", + "URI": "/content/335231" + } + ], + "ChildrenCount": 0 + } + ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/techs.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/techs.schema.json new file mode 100644 index 0000000..f23b360 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Metadata/techs.schema.json @@ -0,0 +1,194 @@ +{ + "definitions": { + "HW2TechContentItemTypeA": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2TechView" + }, + "Links": { + "type": "array", + "items": { + "$ref": "common/link.schema.json" + } + }, + "ChildrenCount": { + "type": "integer" + } + }, + "required": [ + "Id", + "Type", + "View", + "Links", + "ChildrenCount" + ] + }, + + "HW2TechView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "Autoroute": { + "type": "string" + }, + "HW2Tech": { + "$ref": "#/definitions/HW2Tech" + } + }, + "required": [ + "Status", + "Common", + "Identity", + "Title", + "Autoroute", + "HW2Tech" + ] + }, + + "HW2Tech": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "ObjectTypeId": { + "type": "string" + }, + "DisplayInfo": { + "$ref": "#/definitions/HW2TechDisplayInfoContentItem" + }, + "Image": { + "oneOf": [ + // TODO: This is pretty terrible. + { "$ref": "common/empty.schema.json" }, + { "$ref": "common/image.schema.json#/definitions/null" }, + { "$ref": "common/image.schema.json#/definitions/ImageContentItemTypeB" } + ] + } + }, + "required": [ + "ObjectTypeId", + "DisplayInfo", + "Image" + ] + }, + + "HW2TechDisplayInfoContentItem": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "integer" + }, + "Type": { + "type": "string" + }, + "View": { + "$ref": "#/definitions/HW2TechDisplayInfoView" + } + }, + "required": [ + "Id", + "Type", + "View" + ] + }, + + "HW2TechDisplayInfoView": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Status": { + "type": "string" + }, + "Common": { + "$ref": "common/common.schema.json" + }, + "Identity": { + "type": "string" + }, + "BatchLocalization": { + "$ref": "common/batch-localization.schema.json" + }, + "Localization": { + "$ref": "common/localization.schema.json" + }, + "Title": { + "type": "string" + }, + "HW2TechDisplayInfo": { + "$ref": "#/definitions/HW2TechDisplayInfo" + } + }, + "required": [ + "Status", + "HW2TechDisplayInfo", + "BatchLocalization", + "Localization", + "Title", + "Common", + "Identity" + ] + }, + + "HW2TechDisplayInfo": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + } + }, + "required": [ + "Name", + "Description" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Paging": { + "$ref": "common/paging.schema.json" + }, + "ContentItems": { + "type": "array", + "items": { + "$ref": "#/definitions/HW2TechContentItemTypeA" + } + } + }, + "required": [ + "Paging", + "ContentItems" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/competitive-skill-rank.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/competitive-skill-rank.schema.json new file mode 100644 index 0000000..0b75885 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/competitive-skill-rank.schema.json @@ -0,0 +1,33 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Tier": { + "type": [ "null", "integer" ] + }, + "Designation": { + "type": [ "null", "integer" ] + }, + "Raw": { + "type": [ "null", "integer" ] + }, + "PercentToNextTier": { + "type": [ "null", "integer" ] + }, + "MeasurementMatchesRemaining": { + "type": "integer" + }, + "Rank": { + "type": [ "null", "integer" ] + } + }, + "required": [ + "Tier", + "Designation", + "Raw", + "PercentToNextTier", + "MeasurementMatchesRemaining", + "Rank" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/experience-progress.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/experience-progress.schema.json new file mode 100644 index 0000000..606fd78 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/experience-progress.schema.json @@ -0,0 +1,52 @@ +{ + "definitions": { + "CompletedSpartanRank": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "PacksAwarded": { + "type": "integer" + } + }, + "required": [ + "Id", + "PacksAwarded" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": [ "object", "null" ], + "additionalProperties": false, + "properties": { + "PreviousTotalXP": { + "type": "integer" + }, + "GameplayXP": { + "type": "integer" + }, + "ChallengesXP": { + "type": "integer" + }, + "UpdatedTotalXP": { + "type": "integer" + }, + "CompletedSpartanRanks": { + "type": "array", + "items": { + "$ref": "#/definitions/CompletedSpartanRank" + } + } + }, + "required": [ + "PreviousTotalXP", + "GameplayXP", + "ChallengesXP", + "UpdatedTotalXP", + "CompletedSpartanRanks" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/leader-stats.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/leader-stats.schema.json new file mode 100644 index 0000000..4df7d31 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/leader-stats.schema.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "TotalTimePlayed": { + "type": "string" + }, + "TotalMatchesStarted": { + "type": "integer" + }, + "TotalMatchesCompleted": { + "type": "integer" + }, + "TotalMatchesWon": { + "type": "integer" + }, + "TotalMatchesLost": { + "type": "integer" + }, + "TotalLeaderPowersCast": { + "type": "integer" + } + }, + "required": [ + "TotalTimePlayed", + "TotalMatchesStarted", + "TotalMatchesCompleted", + "TotalMatchesWon", + "TotalMatchesLost", + "TotalLeaderPowersCast" + ] + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/matchmaking-rank.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/matchmaking-rank.schema.json new file mode 100644 index 0000000..8772702 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/matchmaking-rank.schema.json @@ -0,0 +1,21 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Rating": { + "type": "number" + }, + "Variance": { + "type": "number" + }, + "LastModifiedDate": { + "$ref": "../../../common/iso-8061.schema.json" + } + }, + "required": [ + "Rating", + "Variance", + "LastModifiedDate" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/rating-progress.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/rating-progress.schema.json new file mode 100644 index 0000000..ea57b90 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/rating-progress.schema.json @@ -0,0 +1,30 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": [ "object", "null" ], + "properties": { + "PreviousCsr": { + "oneOf": [ + { "type": "null" }, + { "$ref": "competitive-skill-rank.schema.json" } + ] + }, + "UpdatedCsr": { + "oneOf": [ + { "type": "null" }, + { "$ref": "competitive-skill-rank.schema.json" } + ] + }, + "PreviousMmr": { + "$ref": "matchmaking-rank.schema.json" + }, + "UpdatedMmr": { + "$ref": "matchmaking-rank.schema.json" + } + }, + "required": [ + "PreviousCsr", + "UpdatedCsr", + "PreviousMmr", + "UpdatedMmr" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/stats.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/stats.schema.json new file mode 100644 index 0000000..c61d1de --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/Common/stats.schema.json @@ -0,0 +1,72 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlaylistId": { + "type": [ "null", "string" ] + }, + "PlaylistClassification": { + "type": [ "null", "integer" ] + }, + "HighestCsr": { + "oneOf": [ + { "type": "null" }, + { "$ref": "competitive-skill-rank.schema.json" } + ] + }, + "TotalTimePlayed": { + "type": [ "null", "string" ] + }, + "TotalMatchesStarted": { + "type": "integer" + }, + "TotalMatchesCompleted": { + "type": "integer" + }, + "TotalMatchesWon": { + "type": "integer" + }, + "TotalMatchesLost": { + "type": "integer" + }, + "TotalPointCaptures": { + "type": "integer" + }, + "TotalUnitsBuilt": { + "type": "integer" + }, + "TotalUnitsLost": { + "type": "integer" + }, + "TotalUnitsDestroyed": { + "type": "integer" + }, + "TotalCardPlays": { + "type": "integer" + }, + "HighestWaveCompleted": { + "type": "integer" + }, + "LeaderStats": { + "$ref": "leader-stats.schema.json" + } + }, + "required": [ + "PlaylistId", + "PlaylistClassification", + "HighestCsr", + "TotalTimePlayed", + "TotalMatchesStarted", + "TotalMatchesCompleted", + "TotalMatchesWon", + "TotalMatchesLost", + "TotalPointCaptures", + "TotalUnitsBuilt", + "TotalUnitsLost", + "TotalUnitsDestroyed", + "TotalCardPlays", + "HighestWaveCompleted", + "LeaderStats" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/campaign-progress.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/campaign-progress.json new file mode 100644 index 0000000..99b7e9c --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/campaign-progress.json @@ -0,0 +1,190 @@ +{ + "CampaignXP": 6600, + "Levels": { + "99": { + "SkullsUnlocked": [], + "TotalSoloPlayTime": "PT20M3S", + "TotalCooperativePlayTime": "PT0S", + "SoloCompletion": { + "4": { + "BestCompletionTime": "PT3M17S", + "BestScore": 111708, + "CriticalObjectivesCompleted": [ 5, 4 ], + "BonusObjectivesCompleted": [ 7 ], + "OptionalObjectivesCompleted": [ 148 ] + }, + "1": { + "BestCompletionTime": "PT3M6S", + "BestScore": 88200, + "CriticalObjectivesCompleted": [ 5, 4 ], + "BonusObjectivesCompleted": [ 7 ], + "OptionalObjectivesCompleted": [ 148 ] + } + }, + "CooperativeCompletion": {}, + "FirstCompletionDate": { + "ISO8601Date": "2017-02-18T02:51:01.376Z" + } + }, + "100": { + "SkullsUnlocked": [ 2 ], + "TotalSoloPlayTime": "PT1H19M16S", + "TotalCooperativePlayTime": "PT0S", + "SoloCompletion": { + "4": { + "BestCompletionTime": "PT38M20S", + "BestScore": 97438, + "CriticalObjectivesCompleted": [ 12, 19, 18, 17, 20, 13, 16, 14, 10, 9 ], + "BonusObjectivesCompleted": [ 23, 26 ], + "OptionalObjectivesCompleted": [ 11, 21 ] + }, + "1": { + "BestCompletionTime": "PT40M56S", + "BestScore": 39680, + "CriticalObjectivesCompleted": [ 12, 19, 18, 17, 20, 13, 16, 14, 10, 9 ], + "BonusObjectivesCompleted": [ 22, 23, 25 ], + "OptionalObjectivesCompleted": [ 11, 21 ] + } + }, + "CooperativeCompletion": {}, + "FirstCompletionDate": { + "ISO8601Date": "2017-02-18T03:42:35.189Z" + } + }, + "200": { + "SkullsUnlocked": [], + "TotalSoloPlayTime": "PT49M45S", + "TotalCooperativePlayTime": "PT0S", + "SoloCompletion": { + "4": { + "BestCompletionTime": "PT49M45S", + "BestScore": 18456, + "CriticalObjectivesCompleted": [ 27, 32, 36, 37, 30, 38, 39, 29, 48 ], + "BonusObjectivesCompleted": [ 45 ], + "OptionalObjectivesCompleted": [ 31 ] + } + }, + "CooperativeCompletion": {}, + "FirstCompletionDate": { + "ISO8601Date": "2017-02-18T23:44:06.153Z" + } + }, + "210": { + "SkullsUnlocked": [], + "TotalSoloPlayTime": "PT23M49S", + "TotalCooperativePlayTime": "PT0S", + "SoloCompletion": { + "4": { + "BestCompletionTime": "PT23M49S", + "BestScore": 61376, + "CriticalObjectivesCompleted": [ 143 ], + "BonusObjectivesCompleted": [ 145 ], + "OptionalObjectivesCompleted": [ 182, 142 ] + } + }, + "CooperativeCompletion": {}, + "FirstCompletionDate": { + "ISO8601Date": "2017-02-19T00:10:44.194Z" + } + }, + "300": { + "SkullsUnlocked": [ 6 ], + "TotalSoloPlayTime": "PT48M18S", + "TotalCooperativePlayTime": "PT0S", + "SoloCompletion": { + "4": { + "BestCompletionTime": "PT48M18S", + "BestScore": 54576, + "CriticalObjectivesCompleted": [ 52, 49, 50, 56 ], + "BonusObjectivesCompleted": [ 54 ], + "OptionalObjectivesCompleted": [ 51 ] + } + }, + "CooperativeCompletion": {}, + "FirstCompletionDate": { + "ISO8601Date": "2017-02-19T01:03:36.05Z" + } + }, + "400": { + "SkullsUnlocked": [ 13 ], + "TotalSoloPlayTime": "PT1H12M2S", + "TotalCooperativePlayTime": "PT0S", + "SoloCompletion": { + "4": { + "BestCompletionTime": "PT1H12M2S", + "BestScore": 39832, + "CriticalObjectivesCompleted": [ 59, 60, 63, 57 ], + "BonusObjectivesCompleted": [], + "OptionalObjectivesCompleted": [ 58, 61 ] + } + }, + "CooperativeCompletion": {}, + "FirstCompletionDate": { + "ISO8601Date": "2017-02-19T02:18:31.124Z" + } + }, + "410": { + "SkullsUnlocked": [ 11 ], + "TotalSoloPlayTime": "PT38M42S", + "TotalCooperativePlayTime": "PT0S", + "SoloCompletion": { + "4": { + "BestCompletionTime": "PT38M42S", + "BestScore": 54240, + "CriticalObjectivesCompleted": [ 133, 132, 136 ], + "BonusObjectivesCompleted": [ 137, 138 ], + "OptionalObjectivesCompleted": [ 134, 135 ] + } + }, + "CooperativeCompletion": {}, + "FirstCompletionDate": { + "ISO8601Date": "2017-02-19T03:03:28.626Z" + } + }, + "500": { + "SkullsUnlocked": [ 10 ], + "TotalSoloPlayTime": "PT1H7M21S", + "TotalCooperativePlayTime": "PT0S", + "SoloCompletion": { + "4": { + "BestCompletionTime": "PT31M34S", + "BestScore": 26664, + "CriticalObjectivesCompleted": [ 68 ], + "BonusObjectivesCompleted": [ 71 ], + "OptionalObjectivesCompleted": [ 72 ] + } + }, + "CooperativeCompletion": {}, + "FirstCompletionDate": { + "ISO8601Date": "2017-02-19T04:19:15.559Z" + } + }, + "600": { + "SkullsUnlocked": [ 12 ], + "TotalSoloPlayTime": "PT2H59M21S", + "TotalCooperativePlayTime": "PT0S", + "SoloCompletion": { + "4": { + "BestCompletionTime": "PT1H35M34S", + "BestScore": 41756, + "CriticalObjectivesCompleted": [ 73, 75, 150, 151, 74, 83, 76 ], + "BonusObjectivesCompleted": [ 79, 80, 82 ], + "OptionalObjectivesCompleted": [ 78 ] + } + }, + "CooperativeCompletion": {}, + "FirstCompletionDate": { + "ISO8601Date": "2017-02-19T07:36:45.396Z" + } + }, + "700": { + "SkullsUnlocked": [], + "TotalSoloPlayTime": "PT0S", + "TotalCooperativePlayTime": "PT0S", + "SoloCompletion": {}, + "CooperativeCompletion": {}, + "FirstCompletionDate": null + } + }, + "LogsUnlocked": [ 9, 17, 31, 74, 65, 68, 95, 94, 93, 35, 99, 102, 103, 118, 119, 117, 116, 123, 122, 120, 15, 90, 36, 32, 46, 42, 40, 37, 39, 51, 55, 57, 56, 60, 50, 33, 34, 27, 80, 73, 81, 70, 101, 86, 85, 92, 89, 104, 0, 16, 28, 45, 44, 52, 54, 58, 53, 79, 72, 26, 88, 83, 105, 67, 71, 106, 11, 41, 62, 100, 108, 107, 124, 91, 75, 77, 43, 6, 109, 2, 61, 78, 76, 84, 98, 110, 49, 10, 111, 112, 97, 8, 47, 66, 96, 4 ] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/campaign-progress.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/campaign-progress.schema.json new file mode 100644 index 0000000..896d494 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/campaign-progress.schema.json @@ -0,0 +1,113 @@ +{ + "definitions": { + "Level": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "SkullsUnlocked": { + "type": "array", + "items": { + "type": "integer" + } + }, + "TotalSoloPlayTime": { + "type": "string" + }, + "TotalCooperativePlayTime": { + "type": "string" + }, + "SoloCompletion": { + "$ref": "#/definitions/Completion" + }, + "CooperativeCompletion": { + "$ref": "#/definitions/Completion" + }, + "FirstCompletionDate": { + "oneOf": [ + { "$ref": "../../common/iso-8061.schema.json" }, + { "type": "null" } + ] + } + }, + "required": [ + "SkullsUnlocked", + "TotalSoloPlayTime", + "TotalCooperativePlayTime", + "FirstCompletionDate", + "SoloCompletion", + "CooperativeCompletion" + ] + } + }, + + "Completion": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": [ "object", "null" ], + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "BestCompletionTime": { + "type": "string" + }, + "BestScore": { + "type": "integer" + }, + "CriticalObjectivesCompleted": { + "type": "array", + "items": { + "type": "integer" + } + }, + "BonusObjectivesCompleted": { + "type": "array", + "items": { + "type": "integer" + } + }, + "OptionalObjectivesCompleted": { + "type": "array", + "items": { + "type": "integer" + } + } + }, + "required": [ + "BestCompletionTime", + "BestScore", + "CriticalObjectivesCompleted", + "BonusObjectivesCompleted", + "OptionalObjectivesCompleted" + ] + } + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "CampaignXP": { + "type": "integer" + }, + "Levels": { + "$ref": "#/definitions/Level" + }, + "LogsUnlocked": { + "type": "array", + "items": { + "type": "integer" + } + } + }, + "required": [ + "CampaignXP", + "Levels", + "LogsUnlocked" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/experience-summary.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/experience-summary.json new file mode 100644 index 0000000..2123dd5 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/experience-summary.json @@ -0,0 +1,28 @@ +{ + "Results": [ + { + "Id": "Furiousn00b", + "ResultCode": 0, + "Result": { + "MultiplayerXp": 100, + "CampaignXp": 6600, + "TotalXp": 6700, + "LastUpdatedDateUtc": { + "ISO8601Date": "2017-02-23T11:26:16.352Z" + }, + "SpartanRankId": "0a981f10-49f7-4275-bee7-4d8eac882ae4" + } + } + ], + "Links": { + "Self": { + "AuthorityId": "spartanstats", + "Path": "/hw2/xp", + "QueryString": "?players=Furiousn00b", + "RetryPolicyId": "", + "TopicName": "", + "AcknowledgementTypeId": 0, + "AuthenticationLifetimeExtensionSupported": false + } + } +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/experience-summary.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/experience-summary.schema.json new file mode 100644 index 0000000..1f1ad7a --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/experience-summary.schema.json @@ -0,0 +1,74 @@ +{ + "definitions": { + "Result": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "ResultCode": { + "type": "integer" + }, + "Result": { + "$ref": "#/definitions/Summary" + } + }, + "required": [ + "Id", + "ResultCode", + "Result" + ] + }, + + "Summary": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "MultiplayerXp": { + "type": "integer" + }, + "CampaignXp": { + "type": "integer" + }, + "TotalXp": { + "type": "integer" + }, + "LastUpdatedDateUtc": { + "$ref": "../../common/iso-8061.schema.json" + }, + "SpartanRankId": { + "type": "string" + } + }, + "required": [ + "MultiplayerXp", + "CampaignXp", + "TotalXp", + "LastUpdatedDateUtc", + "SpartanRankId" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Results": { + "type": "array", + "items": { + "$ref": "#/definitions/Result" + } + }, + "Links": { + "$ref": "../../common/link.schema.json" + } + }, + "required": [ + "Results", + "Links" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match-events.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match-events.json new file mode 100644 index 0000000..39e23ad --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match-events.json @@ -0,0 +1,117338 @@ +{ + "GameEvents": [ + { + "MatchId": "bf03af8a-763e-44d2-b86b-631da83ab1a3", + "GameMode": 7, + "MatchType": 2, + "MapId": "rostermode\\design\\RM_EvenFlowArt\\RM_EvenFlowArt", + "PlaylistId": "00000000-0000-0000-0000-000000000000", + "TeamSize": 2, + "IsDefaultRuleSet": true, + "TimeSinceStartMilliseconds": 0, + "EventName": "MatchStart" + }, + { + "PlayerIndex": 0, + "PlayerType": 3, + "HumanPlayerId": null, + "ComputerPlayerId": 0, + "ComputerDifficulty": 2, + "TeamId": 0, + "LeaderId": 0, + "TimeSinceStartMilliseconds": 140, + "EventName": "PlayerJoinedMatch" + }, + { + "PlayerIndex": 1, + "PlayerType": 1, + "HumanPlayerId": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ComputerPlayerId": 0, + "ComputerDifficulty": 0, + "TeamId": 1, + "LeaderId": 6, + "TimeSinceStartMilliseconds": 140, + "EventName": "PlayerJoinedMatch" + }, + { + "PlayerIndex": 2, + "PlayerType": 1, + "HumanPlayerId": { + "Gamertag": "minolta1034", + "Xuid": null + }, + "ComputerPlayerId": 0, + "ComputerDifficulty": 0, + "TeamId": 1, + "LeaderId": 5, + "TimeSinceStartMilliseconds": 140, + "EventName": "PlayerJoinedMatch" + }, + { + "PlayerIndex": 3, + "PlayerType": 2, + "HumanPlayerId": null, + "ComputerPlayerId": 1, + "ComputerDifficulty": 2, + "TeamId": 2, + "LeaderId": 1, + "TimeSinceStartMilliseconds": 187, + "EventName": "PlayerJoinedMatch" + }, + { + "PlayerIndex": 4, + "PlayerType": 3, + "HumanPlayerId": null, + "ComputerPlayerId": 4, + "ComputerDifficulty": 2, + "TeamId": 3, + "LeaderId": 3, + "TimeSinceStartMilliseconds": 187, + "EventName": "PlayerJoinedMatch" + }, + { + "PointId": "rostermode_hook_capturepointA", + "InstanceId": 1, + "Location": { + "x": 585.3458, + "y": 7.7912, + "z": 584.5063 + }, + "TimeSinceStartMilliseconds": 4627, + "EventName": "PointCreated" + }, + { + "PointId": "rostermode_hook_capturepointA", + "InstanceId": 2, + "Location": { + "x": 697.3846, + "y": 18.8928, + "z": 697.1183 + }, + "TimeSinceStartMilliseconds": 4627, + "EventName": "PointCreated" + }, + { + "PointId": "rostermode_hook_capturepointA", + "InstanceId": 3, + "Location": { + "x": 442.8036, + "y": 22.1659, + "z": 443.7611 + }, + "TimeSinceStartMilliseconds": 4627, + "EventName": "PointCreated" + }, + { + "PlayerIndex": 1, + "CardId": "813bac63-e1f7-46d5-a2c9-b321bb4e8805", + "InstanceId": 4, + "ManaCost": 110, + "TargetLocation": { + "x": 642.4459, + "y": 22.2021, + "z": 351.0278 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 6908, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_prowler_03", + "InstanceId": 5, + "CreatorInstanceId": 4, + "SpawnLocation": { + "x": 642.4459, + "y": 21.8647461, + "z": 351.0278 + }, + "SupplyCost": 400, + "EnergyCost": 0, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 6908, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 1, + "CardId": "813bac63-e1f7-46d5-a2c9-b321bb4e8805", + "InstanceId": 6, + "ManaCost": 110, + "TargetLocation": { + "x": 642.4459, + "y": 22.2021, + "z": 337.0278 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 7049, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_prowler_03", + "InstanceId": 7, + "CreatorInstanceId": 6, + "SpawnLocation": { + "x": 642.4459, + "y": 21.77041, + "z": 337.0278 + }, + "SupplyCost": 400, + "EnergyCost": 0, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 7049, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "CardId": "eff4623d-74c4-4656-a6a2-fdb0665e9b18", + "InstanceId": 8, + "ManaCost": 50, + "TargetLocation": { + "x": 676.3308, + "y": 22.3266, + "z": 384.093 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 7049, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_banshee_01", + "InstanceId": 9, + "CreatorInstanceId": 8, + "SpawnLocation": { + "x": 676.3308, + "y": 22.3266, + "z": 384.093 + }, + "SupplyCost": 300, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 7049, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "CardId": "eff4623d-74c4-4656-a6a2-fdb0665e9b18", + "InstanceId": 10, + "ManaCost": 50, + "TargetLocation": { + "x": 682.393, + "y": 22.3266, + "z": 373.593 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 7127, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_banshee_01", + "InstanceId": 11, + "CreatorInstanceId": 10, + "SpawnLocation": { + "x": 682.393, + "y": 22.3266, + "z": 373.593 + }, + "SupplyCost": 300, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 7127, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "CardId": "e471a469-c26d-49c7-beeb-d3784470e4b9", + "InstanceId": 12, + "ManaCost": 80, + "TargetLocation": { + "x": 670.2686, + "y": 22.3266, + "z": 373.593 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 7252, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_prowler_01", + "InstanceId": 13, + "CreatorInstanceId": 12, + "SpawnLocation": { + "x": 670.2686, + "y": 21.8900433, + "z": 373.593 + }, + "SupplyCost": 400, + "EnergyCost": 0, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 7252, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 10, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 50, + "TotalMana": 0.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 11, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 50, + "TotalMana": 0.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 56, + "TotalMana": 56.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 10003, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 10, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 50, + "TotalMana": 0.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 11, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 50, + "TotalMana": 0.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 63, + "TotalMana": 63.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 14300, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 10, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 50, + "TotalMana": 0.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 11, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 50, + "TotalMana": 0.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 70.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 19115, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 10, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 200, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 11, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 200, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 78, + "TotalMana": 78.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 24229, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 14, + "ManaCost": 60, + "TargetLocation": { + "x": 669.0399, + "y": 21.7798, + "z": 379.90155 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 28541, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 15, + "CreatorInstanceId": 14, + "SpawnLocation": { + "x": 669.0399, + "y": 21.7786, + "z": 379.90155 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 28541, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 10, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 200, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 16, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 85.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 29244, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 10, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 200, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 16, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 92, + "TotalMana": 92.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 34107, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 10, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 200, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 16, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 99, + "TotalMana": 99.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 39134, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "63f7b0cf-2778-4a03-9d8b-fb8e40bbbe31", + "InstanceId": 16, + "ManaCost": 110, + "TargetLocation": { + "x": 657.26825, + "y": 21.26316, + "z": 379.6504 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 40136, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_wraith_01", + "InstanceId": 17, + "CreatorInstanceId": 16, + "SpawnLocation": { + "x": 657.26825, + "y": 21.2631474, + "z": 379.6504 + }, + "SupplyCost": 550, + "EnergyCost": 40, + "PopulationCost": 6, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 40136, + "EventName": "UnitTrained" + }, + { + "InstanceId": 3, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 40813, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 1, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 18, + "ManaCost": 120, + "TargetLocation": { + "x": 675.408264, + "y": 13.5503235, + "z": 546.3879 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 41235, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 19, + "CreatorInstanceId": 18, + "SpawnLocation": { + "x": 675.408264, + "y": 13.5503235, + "z": 546.3879 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 41235, + "EventName": "UnitTrained" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 42110, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 22, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 106, + "TotalMana": 106.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 44110, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 22, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 113, + "TotalMana": 113.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 49141, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 22, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 47, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 121, + "TotalMana": 121.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 54245, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 1, + "TimeSinceStartMilliseconds": 55010, + "EventName": "FirefightWaveStarted" + }, + { + "InstanceId": 2, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 55432, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 35, + "TargetLocation": { + "x": 746.6276, + "y": 32.527, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 55932, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 36, + "CreatorInstanceId": 35, + "SpawnLocation": { + "x": 746.6276, + "y": 29.625, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 55932, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 37, + "TargetLocation": { + "x": 295.7496, + "y": 29.2451, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 56073, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 38, + "CreatorInstanceId": 37, + "SpawnLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 56073, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 22, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 47, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 128, + "TotalMana": 128.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 59198, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 22, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 150.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 47, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 135.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 64117, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 7, + "ManaRateIncrease": 40, + "Location": { + "x": 296.840851, + "y": 29.915041, + "z": 410.847534 + }, + "TimeSinceStartMilliseconds": 65835, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 7, + "ManaRateIncrease": 40, + "Location": { + "x": 292.433655, + "y": 29.52718, + "z": 414.2006 + }, + "TimeSinceStartMilliseconds": 65835, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 38, + "VictimLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 65835, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 7, + "ManaRateIncrease": 40, + "Location": { + "x": 297.6235, + "y": 28.9258423, + "z": 426.144684 + }, + "TimeSinceStartMilliseconds": 65835, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 26, + "VictimLocation": { + "x": 523.9692, + "y": 5.62706947, + "z": 650.80896 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 68408, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 27, + "VictimLocation": { + "x": 521.5221, + "y": 5.1015625, + "z": 643.561951 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + }, + "18": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 68564, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 33, + "VictimLocation": { + "x": 515.1876, + "y": 4.875059, + "z": 642.3742 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 68564, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 210.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 22, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 210.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 38, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 162, + "TotalMana": 162.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 69205, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 36, + "VictimLocation": { + "x": 746.6276, + "y": 29.625, + "z": 756.4482 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 71940, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 72913, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 20, + "VictimLocation": { + "x": 528.0044, + "y": 6.706534, + "z": 663.0788 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + }, + "18": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 4 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 73397, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 210.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 22, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 210.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 35, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 194, + "TotalMana": 194.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 74209, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 22, + "VictimLocation": { + "x": 514.5276, + "y": 5.33339167, + "z": 654.2294 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 77043, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 23, + "VictimLocation": { + "x": 519.520142, + "y": 5.87813663, + "z": 658.8612 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 11 + }, + "15": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 77231, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 5, + "ManaRateIncrease": 40, + "Location": { + "x": 752.8249, + "y": 29.6406021, + "z": 752.0029 + }, + "TimeSinceStartMilliseconds": 78043, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 21, + "VictimLocation": { + "x": 597.2879, + "y": 17.7476749, + "z": 668.50415 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 78449, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 5, + "ManaRateIncrease": 40, + "Location": { + "x": 754.4498, + "y": 29.6252918, + "z": 762.166443 + }, + "TimeSinceStartMilliseconds": 78731, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 5, + "ManaRateIncrease": 40, + "Location": { + "x": 739.2041, + "y": 29.625, + "z": 762.735046 + }, + "TimeSinceStartMilliseconds": 78965, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 22, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 25, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 267, + "TotalMana": 267.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 79199, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 29, + "VictimLocation": { + "x": 518.816956, + "y": 5.07669973, + "z": 643.147156 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 79340, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 32, + "VictimLocation": { + "x": 360.7693, + "y": 29.5199718, + "z": 398.4268 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 81715, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "21ceca03-70a7-49e1-8515-5b1dbac7ba2b", + "InstanceId": 39, + "ManaCost": 190, + "TargetLocation": { + "x": 698.029053, + "y": 18.921875, + "z": 712.3307 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 81996, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_eliteCommando_01", + "InstanceId": 40, + "CreatorInstanceId": 39, + "SpawnLocation": { + "x": 698.029053, + "y": 18.921875, + "z": 712.3307 + }, + "SupplyCost": 450, + "EnergyCost": 400, + "PopulationCost": 1, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 81996, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 30, + "VictimLocation": { + "x": 546.3209, + "y": 10.3928528, + "z": 678.2402 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 10 + }, + "15": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 83645, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 22, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 16, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 294, + "TotalMana": 294.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 84213, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 28, + "VictimLocation": { + "x": 674.0107, + "y": 18.78837, + "z": 734.4241 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 84432, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 41, + "ManaCost": 50, + "TargetLocation": { + "x": 649.4989, + "y": 21.140625, + "z": 366.589417 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 86104, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 42, + "CreatorInstanceId": 41, + "SpawnLocation": { + "x": 649.4989, + "y": 21.140625, + "z": 366.589417 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 86104, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 31, + "VictimLocation": { + "x": 389.844849, + "y": 32.3792458, + "z": 374.745758 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 88329, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 25, + "VictimLocation": { + "x": 395.841827, + "y": 34.2012062, + "z": 365.194 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 88407, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 25, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 100, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 7, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 336, + "TotalMana": 336.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 89235, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "3c9d0bdd-3fc6-49aa-b348-a25bc7f05ae5", + "InstanceId": 43, + "ManaCost": 70, + "TargetLocation": { + "x": 649.4989, + "y": 21.140625, + "z": 366.589417 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 89344, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_prowler_01", + "InstanceId": 44, + "CreatorInstanceId": 43, + "SpawnLocation": { + "x": 649.4989, + "y": 21.1510086, + "z": 366.589417 + }, + "SupplyCost": 400, + "EnergyCost": 0, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 89344, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 7, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 343, + "TotalMana": 343.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 94222, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 24, + "VictimLocation": { + "x": 640.243835, + "y": 19.53125, + "z": 738.103149 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 98933, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 3, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 365, + "TotalMana": 365.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 99230, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 3, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 372, + "TotalMana": 372.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 104234, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 3, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 379, + "TotalMana": 379.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 109216, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 3, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 387, + "TotalMana": 387.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 114238, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 3, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 114363, + "EventName": "PointStatusChange" + }, + { + "WaveNumber": 1, + "WaveDurationMilliseconds": 60921, + "TimeSinceStartMilliseconds": 114941, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 2, + "TimeSinceStartMilliseconds": 116037, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 65, + "TargetLocation": { + "x": 295.7496, + "y": 29.2451, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 116935, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 66, + "CreatorInstanceId": 65, + "SpawnLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 116935, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 67, + "TargetLocation": { + "x": 746.6276, + "y": 32.527, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 117060, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 68, + "CreatorInstanceId": 67, + "SpawnLocation": { + "x": 746.6276, + "y": 29.625, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 117060, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 394, + "TotalMana": 394.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 119254, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 270.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 401, + "TotalMana": 401.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 124240, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 63, + "VictimLocation": { + "x": 671.588257, + "y": 19.003849, + "z": 734.811768 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 128615, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 741.486633, + "y": 29.6280785, + "z": 752.4652 + }, + "TimeSinceStartMilliseconds": 128849, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 68, + "VictimLocation": { + "x": 746.6276, + "y": 29.625, + "z": 756.4482 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 128849, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 738.948853, + "y": 29.625, + "z": 760.128 + }, + "TimeSinceStartMilliseconds": 128959, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 751.7367, + "y": 29.6402283, + "z": 750.3854 + }, + "TimeSinceStartMilliseconds": 129130, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 65, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 418, + "TotalMana": 418.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 129287, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 59, + "VictimLocation": { + "x": 537.529541, + "y": 5.859048, + "z": 635.425537 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + }, + "18": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 129740, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 56, + "VictimLocation": { + "x": 532.2029, + "y": 5.38671875, + "z": 634.3892 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 4 + }, + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 131006, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 51, + "VictimLocation": { + "x": 525.6513, + "y": 5.40291, + "z": 641.9372 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 133635, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 54, + "VictimLocation": { + "x": 596.3083, + "y": 17.7325344, + "z": 664.603455 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 133791, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 64, + "VictimLocation": { + "x": 523.947449, + "y": 5.493054, + "z": 648.299255 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 133853, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 60, + "VictimLocation": { + "x": 520.685242, + "y": 5.219629, + "z": 635.8961 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 133932, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 57, + "VictimLocation": { + "x": 599.414063, + "y": 18.2126122, + "z": 673.2952 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 133932, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 43, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 505, + "TotalMana": 505.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 134322, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_02", + "VictimInstanceId": 45, + "VictimLocation": { + "x": 539.346863, + "y": 7.219841, + "z": 564.663757 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 10 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 137629, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 46, + "VictimLocation": { + "x": 608.6062, + "y": 19.56809, + "z": 656.7166 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + }, + "18": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 137817, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 47, + "VictimLocation": { + "x": 621.5374, + "y": 20.2173023, + "z": 644.4928 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 137926, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 31, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 627, + "TotalMana": 627.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 139333, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 34, + "VictimLocation": { + "x": 560.808655, + "y": 6.8590126, + "z": 546.6065 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 141023, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 49, + "VictimLocation": { + "x": 633.3778, + "y": 20.93993, + "z": 636.227234 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 143015, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 61, + "VictimLocation": { + "x": 663.595764, + "y": 18.4571114, + "z": 726.754944 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 143125, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 55, + "VictimLocation": { + "x": 631.9993, + "y": 19.4263973, + "z": 618.86084 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 143250, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 20, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 695, + "TotalMana": 695.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 144334, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 48, + "VictimLocation": { + "x": 530.2207, + "y": 7.06759644, + "z": 558.464 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 146127, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 50, + "VictimLocation": { + "x": 660.6776, + "y": 18.3472176, + "z": 720.553 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 149133, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 12, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 772, + "TotalMana": 772.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 149320, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 12, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 779, + "TotalMana": 779.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 154324, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 12, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 786, + "TotalMana": 786.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 159332, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 12, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 793, + "TotalMana": 793.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 164323, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 12, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 800, + "TotalMana": 800.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 169340, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 12, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 807, + "TotalMana": 807.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 174315, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 2, + "WaveDurationMilliseconds": 60906, + "TimeSinceStartMilliseconds": 175841, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 3, + "TimeSinceStartMilliseconds": 176810, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 84, + "TargetLocation": { + "x": 710.666, + "y": 11.529, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 177841, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 85, + "CreatorInstanceId": 84, + "SpawnLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 177841, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 86, + "TargetLocation": { + "x": 368.2401, + "y": 27.7819, + "z": 379.9287 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 177935, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 87, + "CreatorInstanceId": 86, + "SpawnLocation": { + "x": 358.956116, + "y": 29.3561249, + "z": 389.2127 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 177935, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 40, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 815, + "TotalMana": 815.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 179235, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 85, + "VictimLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 182342, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 714.151367, + "y": 12.5729923, + "z": 531.200867 + }, + "TimeSinceStartMilliseconds": 182498, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 702.336365, + "y": 10.9449663, + "z": 519.636169 + }, + "TimeSinceStartMilliseconds": 182498, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 705.407837, + "y": 10.9296875, + "z": 514.209839 + }, + "TimeSinceStartMilliseconds": 182608, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 390.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 390.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 40, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 822, + "TotalMana": 822.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 184233, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 72, + "VictimLocation": { + "x": 527.08374, + "y": 27.2667084, + "z": 628.623657 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 10 + }, + "15": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 187929, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 87, + "VictimLocation": { + "x": 358.956116, + "y": 29.3561249, + "z": 389.2127 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 188070, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 7, + "ManaRateIncrease": 40, + "Location": { + "x": 361.693359, + "y": 27.8795242, + "z": 382.355835 + }, + "TimeSinceStartMilliseconds": 188070, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 7, + "ManaRateIncrease": 40, + "Location": { + "x": 365.3139, + "y": 29.18227, + "z": 395.7891 + }, + "TimeSinceStartMilliseconds": 188320, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 7, + "ManaRateIncrease": 40, + "Location": { + "x": 352.3735, + "y": 31.3723583, + "z": 395.145844 + }, + "TimeSinceStartMilliseconds": 188320, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 210, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 36, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 869, + "TotalMana": 869.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 189233, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 71, + "VictimLocation": { + "x": 536.3993, + "y": 26.7751751, + "z": 622.05304 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 190224, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 53, + "VictimLocation": { + "x": 527.5189, + "y": 6.97287655, + "z": 564.5043 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 191630, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 73, + "VictimLocation": { + "x": 538.528564, + "y": 28.2773228, + "z": 643.5206 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 14 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 191841, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 192609, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 210, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 27, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 961, + "TotalMana": 961.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 194332, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 58, + "VictimLocation": { + "x": 527.0314, + "y": 6.877014, + "z": 558.03656 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + }, + "18": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 195219, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 81, + "VictimLocation": { + "x": 679.762634, + "y": 41.23869, + "z": 717.0037 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 198416, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 0 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 210, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 23, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 988, + "TotalMana": 988.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 199338, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 199447, + "EventName": "PointStatusChange" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 201936, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 77, + "VictimLocation": { + "x": 691.023254, + "y": 41.5808563, + "z": 690.7444 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 203520, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 88, + "ManaCost": 60, + "TargetLocation": { + "x": 700.4712, + "y": 18.921875, + "z": 695.7446 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 204239, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 89, + "CreatorInstanceId": 88, + "SpawnLocation": { + "x": 700.4712, + "y": 18.921875, + "z": 695.7446 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 204239, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 23, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 210, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 22, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1010, + "TotalMana": 1010.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 204317, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 82, + "VictimLocation": { + "x": 682.3899, + "y": 41.8086243, + "z": 722.7587 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 207238, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 79, + "VictimLocation": { + "x": 641.05426, + "y": 39.9751968, + "z": 584.96936 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 207910, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 80, + "VictimLocation": { + "x": 644.4919, + "y": 46.3215332, + "z": 585.8709 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 7 + }, + "15": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 209066, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 23, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 210, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 19, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1063, + "TotalMana": 1063.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 209347, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 78, + "VictimLocation": { + "x": 644.0589, + "y": 45.3024826, + "z": 589.5779 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "15": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 210316, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 76, + "VictimLocation": { + "x": 694.037, + "y": 36.87542, + "z": 686.762634 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 210910, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 74, + "VictimLocation": { + "x": 693.109863, + "y": 39.0214233, + "z": 669.6352 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 213232, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 213951, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 23, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 210, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 13, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1140, + "TotalMana": 1140.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 214310, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 90, + "ManaCost": 40, + "TargetLocation": { + "x": 634.7915, + "y": 20.15113, + "z": 628.8707 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 214826, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 91, + "CreatorInstanceId": 90, + "SpawnLocation": { + "x": 634.7915, + "y": 20.15113, + "z": 628.8707 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 214826, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 1, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 92, + "ManaCost": 50, + "TargetLocation": { + "x": 634.6798, + "y": 19.8166046, + "z": 624.9348 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 217014, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 93, + "CreatorInstanceId": 92, + "SpawnLocation": { + "x": 634.6798, + "y": 19.8166046, + "z": 624.9348 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 217014, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 94, + "ManaCost": 120, + "TargetLocation": { + "x": 651.0365, + "y": 21.1543045, + "z": 369.1832 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 217248, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 95, + "CreatorInstanceId": 94, + "SpawnLocation": { + "x": 651.0365, + "y": 21.1543045, + "z": 369.1832 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 217248, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 38, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 13, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1147, + "TotalMana": 1147.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 219320, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 66, + "VictimLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 220312, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 38, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 450.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 13, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1154, + "TotalMana": 1154.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 224336, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 7, + "ManaRateIncrease": 40, + "Location": { + "x": 300.916473, + "y": 29.3276329, + "z": 416.039 + }, + "TimeSinceStartMilliseconds": 224508, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 7, + "ManaRateIncrease": 40, + "Location": { + "x": 299.750153, + "y": 30.0213032, + "z": 411.181915 + }, + "TimeSinceStartMilliseconds": 224711, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 7, + "ManaRateIncrease": 40, + "Location": { + "x": 296.012268, + "y": 28.9347019, + "z": 425.832153 + }, + "TimeSinceStartMilliseconds": 224820, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 38, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 13, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1161, + "TotalMana": 1161.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 229336, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 38, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 13, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1168, + "TotalMana": 1168.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 234351, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 3, + "WaveDurationMilliseconds": 60902, + "TimeSinceStartMilliseconds": 236626, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 4, + "TimeSinceStartMilliseconds": 237815, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 121, + "TargetLocation": { + "x": 441.5551, + "y": 2.7826, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 238814, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 122, + "CreatorInstanceId": 121, + "SpawnLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 238814, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 123, + "TargetLocation": { + "x": 583.3898, + "y": 8.7403, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 238908, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 124, + "CreatorInstanceId": 123, + "SpawnLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 238908, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 38, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 86, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1176, + "TotalMana": 1176.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 239455, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 38, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 86, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1183, + "TotalMana": 1183.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 244409, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_03", + "VictimInstanceId": 115, + "VictimLocation": { + "x": 603.045044, + "y": 18.5696239, + "z": 655.4088 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 247712, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 108, + "VictimLocation": { + "x": 589.3747, + "y": 15.1170359, + "z": 683.5456 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 248525, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 38, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 82, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1235, + "TotalMana": 1235.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 249438, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 251336, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 102, + "VictimLocation": { + "x": 550.2393, + "y": 6.900836, + "z": 634.2514 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + }, + "18": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 251998, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 125, + "ManaCost": 40, + "TargetLocation": { + "x": 651.0365, + "y": 21.1543045, + "z": 369.1832 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 252311, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 126, + "CreatorInstanceId": 125, + "SpawnLocation": { + "x": 651.0365, + "y": 21.2204437, + "z": 369.1832 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 252311, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_03", + "VictimInstanceId": 111, + "VictimLocation": { + "x": 549.7367, + "y": 6.74391, + "z": 628.1368 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 252413, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 83, + "VictimLocation": { + "x": 572.642456, + "y": 30.294281, + "z": 562.0606 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 252806, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 253900, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 76, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1317, + "TotalMana": 1317.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 254400, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 2, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 256507, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 106, + "VictimLocation": { + "x": 534.987732, + "y": 5.583145, + "z": 629.7141 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 257233, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 110, + "VictimLocation": { + "x": 535.6319, + "y": 5.918764, + "z": 639.7986 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 257420, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 118, + "VictimLocation": { + "x": 545.7625, + "y": 6.443766, + "z": 635.6098 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 257529, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 258023, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 120, + "VictimLocation": { + "x": 544.458069, + "y": 6.40625, + "z": 632.959534 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 259226, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 64, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1374, + "TotalMana": 1374.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 259336, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 99, + "VictimLocation": { + "x": 683.8872, + "y": 40.8091, + "z": 675.5987 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 261916, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 52, + "VictimLocation": { + "x": 560.2333, + "y": 6.898016, + "z": 546.7366 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 262621, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 97, + "VictimLocation": { + "x": 692.0758, + "y": 40.4696846, + "z": 676.658264 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 263519, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 56, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1461, + "TotalMana": 1461.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 264428, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 96, + "VictimLocation": { + "x": 682.674561, + "y": 40.60568, + "z": 666.511841 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 264823, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 265827, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 101, + "VictimLocation": { + "x": 664.056152, + "y": 18.609375, + "z": 728.864563 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + }, + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 266124, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 105, + "VictimLocation": { + "x": 665.5019, + "y": 20.2682056, + "z": 739.190063 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 268135, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 104, + "VictimLocation": { + "x": 655.4667, + "y": 19.697628, + "z": 737.3878 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 268229, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 268448, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 41, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1603, + "TotalMana": 1603.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 269435, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 116, + "VictimLocation": { + "x": 552.1219, + "y": 7.501359, + "z": 578.4834 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 269560, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 269825, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 1, + "CardId": "f6478fc0-d63c-4e96-9a1d-9053454f2858", + "InstanceId": 127, + "ManaCost": 60, + "TargetLocation": { + "x": 651.895935, + "y": 22.6703033, + "z": 632.1286 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 270419, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_02", + "InstanceId": 128, + "CreatorInstanceId": 127, + "SpawnLocation": { + "x": 651.895935, + "y": 22.67025, + "z": 632.1286 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 270419, + "EventName": "UnitTrained" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 272441, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 98, + "VictimLocation": { + "x": 652.3814, + "y": 18.5170345, + "z": 729.8731 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 273723, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 113, + "VictimLocation": { + "x": 561.693665, + "y": 7.673793, + "z": 575.9094 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + }, + "18": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 274208, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 34, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 33, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1651, + "TotalMana": 1651.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 274395, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 124, + "VictimLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 274723, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 576.58136, + "y": 8.82534, + "z": 441.0009 + }, + "TimeSinceStartMilliseconds": 274848, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 587.683044, + "y": 8.670566, + "z": 444.948669 + }, + "TimeSinceStartMilliseconds": 274958, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 585.2461, + "y": 9.217231, + "z": 430.3149 + }, + "TimeSinceStartMilliseconds": 275020, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 107, + "VictimLocation": { + "x": 518.782043, + "y": 23.576479, + "z": 653.956665 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 32 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 276629, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_wolverine_01", + "VictimInstanceId": 117, + "VictimLocation": { + "x": 544.5033, + "y": 7.542105, + "z": 576.301147 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 9 + }, + "15": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 276723, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 277811, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 34, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 570.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 165, + "TotalMana": 570.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 24, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1703, + "TotalMana": 1703.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 279408, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 109, + "VictimLocation": { + "x": 421.3357, + "y": 45.8539963, + "z": 421.5787 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 279517, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 103, + "VictimLocation": { + "x": 533.709, + "y": 6.998789, + "z": 564.170532 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 279626, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 34, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 570.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 165, + "TotalMana": 570.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 19, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1755, + "TotalMana": 1755.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 284422, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 114, + "VictimLocation": { + "x": 371.435638, + "y": 49.3558655, + "z": 394.76062 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 288334, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 34, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 570.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 165, + "TotalMana": 570.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1777, + "TotalMana": 1777.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 289412, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 34, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 570.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 165, + "TotalMana": 570.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 18, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1784, + "TotalMana": 1784.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 294418, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 4, + "WaveDurationMilliseconds": 60904, + "TimeSinceStartMilliseconds": 297522, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 5, + "TimeSinceStartMilliseconds": 298636, + "EventName": "FirefightWaveStarted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 34, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 570.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 165, + "TotalMana": 570.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 47, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1791, + "TotalMana": 1791.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 299420, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 135, + "TargetLocation": { + "x": 583.3898, + "y": 8.7403, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 299623, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 136, + "CreatorInstanceId": 135, + "SpawnLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 299623, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 137, + "TargetLocation": { + "x": 746.6276, + "y": 32.527, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 299733, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 138, + "CreatorInstanceId": 137, + "SpawnLocation": { + "x": 746.6276, + "y": 29.625, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 299733, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 1, + "CardId": "4a42249a-1099-4abb-92f2-490e2817a2dd", + "InstanceId": 139, + "ManaCost": 20, + "TargetLocation": { + "x": 463.615234, + "y": 6.57286835, + "z": 551.0257 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 299842, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_bruteChopper_01", + "InstanceId": 140, + "CreatorInstanceId": 139, + "SpawnLocation": { + "x": 463.615234, + "y": 6.57132, + "z": 551.0257 + }, + "SupplyCost": 270, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 299842, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 37, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 570.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 165, + "TotalMana": 570.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 47, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1798, + "TotalMana": 1798.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 304424, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 122, + "VictimLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_bruteChopper_01": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 20 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 26 + }, + "15": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 304659, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 577.0142, + "y": 8.736258, + "z": 443.821747 + }, + "TimeSinceStartMilliseconds": 306633, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 136, + "VictimLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 306633, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 583.1758, + "y": 8.553737, + "z": 446.220978 + }, + "TimeSinceStartMilliseconds": 306742, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 577.574036, + "y": 8.947378, + "z": 435.916046 + }, + "TimeSinceStartMilliseconds": 306836, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 44, + "ManaRateIncrease": 40, + "Location": { + "x": 437.057648, + "y": 2.63167763, + "z": 578.895447 + }, + "TimeSinceStartMilliseconds": 308820, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 44, + "ManaRateIncrease": 40, + "Location": { + "x": 444.809326, + "y": 2.14829183, + "z": 586.308655 + }, + "TimeSinceStartMilliseconds": 309117, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 44, + "ManaRateIncrease": 40, + "Location": { + "x": 439.7203, + "y": 2.15289354, + "z": 585.201965 + }, + "TimeSinceStartMilliseconds": 309117, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 37, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 285, + "TotalMana": 690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 47, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1806, + "TotalMana": 1806.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 309430, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 70, + "VictimLocation": { + "x": 478.33902, + "y": 32.406105, + "z": 541.416748 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 9 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 311819, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 112, + "VictimLocation": { + "x": 477.327179, + "y": 7.226438, + "z": 540.0848 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_bruteChopper_01": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 312433, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 37, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 285, + "TotalMana": 690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 44, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1838, + "TotalMana": 1838.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 314415, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "d140f76b-106d-4175-a912-20735e2a6b76", + "InstanceId": 141, + "ManaCost": 40, + "TargetLocation": { + "x": 727.7642, + "y": 32.50035, + "z": 738.0811 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 314933, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_hunter_01", + "InstanceId": 142, + "CreatorInstanceId": 141, + "SpawnLocation": { + "x": 727.7642, + "y": 32.49976, + "z": 738.0811 + }, + "SupplyCost": 150, + "EnergyCost": 200, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 314933, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 119, + "VictimLocation": { + "x": 477.490417, + "y": 9.466521, + "z": 521.7032 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_bruteChopper_01": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 3 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 315136, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 155, + "TotalMana": 690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 285, + "TotalMana": 690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 41, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1855, + "TotalMana": 1855.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 319441, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "a7530a57-b21d-48fc-9ba3-0965bae42e23", + "InstanceId": 143, + "ManaCost": 160, + "TargetLocation": { + "x": 645.131958, + "y": 21.6927261, + "z": 378.9163 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 323416, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_02", + "InstanceId": 144, + "CreatorInstanceId": 143, + "SpawnLocation": { + "x": 645.131958, + "y": 21.6927261, + "z": 378.9163 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 323416, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 155, + "TotalMana": 690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 41, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1862, + "TotalMana": 1862.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 324418, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 145, + "ManaCost": 120, + "TargetLocation": { + "x": 629.0668, + "y": 19.24353, + "z": 613.454651 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 327406, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 146, + "CreatorInstanceId": 145, + "SpawnLocation": { + "x": 629.0668, + "y": 19.24353, + "z": 613.454651 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 327406, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 69, + "VictimLocation": { + "x": 595.961731, + "y": 30.7211952, + "z": 466.3 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 328415, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 40, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1884, + "TotalMana": 1884.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 329516, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 138, + "VictimLocation": { + "x": 746.6276, + "y": 29.625, + "z": 756.4482 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 330435, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 738.6483, + "y": 29.7072372, + "z": 752.5223 + }, + "TimeSinceStartMilliseconds": 330622, + "EventName": "ManaOrbCollected" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 333629, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_vulture_01", + "VictimInstanceId": 134, + "VictimLocation": { + "x": 521.4293, + "y": 29.61523, + "z": 579.1024 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 8 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 334208, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 710.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 145, + "TotalMana": 710.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 31, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 1961, + "TotalMana": 1961.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 334411, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 745.6936, + "y": 29.625, + "z": 762.9661 + }, + "TimeSinceStartMilliseconds": 334629, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 754.5808, + "y": 29.6417923, + "z": 752.431335 + }, + "TimeSinceStartMilliseconds": 334629, + "EventName": "ManaOrbCollected" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 334911, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 75, + "VictimLocation": { + "x": 622.6819, + "y": 33.906517, + "z": 557.797546 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 28 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 335129, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_03", + "VictimInstanceId": 62, + "VictimLocation": { + "x": 565.4768, + "y": 6.70435333, + "z": 543.6192 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 336838, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 24, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2029, + "TotalMana": 2029.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 339412, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_vulture_01", + "VictimInstanceId": 131, + "VictimLocation": { + "x": 517.3264, + "y": 30.0508366, + "z": 563.003 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 14 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 339631, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 100, + "VictimLocation": { + "x": 517.939, + "y": 6.9962635, + "z": 552.4749 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 340513, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 133, + "VictimLocation": { + "x": 556.5119, + "y": 7.02734375, + "z": 520.631042 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 20 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 343413, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 11, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2251, + "TotalMana": 2251.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 344428, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 132, + "VictimLocation": { + "x": 555.1083, + "y": 6.6953125, + "z": 524.9524 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 347009, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 11, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2378, + "TotalMana": 2378.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 349422, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 11, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2385, + "TotalMana": 2385.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 354409, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 130, + "VictimLocation": { + "x": 583.1022, + "y": 13.8125, + "z": 683.8197 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 355315, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_grizzly_01", + "VictimInstanceId": 129, + "VictimLocation": { + "x": 335.294037, + "y": 30.2181072, + "z": 418.593628 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 356928, + "EventName": "Death" + }, + { + "WaveNumber": 5, + "WaveDurationMilliseconds": 59885, + "TimeSinceStartMilliseconds": 357429, + "EventName": "FirefightWaveCompleted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2582, + "TotalMana": 2582.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 359531, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2589, + "TotalMana": 2589.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 364530, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "33653771-6bbd-4654-8422-c61dff2060ec", + "InstanceId": 147, + "ManaCost": 60, + "TargetLocation": { + "x": 635.8643, + "y": 21.625, + "z": 376.200775 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 368310, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_banshee_01", + "InstanceId": 148, + "CreatorInstanceId": 147, + "SpawnLocation": { + "x": 635.8643, + "y": 21.625, + "z": 376.200775 + }, + "SupplyCost": 300, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 368310, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 53, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2596, + "TotalMana": 2596.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 369516, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 149, + "ManaCost": 60, + "TargetLocation": { + "x": 648.1193, + "y": 21.4281769, + "z": 386.172058 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 371519, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 150, + "CreatorInstanceId": 149, + "SpawnLocation": { + "x": 648.1193, + "y": 21.4358463, + "z": 386.172058 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 371519, + "EventName": "UnitTrained" + }, + { + "WaveNumber": 6, + "TimeSinceStartMilliseconds": 373919, + "EventName": "FirefightWaveStarted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2604, + "TotalMana": 2604.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 374731, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 181, + "TargetLocation": { + "x": 520.0574, + "y": 7.4792, + "z": 715.8888 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 374840, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 182, + "CreatorInstanceId": 181, + "SpawnLocation": { + "x": 520.0574, + "y": 6.255859, + "z": 715.8888 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 374840, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 183, + "TargetLocation": { + "x": 441.5551, + "y": 2.7826, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 374950, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 184, + "CreatorInstanceId": 183, + "SpawnLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 374950, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2611, + "TotalMana": 2611.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 379613, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 168, + "VictimLocation": { + "x": 522.05835, + "y": 7.155205, + "z": 681.5576 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 383708, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 166, + "VictimLocation": { + "x": 508.00235, + "y": 8.438232, + "z": 680.693665 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 383817, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 175, + "VictimLocation": { + "x": 519.2928, + "y": 6.943565, + "z": 674.3339 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 384036, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 86, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2638, + "TotalMana": 2638.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 384621, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 158, + "VictimLocation": { + "x": 521.9181, + "y": 7.03606224, + "z": 675.936646 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 384918, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 170, + "VictimLocation": { + "x": 531.0544, + "y": 8.160016, + "z": 683.7024 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 386608, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 179, + "VictimLocation": { + "x": 538.727234, + "y": 8.988936, + "z": 684.664 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 388813, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 162, + "VictimLocation": { + "x": 545.657654, + "y": 10.0594959, + "z": 690.47644 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 389235, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2715, + "TotalMana": 2715.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 389610, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 172, + "VictimLocation": { + "x": 537.7456, + "y": 8.914155, + "z": 685.1179 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 393403, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 71, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2727, + "TotalMana": 2727.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 394625, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 159, + "VictimLocation": { + "x": 566.381042, + "y": 11.9934216, + "z": 684.921 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 397500, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 68, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2760, + "TotalMana": 2760.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 399605, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 155, + "VictimLocation": { + "x": 576.2889, + "y": 13.8618393, + "z": 674.664551 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 400324, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 167, + "VictimLocation": { + "x": 574.2604, + "y": 13.1391306, + "z": 679.1423 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 401713, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 156, + "VictimLocation": { + "x": 555.510559, + "y": 11.2155066, + "z": 682.9437 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 402608, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 57, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2827, + "TotalMana": 2827.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 404617, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 160, + "VictimLocation": { + "x": 334.728424, + "y": 30.34375, + "z": 418.577148 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 404914, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 176, + "VictimLocation": { + "x": 331.996521, + "y": 30.63309, + "z": 413.937958 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 405023, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 171, + "VictimLocation": { + "x": 345.0553, + "y": 30.2708035, + "z": 414.827148 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 406412, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 47, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2864, + "TotalMana": 2864.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 409624, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 154, + "VictimLocation": { + "x": 330.482941, + "y": 30.3985481, + "z": 421.1242 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 413224, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 44, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2896, + "TotalMana": 2896.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 414619, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 44, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2903, + "TotalMana": 2903.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 419626, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 165, + "VictimLocation": { + "x": 344.492737, + "y": 30.4351959, + "z": 408.546021 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 423321, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 40, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2950, + "TotalMana": 2950.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 424626, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 40, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2957, + "TotalMana": 2957.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 429610, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 6, + "WaveDurationMilliseconds": 60907, + "TimeSinceStartMilliseconds": 433613, + "EventName": "FirefightWaveCompleted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 133, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2965, + "TotalMana": 2965.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 434806, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 7, + "TimeSinceStartMilliseconds": 434921, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 215, + "TargetLocation": { + "x": 423.0052, + "y": 32.4268, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 435702, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 216, + "CreatorInstanceId": 215, + "SpawnLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 435702, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 217, + "TargetLocation": { + "x": 746.6276, + "y": 32.527, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 435811, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 218, + "CreatorInstanceId": 217, + "SpawnLocation": { + "x": 746.6276, + "y": 29.625, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 435811, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 133, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2972, + "TotalMana": 2972.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 439617, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 133, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 2979, + "TotalMana": 2979.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 444618, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 218, + "VictimLocation": { + "x": 746.6276, + "y": 29.625, + "z": 756.4482 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 446183, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 741.6851, + "y": 29.6305351, + "z": 750.750244 + }, + "TimeSinceStartMilliseconds": 446339, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 740.8832, + "y": 29.625, + "z": 758.824463 + }, + "TimeSinceStartMilliseconds": 446627, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 208, + "VictimLocation": { + "x": 466.099243, + "y": 6.44681549, + "z": 655.296 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 448612, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_03", + "VictimInstanceId": 202, + "VictimLocation": { + "x": 468.164856, + "y": 6.920398, + "z": 643.328552 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 448721, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 212, + "VictimLocation": { + "x": 462.003265, + "y": 6.670985, + "z": 635.067566 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 448831, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 192, + "VictimLocation": { + "x": 473.475372, + "y": 6.27022266, + "z": 648.668152 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 448924, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 197, + "VictimLocation": { + "x": 466.838745, + "y": 6.977288, + "z": 642.7773 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 449112, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 790.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 790.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 120, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 3096, + "TotalMana": 3096.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 449690, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 206, + "VictimLocation": { + "x": 535.0557, + "y": 8.727404, + "z": 686.6244 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 450214, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 216, + "VictimLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 450712, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 178, + "VictimLocation": { + "x": 508.51532, + "y": 7.27120638, + "z": 552.848755 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 451915, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 157, + "VictimLocation": { + "x": 527.8373, + "y": 6.888783, + "z": 556.1061 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 451978, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 152, + "VictimLocation": { + "x": 517.4243, + "y": 6.8984375, + "z": 558.1934 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 452025, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 153, + "VictimLocation": { + "x": 522.451233, + "y": 6.87890625, + "z": 556.7745 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 3 + }, + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 452321, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 177, + "VictimLocation": { + "x": 520.2281, + "y": 6.952016, + "z": 547.1684 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 452478, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 7, + "ManaRateIncrease": 40, + "Location": { + "x": 417.7532, + "y": 31.6422253, + "z": 299.2084 + }, + "TimeSinceStartMilliseconds": 452714, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 7, + "ManaRateIncrease": 40, + "Location": { + "x": 427.1802, + "y": 31.957386, + "z": 296.816742 + }, + "TimeSinceStartMilliseconds": 452714, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 7, + "ManaRateIncrease": 40, + "Location": { + "x": 432.1496, + "y": 32.1756363, + "z": 295.073029 + }, + "TimeSinceStartMilliseconds": 452823, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 850.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 165, + "TotalMana": 850.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 101, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 3193, + "TotalMana": 3193.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 454688, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 169, + "VictimLocation": { + "x": 564.743042, + "y": 6.837924, + "z": 535.9862 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 454798, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "63f7b0cf-2778-4a03-9d8b-fb8e40bbbe31", + "InstanceId": 219, + "ManaCost": 110, + "TargetLocation": { + "x": 650.3097, + "y": 21.15319, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 455528, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_wraith_01", + "InstanceId": 220, + "CreatorInstanceId": 219, + "SpawnLocation": { + "x": 650.3097, + "y": 21.1916485, + "z": 368.410675 + }, + "SupplyCost": 550, + "EnergyCost": 40, + "PopulationCost": 6, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 455528, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 173, + "VictimLocation": { + "x": 556.127563, + "y": 6.61117744, + "z": 529.0655 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 455935, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 180, + "VictimLocation": { + "x": 532.022766, + "y": 6.92524052, + "z": 559.722656 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 456222, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 151, + "VictimLocation": { + "x": 516.971436, + "y": 6.8984375, + "z": 558.495 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 458322, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 164, + "VictimLocation": { + "x": 519.1272, + "y": 6.94921875, + "z": 549.9621 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + }, + "18": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 458777, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 850.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 64, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 850.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 86, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 3276, + "TotalMana": 3276.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 459793, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 191, + "VictimLocation": { + "x": 500.834747, + "y": 7.59427547, + "z": 543.081848 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 461247, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 204, + "VictimLocation": { + "x": 539.4327, + "y": 9.253212, + "z": 687.581665 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 461450, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 189, + "VictimLocation": { + "x": 504.065826, + "y": 7.51953125, + "z": 545.3332 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 462501, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 850.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 64, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 850.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 75, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 3338, + "TotalMana": 3338.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 464604, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 194, + "VictimLocation": { + "x": 514.2624, + "y": 7.02846527, + "z": 544.860046 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 466136, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_03", + "VictimInstanceId": 211, + "VictimLocation": { + "x": 671.761963, + "y": 18.7114029, + "z": 725.425049 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 466519, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 185, + "VictimLocation": { + "x": 507.278381, + "y": 7.336141, + "z": 549.517151 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 466628, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_03", + "VictimInstanceId": 200, + "VictimLocation": { + "x": 535.3965, + "y": 6.911308, + "z": 563.5629 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 467175, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 187, + "VictimLocation": { + "x": 654.5817, + "y": 17.8931122, + "z": 718.8253 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 468722, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 850.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 64, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 850.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 59, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 3505, + "TotalMana": 3505.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 469717, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 188, + "VictimLocation": { + "x": 556.3884, + "y": 6.855325, + "z": 523.4018 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 470362, + "EventName": "Death" + }, + { + "InstanceId": 3, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 470708, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 195, + "VictimLocation": { + "x": 460.116333, + "y": 21.93165, + "z": 427.1924 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 472614, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 186, + "VictimLocation": { + "x": 550.208252, + "y": 6.813754, + "z": 524.826 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 474021, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_02", + "VictimInstanceId": 193, + "VictimLocation": { + "x": 399.921356, + "y": 34.07467, + "z": 371.7212 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 474568, + "EventName": "Death" + }, + { + "InstanceId": 3, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 474568, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 850.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 64, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 850.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 44, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 3642, + "TotalMana": 3642.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 474724, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 7, + "VictimLocation": { + "x": 400.106445, + "y": 33.7052727, + "z": 373.444916 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_inf_rm_odst_01": { + "Count": 4, + "CombatStats": { + "21": { + "AttacksLanded": 4 + }, + "10": { + "AttacksLanded": 44 + } + } + }, + "unsc_veh_rm_warthog_02": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 9 + } + } + }, + "unsc_veh_rm_wolverine_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + }, + "unsc_veh_rm_mongoose_01": { + "Count": 2, + "CombatStats": { + "9": { + "AttacksLanded": 4 + } + } + }, + "unsc_air_spotterdrone_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + }, + "unsc_veh_rm_mongoose_03": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 1 + } + } + }, + "unsc_inf_rm_flameMarine_01": { + "Count": 6, + "CombatStats": { + "6": { + "AttacksLanded": 24 + }, + "255": { + "AttacksLanded": 260 + } + } + }, + "unsc_inf_rm_marinesiphon_01": { + "Count": 9, + "CombatStats": { + "8": { + "AttacksLanded": 45 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 476411, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 182, + "VictimLocation": { + "x": 520.0574, + "y": 6.255859, + "z": 715.8888 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 478813, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 45, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 250, + "TotalMana": 905.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 64, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 850.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 44, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 3649, + "TotalMana": 3649.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 479676, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 174, + "VictimLocation": { + "x": 463.1707, + "y": 23.78125, + "z": 397.78775 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 482331, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 45, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 250, + "TotalMana": 905.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 64, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 850.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 41, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 3661, + "TotalMana": 3661.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 484704, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 45, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 250, + "TotalMana": 905.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 64, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 850.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 41, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 3668, + "TotalMana": 3668.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 489703, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 44, + "ManaRateIncrease": 40, + "Location": { + "x": 526.284363, + "y": 6.43149233, + "z": 711.048157 + }, + "TimeSinceStartMilliseconds": 489818, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 44, + "ManaRateIncrease": 40, + "Location": { + "x": 524.865356, + "y": 6.448244, + "z": 717.903137 + }, + "TimeSinceStartMilliseconds": 490122, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 44, + "ManaRateIncrease": 40, + "Location": { + "x": 518.778, + "y": 6.7540493, + "z": 724.4201 + }, + "TimeSinceStartMilliseconds": 490559, + "EventName": "ManaOrbCollected" + }, + { + "WaveNumber": 7, + "WaveDurationMilliseconds": 60923, + "TimeSinceStartMilliseconds": 494576, + "EventName": "FirefightWaveCompleted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 45, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 310, + "TotalMana": 965.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 64, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 910.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 3676, + "TotalMana": 3676.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 494898, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 8, + "TimeSinceStartMilliseconds": 495692, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 248, + "TargetLocation": { + "x": 710.666, + "y": 11.529, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 496770, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 249, + "CreatorInstanceId": 248, + "SpawnLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 496770, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 250, + "TargetLocation": { + "x": 368.2401, + "y": 27.7819, + "z": 379.9287 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 496864, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 251, + "CreatorInstanceId": 250, + "SpawnLocation": { + "x": 368.2401, + "y": 27.5545788, + "z": 379.9287 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 496864, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 45, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 310, + "TotalMana": 965.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 64, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 910.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 3683, + "TotalMana": 3683.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 499889, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 249, + "VictimLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 500982, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 44, + "VictimLocation": { + "x": 460.134827, + "y": 5.785493, + "z": 568.865967 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_spotterdrone_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + }, + "unsc_veh_rm_warthog_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 15 + } + } + }, + "unsc_veh_rm_mongoose_01": { + "Count": 2, + "CombatStats": { + "9": { + "AttacksLanded": 2 + } + } + }, + "unsc_veh_rm_wolverine_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + }, + "unsc_inf_rm_spartan_chaingun_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 16 + } + } + }, + "unsc_inf_rm_spartan_rocket_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 8, + "CombatStats": { + "11": { + "AttacksLanded": 105 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 7, + "CombatStats": { + "0": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 503675, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 45, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 310, + "TotalMana": 965.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 59, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 945.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 3690, + "TotalMana": 3690.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 504776, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 749.5373, + "y": 29.625, + "z": 765.5975 + }, + "TimeSinceStartMilliseconds": 505402, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 201, + "VictimLocation": { + "x": 534.616943, + "y": 6.769649, + "z": 566.425964 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 507056, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 701.7333, + "y": 10.9447384, + "z": 519.5865 + }, + "TimeSinceStartMilliseconds": 507625, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 252, + "ManaCost": 50, + "TargetLocation": { + "x": 650.3097, + "y": 21.15319, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 507875, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 253, + "CreatorInstanceId": 252, + "SpawnLocation": { + "x": 650.3097, + "y": 21.15319, + "z": 368.410675 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 507875, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 221, + "VictimLocation": { + "x": 608.184631, + "y": 39.856308, + "z": 650.6232 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 507985, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 711.739, + "y": 11.5682058, + "z": 517.7005 + }, + "TimeSinceStartMilliseconds": 508031, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 720.369934, + "y": 14.078084, + "z": 520.2019 + }, + "TimeSinceStartMilliseconds": 508625, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 225, + "VictimLocation": { + "x": 647.8337, + "y": 43.57441, + "z": 657.913269 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 19 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 508849, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 45, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 390, + "TotalMana": 1045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 62, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 180, + "TotalMana": 1025.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 93, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 3787, + "TotalMana": 3787.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 509603, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "3c9d0bdd-3fc6-49aa-b348-a25bc7f05ae5", + "InstanceId": 254, + "ManaCost": 70, + "TargetLocation": { + "x": 650.3097, + "y": 21.15319, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 509947, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_prowler_01", + "InstanceId": 255, + "CreatorInstanceId": 254, + "SpawnLocation": { + "x": 650.3097, + "y": 21.1916485, + "z": 368.410675 + }, + "SupplyCost": 400, + "EnergyCost": 0, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 509947, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 240, + "VictimLocation": { + "x": 542.3344, + "y": 29.9871082, + "z": 564.931946 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 511450, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 511825, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 232, + "VictimLocation": { + "x": 628.2153, + "y": 43.9752426, + "z": 624.8493 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 514150, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 2 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 45, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 390, + "TotalMana": 1045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 1025.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 88, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 3849, + "TotalMana": 3849.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 514762, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 196, + "VictimLocation": { + "x": 523.320557, + "y": 6.875623, + "z": 557.0698 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 515523, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 224, + "VictimLocation": { + "x": 689.786865, + "y": 38.1386375, + "z": 673.5287 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 515775, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 515885, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 229, + "VictimLocation": { + "x": 600.599, + "y": 32.8314819, + "z": 592.3064 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 516887, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 233, + "VictimLocation": { + "x": 606.841, + "y": 28.7847, + "z": 588.810242 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 516949, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 517262, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 230, + "VictimLocation": { + "x": 595.664, + "y": 28.9945545, + "z": 589.626953 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 10 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 517371, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 238, + "VictimLocation": { + "x": 547.890564, + "y": 27.6929436, + "z": 548.861755 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 6 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 517621, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 223, + "VictimLocation": { + "x": 682.2789, + "y": 39.0541267, + "z": 666.916443 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 24 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 517684, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 234, + "VictimLocation": { + "x": 545.859741, + "y": 32.8161659, + "z": 541.922852 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 518449, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 518449, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 222, + "VictimLocation": { + "x": 681.715637, + "y": 40.62532, + "z": 674.381348 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 519028, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 45, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 385, + "TotalMana": 1045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 1025.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 65, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4101, + "TotalMana": 4101.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 519762, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 519824, + "EventName": "PointStatusChange" + }, + { + "InstanceId": 2, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 519824, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 237, + "VictimLocation": { + "x": 569.0648, + "y": 30.500103, + "z": 559.937256 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_bruteChopper_01": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 520494, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 235, + "VictimLocation": { + "x": 572.87616, + "y": 25.7951965, + "z": 577.130432 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 521572, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 522717, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 236, + "VictimLocation": { + "x": 564.7556, + "y": 27.799469, + "z": 574.8053 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_bruteChopper_01": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 522983, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 523755, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 45, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 380, + "TotalMana": 1045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 1025.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 62, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4153, + "TotalMana": 4153.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 524771, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 256, + "ManaCost": 60, + "TargetLocation": { + "x": 679.687256, + "y": 18.90625, + "z": 677.859 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 528620, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 257, + "CreatorInstanceId": 256, + "SpawnLocation": { + "x": 679.687256, + "y": 18.90625, + "z": 677.859 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 528620, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 320, + "TotalMana": 1045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 1025.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 62, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4161, + "TotalMana": 4161.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 529808, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 320, + "TotalMana": 1045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 1025.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 62, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4168, + "TotalMana": 4168.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 534793, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 258, + "ManaCost": 40, + "TargetLocation": { + "x": 587.7698, + "y": 7.671875, + "z": 561.637451 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 535105, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 259, + "CreatorInstanceId": 258, + "SpawnLocation": { + "x": 587.7698, + "y": 7.671875, + "z": 561.637451 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 535105, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 198, + "VictimLocation": { + "x": 506.613251, + "y": 7.40670443, + "z": 540.202637 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 537809, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 54, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 1045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 1025.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 59, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4200, + "TotalMana": 4200.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 539782, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 227, + "VictimLocation": { + "x": 517.7673, + "y": 29.5091267, + "z": 537.474365 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 543299, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 226, + "VictimLocation": { + "x": 524.7534, + "y": 30.7192287, + "z": 515.8823 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 544306, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 54, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 1045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 1025.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 51, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4287, + "TotalMana": 4287.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 544728, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 239, + "VictimLocation": { + "x": 665.0037, + "y": 38.8436737, + "z": 572.878 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 546588, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 54, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 1045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 1025.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4309, + "TotalMana": 4309.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 549775, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 54, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 1045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 1025.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4316, + "TotalMana": 4316.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 554718, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 8, + "WaveDurationMilliseconds": 60900, + "TimeSinceStartMilliseconds": 555500, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 9, + "TimeSinceStartMilliseconds": 556766, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 298, + "TargetLocation": { + "x": 423.0052, + "y": 32.4268, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 557704, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 299, + "CreatorInstanceId": 298, + "SpawnLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 557704, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 300, + "TargetLocation": { + "x": 710.666, + "y": 11.529, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 557822, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 301, + "CreatorInstanceId": 300, + "SpawnLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 557822, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 54, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 1045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 1025.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 169, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4324, + "TotalMana": 4324.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 559841, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 184, + "VictimLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 560796, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 437.814362, + "y": 3.28884935, + "z": 569.953247 + }, + "TimeSinceStartMilliseconds": 560984, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 448.956573, + "y": 2.474767, + "z": 583.1882 + }, + "TimeSinceStartMilliseconds": 560984, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 434.031, + "y": 2.91446924, + "z": 574.894043 + }, + "TimeSinceStartMilliseconds": 561046, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 301, + "VictimLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 561749, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 54, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 340, + "TotalMana": 1105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 170, + "TotalMana": 1085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 169, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4331, + "TotalMana": 4331.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 564827, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 284, + "VictimLocation": { + "x": 519.296265, + "y": 7.153464, + "z": 682.4333 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 567078, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 283, + "VictimLocation": { + "x": 513.715332, + "y": 7.11362934, + "z": 673.6971 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 567270, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 209, + "VictimLocation": { + "x": 543.6838, + "y": 7.02808666, + "z": 567.414551 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 567611, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "PowerId": "RMCleansingBeam", + "InstanceId": 302, + "TargetLocation": { + "x": 360.539948, + "y": 11.6077042, + "z": 530.5731 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 568268, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 1, + "CardId": "c85ab1fe-6bea-4cd2-897a-bea50e33b08e", + "InstanceId": 303, + "ManaCost": 110, + "TargetLocation": { + "x": 349.3697, + "y": 15.3472824, + "z": 497.746674 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 568268, + "EventName": "CardPlayed" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 280, + "VictimLocation": { + "x": 563.7273, + "y": 30.1587887, + "z": 610.430359 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 568768, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 54, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 1105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 170, + "TotalMana": 1085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 158, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4408, + "TotalMana": 4408.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 569877, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 277, + "VictimLocation": { + "x": 527.3251, + "y": 7.68048429, + "z": 682.00946 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 572206, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 203, + "VictimLocation": { + "x": 361.103333, + "y": 14.85467, + "z": 495.943939 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 572362, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 190, + "VictimLocation": { + "x": 521.1314, + "y": 6.960186, + "z": 559.4792 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 3 + }, + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 572502, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 13, + "VictimLocation": { + "x": 480.703278, + "y": 7.40410471, + "z": 542.2622 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 12 + }, + "20": { + "AttacksLanded": 1 + } + } + }, + "unsc_air_spotterdrone_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 8 + } + } + }, + "unsc_veh_rm_mongoose_03": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 3 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 6, + "CombatStats": { + "11": { + "AttacksLanded": 77 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 5, + "CombatStats": { + "0": { + "AttacksLanded": 9 + } + } + }, + "unsc_veh_rm_wolverine_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 1 + } + } + }, + "unsc_air_rm_vulture_01": { + "Count": 2, + "CombatStats": { + "17": { + "AttacksLanded": 20 + } + } + }, + "unsc_inf_rm_marine_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + }, + "unsc_inf_rm_marinesiphon_01": { + "Count": 8, + "CombatStats": { + "8": { + "AttacksLanded": 26 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 572799, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 207, + "VictimLocation": { + "x": 555.401855, + "y": 7.5325036, + "z": 516.403259 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 573365, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_03", + "VictimInstanceId": 214, + "VictimLocation": { + "x": 493.7273, + "y": 7.72919559, + "z": 542.598633 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 573724, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 205, + "VictimLocation": { + "x": 331.222321, + "y": 20.53125, + "z": 479.2635 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 574724, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 54, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 1105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 62, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 210, + "TotalMana": 1125.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 141, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4525, + "TotalMana": 4525.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 574912, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 246, + "VictimLocation": { + "x": 526.008, + "y": 29.2554836, + "z": 563.1691 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 574958, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 199, + "VictimLocation": { + "x": 598.2896, + "y": 7.16177845, + "z": 538.362061 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 575005, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 275, + "VictimLocation": { + "x": 333.2248, + "y": 41.1613235, + "z": 470.709351 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 576558, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_03", + "VictimInstanceId": 297, + "VictimLocation": { + "x": 547.0823, + "y": 10.3872614, + "z": 707.4799 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 577090, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 163, + "VictimLocation": { + "x": 506.963562, + "y": 7.51953125, + "z": 538.712952 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 577808, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 292, + "VictimLocation": { + "x": 553.2904, + "y": 11.19953, + "z": 695.814758 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 578285, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 261, + "VictimLocation": { + "x": 509.087982, + "y": 31.1924667, + "z": 576.4702 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 578472, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 251, + "VictimLocation": { + "x": 368.2401, + "y": 27.5545788, + "z": 379.9287 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 579108, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 362.4076, + "y": 27.8636665, + "z": 383.207123 + }, + "TimeSinceStartMilliseconds": 579108, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 369.55542, + "y": 28.5015869, + "z": 389.560852 + }, + "TimeSinceStartMilliseconds": 579217, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 364.648438, + "y": 27.8759041, + "z": 376.20282 + }, + "TimeSinceStartMilliseconds": 579217, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 304, + "ManaCost": 120, + "TargetLocation": { + "x": 590.1877, + "y": 7.671875, + "z": 565.9336 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 579702, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 305, + "CreatorInstanceId": 304, + "SpawnLocation": { + "x": 590.1877, + "y": 7.671875, + "z": 565.9336 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 579702, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 54, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 290, + "TotalMana": 1165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 1185.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4672, + "TotalMana": 4672.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 579889, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 293, + "VictimLocation": { + "x": 556.8161, + "y": 11.208292, + "z": 684.420349 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 580688, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 264, + "VictimLocation": { + "x": 550.166748, + "y": 31.3969059, + "z": 571.1303 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 580938, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 286, + "VictimLocation": { + "x": 485.574463, + "y": 7.53370857, + "z": 542.9308 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 581313, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 267, + "VictimLocation": { + "x": 527.927063, + "y": 30.3859024, + "z": 563.3926 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 581715, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_wolverine_01", + "VictimInstanceId": 210, + "VictimLocation": { + "x": 370.665619, + "y": 29.2609081, + "z": 395.623627 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 582741, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 273, + "VictimLocation": { + "x": 548.52594, + "y": 31.771059, + "z": 557.784668 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 582881, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 291, + "VictimLocation": { + "x": 502.562866, + "y": 7.54766035, + "z": 543.2407 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 583100, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 54, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 290, + "TotalMana": 1165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 1185.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4784, + "TotalMana": 4784.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 584884, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 262, + "VictimLocation": { + "x": 517.110168, + "y": 6.97565651, + "z": 546.797241 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 586155, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 294, + "VictimLocation": { + "x": 523.779968, + "y": 6.87527037, + "z": 558.3144 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 587575, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "f6478fc0-d63c-4e96-9a1d-9053454f2858", + "InstanceId": 306, + "ManaCost": 60, + "TargetLocation": { + "x": 360.4336, + "y": 28.442543, + "z": 377.017365 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 588083, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_02", + "InstanceId": 307, + "CreatorInstanceId": 306, + "SpawnLocation": { + "x": 360.4336, + "y": 28.4442024, + "z": 377.017365 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 588130, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 271, + "VictimLocation": { + "x": 533.0338, + "y": 7.07098675, + "z": 558.25 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 589302, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 1165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 1185.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4862, + "TotalMana": 4862.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 589833, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_wolverine_01", + "VictimInstanceId": 282, + "VictimLocation": { + "x": 524.7258, + "y": 6.799453, + "z": 555.701355 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 591880, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 308, + "ManaCost": 40, + "TargetLocation": { + "x": 588.8778, + "y": 7.671875, + "z": 584.5564 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 593511, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 309, + "CreatorInstanceId": 308, + "SpawnLocation": { + "x": 588.8778, + "y": 7.671875, + "z": 584.5564 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 593511, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 1165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 1185.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 88, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4889, + "TotalMana": 4889.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 594911, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 299, + "VictimLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 597171, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 414.5023, + "y": 31.724287, + "z": 298.356873 + }, + "TimeSinceStartMilliseconds": 597312, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 415.8335, + "y": 32.1284, + "z": 292.731262 + }, + "TimeSinceStartMilliseconds": 597390, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 40, + "ManaRateIncrease": 40, + "Location": { + "x": 430.375153, + "y": 32.1807976, + "z": 293.358521 + }, + "TimeSinceStartMilliseconds": 597530, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 287, + "VictimLocation": { + "x": 411.6492, + "y": 21.84375, + "z": 448.737762 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 599773, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 290, + "TotalMana": 1225.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 170, + "TotalMana": 1245.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 85, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4901, + "TotalMana": 4901.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 599821, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 601495, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 296, + "VictimLocation": { + "x": 426.242981, + "y": 21.859375, + "z": 452.4878 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 601917, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 602895, + "EventName": "CardCycled" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 58, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 1225.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 170, + "TotalMana": 1245.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 82, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4913, + "TotalMana": 4913.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 604856, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 17, + "ManaRateIncrease": 40, + "Location": { + "x": 700.912964, + "y": 11.22561, + "z": 523.738953 + }, + "TimeSinceStartMilliseconds": 604956, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 17, + "ManaRateIncrease": 40, + "Location": { + "x": 706.983948, + "y": 10.9494438, + "z": 515.772 + }, + "TimeSinceStartMilliseconds": 605362, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 17, + "ManaRateIncrease": 40, + "Location": { + "x": 716.6581, + "y": 12.9267139, + "z": 516.930237 + }, + "TimeSinceStartMilliseconds": 606065, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 310, + "ManaCost": 120, + "TargetLocation": { + "x": 645.960449, + "y": 22.7034073, + "z": 640.977539 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 608067, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 311, + "CreatorInstanceId": 310, + "SpawnLocation": { + "x": 645.960449, + "y": 22.7034073, + "z": 640.977539 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 608067, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 220, + "TotalMana": 1285.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 1305.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 82, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4920, + "TotalMana": 4920.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 609942, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 161, + "VictimLocation": { + "x": 437.1754, + "y": 21.84375, + "z": 456.451263 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 29 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 611676, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 220, + "TotalMana": 1285.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 1305.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 79, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 4952, + "TotalMana": 4952.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 614850, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 279, + "VictimLocation": { + "x": 433.665131, + "y": 21.84375, + "z": 446.2859 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 616237, + "EventName": "Death" + }, + { + "WaveNumber": 9, + "WaveDurationMilliseconds": 60923, + "TimeSinceStartMilliseconds": 616458, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 10, + "TimeSinceStartMilliseconds": 617458, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 320, + "TargetLocation": { + "x": 746.6276, + "y": 32.527, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 618450, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 321, + "CreatorInstanceId": 320, + "SpawnLocation": { + "x": 746.6276, + "y": 29.625, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 618450, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 322, + "TargetLocation": { + "x": 295.7496, + "y": 29.2451, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 618590, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 323, + "CreatorInstanceId": 322, + "SpawnLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 618590, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_03", + "VictimInstanceId": 289, + "VictimLocation": { + "x": 443.257324, + "y": 21.65616, + "z": 440.836029 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 618637, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 220, + "TotalMana": 1285.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 1305.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 101, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5020, + "TotalMana": 5020.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 619986, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 268, + "VictimLocation": { + "x": 430.2511, + "y": 21.84375, + "z": 455.232544 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 622566, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 624266, + "EventName": "CardCycled" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 220, + "TotalMana": 1285.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 225, + "TotalMana": 1305.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5057, + "TotalMana": 5057.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 624939, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "a7530a57-b21d-48fc-9ba3-0965bae42e23", + "InstanceId": 324, + "ManaCost": 160, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 626489, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_02", + "InstanceId": 325, + "CreatorInstanceId": 324, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 626489, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 628020, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 321, + "VictimLocation": { + "x": 746.6276, + "y": 29.625, + "z": 756.4482 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 628841, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 743.6122, + "y": 29.625, + "z": 765.784058 + }, + "TimeSinceStartMilliseconds": 629020, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 756.306335, + "y": 29.6477432, + "z": 754.051331 + }, + "TimeSinceStartMilliseconds": 629020, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 745.8637, + "y": 29.7010174, + "z": 746.5147 + }, + "TimeSinceStartMilliseconds": 629113, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 1345.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 82, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5064, + "TotalMana": 5064.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 629941, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 269, + "VictimLocation": { + "x": 545.9179, + "y": 28.0313129, + "z": 532.762634 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 630319, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 247, + "VictimLocation": { + "x": 549.267456, + "y": 27.5591927, + "z": 554.1954 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 630475, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 326, + "ManaCost": 60, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 630475, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 327, + "CreatorInstanceId": 326, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1916523, + "z": 368.410675 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 630475, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 241, + "VictimLocation": { + "x": 551.4503, + "y": 28.4360981, + "z": 556.5997 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 6 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 631044, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 245, + "VictimLocation": { + "x": 553.7418, + "y": 28.5177822, + "z": 552.9524 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 631753, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 631815, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 274, + "VictimLocation": { + "x": 411.118, + "y": 57.5695, + "z": 336.024353 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 35 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 631956, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 272, + "VictimLocation": { + "x": 548.463867, + "y": 28.1621552, + "z": 523.7222 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 633321, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 281, + "VictimLocation": { + "x": 442.390045, + "y": 21.6561222, + "z": 453.412231 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 634415, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 276, + "VictimLocation": { + "x": 548.027161, + "y": 29.2044182, + "z": 568.7051 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 634509, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 1345.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 87, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 79, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5261, + "TotalMana": 5261.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 634892, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 328, + "ManaCost": 50, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 635254, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 329, + "CreatorInstanceId": 328, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 635254, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 288, + "VictimLocation": { + "x": 540.5855, + "y": 8.598241, + "z": 508.591644 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 636984, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 260, + "VictimLocation": { + "x": 519.321, + "y": 6.89342451, + "z": 553.9429 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 637031, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 270, + "VictimLocation": { + "x": 548.0327, + "y": 7.628762, + "z": 515.293457 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 639578, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 1345.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5353, + "TotalMana": 5353.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 639984, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_02", + "VictimInstanceId": 307, + "VictimLocation": { + "x": 395.8747, + "y": 32.75, + "z": 374.544739 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_hornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 167 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 2, + "CombatStats": { + "0": { + "AttacksLanded": 12 + } + } + }, + "unsc_inf_rm_spartan_chaingun_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 18 + } + } + }, + "unsc_inf_rm_spartan_laser_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 642756, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 265, + "VictimLocation": { + "x": 536.0608, + "y": 9.607225, + "z": 501.9896 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 643756, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 62, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 310, + "TotalMana": 1375.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 63, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5385, + "TotalMana": 5385.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 644900, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_vulture_01", + "VictimInstanceId": 317, + "VictimLocation": { + "x": 536.1912, + "y": 29.6887245, + "z": 489.052948 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 646337, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 330, + "ManaCost": 50, + "TargetLocation": { + "x": 626.7141, + "y": 19.6308365, + "z": 632.040344 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 646430, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 331, + "CreatorInstanceId": 330, + "SpawnLocation": { + "x": 626.7141, + "y": 19.6308365, + "z": 632.040344 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 646430, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 65, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 260, + "TotalMana": 1375.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 54, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5462, + "TotalMana": 5462.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 649943, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_vulture_01", + "VictimInstanceId": 318, + "VictimLocation": { + "x": 536.186646, + "y": 34.0005264, + "z": 503.035339 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 650760, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 651558, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 653964, + "EventName": "CardCycled" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 654183, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 244, + "VictimLocation": { + "x": 544.234863, + "y": 28.269928, + "z": 525.4058 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 654574, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 65, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 255, + "TotalMana": 1375.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 44, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5555, + "TotalMana": 5555.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 654980, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 2, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 655405, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_03", + "VictimInstanceId": 290, + "VictimLocation": { + "x": 541.6971, + "y": 6.92116165, + "z": 569.8105 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 656414, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 266, + "VictimLocation": { + "x": 535.690552, + "y": 10.3817606, + "z": 491.4523 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 656505, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_vulture_01", + "VictimInstanceId": 315, + "VictimLocation": { + "x": 534.1217, + "y": 36.9284859, + "z": 474.6304 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 656607, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 278, + "VictimLocation": { + "x": 547.4276, + "y": 10.44073, + "z": 493.0796 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 656748, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 656842, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 285, + "VictimLocation": { + "x": 525.3273, + "y": 10.6852531, + "z": 489.26236 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 657232, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 263, + "VictimLocation": { + "x": 514.406738, + "y": 6.99609375, + "z": 548.385132 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 657373, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 242, + "VictimLocation": { + "x": 545.9959, + "y": 29.981884, + "z": 523.2361 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 8 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 657525, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 332, + "ManaCost": 60, + "TargetLocation": { + "x": 595.1207, + "y": 7.67186737, + "z": 609.831055 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 657619, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 333, + "CreatorInstanceId": 332, + "SpawnLocation": { + "x": 595.1207, + "y": 7.67169, + "z": 609.831055 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 657619, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 295, + "VictimLocation": { + "x": 519.997437, + "y": 6.897499, + "z": 552.24054 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 659003, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_laser_01", + "VictimInstanceId": 316, + "VictimLocation": { + "x": 537.1402, + "y": 9.609375, + "z": 502.111 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 19 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + }, + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 659706, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 1375.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 14, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5877, + "TotalMana": 5877.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 659962, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 213, + "VictimLocation": { + "x": 540.822449, + "y": 8.341887, + "z": 511.025452 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 660946, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 314, + "VictimLocation": { + "x": 537.444946, + "y": 10.109375, + "z": 497.605957 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 662547, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 231, + "VictimLocation": { + "x": 502.561584, + "y": 29.6988487, + "z": 535.853455 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 663809, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 1375.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 6, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6144, + "TotalMana": 6144.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 664922, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 334, + "ManaCost": 40, + "TargetLocation": { + "x": 585.0344, + "y": 7.671875, + "z": 593.6199 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 667265, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 335, + "CreatorInstanceId": 334, + "SpawnLocation": { + "x": 585.0344, + "y": 7.671875, + "z": 593.6199 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 667265, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 155, + "TotalMana": 1375.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 6, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6151, + "TotalMana": 6151.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 670000, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 250, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 6, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6158, + "TotalMana": 6158.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 674982, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "21ceca03-70a7-49e1-8515-5b1dbac7ba2b", + "InstanceId": 336, + "ManaCost": 190, + "TargetLocation": { + "x": 646.3252, + "y": 21.890625, + "z": 344.195435 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 676337, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_eliteCommando_01", + "InstanceId": 337, + "CreatorInstanceId": 336, + "SpawnLocation": { + "x": 646.3252, + "y": 21.890625, + "z": 344.195435 + }, + "SupplyCost": 450, + "EnergyCost": 400, + "PopulationCost": 1, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 676337, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 6, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6165, + "TotalMana": 6165.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 679980, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 243, + "VictimLocation": { + "x": 545.1148, + "y": 34.30249, + "z": 504.997681 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 682604, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 5, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6188, + "TotalMana": 6188.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 685118, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "f6478fc0-d63c-4e96-9a1d-9053454f2858", + "InstanceId": 338, + "ManaCost": 60, + "TargetLocation": { + "x": 636.2324, + "y": 25.3252563, + "z": 668.904846 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 688232, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_02", + "InstanceId": 339, + "CreatorInstanceId": 338, + "SpawnLocation": { + "x": 636.2324, + "y": 25.31431, + "z": 668.904846 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 688232, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 5, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6195, + "TotalMana": 6195.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 690019, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 313, + "VictimLocation": { + "x": 662.1933, + "y": 11.73943, + "z": 495.4253 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 691765, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 5, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6322, + "TotalMana": 6322.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 694980, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 5, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6329, + "TotalMana": 6329.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 699915, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 312, + "VictimLocation": { + "x": 688.769348, + "y": 14.73292, + "z": 547.7356 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 701617, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 5, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6456, + "TotalMana": 6456.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 704958, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 228, + "VictimLocation": { + "x": 685.4617, + "y": 35.19858, + "z": 527.7032 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 22 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 707021, + "EventName": "Death" + }, + { + "WaveNumber": 10, + "WaveDurationMilliseconds": 91361, + "TimeSinceStartMilliseconds": 707783, + "EventName": "FirefightWaveCompleted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6488, + "TotalMana": 6488.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 709899, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6495, + "TotalMana": 6495.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 715000, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6503, + "TotalMana": 6503.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 720011, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 11, + "TimeSinceStartMilliseconds": 724481, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 383, + "TargetLocation": { + "x": 520.0574, + "y": 7.4792, + "z": 715.8888 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 725113, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 384, + "CreatorInstanceId": 383, + "SpawnLocation": { + "x": 520.0574, + "y": 6.255859, + "z": 715.8888 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 725113, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 385, + "TargetLocation": { + "x": 441.5551, + "y": 2.7826, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 725269, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 386, + "CreatorInstanceId": 385, + "SpawnLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 725269, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 145, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6510, + "TotalMana": 6510.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 725488, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 145, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6517, + "TotalMana": 6517.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 730192, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 378, + "VictimLocation": { + "x": 518.2521, + "y": 6.806005, + "z": 672.5211 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 733930, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 350, + "VictimLocation": { + "x": 516.6684, + "y": 7.277577, + "z": 679.453247 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 734118, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 364, + "VictimLocation": { + "x": 499.776947, + "y": 6.365559, + "z": 668.5095 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 734280, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 359, + "VictimLocation": { + "x": 511.603973, + "y": 7.41430426, + "z": 674.6812 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 734342, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 379, + "VictimLocation": { + "x": 500.1601, + "y": 8.477355, + "z": 677.1432 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 734498, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 129, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6589, + "TotalMana": 6589.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 735025, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 341, + "VictimLocation": { + "x": 525.13324, + "y": 5.30922651, + "z": 643.05426 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 736347, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 361, + "VictimLocation": { + "x": 529.485168, + "y": 7.52160454, + "z": 675.878235 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 737629, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 371, + "VictimLocation": { + "x": 533.16394, + "y": 8.079765, + "z": 679.554749 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 739225, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 357, + "VictimLocation": { + "x": 546.5194, + "y": 9.993697, + "z": 687.7676 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 740058, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6686, + "TotalMana": 6686.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 740105, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 367, + "VictimLocation": { + "x": 552.5652, + "y": 10.7267761, + "z": 690.4026 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 741174, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 353, + "VictimLocation": { + "x": 544.1679, + "y": 9.578125, + "z": 685.396851 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 742668, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 366, + "VictimLocation": { + "x": 521.731567, + "y": 7.10105371, + "z": 678.7685 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 743748, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 354, + "VictimLocation": { + "x": 566.3777, + "y": 12.0270128, + "z": 684.019836 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 744358, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6753, + "TotalMana": 6753.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 745007, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 375, + "VictimLocation": { + "x": 581.566833, + "y": 13.8782949, + "z": 679.3958 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 745522, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 356, + "VictimLocation": { + "x": 543.2922, + "y": 9.787918, + "z": 689.813354 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 745871, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 351, + "VictimLocation": { + "x": 569.7971, + "y": 12.3281784, + "z": 686.765 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 746553, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 377, + "VictimLocation": { + "x": 546.004639, + "y": 10.1460886, + "z": 704.727051 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 746959, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 355, + "VictimLocation": { + "x": 551.6962, + "y": 10.578125, + "z": 693.942 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 747100, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 380, + "VictimLocation": { + "x": 510.755066, + "y": 7.11275244, + "z": 542.7662 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 748043, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 358, + "VictimLocation": { + "x": 545.6487, + "y": 10.06539, + "z": 704.4257 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 748420, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 340, + "VictimLocation": { + "x": 515.28595, + "y": 6.9765625, + "z": 550.80426 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 748700, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6886, + "TotalMana": 6886.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 750071, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 352, + "VictimLocation": { + "x": 526.1365, + "y": 6.88671875, + "z": 562.661133 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 3 + }, + "18": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 750649, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 349, + "VictimLocation": { + "x": 515.8416, + "y": 6.99609375, + "z": 548.0793 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 751746, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 348, + "VictimLocation": { + "x": 543.873047, + "y": 10.1116, + "z": 698.3388 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 753673, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 362, + "VictimLocation": { + "x": 512.5776, + "y": 7.05026627, + "z": 551.2691 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 754275, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 60, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 6998, + "TotalMana": 6998.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 755010, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 342, + "VictimLocation": { + "x": 500.55957, + "y": 7.77734375, + "z": 540.762268 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 756284, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 384, + "VictimLocation": { + "x": 520.0574, + "y": 6.255859, + "z": 715.8888 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 758663, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 1470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 1365.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 56, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 7045, + "TotalMana": 7045.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 760084, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 365, + "VictimLocation": { + "x": 510.56778, + "y": 7.09273958, + "z": 544.4975 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 760179, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 309, + "ManaRateIncrease": 40, + "Location": { + "x": 515.2039, + "y": 6.26675367, + "z": 714.6923 + }, + "TimeSinceStartMilliseconds": 762172, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 309, + "ManaRateIncrease": 40, + "Location": { + "x": 522.121155, + "y": 6.471572, + "z": 720.885254 + }, + "TimeSinceStartMilliseconds": 762610, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 309, + "ManaRateIncrease": 40, + "Location": { + "x": 513.131836, + "y": 6.60868359, + "z": 719.560852 + }, + "TimeSinceStartMilliseconds": 762797, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 323, + "VictimLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 763299, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 299.3744, + "y": 29.9967365, + "z": 411.1896 + }, + "TimeSinceStartMilliseconds": 763299, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 291.893433, + "y": 29.7635689, + "z": 412.773834 + }, + "TimeSinceStartMilliseconds": 763393, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 290.4227, + "y": 29.5436916, + "z": 425.299377 + }, + "TimeSinceStartMilliseconds": 763393, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 1590.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 1485.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 53, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 7057, + "TotalMana": 7057.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 765103, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 1590.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 1485.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 53, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 7064, + "TotalMana": 7064.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 770041, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 1590.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 1485.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 53, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 7071, + "TotalMana": 7071.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 775019, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 436.7475, + "y": 2.946056, + "z": 573.8365 + }, + "TimeSinceStartMilliseconds": 778477, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 386, + "VictimLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 778477, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 432.085175, + "y": 2.88912439, + "z": 580.393738 + }, + "TimeSinceStartMilliseconds": 778571, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 449.983978, + "y": 3.34113836, + "z": 574.52356 + }, + "TimeSinceStartMilliseconds": 778665, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 180, + "TotalMana": 1650.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 1545.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 53, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 7079, + "TotalMana": 7079.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 780103, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 11, + "WaveDurationMilliseconds": 60925, + "TimeSinceStartMilliseconds": 783803, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 12, + "TimeSinceStartMilliseconds": 785347, + "EventName": "FirefightWaveStarted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 180, + "TotalMana": 1650.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 90, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 1545.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 244, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 7086, + "TotalMana": 7086.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 785393, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 440, + "TargetLocation": { + "x": 520.0574, + "y": 7.4792, + "z": 715.8888 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 786159, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 441, + "CreatorInstanceId": 440, + "SpawnLocation": { + "x": 520.0574, + "y": 6.255859, + "z": 715.8888 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 786159, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 442, + "TargetLocation": { + "x": 583.3898, + "y": 8.7403, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 786253, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 443, + "CreatorInstanceId": 442, + "SpawnLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 786253, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 309, + "VictimLocation": { + "x": 479.745056, + "y": 5.85897541, + "z": 654.5263 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_veh_rm_scorpion_02": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 10 + } + } + }, + "unsc_inf_rm_cyclops_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 6 + } + } + }, + "unsc_veh_rm_warthog_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 8 + } + } + }, + "unsc_veh_rm_gausswarthog_01": { + "Count": 1, + "CombatStats": { + "25": { + "AttacksLanded": 2 + } + } + }, + "unsc_veh_rm_mongoose_01": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 1 + } + } + }, + "unsc_veh_rm_warthog_02": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 790097, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_02", + "VictimInstanceId": 416, + "VictimLocation": { + "x": 426.1084, + "y": 4.69192839, + "z": 655.431641 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 790097, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 180, + "TotalMana": 1650.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 86, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 205, + "TotalMana": 1565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 240, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 7138, + "TotalMana": 7138.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 790190, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 422, + "VictimLocation": { + "x": 445.986176, + "y": 5.837835, + "z": 664.756348 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 790331, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 431, + "VictimLocation": { + "x": 448.2822, + "y": 6.2167635, + "z": 668.2898 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 790425, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 438, + "VictimLocation": { + "x": 439.242, + "y": 5.39397049, + "z": 661.754 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 790518, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 419, + "VictimLocation": { + "x": 444.451416, + "y": 4.36641455, + "z": 681.707153 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 790612, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_03", + "VictimInstanceId": 435, + "VictimLocation": { + "x": 448.3095, + "y": 6.3132, + "z": 654.325745 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 790722, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 441, + "VictimLocation": { + "x": 520.0574, + "y": 6.255859, + "z": 715.8888 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 790815, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 381, + "VictimLocation": { + "x": 410.211853, + "y": 21.8383751, + "z": 466.917358 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 793169, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 409, + "VictimLocation": { + "x": 515.3374, + "y": 5.579295, + "z": 658.3298 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 794435, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 427, + "VictimLocation": { + "x": 492.120331, + "y": 6.67663336, + "z": 667.514954 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 794801, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 410, + "VictimLocation": { + "x": 504.422058, + "y": 4.97513437, + "z": 657.561951 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 795004, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 180, + "TotalMana": 1650.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 86, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 205, + "TotalMana": 1565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 214, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 7290, + "TotalMana": 7290.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 795098, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 403, + "VictimLocation": { + "x": 495.8748, + "y": 4.78502131, + "z": 644.896362 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 795888, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 413, + "VictimLocation": { + "x": 513.212341, + "y": 5.17563963, + "z": 652.3531 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 796513, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 388, + "VictimLocation": { + "x": 527.7211, + "y": 7.1262145, + "z": 671.1236 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 798116, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_gausswarthog_01", + "VictimInstanceId": 392, + "VictimLocation": { + "x": 527.0016, + "y": 6.53042173, + "z": 661.3392 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 798226, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 414, + "VictimLocation": { + "x": 526.593567, + "y": 7.27560472, + "z": 676.153564 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 798226, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 415, + "VictimLocation": { + "x": 512.766235, + "y": 4.792984, + "z": 644.222 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + }, + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 799211, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 180, + "TotalMana": 1650.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 86, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 205, + "TotalMana": 1565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 188, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 7467, + "TotalMana": 7467.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 800111, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 407, + "VictimLocation": { + "x": 524.873047, + "y": 6.25, + "z": 661.298767 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 3 + }, + "7": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 800501, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_gausswarthog_01", + "VictimInstanceId": 393, + "VictimLocation": { + "x": 526.9496, + "y": 5.828925, + "z": 650.65625 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "18": { + "AttacksLanded": 2 + }, + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 800595, + "EventName": "Death" + }, + { + "PlayerIndex": 3, + "CollectorInstanceId": 390, + "ManaRateIncrease": 40, + "Location": { + "x": 522.734558, + "y": 6.48857927, + "z": 708.360168 + }, + "TimeSinceStartMilliseconds": 800595, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 397, + "VictimLocation": { + "x": 532.4347, + "y": 7.796765, + "z": 675.836853 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 800876, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 426, + "VictimLocation": { + "x": 518.017334, + "y": 5.863502, + "z": 660.34 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 801626, + "EventName": "Death" + }, + { + "PlayerIndex": 3, + "CollectorInstanceId": 390, + "ManaRateIncrease": 40, + "Location": { + "x": 523.742, + "y": 6.41648531, + "z": 712.337158 + }, + "TimeSinceStartMilliseconds": 801829, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 429, + "VictimLocation": { + "x": 511.0905, + "y": 5.46462059, + "z": 663.315063 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 802111, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 433, + "VictimLocation": { + "x": 513.5191, + "y": 7.12498426, + "z": 674.870239 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 802400, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 399, + "VictimLocation": { + "x": 489.847565, + "y": 7.535886, + "z": 677.0198 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 803291, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 390, + "VictimLocation": { + "x": 555.424866, + "y": 11.8156643, + "z": 705.0805 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 3, + "CombatStats": { + "8": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 803510, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 434, + "VictimLocation": { + "x": 506.077454, + "y": 7.070221, + "z": 672.0534 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 803889, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "PowerId": "RMCleansingBeam", + "InstanceId": 444, + "TargetLocation": { + "x": 509.855927, + "y": 5.31835938, + "z": 659.9417 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 804217, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 1, + "CardId": "c85ab1fe-6bea-4cd2-897a-bea50e33b08e", + "InstanceId": 445, + "ManaCost": 110, + "TargetLocation": { + "x": 554.7752, + "y": 10.9766769, + "z": 691.046265 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 804217, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 327, + "ManaRateIncrease": 40, + "Location": { + "x": 516.843567, + "y": 6.73142242, + "z": 723.7312 + }, + "TimeSinceStartMilliseconds": 804405, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 376, + "VictimLocation": { + "x": 556.757263, + "y": 6.6171875, + "z": 529.962036 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 805110, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 1670.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 81, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 255, + "TotalMana": 1615.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 155, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 7734, + "TotalMana": 7734.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 805204, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 404, + "VictimLocation": { + "x": 510.972931, + "y": 6.37136, + "z": 668.681152 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 805407, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 418, + "VictimLocation": { + "x": 497.496552, + "y": 8.355974, + "z": 677.935669 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 805704, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_wolverine_01", + "VictimInstanceId": 437, + "VictimLocation": { + "x": 535.336853, + "y": 5.51745129, + "z": 631.5642 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 805798, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 405, + "VictimLocation": { + "x": 529.1874, + "y": 6.91578531, + "z": 665.224731 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "18": { + "AttacksLanded": 2 + }, + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 806116, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_03", + "VictimInstanceId": 425, + "VictimLocation": { + "x": 506.617432, + "y": 7.927389, + "z": 676.797668 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 806929, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_03", + "VictimInstanceId": 430, + "VictimLocation": { + "x": 530.0497, + "y": 6.535815, + "z": 658.370667 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 807319, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_wolverine_01", + "VictimInstanceId": 423, + "VictimLocation": { + "x": 521.5178, + "y": 5.40608072, + "z": 648.4296 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 807882, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 344, + "VictimLocation": { + "x": 557.9193, + "y": 6.62260342, + "z": 528.2166 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 808717, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 363, + "VictimLocation": { + "x": 545.175354, + "y": 8.0390625, + "z": 513.9601 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 809326, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 408, + "VictimLocation": { + "x": 501.42215, + "y": 4.75141144, + "z": 639.6545 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 3 + }, + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 809435, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 1670.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 1640.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 120, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8012, + "TotalMana": 8012.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 810248, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 259, + "VictimLocation": { + "x": 569.826538, + "y": 7.66796875, + "z": 562.4611 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_inf_rm_cyclops_01": { + "Count": 4, + "CombatStats": { + "13": { + "AttacksLanded": 19 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 4, + "CombatStats": { + "0": { + "AttacksLanded": 4 + } + } + }, + "unsc_inf_rm_marinesiphon_01": { + "Count": 3, + "CombatStats": { + "8": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 810812, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_02", + "VictimInstanceId": 401, + "VictimLocation": { + "x": 453.547455, + "y": 6.85152531, + "z": 669.5534 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + }, + "18": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 811093, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 394, + "VictimLocation": { + "x": 489.800262, + "y": 6.9052453, + "z": 670.438354 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "18": { + "AttacksLanded": 2 + }, + "7": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 811452, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 812396, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 373, + "VictimLocation": { + "x": 533.6156, + "y": 6.89853573, + "z": 563.9688 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 812552, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_wolverine_01", + "VictimInstanceId": 428, + "VictimLocation": { + "x": 526.8851, + "y": 6.89204264, + "z": 562.7198 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 812661, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 369, + "VictimLocation": { + "x": 537.1528, + "y": 7.04400158, + "z": 561.4516 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 812708, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 368, + "VictimLocation": { + "x": 532.4402, + "y": 7.61962, + "z": 571.1954 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 812959, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 360, + "VictimLocation": { + "x": 547.427, + "y": 7.524615, + "z": 567.660767 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 813709, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 814998, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 1690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 1640.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8209, + "TotalMana": 8209.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 815092, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 396, + "VictimLocation": { + "x": 535.37915, + "y": 8.80838, + "z": 687.612854 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 815186, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 382, + "VictimLocation": { + "x": 560.6525, + "y": 7.450119, + "z": 550.780762 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 815389, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 345, + "VictimLocation": { + "x": 596.807251, + "y": 7.11154366, + "z": 538.387146 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 817009, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 372, + "VictimLocation": { + "x": 533.076843, + "y": 6.9516654, + "z": 560.0224 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 818121, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 406, + "VictimLocation": { + "x": 527.6029, + "y": 5.41942549, + "z": 636.5841 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 818978, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "33653771-6bbd-4654-8422-c61dff2060ec", + "InstanceId": 446, + "ManaCost": 60, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 819511, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_banshee_01", + "InstanceId": 447, + "CreatorInstanceId": 446, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SupplyCost": 300, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 819511, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 1690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 81, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 220, + "TotalMana": 1640.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8301, + "TotalMana": 8301.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 820104, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 398, + "VictimLocation": { + "x": 517.231934, + "y": 7.00345945, + "z": 552.3146 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 822489, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "4a42249a-1099-4abb-92f2-490e2817a2dd", + "InstanceId": 448, + "ManaCost": 20, + "TargetLocation": { + "x": 640.445862, + "y": 21.65625, + "z": 355.553284 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 822630, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_bruteChopper_01", + "InstanceId": 449, + "CreatorInstanceId": 448, + "SpawnLocation": { + "x": 640.445862, + "y": 21.65625, + "z": 355.553284 + }, + "SupplyCost": 270, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 822630, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 1690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 81, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 220, + "TotalMana": 1640.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8338, + "TotalMana": 8338.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 825126, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 1690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 81, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 220, + "TotalMana": 1640.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8346, + "TotalMana": 8346.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 830206, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 450, + "ManaCost": 120, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 834014, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 451, + "CreatorInstanceId": 450, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 834014, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 1690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 89, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 100, + "TotalMana": 1640.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8353, + "TotalMana": 8353.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 835139, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 452, + "ManaCost": 40, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 837683, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 453, + "CreatorInstanceId": 452, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1916523, + "z": 368.410675 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 837683, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 1690.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 93, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 1640.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8360, + "TotalMana": 8360.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 840101, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 12, + "WaveDurationMilliseconds": 60914, + "TimeSinceStartMilliseconds": 844779, + "EventName": "FirefightWaveCompleted" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 443, + "VictimLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_bruteChopper_01": { + "Count": 2, + "CombatStats": { + "9": { + "AttacksLanded": 51 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 845185, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 449, + "ManaRateIncrease": 40, + "Location": { + "x": 577.1834, + "y": 8.717036, + "z": 443.92923 + }, + "TimeSinceStartMilliseconds": 845185, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 449, + "ManaRateIncrease": 40, + "Location": { + "x": 577.6267, + "y": 9.015925, + "z": 435.1436 + }, + "TimeSinceStartMilliseconds": 845286, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 449, + "ManaRateIncrease": 40, + "Location": { + "x": 593.0685, + "y": 9.290766, + "z": 437.271576 + }, + "TimeSinceStartMilliseconds": 845286, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 1750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 93, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 1700.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 161, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8367, + "TotalMana": 8367.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 845599, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 13, + "TimeSinceStartMilliseconds": 846171, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 494, + "TargetLocation": { + "x": 368.2401, + "y": 27.7819, + "z": 379.9287 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 847093, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 495, + "CreatorInstanceId": 494, + "SpawnLocation": { + "x": 368.2401, + "y": 27.5545788, + "z": 379.9287 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 847093, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 496, + "TargetLocation": { + "x": 423.0052, + "y": 32.4268, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 847187, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 497, + "CreatorInstanceId": 496, + "SpawnLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 847187, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 1750.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 93, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 1700.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 161, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8374, + "TotalMana": 8374.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 850219, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 361.7175, + "y": 27.9794521, + "z": 383.758057 + }, + "TimeSinceStartMilliseconds": 854125, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 495, + "VictimLocation": { + "x": 368.2401, + "y": 27.5545788, + "z": 379.9287 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 854125, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 362.4015, + "y": 28.71781, + "z": 373.057831 + }, + "TimeSinceStartMilliseconds": 854319, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 373.5664, + "y": 28.0751877, + "z": 382.9031 + }, + "TimeSinceStartMilliseconds": 854413, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 210, + "TotalMana": 1810.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 93, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 180, + "TotalMana": 1760.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 161, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8381, + "TotalMana": 8381.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 855321, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 483, + "VictimLocation": { + "x": 536.548462, + "y": 31.0422173, + "z": 574.6819 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 856258, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 484, + "VictimLocation": { + "x": 536.522, + "y": 29.9912338, + "z": 578.4781 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 857602, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_03", + "VictimInstanceId": 439, + "VictimLocation": { + "x": 531.083, + "y": 6.740986, + "z": 561.4374 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 858321, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 210, + "TotalMana": 1810.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 93, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 180, + "TotalMana": 1760.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 157, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8454, + "TotalMana": 8454.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 860306, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_bruteChopper_01", + "VictimInstanceId": 140, + "VictimLocation": { + "x": 558.992554, + "y": 12.4309864, + "z": 463.5366 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_vulture_01": { + "Count": 2, + "CombatStats": { + "17": { + "AttacksLanded": 12 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 12, + "CombatStats": { + "0": { + "AttacksLanded": 14 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 2 + }, + "7": { + "AttacksLanded": 9 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 7 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + }, + "unsc_veh_rm_warthog_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 861508, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 411, + "VictimLocation": { + "x": 525.6251, + "y": 6.875987, + "z": 555.867432 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + }, + "18": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 862086, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 417, + "VictimLocation": { + "x": 518.027954, + "y": 6.89830351, + "z": 554.9071 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 862304, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 432, + "VictimLocation": { + "x": 525.1468, + "y": 6.90625, + "z": 551.13 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 864481, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_01", + "VictimInstanceId": 420, + "VictimLocation": { + "x": 525.9543, + "y": 6.718422, + "z": 558.0313 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 864799, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 74, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 220, + "TotalMana": 1820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 93, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 180, + "TotalMana": 1760.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 145, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8546, + "TotalMana": 8546.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 865206, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 436, + "VictimLocation": { + "x": 526.340149, + "y": 6.87785435, + "z": 556.0384 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + }, + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 865706, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 370, + "VictimLocation": { + "x": 518.8849, + "y": 6.895083, + "z": 557.05896 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + }, + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 865799, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 497, + "VictimLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 866003, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 418.725281, + "y": 32.53581, + "z": 290.49826 + }, + "TimeSinceStartMilliseconds": 866206, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 428.850677, + "y": 32.2632942, + "z": 291.847382 + }, + "TimeSinceStartMilliseconds": 866299, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 425.067383, + "y": 33.18706, + "z": 285.468536 + }, + "TimeSinceStartMilliseconds": 866362, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 389, + "VictimLocation": { + "x": 584.587341, + "y": 7.074407, + "z": 540.8517 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 866713, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 395, + "VictimLocation": { + "x": 522.2707, + "y": 6.89848948, + "z": 550.4052 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 866901, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 400, + "VictimLocation": { + "x": 518.8592, + "y": 6.89382124, + "z": 556.249268 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + }, + "18": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 867213, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 347, + "VictimLocation": { + "x": 555.3251, + "y": 6.81640625, + "z": 522.1019 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + }, + "18": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 869417, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_bruteChopper_01", + "VictimInstanceId": 449, + "VictimLocation": { + "x": 571.957, + "y": 10.2383385, + "z": 425.6947 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_hornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 11 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 4, + "CombatStats": { + "0": { + "AttacksLanded": 11 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 17 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 869620, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 402, + "VictimLocation": { + "x": 601.512634, + "y": 7.04610634, + "z": 543.2314 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 869729, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 71, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 290, + "TotalMana": 1890.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 93, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 240, + "TotalMana": 1820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8728, + "TotalMana": 8728.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 870195, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 493, + "VictimLocation": { + "x": 548.102539, + "y": 26.8237267, + "z": 539.9167 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 872129, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 492, + "VictimLocation": { + "x": 543.5565, + "y": 28.20565, + "z": 543.514 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 872890, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 498, + "ManaCost": 120, + "TargetLocation": { + "x": 674.363831, + "y": 20.9193726, + "z": 601.685669 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 874609, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 499, + "CreatorInstanceId": 498, + "SpawnLocation": { + "x": 674.363831, + "y": 20.9193726, + "z": 601.685669 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 874609, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 79, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 170, + "TotalMana": 1890.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 93, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 240, + "TotalMana": 1820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8765, + "TotalMana": 8765.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 875284, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 457, + "VictimLocation": { + "x": 500.779419, + "y": 29.0963249, + "z": 541.295044 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 18 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 876563, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 79, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 170, + "TotalMana": 1890.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 93, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 240, + "TotalMana": 1820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8797, + "TotalMana": 8797.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 880280, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 79, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 170, + "TotalMana": 1890.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 93, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 240, + "TotalMana": 1820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8804, + "TotalMana": 8804.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 885314, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 500, + "ManaCost": 50, + "TargetLocation": { + "x": 582.0912, + "y": 7.671875, + "z": 592.1922 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 885708, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 501, + "CreatorInstanceId": 500, + "SpawnLocation": { + "x": 582.0912, + "y": 7.671875, + "z": 592.1922 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 885708, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 82, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 1890.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 93, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 240, + "TotalMana": 1820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8812, + "TotalMana": 8812.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 890307, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 892292, + "EventName": "CardCycled" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 82, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 1890.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 93, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 240, + "TotalMana": 1820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8819, + "TotalMana": 8819.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 895335, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "3c9d0bdd-3fc6-49aa-b348-a25bc7f05ae5", + "InstanceId": 502, + "ManaCost": 70, + "TargetLocation": { + "x": 652.008057, + "y": 21.1843567, + "z": 388.8839 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 895929, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_prowler_01", + "InstanceId": 503, + "CreatorInstanceId": 502, + "SpawnLocation": { + "x": 652.008057, + "y": 21.1842785, + "z": 388.8839 + }, + "SupplyCost": 400, + "EnergyCost": 0, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 895929, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "CardId": "a7530a57-b21d-48fc-9ba3-0965bae42e23", + "InstanceId": 504, + "ManaCost": 160, + "TargetLocation": { + "x": 643.5532, + "y": 21.75, + "z": 376.056335 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 898832, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_02", + "InstanceId": 505, + "CreatorInstanceId": 504, + "SpawnLocation": { + "x": 643.5532, + "y": 21.75, + "z": 376.056335 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 898832, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 82, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 1890.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 1820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8826, + "TotalMana": 8826.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 900278, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 82, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 1890.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 1820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8833, + "TotalMana": 8833.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 905363, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 13, + "WaveDurationMilliseconds": 60923, + "TimeSinceStartMilliseconds": 905692, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 14, + "TimeSinceStartMilliseconds": 906988, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 541, + "TargetLocation": { + "x": 746.6276, + "y": 32.527, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 907911, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 542, + "CreatorInstanceId": 541, + "SpawnLocation": { + "x": 737.3436, + "y": 29.625, + "z": 765.7322 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 907911, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 543, + "TargetLocation": { + "x": 710.666, + "y": 11.529, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 908052, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 544, + "CreatorInstanceId": 543, + "SpawnLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 908052, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 82, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 1890.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 1820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 250, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8840, + "TotalMana": 8840.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 910294, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 544, + "VictimLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 912224, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 545, + "ManaCost": 60, + "TargetLocation": { + "x": 643.346558, + "y": 22.9589767, + "z": 646.2374 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 913043, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 546, + "CreatorInstanceId": 545, + "SpawnLocation": { + "x": 643.346558, + "y": 22.9583721, + "z": 646.2374 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 913043, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 87, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 1890.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 1820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 250, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8847, + "TotalMana": 8847.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 915451, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 531, + "VictimLocation": { + "x": 519.72644, + "y": 7.16554832, + "z": 683.709839 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 915529, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 542, + "VictimLocation": { + "x": 737.3436, + "y": 29.625, + "z": 765.7322 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 917912, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 547, + "ManaCost": 40, + "TargetLocation": { + "x": 666.2274, + "y": 18.90625, + "z": 699.4369 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 917912, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 548, + "CreatorInstanceId": 547, + "SpawnLocation": { + "x": 666.2274, + "y": 18.90625, + "z": 699.4369 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 918006, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 744.9102, + "y": 29.625, + "z": 762.864868 + }, + "TimeSinceStartMilliseconds": 918006, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 731.34436, + "y": 29.7424622, + "z": 760.772766 + }, + "TimeSinceStartMilliseconds": 918256, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 731.2763, + "y": 29.65415, + "z": 767.007568 + }, + "TimeSinceStartMilliseconds": 918256, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 527, + "VictimLocation": { + "x": 532.023254, + "y": 8.486995, + "z": 689.1369 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 918522, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 468, + "VictimLocation": { + "x": 560.6016, + "y": 32.2099266, + "z": 563.4854 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 919696, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 1950.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 1880.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 238, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 8940, + "TotalMana": 8940.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 920415, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 343, + "VictimLocation": { + "x": 560.904236, + "y": 6.70044565, + "z": 524.2388 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 920649, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marineguard_01", + "VictimInstanceId": 506, + "VictimLocation": { + "x": 522.30896, + "y": 7.16676426, + "z": 681.648865 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 921649, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 374, + "VictimLocation": { + "x": 504.754456, + "y": 7.74235249, + "z": 535.2157 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 921743, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 485, + "VictimLocation": { + "x": 557.7144, + "y": 30.022438, + "z": 548.011047 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 13 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 921806, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 412, + "VictimLocation": { + "x": 563.9505, + "y": 6.7260313, + "z": 537.0865 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 922306, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 524, + "VictimLocation": { + "x": 545.1689, + "y": 9.746596, + "z": 685.1171 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 922556, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 220, + "VictimLocation": { + "x": 537.1408, + "y": 7.46167564, + "z": 567.0146 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_veh_rm_warthog_01": { + "Count": 6, + "CombatStats": { + "10": { + "AttacksLanded": 38 + } + } + }, + "unsc_air_spotterdrone_01": { + "Count": 3, + "CombatStats": { + "7": { + "AttacksLanded": 13 + } + } + }, + "unsc_veh_rm_wolverine_01": { + "Count": 2, + "CombatStats": { + "17": { + "AttacksLanded": 4 + } + } + }, + "unsc_veh_rm_mongoose_03": { + "Count": 2, + "CombatStats": { + "9": { + "AttacksLanded": 4 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 2 + }, + "7": { + "AttacksLanded": 9 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 13, + "CombatStats": { + "0": { + "AttacksLanded": 25 + } + } + }, + "unsc_inf_rm_marine_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 7 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 13 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 23 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 922790, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 532, + "VictimLocation": { + "x": 551.9763, + "y": 10.7985229, + "z": 692.4281 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 924146, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 476, + "VictimLocation": { + "x": 558.519836, + "y": 30.1106663, + "z": 564.170349 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 8 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 924756, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 486, + "VictimLocation": { + "x": 562.786255, + "y": 26.7047119, + "z": 543.176636 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 15 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 924975, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 521, + "VictimLocation": { + "x": 555.8722, + "y": 11.0726414, + "z": 685.1737 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 925069, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 1950.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 1935.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 210, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 9172, + "TotalMana": 9172.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 925319, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 925407, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 523, + "VictimLocation": { + "x": 565.637939, + "y": 26.9338531, + "z": 547.150757 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 926105, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 535, + "VictimLocation": { + "x": 563.687439, + "y": 11.85757, + "z": 683.1058 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 926596, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marine_01", + "VictimInstanceId": 424, + "VictimLocation": { + "x": 550.4093, + "y": 7.00390625, + "z": 521.381042 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 926799, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 490, + "VictimLocation": { + "x": 586.2163, + "y": 30.1504822, + "z": 590.1748 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_bruteChopper_01": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 27 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 927018, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 469, + "VictimLocation": { + "x": 584.272, + "y": 30.7959518, + "z": 597.113831 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 927111, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 530, + "VictimLocation": { + "x": 564.9237, + "y": 29.5131111, + "z": 562.0822 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 927504, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 255, + "VictimLocation": { + "x": 555.5848, + "y": 8.160427, + "z": 560.741638 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_vulture_01": { + "Count": 2, + "CombatStats": { + "17": { + "AttacksLanded": 3 + } + } + }, + "unsc_inf_rm_cyclops_03": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 3 + } + } + }, + "unsc_inf_rm_cyclops_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 3 + } + } + }, + "unsc_veh_rm_warthog_01": { + "Count": 3, + "CombatStats": { + "10": { + "AttacksLanded": 18 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 11 + }, + "18": { + "AttacksLanded": 1 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 12, + "CombatStats": { + "0": { + "AttacksLanded": 26 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 17 + }, + "20": { + "AttacksLanded": 1 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 17 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 928114, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 488, + "VictimLocation": { + "x": 575.0773, + "y": 26.2353325, + "z": 584.2067 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 929073, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 479, + "VictimLocation": { + "x": 571.752747, + "y": 28.6708241, + "z": 587.158142 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 929073, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 461, + "VictimLocation": { + "x": 524.7442, + "y": 26.2337589, + "z": 577.5633 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 929527, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 463, + "VictimLocation": { + "x": 568.161438, + "y": 25.85899, + "z": 540.575439 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 929808, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 513, + "VictimLocation": { + "x": 573.4949, + "y": 29.0596867, + "z": 582.616455 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 930027, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 1950.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 160, + "TotalMana": 1970.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 180, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 9404, + "TotalMana": 9404.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 930448, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 482, + "VictimLocation": { + "x": 611.3143, + "y": 30.8912125, + "z": 558.713257 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 930995, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 472, + "VictimLocation": { + "x": 549.6649, + "y": 25.70769, + "z": 568.8667 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 931933, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 481, + "VictimLocation": { + "x": 612.747742, + "y": 28.1849613, + "z": 551.908264 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 932042, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 932105, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 503, + "ManaRateIncrease": 40, + "Location": { + "x": 704.9201, + "y": 12.0049028, + "z": 529.8894 + }, + "TimeSinceStartMilliseconds": 932980, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 503, + "ManaRateIncrease": 40, + "Location": { + "x": 705.762, + "y": 11.2422657, + "z": 522.745544 + }, + "TimeSinceStartMilliseconds": 933137, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 503, + "ManaRateIncrease": 40, + "Location": { + "x": 709.4085, + "y": 12.30957, + "z": 532.089 + }, + "TimeSinceStartMilliseconds": 933248, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 480, + "VictimLocation": { + "x": 540.3141, + "y": 32.3704643, + "z": 556.4109 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 933293, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 465, + "VictimLocation": { + "x": 536.819031, + "y": 29.4794865, + "z": 560.6475 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 933733, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 17, + "VictimLocation": { + "x": 547.4791, + "y": 8.24177551, + "z": 578.858154 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_veh_rm_warthog_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 4 + } + } + }, + "unsc_inf_rm_cyclops_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 71 + } + } + }, + "unsc_veh_rm_wolverine_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 5, + "CombatStats": { + "0": { + "AttacksLanded": 16 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 19 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 934209, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 491, + "VictimLocation": { + "x": 543.49884, + "y": 28.6432934, + "z": 556.031433 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 934334, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 489, + "VictimLocation": { + "x": 556.6106, + "y": 29.5752258, + "z": 548.368042 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 14 + }, + "15": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 934756, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 2010.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 89, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 275, + "TotalMana": 2085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 170, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 9541, + "TotalMana": 9541.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 935350, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 460, + "VictimLocation": { + "x": 546.0729, + "y": 26.0843163, + "z": 579.0957 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_bruteChopper_01": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 13 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 936810, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 126, + "VictimLocation": { + "x": 573.545044, + "y": 7.66796875, + "z": 561.908264 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_hornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 49 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 16 + } + } + }, + "unsc_veh_rm_wolverine_01": { + "Count": 2, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + }, + "18": { + "AttacksLanded": 1 + } + } + }, + "unsc_inf_rm_cyclops_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 4, + "CombatStats": { + "0": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 938288, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 475, + "VictimLocation": { + "x": 541.1946, + "y": 28.2295284, + "z": 553.551453 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 7 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 938916, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 538, + "VictimLocation": { + "x": 410.341431, + "y": 36.0196037, + "z": 356.504272 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 940285, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 2010.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 85, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 295, + "TotalMana": 2105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 160, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 9603, + "TotalMana": 9603.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 940394, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 525, + "VictimLocation": { + "x": 533.797241, + "y": 30.1578, + "z": 571.510742 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 17 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 940873, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 466, + "VictimLocation": { + "x": 549.8182, + "y": 31.2711563, + "z": 556.6327 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 21 + }, + "15": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 943224, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 458, + "VictimLocation": { + "x": 533.592834, + "y": 30.94998, + "z": 547.432 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 943614, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 2010.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 85, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 295, + "TotalMana": 2105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 148, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 9691, + "TotalMana": 9691.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 945293, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 2010.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 85, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 295, + "TotalMana": 2105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 148, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 9698, + "TotalMana": 9698.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 950519, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 950613, + "EventName": "CardCycled" + }, + { + "PlayerIndex": 1, + "CardId": "f6478fc0-d63c-4e96-9a1d-9053454f2858", + "InstanceId": 549, + "ManaCost": 60, + "TargetLocation": { + "x": 605.068359, + "y": 7.669792, + "z": 576.954346 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 955285, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_02", + "InstanceId": 550, + "CreatorInstanceId": 549, + "SpawnLocation": { + "x": 605.068359, + "y": 7.66892, + "z": 576.954346 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 955285, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2010.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 85, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 295, + "TotalMana": 2105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 148, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 9705, + "TotalMana": 9705.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 955410, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "63f7b0cf-2778-4a03-9d8b-fb8e40bbbe31", + "InstanceId": 551, + "ManaCost": 110, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 955941, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_wraith_01", + "InstanceId": 552, + "CreatorInstanceId": 551, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1916523, + "z": 368.410675 + }, + "SupplyCost": 550, + "EnergyCost": 40, + "PopulationCost": 6, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 955941, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 553, + "ManaCost": 60, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 958309, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 554, + "CreatorInstanceId": 553, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1916523, + "z": 368.410675 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 958309, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 960307, + "EventName": "CardCycled" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2010.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 96, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 2105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 148, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 9712, + "TotalMana": 9712.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 960401, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 555, + "ManaCost": 50, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 962391, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 556, + "CreatorInstanceId": 555, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 962391, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "CardId": "33653771-6bbd-4654-8422-c61dff2060ec", + "InstanceId": 557, + "ManaCost": 60, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 964607, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_banshee_01", + "InstanceId": 558, + "CreatorInstanceId": 557, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SupplyCost": 300, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 964607, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2010.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 2105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 148, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 9719, + "TotalMana": 9719.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 965362, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 14, + "WaveDurationMilliseconds": 60966, + "TimeSinceStartMilliseconds": 966746, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 15, + "TimeSinceStartMilliseconds": 967777, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 569, + "TargetLocation": { + "x": 423.0052, + "y": 32.4268, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 968793, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 570, + "CreatorInstanceId": 569, + "SpawnLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 968793, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 571, + "TargetLocation": { + "x": 441.5551, + "y": 2.7826, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 968902, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 572, + "CreatorInstanceId": 571, + "SpawnLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 968902, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2010.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 2105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 148, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 9726, + "TotalMana": 9726.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 970363, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2010.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 2105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 148, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 9734, + "TotalMana": 9734.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 975293, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 564, + "VictimLocation": { + "x": 508.2621, + "y": 5.05575371, + "z": 655.7955 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 43 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 976749, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 565, + "VictimLocation": { + "x": 498.530273, + "y": 4.684148, + "z": 644.7726 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 27 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 977961, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 979863, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_laser_01", + "VictimInstanceId": 567, + "VictimLocation": { + "x": 543.608337, + "y": 6.376594, + "z": 634.5586 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 980363, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_laser_01", + "VictimInstanceId": 566, + "VictimLocation": { + "x": 537.9569, + "y": 5.88896847, + "z": 635.4734 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 27 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 980504, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2010.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 2105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 148, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10196, + "TotalMana": 10196.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 980723, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_laser_01", + "VictimInstanceId": 560, + "VictimLocation": { + "x": 523.1, + "y": 5.24550247, + "z": 637.121948 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 27 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 980879, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 562, + "VictimLocation": { + "x": 542.5904, + "y": 6.34375, + "z": 638.6825 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 981098, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 477, + "VictimLocation": { + "x": 555.1866, + "y": 29.7951, + "z": 577.6291 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 981191, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 473, + "VictimLocation": { + "x": 580.950867, + "y": 25.828907, + "z": 555.0306 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 981348, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 519, + "VictimLocation": { + "x": 538.516, + "y": 7.895736, + "z": 576.41 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 982943, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 517, + "VictimLocation": { + "x": 558.2719, + "y": 30.688076, + "z": 575.5482 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 8 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 983100, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 533, + "VictimLocation": { + "x": 532.944031, + "y": 6.910965, + "z": 561.6063 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 983584, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 539, + "VictimLocation": { + "x": 514.4482, + "y": 6.96070862, + "z": 552.1302 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 983990, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 467, + "VictimLocation": { + "x": 555.0275, + "y": 31.8744, + "z": 561.1464 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 3, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 984068, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 570, + "VictimLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 984131, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 414.210083, + "y": 32.7596054, + "z": 289.82724 + }, + "TimeSinceStartMilliseconds": 984318, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 428.3351, + "y": 31.9660912, + "z": 297.181152 + }, + "TimeSinceStartMilliseconds": 984318, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 418.4316, + "y": 31.5979214, + "z": 300.2932 + }, + "TimeSinceStartMilliseconds": 984318, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 464, + "VictimLocation": { + "x": 563.2374, + "y": 31.5618858, + "z": 573.144165 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 984693, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 487, + "VictimLocation": { + "x": 585.294067, + "y": 30.98695, + "z": 547.4195 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 5 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 985100, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2070.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 125, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10658, + "TotalMana": 10658.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 985443, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 391, + "VictimLocation": { + "x": 574.7602, + "y": 7.03125, + "z": 538.8104 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 986091, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 478, + "VictimLocation": { + "x": 578.281433, + "y": 27.5750427, + "z": 550.632751 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 10 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 987169, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 471, + "VictimLocation": { + "x": 562.247, + "y": 29.7665844, + "z": 546.677734 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 987387, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 529, + "VictimLocation": { + "x": 557.3043, + "y": 28.1906052, + "z": 552.8305 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 8 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 987481, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 987794, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 563, + "VictimLocation": { + "x": 534.0057, + "y": 7.007939, + "z": 559.7758 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "15": { + "AttacksLanded": 1 + }, + "11": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 988434, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 459, + "VictimLocation": { + "x": 567.6182, + "y": 28.9632587, + "z": 546.7128 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_bruteChopper_01": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 988653, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 462, + "VictimLocation": { + "x": 543.185364, + "y": 29.9727383, + "z": 570.55 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 988903, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 536, + "VictimLocation": { + "x": 541.277466, + "y": 7.004015, + "z": 569.320251 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 989184, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 559, + "VictimLocation": { + "x": 518.9097, + "y": 6.904426, + "z": 550.836548 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 30 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 989497, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 534, + "VictimLocation": { + "x": 536.328064, + "y": 7.125, + "z": 560.1176 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 989872, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 537, + "VictimLocation": { + "x": 526.8778, + "y": 6.88671875, + "z": 563.826538 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 989966, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 526, + "VictimLocation": { + "x": 533.496, + "y": 7.96304274, + "z": 576.9886 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 990403, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 990559, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2070.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 89, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 11225, + "TotalMana": 11225.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 990716, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 512, + "VictimLocation": { + "x": 593.048767, + "y": 7.420144, + "z": 543.321838 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 990872, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 514, + "VictimLocation": { + "x": 569.565735, + "y": 6.906914, + "z": 528.4319 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 990966, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 455, + "VictimLocation": { + "x": 551.2303, + "y": 28.5624428, + "z": 556.840759 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 3, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 7 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 991356, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 991879, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 509, + "VictimLocation": { + "x": 533.165466, + "y": 6.839714, + "z": 569.1914 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 992239, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2070.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 68, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 11368, + "TotalMana": 11368.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 995557, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 561, + "VictimLocation": { + "x": 530.432251, + "y": 6.890625, + "z": 560.0084 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 997216, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2070.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 68, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 11490, + "TotalMana": 11490.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1000482, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 568, + "VictimLocation": { + "x": 538.1313, + "y": 6.31904268, + "z": 643.625366 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1002216, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 474, + "VictimLocation": { + "x": 551.2791, + "y": 27.25315, + "z": 560.516052 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 17 + }, + "15": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1005271, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2070.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 11632, + "TotalMana": 11632.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1005568, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 510, + "VictimLocation": { + "x": 538.6787, + "y": 31.7198677, + "z": 552.158936 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1006256, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 528, + "VictimLocation": { + "x": 526.144653, + "y": 6.969816, + "z": 557.2658 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1007099, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 515, + "VictimLocation": { + "x": 511.4343, + "y": 7.06461763, + "z": 545.571533 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1007318, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 511, + "VictimLocation": { + "x": 515.242432, + "y": 7.042549, + "z": 542.8071 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1007662, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 516, + "VictimLocation": { + "x": 558.1297, + "y": 29.08011, + "z": 535.514648 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 16 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1008243, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 522, + "VictimLocation": { + "x": 557.0368, + "y": 31.407795, + "z": 555.658447 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 4, + "CombatStats": { + "11": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1010106, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2070.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 47, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 11789, + "TotalMana": 11789.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1010481, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 540, + "VictimLocation": { + "x": 564.522034, + "y": 6.768747, + "z": 537.181458 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + }, + "18": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1010590, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 518, + "VictimLocation": { + "x": 608.57, + "y": 19.109375, + "z": 371.273865 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1011887, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 470, + "VictimLocation": { + "x": 552.509766, + "y": 28.1898022, + "z": 540.6326 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 4, + "CombatStats": { + "11": { + "AttacksLanded": 15 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1012106, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marineguard_01", + "VictimInstanceId": 387, + "VictimLocation": { + "x": 522.8804, + "y": 6.8984375, + "z": 562.536 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 59 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1014352, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 454, + "VictimLocation": { + "x": 539.6596, + "y": 29.1080685, + "z": 541.0544 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 18 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1014628, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 346, + "VictimLocation": { + "x": 524.232, + "y": 6.875, + "z": 556.726135 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1015393, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 520, + "VictimLocation": { + "x": 568.302246, + "y": 6.87946224, + "z": 526.2566 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1015503, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2070.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 21, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12041, + "TotalMana": 12041.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1015549, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 507, + "VictimLocation": { + "x": 558.5067, + "y": 6.456977, + "z": 522.9885 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + }, + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1015721, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 508, + "VictimLocation": { + "x": 550.4611, + "y": 7.38713932, + "z": 514.765 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1016221, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 456, + "VictimLocation": { + "x": 557.2917, + "y": 32.4238777, + "z": 515.283447 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1019958, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2070.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 2, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12204, + "TotalMana": 12204.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1020411, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2070.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 2, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12211, + "TotalMana": 12211.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1025481, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2070.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 2, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12218, + "TotalMana": 12218.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1030428, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2070.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2165.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 2, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12225, + "TotalMana": 12225.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1035469, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 448.7113, + "y": 3.27109051, + "z": 574.209351 + }, + "TimeSinceStartMilliseconds": 1036703, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 572, + "VictimLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1036703, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 434.3964, + "y": 2.70051146, + "z": 580.4588 + }, + "TimeSinceStartMilliseconds": 1036891, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 434.947174, + "y": 2.50957584, + "z": 585.4171 + }, + "TimeSinceStartMilliseconds": 1037000, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 190, + "TotalMana": 2130.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2225.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 2, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12232, + "TotalMana": 12232.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1040492, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 573, + "ManaCost": 120, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1042117, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 574, + "CreatorInstanceId": 573, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1042117, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 190, + "TotalMana": 2130.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 2225.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 2, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12239, + "TotalMana": 12239.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1045513, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 3, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1046138, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 190, + "TotalMana": 2130.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 2225.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 2, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12247, + "TotalMana": 12247.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1050489, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "21ceca03-70a7-49e1-8515-5b1dbac7ba2b", + "InstanceId": 575, + "ManaCost": 190, + "TargetLocation": { + "x": 444.072266, + "y": 21.84375, + "z": 444.68335 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1050958, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_eliteCommando_01", + "InstanceId": 576, + "CreatorInstanceId": 575, + "SpawnLocation": { + "x": 444.072266, + "y": 21.84375, + "z": 444.68335 + }, + "SupplyCost": 450, + "EnergyCost": 400, + "PopulationCost": 1, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1050958, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 2130.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 2225.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 2, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12254, + "TotalMana": 12254.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1055516, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 15, + "WaveDurationMilliseconds": 91419, + "TimeSinceStartMilliseconds": 1058111, + "EventName": "FirefightWaveCompleted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 2130.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 2225.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12261, + "TotalMana": 12261.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1060567, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 2130.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 2225.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12268, + "TotalMana": 12268.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1065502, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 2130.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 2225.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12275, + "TotalMana": 12275.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1070604, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 16, + "TimeSinceStartMilliseconds": 1075136, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 634, + "TargetLocation": { + "x": 368.2401, + "y": 27.7819, + "z": 379.9287 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1075888, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 635, + "CreatorInstanceId": 634, + "SpawnLocation": { + "x": 368.2401, + "y": 27.5545788, + "z": 379.9287 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1075888, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 636, + "TargetLocation": { + "x": 520.0574, + "y": 7.4792, + "z": 715.8888 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1075997, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 637, + "CreatorInstanceId": 636, + "SpawnLocation": { + "x": 520.0574, + "y": 6.255859, + "z": 715.8888 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1075997, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 2130.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 2225.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 170, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12282, + "TotalMana": 12282.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1075997, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 2130.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 2225.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 170, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12290, + "TotalMana": 12290.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1080898, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 600, + "VictimLocation": { + "x": 499.176117, + "y": 4.655554, + "z": 649.4357 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1082467, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 577, + "VictimLocation": { + "x": 493.354523, + "y": 5.19830132, + "z": 659.379456 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1082576, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 585, + "VictimLocation": { + "x": 486.989044, + "y": 5.56895161, + "z": 658.741455 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1082889, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 611, + "VictimLocation": { + "x": 484.5736, + "y": 5.703946, + "z": 658.2913 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1082998, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 595, + "VictimLocation": { + "x": 485.819031, + "y": 5.67161846, + "z": 647.927368 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1083139, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 619, + "VictimLocation": { + "x": 489.121735, + "y": 5.199138, + "z": 652.3972 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1083514, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_02", + "VictimInstanceId": 623, + "VictimLocation": { + "x": 488.2183, + "y": 5.40713024, + "z": 657.712158 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1083701, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 581, + "VictimLocation": { + "x": 483.726563, + "y": 6.76598263, + "z": 665.0776 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1083889, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 617, + "VictimLocation": { + "x": 470.5476, + "y": 6.74609375, + "z": 644.465149 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1083983, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 606, + "VictimLocation": { + "x": 474.736816, + "y": 6.137134, + "z": 656.115845 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1084280, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 610, + "VictimLocation": { + "x": 474.5123, + "y": 6.294117, + "z": 659.443237 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1084373, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 616, + "VictimLocation": { + "x": 507.4819, + "y": 5.023689, + "z": 655.8851 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1084780, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 2130.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 2225.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 137, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12527, + "TotalMana": 12527.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1085592, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 598, + "VictimLocation": { + "x": 514.2676, + "y": 5.10004425, + "z": 649.4859 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1086467, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 576, + "ManaRateIncrease": 40, + "Location": { + "x": 520.4523, + "y": 6.44977331, + "z": 709.763367 + }, + "TimeSinceStartMilliseconds": 1087186, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 524.902161, + "y": 6.43507147, + "z": 711.1267 + }, + "TimeSinceStartMilliseconds": 1087186, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 637, + "VictimLocation": { + "x": 520.0574, + "y": 6.255859, + "z": 715.8888 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1087186, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 526.1857, + "y": 6.40935564, + "z": 715.160339 + }, + "TimeSinceStartMilliseconds": 1087311, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 624, + "VictimLocation": { + "x": 527.0933, + "y": 7.76162, + "z": 689.6526 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1087420, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 593, + "VictimLocation": { + "x": 522.529, + "y": 6.69629765, + "z": 698.281 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1088139, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 587, + "VictimLocation": { + "x": 517.223633, + "y": 6.04380751, + "z": 664.1356 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1089996, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 604, + "VictimLocation": { + "x": 521.887756, + "y": 5.14592361, + "z": 640.9337 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1090409, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 2190.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2285.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 123, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12604, + "TotalMana": 12604.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1090518, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 578, + "VictimLocation": { + "x": 522.2719, + "y": 5.893225, + "z": 656.3461 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1091268, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 632, + "VictimLocation": { + "x": 528.6361, + "y": 7.21453762, + "z": 671.409668 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1091550, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_02", + "VictimInstanceId": 614, + "VictimLocation": { + "x": 515.0805, + "y": 4.93959332, + "z": 644.916138 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1092915, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 631, + "VictimLocation": { + "x": 505.487854, + "y": 4.859708, + "z": 654.1258 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1093274, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 622, + "VictimLocation": { + "x": 508.4538, + "y": 4.670553, + "z": 643.5952 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1094191, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 601, + "VictimLocation": { + "x": 547.961853, + "y": 10.22744, + "z": 689.6291 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1094551, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 633, + "VictimLocation": { + "x": 550.169556, + "y": 10.3743687, + "z": 687.6971 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1094692, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 2190.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 75, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 345, + "TotalMana": 2560.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12721, + "TotalMana": 12721.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1095576, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 626, + "VictimLocation": { + "x": 554.11145, + "y": 11.3341055, + "z": 696.6324 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1096391, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_02", + "VictimInstanceId": 602, + "VictimLocation": { + "x": 526.1929, + "y": 5.821452, + "z": 651.5069 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 3 + }, + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1098116, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 589, + "VictimLocation": { + "x": 561.758362, + "y": 11.6536083, + "z": 691.1555 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1098335, + "EventName": "Death" + }, + { + "InstanceId": 3, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 1099429, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 599, + "VictimLocation": { + "x": 513.5103, + "y": 6.994332, + "z": 550.370667 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1099789, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_02", + "VictimInstanceId": 627, + "VictimLocation": { + "x": 536.7447, + "y": 6.0625, + "z": 643.9198 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1100202, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 2190.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 75, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 345, + "TotalMana": 2560.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12793, + "TotalMana": 12793.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1100624, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 592, + "VictimLocation": { + "x": 532.2203, + "y": 5.68701363, + "z": 640.3508 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1101738, + "EventName": "Death" + }, + { + "InstanceId": 3, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1102022, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1102180, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 608, + "VictimLocation": { + "x": 533.9066, + "y": 5.546875, + "z": 639.34906 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1103089, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 596, + "VictimLocation": { + "x": 500.1941, + "y": 4.65625, + "z": 641.8851 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1103778, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_02", + "VictimInstanceId": 628, + "VictimLocation": { + "x": 565.3729, + "y": 11.862052, + "z": 687.112854 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1104044, + "EventName": "Death" + }, + { + "InstanceId": 3, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 1104685, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 2190.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 75, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 345, + "TotalMana": 2560.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 81, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12861, + "TotalMana": 12861.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1105661, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 638, + "ManaCost": 40, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1106255, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 639, + "CreatorInstanceId": 638, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1916523, + "z": 368.410675 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1106255, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 605, + "VictimLocation": { + "x": 508.5832, + "y": 5.20611954, + "z": 658.8095 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1106974, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 603, + "VictimLocation": { + "x": 515.2357, + "y": 6.48064137, + "z": 669.4418 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1107270, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 612, + "VictimLocation": { + "x": 499.157623, + "y": 4.71484375, + "z": 644.7761 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1107349, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_02", + "VictimInstanceId": 621, + "VictimLocation": { + "x": 528.213745, + "y": 6.91530943, + "z": 555.413269 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 3 + }, + "18": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1107395, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 629, + "VictimLocation": { + "x": 520.447266, + "y": 6.890233, + "z": 553.8768 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1107661, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "3c9d0bdd-3fc6-49aa-b348-a25bc7f05ae5", + "InstanceId": 640, + "ManaCost": 70, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1110159, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_prowler_01", + "InstanceId": 641, + "CreatorInstanceId": 640, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1916523, + "z": 368.410675 + }, + "SupplyCost": 400, + "EnergyCost": 0, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1110159, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 2190.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 84, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 235, + "TotalMana": 2560.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 68, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 12933, + "TotalMana": 12933.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1110582, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 615, + "VictimLocation": { + "x": 499.138458, + "y": 4.91426849, + "z": 657.5338 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1111269, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 607, + "VictimLocation": { + "x": 497.939484, + "y": 5.149621, + "z": 661.7716 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1111886, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 582, + "VictimLocation": { + "x": 498.3956, + "y": 7.89721632, + "z": 538.841431 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 7 + }, + "18": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1112199, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 609, + "VictimLocation": { + "x": 480.474243, + "y": 7.42459869, + "z": 541.4214 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1112418, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "a7530a57-b21d-48fc-9ba3-0965bae42e23", + "InstanceId": 642, + "ManaCost": 160, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1112605, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_02", + "InstanceId": 643, + "CreatorInstanceId": 642, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1112605, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1112996, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_02", + "VictimInstanceId": 630, + "VictimLocation": { + "x": 528.397156, + "y": 6.90543461, + "z": 556.405762 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1113058, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 584, + "VictimLocation": { + "x": 522.7705, + "y": 5.2109375, + "z": 644.1705 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1114261, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 50, + "TotalMana": 2190.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 2560.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 47, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 13040, + "TotalMana": 13040.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1115597, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 377.09906, + "y": 28.5293732, + "z": 376.9056 + }, + "TimeSinceStartMilliseconds": 1116441, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 635, + "VictimLocation": { + "x": 368.2401, + "y": 27.5545788, + "z": 379.9287 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1116441, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 363.762054, + "y": 27.9993572, + "z": 385.762268 + }, + "TimeSinceStartMilliseconds": 1116707, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 576, + "ManaRateIncrease": 40, + "Location": { + "x": 361.796326, + "y": 27.9220867, + "z": 378.67453 + }, + "TimeSinceStartMilliseconds": 1116707, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1116707, + "EventName": "CardCycled" + }, + { + "PlayerIndex": 2, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 644, + "ManaCost": 60, + "TargetLocation": { + "x": 650.3096, + "y": 21.1532135, + "z": 368.410675 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1118778, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 645, + "CreatorInstanceId": 644, + "SpawnLocation": { + "x": 650.3096, + "y": 21.1916523, + "z": 368.410675 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1118778, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 618, + "VictimLocation": { + "x": 500.5413, + "y": 4.63170958, + "z": 645.6398 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1118981, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 646, + "ManaCost": 50, + "TargetLocation": { + "x": 601.098633, + "y": 18.45446, + "z": 651.8888 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1119513, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 647, + "CreatorInstanceId": 646, + "SpawnLocation": { + "x": 601.098633, + "y": 18.45446, + "z": 651.8888 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1119513, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 2250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2620.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 44, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 13062, + "TotalMana": 13062.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1120622, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 590, + "VictimLocation": { + "x": 498.192261, + "y": 7.547961, + "z": 547.6423 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1124514, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 586, + "VictimLocation": { + "x": 480.855621, + "y": 7.31225157, + "z": 545.781 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1124623, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 2250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2620.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 36, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 13114, + "TotalMana": 13114.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1125643, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 2250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2620.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 36, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 13121, + "TotalMana": 13121.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1130626, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 16, + "WaveDurationMilliseconds": 60984, + "TimeSinceStartMilliseconds": 1134333, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 17, + "TimeSinceStartMilliseconds": 1135699, + "EventName": "FirefightWaveStarted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 2250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2620.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 21, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 13128, + "TotalMana": 13128.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1135996, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 705, + "TargetLocation": { + "x": 710.666, + "y": 11.529, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1136621, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 706, + "CreatorInstanceId": 705, + "SpawnLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1136621, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 707, + "TargetLocation": { + "x": 423.0052, + "y": 32.4268, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1136730, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 708, + "CreatorInstanceId": 707, + "SpawnLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1136730, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 706, + "VictimLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1140333, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 2250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2620.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 21, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 13136, + "TotalMana": 13136.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1140833, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 576, + "ManaRateIncrease": 40, + "Location": { + "x": 417.52356, + "y": 31.5602264, + "z": 301.4212 + }, + "TimeSinceStartMilliseconds": 1143679, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 708, + "VictimLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1143788, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 430.25705, + "y": 32.05831, + "z": 295.679749 + }, + "TimeSinceStartMilliseconds": 1143898, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 426.039459, + "y": 33.2401466, + "z": 285.243042 + }, + "TimeSinceStartMilliseconds": 1143992, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_02", + "VictimInstanceId": 650, + "VictimLocation": { + "x": 492.432556, + "y": 7.327804, + "z": 670.9836 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1144945, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 641, + "ManaRateIncrease": 40, + "Location": { + "x": 706.2939, + "y": 11.8174477, + "z": 528.143555 + }, + "TimeSinceStartMilliseconds": 1145351, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 656, + "VictimLocation": { + "x": 512.839539, + "y": 5.624126, + "z": 662.2525 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1145351, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 693, + "VictimLocation": { + "x": 506.807953, + "y": 4.931444, + "z": 654.428467 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1145413, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_02", + "VictimInstanceId": 651, + "VictimLocation": { + "x": 475.0019, + "y": 6.074573, + "z": 653.8104 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1145648, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 2330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 2700.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 254, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 13368, + "TotalMana": 13368.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1145726, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 641, + "ManaRateIncrease": 40, + "Location": { + "x": 711.150146, + "y": 11.8587313, + "z": 512.4639 + }, + "TimeSinceStartMilliseconds": 1145882, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 682, + "VictimLocation": { + "x": 485.239868, + "y": 6.656347, + "z": 665.024536 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1146038, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_ghost_01", + "VictimInstanceId": 697, + "VictimLocation": { + "x": 497.425751, + "y": 5.120994, + "z": 660.954834 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1146195, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 641, + "ManaRateIncrease": 40, + "Location": { + "x": 715.1081, + "y": 12.1523342, + "z": 525.4771 + }, + "TimeSinceStartMilliseconds": 1146257, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 662, + "VictimLocation": { + "x": 483.836853, + "y": 6.021354, + "z": 661.33606 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1146476, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 673, + "VictimLocation": { + "x": 486.894135, + "y": 5.365553, + "z": 653.678162 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1146476, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 663, + "VictimLocation": { + "x": 484.956543, + "y": 7.54997969, + "z": 670.9538 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1146538, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_locust_02", + "VictimInstanceId": 660, + "VictimLocation": { + "x": 479.164978, + "y": 6.649059, + "z": 663.3866 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1146851, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1149299, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_gorgon_02", + "VictimInstanceId": 665, + "VictimLocation": { + "x": 506.055023, + "y": 4.94348526, + "z": 655.470642 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1150581, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 175, + "TotalMana": 2370.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 190, + "TotalMana": 2740.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 227, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 13505, + "TotalMana": 13505.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1150644, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 681, + "VictimLocation": { + "x": 511.059479, + "y": 5.596476, + "z": 663.4158 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1150738, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 661, + "VictimLocation": { + "x": 503.998352, + "y": 5.38289261, + "z": 664.913452 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1151238, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_bruteChopper_02", + "VictimInstanceId": 664, + "VictimLocation": { + "x": 489.1813, + "y": 6.072312, + "z": 663.915 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1151488, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_02", + "VictimInstanceId": 620, + "VictimLocation": { + "x": 531.564, + "y": 7.07738924, + "z": 556.588745 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + }, + "18": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1151785, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 625, + "VictimLocation": { + "x": 558.3443, + "y": 6.636094, + "z": 538.1047 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1153253, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 709, + "ManaCost": 60, + "TargetLocation": { + "x": 597.21405, + "y": 7.67009735, + "z": 565.0858 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1153597, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 710, + "CreatorInstanceId": 709, + "SpawnLocation": { + "x": 597.21405, + "y": 7.669256, + "z": 565.0858 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1153597, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 613, + "VictimLocation": { + "x": 567.372437, + "y": 6.85364437, + "z": 526.30365 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1153753, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_gorgon_02", + "VictimInstanceId": 686, + "VictimLocation": { + "x": 523.4526, + "y": 5.412222, + "z": 646.933 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1154863, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_02", + "VictimInstanceId": 648, + "VictimLocation": { + "x": 483.2077, + "y": 7.61059856, + "z": 673.0321 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1155488, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 579, + "VictimLocation": { + "x": 525.6133, + "y": 6.91846752, + "z": 551.1195 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + }, + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1155972, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 2370.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 190, + "TotalMana": 2740.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 191, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 13717, + "TotalMana": 13717.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1156082, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 653, + "VictimLocation": { + "x": 523.1759, + "y": 5.38705063, + "z": 646.6012 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1156332, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 588, + "VictimLocation": { + "x": 534.8737, + "y": 7.57850838, + "z": 572.1107 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1157691, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 683, + "VictimLocation": { + "x": 504.9082, + "y": 4.6484375, + "z": 650.1095 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1158816, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 703, + "VictimLocation": { + "x": 530.9864, + "y": 6.08066654, + "z": 649.5388 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1159316, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 655, + "VictimLocation": { + "x": 527.3556, + "y": 5.33578873, + "z": 640.27655 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1159426, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 2370.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 190, + "TotalMana": 2740.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 170, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 13820, + "TotalMana": 13820.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1160676, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 583, + "VictimLocation": { + "x": 519.3661, + "y": 6.8925724, + "z": 554.399353 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1160864, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_ghost_01", + "VictimInstanceId": 700, + "VictimLocation": { + "x": 555.7223, + "y": 11.7376423, + "z": 700.692932 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1161816, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 668, + "VictimLocation": { + "x": 535.0459, + "y": 6.9992404, + "z": 656.8675 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1162844, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_bruteChopper_01", + "VictimInstanceId": 704, + "VictimLocation": { + "x": 556.1411, + "y": 11.0241833, + "z": 687.7381 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1164813, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 2370.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 190, + "TotalMana": 2740.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 154, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 13907, + "TotalMana": 13907.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1165688, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 658, + "VictimLocation": { + "x": 545.7046, + "y": 7.19419575, + "z": 624.6428 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + }, + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1166094, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 690, + "VictimLocation": { + "x": 548.431641, + "y": 7.296244, + "z": 632.44104 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1167018, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 687, + "VictimLocation": { + "x": 570.4112, + "y": 12.9634571, + "z": 683.6964 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1167128, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 2370.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 190, + "TotalMana": 2740.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 139, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 13984, + "TotalMana": 13984.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1170721, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 652, + "VictimLocation": { + "x": 508.0416, + "y": 4.96233368, + "z": 653.808167 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1174739, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 679, + "VictimLocation": { + "x": 479.1454, + "y": 6.08203125, + "z": 648.552368 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1175536, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 2370.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 190, + "TotalMana": 2740.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 130, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 14046, + "TotalMana": 14046.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1175739, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 2370.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 190, + "TotalMana": 2740.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 130, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 14053, + "TotalMana": 14053.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1180705, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 2370.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 190, + "TotalMana": 2740.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 130, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 14060, + "TotalMana": 14060.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1185737, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1189987, + "EventName": "CardCycled" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 2370.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 2740.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 130, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 14068, + "TotalMana": 14068.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1190690, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 711, + "ManaCost": 50, + "TargetLocation": { + "x": 585.652832, + "y": 7.671875, + "z": 592.3591 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1192217, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 712, + "CreatorInstanceId": 711, + "SpawnLocation": { + "x": 585.652832, + "y": 7.671875, + "z": 592.3591 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1192217, + "EventName": "UnitTrained" + }, + { + "WaveNumber": 17, + "WaveDurationMilliseconds": 60963, + "TimeSinceStartMilliseconds": 1195193, + "EventName": "FirefightWaveCompleted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 2370.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 2740.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 36, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 14075, + "TotalMana": 14075.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1196193, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1196320, + "EventName": "CardCycled" + }, + { + "WaveNumber": 18, + "TimeSinceStartMilliseconds": 1196631, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 757, + "TargetLocation": { + "x": 710.666, + "y": 11.529, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1197584, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 758, + "CreatorInstanceId": 757, + "SpawnLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1197584, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 759, + "TargetLocation": { + "x": 746.6276, + "y": 32.527, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1197756, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 760, + "CreatorInstanceId": 759, + "SpawnLocation": { + "x": 737.3436, + "y": 29.625, + "z": 765.7322 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1197756, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 1, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 761, + "ManaCost": 40, + "TargetLocation": { + "x": 580.774353, + "y": 7.66796875, + "z": 562.385437 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1197850, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 762, + "CreatorInstanceId": 761, + "SpawnLocation": { + "x": 580.774353, + "y": 7.66796875, + "z": 562.385437 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1197850, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 763, + "ManaCost": 120, + "TargetLocation": { + "x": 585.652832, + "y": 7.671875, + "z": 592.3591 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1199009, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 764, + "CreatorInstanceId": 763, + "SpawnLocation": { + "x": 585.652832, + "y": 7.671875, + "z": 592.3591 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1199009, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 597, + "VictimLocation": { + "x": 500.546783, + "y": 7.839358, + "z": 537.857849 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1200431, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 2370.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 2740.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 33, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 14097, + "TotalMana": 14097.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1200978, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 758, + "VictimLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1201665, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 760, + "VictimLocation": { + "x": 737.3436, + "y": 29.625, + "z": 765.7322 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1202191, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 746.150635, + "y": 29.625, + "z": 765.7423 + }, + "TimeSinceStartMilliseconds": 1202191, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 733.4596, + "y": 29.9194336, + "z": 756.985 + }, + "TimeSinceStartMilliseconds": 1202441, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 731.915833, + "y": 29.7720871, + "z": 769.3403 + }, + "TimeSinceStartMilliseconds": 1202550, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 2430.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 2800.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 33, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 14104, + "TotalMana": 14104.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1205876, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 754, + "VictimLocation": { + "x": 554.7909, + "y": 25.8242035, + "z": 623.8431 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1206944, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_ghost_01", + "VictimInstanceId": 694, + "VictimLocation": { + "x": 538.2554, + "y": 6.862034, + "z": 559.57666 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1208276, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 752, + "VictimLocation": { + "x": 615.49, + "y": 40.9799957, + "z": 637.480164 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1208964, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 732, + "VictimLocation": { + "x": 602.8727, + "y": 38.59251, + "z": 638.437134 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1209229, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 734, + "VictimLocation": { + "x": 604.358643, + "y": 42.1479225, + "z": 644.191162 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1209448, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 714, + "VictimLocation": { + "x": 600.1826, + "y": 37.92719, + "z": 640.6473 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1209589, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 702.920654, + "y": 11.129076, + "z": 522.6975 + }, + "TimeSinceStartMilliseconds": 1210181, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 710.5707, + "y": 11.9532738, + "z": 528.488464 + }, + "TimeSinceStartMilliseconds": 1210541, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 716.1814, + "y": 12.2920971, + "z": 524.024536 + }, + "TimeSinceStartMilliseconds": 1210697, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 2490.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2860.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 15, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 14276, + "TotalMana": 14276.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1211010, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1211119, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 753, + "VictimLocation": { + "x": 637.85144, + "y": 43.9238434, + "z": 614.204163 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1211947, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 715, + "VictimLocation": { + "x": 663.7285, + "y": 43.17011, + "z": 667.4175 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1212697, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 731, + "VictimLocation": { + "x": 607.249, + "y": 36.74397, + "z": 605.18396 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1212760, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 719, + "VictimLocation": { + "x": 516.5053, + "y": 5.70863628, + "z": 659.7981 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1212916, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 580, + "VictimLocation": { + "x": 514.084961, + "y": 7.014075, + "z": 546.378 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1213276, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 692, + "VictimLocation": { + "x": 525.2693, + "y": 6.89443, + "z": 564.5239 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + }, + "18": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1213338, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1213619, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 666, + "VictimLocation": { + "x": 535.3208, + "y": 7.44327259, + "z": 565.935059 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1214268, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 684, + "VictimLocation": { + "x": 530.899231, + "y": 7.026458, + "z": 556.6616 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1214331, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 702, + "VictimLocation": { + "x": 518.5754, + "y": 6.940646, + "z": 548.2396 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1214831, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 2490.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2860.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 235, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 14549, + "TotalMana": 14549.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1215898, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 733, + "VictimLocation": { + "x": 622.0998, + "y": 40.29186, + "z": 632.5794 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1216158, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 699, + "VictimLocation": { + "x": 523.905457, + "y": 6.8935976, + "z": 552.239 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1217085, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 720, + "VictimLocation": { + "x": 581.034, + "y": 13.5487862, + "z": 683.5465 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 18 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 38 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1217273, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 727, + "VictimLocation": { + "x": 523.0452, + "y": 28.977129, + "z": 612.775146 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1217382, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1217538, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 762, + "VictimLocation": { + "x": 568.9477, + "y": 7.66796875, + "z": 567.608459 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_inf_rm_hunter_02": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1218476, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 765, + "ManaCost": 120, + "TargetLocation": { + "x": 671.1469, + "y": 17.172287, + "z": 576.1537 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1218476, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 766, + "CreatorInstanceId": 765, + "SpawnLocation": { + "x": 671.1469, + "y": 17.172287, + "z": 576.1537 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1218476, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 722, + "VictimLocation": { + "x": 553.141052, + "y": 26.1578236, + "z": 598.184937 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1219092, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 649, + "VictimLocation": { + "x": 556.3466, + "y": 6.60546875, + "z": 530.734741 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 18 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1219623, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 689, + "VictimLocation": { + "x": 565.9428, + "y": 7.66631746, + "z": 551.2009 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + }, + "17": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1220717, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 594, + "VictimLocation": { + "x": 528.029846, + "y": 6.8984375, + "z": 564.162659 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 3 + }, + "18": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1220936, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 2510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 2860.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 203, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 14781, + "TotalMana": 14781.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1221108, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1221592, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 676, + "VictimLocation": { + "x": 533.553833, + "y": 8.050911, + "z": 571.6896 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1223088, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 552, + "VictimLocation": { + "x": 563.8939, + "y": 8.1524, + "z": 591.0338 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 13, + "CombatStats": { + "4": { + "AttacksLanded": 46 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 7, + "CombatStats": { + "13": { + "AttacksLanded": 9 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 32 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 27 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1224479, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 767, + "ManaCost": 40, + "TargetLocation": { + "x": 583.5615, + "y": 7.671875, + "z": 599.433 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1224479, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 768, + "CreatorInstanceId": 767, + "SpawnLocation": { + "x": 583.5615, + "y": 7.67126131, + "z": 599.433 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1224479, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 675, + "VictimLocation": { + "x": 542.635, + "y": 7.57756233, + "z": 562.4176 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1224760, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 639, + "VictimLocation": { + "x": 576.1765, + "y": 7.669724, + "z": 593.2078 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 31 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 28 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1224760, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 2510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 165, + "TotalMana": 2935.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 193, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 14858, + "TotalMana": 14858.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1225932, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_bruteChopper_01", + "VictimInstanceId": 696, + "VictimLocation": { + "x": 533.5314, + "y": 6.828272, + "z": 567.2217 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1226338, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 745, + "VictimLocation": { + "x": 485.187439, + "y": 30.5006676, + "z": 530.9273 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1227182, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 738, + "VictimLocation": { + "x": 595.0207, + "y": 42.69185, + "z": 671.849365 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 19 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1227416, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 2510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 165, + "TotalMana": 2935.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 184, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 14925, + "TotalMana": 14925.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1230990, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "33653771-6bbd-4654-8422-c61dff2060ec", + "InstanceId": 769, + "ManaCost": 60, + "TargetLocation": { + "x": 583.7889, + "y": 7.671875, + "z": 599.4813 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1231099, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_banshee_01", + "InstanceId": 770, + "CreatorInstanceId": 769, + "SpawnLocation": { + "x": 583.7889, + "y": 7.671875, + "z": 599.4813 + }, + "SupplyCost": 300, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1231099, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 1, + "CardId": "f6478fc0-d63c-4e96-9a1d-9053454f2858", + "InstanceId": 771, + "ManaCost": 60, + "TargetLocation": { + "x": 550.994934, + "y": 7.66796875, + "z": 577.373169 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1235796, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_02", + "InstanceId": 772, + "CreatorInstanceId": 771, + "SpawnLocation": { + "x": 550.994934, + "y": 7.66796875, + "z": 577.373169 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1235796, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 2510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 2935.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 184, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 14933, + "TotalMana": 14933.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1235845, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 723, + "VictimLocation": { + "x": 495.490082, + "y": 8.001659, + "z": 532.982239 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1237392, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 717, + "VictimLocation": { + "x": 486.091949, + "y": 6.81732845, + "z": 527.9441 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1240287, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 2510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 2935.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 168, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15060, + "TotalMana": 15060.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1240943, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 327, + "VictimLocation": { + "x": 500.374878, + "y": 7.87859, + "z": 537.184265 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_veh_rm_mongoose_01": { + "Count": 2, + "CombatStats": { + "9": { + "AttacksLanded": 2 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 49 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_bruteChopper_01": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1245782, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 2510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 2965.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 168, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15067, + "TotalMana": 15067.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1246079, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 671, + "VictimLocation": { + "x": 484.551666, + "y": 11.2475071, + "z": 513.7201 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 3, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1246564, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 716, + "VictimLocation": { + "x": 445.564667, + "y": 5.93385029, + "z": 607.581 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 19 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1247486, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 2510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 2965.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 155, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15109, + "TotalMana": 15109.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1250878, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 2510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 2965.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 155, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15116, + "TotalMana": 15116.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1255942, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 18, + "WaveDurationMilliseconds": 60913, + "TimeSinceStartMilliseconds": 1256192, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 19, + "TimeSinceStartMilliseconds": 1257398, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 807, + "TargetLocation": { + "x": 583.3898, + "y": 8.7403, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1258387, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 808, + "CreatorInstanceId": 807, + "SpawnLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1258387, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 809, + "TargetLocation": { + "x": 710.666, + "y": 11.529, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1258590, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 810, + "CreatorInstanceId": 809, + "SpawnLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1258590, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 2510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 2965.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 61, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15123, + "TotalMana": 15123.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1260887, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 810, + "VictimLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1262496, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_bruteChopper_02", + "VictimInstanceId": 805, + "VictimLocation": { + "x": 515.8447, + "y": 5.64119244, + "z": 658.903259 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1264496, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_gorgon_02", + "VictimInstanceId": 799, + "VictimLocation": { + "x": 525.9156, + "y": 5.495409, + "z": 645.9268 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1265128, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 2510.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 2965.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 53, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15161, + "TotalMana": 15161.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1265957, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 808, + "VictimLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1267421, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 576, + "ManaRateIncrease": 40, + "Location": { + "x": 584.744141, + "y": 9.274288, + "z": 429.776825 + }, + "TimeSinceStartMilliseconds": 1267714, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 337, + "ManaRateIncrease": 40, + "Location": { + "x": 589.6264, + "y": 9.162691, + "z": 433.1901 + }, + "TimeSinceStartMilliseconds": 1267714, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 576, + "ManaRateIncrease": 40, + "Location": { + "x": 591.617249, + "y": 8.996674, + "z": 443.60437 + }, + "TimeSinceStartMilliseconds": 1267714, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_gorgon_02", + "VictimInstanceId": 793, + "VictimLocation": { + "x": 529.6926, + "y": 5.475363, + "z": 639.9407 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1267777, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_bruteChopper_02", + "VictimInstanceId": 804, + "VictimLocation": { + "x": 526.8747, + "y": 5.626065, + "z": 647.036255 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1268214, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_gorgon_02", + "VictimInstanceId": 795, + "VictimLocation": { + "x": 515.746338, + "y": 4.8992033, + "z": 642.114136 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1268433, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 792, + "VictimLocation": { + "x": 560.471252, + "y": 30.45449, + "z": 629.1349 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1269236, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 776, + "VictimLocation": { + "x": 602.696533, + "y": 39.86387, + "z": 651.801636 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1269736, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 801, + "VictimLocation": { + "x": 534.2492, + "y": 8.187681, + "z": 679.547 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1269829, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 750, + "VictimLocation": { + "x": 563.114868, + "y": 29.4660511, + "z": 551.7867 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1270204, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1270595, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 2570.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 3025.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 28, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15298, + "TotalMana": 15298.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1270908, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 775, + "VictimLocation": { + "x": 556.7292, + "y": 33.3610649, + "z": 666.94696 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1271601, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 641, + "ManaRateIncrease": 40, + "Location": { + "x": 702.1447, + "y": 11.6212482, + "z": 526.4611 + }, + "TimeSinceStartMilliseconds": 1272351, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 641, + "ManaRateIncrease": 40, + "Location": { + "x": 705.0301, + "y": 10.9347143, + "z": 516.849365 + }, + "TimeSinceStartMilliseconds": 1272539, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 785, + "VictimLocation": { + "x": 537.5353, + "y": 8.756811, + "z": 683.047241 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1272929, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 748, + "VictimLocation": { + "x": 593.4139, + "y": 31.53672, + "z": 588.708862 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 8 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1273085, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 641, + "ManaRateIncrease": 40, + "Location": { + "x": 711.9115, + "y": 12.3160982, + "z": 531.350037 + }, + "TimeSinceStartMilliseconds": 1273273, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 701, + "VictimLocation": { + "x": 516.0053, + "y": 6.91942835, + "z": 551.8709 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1273273, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 774, + "VictimLocation": { + "x": 522.643066, + "y": 5.21178436, + "z": 637.5875 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1273933, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 695, + "VictimLocation": { + "x": 529.907, + "y": 6.8984375, + "z": 565.731262 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1275433, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 724, + "VictimLocation": { + "x": 593.5916, + "y": 37.170002, + "z": 624.0785 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1275918, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 155, + "TotalMana": 2630.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 255, + "TotalMana": 3085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 5, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15440, + "TotalMana": 15440.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1276011, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 756, + "VictimLocation": { + "x": 641.80896, + "y": 40.1900864, + "z": 597.978638 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1276105, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 755, + "VictimLocation": { + "x": 618.3627, + "y": 38.7723, + "z": 607.6707 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1276308, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 794, + "VictimLocation": { + "x": 546.342, + "y": 7.1972785, + "z": 626.613464 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1276464, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 678, + "VictimLocation": { + "x": 535.995, + "y": 7.9801383, + "z": 574.5194 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1277940, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 742, + "VictimLocation": { + "x": 598.038757, + "y": 29.343029, + "z": 595.494263 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1278627, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 591, + "VictimLocation": { + "x": 536.519348, + "y": 7.92475176, + "z": 576.977356 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1278940, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 788, + "VictimLocation": { + "x": 571.787, + "y": 12.5456324, + "z": 687.638062 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1279308, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 736, + "VictimLocation": { + "x": 604.3951, + "y": 27.43518, + "z": 592.3558 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1280641, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 718, + "VictimLocation": { + "x": 611.2235, + "y": 31.4689, + "z": 586.928 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1280860, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 747, + "VictimLocation": { + "x": 619.243042, + "y": 27.24442, + "z": 578.8092 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1281000, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 155, + "TotalMana": 2630.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 255, + "TotalMana": 3085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 227, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15682, + "TotalMana": 15682.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1281360, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 739, + "VictimLocation": { + "x": 611.608948, + "y": 26.4740429, + "z": 580.8442 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1281735, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "a7530a57-b21d-48fc-9ba3-0965bae42e23", + "InstanceId": 811, + "ManaCost": 160, + "TargetLocation": { + "x": 657.451, + "y": 22.9167252, + "z": 627.617432 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1283127, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_02", + "InstanceId": 812, + "CreatorInstanceId": 811, + "SpawnLocation": { + "x": 657.451, + "y": 22.9167252, + "z": 627.617432 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1283127, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 743, + "VictimLocation": { + "x": 579.0919, + "y": 27.6519718, + "z": 583.0616 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1283845, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 791, + "VictimLocation": { + "x": 487.656372, + "y": 11.1465826, + "z": 512.1607 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1283845, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 728, + "VictimLocation": { + "x": 609.980042, + "y": 30.4005432, + "z": 574.7523 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1285580, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "PowerId": "RMCleansingBeam", + "InstanceId": 813, + "TargetLocation": { + "x": 483.908264, + "y": 18.874939, + "z": 474.043152 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1285955, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 1, + "CardId": "c85ab1fe-6bea-4cd2-897a-bea50e33b08e", + "InstanceId": 814, + "ManaCost": 110, + "TargetLocation": { + "x": 483.908264, + "y": 18.874939, + "z": 474.043152 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1285955, + "EventName": "CardPlayed" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 2630.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 3085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 215, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15785, + "TotalMana": 15785.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1286095, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "PowerId": "RMStructuralShielding", + "InstanceId": 815, + "TargetLocation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1286361, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 2, + "CardId": "a03d341c-3a13-4b51-8b7f-00ddc944acd2", + "InstanceId": 816, + "ManaCost": 90, + "TargetLocation": { + "x": 582.733459, + "y": 7.671875, + "z": 588.0298 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1286361, + "EventName": "CardPlayed" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1286548, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 730, + "VictimLocation": { + "x": 541.8424, + "y": 29.8808346, + "z": 556.5923 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1288670, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 657, + "VictimLocation": { + "x": 480.1483, + "y": 19.482029, + "z": 477.953583 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 3 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1289252, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_ghost_01", + "VictimInstanceId": 698, + "VictimLocation": { + "x": 468.776428, + "y": 21.5068512, + "z": 460.783173 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1289652, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 751, + "VictimLocation": { + "x": 469.257, + "y": 43.0884361, + "z": 459.84314 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1289855, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 667, + "VictimLocation": { + "x": 478.099762, + "y": 20.7604713, + "z": 471.009155 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1290074, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 726, + "VictimLocation": { + "x": 477.556183, + "y": 40.3541336, + "z": 455.1575 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1290261, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 725, + "VictimLocation": { + "x": 470.490448, + "y": 43.8548965, + "z": 456.605225 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1290324, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 688, + "VictimLocation": { + "x": 475.498657, + "y": 21.8189716, + "z": 465.405823 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1290418, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 685, + "VictimLocation": { + "x": 477.657776, + "y": 22.2316189, + "z": 464.0435 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1290543, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 746, + "VictimLocation": { + "x": 484.254944, + "y": 38.9999, + "z": 461.058655 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1290543, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 669, + "VictimLocation": { + "x": 470.020721, + "y": 22.1499958, + "z": 472.393341 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1290683, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 777, + "VictimLocation": { + "x": 469.42868, + "y": 6.745821, + "z": 551.017944 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 23 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1290683, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 2630.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 167, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 16092, + "TotalMana": 16092.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1291105, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 729, + "VictimLocation": { + "x": 530.918945, + "y": 31.3916988, + "z": 549.053345 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1291371, + "EventName": "Death" + }, + { + "InstanceId": 3, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1291764, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 744, + "VictimLocation": { + "x": 465.7608, + "y": 39.8399467, + "z": 456.5273 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1292655, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 798, + "VictimLocation": { + "x": 451.0416, + "y": 44.0638847, + "z": 468.135559 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1293280, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 737, + "VictimLocation": { + "x": 457.367523, + "y": 44.8508263, + "z": 458.9542 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1293436, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_inf_rm_eliteCommando_01", + "VictimInstanceId": 337, + "VictimLocation": { + "x": 458.1628, + "y": 21.84375, + "z": 469.509766 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_02": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 6, + "CombatStats": { + "11": { + "AttacksLanded": 43 + }, + "15": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 39 + } + } + }, + "cov_veh_rm_ghost_01": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 5, + "CombatStats": { + "13": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 4, + "CombatStats": { + "10": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 33 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1293780, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_gorgon_02", + "VictimInstanceId": 677, + "VictimLocation": { + "x": 452.861542, + "y": 21.84375, + "z": 471.1075 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1293999, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 797, + "VictimLocation": { + "x": 450.549561, + "y": 45.7386131, + "z": 461.942932 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1293999, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 672, + "VictimLocation": { + "x": 458.619476, + "y": 21.8216534, + "z": 477.5219 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1294467, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 659, + "VictimLocation": { + "x": 448.239716, + "y": 21.859375, + "z": 465.25354 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 9 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1294499, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 741, + "VictimLocation": { + "x": 455.557953, + "y": 45.07988, + "z": 472.529236 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1294789, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 2725.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 134, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 16329, + "TotalMana": 16329.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1296058, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 654, + "VictimLocation": { + "x": 459.082428, + "y": 22.3512573, + "z": 460.156128 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 25 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1296230, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 680, + "VictimLocation": { + "x": 452.146576, + "y": 21.84375, + "z": 457.538971 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 7 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1296339, + "EventName": "Death" + }, + { + "InstanceId": 3, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 1297058, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_inf_rm_eliteCommando_01", + "VictimInstanceId": 576, + "VictimLocation": { + "x": 453.521759, + "y": 21.84375, + "z": 461.78833 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_ghost_01": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 53 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 36 + } + } + }, + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_gorgon_02": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 10 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 5, + "CombatStats": { + "13": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 5, + "CombatStats": { + "10": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 9, + "CombatStats": { + "11": { + "AttacksLanded": 104 + }, + "15": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1297167, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 235, + "TotalMana": 2820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 126, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 16346, + "TotalMana": 16346.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1301064, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 235, + "TotalMana": 2820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 126, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 16354, + "TotalMana": 16354.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1306236, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 670, + "VictimLocation": { + "x": 558.5697, + "y": 6.66465759, + "z": 525.832458 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1308982, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 235, + "TotalMana": 2820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 16396, + "TotalMana": 16396.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1311172, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 778, + "VictimLocation": { + "x": 544.660339, + "y": 27.74275, + "z": 507.7047 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1311641, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 235, + "TotalMana": 2820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 118, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 16428, + "TotalMana": 16428.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1316071, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 19, + "WaveDurationMilliseconds": 60997, + "TimeSinceStartMilliseconds": 1317202, + "EventName": "FirefightWaveCompleted" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 773, + "VictimLocation": { + "x": 594.178162, + "y": 18.4838028, + "z": 731.217468 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 14 + }, + "17": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1318084, + "EventName": "Death" + }, + { + "WaveNumber": 20, + "TimeSinceStartMilliseconds": 1318240, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 829, + "TargetLocation": { + "x": 441.5551, + "y": 2.7826, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1319209, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 830, + "CreatorInstanceId": 829, + "SpawnLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1319209, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 831, + "TargetLocation": { + "x": 583.3898, + "y": 8.7403, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1319318, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 832, + "CreatorInstanceId": 831, + "SpawnLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1319318, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 235, + "TotalMana": 2820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 190, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 16435, + "TotalMana": 16435.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1321209, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "21ceca03-70a7-49e1-8515-5b1dbac7ba2b", + "InstanceId": 833, + "ManaCost": 190, + "TargetLocation": { + "x": 656.955933, + "y": 21.2700577, + "z": 383.716248 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1323570, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_eliteCommando_01", + "InstanceId": 834, + "CreatorInstanceId": 833, + "SpawnLocation": { + "x": 656.955933, + "y": 21.269, + "z": 383.716248 + }, + "SupplyCost": 450, + "EnergyCost": 400, + "PopulationCost": 1, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1323570, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 2820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 190, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 16442, + "TotalMana": 16442.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1326074, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_atrioxchosen_01", + "VictimInstanceId": 818, + "VictimLocation": { + "x": 492.950043, + "y": 5.30859375, + "z": 660.554749 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1330066, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 2820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 190, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 16554, + "TotalMana": 16554.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1331207, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 749, + "VictimLocation": { + "x": 555.4909, + "y": 29.238493, + "z": 533.0104 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1331691, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 674, + "VictimLocation": { + "x": 564.675049, + "y": 7.29022074, + "z": 533.530151 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1332894, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 817, + "VictimLocation": { + "x": 526.1818, + "y": 5.53812742, + "z": 646.385 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 18 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 43 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1333606, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 740, + "VictimLocation": { + "x": 530.261047, + "y": 27.56632, + "z": 549.895447 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1334074, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 825, + "VictimLocation": { + "x": 525.490234, + "y": 5.48828125, + "z": 635.5482 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 43 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 2 + }, + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1334668, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 2820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3085.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 159, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 16657, + "TotalMana": 16657.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1336163, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 828, + "VictimLocation": { + "x": 520.406555, + "y": 5.1015625, + "z": 643.2711 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 44 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1336355, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 589.448, + "y": 8.789587, + "z": 442.755554 + }, + "TimeSinceStartMilliseconds": 1336574, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 832, + "VictimLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1336574, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 590.0746, + "y": 9.165133, + "z": 433.610657 + }, + "TimeSinceStartMilliseconds": 1336636, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 581.1179, + "y": 8.673009, + "z": 447.840759 + }, + "TimeSinceStartMilliseconds": 1336746, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 803, + "VictimLocation": { + "x": 564.6701, + "y": 7.291111, + "z": 533.2497 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 9 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1338215, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 800, + "VictimLocation": { + "x": 523.4857, + "y": 7.38146639, + "z": 558.4319 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1339105, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 554, + "VictimLocation": { + "x": 529.698, + "y": 5.43359375, + "z": 630.5109 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 135 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 36 + } + } + }, + "cov_inf_rm_atrioxchosen_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 3 + }, + "255": { + "AttacksLanded": 206 + } + } + }, + "cov_inf_rm_decimus_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1340469, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 2880.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 3175.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 139, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 16734, + "TotalMana": 16734.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1341125, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 786, + "VictimLocation": { + "x": 544.0698, + "y": 8.682048, + "z": 506.851776 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1343052, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 787, + "VictimLocation": { + "x": 548.850952, + "y": 8.745649, + "z": 505.6705 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1343396, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_atrioxchosen_01", + "VictimInstanceId": 819, + "VictimLocation": { + "x": 485.030823, + "y": 5.85546875, + "z": 647.8815 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 28 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1343771, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 2880.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 3175.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 129, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 16886, + "TotalMana": 16886.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1346088, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 835, + "ManaCost": 60, + "TargetLocation": { + "x": 577.258, + "y": 7.671875, + "z": 586.7828 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1347403, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 836, + "CreatorInstanceId": 835, + "SpawnLocation": { + "x": 577.258, + "y": 7.671875, + "z": 586.7828 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1347403, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 789, + "VictimLocation": { + "x": 462.129578, + "y": 6.442888, + "z": 603.5968 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1348590, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 2880.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 3175.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 16953, + "TotalMana": 16953.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1351122, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 830, + "VictimLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1354383, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 435.8017, + "y": 2.87041187, + "z": 575.612061 + }, + "TimeSinceStartMilliseconds": 1354602, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 433.8221, + "y": 2.72753024, + "z": 580.8142 + }, + "TimeSinceStartMilliseconds": 1354696, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 441.969, + "y": 2.12697625, + "z": 585.898 + }, + "TimeSinceStartMilliseconds": 1354696, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 806, + "VictimLocation": { + "x": 562.510437, + "y": 6.68665743, + "z": 529.398865 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1355805, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 165, + "TotalMana": 2940.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 3235.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 116, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 16995, + "TotalMana": 16995.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1356087, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_02", + "VictimInstanceId": 772, + "VictimLocation": { + "x": 542.1666, + "y": 8.149693, + "z": 586.873 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 6, + "CombatStats": { + "11": { + "AttacksLanded": 165 + }, + "15": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 61 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 48 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 52 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 26 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1357685, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 735, + "VictimLocation": { + "x": 521.0197, + "y": 26.3697834, + "z": 553.9388 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1357794, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 802, + "VictimLocation": { + "x": 556.1416, + "y": 6.65874767, + "z": 525.8173 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1360735, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 790, + "VictimLocation": { + "x": 513.983, + "y": 7.50162172, + "z": 552.8432 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1361011, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 2970.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 3235.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17077, + "TotalMana": 17077.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1361120, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 836, + "VictimLocation": { + "x": 489.56485, + "y": 10.7833118, + "z": 516.0276 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 18 + } + } + }, + "cov_inf_rm_decimus_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1362465, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 710, + "VictimLocation": { + "x": 549.883362, + "y": 7.046875, + "z": 520.0705 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 8, + "CombatStats": { + "11": { + "AttacksLanded": 119 + }, + "15": { + "AttacksLanded": 10 + } + } + }, + "cov_inf_rm_atrioxchosen_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 2 + }, + "255": { + "AttacksLanded": 170 + } + } + }, + "cov_inf_rm_decimus_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1364967, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 822, + "VictimLocation": { + "x": 556.050964, + "y": 6.6707263, + "z": 524.941162 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "15": { + "AttacksLanded": 1 + }, + "11": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1366066, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 823, + "VictimLocation": { + "x": 559.453064, + "y": 6.77242565, + "z": 521.8043 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 7 + }, + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + }, + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1366285, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 645, + "VictimLocation": { + "x": 554.3961, + "y": 7.06640625, + "z": 520.376648 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 97 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_inf_rm_decimus_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_atrioxchosen_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + }, + "255": { + "AttacksLanded": 26 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1366426, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 225, + "TotalMana": 3000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 155, + "TotalMana": 3295.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 85, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17084, + "TotalMana": 17084.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1366551, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 783, + "VictimLocation": { + "x": 494.654, + "y": 35.7163467, + "z": 486.626617 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1366879, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 641, + "VictimLocation": { + "x": 553.4126, + "y": 7.37474775, + "z": 522.6805 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 41 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 4, + "CombatStats": { + "13": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_decimus_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_atrioxchosen_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 2 + }, + "255": { + "AttacksLanded": 73 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1367790, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 768, + "VictimLocation": { + "x": 520.387146, + "y": 7.033258, + "z": 543.31366 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 35 + } + } + }, + "cov_inf_rm_decimus_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1370186, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 820, + "VictimLocation": { + "x": 581.095032, + "y": 7.03125, + "z": 536.568542 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 27 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1370795, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 225, + "TotalMana": 3000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 89, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 210, + "TotalMana": 3350.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 72, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17117, + "TotalMana": 17117.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1371092, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 827, + "VictimLocation": { + "x": 549.4367, + "y": 7.65987968, + "z": 571.5565 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + }, + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1373201, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 225, + "TotalMana": 3000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 89, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 210, + "TotalMana": 3350.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 62, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17124, + "TotalMana": 17124.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1376095, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 826, + "VictimLocation": { + "x": 535.968933, + "y": 7.23273373, + "z": 558.802063 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1376392, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 225, + "TotalMana": 3000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 89, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 210, + "TotalMana": 3350.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 52, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17131, + "TotalMana": 17131.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1381093, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "3c9d0bdd-3fc6-49aa-b348-a25bc7f05ae5", + "InstanceId": 837, + "ManaCost": 70, + "TargetLocation": { + "x": 597.447, + "y": 7.671875, + "z": 585.180359 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1381218, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_prowler_01", + "InstanceId": 838, + "CreatorInstanceId": 837, + "SpawnLocation": { + "x": 597.447, + "y": 7.671875, + "z": 585.180359 + }, + "SupplyCost": 400, + "EnergyCost": 0, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1381218, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_locust_02", + "VictimInstanceId": 782, + "VictimLocation": { + "x": 494.3634, + "y": 9.3359375, + "z": 524.301331 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1383108, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 839, + "ManaCost": 50, + "TargetLocation": { + "x": 597.447, + "y": 7.671875, + "z": 585.1804 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1385905, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 840, + "CreatorInstanceId": 839, + "SpawnLocation": { + "x": 597.447, + "y": 7.671875, + "z": 585.1804 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1385905, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 225, + "TotalMana": 3000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3350.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 48, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17168, + "TotalMana": 17168.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1386171, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 691, + "VictimLocation": { + "x": 489.354645, + "y": 8.2890625, + "z": 535.6458 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1387205, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 225, + "TotalMana": 3000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3350.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 44, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17195, + "TotalMana": 17195.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1391205, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 225, + "TotalMana": 3000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3350.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 44, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17203, + "TotalMana": 17203.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1396164, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 796, + "VictimLocation": { + "x": 541.101563, + "y": 10.63037, + "z": 494.754272 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1398203, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 225, + "TotalMana": 3000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3350.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 39, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17245, + "TotalMana": 17245.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1401190, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1403002, + "EventName": "CardCycled" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 220, + "TotalMana": 3000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3350.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 39, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17252, + "TotalMana": 17252.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1406190, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_atrioxchosen_01", + "VictimInstanceId": 824, + "VictimLocation": { + "x": 512.6467, + "y": 12.4296875, + "z": 488.057617 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1408647, + "EventName": "Death" + }, + { + "WaveNumber": 20, + "WaveDurationMilliseconds": 91583, + "TimeSinceStartMilliseconds": 1408772, + "EventName": "FirefightWaveCompleted" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1409804, + "EventName": "CardCycled" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 215, + "TotalMana": 3000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3350.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17364, + "TotalMana": 17364.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1411176, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1411411, + "EventName": "CardCycled" + }, + { + "PlayerIndex": 1, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 841, + "ManaCost": 60, + "TargetLocation": { + "x": 580.6999, + "y": 7.671875, + "z": 573.675232 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1413401, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 842, + "CreatorInstanceId": 841, + "SpawnLocation": { + "x": 580.6999, + "y": 7.671653, + "z": 573.675232 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1413401, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 3000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3350.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17371, + "TotalMana": 17371.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1416190, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 3, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1417897, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 1, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 843, + "ManaCost": 40, + "TargetLocation": { + "x": 583.1799, + "y": 7.671875, + "z": 558.6445 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1419507, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 844, + "CreatorInstanceId": 843, + "SpawnLocation": { + "x": 583.1799, + "y": 7.671875, + "z": 558.6445 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1419507, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 3000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3350.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17378, + "TotalMana": 17378.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1421181, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 21, + "TimeSinceStartMilliseconds": 1425670, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 902, + "TargetLocation": { + "x": 583.3898, + "y": 8.7403, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1426326, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 903, + "CreatorInstanceId": 902, + "SpawnLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1426326, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 904, + "TargetLocation": { + "x": 423.0052, + "y": 32.4268, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1426373, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 905, + "CreatorInstanceId": 904, + "SpawnLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1426373, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 3000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3350.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 197, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17386, + "TotalMana": 17386.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1426483, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 901, + "VictimLocation": { + "x": 465.669647, + "y": 7.396545, + "z": 671.2343 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1429545, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 869, + "VictimLocation": { + "x": 468.28125, + "y": 6.30627775, + "z": 677.9332 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1430390, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 3000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3350.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 190, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17438, + "TotalMana": 17438.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1431406, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 335, + "VictimLocation": { + "x": 520.580444, + "y": 5.30055046, + "z": 646.758 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_atrioxchosen_01": { + "Count": 1, + "CombatStats": { + "255": { + "AttacksLanded": 210 + }, + "31": { + "AttacksLanded": 3 + } + } + }, + "unsc_inf_rm_cyclops_03": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 20 + }, + "15": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 52 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_decimus_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1432500, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marineguard_01", + "VictimInstanceId": 846, + "VictimLocation": { + "x": 454.817749, + "y": 4.65114, + "z": 683.3653 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 33 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1433703, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 900, + "VictimLocation": { + "x": 492.027557, + "y": 7.34358263, + "z": 671.083069 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1434016, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 851, + "VictimLocation": { + "x": 488.9744, + "y": 6.113394, + "z": 664.021057 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1434078, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 852, + "VictimLocation": { + "x": 479.146118, + "y": 6.56251764, + "z": 662.9744 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1434187, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 866, + "VictimLocation": { + "x": 473.53772, + "y": 7.570317, + "z": 669.4101 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1434234, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 898, + "VictimLocation": { + "x": 462.318878, + "y": 7.11074, + "z": 662.931458 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1434391, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 3020.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3350.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 171, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17605, + "TotalMana": 17605.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1436179, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 873, + "VictimLocation": { + "x": 501.860779, + "y": 4.631716, + "z": 649.1899 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1436710, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 889, + "VictimLocation": { + "x": 505.38913, + "y": 4.82414627, + "z": 653.422241 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1436788, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 892, + "VictimLocation": { + "x": 501.082367, + "y": 5.178606, + "z": 662.996765 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1436882, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 891, + "VictimLocation": { + "x": 479.885468, + "y": 5.91279, + "z": 650.0913 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1436929, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 896, + "VictimLocation": { + "x": 498.227051, + "y": 6.772383, + "z": 669.360168 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1437022, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 855, + "VictimLocation": { + "x": 499.9562, + "y": 4.89334726, + "z": 657.3757 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1437101, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 858, + "VictimLocation": { + "x": 511.437561, + "y": 5.19104958, + "z": 655.013733 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1437101, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 867, + "VictimLocation": { + "x": 492.6171, + "y": 5.4068017, + "z": 661.614746 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1437147, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 876, + "VictimLocation": { + "x": 481.562958, + "y": 6.00322, + "z": 660.0201 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1437241, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 897, + "VictimLocation": { + "x": 483.630524, + "y": 5.872921, + "z": 645.8518 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1437351, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 856, + "VictimLocation": { + "x": 477.603, + "y": 5.96660566, + "z": 654.7044 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1437429, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 863, + "VictimLocation": { + "x": 507.572632, + "y": 6.2829113, + "z": 668.080139 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 28 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1437522, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 857, + "VictimLocation": { + "x": 524.7833, + "y": 6.314942, + "z": 660.232849 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1438194, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 905, + "VictimLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1439601, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 423.356232, + "y": 31.62575, + "z": 304.224854 + }, + "TimeSinceStartMilliseconds": 1439694, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 417.183075, + "y": 32.44431, + "z": 290.790741 + }, + "TimeSinceStartMilliseconds": 1439944, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 423.8963, + "y": 33.3196869, + "z": 284.920227 + }, + "TimeSinceStartMilliseconds": 1439944, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 190, + "TotalMana": 3080.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 3410.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 125, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 17992, + "TotalMana": 17992.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1441179, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 860, + "VictimLocation": { + "x": 543.873, + "y": 9.848363, + "z": 700.5649 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1441319, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 862, + "VictimLocation": { + "x": 536.3151, + "y": 8.7890625, + "z": 687.038635 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1442541, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 881, + "VictimLocation": { + "x": 534.3614, + "y": 8.7265625, + "z": 691.71814 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1444561, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 584.0129, + "y": 8.486109, + "z": 444.482361 + }, + "TimeSinceStartMilliseconds": 1444671, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 588.4958, + "y": 8.681401, + "z": 442.9607 + }, + "TimeSinceStartMilliseconds": 1444671, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 903, + "VictimLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1444718, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 582.884338, + "y": 8.804866, + "z": 434.203644 + }, + "TimeSinceStartMilliseconds": 1444718, + "EventName": "ManaOrbCollected" + }, + { + "InstanceId": 3, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 1445860, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 250, + "TotalMana": 3140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 210, + "TotalMana": 3470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 113, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 18094, + "TotalMana": 18094.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1446188, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 847, + "VictimLocation": { + "x": 553.512, + "y": 10.9111729, + "z": 692.046265 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1446938, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 861, + "VictimLocation": { + "x": 534.793335, + "y": 8.59375, + "z": 687.2465 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1447032, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 849, + "VictimLocation": { + "x": 521.2992, + "y": 7.205536, + "z": 686.08844 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1447188, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 882, + "VictimLocation": { + "x": 531.9167, + "y": 8.177436, + "z": 693.5045 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1447407, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 895, + "VictimLocation": { + "x": 555.5227, + "y": 10.953125, + "z": 684.506165 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1447985, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1451063, + "EventName": "CardCycled" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 250, + "TotalMana": 3140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 205, + "TotalMana": 3470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 18251, + "TotalMana": 18251.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1451219, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 906, + "ManaCost": 120, + "TargetLocation": { + "x": 681.806946, + "y": 18.1348953, + "z": 588.48584 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1452266, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 907, + "CreatorInstanceId": 906, + "SpawnLocation": { + "x": 681.806946, + "y": 18.1348953, + "z": 588.48584 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1452266, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 908, + "ManaCost": 120, + "TargetLocation": { + "x": 591.754, + "y": 7.671875, + "z": 582.3861 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1452986, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 909, + "CreatorInstanceId": 908, + "SpawnLocation": { + "x": 591.754, + "y": 7.671875, + "z": 582.3861 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1452986, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 894, + "VictimLocation": { + "x": 504.467041, + "y": 13.609375, + "z": 491.074341 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1455300, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 3140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 3470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 94, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 18284, + "TotalMana": 18284.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1456198, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 3140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 3470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 94, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 18291, + "TotalMana": 18291.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1461206, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 850, + "VictimLocation": { + "x": 531.053833, + "y": 10.401926, + "z": 493.069183 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1463097, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 3140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 3470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 18328, + "TotalMana": 18328.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1466187, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 910, + "ManaCost": 40, + "TargetLocation": { + "x": 601.6796, + "y": 7.66796875, + "z": 588.521 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1467016, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 911, + "CreatorInstanceId": 910, + "SpawnLocation": { + "x": 601.6796, + "y": 7.66796875, + "z": 588.521 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1467016, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 3140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 109, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 3470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 18335, + "TotalMana": 18335.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1471199, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 3140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 109, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 3470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 18342, + "TotalMana": 18342.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1476210, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 3140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 109, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 3470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 18349, + "TotalMana": 18349.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1481195, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 21, + "WaveDurationMilliseconds": 60899, + "TimeSinceStartMilliseconds": 1484805, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 22, + "TimeSinceStartMilliseconds": 1486305, + "EventName": "FirefightWaveStarted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 3140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 109, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 3470.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 62, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 18356, + "TotalMana": 18356.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1486602, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 963, + "TargetLocation": { + "x": 746.6276, + "y": 32.527, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1487195, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 964, + "CreatorInstanceId": 963, + "SpawnLocation": { + "x": 737.3436, + "y": 29.625, + "z": 765.7322 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1487195, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 965, + "TargetLocation": { + "x": 583.3898, + "y": 8.7403, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1487305, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 966, + "CreatorInstanceId": 965, + "SpawnLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1487305, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 964, + "VictimLocation": { + "x": 737.3436, + "y": 29.625, + "z": 765.7322 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1491202, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 746.3495, + "y": 29.625, + "z": 762.7224 + }, + "TimeSinceStartMilliseconds": 1491296, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 3160.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 109, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 3490.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 62, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 18364, + "TotalMana": 18364.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1491389, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 740.9662, + "y": 29.8556862, + "z": 773.202148 + }, + "TimeSinceStartMilliseconds": 1491483, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 735.2455, + "y": 30.3643246, + "z": 774.8602 + }, + "TimeSinceStartMilliseconds": 1491483, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 190, + "TotalMana": 3200.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 109, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 3530.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 62, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 18371, + "TotalMana": 18371.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1496306, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_foxcannon_01", + "VictimInstanceId": 923, + "VictimLocation": { + "x": 518.3445, + "y": 7.12969542, + "z": 679.3403 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1496415, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 925, + "VictimLocation": { + "x": 507.325256, + "y": 5.418719, + "z": 664.0886 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1496493, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 929, + "VictimLocation": { + "x": 499.642029, + "y": 6.1774025, + "z": 667.9306 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1496493, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 945, + "VictimLocation": { + "x": 499.376343, + "y": 5.127999, + "z": 661.9495 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1496891, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 920, + "VictimLocation": { + "x": 526.1676, + "y": 6.2290144, + "z": 657.587341 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1499610, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "f6478fc0-d63c-4e96-9a1d-9053454f2858", + "InstanceId": 967, + "ManaCost": 60, + "TargetLocation": { + "x": 603.7624, + "y": 7.66796875, + "z": 560.151367 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1500503, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_02", + "InstanceId": 968, + "CreatorInstanceId": 967, + "SpawnLocation": { + "x": 603.7624, + "y": 7.668004, + "z": 560.151367 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1500503, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 123, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 3200.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 109, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 3530.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 38, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 18563, + "TotalMana": 18563.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1501290, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1501728, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 941, + "VictimLocation": { + "x": 540.772034, + "y": 9.3196, + "z": 673.7687 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1502009, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 954, + "VictimLocation": { + "x": 534.170044, + "y": 7.28458738, + "z": 660.7793 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1502306, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 936, + "VictimLocation": { + "x": 531.4357, + "y": 6.37220669, + "z": 652.3857 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1502415, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_sniper_01", + "VictimInstanceId": 924, + "VictimLocation": { + "x": 532.84375, + "y": 6.121388, + "z": 647.632568 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1502509, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 956, + "VictimLocation": { + "x": 524.9855, + "y": 6.1171875, + "z": 658.6079 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1502634, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 893, + "VictimLocation": { + "x": 559.1627, + "y": 6.6748724, + "z": 525.2715 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1502915, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 872, + "VictimLocation": { + "x": 573.583557, + "y": 7.024967, + "z": 533.385742 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1503196, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 845, + "VictimLocation": { + "x": 559.2619, + "y": 6.64337254, + "z": 538.609741 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1504105, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 914, + "VictimLocation": { + "x": 536.862854, + "y": 8.180455, + "z": 679.05426 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1504495, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 947, + "VictimLocation": { + "x": 534.176758, + "y": 7.18595552, + "z": 659.214355 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1504652, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 915, + "VictimLocation": { + "x": 526.9041, + "y": 7.763153, + "z": 684.134644 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1504745, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 918, + "VictimLocation": { + "x": 531.0997, + "y": 7.069529, + "z": 670.2362 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1504792, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 955, + "VictimLocation": { + "x": 557.3861, + "y": 11.03125, + "z": 687.3653 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1504839, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 844, + "VictimLocation": { + "x": 569.8985, + "y": 7.66796875, + "z": 567.275146 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_inf_rm_cyclops_01": { + "Count": 4, + "CombatStats": { + "13": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1505014, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 948, + "VictimLocation": { + "x": 525.6666, + "y": 7.43676662, + "z": 681.453 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1505214, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 868, + "VictimLocation": { + "x": 578.4597, + "y": 7.51303434, + "z": 543.800537 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1505308, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_sniper_01", + "VictimInstanceId": 853, + "VictimLocation": { + "x": 572.377747, + "y": 7.19130468, + "z": 543.182068 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1505480, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 885, + "VictimLocation": { + "x": 583.1904, + "y": 7.66796875, + "z": 545.157959 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1505621, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 960, + "VictimLocation": { + "x": 545.5042, + "y": 10.08762, + "z": 691.029236 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1506120, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 145, + "TotalMana": 3220.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 109, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 3530.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 221, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 19076, + "TotalMana": 19076.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1506292, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1506995, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 877, + "VictimLocation": { + "x": 585.9649, + "y": 7.671875, + "z": 557.7723 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1507424, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 935, + "VictimLocation": { + "x": 537.6613, + "y": 8.471549, + "z": 671.109863 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1507846, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 921, + "VictimLocation": { + "x": 535.3705, + "y": 8.499443, + "z": 690.2612 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1508190, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_02", + "VictimInstanceId": 913, + "VictimLocation": { + "x": 549.308533, + "y": 10.5172462, + "z": 680.547546 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1508299, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 887, + "VictimLocation": { + "x": 602.094238, + "y": 7.41015625, + "z": 539.308 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 5 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1508580, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_01", + "VictimInstanceId": 899, + "VictimLocation": { + "x": 562.4893, + "y": 7.55776024, + "z": 550.317566 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1509908, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_02", + "VictimInstanceId": 946, + "VictimLocation": { + "x": 523.38446, + "y": 6.594766, + "z": 666.9127 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1510908, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1511018, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 958, + "VictimLocation": { + "x": 531.1646, + "y": 7.03612661, + "z": 662.777161 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1511190, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 145, + "TotalMana": 3220.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 109, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 3530.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 191, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 19313, + "TotalMana": 19313.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1511377, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_gausswarthog_01", + "VictimInstanceId": 930, + "VictimLocation": { + "x": 512.5003, + "y": 7.2697916, + "z": 673.0691 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1511486, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 939, + "VictimLocation": { + "x": 520.3821, + "y": 7.095177, + "z": 679.1235 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1511893, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 888, + "VictimLocation": { + "x": 537.2415, + "y": 6.94921875, + "z": 568.6477 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1512580, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 890, + "VictimLocation": { + "x": 532.2462, + "y": 6.90678167, + "z": 561.2753 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1514108, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 842, + "VictimLocation": { + "x": 575.50415, + "y": 7.66796875, + "z": 573.368652 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_inf_rm_cyclops_01": { + "Count": 3, + "CombatStats": { + "13": { + "AttacksLanded": 12 + } + } + }, + "unsc_inf_rm_flameMarine_01": { + "Count": 2, + "CombatStats": { + "6": { + "AttacksLanded": 4 + }, + "255": { + "AttacksLanded": 24 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1514233, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 959, + "VictimLocation": { + "x": 536.536438, + "y": 9.024097, + "z": 687.883545 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1514592, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "33653771-6bbd-4654-8422-c61dff2060ec", + "InstanceId": 969, + "ManaCost": 60, + "TargetLocation": { + "x": 589.2487, + "y": 7.671875, + "z": 594.927368 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1514779, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_banshee_01", + "InstanceId": 970, + "CreatorInstanceId": 969, + "SpawnLocation": { + "x": 589.2487, + "y": 7.671875, + "z": 594.927368 + }, + "SupplyCost": 300, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1514779, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 1, + "PowerId": "RMCleansingBeam", + "InstanceId": 971, + "TargetLocation": { + "x": 515.850769, + "y": 6.90164948, + "z": 557.660034 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1514936, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 1, + "CardId": "c85ab1fe-6bea-4cd2-897a-bea50e33b08e", + "InstanceId": 972, + "ManaCost": 110, + "TargetLocation": { + "x": 550.6347, + "y": 7.06125641, + "z": 554.513855 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1514936, + "EventName": "CardPlayed" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 886, + "VictimLocation": { + "x": 551.2226, + "y": 6.83203125, + "z": 524.749634 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1515389, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 950, + "VictimLocation": { + "x": 544.4937, + "y": 9.779814, + "z": 687.8314 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1515608, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 942, + "VictimLocation": { + "x": 537.234558, + "y": 9.164479, + "z": 688.780762 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1515998, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 3250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 3530.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 163, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 19495, + "TotalMana": 19495.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1516404, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 870, + "VictimLocation": { + "x": 531.251648, + "y": 7.07421875, + "z": 555.8481 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1517404, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 938, + "VictimLocation": { + "x": 556.9173, + "y": 7.673371, + "z": 575.669739 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1517545, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 952, + "VictimLocation": { + "x": 526.6466, + "y": 7.03297138, + "z": 552.4099 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1517951, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_sniper_01", + "VictimInstanceId": 928, + "VictimLocation": { + "x": 528.593445, + "y": 6.89796734, + "z": 563.8288 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1518201, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 940, + "VictimLocation": { + "x": 522.18335, + "y": 7.1158185, + "z": 679.1571 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1519988, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 927, + "VictimLocation": { + "x": 513.9133, + "y": 6.985836, + "z": 554.1742 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1521412, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 3250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 3530.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 137, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 19657, + "TotalMana": 19657.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1521522, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 926, + "VictimLocation": { + "x": 514.209656, + "y": 7.031453, + "z": 544.614746 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 14 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1522390, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_02", + "VictimInstanceId": 957, + "VictimLocation": { + "x": 482.517059, + "y": 7.38496351, + "z": 545.724 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1524610, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_gausswarthog_01", + "VictimInstanceId": 931, + "VictimLocation": { + "x": 501.725769, + "y": 7.842289, + "z": 540.2447 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1524813, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_02", + "VictimInstanceId": 951, + "VictimLocation": { + "x": 477.741058, + "y": 8.248924, + "z": 529.261963 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1526407, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 3250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 3530.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 118, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 19810, + "TotalMana": 19810.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1526470, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_gausswarthog_01", + "VictimInstanceId": 922, + "VictimLocation": { + "x": 513.6983, + "y": 7.211783, + "z": 544.791931 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1526704, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1530211, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_gausswarthog_01", + "VictimInstanceId": 932, + "VictimLocation": { + "x": 507.6605, + "y": 4.65310144, + "z": 644.0573 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1530461, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 3250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 3530.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 19817, + "TotalMana": 19817.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1531403, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 962, + "VictimLocation": { + "x": 525.9727, + "y": 6.875, + "z": 556.5241 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1532118, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 944, + "VictimLocation": { + "x": 529.032654, + "y": 6.916273, + "z": 557.0708 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1535712, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 3250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 3530.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 19869, + "TotalMana": 19869.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1536400, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 916, + "VictimLocation": { + "x": 520.480042, + "y": 6.88615274, + "z": 556.52356 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1536712, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 973, + "ManaCost": 50, + "TargetLocation": { + "x": 600.2181, + "y": 7.671875, + "z": 596.033 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1537681, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 974, + "CreatorInstanceId": 973, + "SpawnLocation": { + "x": 600.2181, + "y": 7.671875, + "z": 596.033 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1537681, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 961, + "VictimLocation": { + "x": 560.780151, + "y": 6.62912035, + "z": 536.0856 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1539462, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 10, + "TotalMana": 3250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 3530.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 19991, + "TotalMana": 19991.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1541405, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1545211, + "EventName": "CardCycled" + }, + { + "WaveNumber": 22, + "WaveDurationMilliseconds": 60981, + "TimeSinceStartMilliseconds": 1545888, + "EventName": "FirefightWaveCompleted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 3530.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 17, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 19998, + "TotalMana": 19998.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1546889, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 23, + "TimeSinceStartMilliseconds": 1547295, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1031, + "TargetLocation": { + "x": 295.7496, + "y": 29.2451, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1548202, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1032, + "CreatorInstanceId": 1031, + "SpawnLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1548202, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1033, + "TargetLocation": { + "x": 423.0052, + "y": 32.4268, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1548265, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1034, + "CreatorInstanceId": 1033, + "SpawnLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1548265, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 3530.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 17, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 20005, + "TotalMana": 20005.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1551586, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1026, + "VictimLocation": { + "x": 543.1418, + "y": 32.94857, + "z": 664.910461 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1554966, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 3530.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 16, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 20027, + "TotalMana": 20027.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1556607, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 987, + "VictimLocation": { + "x": 569.6596, + "y": 37.0940475, + "z": 642.4544 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1557388, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 909, + "VictimLocation": { + "x": 576.2205, + "y": 14.5950909, + "z": 669.9664 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 6 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 4, + "CombatStats": { + "20": { + "AttacksLanded": 1 + }, + "11": { + "AttacksLanded": 34 + } + } + }, + "unsc_veh_rm_warthog_01": { + "Count": 5, + "CombatStats": { + "10": { + "AttacksLanded": 14 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 10 + } + } + }, + "unsc_veh_rm_gausswarthog_01": { + "Count": 1, + "CombatStats": { + "25": { + "AttacksLanded": 2 + } + } + }, + "unsc_inf_rm_marinesiphon_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 5 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 6, + "CombatStats": { + "11": { + "AttacksLanded": 79 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 4, + "CombatStats": { + "0": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1559373, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 982, + "VictimLocation": { + "x": 614.5601, + "y": 39.7986, + "z": 653.111 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1559420, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 981, + "VictimLocation": { + "x": 610.337036, + "y": 42.5780144, + "z": 651.9035 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1559513, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 911, + "VictimLocation": { + "x": 572.44696, + "y": 7.66032743, + "z": 617.9452 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_wingmenhornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 34 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 4, + "CombatStats": { + "0": { + "AttacksLanded": 4 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1560060, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1028, + "VictimLocation": { + "x": 551.4006, + "y": 29.95633, + "z": 616.173157 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 5 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1560935, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 4 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3250.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 3610.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 3, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 20050, + "TotalMana": 20050.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1561591, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1022, + "VictimLocation": { + "x": 658.6926, + "y": 42.5439835, + "z": 676.0892 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1561966, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1016, + "VictimLocation": { + "x": 651.635, + "y": 48.4093857, + "z": 667.0671 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1562091, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 871, + "VictimLocation": { + "x": 527.003967, + "y": 6.875, + "z": 559.870361 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1562482, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 865, + "VictimLocation": { + "x": 522.0762, + "y": 6.89624643, + "z": 551.1841 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1562732, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 581.1375, + "y": 8.498346, + "z": 443.885376 + }, + "TimeSinceStartMilliseconds": 1562888, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 966, + "VictimLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1562888, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1563045, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 590.4673, + "y": 9.271777, + "z": 432.532257 + }, + "TimeSinceStartMilliseconds": 1563185, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 592.697266, + "y": 9.255567, + "z": 437.130859 + }, + "TimeSinceStartMilliseconds": 1563185, + "EventName": "ManaOrbCollected" + }, + { + "InstanceId": 2, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1564216, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 548, + "VictimLocation": { + "x": 659.460938, + "y": 18.7857723, + "z": 710.165649 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_hornet_01": { + "Count": 5, + "CombatStats": { + "11": { + "AttacksLanded": 71 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1564779, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1005, + "VictimLocation": { + "x": 711.6071, + "y": 41.97682, + "z": 724.2803 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 25 + } + } + }, + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1565076, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 989, + "VictimLocation": { + "x": 684.024, + "y": 52.0080872, + "z": 637.17334 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 3, + "CombatStats": { + "16": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1565670, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 6 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 113, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 3330.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 3670.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 239, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 20217, + "TotalMana": 20217.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1566576, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 991, + "VictimLocation": { + "x": 669.5328, + "y": 47.8663368, + "z": 641.564941 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1566716, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 428.411377, + "y": 31.94669, + "z": 302.6679 + }, + "TimeSinceStartMilliseconds": 1566888, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1034, + "VictimLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1566888, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 417.451172, + "y": 31.6235313, + "z": 299.747375 + }, + "TimeSinceStartMilliseconds": 1566951, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 933, + "VictimLocation": { + "x": 556.9544, + "y": 7.466363, + "z": 516.6477 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1567170, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 421.833557, + "y": 33.3624458, + "z": 285.145264 + }, + "TimeSinceStartMilliseconds": 1567232, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 875, + "VictimLocation": { + "x": 550.4839, + "y": 7.05273962, + "z": 519.7527 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1567373, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 5, + "VictimLocation": { + "x": 694.061768, + "y": 19.4053268, + "z": 714.4932 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_inf_rm_cyclops_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "unsc_veh_rm_mongoose_01": { + "Count": 2, + "CombatStats": { + "9": { + "AttacksLanded": 2 + } + } + }, + "unsc_inf_rm_odst_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 6 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 6, + "CombatStats": { + "0": { + "AttacksLanded": 28 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 6, + "CombatStats": { + "11": { + "AttacksLanded": 114 + } + } + }, + "unsc_veh_rm_warthog_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 14 + } + } + }, + "unsc_inf_rm_marinesiphon_01": { + "Count": 10, + "CombatStats": { + "8": { + "AttacksLanded": 29 + } + } + }, + "unsc_air_spotterdrone_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1567670, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 859, + "VictimLocation": { + "x": 557.165039, + "y": 7.1386, + "z": 518.9905 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1567779, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 985, + "VictimLocation": { + "x": 557.720642, + "y": 25.8625011, + "z": 607.400269 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 24 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1567873, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1017, + "VictimLocation": { + "x": 674.4611, + "y": 42.4936562, + "z": 668.0032 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1568466, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1004, + "VictimLocation": { + "x": 622.236938, + "y": 45.35955, + "z": 659.345642 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1569382, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 812, + "VictimLocation": { + "x": 590.811035, + "y": 16.2340622, + "z": 677.6618 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_inf_rm_cyclops_03": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 3 + } + } + }, + "unsc_inf_rm_cyclops_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 3 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 5, + "CombatStats": { + "11": { + "AttacksLanded": 71 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 2, + "CombatStats": { + "0": { + "AttacksLanded": 11 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1569759, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1018, + "VictimLocation": { + "x": 673.482, + "y": 37.86745, + "z": 680.2053 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1570603, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 864, + "VictimLocation": { + "x": 546.2173, + "y": 7.2734375, + "z": 518.0024 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1570759, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1027, + "VictimLocation": { + "x": 577.08075, + "y": 31.3801155, + "z": 615.5557 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 9 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1570807, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1570884, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 9 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 200, + "TotalMana": 3445.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 325, + "TotalMana": 3810.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 197, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 20544, + "TotalMana": 20544.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1571509, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 990, + "VictimLocation": { + "x": 561.436951, + "y": 34.044014, + "z": 646.207336 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1572025, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1003, + "VictimLocation": { + "x": 666.1046, + "y": 43.396534, + "z": 658.1624 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1572806, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 325, + "VictimLocation": { + "x": 597.1547, + "y": 17.8590965, + "z": 662.860046 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_inf_rm_cyclops_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 8, + "CombatStats": { + "11": { + "AttacksLanded": 82 + }, + "15": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 4 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 7, + "CombatStats": { + "0": { + "AttacksLanded": 19 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 2, + "CombatStats": { + "20": { + "AttacksLanded": 1 + }, + "11": { + "AttacksLanded": 36 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 48 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1573291, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "21ceca03-70a7-49e1-8515-5b1dbac7ba2b", + "InstanceId": 1038, + "ManaCost": 190, + "TargetLocation": { + "x": 391.329254, + "y": 33.7662354, + "z": 364.179871 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1573744, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_eliteCommando_01", + "InstanceId": 1039, + "CreatorInstanceId": 1038, + "SpawnLocation": { + "x": 391.329254, + "y": 33.76436, + "z": 364.179871 + }, + "SupplyCost": 450, + "EnergyCost": 400, + "PopulationCost": 1, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1573744, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 994, + "VictimLocation": { + "x": 648.9078, + "y": 47.01369, + "z": 678.248 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1575385, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 917, + "VictimLocation": { + "x": 524.9524, + "y": 6.88182735, + "z": 560.863647 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1576372, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 848, + "VictimLocation": { + "x": 513.177551, + "y": 7.00827026, + "z": 548.416 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1576434, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 257, + "VictimLocation": { + "x": 679.687256, + "y": 18.90625, + "z": 677.859 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "neutralfor_rm_sentinel_01": { + "Count": 4, + "CombatStats": { + "0": { + "AttacksLanded": 20 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 17 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1576528, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 9 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 40, + "TotalMana": 3475.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 99, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 405, + "TotalMana": 3890.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 174, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 20761, + "TotalMana": 20761.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1576606, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1007, + "VictimLocation": { + "x": 700.405945, + "y": 39.48844, + "z": 717.394653 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1577669, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1012, + "VictimLocation": { + "x": 707.9464, + "y": 42.1873665, + "z": 716.6643 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1577903, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 998, + "VictimLocation": { + "x": 574.285461, + "y": 35.2380753, + "z": 670.542664 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 10 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 14, + "CombatStats": { + "8": { + "AttacksLanded": 38 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1578169, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1019, + "VictimLocation": { + "x": 666.6701, + "y": 40.266346, + "z": 660.823547 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1578669, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 984, + "VictimLocation": { + "x": 573.266052, + "y": 30.5042324, + "z": 629.9186 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1578825, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1029, + "VictimLocation": { + "x": 604.611145, + "y": 25.9945641, + "z": 547.0375 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1579356, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1024, + "VictimLocation": { + "x": 618.156067, + "y": 40.6188164, + "z": 649.111 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1579497, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1030, + "VictimLocation": { + "x": 608.941162, + "y": 26.2182941, + "z": 549.3356 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1580340, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 988, + "VictimLocation": { + "x": 645.517, + "y": 45.6801872, + "z": 660.4144 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1580481, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 89, + "VictimLocation": { + "x": 689.9772, + "y": 18.921875, + "z": 700.1739 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_hornet_01": { + "Count": 9, + "CombatStats": { + "11": { + "AttacksLanded": 179 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 5, + "CombatStats": { + "0": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1581012, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 1581465, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 10 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 3505.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 99, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 405, + "TotalMana": 3890.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 151, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 20933, + "TotalMana": 20933.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1581606, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "a7530a57-b21d-48fc-9ba3-0965bae42e23", + "InstanceId": 1043, + "ManaCost": 160, + "TargetLocation": { + "x": 592.7473, + "y": 16.07196, + "z": 679.7165 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1582090, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_02", + "InstanceId": 1044, + "CreatorInstanceId": 1043, + "SpawnLocation": { + "x": 592.7473, + "y": 16.07196, + "z": 679.7165 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1582090, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 983, + "VictimLocation": { + "x": 562.4751, + "y": 27.6449623, + "z": 620.5112 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1582294, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1032, + "VictimLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1582434, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 295.401947, + "y": 29.736351, + "z": 411.822571 + }, + "TimeSinceStartMilliseconds": 1582559, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 290.559875, + "y": 29.5128784, + "z": 425.228149 + }, + "TimeSinceStartMilliseconds": 1582700, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 288.129272, + "y": 29.9562244, + "z": 414.253662 + }, + "TimeSinceStartMilliseconds": 1582700, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1023, + "VictimLocation": { + "x": 586.6582, + "y": 37.0595474, + "z": 674.551453 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_inf_rm_grunt_01": { + "Count": 14, + "CombatStats": { + "8": { + "AttacksLanded": 34 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1582889, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1025, + "VictimLocation": { + "x": 588.1579, + "y": 36.7657776, + "z": 647.572632 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1583747, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 1045, + "ManaCost": 40, + "TargetLocation": { + "x": 583.896667, + "y": 7.671875, + "z": 585.895447 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1584059, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 1046, + "CreatorInstanceId": 1045, + "SpawnLocation": { + "x": 583.896667, + "y": 7.671875, + "z": 585.895447 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1584059, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1002, + "VictimLocation": { + "x": 579.2484, + "y": 34.86105, + "z": 645.6959 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 17 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1584559, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1021, + "VictimLocation": { + "x": 659.756531, + "y": 42.7485428, + "z": 664.5008 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1585974, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 13 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 305, + "TotalMana": 3950.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 143, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 21000, + "TotalMana": 21000.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1586567, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1020, + "VictimLocation": { + "x": 653.664063, + "y": 44.08027, + "z": 667.651733 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1586693, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 980, + "VictimLocation": { + "x": 566.972046, + "y": 36.9009628, + "z": 654.3092 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_grunt_01": { + "Count": 8, + "CombatStats": { + "8": { + "AttacksLanded": 17 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1587067, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1001, + "VictimLocation": { + "x": 541.4724, + "y": 31.6085033, + "z": 670.808167 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 12 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 4, + "CombatStats": { + "8": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1589278, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 17 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 305, + "TotalMana": 3950.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 134, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 21098, + "TotalMana": 21098.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1591550, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 986, + "VictimLocation": { + "x": 533.778931, + "y": 29.485878, + "z": 644.7356 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 38 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1591768, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1000, + "VictimLocation": { + "x": 536.9166, + "y": 26.8800335, + "z": 689.004333 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 23 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 11, + "CombatStats": { + "8": { + "AttacksLanded": 20 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1592159, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 1006, + "VictimLocation": { + "x": 607.8071, + "y": 43.13119, + "z": 669.6456 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 25 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 3 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1595112, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1009, + "VictimLocation": { + "x": 698.8951, + "y": 38.2627869, + "z": 697.8957 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 25 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 17 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1595721, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 21 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 305, + "TotalMana": 3950.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 116, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 21235, + "TotalMana": 21235.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1596474, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1010, + "VictimLocation": { + "x": 699.488953, + "y": 41.47809, + "z": 707.2335 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1597083, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 1047, + "ManaCost": 60, + "TargetLocation": { + "x": 578.0256, + "y": 7.671875, + "z": 584.1353 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1598474, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 1048, + "CreatorInstanceId": 1047, + "SpawnLocation": { + "x": 578.0256, + "y": 7.671875, + "z": 584.1353 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1598474, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1013, + "VictimLocation": { + "x": 707.8843, + "y": 38.7881279, + "z": 695.070251 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1598865, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_foxcannon_02", + "VictimInstanceId": 919, + "VictimLocation": { + "x": 345.075134, + "y": 16.5403042, + "z": 486.522 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1600982, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 25 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 3565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 305, + "TotalMana": 3950.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 21322, + "TotalMana": 21322.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1601560, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1015, + "VictimLocation": { + "x": 708.5654, + "y": 38.5026321, + "z": 704.7012 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 25 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1603404, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1604482, + "EventName": "CardCycled" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 28 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 3565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 300, + "TotalMana": 3950.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 21369, + "TotalMana": 21369.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1606577, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 23, + "WaveDurationMilliseconds": 60884, + "TimeSinceStartMilliseconds": 1606801, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 24, + "TimeSinceStartMilliseconds": 1608285, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 2, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 1102, + "ManaCost": 60, + "TargetLocation": { + "x": 627.3693, + "y": 19.7392426, + "z": 625.414368 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1608285, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 1103, + "CreatorInstanceId": 1102, + "SpawnLocation": { + "x": 627.3693, + "y": 19.72044, + "z": 625.414368 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1608426, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1104, + "TargetLocation": { + "x": 423.0052, + "y": 32.4268, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1609070, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1105, + "CreatorInstanceId": 1104, + "SpawnLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1609070, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1106, + "TargetLocation": { + "x": 710.666, + "y": 11.529, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1609229, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1107, + "CreatorInstanceId": 1106, + "SpawnLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1609229, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1008, + "VictimLocation": { + "x": 716.5889, + "y": 42.5968742, + "z": 698.4778 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 39 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1610661, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 32 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 3565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 240, + "TotalMana": 3950.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 80, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 21416, + "TotalMana": 21416.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1611770, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1611926, + "EventName": "CardCycled" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1612879, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1107, + "VictimLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1613036, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 1108, + "ManaCost": 50, + "TargetLocation": { + "x": 630.171448, + "y": 19.5538864, + "z": 624.7753 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1614161, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 1109, + "CreatorInstanceId": 1108, + "SpawnLocation": { + "x": 630.171448, + "y": 19.5538864, + "z": 624.7753 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1614161, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1614364, + "EventName": "CardCycled" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1615489, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 1041, + "VictimLocation": { + "x": 557.5362, + "y": 11.17324, + "z": 686.5455 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_hornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 52 + } + } + }, + "unsc_veh_sniperdrone_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 5 + } + } + }, + "unsc_inf_rm_sniper_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1615973, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 36 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 20, + "TotalMana": 3565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 113, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 180, + "TotalMana": 3950.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 80, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 21423, + "TotalMana": 21423.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1616582, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1084, + "VictimLocation": { + "x": 564.600647, + "y": 33.4744034, + "z": 653.2918 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 4, + "CombatStats": { + "23": { + "AttacksLanded": 23 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 8, + "CombatStats": { + "8": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1617098, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marineguard_01", + "VictimInstanceId": 1057, + "VictimLocation": { + "x": 502.644653, + "y": 7.98517, + "z": 674.212952 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1617504, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_02", + "VictimInstanceId": 1101, + "VictimLocation": { + "x": 508.9504, + "y": 5.34106731, + "z": 661.317261 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1617661, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 1056, + "VictimLocation": { + "x": 502.7571, + "y": 4.86916161, + "z": 656.2469 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1617879, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_sniper_01", + "VictimInstanceId": 1060, + "VictimLocation": { + "x": 496.71, + "y": 4.8220253, + "z": 653.7831 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1618036, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_sniper_01", + "VictimInstanceId": 1073, + "VictimLocation": { + "x": 490.9594, + "y": 5.132277, + "z": 649.1934 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1618036, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1100, + "VictimLocation": { + "x": 510.638519, + "y": 5.23096657, + "z": 657.002563 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1618082, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1081, + "VictimLocation": { + "x": 506.730255, + "y": 4.757485, + "z": 650.790039 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1618176, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1095, + "VictimLocation": { + "x": 492.588745, + "y": 5.550522, + "z": 662.6967 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1618317, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1079, + "VictimLocation": { + "x": 509.014923, + "y": 6.794119, + "z": 670.482849 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1618317, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1093, + "VictimLocation": { + "x": 511.53714, + "y": 5.076349, + "z": 652.1631 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1618426, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1072, + "VictimLocation": { + "x": 501.361877, + "y": 5.30098963, + "z": 664.622253 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1618551, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1071, + "VictimLocation": { + "x": 489.612579, + "y": 5.23491, + "z": 655.818848 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1618598, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1088, + "VictimLocation": { + "x": 579.217651, + "y": 37.69668, + "z": 658.980042 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1618661, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1097, + "VictimLocation": { + "x": 485.28244, + "y": 5.56523466, + "z": 656.6422 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1618739, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1080, + "VictimLocation": { + "x": 484.2558, + "y": 5.85002327, + "z": 659.958435 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1618770, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1089, + "VictimLocation": { + "x": 481.401978, + "y": 7.25003767, + "z": 666.13446 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1618879, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1090, + "VictimLocation": { + "x": 485.8785, + "y": 7.526653, + "z": 673.7316 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1618961, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1105, + "VictimLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1619098, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 430.075256, + "y": 32.01614, + "z": 301.1651 + }, + "TimeSinceStartMilliseconds": 1619098, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1085, + "VictimLocation": { + "x": 552.0026, + "y": 29.5242424, + "z": 610.8957 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1619161, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1039, + "ManaRateIncrease": 40, + "Location": { + "x": 415.789276, + "y": 32.51465, + "z": 290.454254 + }, + "TimeSinceStartMilliseconds": 1619254, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1619270, + "EventName": "CardCycled" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 422.425934, + "y": 32.97673, + "z": 286.863739 + }, + "TimeSinceStartMilliseconds": 1619332, + "EventName": "ManaOrbCollected" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1621270, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 40 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 3625.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 113, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 235, + "TotalMana": 4010.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 10, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 21911, + "TotalMana": 21911.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1621551, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 993, + "VictimLocation": { + "x": 568.020935, + "y": 31.9346771, + "z": 555.4955 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 10 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1621598, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1098, + "VictimLocation": { + "x": 523.4724, + "y": 6.29655838, + "z": 661.376343 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1621770, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_02", + "VictimInstanceId": 943, + "VictimLocation": { + "x": 524.5587, + "y": 7.09878635, + "z": 560.7763 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1621864, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1621942, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 1040, + "VictimLocation": { + "x": 562.674744, + "y": 11.9297724, + "z": 680.9008 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_veh_sniperdrone_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 6 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 23 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 22 + }, + "20": { + "AttacksLanded": 1 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1622067, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1063, + "VictimLocation": { + "x": 513.112061, + "y": 5.95233059, + "z": 665.632935 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1622176, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 770, + "VictimLocation": { + "x": 569.769043, + "y": 28.7709, + "z": 556.127747 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_hornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 30 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 2, + "CombatStats": { + "20": { + "AttacksLanded": 2 + }, + "11": { + "AttacksLanded": 24 + } + } + }, + "cov_inf_rm_atrioxchosen_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + }, + "255": { + "AttacksLanded": 85 + } + } + }, + "unsc_inf_rm_marinesiphon_01": { + "Count": 19, + "CombatStats": { + "8": { + "AttacksLanded": 79 + } + } + }, + "unsc_veh_rm_gausswarthog_01": { + "Count": 2, + "CombatStats": { + "25": { + "AttacksLanded": 2 + } + } + }, + "unsc_veh_rm_warthog_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 10 + } + } + }, + "unsc_veh_rm_scorpion_02": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 12 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1622979, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 978, + "VictimLocation": { + "x": 580.7127, + "y": 35.23315, + "z": 629.6566 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1623104, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 937, + "VictimLocation": { + "x": 553.9639, + "y": 7.66796875, + "z": 602.092163 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1623369, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1623869, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 2, + "CardId": "33653771-6bbd-4654-8422-c61dff2060ec", + "InstanceId": 1110, + "ManaCost": 60, + "TargetLocation": { + "x": 629.732239, + "y": 19.5422974, + "z": 624.193237 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1624407, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_banshee_01", + "InstanceId": 1111, + "CreatorInstanceId": 1110, + "SpawnLocation": { + "x": 629.732239, + "y": 19.5422974, + "z": 624.193237 + }, + "SupplyCost": 300, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1624407, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 884, + "VictimLocation": { + "x": 560.019958, + "y": 6.61877871, + "z": 534.556458 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 19 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1624969, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1625172, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 1, + "CardId": "f6478fc0-d63c-4e96-9a1d-9053454f2858", + "InstanceId": 1112, + "ManaCost": 60, + "TargetLocation": { + "x": 711.825439, + "y": 18.907402, + "z": 717.6775 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1625853, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_02", + "InstanceId": 1113, + "CreatorInstanceId": 1112, + "SpawnLocation": { + "x": 711.825439, + "y": 18.90855, + "z": 717.6775 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1625853, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 1042, + "VictimLocation": { + "x": 565.8037, + "y": 11.993309, + "z": 689.673157 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_veh_rm_scorpion_02": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 3 + }, + "7": { + "AttacksLanded": 8 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + }, + "20": { + "AttacksLanded": 2 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1626353, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 1058, + "VictimLocation": { + "x": 509.006744, + "y": 7.444416, + "z": 675.815857 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1626353, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1077, + "VictimLocation": { + "x": 526.8345, + "y": 7.10767555, + "z": 672.256958 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1626587, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 20, + "TotalMana": 3625.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 109, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 200, + "TotalMana": 4040.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 223, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 22303, + "TotalMana": 22303.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1626587, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1050, + "VictimLocation": { + "x": 519.9445, + "y": 6.522262, + "z": 668.847 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1626697, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1626697, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1096, + "VictimLocation": { + "x": 518.5703, + "y": 6.98889542, + "z": 674.974854 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1626791, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_foxcannon_02", + "VictimInstanceId": 1054, + "VictimLocation": { + "x": 530.1421, + "y": 6.742292, + "z": 661.4423 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1626869, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1092, + "VictimLocation": { + "x": 502.870026, + "y": 6.56517744, + "z": 669.346252 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1626962, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 1052, + "VictimLocation": { + "x": 517.7077, + "y": 5.59213829, + "z": 655.8422 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 27 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1627041, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 949, + "VictimLocation": { + "x": 566.807739, + "y": 7.66796875, + "z": 553.409851 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1627072, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 999, + "VictimLocation": { + "x": 579.0377, + "y": 27.19151, + "z": 583.2453 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1627181, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 912, + "VictimLocation": { + "x": 575.323853, + "y": 6.76043558, + "z": 540.261353 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1627260, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1036, + "VictimLocation": { + "x": 556.0662, + "y": 11.03641, + "z": 689.9106 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_hornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 82 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 2, + "CombatStats": { + "18": { + "AttacksLanded": 2 + } + } + }, + "unsc_veh_rm_scorpion_02": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1627478, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1074, + "VictimLocation": { + "x": 602.3215, + "y": 41.7722626, + "z": 658.4404 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 7 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 7, + "CombatStats": { + "8": { + "AttacksLanded": 21 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1627978, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1075, + "VictimLocation": { + "x": 607.624268, + "y": 41.71671, + "z": 650.7996 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1628337, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 878, + "VictimLocation": { + "x": 577.233643, + "y": 7.03125, + "z": 536.554138 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1629166, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "a7530a57-b21d-48fc-9ba3-0965bae42e23", + "InstanceId": 1114, + "ManaCost": 160, + "TargetLocation": { + "x": 618.168, + "y": 19.561058, + "z": 626.5384 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1629275, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_02", + "InstanceId": 1115, + "CreatorInstanceId": 1114, + "SpawnLocation": { + "x": 618.168, + "y": 19.561058, + "z": 626.5384 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1629275, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1086, + "VictimLocation": { + "x": 533.3342, + "y": 7.65792751, + "z": 671.2877 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1630371, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1067, + "VictimLocation": { + "x": 534.174866, + "y": 7.21668, + "z": 664.9864 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1630574, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 1053, + "VictimLocation": { + "x": 531.748169, + "y": 7.83555031, + "z": 677.720337 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1630668, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 968, + "ManaRateIncrease": 40, + "Location": { + "x": 703.9474, + "y": 11.60034, + "z": 526.076 + }, + "TimeSinceStartMilliseconds": 1630762, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 1048, + "VictimLocation": { + "x": 564.5173, + "y": 7.671875, + "z": 594.3573 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "neutralfor_rm_sentinel_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 1 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 3, + "CombatStats": { + "30": { + "AttacksLanded": 47 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 5 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 22 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 2 + }, + "7": { + "AttacksLanded": 10 + } + } + }, + "unsc_veh_rm_warthog_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1631171, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 968, + "ManaRateIncrease": 40, + "Location": { + "x": 711.1615, + "y": 11.960722, + "z": 528.3211 + }, + "TimeSinceStartMilliseconds": 1631171, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1094, + "VictimLocation": { + "x": 543.681, + "y": 6.53700256, + "z": 636.664368 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1631280, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 992, + "VictimLocation": { + "x": 554.681641, + "y": 27.8302021, + "z": 560.666 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1631374, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3695.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 4080.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 148, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 22885, + "TotalMana": 22885.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1631514, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1066, + "VictimLocation": { + "x": 534.246155, + "y": 5.33916044, + "z": 625.941345 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1631592, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 968, + "ManaRateIncrease": 40, + "Location": { + "x": 716.5543, + "y": 12.4980469, + "z": 525.7324 + }, + "TimeSinceStartMilliseconds": 1631686, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1035, + "VictimLocation": { + "x": 572.590454, + "y": 13.0966206, + "z": 694.6324 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_veh_rm_scorpion_01": { + "Count": 3, + "CombatStats": { + "18": { + "AttacksLanded": 4 + }, + "7": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1631686, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1631780, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 874, + "VictimLocation": { + "x": 560.756, + "y": 6.631225, + "z": 535.5543 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1632397, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 975, + "VictimLocation": { + "x": 563.312256, + "y": 27.272049, + "z": 543.013367 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1632490, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1633068, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1087, + "VictimLocation": { + "x": 539.3561, + "y": 8.957209, + "z": 676.096252 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1633553, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1076, + "VictimLocation": { + "x": 532.8911, + "y": 8.331163, + "z": 683.743958 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1634678, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1064, + "VictimLocation": { + "x": 550.2256, + "y": 10.4577026, + "z": 689.6277 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1634975, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 1011, + "VictimLocation": { + "x": 543.6305, + "y": 30.7368011, + "z": 658.4335 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1635084, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1014, + "VictimLocation": { + "x": 727.438843, + "y": 49.0859642, + "z": 731.8807 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 25 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1635178, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 979, + "VictimLocation": { + "x": 592.1966, + "y": 29.257082, + "z": 612.6041 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 13 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1636359, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 3715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 100, + "TotalMana": 4100.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 23188, + "TotalMana": 23188.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1636531, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 997, + "VictimLocation": { + "x": 581.407043, + "y": 27.5406666, + "z": 537.881836 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 17 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1636813, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1637078, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 3715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 100, + "TotalMana": 4100.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 23235, + "TotalMana": 23235.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1641556, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 976, + "VictimLocation": { + "x": 528.0536, + "y": 26.2533436, + "z": 568.971252 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 17 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 17 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1643181, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 3715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 100, + "TotalMana": 4100.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 23277, + "TotalMana": 23277.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1646582, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1082, + "VictimLocation": { + "x": 539.3474, + "y": 6.95730829, + "z": 567.2845 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1647785, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 3715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 100, + "TotalMana": 4100.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 94, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 23314, + "TotalMana": 23314.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1651578, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "d140f76b-106d-4175-a912-20735e2a6b76", + "InstanceId": 1116, + "ManaCost": 40, + "TargetLocation": { + "x": 572.5232, + "y": 7.66796875, + "z": 566.240967 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1653156, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_hunter_01", + "InstanceId": 1117, + "CreatorInstanceId": 1116, + "SpawnLocation": { + "x": 572.5232, + "y": 7.66796875, + "z": 566.240967 + }, + "SupplyCost": 150, + "EnergyCost": 200, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1653156, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 3715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 100, + "TotalMana": 4100.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 94, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 23321, + "TotalMana": 23321.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1656583, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 3715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 100, + "TotalMana": 4100.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 94, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 23328, + "TotalMana": 23328.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1661567, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "3c9d0bdd-3fc6-49aa-b348-a25bc7f05ae5", + "InstanceId": 1118, + "ManaCost": 70, + "TargetLocation": { + "x": 592.6104, + "y": 7.671875, + "z": 597.3554 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1663055, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_prowler_01", + "InstanceId": 1119, + "CreatorInstanceId": 1118, + "SpawnLocation": { + "x": 592.6104, + "y": 7.671875, + "z": 597.3554 + }, + "SupplyCost": 400, + "EnergyCost": 0, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1663055, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 3715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 116, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 4100.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 94, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 23336, + "TotalMana": 23336.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1666557, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 24, + "WaveDurationMilliseconds": 60975, + "TimeSinceStartMilliseconds": 1667658, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 25, + "TimeSinceStartMilliseconds": 1668689, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1134, + "TargetLocation": { + "x": 295.7496, + "y": 29.2451, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1669768, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1135, + "CreatorInstanceId": 1134, + "SpawnLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1669768, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1136, + "TargetLocation": { + "x": 441.5551, + "y": 2.7826, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1669877, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1137, + "CreatorInstanceId": 1136, + "SpawnLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1669877, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 3715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 116, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 4100.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 134, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 23343, + "TotalMana": 23343.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1671533, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 3715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 116, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 4100.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 134, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 23350, + "TotalMana": 23350.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1676578, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 1129, + "VictimLocation": { + "x": 514.156, + "y": 7.751624, + "z": 682.3712 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 38 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 28 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1678485, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1119, + "VictimLocation": { + "x": 502.143951, + "y": 7.52540064, + "z": 545.9691 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_hornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 35 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 10 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 6 + } + } + }, + "unsc_inf_rm_cyclops_03": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "unsc_inf_rm_cyclops_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1680556, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 3715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 4135.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 134, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 23472, + "TotalMana": 23472.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1681571, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 1121, + "VictimLocation": { + "x": 561.9923, + "y": 11.5099955, + "z": 687.860352 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1683566, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 1120, + "VictimLocation": { + "x": 557.71814, + "y": 11.2559509, + "z": 684.9898 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1683769, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 1122, + "VictimLocation": { + "x": 558.3272, + "y": 11.6611614, + "z": 680.3785 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1683862, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 1125, + "VictimLocation": { + "x": 563.321, + "y": 11.734375, + "z": 692.237732 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1683972, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 1131, + "VictimLocation": { + "x": 552.7161, + "y": 10.7276821, + "z": 690.1628 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 33 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 35 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1684081, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 1138, + "ManaCost": 60, + "TargetLocation": { + "x": 620.8825, + "y": 21.1273346, + "z": 656.5228 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1686360, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 1139, + "CreatorInstanceId": 1138, + "SpawnLocation": { + "x": 620.8825, + "y": 21.1455822, + "z": 656.5228 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1686360, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 70, + "TotalMana": 3715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 116, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 4135.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 134, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 24079, + "TotalMana": 24079.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1686594, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_foxcannon_02", + "VictimInstanceId": 1059, + "VictimLocation": { + "x": 395.499359, + "y": 31.413681, + "z": 395.806152 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1686813, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1688985, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 1130, + "VictimLocation": { + "x": 515.069336, + "y": 6.97767973, + "z": 557.1437 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 51 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1689094, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 1055, + "VictimLocation": { + "x": 536.7398, + "y": 7.125, + "z": 560.1063 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1689173, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 880, + "VictimLocation": { + "x": 531.275757, + "y": 6.9375, + "z": 568.294861 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1689563, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1091, + "VictimLocation": { + "x": 526.73645, + "y": 26.2543736, + "z": 564.2413 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1689813, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 854, + "VictimLocation": { + "x": 540.4756, + "y": 6.97872543, + "z": 567.7617 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1689891, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 883, + "VictimLocation": { + "x": 552.040833, + "y": 7.66796875, + "z": 577.259766 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1689985, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 879, + "VictimLocation": { + "x": 528.235352, + "y": 7.01400042, + "z": 551.822 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1690579, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1690579, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1117, + "VictimLocation": { + "x": 557.634766, + "y": 7.66797447, + "z": 564.5981 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 17 + } + } + }, + "unsc_inf_rm_cyclops_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 5 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 60 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 19 + }, + "20": { + "AttacksLanded": 2 + } + } + }, + "unsc_inf_rm_cyclops_03": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 3 + } + } + }, + "unsc_inf_rm_odst_01": { + "Count": 4, + "CombatStats": { + "10": { + "AttacksLanded": 8 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 2 + }, + "7": { + "AttacksLanded": 10 + } + } + }, + "unsc_inf_rm_spartan_laser_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1690860, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 3735.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 116, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 4135.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 24381, + "TotalMana": 24381.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1691594, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 647, + "VictimLocation": { + "x": 599.8352, + "y": 39.3724556, + "z": 649.0801 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 2, + "CombatStats": { + "0": { + "AttacksLanded": 7 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "20": { + "AttacksLanded": 8 + }, + "11": { + "AttacksLanded": 18 + } + } + }, + "unsc_air_rm_vulture_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1692766, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1692907, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 1115, + "VictimLocation": { + "x": 594.7611, + "y": 17.0319767, + "z": 667.230835 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_inf_rm_spartan_chaingun_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + }, + "unsc_air_rm_vulture_01": { + "Count": 2, + "CombatStats": { + "17": { + "AttacksLanded": 27 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1693782, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_vulture_01", + "VictimInstanceId": 1124, + "VictimLocation": { + "x": 591.1822, + "y": 39.44839, + "z": 673.692261 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 29 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1693891, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1068, + "VictimLocation": { + "x": 528.806458, + "y": 6.88819551, + "z": 560.8999 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1693891, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_laser_01", + "VictimInstanceId": 1133, + "VictimLocation": { + "x": 541.3243, + "y": 7.09375, + "z": 562.967834 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1694172, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_vulture_01", + "VictimInstanceId": 1132, + "VictimLocation": { + "x": 585.1864, + "y": 37.35927, + "z": 658.868469 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1694501, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1039, + "ManaRateIncrease": 40, + "Location": { + "x": 304.4118, + "y": 29.14637, + "z": 421.036774 + }, + "TimeSinceStartMilliseconds": 1695469, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1135, + "VictimLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1695469, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1039, + "ManaRateIncrease": 40, + "Location": { + "x": 291.484619, + "y": 29.5832, + "z": 427.43866 + }, + "TimeSinceStartMilliseconds": 1695704, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 290.1159, + "y": 29.3700562, + "z": 421.413422 + }, + "TimeSinceStartMilliseconds": 1695704, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 175, + "TotalMana": 3820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 116, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 145, + "TotalMana": 4275.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 80, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 24694, + "TotalMana": 24694.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1696594, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1070, + "VictimLocation": { + "x": 578.639038, + "y": 31.5900288, + "z": 603.8505 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 13 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1696860, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1696954, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 712, + "VictimLocation": { + "x": 577.4071, + "y": 27.5245457, + "z": 563.5602 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 14 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 48 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 18 + }, + "20": { + "AttacksLanded": 2 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1697969, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1065, + "VictimLocation": { + "x": 557.735, + "y": 6.67490864, + "z": 524.635254 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1698860, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1699579, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1099, + "VictimLocation": { + "x": 559.174438, + "y": 27.5976067, + "z": 570.140259 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1699657, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 1143, + "ManaCost": 120, + "TargetLocation": { + "x": 567.6504, + "y": 7.64662933, + "z": 619.94574 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1700172, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 1144, + "CreatorInstanceId": 1143, + "SpawnLocation": { + "x": 567.6504, + "y": 7.64662933, + "z": 619.94574 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1700172, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 175, + "TotalMana": 3820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 50, + "TotalMana": 4300.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 65, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 24796, + "TotalMana": 24796.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1701594, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 996, + "VictimLocation": { + "x": 541.139, + "y": 31.4483452, + "z": 555.4303 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1702688, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 1049, + "VictimLocation": { + "x": 595.3705, + "y": 32.3282433, + "z": 590.632446 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 20 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1702767, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1703579, + "EventName": "PointStatusChange" + }, + { + "InstanceId": 3, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1704860, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 175, + "TotalMana": 3820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 50, + "TotalMana": 4300.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 57, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 24878, + "TotalMana": 24878.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1706589, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 3, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 1707558, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1069, + "VictimLocation": { + "x": 569.3054, + "y": 6.9375, + "z": 533.3703 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1710064, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 977, + "VictimLocation": { + "x": 542.7876, + "y": 29.4454937, + "z": 546.180359 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1710173, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 253, + "VictimLocation": { + "x": 584.419739, + "y": 29.7427368, + "z": 575.918945 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_veh_rm_warthog_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "unsc_inf_rm_marinesiphon_01": { + "Count": 6, + "CombatStats": { + "8": { + "AttacksLanded": 13 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 2, + "CombatStats": { + "30": { + "AttacksLanded": 22 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "20": { + "AttacksLanded": 2 + }, + "11": { + "AttacksLanded": 3 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 5 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 9 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 8, + "CombatStats": { + "4": { + "AttacksLanded": 23 + } + } + }, + "cov_inf_rm_atrioxchosen_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + }, + "255": { + "AttacksLanded": 85 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1711253, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 175, + "TotalMana": 3820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 118, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 4325.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 49, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 24960, + "TotalMana": 24960.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1711612, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1712878, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1083, + "VictimLocation": { + "x": 575.010132, + "y": 29.4365864, + "z": 558.3666 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1714975, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1062, + "VictimLocation": { + "x": 543.137939, + "y": 6.894719, + "z": 568.893 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1715228, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 1123, + "VictimLocation": { + "x": 567.118958, + "y": 7.639021, + "z": 558.130859 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 31 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1715478, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 995, + "VictimLocation": { + "x": 574.384949, + "y": 29.30573, + "z": 552.6109 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1715587, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 175, + "TotalMana": 3820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 118, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 4325.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 34, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25222, + "TotalMana": 25222.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1716619, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1061, + "VictimLocation": { + "x": 572.654541, + "y": 31.0365963, + "z": 567.5795 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1717845, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1718173, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 1051, + "VictimLocation": { + "x": 568.0071, + "y": 28.1577435, + "z": 545.0197 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1719781, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 1145, + "ManaCost": 120, + "TargetLocation": { + "x": 686.717651, + "y": 18.4984436, + "z": 590.205933 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1721498, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 1146, + "CreatorInstanceId": 1145, + "SpawnLocation": { + "x": 686.717651, + "y": 18.4984436, + "z": 590.205933 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1721498, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 3820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 118, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 4325.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 26, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25264, + "TotalMana": 25264.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1721701, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 3820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 118, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 4325.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 26, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25272, + "TotalMana": 25272.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1726592, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 1128, + "VictimLocation": { + "x": 519.2683, + "y": 6.40173531, + "z": 667.6315 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 31 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 27 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1728560, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 1147, + "ManaCost": 50, + "TargetLocation": { + "x": 604.785767, + "y": 7.66796875, + "z": 585.3419 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1729904, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 1148, + "CreatorInstanceId": 1147, + "SpawnLocation": { + "x": 604.785767, + "y": 7.66796875, + "z": 585.3419 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1729997, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 3820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25, + "TotalMana": 4325.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 26, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25399, + "TotalMana": 25399.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1731607, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_grizzly_01", + "VictimInstanceId": 1127, + "VictimLocation": { + "x": 535.0867, + "y": 6.61425543, + "z": 564.595154 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1734688, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 3820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25, + "TotalMana": 4325.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 15, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25481, + "TotalMana": 25481.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1736664, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_grizzly_01", + "VictimInstanceId": 1126, + "VictimLocation": { + "x": 520.982239, + "y": 7.03911066, + "z": 676.2464 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 4, + "CombatStats": { + "4": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1739763, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 3820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25, + "TotalMana": 4325.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 4, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25563, + "TotalMana": 25563.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1741659, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 3820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25, + "TotalMana": 4325.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 4, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25570, + "TotalMana": 25570.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1746680, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 3820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25, + "TotalMana": 4325.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 4, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25577, + "TotalMana": 25577.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1751680, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 3820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25, + "TotalMana": 4325.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 4, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25584, + "TotalMana": 25584.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1756666, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1078, + "VictimLocation": { + "x": 647.868042, + "y": 28.6195469, + "z": 524.128235 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1757431, + "EventName": "Death" + }, + { + "WaveNumber": 25, + "WaveDurationMilliseconds": 90367, + "TimeSinceStartMilliseconds": 1758072, + "EventName": "FirefightWaveCompleted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 3820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25, + "TotalMana": 4325.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25632, + "TotalMana": 25632.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1761667, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1137, + "VictimLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1762496, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 439.8837, + "y": 3.42565727, + "z": 570.137756 + }, + "TimeSinceStartMilliseconds": 1763496, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 448.589478, + "y": 2.566053, + "z": 581.501465 + }, + "TimeSinceStartMilliseconds": 1764043, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 439.714142, + "y": 2.1471684, + "z": 585.5274 + }, + "TimeSinceStartMilliseconds": 1764356, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 3880.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 4385.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25639, + "TotalMana": 25639.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1766676, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 3880.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 4385.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25646, + "TotalMana": 25646.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1771659, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 26, + "TimeSinceStartMilliseconds": 1775096, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1207, + "TargetLocation": { + "x": 583.3898, + "y": 8.7403, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1775800, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1208, + "CreatorInstanceId": 1207, + "SpawnLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1775800, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1209, + "TargetLocation": { + "x": 423.0052, + "y": 32.4268, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1775893, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1210, + "CreatorInstanceId": 1209, + "SpawnLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1775893, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 3880.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 4385.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 200, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25653, + "TotalMana": 25653.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1776956, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1777268, + "EventName": "CardCycled" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 3880.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 4385.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 200, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 25660, + "TotalMana": 25660.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1781867, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 1158, + "VictimLocation": { + "x": 495.446228, + "y": 7.43198061, + "z": 671.7474 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1783668, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 1152, + "VictimLocation": { + "x": 499.29126, + "y": 5.06225634, + "z": 660.640259 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1783918, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1183, + "VictimLocation": { + "x": 506.908173, + "y": 8.542067, + "z": 682.689758 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1784200, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1191, + "VictimLocation": { + "x": 504.3195, + "y": 6.27695131, + "z": 668.54126 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1784293, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 1203, + "VictimLocation": { + "x": 495.572937, + "y": 7.378817, + "z": 671.4761 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1784387, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1188, + "VictimLocation": { + "x": 496.957, + "y": 5.012815, + "z": 658.7059 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1784481, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 1193, + "VictimLocation": { + "x": 510.249054, + "y": 7.70515, + "z": 675.6694 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1784575, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1205, + "VictimLocation": { + "x": 508.039978, + "y": 5.194267, + "z": 659.185364 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1784715, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1162, + "VictimLocation": { + "x": 491.188354, + "y": 6.1316185, + "z": 664.855652 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1784778, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1187, + "VictimLocation": { + "x": 496.652771, + "y": 5.63351965, + "z": 664.7293 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1784871, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1176, + "VictimLocation": { + "x": 506.268738, + "y": 5.0071907, + "z": 656.7168 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1784965, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1164, + "VictimLocation": { + "x": 500.3626, + "y": 4.636234, + "z": 649.0856 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1785059, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1165, + "VictimLocation": { + "x": 488.010773, + "y": 5.42207766, + "z": 657.603638 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1785184, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1179, + "VictimLocation": { + "x": 492.7528, + "y": 4.95511961, + "z": 652.4832 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1785293, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1168, + "VictimLocation": { + "x": 493.652283, + "y": 5.324176, + "z": 661.4193 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1785403, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1174, + "VictimLocation": { + "x": 499.926178, + "y": 4.808415, + "z": 655.1786 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1785465, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "63f7b0cf-2778-4a03-9d8b-fb8e40bbbe31", + "InstanceId": 1211, + "ManaCost": 110, + "TargetLocation": { + "x": 569.67804, + "y": 7.671875, + "z": 579.598267 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1785590, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_wraith_01", + "InstanceId": 1212, + "CreatorInstanceId": 1211, + "SpawnLocation": { + "x": 569.67804, + "y": 7.671875, + "z": 579.598267 + }, + "SupplyCost": 550, + "EnergyCost": 40, + "PopulationCost": 6, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1785590, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1178, + "VictimLocation": { + "x": 490.7347, + "y": 7.488416, + "z": 672.069458 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1785668, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 3880.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 4385.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 142, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 26158, + "TotalMana": 26158.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1786668, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1186, + "VictimLocation": { + "x": 521.0874, + "y": 6.01463366, + "z": 659.413 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1786950, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 578.1824, + "y": 8.671173, + "z": 445.556519 + }, + "TimeSinceStartMilliseconds": 1787200, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1208, + "VictimLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1787200, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 576.7901, + "y": 9.247755, + "z": 433.036163 + }, + "TimeSinceStartMilliseconds": 1787418, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1039, + "ManaRateIncrease": 40, + "Location": { + "x": 591.205566, + "y": 8.961959, + "z": 444.4905 + }, + "TimeSinceStartMilliseconds": 1787496, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1196, + "VictimLocation": { + "x": 522.299561, + "y": 5.168102, + "z": 639.159363 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1787809, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_sniper_01", + "VictimInstanceId": 1175, + "VictimLocation": { + "x": 523.242432, + "y": 5.20388937, + "z": 638.0049 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1789059, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1197, + "VictimLocation": { + "x": 530.5316, + "y": 8.1796875, + "z": 687.472046 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1789418, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marineguard_01", + "VictimInstanceId": 1159, + "VictimLocation": { + "x": 503.987244, + "y": 6.85577965, + "z": 670.5042 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1789606, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1166, + "VictimLocation": { + "x": 533.6292, + "y": 5.86031151, + "z": 641.6014 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1789793, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 1150, + "VictimLocation": { + "x": 530.2597, + "y": 5.643193, + "z": 642.4281 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1790278, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1163, + "VictimLocation": { + "x": 533.979, + "y": 8.125, + "z": 682.271851 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1790621, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1141, + "VictimLocation": { + "x": 588.0661, + "y": 15.6640625, + "z": 672.675842 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_veh_sniperdrone_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 14 + } + } + }, + "unsc_inf_rm_sniper_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1790684, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1199, + "VictimLocation": { + "x": 546.8661, + "y": 10.163208, + "z": 690.3203 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1791177, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 3940.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 118, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 4445.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 26405, + "TotalMana": 26405.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1791708, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1202, + "VictimLocation": { + "x": 544.9353, + "y": 6.518781, + "z": 635.345459 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1792552, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 1153, + "VictimLocation": { + "x": 557.1831, + "y": 11.5257616, + "z": 680.944 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1793709, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 1180, + "VictimLocation": { + "x": 563.4539, + "y": 11.7488546, + "z": 689.8709 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 3 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1793803, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marineguard_01", + "VictimInstanceId": 1155, + "VictimLocation": { + "x": 526.930664, + "y": 6.82337046, + "z": 666.4442 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1794271, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 1156, + "VictimLocation": { + "x": 525.8539, + "y": 5.49216032, + "z": 632.1896 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1795480, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1144, + "VictimLocation": { + "x": 588.3253, + "y": 15.2164145, + "z": 686.210938 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_inf_rm_cyclops_03": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 5 + } + } + }, + "unsc_inf_rm_cyclops_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 4 + } + } + }, + "unsc_inf_rm_marinesiphon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1796451, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1189, + "VictimLocation": { + "x": 553.193848, + "y": 11.2559395, + "z": 680.2459 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1796607, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1200, + "VictimLocation": { + "x": 550.9456, + "y": 10.359375, + "z": 689.6021 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1796654, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 3940.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 200, + "TotalMana": 4505.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 87, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 26627, + "TotalMana": 26627.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1796716, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1201, + "VictimLocation": { + "x": 540.1247, + "y": 8.930815, + "z": 679.594666 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1797857, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 1206, + "VictimLocation": { + "x": 552.230347, + "y": 10.7393713, + "z": 691.177063 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1798365, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1140, + "VictimLocation": { + "x": 593.5111, + "y": 16.875, + "z": 667.230835 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_veh_sniperdrone_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 16 + } + } + }, + "unsc_inf_rm_sniper_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1798802, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1160, + "VictimLocation": { + "x": 493.039734, + "y": 7.88777971, + "z": 540.594849 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 11 + }, + "18": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1798912, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1190, + "VictimLocation": { + "x": 536.740967, + "y": 5.61067438, + "z": 626.4127 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1799177, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1167, + "VictimLocation": { + "x": 552.649536, + "y": 10.6015625, + "z": 686.4994 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1801149, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1171, + "VictimLocation": { + "x": 553.2731, + "y": 10.6484375, + "z": 690.749939 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1801571, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1194, + "VictimLocation": { + "x": 549.6164, + "y": 10.8961334, + "z": 705.0852 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1801680, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 3940.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 200, + "TotalMana": 4505.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 61, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 26834, + "TotalMana": 26834.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1801821, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 430.079956, + "y": 32.0178528, + "z": 301.2255 + }, + "TimeSinceStartMilliseconds": 1803274, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1210, + "VictimLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1803383, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1039, + "ManaRateIncrease": 40, + "Location": { + "x": 420.031677, + "y": 33.55735, + "z": 285.335968 + }, + "TimeSinceStartMilliseconds": 1803592, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1039, + "ManaRateIncrease": 40, + "Location": { + "x": 414.520844, + "y": 31.7020149, + "z": 298.9159 + }, + "TimeSinceStartMilliseconds": 1803592, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_sniper_01", + "VictimInstanceId": 1169, + "VictimLocation": { + "x": 525.569336, + "y": 7.4453125, + "z": 687.324158 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1803972, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 1151, + "VictimLocation": { + "x": 519.30365, + "y": 5.094076, + "z": 638.7271 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1804160, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1192, + "VictimLocation": { + "x": 531.5745, + "y": 5.461276, + "z": 636.666748 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1805269, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 4000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 260, + "TotalMana": 4565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 51, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 26896, + "TotalMana": 26896.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1806801, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 4000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 260, + "TotalMana": 4565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 51, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 26903, + "TotalMana": 26903.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1811775, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 4000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 260, + "TotalMana": 4565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 51, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 26911, + "TotalMana": 26911.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1816751, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 4000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 260, + "TotalMana": 4565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 51, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 26918, + "TotalMana": 26918.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1821775, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 4000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 260, + "TotalMana": 4565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 51, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 26925, + "TotalMana": 26925.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1826860, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 4000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 260, + "TotalMana": 4565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 51, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 26932, + "TotalMana": 26932.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1831848, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 26, + "WaveDurationMilliseconds": 60960, + "TimeSinceStartMilliseconds": 1834294, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 27, + "TimeSinceStartMilliseconds": 1835773, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1271, + "TargetLocation": { + "x": 295.7496, + "y": 29.2451, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1836570, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1272, + "CreatorInstanceId": 1271, + "SpawnLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1836570, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1273, + "TargetLocation": { + "x": 746.6276, + "y": 32.527, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1836679, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1274, + "CreatorInstanceId": 1273, + "SpawnLocation": { + "x": 737.3436, + "y": 29.625, + "z": 765.7322 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1836679, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 125, + "TotalMana": 4000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 260, + "TotalMana": 4565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 26939, + "TotalMana": 26939.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1837085, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1274, + "VictimLocation": { + "x": 737.3436, + "y": 29.625, + "z": 765.7322 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1839981, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 743.470459, + "y": 29.625, + "z": 757.921143 + }, + "TimeSinceStartMilliseconds": 1840028, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 735.1246, + "y": 29.6304169, + "z": 760.41626 + }, + "TimeSinceStartMilliseconds": 1840106, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 731.4703, + "y": 29.6489716, + "z": 766.5385 + }, + "TimeSinceStartMilliseconds": 1840231, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 4060.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 320, + "TotalMana": 4625.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 50, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 26947, + "TotalMana": 26947.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1841965, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1248, + "VictimLocation": { + "x": 513.484131, + "y": 5.95972061, + "z": 665.5106 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1843986, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 1249, + "VictimLocation": { + "x": 504.926422, + "y": 5.15898657, + "z": 661.126953 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1844314, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1244, + "VictimLocation": { + "x": 504.436462, + "y": 5.39690638, + "z": 664.871033 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1844751, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 4060.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 320, + "TotalMana": 4625.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 38, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 27039, + "TotalMana": 27039.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1846844, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1228, + "VictimLocation": { + "x": 542.497, + "y": 9.514752, + "z": 686.7532 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1847380, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1242, + "VictimLocation": { + "x": 511.64447, + "y": 4.703125, + "z": 643.0822 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1847552, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1246, + "VictimLocation": { + "x": 527.4171, + "y": 5.51518869, + "z": 642.3425 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1848161, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1213, + "VictimLocation": { + "x": 552.517761, + "y": 10.776721, + "z": 691.349731 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1849876, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "PowerId": "RMStructuralShielding", + "InstanceId": 1275, + "TargetLocation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1851815, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 2, + "CardId": "a03d341c-3a13-4b51-8b7f-00ddc944acd2", + "InstanceId": 1276, + "ManaCost": 90, + "TargetLocation": { + "x": 622.6786, + "y": 19.9944077, + "z": 622.5754 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1851815, + "EventName": "CardPlayed" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1270, + "VictimLocation": { + "x": 558.65, + "y": 11.3708477, + "z": 684.0675 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1851925, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 185, + "TotalMana": 4060.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 4625.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 19, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 27221, + "TotalMana": 27221.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1851971, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1232, + "VictimLocation": { + "x": 562.087036, + "y": 11.8161917, + "z": 692.929749 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1852471, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1238, + "VictimLocation": { + "x": 555.715332, + "y": 11.2488785, + "z": 693.6299 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1852815, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1272, + "VictimLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1852956, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 302.097168, + "y": 28.94541, + "z": 422.420746 + }, + "TimeSinceStartMilliseconds": 1853096, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 296.1052, + "y": 28.9187679, + "z": 424.845642 + }, + "TimeSinceStartMilliseconds": 1853190, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 297.7368, + "y": 29.3418636, + "z": 429.213745 + }, + "TimeSinceStartMilliseconds": 1853299, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_sniper_01", + "VictimInstanceId": 1229, + "VictimLocation": { + "x": 533.342957, + "y": 7.5390625, + "z": 672.198242 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1853565, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_sniper_01", + "VictimInstanceId": 1170, + "VictimLocation": { + "x": 583.81134, + "y": 7.106679, + "z": 534.718933 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1853690, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1195, + "VictimLocation": { + "x": 571.644043, + "y": 7.022891, + "z": 535.57196 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1854112, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1237, + "VictimLocation": { + "x": 548.0331, + "y": 10.1484375, + "z": 688.0563 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1854393, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1212, + "VictimLocation": { + "x": 555.6312, + "y": 8.149412, + "z": 605.754761 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_inf_rm_marinesiphon_01": { + "Count": 4, + "CombatStats": { + "8": { + "AttacksLanded": 14 + } + } + }, + "unsc_inf_rm_cyclops_01": { + "Count": 3, + "CombatStats": { + "13": { + "AttacksLanded": 4 + } + } + }, + "unsc_inf_rm_cyclops_03": { + "Count": 3, + "CombatStats": { + "13": { + "AttacksLanded": 5 + } + } + }, + "unsc_veh_rm_warthog_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1854596, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 1216, + "VictimLocation": { + "x": 579.8645, + "y": 14.6700363, + "z": 705.8465 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1855893, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 1218, + "VictimLocation": { + "x": 588.1366, + "y": 17.0072231, + "z": 722.4464 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1855971, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1037, + "VictimLocation": { + "x": 612.9973, + "y": 19.265625, + "z": 730.3595 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_hornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 17 + } + } + }, + "unsc_veh_sniperdrone_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 14 + } + } + }, + "unsc_inf_rm_sniper_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "unsc_inf_rm_cyclops_03": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "unsc_veh_rm_scorpion_02": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1856378, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1236, + "VictimLocation": { + "x": 572.865662, + "y": 13.2402334, + "z": 696.2864 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1856790, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 300, + "TotalMana": 4175.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 290, + "TotalMana": 4685.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 232, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 27549, + "TotalMana": 27549.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1856931, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 1217, + "VictimLocation": { + "x": 599.4634, + "y": 18.224699, + "z": 672.7946 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 29 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1857056, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_02", + "VictimInstanceId": 1222, + "VictimLocation": { + "x": 583.1643, + "y": 14.0474892, + "z": 680.270142 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1857212, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1857665, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1172, + "VictimLocation": { + "x": 527.8177, + "y": 6.875, + "z": 560.2865 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1857915, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_gausswarthog_01", + "VictimInstanceId": 1239, + "VictimLocation": { + "x": 591.464539, + "y": 15.3707132, + "z": 686.142334 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1858275, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_02", + "VictimInstanceId": 1256, + "VictimLocation": { + "x": 523.2886, + "y": 7.307131, + "z": 684.155945 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1859212, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1182, + "VictimLocation": { + "x": 546.2363, + "y": 7.60546875, + "z": 569.8545 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 7 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1860087, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1259, + "VictimLocation": { + "x": 575.912537, + "y": 13.790307, + "z": 699.7826 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1860181, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1860322, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 300, + "TotalMana": 4175.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 290, + "TotalMana": 4685.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 205, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 27796, + "TotalMana": 27796.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1862063, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1235, + "VictimLocation": { + "x": 566.445, + "y": 12.579278, + "z": 696.800659 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1862470, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1225, + "VictimLocation": { + "x": 570.457764, + "y": 12.1176739, + "z": 687.174744 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1862673, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1264, + "VictimLocation": { + "x": 567.2918, + "y": 13.04789, + "z": 701.64 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1862860, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1862985, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1204, + "VictimLocation": { + "x": 547.8007, + "y": 7.015625, + "z": 611.994263 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1863188, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1184, + "VictimLocation": { + "x": 549.759766, + "y": 7.4943, + "z": 561.904846 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 19 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1863471, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1261, + "VictimLocation": { + "x": 592.5984, + "y": 15.9505119, + "z": 680.908264 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1863596, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1258, + "VictimLocation": { + "x": 588.466431, + "y": 16.1106377, + "z": 700.516663 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1863799, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1864205, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1233, + "VictimLocation": { + "x": 561.325256, + "y": 11.4998045, + "z": 680.910034 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1864549, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 333, + "VictimLocation": { + "x": 592.0366, + "y": 7.67180347, + "z": 601.7074 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 60 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 5 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 2, + "CombatStats": { + "30": { + "AttacksLanded": 2 + } + } + }, + "unsc_inf_rm_cyclops_03": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1865174, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1177, + "VictimLocation": { + "x": 543.988464, + "y": 7.4765625, + "z": 575.208069 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1865283, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1252, + "VictimLocation": { + "x": 513.607, + "y": 5.04619551, + "z": 649.1411 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + }, + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1865642, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_sniper_01", + "VictimInstanceId": 1240, + "VictimLocation": { + "x": 586.38385, + "y": 15.5670137, + "z": 699.9635 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1865877, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 1277, + "ManaCost": 40, + "TargetLocation": { + "x": 631.05365, + "y": 20.8405533, + "z": 638.8651 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1866897, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 1278, + "CreatorInstanceId": 1277, + "SpawnLocation": { + "x": 631.05365, + "y": 20.8469486, + "z": 638.8651 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1866897, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 330, + "TotalMana": 4205.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 250, + "TotalMana": 4685.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 154, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 28148, + "TotalMana": 28148.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1867084, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1267, + "VictimLocation": { + "x": 574.671753, + "y": 13.5047636, + "z": 696.3151 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1867272, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 1221, + "VictimLocation": { + "x": 574.397339, + "y": 14.6253471, + "z": 715.3988 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1867350, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1268, + "VictimLocation": { + "x": 565.2034, + "y": 11.8456335, + "z": 686.779 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1867350, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1250, + "VictimLocation": { + "x": 573.6818, + "y": 12.8729448, + "z": 688.0282 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1867491, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "33653771-6bbd-4654-8422-c61dff2060ec", + "InstanceId": 1279, + "ManaCost": 60, + "TargetLocation": { + "x": 630.9311, + "y": 20.83879, + "z": 639.023743 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1869657, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_banshee_01", + "InstanceId": 1280, + "CreatorInstanceId": 1279, + "SpawnLocation": { + "x": 630.9311, + "y": 20.83879, + "z": 639.023743 + }, + "SupplyCost": 300, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1869657, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1245, + "VictimLocation": { + "x": 318.4499, + "y": 26.859375, + "z": 462.604218 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1870188, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1230, + "VictimLocation": { + "x": 543.2742, + "y": 9.525152, + "z": 685.195862 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1871766, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1265, + "VictimLocation": { + "x": 584.7857, + "y": 16.4670334, + "z": 720.423462 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1871863, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_02", + "VictimInstanceId": 1223, + "VictimLocation": { + "x": 655.7114, + "y": 19.1345615, + "z": 732.9974 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1872016, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_gausswarthog_01", + "VictimInstanceId": 1241, + "VictimLocation": { + "x": 642.089966, + "y": 19.5262432, + "z": 738.315247 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1872063, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 330, + "TotalMana": 4205.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 109, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 190, + "TotalMana": 4685.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 28461, + "TotalMana": 28461.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1872188, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "a7530a57-b21d-48fc-9ba3-0965bae42e23", + "InstanceId": 1281, + "ManaCost": 160, + "TargetLocation": { + "x": 631.0003, + "y": 20.8398361, + "z": 638.943848 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1872282, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_02", + "InstanceId": 1282, + "CreatorInstanceId": 1281, + "SpawnLocation": { + "x": 631.0003, + "y": 20.8398361, + "z": 638.943848 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1872282, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1224, + "VictimLocation": { + "x": 641.1588, + "y": 19.551281, + "z": 738.346741 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1872454, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1253, + "VictimLocation": { + "x": 651.362854, + "y": 18.3276119, + "z": 729.0037 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 4, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1874391, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 330, + "TotalMana": 4205.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 4685.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 28538, + "TotalMana": 28538.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1877052, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 330, + "TotalMana": 4205.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 4685.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 28545, + "TotalMana": 28545.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1882066, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_foxcannon_02", + "VictimInstanceId": 1215, + "VictimLocation": { + "x": 591.329834, + "y": 20.9913158, + "z": 740.9321 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 27 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1886155, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 330, + "TotalMana": 4205.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 4685.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 101, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 28552, + "TotalMana": 28552.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1887092, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 330, + "TotalMana": 4205.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 4685.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 101, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 28559, + "TotalMana": 28559.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1892060, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 27, + "WaveDurationMilliseconds": 61064, + "TimeSinceStartMilliseconds": 1895377, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 28, + "TimeSinceStartMilliseconds": 1896752, + "EventName": "FirefightWaveStarted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 330, + "TotalMana": 4205.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 4685.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 28567, + "TotalMana": 28567.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1897377, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1333, + "TargetLocation": { + "x": 441.5551, + "y": 2.7826, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1897596, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1334, + "CreatorInstanceId": 1333, + "SpawnLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1897596, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1335, + "TargetLocation": { + "x": 710.666, + "y": 11.529, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1897705, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1336, + "CreatorInstanceId": 1335, + "SpawnLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1897705, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1336, + "VictimLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "17": { + "AttacksLanded": 4 + }, + "19": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1901374, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 330, + "TotalMana": 4205.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 4685.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 30, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 28574, + "TotalMana": 28574.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1902249, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 706.777161, + "y": 10.9883728, + "z": 513.7237 + }, + "TimeSinceStartMilliseconds": 1903804, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 714.527344, + "y": 12.5161123, + "z": 530.3004 + }, + "TimeSinceStartMilliseconds": 1904507, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 718.663757, + "y": 13.3610315, + "z": 527.039551 + }, + "TimeSinceStartMilliseconds": 1904616, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1316, + "VictimLocation": { + "x": 553.0387, + "y": 30.5638046, + "z": 683.107544 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1906528, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1906687, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 1, + "CardId": "21ceca03-70a7-49e1-8515-5b1dbac7ba2b", + "InstanceId": 1337, + "ManaCost": 190, + "TargetLocation": { + "x": 700.041443, + "y": 11.2304993, + "z": 523.8308 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1906750, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_eliteCommando_01", + "InstanceId": 1338, + "CreatorInstanceId": 1337, + "SpawnLocation": { + "x": 700.041443, + "y": 11.23047, + "z": 523.8308 + }, + "SupplyCost": 450, + "EnergyCost": 400, + "PopulationCost": 1, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1906750, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 200, + "TotalMana": 4265.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 4745.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 26, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 28621, + "TotalMana": 28621.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1907062, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1311, + "VictimLocation": { + "x": 551.559753, + "y": 31.15871, + "z": 674.935059 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 19 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1908250, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1318, + "VictimLocation": { + "x": 566.8751, + "y": 36.5137558, + "z": 674.3868 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1908609, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1263, + "VictimLocation": { + "x": 587.553955, + "y": 7.66796875, + "z": 545.2267 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1910000, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1312, + "VictimLocation": { + "x": 552.94104, + "y": 31.7338581, + "z": 666.2924 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1910218, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1262, + "VictimLocation": { + "x": 549.1257, + "y": 7.633959, + "z": 577.521 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1910406, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 970, + "VictimLocation": { + "x": 579.8512, + "y": 27.66732, + "z": 593.101135 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_wingmenhornet_01": { + "Count": 2, + "CombatStats": { + "20": { + "AttacksLanded": 4 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 5, + "CombatStats": { + "11": { + "AttacksLanded": 61 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + }, + "unsc_veh_rm_grizzly_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 2 + }, + "7": { + "AttacksLanded": 1 + } + } + }, + "unsc_inf_rm_marinesiphon_01": { + "Count": 5, + "CombatStats": { + "8": { + "AttacksLanded": 13 + } + } + }, + "unsc_veh_rm_warthog_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1911703, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 200, + "TotalMana": 4265.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 4775.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 9, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 28783, + "TotalMana": 28783.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1912062, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1314, + "VictimLocation": { + "x": 580.642456, + "y": 36.68782, + "z": 648.855347 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 5 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1912391, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 1046, + "VictimLocation": { + "x": 598.1075, + "y": 7.671875, + "z": 596.886047 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 1 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 29 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 44 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 2, + "CombatStats": { + "0": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1912995, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1327, + "VictimLocation": { + "x": 580.220337, + "y": 28.869276, + "z": 580.9324 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 5 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1913887, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_odst_01", + "VictimInstanceId": 1251, + "VictimLocation": { + "x": 565.0102, + "y": 7.671875, + "z": 578.562 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1914559, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_gausswarthog_01", + "VictimInstanceId": 1231, + "VictimLocation": { + "x": 585.4871, + "y": 7.84588146, + "z": 549.7337 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1914871, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1330, + "VictimLocation": { + "x": 572.6683, + "y": 30.7182789, + "z": 579.3058 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1914981, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1181, + "VictimLocation": { + "x": 579.9502, + "y": 7.66796875, + "z": 559.8073 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1915106, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 1157, + "VictimLocation": { + "x": 574.9786, + "y": 7.03125, + "z": 541.790649 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1915199, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_02", + "VictimInstanceId": 550, + "VictimLocation": { + "x": 601.9535, + "y": 7.66796875, + "z": 589.2677 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 1 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 4, + "CombatStats": { + "11": { + "AttacksLanded": 32 + } + } + }, + "unsc_veh_rm_gausswarthog_01": { + "Count": 1, + "CombatStats": { + "25": { + "AttacksLanded": 1 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 4, + "CombatStats": { + "11": { + "AttacksLanded": 31 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 2, + "CombatStats": { + "0": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1915496, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 1149, + "VictimLocation": { + "x": 574.8785, + "y": 7.02905941, + "z": 532.806152 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1915496, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_sniper_01", + "VictimInstanceId": 1173, + "VictimLocation": { + "x": 588.1309, + "y": 7.18730259, + "z": 536.384766 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1915606, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1317, + "VictimLocation": { + "x": 595.584351, + "y": 28.2414169, + "z": 585.7548 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1916309, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 250, + "TotalMana": 4315.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 4775.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 234, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 29025, + "TotalMana": 29025.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1917159, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_flameMarine_02", + "VictimInstanceId": 1219, + "VictimLocation": { + "x": 579.510742, + "y": 7.03125, + "z": 538.355835 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1918159, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1328, + "VictimLocation": { + "x": 601.3318, + "y": 33.1942139, + "z": 617.742859 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1918503, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1297, + "VictimLocation": { + "x": 587.4415, + "y": 28.197979, + "z": 617.4238 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1919212, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1301, + "VictimLocation": { + "x": 580.557434, + "y": 28.170805, + "z": 622.21875 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1920243, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1254, + "VictimLocation": { + "x": 546.425232, + "y": 8.229139, + "z": 585.295 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1921040, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1332, + "VictimLocation": { + "x": 594.283142, + "y": 30.8117962, + "z": 603.532654 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 6 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1921150, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 440, + "TotalMana": 4505.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 4775.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 215, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 29143, + "TotalMana": 29143.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1922165, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1243, + "VictimLocation": { + "x": 538.2347, + "y": 7.402037, + "z": 574.817261 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1923665, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1326, + "VictimLocation": { + "x": 580.4464, + "y": 28.88866, + "z": 602.5285 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1924255, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1296, + "VictimLocation": { + "x": 585.586243, + "y": 30.3782768, + "z": 591.6712 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 16 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1926887, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 440, + "TotalMana": 4505.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 4775.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 200, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 29285, + "TotalMana": 29285.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1927152, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1299, + "VictimLocation": { + "x": 564.8989, + "y": 27.9798717, + "z": 598.6208 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 39 + }, + "15": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1927777, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1185, + "VictimLocation": { + "x": 569.1534, + "y": 6.73828125, + "z": 542.0759 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1929965, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1331, + "VictimLocation": { + "x": 572.3184, + "y": 29.1395931, + "z": 584.9559 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 18 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 8 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1930871, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 440, + "TotalMana": 4505.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 4775.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 189, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 29397, + "TotalMana": 29397.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1932168, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 1315, + "VictimLocation": { + "x": 562.8322, + "y": 26.7776814, + "z": 582.3398 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1936145, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 440, + "TotalMana": 4505.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 4775.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 184, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 29429, + "TotalMana": 29429.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1937161, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1938954, + "EventName": "CardCycled" + }, + { + "PlayerIndex": 2, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 1339, + "ManaCost": 60, + "TargetLocation": { + "x": 588.8584, + "y": 7.67186737, + "z": 581.6317 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1941063, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 1340, + "CreatorInstanceId": 1339, + "SpawnLocation": { + "x": 588.8584, + "y": 7.671875, + "z": 581.6317 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1941063, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 440, + "TotalMana": 4505.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 4775.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 184, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 29436, + "TotalMana": 29436.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1942188, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1944050, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 1310, + "VictimLocation": { + "x": 565.024, + "y": 26.7729015, + "z": 567.865234 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 24 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1944550, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1945175, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 2, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 1341, + "ManaCost": 50, + "TargetLocation": { + "x": 589.840637, + "y": 7.67186737, + "z": 582.2546 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1946066, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 1342, + "CreatorInstanceId": 1341, + "SpawnLocation": { + "x": 589.840637, + "y": 7.67186737, + "z": 582.2546 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1946066, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 440, + "TotalMana": 4505.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 122, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 4775.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 179, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 29469, + "TotalMana": 29469.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1947213, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1334, + "VictimLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1948697, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 449.5335, + "y": 2.76595974, + "z": 581.1283 + }, + "TimeSinceStartMilliseconds": 1948900, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 436.851685, + "y": 3.1555233, + "z": 570.8792 + }, + "TimeSinceStartMilliseconds": 1948900, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 436.202057, + "y": 2.68608832, + "z": 578.7275 + }, + "TimeSinceStartMilliseconds": 1948963, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 1343, + "ManaCost": 40, + "TargetLocation": { + "x": 583.152649, + "y": 7.67021942, + "z": 571.693848 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1951572, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 1344, + "CreatorInstanceId": 1343, + "SpawnLocation": { + "x": 583.152649, + "y": 7.67022, + "z": 571.693848 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1951572, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 460, + "TotalMana": 4565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 122, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 4835.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 179, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 29476, + "TotalMana": 29476.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1952197, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1300, + "VictimLocation": { + "x": 534.096558, + "y": 27.8248, + "z": 559.7539 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 15 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1955090, + "EventName": "Death" + }, + { + "WaveNumber": 28, + "WaveDurationMilliseconds": 60977, + "TimeSinceStartMilliseconds": 1956277, + "EventName": "FirefightWaveCompleted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 460, + "TotalMana": 4565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 122, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 4835.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 81, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 29483, + "TotalMana": 29483.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1957469, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 29, + "TimeSinceStartMilliseconds": 1957578, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1378, + "TargetLocation": { + "x": 423.0052, + "y": 32.4268, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1958469, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1379, + "CreatorInstanceId": 1378, + "SpawnLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1958469, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1380, + "TargetLocation": { + "x": 710.666, + "y": 11.529, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 1958578, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1381, + "CreatorInstanceId": 1380, + "SpawnLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1958578, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 1, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 1382, + "ManaCost": 60, + "TargetLocation": { + "x": 572.0965, + "y": 7.671875, + "z": 585.971558 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1960157, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 1383, + "CreatorInstanceId": 1382, + "SpawnLocation": { + "x": 572.0965, + "y": 7.671875, + "z": 585.971558 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1960157, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1381, + "VictimLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "17": { + "AttacksLanded": 4 + }, + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1962271, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 400, + "TotalMana": 4565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 122, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 4835.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 81, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 29490, + "TotalMana": 29490.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1962396, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 400, + "TotalMana": 4565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 122, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 4835.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 81, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 29497, + "TotalMana": 29497.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1967261, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marineguard_01", + "VictimInstanceId": 1346, + "VictimLocation": { + "x": 490.410278, + "y": 6.50239325, + "z": 665.93866 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1967495, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_02", + "VictimInstanceId": 1351, + "VictimLocation": { + "x": 495.308533, + "y": 7.80455971, + "z": 675.3913 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1967870, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_foxcannon_01", + "VictimInstanceId": 1368, + "VictimLocation": { + "x": 511.643463, + "y": 6.439877, + "z": 669.115234 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1967964, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1366, + "VictimLocation": { + "x": 501.631622, + "y": 5.39285231, + "z": 665.5604 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1968062, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1369, + "VictimLocation": { + "x": 510.3336, + "y": 5.2404623, + "z": 657.613953 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1968167, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1363, + "VictimLocation": { + "x": 510.371124, + "y": 8.275016, + "z": 681.912354 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1968401, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_02", + "VictimInstanceId": 1356, + "VictimLocation": { + "x": 492.600037, + "y": 5.00686264, + "z": 648.523743 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1968479, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 1349, + "VictimLocation": { + "x": 499.040833, + "y": 4.840787, + "z": 655.7981 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1968573, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1373, + "VictimLocation": { + "x": 553.993347, + "y": 34.70438, + "z": 675.379639 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1970247, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 1352, + "VictimLocation": { + "x": 525.953857, + "y": 5.32049036, + "z": 636.965942 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1970497, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 400, + "TotalMana": 4565.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 122, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 4835.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 32, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 29964, + "TotalMana": 29964.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1972248, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 1353, + "VictimLocation": { + "x": 533.088745, + "y": 8.504385, + "z": 686.1386 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1972889, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 1358, + "VictimLocation": { + "x": 536.2752, + "y": 5.576228, + "z": 630.94 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1973454, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 1345, + "VictimLocation": { + "x": 547.227356, + "y": 28.2517815, + "z": 662.422668 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1974369, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1974651, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 702.190735, + "y": 11.00171, + "z": 521.4737 + }, + "TimeSinceStartMilliseconds": 1975151, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 711.1231, + "y": 11.52083, + "z": 515.0467 + }, + "TimeSinceStartMilliseconds": 1975369, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_02", + "VictimInstanceId": 1350, + "VictimLocation": { + "x": 536.9365, + "y": 8.130921, + "z": 667.291 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1975479, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 718.764038, + "y": 13.467741, + "z": 520.576538 + }, + "TimeSinceStartMilliseconds": 1975744, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1266, + "VictimLocation": { + "x": 557.9771, + "y": 6.61262655, + "z": 534.900757 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1975947, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1290, + "VictimLocation": { + "x": 555.1868, + "y": 28.61979, + "z": 546.5324 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1976856, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 1383, + "VictimLocation": { + "x": 556.345032, + "y": 7.671875, + "z": 576.1958 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "neutralfor_rm_sentineltier2_01": { + "Count": 3, + "CombatStats": { + "30": { + "AttacksLanded": 12 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 27 + }, + "20": { + "AttacksLanded": 4 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 4, + "CombatStats": { + "11": { + "AttacksLanded": 51 + } + } + }, + "unsc_inf_rm_cyclops_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1977044, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 1282, + "VictimLocation": { + "x": 588.695435, + "y": 15.9688492, + "z": 674.9496 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_hornet_01": { + "Count": 4, + "CombatStats": { + "11": { + "AttacksLanded": 79 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 2 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 2, + "CombatStats": { + "30": { + "AttacksLanded": 28 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 12 + } + } + }, + "unsc_veh_rm_scorpion_02": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 3, + "CombatStats": { + "18": { + "AttacksLanded": 3 + }, + "7": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1977325, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 43 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 102, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 490, + "TotalMana": 4655.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 200, + "TotalMana": 4975.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 4, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30202, + "TotalMana": 30202.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1977403, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_02", + "VictimInstanceId": 1354, + "VictimLocation": { + "x": 530.679749, + "y": 8.205658, + "z": 685.1532 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1977465, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1374, + "VictimLocation": { + "x": 545.4842, + "y": 9.822183, + "z": 686.5324 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1977653, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 1286, + "VictimLocation": { + "x": 622.658569, + "y": 40.3115845, + "z": 609.033569 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 6 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1978184, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1978377, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1371, + "VictimLocation": { + "x": 722.0454, + "y": 47.8576469, + "z": 721.79834 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 56 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1978653, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1362, + "VictimLocation": { + "x": 544.238159, + "y": 9.923648, + "z": 677.837769 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1978856, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1360, + "VictimLocation": { + "x": 564.5686, + "y": 32.93765, + "z": 701.2175 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1978950, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1161, + "VictimLocation": { + "x": 564.48114, + "y": 6.66573954, + "z": 540.873962 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1979262, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 1340, + "VictimLocation": { + "x": 583.2516, + "y": 7.66796875, + "z": 571.940552 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "neutralfor_rm_sentineltier2_01": { + "Count": 4, + "CombatStats": { + "30": { + "AttacksLanded": 28 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 5, + "CombatStats": { + "11": { + "AttacksLanded": 52 + }, + "20": { + "AttacksLanded": 2 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 16 + } + } + }, + "unsc_inf_rm_cyclops_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1979351, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1294, + "VictimLocation": { + "x": 592.893066, + "y": 31.0139236, + "z": 537.9328 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1979489, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1375, + "VictimLocation": { + "x": 551.3658, + "y": 11.13841, + "z": 698.0519 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1979879, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 1344, + "VictimLocation": { + "x": 575.7848, + "y": 7.671875, + "z": 582.2775 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "neutralfor_rm_sentineltier2_01": { + "Count": 2, + "CombatStats": { + "30": { + "AttacksLanded": 12 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 5, + "CombatStats": { + "11": { + "AttacksLanded": 41 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 2 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + }, + "unsc_inf_rm_cyclops_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1980648, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 1981742, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 1355, + "VictimLocation": { + "x": 570.886169, + "y": 34.7811546, + "z": 692.541565 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 5, + "CombatStats": { + "8": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1982054, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1247, + "VictimLocation": { + "x": 583.0345, + "y": 7.669989, + "z": 571.8297 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1982164, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 47 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 505, + "TotalMana": 4675.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 5005.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 210, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30554, + "TotalMana": 30554.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1982445, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1372, + "VictimLocation": { + "x": 547.4986, + "y": 10.0416422, + "z": 685.8513 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1982445, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1367, + "VictimLocation": { + "x": 573.7871, + "y": 13.6997385, + "z": 701.50885 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1982523, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_02", + "VictimInstanceId": 1357, + "VictimLocation": { + "x": 547.4491, + "y": 10.2773914, + "z": 691.1204 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1982570, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1308, + "VictimLocation": { + "x": 642.0009, + "y": 46.0260468, + "z": 637.272949 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 20 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1983101, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1342, + "VictimLocation": { + "x": 577.247, + "y": 31.40777, + "z": 579.8831 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_inf_rm_marineguard_01": { + "Count": 4, + "CombatStats": { + "8": { + "AttacksLanded": 16 + }, + "17": { + "AttacksLanded": 1 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 2, + "CombatStats": { + "30": { + "AttacksLanded": 9 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 22 + }, + "20": { + "AttacksLanded": 2 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 1 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1983554, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1319, + "VictimLocation": { + "x": 652.318054, + "y": 33.75574, + "z": 541.844543 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1984446, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1385, + "VictimLocation": { + "x": 572.64, + "y": 13.6464806, + "z": 702.3266 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_veh_rm_scorpion_02": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 13 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 8 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1985071, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1302, + "VictimLocation": { + "x": 596.6335, + "y": 28.1868038, + "z": 603.707458 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 15 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1985446, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1320, + "VictimLocation": { + "x": 655.4891, + "y": 30.3612652, + "z": 541.065552 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1985587, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marineguard_01", + "VictimInstanceId": 1154, + "VictimLocation": { + "x": 532.141968, + "y": 7.082923, + "z": 567.970764 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1985977, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 1292, + "VictimLocation": { + "x": 623.340454, + "y": 43.0528755, + "z": 621.344849 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1986446, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 1283, + "VictimLocation": { + "x": 591.482056, + "y": 31.0909081, + "z": 596.9548 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1986571, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 1347, + "VictimLocation": { + "x": 595.6354, + "y": 17.8975353, + "z": 725.5362 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + }, + "cov_inf_rm_bruteJumpPack_01": { + "Count": 1, + "CombatStats": { + "27": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1987149, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 501, + "VictimLocation": { + "x": 612.6865, + "y": 35.93411, + "z": 610.505859 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_hornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 81 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 1 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 8 + }, + "20": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1987212, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 50 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 530, + "TotalMana": 4700.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 111, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 255, + "TotalMana": 5030.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 166, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30966, + "TotalMana": 30966.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1987399, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 1987587, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1280, + "VictimLocation": { + "x": 590.007446, + "y": 34.7610054, + "z": 629.657654 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_wingmenhornet_01": { + "Count": 3, + "CombatStats": { + "20": { + "AttacksLanded": 6 + }, + "11": { + "AttacksLanded": 7 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 58 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1987587, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1370, + "VictimLocation": { + "x": 709.9338, + "y": 42.34856, + "z": 703.208252 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 53 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1988752, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1307, + "VictimLocation": { + "x": 643.5913, + "y": 47.9250755, + "z": 658.3849 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 10 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1989064, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1989064, + "EventName": "PointStatusChange" + }, + { + "InstanceId": 2, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1990158, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 1287, + "VictimLocation": { + "x": 670.567139, + "y": 39.064827, + "z": 671.2723 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 4, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1990471, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "33938f29-7b63-4c5d-b1a7-1963b14b44f5", + "InstanceId": 1387, + "ManaCost": 300, + "TargetLocation": { + "x": 604.3768, + "y": 7.667961, + "z": 608.1724 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1990752, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_scarab_01", + "InstanceId": 1388, + "CreatorInstanceId": 1387, + "SpawnLocation": { + "x": 604.3768, + "y": 7.66796875, + "z": 608.1724 + }, + "SupplyCost": 2000, + "EnergyCost": 2000, + "PopulationCost": 40, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1990752, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentinel_01", + "VictimInstanceId": 1321, + "VictimLocation": { + "x": 612.004, + "y": 33.1007919, + "z": 612.9889 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1991290, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 1991462, + "EventName": "PointStatusChange" + }, + { + "InstanceId": 2, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 1991462, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 135, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 4700.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 285, + "TotalMana": 5060.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 153, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 31064, + "TotalMana": 31064.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1992368, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1309, + "VictimLocation": { + "x": 579.422, + "y": 27.74868, + "z": 611.2429 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1992446, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1304, + "VictimLocation": { + "x": 620.6204, + "y": 32.6082344, + "z": 590.6893 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1994048, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 505, + "VictimLocation": { + "x": 615.4895, + "y": 19.5309715, + "z": 633.188354 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_wingmenhornet_01": { + "Count": 4, + "CombatStats": { + "11": { + "AttacksLanded": 75 + }, + "20": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 2, + "CombatStats": { + "0": { + "AttacksLanded": 4 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 53 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 2, + "CombatStats": { + "30": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1995673, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1306, + "VictimLocation": { + "x": 574.37854, + "y": 27.1236572, + "z": 616.2341 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 4, + "CombatStats": { + "8": { + "AttacksLanded": 14 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1996251, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1325, + "VictimLocation": { + "x": 578.4637, + "y": 25.9810829, + "z": 563.4214 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1996251, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1303, + "VictimLocation": { + "x": 619.226868, + "y": 26.7051487, + "z": 578.409 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 8 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1997141, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 135, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 4700.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 365, + "TotalMana": 5140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 133, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 31151, + "TotalMana": 31151.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 1997345, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 1313, + "VictimLocation": { + "x": 572.083557, + "y": 27.4865742, + "z": 601.25116 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 1998970, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "3c9d0bdd-3fc6-49aa-b348-a25bc7f05ae5", + "InstanceId": 1392, + "ManaCost": 70, + "TargetLocation": { + "x": 638.468, + "y": 20.03025, + "z": 609.115234 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1999204, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_prowler_01", + "InstanceId": 1393, + "CreatorInstanceId": 1392, + "SpawnLocation": { + "x": 638.468, + "y": 20.03025, + "z": 609.115234 + }, + "SupplyCost": 400, + "EnergyCost": 0, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 1999204, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1322, + "VictimLocation": { + "x": 556.291443, + "y": 29.208704, + "z": 593.7475 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2000418, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2000699, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 135, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 4700.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 113, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 295, + "TotalMana": 5140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 124, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 31223, + "TotalMana": 31223.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2002301, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 1394, + "ManaCost": 120, + "TargetLocation": { + "x": 637.7698, + "y": 20.00843, + "z": 610.0356 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2003102, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 1395, + "CreatorInstanceId": 1394, + "SpawnLocation": { + "x": 637.7698, + "y": 20.00843, + "z": 610.0356 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2003102, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 135, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 4700.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 121, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 175, + "TotalMana": 5140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 124, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 31231, + "TotalMana": 31231.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2007374, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "f6478fc0-d63c-4e96-9a1d-9053454f2858", + "InstanceId": 1396, + "ManaCost": 60, + "TargetLocation": { + "x": 594.7213, + "y": 7.66796875, + "z": 601.5511 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2009551, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_02", + "InstanceId": 1397, + "CreatorInstanceId": 1396, + "SpawnLocation": { + "x": 594.7213, + "y": 7.668285, + "z": 601.5511 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2009551, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 1398, + "ManaCost": 40, + "TargetLocation": { + "x": 653.0276, + "y": 22.625946, + "z": 630.050232 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2009645, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 1399, + "CreatorInstanceId": 1398, + "SpawnLocation": { + "x": 653.0276, + "y": 22.6257629, + "z": 630.050232 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2009645, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 1365, + "VictimLocation": { + "x": 512.8246, + "y": 36.6467819, + "z": 497.853271 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2010926, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "33653771-6bbd-4654-8422-c61dff2060ec", + "InstanceId": 1400, + "ManaCost": 60, + "TargetLocation": { + "x": 640.24646, + "y": 20.80452, + "z": 626.2758 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2011770, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_banshee_01", + "InstanceId": 1401, + "CreatorInstanceId": 1400, + "SpawnLocation": { + "x": 640.24646, + "y": 20.80452, + "z": 626.2758 + }, + "SupplyCost": 300, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2011770, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 139, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 170, + "TotalMana": 4700.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 128, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 5140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 31263, + "TotalMana": 31263.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2012363, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 139, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 170, + "TotalMana": 4700.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 128, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 5140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 119, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 31270, + "TotalMana": 31270.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2017364, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 29, + "WaveDurationMilliseconds": 61070, + "TimeSinceStartMilliseconds": 2017473, + "EventName": "FirefightWaveCompleted" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1198, + "VictimLocation": { + "x": 459.159363, + "y": 21.84375, + "z": 465.854523 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2017663, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_mongoose_02", + "VictimInstanceId": 1348, + "VictimLocation": { + "x": 453.491852, + "y": 21.6817627, + "z": 463.63562 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2017911, + "EventName": "Death" + }, + { + "WaveNumber": 30, + "TimeSinceStartMilliseconds": 2018457, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1418, + "TargetLocation": { + "x": 710.666, + "y": 11.529, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2019443, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1419, + "CreatorInstanceId": 1418, + "SpawnLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2019443, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1420, + "TargetLocation": { + "x": 368.2401, + "y": 27.7819, + "z": 379.9287 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2019599, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1421, + "CreatorInstanceId": 1420, + "SpawnLocation": { + "x": 368.2401, + "y": 27.5545788, + "z": 379.9287 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2019599, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 139, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 170, + "TotalMana": 4700.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 128, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 5140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 142, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 31322, + "TotalMana": 31322.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2022349, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1419, + "VictimLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "17": { + "AttacksLanded": 2 + }, + "19": { + "AttacksLanded": 17 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2023545, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_02", + "VictimInstanceId": 1255, + "VictimLocation": { + "x": 444.7011, + "y": 22.07214, + "z": 435.669525 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 29 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2024155, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marineguard_01", + "VictimInstanceId": 1214, + "VictimLocation": { + "x": 468.0389, + "y": 21.84375, + "z": 432.070831 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 35 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2025171, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 139, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 170, + "TotalMana": 4700.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 128, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 5140.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 135, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 31424, + "TotalMana": 31424.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2027374, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_sniper_01", + "VictimInstanceId": 1234, + "VictimLocation": { + "x": 486.6598, + "y": 17.1710453, + "z": 479.650635 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2028655, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "PowerId": "RMCleansingBeam", + "InstanceId": 1422, + "TargetLocation": { + "x": 448.9728, + "y": 21.84375, + "z": 452.986084 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2029686, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 1, + "CardId": "c85ab1fe-6bea-4cd2-897a-bea50e33b08e", + "InstanceId": 1423, + "ManaCost": 110, + "TargetLocation": { + "x": 453.525116, + "y": 21.8437576, + "z": 450.644867 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2029686, + "EventName": "CardPlayed" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 1405, + "VictimLocation": { + "x": 514.4423, + "y": 7.56931639, + "z": 679.4546 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 73 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2031074, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 1413, + "VictimLocation": { + "x": 493.1987, + "y": 7.72422171, + "z": 676.2209 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 31 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2032152, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 713.049, + "y": 12.4270344, + "z": 531.1884 + }, + "TimeSinceStartMilliseconds": 2032371, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 99, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 4720.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 128, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 5160.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 131, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 31662, + "TotalMana": 31662.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2032433, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 716.1538, + "y": 12.4227581, + "z": 521.7068 + }, + "TimeSinceStartMilliseconds": 2032855, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 716.453857, + "y": 12.8361, + "z": 517.7344 + }, + "TimeSinceStartMilliseconds": 2032964, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_02", + "VictimInstanceId": 1220, + "VictimLocation": { + "x": 445.2755, + "y": 21.52217, + "z": 445.448273 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + }, + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 13 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2033152, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_03", + "VictimInstanceId": 1226, + "VictimLocation": { + "x": 448.367371, + "y": 21.84375, + "z": 436.611542 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2034105, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 1359, + "VictimLocation": { + "x": 448.534729, + "y": 45.3995476, + "z": 456.178741 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2034355, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 1361, + "VictimLocation": { + "x": 437.758942, + "y": 44.4188728, + "z": 448.9795 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2034402, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_scorpion_01", + "VictimInstanceId": 1377, + "VictimLocation": { + "x": 438.308136, + "y": 21.52217, + "z": 454.16568 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 11 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2034558, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 1404, + "VictimLocation": { + "x": 537.3146, + "y": 7.429098, + "z": 657.638855 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 17 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2034558, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 1417, + "VictimLocation": { + "x": 414.78598, + "y": 21.84989, + "z": 452.507629 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 46 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2037345, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 99, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 4760.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 128, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 5200.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 32119, + "TotalMana": 32119.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2037517, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2037970, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 1410, + "VictimLocation": { + "x": 556.1117, + "y": 7.21484375, + "z": 617.3153 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 21 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2038064, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_marinesiphon_01", + "VictimInstanceId": 1376, + "VictimLocation": { + "x": 420.4433, + "y": 21.859375, + "z": 452.3743 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 13 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2038173, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 1289, + "VictimLocation": { + "x": 416.052765, + "y": 43.4386063, + "z": 454.9242 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2038595, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_grizzly_01", + "VictimInstanceId": 1408, + "VictimLocation": { + "x": 563.8825, + "y": 11.8873434, + "z": 691.31366 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2038892, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 1324, + "VictimLocation": { + "x": 435.636749, + "y": 43.14283, + "z": 444.7749 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2039767, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_gausswarthog_01", + "VictimInstanceId": 1364, + "VictimLocation": { + "x": 426.4624, + "y": 22.0031414, + "z": 460.8918 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 1 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2039892, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 1402, + "VictimLocation": { + "x": 580.047852, + "y": 14.3187571, + "z": 674.1424 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 29 + } + } + }, + "cov_inf_rm_bruteJumpPack_01": { + "Count": 1, + "CombatStats": { + "27": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2040361, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_hornet_01", + "VictimInstanceId": 1323, + "VictimLocation": { + "x": 444.21106, + "y": 45.24806, + "z": 444.246979 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2041564, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1269, + "VictimLocation": { + "x": 544.2369, + "y": 7.57271433, + "z": 573.934265 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2041673, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 99, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 4760.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 128, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 135, + "TotalMana": 5200.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 68, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 32591, + "TotalMana": 32591.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2042454, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "63f7b0cf-2778-4a03-9d8b-fb8e40bbbe31", + "InstanceId": 1424, + "ManaCost": 110, + "TargetLocation": { + "x": 593.863831, + "y": 7.67186737, + "z": 592.4413 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2043064, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_wraith_01", + "InstanceId": 1425, + "CreatorInstanceId": 1424, + "SpawnLocation": { + "x": 593.863831, + "y": 7.671875, + "z": 592.4413 + }, + "SupplyCost": 550, + "EnergyCost": 40, + "PopulationCost": 6, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2043064, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 574, + "VictimLocation": { + "x": 607.153564, + "y": 19.4050446, + "z": 667.4725 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_vulture_01": { + "Count": 2, + "CombatStats": { + "17": { + "AttacksLanded": 21 + } + } + }, + "unsc_veh_rm_grizzly_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + }, + "0": { + "AttacksLanded": 1 + }, + "7": { + "AttacksLanded": 9 + } + } + }, + "unsc_veh_rm_scorpion_02": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 39 + } + } + }, + "unsc_veh_rm_gausswarthog_01": { + "Count": 2, + "CombatStats": { + "25": { + "AttacksLanded": 6 + } + } + }, + "unsc_veh_rm_warthog_01": { + "Count": 4, + "CombatStats": { + "10": { + "AttacksLanded": 19 + } + } + }, + "unsc_inf_rm_marinesiphon_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2044970, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 1415, + "VictimLocation": { + "x": 557.0059, + "y": 11.5234375, + "z": 680.9271 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 29 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_bruteJumpPack_01": { + "Count": 1, + "CombatStats": { + "27": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2045845, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_vulture_01", + "VictimInstanceId": 1414, + "VictimLocation": { + "x": 636.7036, + "y": 42.27267, + "z": 733.0688 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 41 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_grunt_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2047353, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 99, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 4760.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 124, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 5260.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 59, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 32788, + "TotalMana": 32788.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2047493, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_vulture_01", + "VictimInstanceId": 1412, + "VictimLocation": { + "x": 628.4903, + "y": 50.0850143, + "z": 711.4483 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 4, + "CombatStats": { + "23": { + "AttacksLanded": 35 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 24 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2050465, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 2051149, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1295, + "VictimLocation": { + "x": 607.3367, + "y": 34.55005, + "z": 603.1343 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 33 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2051940, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 99, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 4760.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 124, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 5260.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 46, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 32865, + "TotalMana": 32865.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2052362, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 1426, + "ManaCost": 60, + "TargetLocation": { + "x": 595.8675, + "y": 7.668228, + "z": 606.184143 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2053114, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 1427, + "CreatorInstanceId": 1426, + "SpawnLocation": { + "x": 595.8675, + "y": 7.66822767, + "z": 606.184143 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2053114, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 1298, + "VictimLocation": { + "x": 622.859558, + "y": 40.60139, + "z": 606.2532 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 21 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 8 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2054777, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2055090, + "EventName": "PointStatusChange" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2056465, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 99, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 4760.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 129, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 20, + "TotalMana": 5260.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 41, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 32897, + "TotalMana": 32897.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2057387, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_02", + "VictimInstanceId": 1397, + "VictimLocation": { + "x": 579.179138, + "y": 7.671875, + "z": 576.1017 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_wingmenhornet_01": { + "Count": 4, + "CombatStats": { + "11": { + "AttacksLanded": 82 + }, + "20": { + "AttacksLanded": 6 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 3, + "CombatStats": { + "30": { + "AttacksLanded": 22 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2058793, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 1428, + "ManaCost": 50, + "TargetLocation": { + "x": 656.9356, + "y": 20.9207382, + "z": 608.102356 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2059504, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 1429, + "CreatorInstanceId": 1428, + "SpawnLocation": { + "x": 656.9356, + "y": 20.9207382, + "z": 608.102356 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2059504, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 1409, + "VictimLocation": { + "x": 559.2262, + "y": 6.620628, + "z": 535.889648 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 40 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2059594, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 1403, + "VictimLocation": { + "x": 552.3042, + "y": 6.76982832, + "z": 524.048462 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 65 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2059813, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_cyclops_01", + "VictimInstanceId": 1257, + "VictimLocation": { + "x": 555.7707, + "y": 6.720388, + "z": 523.1463 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2060172, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_warthog_01", + "VictimInstanceId": 1260, + "VictimLocation": { + "x": 556.8125, + "y": 7.485038, + "z": 516.529663 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2060313, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 100, + "TotalMana": 4790.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 129, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 20, + "TotalMana": 5260.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 33, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 33180, + "TotalMana": 33180.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2062410, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_veh_rm_gausswarthog_01", + "VictimInstanceId": 1227, + "VictimLocation": { + "x": 551.3401, + "y": 6.839958, + "z": 523.024231 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2063286, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1291, + "VictimLocation": { + "x": 560.5951, + "y": 27.7917385, + "z": 571.239258 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2063739, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 1416, + "VictimLocation": { + "x": 561.2892, + "y": 6.63671875, + "z": 538.395142 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 3 + }, + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2063880, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 2064442, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1425, + "VictimLocation": { + "x": 586.2528, + "y": 8.152199, + "z": 582.334534 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "neutralfor_rm_sentineltier2_01": { + "Count": 3, + "CombatStats": { + "30": { + "AttacksLanded": 31 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 33 + }, + "20": { + "AttacksLanded": 1 + } + } + }, + "unsc_inf_rm_spartan_chaingun_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2064661, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 1284, + "VictimLocation": { + "x": 556.9284, + "y": 26.4906521, + "z": 558.8255 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2066967, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 4790.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 123, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 5315.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 21, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 33342, + "TotalMana": 33342.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2067404, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_nightingale_01", + "VictimInstanceId": 1329, + "VictimLocation": { + "x": 572.8087, + "y": 29.4764423, + "z": 572.1618 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 31 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2067483, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 1427, + "VictimLocation": { + "x": 587.762268, + "y": 7.671875, + "z": 599.5815 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_wingmenhornet_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 35 + }, + "20": { + "AttacksLanded": 2 + } + } + }, + "unsc_inf_rm_spartan_chaingun_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 8 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 2, + "CombatStats": { + "30": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2067592, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 1407, + "VictimLocation": { + "x": 546.5855, + "y": 8.347473, + "z": 588.608154 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 22 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2069142, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 1293, + "VictimLocation": { + "x": 574.1268, + "y": 30.7291641, + "z": 591.868652 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 6 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2070372, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 53 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 4790.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 165, + "TotalMana": 5405.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 12, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 33529, + "TotalMana": 33529.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2072435, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1305, + "VictimLocation": { + "x": 596.0177, + "y": 28.99477, + "z": 583.888855 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 42 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2073153, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1111, + "VictimLocation": { + "x": 610.03186, + "y": 35.9501648, + "z": 616.0411 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "neutralfor_rm_sentineltier2_01": { + "Count": 4, + "CombatStats": { + "30": { + "AttacksLanded": 16 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 12 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 29 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2073716, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 2073778, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_air_rm_wingmenhornet_01", + "VictimInstanceId": 1288, + "VictimLocation": { + "x": 580.0185, + "y": 29.973568, + "z": 598.1973 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 27 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 13 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2075044, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_rocket_01", + "VictimInstanceId": 1406, + "VictimLocation": { + "x": 519.512634, + "y": 6.422157, + "z": 667.7943 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 31 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2075903, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "neutralfor_rm_sentineltier2_01", + "VictimInstanceId": 1285, + "VictimLocation": { + "x": 584.3764, + "y": 29.8429642, + "z": 582.278442 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2076231, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 56 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 4790.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 5435.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 33686, + "TotalMana": 33686.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2077443, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 60 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 4790.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 107, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 5435.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 33693, + "TotalMana": 33693.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2082387, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "a7530a57-b21d-48fc-9ba3-0965bae42e23", + "InstanceId": 1430, + "ManaCost": 160, + "TargetLocation": { + "x": 655.5602, + "y": 21.401886, + "z": 613.6615 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2084809, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_02", + "InstanceId": 1431, + "CreatorInstanceId": 1430, + "SpawnLocation": { + "x": 655.5602, + "y": 21.401886, + "z": 613.6615 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2084872, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "unsc_inf_rm_spartan_chaingun_01", + "VictimInstanceId": 1411, + "VictimLocation": { + "x": 617.0338, + "y": 20.171875, + "z": 380.972748 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2086262, + "EventName": "Death" + }, + { + "WaveNumber": 30, + "WaveDurationMilliseconds": 69109, + "TimeSinceStartMilliseconds": 2086544, + "EventName": "FirefightWaveCompleted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 64 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 4790.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5435.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 33820, + "TotalMana": 33820.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2087450, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 68 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 4790.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5435.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 33828, + "TotalMana": 33828.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2092472, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 71 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 4790.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5435.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 33835, + "TotalMana": 33835.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2097474, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 75 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 4790.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5435.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 211, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 33842, + "TotalMana": 33842.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2103070, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 31, + "TimeSinceStartMilliseconds": 2103257, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1490, + "TargetLocation": { + "x": 710.666, + "y": 11.529, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2103992, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1491, + "CreatorInstanceId": 1490, + "SpawnLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2103992, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1492, + "TargetLocation": { + "x": 746.6276, + "y": 32.527, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2104086, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1493, + "CreatorInstanceId": 1492, + "SpawnLocation": { + "x": 737.3436, + "y": 29.625, + "z": 765.7322 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2104086, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1491, + "VictimLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "17": { + "AttacksLanded": 3 + }, + "19": { + "AttacksLanded": 13 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2107752, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 79 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 95, + "TotalMana": 4790.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5435.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 211, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 33849, + "TotalMana": 33849.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2107877, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1493, + "VictimLocation": { + "x": 737.3436, + "y": 29.625, + "z": 765.7322 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2107986, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 742.473145, + "y": 29.7481461, + "z": 771.402954 + }, + "TimeSinceStartMilliseconds": 2108174, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 735.9695, + "y": 30.15436, + "z": 774.385864 + }, + "TimeSinceStartMilliseconds": 2108283, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 728.803467, + "y": 29.6870022, + "z": 768.176 + }, + "TimeSinceStartMilliseconds": 2108377, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1379, + "VictimLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2108549, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 421.914368, + "y": 31.577755, + "z": 302.5937 + }, + "TimeSinceStartMilliseconds": 2108658, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 426.335632, + "y": 33.22963, + "z": 285.2948 + }, + "TimeSinceStartMilliseconds": 2108861, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 421.841461, + "y": 33.175602, + "z": 285.870178 + }, + "TimeSinceStartMilliseconds": 2108861, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 83 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 215, + "TotalMana": 4910.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 155, + "TotalMana": 5555.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 211, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 33856, + "TotalMana": 33856.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2112547, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1436, + "VictimLocation": { + "x": 487.158417, + "y": 5.346068, + "z": 653.5361 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 49 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2113274, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1442, + "VictimLocation": { + "x": 488.678833, + "y": 5.39024258, + "z": 657.9246 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 37 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2113556, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1473, + "VictimLocation": { + "x": 510.168274, + "y": 5.33732462, + "z": 659.985352 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2113759, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1487, + "VictimLocation": { + "x": 500.6252, + "y": 4.886122, + "z": 657.1591 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2113868, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1438, + "VictimLocation": { + "x": 509.076721, + "y": 6.94332457, + "z": 671.2143 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2113978, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1439, + "VictimLocation": { + "x": 476.0321, + "y": 6.213339, + "z": 642.493958 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 33 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2114071, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1468, + "VictimLocation": { + "x": 508.321136, + "y": 7.993772, + "z": 676.4759 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2114181, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1469, + "VictimLocation": { + "x": 484.108246, + "y": 6.17292929, + "z": 662.5169 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2114290, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1435, + "VictimLocation": { + "x": 497.930481, + "y": 4.7271204, + "z": 651.2167 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2114399, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1472, + "VictimLocation": { + "x": 492.358368, + "y": 4.98779249, + "z": 652.9191 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2114478, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1485, + "VictimLocation": { + "x": 491.847168, + "y": 7.51587772, + "z": 673.5397 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2114571, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1446, + "VictimLocation": { + "x": 509.4864, + "y": 5.417113, + "z": 662.223755 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2114696, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 1463, + "VictimLocation": { + "x": 479.086945, + "y": 7.093421, + "z": 665.048035 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2114759, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1467, + "VictimLocation": { + "x": 482.082672, + "y": 6.062157, + "z": 660.789368 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2114868, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 86 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 215, + "TotalMana": 4910.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 155, + "TotalMana": 5555.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 163, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 34188, + "TotalMana": 34188.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2117559, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1484, + "VictimLocation": { + "x": 535.331543, + "y": 5.937933, + "z": 640.6034 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2117967, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "21ceca03-70a7-49e1-8515-5b1dbac7ba2b", + "InstanceId": 1494, + "ManaCost": 190, + "TargetLocation": { + "x": 390.974548, + "y": 32.6161842, + "z": 372.923279 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2117967, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_eliteCommando_01", + "InstanceId": 1495, + "CreatorInstanceId": 1494, + "SpawnLocation": { + "x": 390.974548, + "y": 32.6309738, + "z": 372.923279 + }, + "SupplyCost": 450, + "EnergyCost": 400, + "PopulationCost": 1, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2117967, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1464, + "VictimLocation": { + "x": 526.444153, + "y": 6.41980267, + "z": 660.1781 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2118248, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1421, + "VictimLocation": { + "x": 368.2401, + "y": 27.5545788, + "z": 379.9287 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2120467, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 367.781372, + "y": 28.136858, + "z": 374.220978 + }, + "TimeSinceStartMilliseconds": 2120592, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 362.5957, + "y": 28.1880169, + "z": 375.834747 + }, + "TimeSinceStartMilliseconds": 2120670, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 375.252838, + "y": 28.2075, + "z": 381.9115 + }, + "TimeSinceStartMilliseconds": 2120670, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1453, + "VictimLocation": { + "x": 533.1824, + "y": 6.82861042, + "z": 657.9956 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2120857, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1458, + "VictimLocation": { + "x": 535.5677, + "y": 6.61165762, + "z": 651.361633 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2121092, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 4970.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 115, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 215, + "TotalMana": 5615.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 145, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 34266, + "TotalMana": 34266.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2122565, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 706.948242, + "y": 12.1225624, + "z": 530.159058 + }, + "TimeSinceStartMilliseconds": 2122675, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CardId": "d140f76b-106d-4175-a912-20735e2a6b76", + "InstanceId": 1496, + "ManaCost": 40, + "TargetLocation": { + "x": 595.3195, + "y": 7.671875, + "z": 575.456848 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2122675, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_hunter_01", + "InstanceId": 1497, + "CreatorInstanceId": 1496, + "SpawnLocation": { + "x": 595.3195, + "y": 7.671875, + "z": 575.456848 + }, + "SupplyCost": 150, + "EnergyCost": 200, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2122675, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1384, + "VictimLocation": { + "x": 570.1704, + "y": 12.5046482, + "z": 681.850952 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_veh_rm_scorpion_02": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 3 + }, + "7": { + "AttacksLanded": 2 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 1 + } + } + }, + "unsc_veh_rm_grizzly_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 5 + }, + "18": { + "AttacksLanded": 1 + }, + "0": { + "AttacksLanded": 2 + } + } + }, + "unsc_inf_rm_spartan_chaingun_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 11 + } + } + }, + "unsc_air_rm_vulture_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2122862, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2122971, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 720.3546, + "y": 13.9542322, + "z": 521.895142 + }, + "TimeSinceStartMilliseconds": 2123456, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 838, + "ManaRateIncrease": 40, + "Location": { + "x": 717.3994, + "y": 13.2797937, + "z": 515.4055 + }, + "TimeSinceStartMilliseconds": 2123647, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1475, + "VictimLocation": { + "x": 549.9702, + "y": 7.000129, + "z": 620.517761 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2124553, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1443, + "VictimLocation": { + "x": 519.8183, + "y": 5.41136646, + "z": 650.118958 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2124662, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 1459, + "VictimLocation": { + "x": 521.1424, + "y": 5.859375, + "z": 658.957 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2124772, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1461, + "VictimLocation": { + "x": 531.6118, + "y": 6.486685, + "z": 655.608948 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2125141, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1457, + "VictimLocation": { + "x": 538.248169, + "y": 7.8515625, + "z": 661.847534 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2125297, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1460, + "VictimLocation": { + "x": 541.6821, + "y": 9.564481, + "z": 672.922 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2125297, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1479, + "VictimLocation": { + "x": 527.6084, + "y": 5.609375, + "z": 649.8138 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2125407, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1465, + "VictimLocation": { + "x": 525.3948, + "y": 6.48083448, + "z": 662.250732 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2125516, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 1455, + "VictimLocation": { + "x": 519.805969, + "y": 5.09485769, + "z": 641.0746 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2125594, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1488, + "VictimLocation": { + "x": 520.7632, + "y": 5.49487352, + "z": 651.2061 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2125750, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1486, + "VictimLocation": { + "x": 529.376465, + "y": 5.796211, + "z": 646.726563 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2125844, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1466, + "VictimLocation": { + "x": 522.1842, + "y": 5.207516, + "z": 643.713 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2125922, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1471, + "VictimLocation": { + "x": 518.210938, + "y": 5.18278837, + "z": 646.6188 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2126016, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 103, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 5030.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 275, + "TotalMana": 5675.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 96, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 34523, + "TotalMana": 34523.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2127582, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1474, + "VictimLocation": { + "x": 554.800232, + "y": 7.05863953, + "z": 617.1905 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2127972, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 1498, + "ManaCost": 50, + "TargetLocation": { + "x": 583.9971, + "y": 7.671875, + "z": 581.376953 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2128805, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 1499, + "CreatorInstanceId": 1498, + "SpawnLocation": { + "x": 583.9971, + "y": 7.671875, + "z": 581.376953 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2128805, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 1, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 1500, + "ManaCost": 40, + "TargetLocation": { + "x": 583.7636, + "y": 7.671875, + "z": 581.271057 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2129759, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 1501, + "CreatorInstanceId": 1500, + "SpawnLocation": { + "x": 583.7636, + "y": 7.671875, + "z": 581.271057 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2129759, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1483, + "VictimLocation": { + "x": 521.890137, + "y": 5.3359375, + "z": 648.040649 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2129915, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1462, + "VictimLocation": { + "x": 535.92, + "y": 7.00870371, + "z": 655.4843 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 29 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2130056, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1449, + "VictimLocation": { + "x": 534.391541, + "y": 7.364397, + "z": 663.004 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2130259, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1452, + "VictimLocation": { + "x": 530.8899, + "y": 6.66444349, + "z": 659.2635 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2130352, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1447, + "VictimLocation": { + "x": 540.5571, + "y": 6.00390625, + "z": 634.3045 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2130556, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "3c9d0bdd-3fc6-49aa-b348-a25bc7f05ae5", + "InstanceId": 1502, + "ManaCost": 70, + "TargetLocation": { + "x": 583.9971, + "y": 7.671875, + "z": 581.376953 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2131373, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_prowler_01", + "InstanceId": 1503, + "CreatorInstanceId": 1502, + "SpawnLocation": { + "x": 583.9971, + "y": 7.671875, + "z": 581.376953 + }, + "SupplyCost": 400, + "EnergyCost": 0, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2131373, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 1, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 1504, + "ManaCost": 60, + "TargetLocation": { + "x": 595.506, + "y": 7.671871, + "z": 595.366638 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2132344, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 1505, + "CreatorInstanceId": 1504, + "SpawnLocation": { + "x": 595.506, + "y": 7.671875, + "z": 595.366638 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2132344, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 5030.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 120, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 155, + "TotalMana": 5675.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 34635, + "TotalMana": 34635.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2132563, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1440, + "VictimLocation": { + "x": 377.2644, + "y": 28.4942245, + "z": 382.8689 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2133453, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1450, + "VictimLocation": { + "x": 523.466, + "y": 5.188683, + "z": 639.538757 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2133578, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1454, + "VictimLocation": { + "x": 550.818054, + "y": 10.5985708, + "z": 691.1181 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2133719, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1477, + "VictimLocation": { + "x": 519.8864, + "y": 7.096098, + "z": 679.2399 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2136266, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 1506, + "ManaCost": 120, + "TargetLocation": { + "x": 654.7919, + "y": 21.6477432, + "z": 616.55896 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2136656, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 1507, + "CreatorInstanceId": 1506, + "SpawnLocation": { + "x": 654.7919, + "y": 21.6477432, + "z": 616.55896 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2136656, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 5030.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 128, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5675.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 55, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 34737, + "TotalMana": 34737.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2137555, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 1448, + "VictimLocation": { + "x": 510.246552, + "y": 4.70837164, + "z": 643.570557 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2138762, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 5030.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 128, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5675.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 52, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 34769, + "TotalMana": 34769.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2142555, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 5030.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 128, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5675.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 52, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 34777, + "TotalMana": 34777.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2147563, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "201fd23e-4d39-4a41-8a4b-566cd3ca68a7", + "InstanceId": 1508, + "ManaCost": 30, + "TargetLocation": { + "x": 583.511047, + "y": 7.671875, + "z": 578.080933 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2150110, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_jackal_01", + "InstanceId": 1509, + "CreatorInstanceId": 1508, + "SpawnLocation": { + "x": 583.511047, + "y": 7.671875, + "z": 578.080933 + }, + "SupplyCost": 80, + "EnergyCost": 110, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2150173, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 5030.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 131, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 5675.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 52, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 34784, + "TotalMana": 34784.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2152561, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 5030.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 131, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 5675.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 52, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 34791, + "TotalMana": 34791.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2157659, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 5030.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 131, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 5675.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 52, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 34798, + "TotalMana": 34798.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2162651, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 31, + "WaveDurationMilliseconds": 60940, + "TimeSinceStartMilliseconds": 2162776, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 32, + "TimeSinceStartMilliseconds": 2164213, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1568, + "TargetLocation": { + "x": 710.666, + "y": 11.529, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2165026, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1569, + "CreatorInstanceId": 1568, + "SpawnLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2165026, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1570, + "TargetLocation": { + "x": 520.0574, + "y": 7.4792, + "z": 715.8888 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2165088, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1571, + "CreatorInstanceId": 1570, + "SpawnLocation": { + "x": 520.0574, + "y": 6.255859, + "z": 715.8888 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2165088, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 5030.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 131, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 5675.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 56, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 34805, + "TotalMana": 34805.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2167759, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1569, + "VictimLocation": { + "x": 710.666, + "y": 11.5580969, + "z": 522.4457 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "17": { + "AttacksLanded": 4 + }, + "19": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2168764, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 5030.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 131, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 5, + "TotalMana": 5675.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 56, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 34812, + "TotalMana": 34812.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2172661, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1523, + "VictimLocation": { + "x": 512.6408, + "y": 5.56720352, + "z": 661.5282 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2172771, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 707.1498, + "y": 12.1135817, + "z": 530.0213 + }, + "TimeSinceStartMilliseconds": 2172864, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1521, + "VictimLocation": { + "x": 503.312836, + "y": 4.62890625, + "z": 646.6114 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2172864, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 1542, + "VictimLocation": { + "x": 497.468933, + "y": 5.22617, + "z": 662.4793 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2172974, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 711.859741, + "y": 12.3841085, + "z": 531.889 + }, + "TimeSinceStartMilliseconds": 2173036, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1524, + "VictimLocation": { + "x": 500.955872, + "y": 6.99131346, + "z": 670.3091 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2173036, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 719.9269, + "y": 13.7450752, + "z": 524.091064 + }, + "TimeSinceStartMilliseconds": 2173177, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_bruteChopper_02", + "VictimInstanceId": 1559, + "VictimLocation": { + "x": 510.373657, + "y": 5.182072, + "z": 656.2145 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2173239, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1520, + "VictimLocation": { + "x": 494.594452, + "y": 5.5567503, + "z": 663.790466 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2173411, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_02", + "VictimInstanceId": 1510, + "VictimLocation": { + "x": 463.470276, + "y": 6.721558, + "z": 676.246 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 38 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2173599, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1556, + "VictimLocation": { + "x": 515.175659, + "y": 4.92269564, + "z": 644.3644 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2173693, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1517, + "VictimLocation": { + "x": 532.6549, + "y": 8.249737, + "z": 682.9008 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2175146, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 5090.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 131, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 5735.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 29, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35180, + "TotalMana": 35180.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2177641, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 1538, + "VictimLocation": { + "x": 539.936157, + "y": 8.895181, + "z": 678.5556 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2177766, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1516, + "VictimLocation": { + "x": 531.9178, + "y": 5.98834133, + "z": 646.5471 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2181057, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1530, + "VictimLocation": { + "x": 549.123352, + "y": 10.87278, + "z": 684.573669 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2181245, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1548, + "VictimLocation": { + "x": 538.3421, + "y": 8.729712, + "z": 681.0019 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2181370, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_02", + "VictimInstanceId": 1522, + "VictimLocation": { + "x": 508.256775, + "y": 5.699849, + "z": 665.668762 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 32 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2182167, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1552, + "VictimLocation": { + "x": 529.1184, + "y": 6.899529, + "z": 665.031738 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2182260, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 112, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 5090.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 131, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 5735.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 1, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35377, + "TotalMana": 35377.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2182604, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1445, + "VictimLocation": { + "x": 549.4984, + "y": 7.5234375, + "z": 568.5339 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2182698, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1481, + "VictimLocation": { + "x": 554.355652, + "y": 6.62336159, + "z": 531.285645 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2183011, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1470, + "VictimLocation": { + "x": 561.509338, + "y": 6.637762, + "z": 537.0062 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2183120, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1534, + "VictimLocation": { + "x": 549.250732, + "y": 10.7890625, + "z": 678.5268 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2183401, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2183964, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1515, + "VictimLocation": { + "x": 550.0426, + "y": 6.978155, + "z": 624.3962 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 18 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2184245, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1553, + "VictimLocation": { + "x": 551.0785, + "y": 6.931356, + "z": 633.55304 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2185667, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1437, + "VictimLocation": { + "x": 546.829041, + "y": 7.63411665, + "z": 573.644653 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2185839, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 1501, + "VictimLocation": { + "x": 575.5567, + "y": 7.671875, + "z": 591.0631 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 5, + "CombatStats": { + "4": { + "AttacksLanded": 22 + } + } + }, + "cov_inf_rm_hunter_02": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2186042, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1514, + "VictimLocation": { + "x": 550.926453, + "y": 7.66796875, + "z": 601.835 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2186183, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_gorgon_02", + "VictimInstanceId": 1563, + "VictimLocation": { + "x": 566.327942, + "y": 12.3125, + "z": 680.535 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2186261, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_gorgon_02", + "VictimInstanceId": 1562, + "VictimLocation": { + "x": 549.5124, + "y": 10.3671875, + "z": 682.7615 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2186433, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1540, + "VictimLocation": { + "x": 561.739746, + "y": 12.2265034, + "z": 692.166565 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2186480, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_locust_02", + "VictimInstanceId": 1545, + "VictimLocation": { + "x": 570.6899, + "y": 7.65544128, + "z": 615.087952 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2186558, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1567, + "VictimLocation": { + "x": 558.207153, + "y": 8.146026, + "z": 607.2518 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2186667, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1478, + "VictimLocation": { + "x": 576.824463, + "y": 7.66796875, + "z": 568.503967 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2187152, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1557, + "VictimLocation": { + "x": 537.2997, + "y": 6.116795, + "z": 641.0782 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2187542, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 5110.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 131, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 65, + "TotalMana": 5735.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 201, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35749, + "TotalMana": 35749.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2187683, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 1561, + "VictimLocation": { + "x": 516.020142, + "y": 6.546875, + "z": 671.181 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2188839, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 529.5219, + "y": 6.49917936, + "z": 712.8163 + }, + "TimeSinceStartMilliseconds": 2189058, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1571, + "VictimLocation": { + "x": 520.0574, + "y": 6.255859, + "z": 715.8888 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + } + } + }, + "3": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2189152, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 1529, + "VictimLocation": { + "x": 562.8154, + "y": 7.80690956, + "z": 621.5917 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2189370, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1495, + "ManaRateIncrease": 40, + "Location": { + "x": 514.9395, + "y": 6.27617168, + "z": 712.4084 + }, + "TimeSinceStartMilliseconds": 2189370, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 521.9416, + "y": 6.430121, + "z": 720.556763 + }, + "TimeSinceStartMilliseconds": 2189370, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1509, + "VictimLocation": { + "x": 578.7867, + "y": 7.66796875, + "z": 571.2466 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 8, + "CombatStats": { + "4": { + "AttacksLanded": 15 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2190042, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_02", + "VictimInstanceId": 1518, + "VictimLocation": { + "x": 569.0974, + "y": 7.66796875, + "z": 606.3633 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2190339, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 145, + "TotalMana": 5170.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 123, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 175, + "TotalMana": 5845.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 187, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35832, + "TotalMana": 35832.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2192652, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1566, + "VictimLocation": { + "x": 573.667, + "y": 7.66796875, + "z": 604.32074 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2192855, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1550, + "VictimLocation": { + "x": 530.271667, + "y": 6.53515625, + "z": 710.992859 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2193058, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "63f7b0cf-2778-4a03-9d8b-fb8e40bbbe31", + "InstanceId": 1572, + "ManaCost": 110, + "TargetLocation": { + "x": 702.905, + "y": 18.918396, + "z": 700.4596 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2194042, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_wraith_01", + "InstanceId": 1573, + "CreatorInstanceId": 1572, + "SpawnLocation": { + "x": 702.905, + "y": 18.91643, + "z": 700.4596 + }, + "SupplyCost": 550, + "EnergyCost": 40, + "PopulationCost": 6, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2194042, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1564, + "VictimLocation": { + "x": 560.1758, + "y": 7.839097, + "z": 618.0841 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 3 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2194456, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2194519, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1513, + "VictimLocation": { + "x": 533.453, + "y": 8.493978, + "z": 692.899231 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2195144, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2195863, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1519, + "VictimLocation": { + "x": 557.4676, + "y": 7.03566074, + "z": 623.077637 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2196456, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5170.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 123, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 175, + "TotalMana": 5845.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 166, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 36014, + "TotalMana": 36014.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2197645, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1480, + "VictimLocation": { + "x": 569.5295, + "y": 7.66796875, + "z": 571.067261 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2197754, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "PowerId": "RMStructuralShielding", + "InstanceId": 1574, + "TargetLocation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2198191, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 2, + "CardId": "a03d341c-3a13-4b51-8b7f-00ddc944acd2", + "InstanceId": 1575, + "ManaCost": 90, + "TargetLocation": { + "x": 585.4543, + "y": 7.671875, + "z": 596.7489 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2198191, + "EventName": "CardPlayed" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 1547, + "VictimLocation": { + "x": 540.3502, + "y": 9.1875, + "z": 671.154236 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2198848, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1554, + "VictimLocation": { + "x": 579.7986, + "y": 14.0433769, + "z": 684.3882 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2199160, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 1541, + "VictimLocation": { + "x": 576.1792, + "y": 7.66796875, + "z": 605.6999 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2200051, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1535, + "VictimLocation": { + "x": 562.534, + "y": 7.624017, + "z": 611.8059 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2201351, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2201351, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5170.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 123, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 5845.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 143, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 36146, + "TotalMana": 36146.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2202656, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1558, + "VictimLocation": { + "x": 543.931763, + "y": 7.17598152, + "z": 620.2883 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2202953, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1546, + "VictimLocation": { + "x": 532.769348, + "y": 7.708082, + "z": 663.902161 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2203812, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1539, + "VictimLocation": { + "x": 529.515869, + "y": 5.885714, + "z": 634.836731 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2205355, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 1576, + "ManaCost": 40, + "TargetLocation": { + "x": 572.288757, + "y": 7.671875, + "z": 581.9122 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2206945, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 1577, + "CreatorInstanceId": 1576, + "SpawnLocation": { + "x": 572.288757, + "y": 7.671875, + "z": 581.9122 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2206945, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5170.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 127, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 45, + "TotalMana": 5845.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 126, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 36298, + "TotalMana": 36298.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2207648, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 1533, + "VictimLocation": { + "x": 548.104736, + "y": 6.80835867, + "z": 630.133362 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2207999, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 1531, + "VictimLocation": { + "x": 545.158569, + "y": 6.743664, + "z": 639.4177 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2208109, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 1536, + "VictimLocation": { + "x": 538.6287, + "y": 5.821487, + "z": 628.254456 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 29 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2208218, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1527, + "VictimLocation": { + "x": 525.000732, + "y": 5.902028, + "z": 633.0758 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2208405, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1503, + "VictimLocation": { + "x": 562.969543, + "y": 7.66796875, + "z": 584.39386 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 4, + "CombatStats": { + "7": { + "AttacksLanded": 11 + }, + "18": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_inf_rm_hunter_02": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2208765, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1555, + "VictimLocation": { + "x": 530.3518, + "y": 5.58647156, + "z": 641.1751 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2209499, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5170.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 122, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 5880.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 36396, + "TotalMana": 36396.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2212640, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1433, + "VictimLocation": { + "x": 511.976532, + "y": 7.20703125, + "z": 555.22345 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2212874, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1476, + "VictimLocation": { + "x": 512.3881, + "y": 7.135658, + "z": 539.6308 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2213155, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5170.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 122, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 5880.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 36453, + "TotalMana": 36453.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2217662, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5170.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 122, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 5880.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 36460, + "TotalMana": 36460.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2222634, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 32, + "WaveDurationMilliseconds": 60996, + "TimeSinceStartMilliseconds": 2223651, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 33, + "TimeSinceStartMilliseconds": 2225135, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1636, + "TargetLocation": { + "x": 583.3898, + "y": 8.7403, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2225995, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1637, + "CreatorInstanceId": 1636, + "SpawnLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2225995, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1638, + "TargetLocation": { + "x": 746.6276, + "y": 32.527, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2226042, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1639, + "CreatorInstanceId": 1638, + "SpawnLocation": { + "x": 737.3436, + "y": 29.625, + "z": 765.7322 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2226042, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 35, + "TotalMana": 5170.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 122, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 80, + "TotalMana": 5880.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 36467, + "TotalMana": 36467.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2227880, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 746.4708, + "y": 29.625, + "z": 763.509 + }, + "TimeSinceStartMilliseconds": 2229701, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1639, + "VictimLocation": { + "x": 737.3436, + "y": 29.625, + "z": 765.7322 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2229701, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 741.1804, + "y": 29.625, + "z": 762.808167 + }, + "TimeSinceStartMilliseconds": 2229810, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 738.3329, + "y": 30.1772938, + "z": 775.6252 + }, + "TimeSinceStartMilliseconds": 2230045, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 578.2149, + "y": 9.469559, + "z": 430.087524 + }, + "TimeSinceStartMilliseconds": 2232549, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1495, + "ManaRateIncrease": 40, + "Location": { + "x": 583.674133, + "y": 9.389273, + "z": 428.76944 + }, + "TimeSinceStartMilliseconds": 2232549, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1637, + "VictimLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2232674, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1495, + "ManaRateIncrease": 40, + "Location": { + "x": 588.247253, + "y": 8.885852, + "z": 435.711517 + }, + "TimeSinceStartMilliseconds": 2232674, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 155, + "TotalMana": 5290.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 122, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 200, + "TotalMana": 6000.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 105, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 36474, + "TotalMana": 36474.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2232846, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1589, + "VictimLocation": { + "x": 568.8021, + "y": 35.43511, + "z": 658.0586 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2234249, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1615, + "VictimLocation": { + "x": 600.0498, + "y": 37.7978477, + "z": 645.874634 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2235296, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2235593, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 1577, + "VictimLocation": { + "x": 559.41156, + "y": 7.671875, + "z": 582.0949 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_hunter_02": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 5, + "CombatStats": { + "11": { + "AttacksLanded": 26 + }, + "15": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2237499, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1619, + "VictimLocation": { + "x": 640.7606, + "y": 47.2321968, + "z": 651.09845 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 4, + "CombatStats": { + "23": { + "AttacksLanded": 19 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 5 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2237686, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 155, + "TotalMana": 5290.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 118, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 220, + "TotalMana": 6020.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 96, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 36572, + "TotalMana": 36572.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2237764, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 1044, + "VictimLocation": { + "x": 600.722, + "y": 18.1253624, + "z": 657.2625 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_veh_rm_warthog_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 16 + }, + "18": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 6, + "CombatStats": { + "17": { + "AttacksLanded": 25 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 12 + }, + "15": { + "AttacksLanded": 2 + } + } + }, + "unsc_inf_rm_cyclops_03": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 3, + "CombatStats": { + "18": { + "AttacksLanded": 5 + }, + "7": { + "AttacksLanded": 28 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2238358, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1432, + "VictimLocation": { + "x": 530.1176, + "y": 6.96709871, + "z": 556.770935 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2238436, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1549, + "VictimLocation": { + "x": 533.871033, + "y": 6.98736429, + "z": 566.9674 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2238811, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1599, + "VictimLocation": { + "x": 494.05368, + "y": 6.45965, + "z": 598.484 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2239837, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1632, + "VictimLocation": { + "x": 577.521362, + "y": 29.8025627, + "z": 582.9933 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2240243, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1631, + "VictimLocation": { + "x": 614.8894, + "y": 41.539257, + "z": 629.7861 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 6 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 4, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2240650, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 1139, + "VictimLocation": { + "x": 602.8602, + "y": 18.609375, + "z": 658.0713 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_veh_rm_gausswarthog_01": { + "Count": 1, + "CombatStats": { + "25": { + "AttacksLanded": 1 + } + } + }, + "unsc_veh_rm_scorpion_01": { + "Count": 3, + "CombatStats": { + "18": { + "AttacksLanded": 4 + }, + "7": { + "AttacksLanded": 12 + } + } + }, + "unsc_veh_rm_warthog_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "unsc_air_rm_vulture_01": { + "Count": 2, + "CombatStats": { + "17": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "18": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 6, + "CombatStats": { + "17": { + "AttacksLanded": 34 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 9, + "CombatStats": { + "11": { + "AttacksLanded": 25 + }, + "15": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2240853, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1618, + "VictimLocation": { + "x": 664.8043, + "y": 53.2391739, + "z": 639.8585 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2241462, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1499, + "VictimLocation": { + "x": 583.9971, + "y": 29.6372833, + "z": 581.376953 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_suicideGrunt_01": { + "Count": 4, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 39 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 7, + "CombatStats": { + "11": { + "AttacksLanded": 51 + }, + "15": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_wraith_02": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2241572, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1620, + "VictimLocation": { + "x": 679.7505, + "y": 44.2284775, + "z": 592.4113 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2241947, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 114, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 155, + "TotalMana": 5290.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 108, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 355, + "TotalMana": 6155.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 36834, + "TotalMana": 36834.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2242744, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_02", + "VictimInstanceId": 1512, + "VictimLocation": { + "x": 592.2918, + "y": 7.3920784, + "z": 536.6 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 35 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2242853, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1601, + "VictimLocation": { + "x": 583.414246, + "y": 12.6344452, + "z": 692.766968 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 26 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 27 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2243337, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 1103, + "VictimLocation": { + "x": 607.069336, + "y": 18.953125, + "z": 645.335449 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 6, + "CombatStats": { + "17": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_banshee_02": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 13 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 5, + "CombatStats": { + "11": { + "AttacksLanded": 21 + }, + "15": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2244306, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1629, + "VictimLocation": { + "x": 589.359131, + "y": 40.12826, + "z": 636.409058 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 12, + "CombatStats": { + "8": { + "AttacksLanded": 24 + } + } + }, + "cov_inf_rm_suicideGrunt_01": { + "Count": 4, + "CombatStats": { + "8": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2244556, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 1505, + "VictimLocation": { + "x": 591.511963, + "y": 7.671875, + "z": 594.8349 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "18": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 9, + "CombatStats": { + "11": { + "AttacksLanded": 59 + }, + "15": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2245259, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1606, + "VictimLocation": { + "x": 638.6973, + "y": 21.89631, + "z": 634.3584 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 22 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2245994, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "33653771-6bbd-4654-8422-c61dff2060ec", + "InstanceId": 1643, + "ManaCost": 60, + "TargetLocation": { + "x": 598.5634, + "y": 7.671173, + "z": 598.924133 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2246801, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_banshee_01", + "InstanceId": 1644, + "CreatorInstanceId": 1643, + "SpawnLocation": { + "x": 598.5634, + "y": 7.671173, + "z": 598.924133 + }, + "SupplyCost": 300, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2246801, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 144, + "VictimLocation": { + "x": 609.793945, + "y": 19.0622215, + "z": 649.085632 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_hornet_01": { + "Count": 6, + "CombatStats": { + "11": { + "AttacksLanded": 95 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 5, + "CombatStats": { + "0": { + "AttacksLanded": 12 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 14 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 24 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 6, + "CombatStats": { + "17": { + "AttacksLanded": 16 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 5, + "CombatStats": { + "11": { + "AttacksLanded": 37 + }, + "15": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2247051, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1497, + "VictimLocation": { + "x": 584.7737, + "y": 7.671875, + "z": 595.3583 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 31 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 4, + "CombatStats": { + "10": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 3, + "CombatStats": { + "7": { + "AttacksLanded": 18 + }, + "18": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 7, + "CombatStats": { + "11": { + "AttacksLanded": 19 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2247535, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 90 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 104, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 205, + "TotalMana": 5340.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 405, + "TotalMana": 6265.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 44, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 37061, + "TotalMana": 37061.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2247754, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1595, + "VictimLocation": { + "x": 589.296448, + "y": 13.7355642, + "z": 697.056152 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2248138, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1607, + "VictimLocation": { + "x": 605.3489, + "y": 12.4761915, + "z": 669.265869 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 20 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2248544, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1603, + "VictimLocation": { + "x": 652.712463, + "y": 22.2426758, + "z": 639.7345 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 19 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2248857, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1551, + "VictimLocation": { + "x": 588.734131, + "y": 7.671875, + "z": 563.827454 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2249044, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1591, + "VictimLocation": { + "x": 654.234558, + "y": 20.7607422, + "z": 622.1805 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 6 + }, + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2249763, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1602, + "VictimLocation": { + "x": 546.507935, + "y": 29.15152, + "z": 633.882263 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_grunt_01": { + "Count": 7, + "CombatStats": { + "8": { + "AttacksLanded": 20 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2249873, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1598, + "VictimLocation": { + "x": 645.4735, + "y": 20.0624447, + "z": 622.813843 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + }, + "17": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_grunt_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2250138, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1644, + "VictimLocation": { + "x": 597.8234, + "y": 27.9722385, + "z": 597.665039 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 5, + "CombatStats": { + "11": { + "AttacksLanded": 23 + }, + "15": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2250373, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 2250498, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1544, + "VictimLocation": { + "x": 575.154358, + "y": 7.66796875, + "z": 565.174133 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2250560, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1608, + "VictimLocation": { + "x": 536.53, + "y": 26.08162, + "z": 660.9053 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2251232, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 1641, + "VictimLocation": { + "x": 599.868958, + "y": 18.2503433, + "z": 651.9829 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "17": { + "AttacksLanded": 3 + }, + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2251544, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_02", + "VictimInstanceId": 1590, + "VictimLocation": { + "x": 662.715637, + "y": 44.2006454, + "z": 608.8503 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 32 + }, + "15": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 3 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 5, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2251951, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 1391, + "VictimLocation": { + "x": 609.804749, + "y": 19.2602959, + "z": 647.8093 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "17": { + "AttacksLanded": 2 + }, + "19": { + "AttacksLanded": 25 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2251951, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1581, + "VictimLocation": { + "x": 596.862061, + "y": 29.57504, + "z": 586.1512 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_inf_rm_suicideGrunt_01": { + "Count": 5, + "CombatStats": { + "8": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2252232, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1609, + "VictimLocation": { + "x": 568.491638, + "y": 12.7743454, + "z": 695.634 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2252466, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 1648, + "ManaCost": 60, + "TargetLocation": { + "x": 626.9003, + "y": 20.3221359, + "z": 638.310852 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2252654, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 1649, + "CreatorInstanceId": 1648, + "SpawnLocation": { + "x": 626.9003, + "y": 20.32215, + "z": 638.310852 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2252654, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 92 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 104, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 205, + "TotalMana": 5340.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 104, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 375, + "TotalMana": 6295.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 227, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 37658, + "TotalMana": 37658.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2252810, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1526, + "VictimLocation": { + "x": 557.090637, + "y": 11.1981993, + "z": 691.104248 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2253013, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1560, + "VictimLocation": { + "x": 576.526062, + "y": 8.146578, + "z": 604.6089 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 29 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2253076, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1610, + "VictimLocation": { + "x": 568.290833, + "y": 11.9157772, + "z": 681.961853 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2253279, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "PowerId": "RMSpiritGunship", + "InstanceId": 1650, + "TargetLocation": { + "x": 575.3557, + "y": 7.67186737, + "z": 586.7941 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2253941, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 1, + "CardId": "ccbd8a3a-9424-479a-9481-7761687bed25", + "InstanceId": 1651, + "ManaCost": 180, + "TargetLocation": { + "x": 581.506653, + "y": 7.6709137, + "z": 610.7528 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2253941, + "EventName": "CardPlayed" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2254254, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 1642, + "VictimLocation": { + "x": 606.3379, + "y": 19.1488934, + "z": 640.697754 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2254363, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1578, + "VictimLocation": { + "x": 604.5806, + "y": 31.1813412, + "z": 587.727356 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2254472, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 1399, + "VictimLocation": { + "x": 627.2185, + "y": 21.21875, + "z": 649.0095 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "17": { + "AttacksLanded": 4 + }, + "19": { + "AttacksLanded": 29 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2254566, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1647, + "VictimLocation": { + "x": 627.098938, + "y": 21.84375, + "z": 659.975647 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2254660, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1621, + "VictimLocation": { + "x": 658.229065, + "y": 42.8592644, + "z": 589.467346 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2254816, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 91, + "VictimLocation": { + "x": 621.508, + "y": 19.921875, + "z": 642.5014 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_spotterdrone_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + }, + "unsc_air_rm_hornet_01": { + "Count": 7, + "CombatStats": { + "11": { + "AttacksLanded": 55 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 3, + "CombatStats": { + "0": { + "AttacksLanded": 4 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 2, + "CombatStats": { + "20": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "17": { + "AttacksLanded": 4 + }, + "19": { + "AttacksLanded": 29 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2254988, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1390, + "VictimLocation": { + "x": 617.8435, + "y": 20.9192181, + "z": 659.529663 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "17": { + "AttacksLanded": 3 + }, + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2254988, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_02", + "VictimInstanceId": 339, + "VictimLocation": { + "x": 617.2062, + "y": 20.3928871, + "z": 653.7425 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "neutralfor_rm_sentinel_01": { + "Count": 2, + "CombatStats": { + "0": { + "AttacksLanded": 2 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "20": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 5, + "CombatStats": { + "11": { + "AttacksLanded": 8 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "17": { + "AttacksLanded": 7 + }, + "19": { + "AttacksLanded": 37 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2255191, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1579, + "VictimLocation": { + "x": 595.1996, + "y": 29.0925121, + "z": 594.8754 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_suicideGrunt_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 14 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2256347, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 2256691, + "EventName": "CardCycled" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 93 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 93, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 220, + "TotalMana": 5535.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 76, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 530, + "TotalMana": 6455.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 199, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 37906, + "TotalMana": 37906.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2257846, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1640, + "VictimLocation": { + "x": 610.2364, + "y": 19.2350273, + "z": 646.7493 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2258034, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1597, + "VictimLocation": { + "x": 516.6187, + "y": 5.110179, + "z": 653.201233 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2258362, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "f6478fc0-d63c-4e96-9a1d-9053454f2858", + "InstanceId": 1655, + "ManaCost": 60, + "TargetLocation": { + "x": 588.2903, + "y": 7.671875, + "z": 577.5217 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2259237, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_02", + "InstanceId": 1656, + "CreatorInstanceId": 1655, + "SpawnLocation": { + "x": 588.2903, + "y": 7.671875, + "z": 577.5217 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2259237, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 1657, + "ManaCost": 50, + "TargetLocation": { + "x": 626.983459, + "y": 20.33638, + "z": 638.358643 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2259353, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 1658, + "CreatorInstanceId": 1657, + "SpawnLocation": { + "x": 626.983459, + "y": 20.33638, + "z": 638.358643 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2259353, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1583, + "VictimLocation": { + "x": 578.8391, + "y": 35.2650261, + "z": 646.827454 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_grunt_01": { + "Count": 3, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2260845, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 2261158, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1587, + "VictimLocation": { + "x": 699.723938, + "y": 40.3618927, + "z": 579.2742 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2261267, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1582, + "VictimLocation": { + "x": 584.1987, + "y": 36.3883553, + "z": 659.117859 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_grunt_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 5 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_suicideGrunt_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2262753, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 93 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 160, + "TotalMana": 5535.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 83, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 475, + "TotalMana": 6455.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 182, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 38063, + "TotalMana": 38063.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2262862, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 2263003, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_air_spiritGunship_01", + "VictimInstanceId": 1659, + "VictimLocation": { + "x": 575.3557, + "y": 19.609375, + "z": 586.7941 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 8, + "CombatStats": { + "11": { + "AttacksLanded": 138 + }, + "15": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2263975, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_inf_jackal_01", + "VictimInstanceId": 1660, + "VictimLocation": { + "x": 581.875732, + "y": 7.671875, + "z": 583.660156 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2264162, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_inf_jackal_01", + "VictimInstanceId": 1661, + "VictimLocation": { + "x": 567.4549, + "y": 7.671875, + "z": 586.7717 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2264303, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 2264350, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_02", + "VictimInstanceId": 1656, + "VictimLocation": { + "x": 575.8721, + "y": 7.671875, + "z": 580.2471 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2265046, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1586, + "VictimLocation": { + "x": 724.7169, + "y": 42.64874, + "z": 607.25824 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_grunt_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2265249, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1616, + "VictimLocation": { + "x": 561.1512, + "y": 36.63557, + "z": 660.252747 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2267851, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 93 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 87, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 235, + "TotalMana": 5610.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 83, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 465, + "TotalMana": 6455.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 176, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 38125, + "TotalMana": 38125.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2267960, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "PowerId": "RMStructuralShielding", + "InstanceId": 1662, + "TargetLocation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2268663, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 2, + "CardId": "a03d341c-3a13-4b51-8b7f-00ddc944acd2", + "InstanceId": 1663, + "ManaCost": 90, + "TargetLocation": { + "x": 623.9642, + "y": 21.1231689, + "z": 648.9822 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2268663, + "EventName": "CardPlayed" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1605, + "VictimLocation": { + "x": 589.016357, + "y": 19.2353344, + "z": 733.3142 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2269663, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_inf_hunter_01", + "VictimInstanceId": 1664, + "VictimLocation": { + "x": 577.924744, + "y": 7.67047739, + "z": 572.6923 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 35 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 5, + "CombatStats": { + "11": { + "AttacksLanded": 66 + }, + "15": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2269851, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1593, + "VictimLocation": { + "x": 583.586243, + "y": 20.7354546, + "z": 745.0211 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2269976, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_inf_hunter_01", + "VictimInstanceId": 1665, + "VictimLocation": { + "x": 567.246643, + "y": 7.671875, + "z": 575.7825 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 43 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 46 + }, + "15": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2270491, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 2271436, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1617, + "VictimLocation": { + "x": 560.9122, + "y": 33.3660355, + "z": 650.4401 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2272452, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 95 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 5655.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 83, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 375, + "TotalMana": 6455.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 157, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 38277, + "TotalMana": 38277.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2272946, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1633, + "VictimLocation": { + "x": 589.062439, + "y": 29.0012722, + "z": 582.5305 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2275956, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 98 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 5655.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 83, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 375, + "TotalMana": 6455.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 154, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 38310, + "TotalMana": 38310.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2277950, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1594, + "VictimLocation": { + "x": 533.976563, + "y": 31.0471363, + "z": 563.8781 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2282539, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 102 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 5655.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 83, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 375, + "TotalMana": 6455.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 151, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 38342, + "TotalMana": 38342.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2282961, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 33, + "WaveDurationMilliseconds": 61068, + "TimeSinceStartMilliseconds": 2284945, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 34, + "TimeSinceStartMilliseconds": 2286266, + "EventName": "FirefightWaveStarted" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1635, + "VictimLocation": { + "x": 571.5894, + "y": 28.4345875, + "z": 585.767334 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMSpiritGunship": { + "Count": 0, + "CombatStats": { + "4": { + "AttacksLanded": 14 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2286641, + "EventName": "Death" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1710, + "TargetLocation": { + "x": 368.2401, + "y": 27.7819, + "z": 379.9287 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2287109, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1711, + "CreatorInstanceId": 1710, + "SpawnLocation": { + "x": 368.2401, + "y": 27.5545788, + "z": 379.9287 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2287109, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1712, + "TargetLocation": { + "x": 423.0052, + "y": 32.4268, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2287266, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1713, + "CreatorInstanceId": 1712, + "SpawnLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2287266, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 106 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 5655.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 83, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 375, + "TotalMana": 6455.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 104, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 38379, + "TotalMana": 38379.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2288103, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1628, + "VictimLocation": { + "x": 553.7447, + "y": 26.9464436, + "z": 575.3167 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 36 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2290603, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 110 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 5655.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 83, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 375, + "TotalMana": 6455.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 101, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 38412, + "TotalMana": 38412.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2293052, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "3c9d0bdd-3fc6-49aa-b348-a25bc7f05ae5", + "InstanceId": 1714, + "ManaCost": 70, + "TargetLocation": { + "x": 591.9683, + "y": 7.671875, + "z": 589.815063 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2293833, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_prowler_01", + "InstanceId": 1715, + "CreatorInstanceId": 1714, + "SpawnLocation": { + "x": 591.9683, + "y": 7.671875, + "z": 589.815063 + }, + "SupplyCost": 400, + "EnergyCost": 0, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2293833, + "EventName": "UnitTrained" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2293989, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1653, + "VictimLocation": { + "x": 593.950256, + "y": 17.90887, + "z": 657.3239 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 27 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2294458, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1672, + "VictimLocation": { + "x": 510.4917, + "y": 8.216791, + "z": 681.089355 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2295145, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1688, + "VictimLocation": { + "x": 524.2938, + "y": 7.322575, + "z": 682.4221 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2295489, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1611, + "VictimLocation": { + "x": 658.299, + "y": 49.79879, + "z": 631.8755 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_spiritGunship_01": { + "Count": 1, + "CombatStats": { + "1": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 11 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 5, + "CombatStats": { + "8": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2296099, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "33653771-6bbd-4654-8422-c61dff2060ec", + "InstanceId": 1716, + "ManaCost": 60, + "TargetLocation": { + "x": 591.9683, + "y": 7.671875, + "z": 589.815063 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2296442, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_banshee_01", + "InstanceId": 1717, + "CreatorInstanceId": 1716, + "SpawnLocation": { + "x": 591.9683, + "y": 7.671875, + "z": 589.815063 + }, + "SupplyCost": 300, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2296505, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1613, + "VictimLocation": { + "x": 594.7753, + "y": 25.705431, + "z": 592.0459 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_spiritGunship_01": { + "Count": 1, + "CombatStats": { + "1": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 20 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2297192, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 110 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 5655.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 89, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 245, + "TotalMana": 6455.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 87, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 38574, + "TotalMana": 38574.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2297864, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 1718, + "ManaCost": 40, + "TargetLocation": { + "x": 591.9683, + "y": 7.671875, + "z": 589.815063 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2297974, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 1719, + "CreatorInstanceId": 1718, + "SpawnLocation": { + "x": 591.9683, + "y": 7.671875, + "z": 589.815063 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2297974, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1675, + "VictimLocation": { + "x": 584.103149, + "y": 32.99023, + "z": 618.1708 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2298114, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 1720, + "ManaCost": 60, + "TargetLocation": { + "x": 592.003052, + "y": 7.671875, + "z": 589.3478 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2299262, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 1721, + "CreatorInstanceId": 1720, + "SpawnLocation": { + "x": 592.003052, + "y": 7.671875, + "z": 589.3478 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2299309, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1612, + "VictimLocation": { + "x": 664.2471, + "y": 44.12886, + "z": 656.985352 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2299408, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1614, + "VictimLocation": { + "x": 684.3806, + "y": 48.1646347, + "z": 655.3034 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 22 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_grunt_01": { + "Count": 5, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2299736, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1715, + "VictimLocation": { + "x": 591.959045, + "y": 8.159323, + "z": 590.1161 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 15 + }, + "15": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2300388, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1677, + "VictimLocation": { + "x": 516.919067, + "y": 7.168414, + "z": 677.4626 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 40 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2300529, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_gorgon_02", + "VictimInstanceId": 1704, + "VictimLocation": { + "x": 529.8192, + "y": 7.025192, + "z": 666.3254 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2300841, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1669, + "VictimLocation": { + "x": 495.355957, + "y": 7.62053728, + "z": 673.417969 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 40 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2300982, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_02", + "VictimInstanceId": 1680, + "VictimLocation": { + "x": 502.681152, + "y": 5.24591, + "z": 663.919 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2301060, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 1649, + "VictimLocation": { + "x": 598.830444, + "y": 18.125, + "z": 661.567444 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 40 + }, + "17": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + }, + "17": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 4, + "CombatStats": { + "11": { + "AttacksLanded": 39 + }, + "15": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2301263, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_gorgon_02", + "VictimInstanceId": 1709, + "VictimLocation": { + "x": 529.6273, + "y": 7.73094, + "z": 679.238 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2301263, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1706, + "VictimLocation": { + "x": 664.704041, + "y": 47.39866, + "z": 658.004639 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 8 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2302440, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 1719, + "VictimLocation": { + "x": 579.379944, + "y": 7.66796875, + "z": 601.399231 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + }, + "17": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2303056, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 110 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 5655.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 84, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 6540.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 49, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 38841, + "TotalMana": 38841.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2303166, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "a7530a57-b21d-48fc-9ba3-0965bae42e23", + "InstanceId": 1722, + "ManaCost": 160, + "TargetLocation": { + "x": 613.4401, + "y": 19.8301544, + "z": 652.233032 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2303541, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_02", + "InstanceId": 1723, + "CreatorInstanceId": 1722, + "SpawnLocation": { + "x": 613.4401, + "y": 19.8301544, + "z": 652.233032 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2303541, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1626, + "VictimLocation": { + "x": 673.593567, + "y": 49.3499336, + "z": 642.1125 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 19 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 4, + "CombatStats": { + "8": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2303681, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1717, + "VictimLocation": { + "x": 591.4276, + "y": 26.88925, + "z": 588.997437 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 26 + }, + "15": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2304681, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1441, + "VictimLocation": { + "x": 549.016, + "y": 7.137457, + "z": 535.288452 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 54 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2304947, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1565, + "VictimLocation": { + "x": 556.7503, + "y": 6.60546875, + "z": 533.689148 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2305244, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1525, + "VictimLocation": { + "x": 575.831848, + "y": 7.03092146, + "z": 533.45 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2305385, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1687, + "VictimLocation": { + "x": 557.9139, + "y": 11.9030867, + "z": 699.2702 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2305541, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1684, + "VictimLocation": { + "x": 545.7367, + "y": 10.2417173, + "z": 692.7942 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2305713, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 1668, + "VictimLocation": { + "x": 562.9075, + "y": 11.74243, + "z": 689.7518 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 18 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2305838, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 1721, + "VictimLocation": { + "x": 592.598, + "y": 7.671875, + "z": 581.5585 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "15": { + "AttacksLanded": 2 + }, + "11": { + "AttacksLanded": 8 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + }, + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2306103, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1699, + "VictimLocation": { + "x": 634.801758, + "y": 24.2761, + "z": 637.8242 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + }, + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 6 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 7, + "CombatStats": { + "8": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2306228, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1685, + "VictimLocation": { + "x": 545.595642, + "y": 10.0369968, + "z": 706.8325 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2306369, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 1690, + "VictimLocation": { + "x": 544.272034, + "y": 9.779007, + "z": 712.246643 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2306463, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1683, + "VictimLocation": { + "x": 543.224365, + "y": 10.0532846, + "z": 696.606934 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2306635, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 2307041, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 111 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 280, + "TotalMana": 5655.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 84, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 130, + "TotalMana": 6600.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 250, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 39238, + "TotalMana": 39238.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2307959, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1622, + "VictimLocation": { + "x": 649.753357, + "y": 44.98557, + "z": 691.200439 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2308538, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2309647, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 1674, + "VictimLocation": { + "x": 649.902649, + "y": 21.887743, + "z": 619.0133 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_grunt_01": { + "Count": 3, + "CombatStats": { + "8": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "15": { + "AttacksLanded": 2 + }, + "11": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2310565, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1511, + "VictimLocation": { + "x": 562.686462, + "y": 8.151876, + "z": 589.505066 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2310627, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2310955, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 1, + "PowerId": "RMCleansingBeam", + "InstanceId": 1724, + "TargetLocation": { + "x": 580.8374, + "y": 14.804718, + "z": 671.9058 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2311065, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 1, + "CardId": "c85ab1fe-6bea-4cd2-897a-bea50e33b08e", + "InstanceId": 1725, + "ManaCost": 110, + "TargetLocation": { + "x": 589.2661, + "y": 15.8720322, + "z": 671.8621 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2311065, + "EventName": "CardPlayed" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1537, + "VictimLocation": { + "x": 617.2319, + "y": 7.696317, + "z": 534.878357 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2311660, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1495, + "ManaRateIncrease": 40, + "Location": { + "x": 428.264862, + "y": 31.95341, + "z": 297.6594 + }, + "TimeSinceStartMilliseconds": 2311776, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1713, + "VictimLocation": { + "x": 423.0052, + "y": 32.1459732, + "z": 294.2661 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2311776, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 427.9767, + "y": 32.14308, + "z": 293.3779 + }, + "TimeSinceStartMilliseconds": 2311870, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 1726, + "ManaCost": 50, + "TargetLocation": { + "x": 625.4477, + "y": 20.9052887, + "z": 646.6031 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2311870, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 1727, + "CreatorInstanceId": 1726, + "SpawnLocation": { + "x": 625.4477, + "y": 20.9052887, + "z": 646.6031 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2311932, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 415.425751, + "y": 31.9074249, + "z": 295.321472 + }, + "TimeSinceStartMilliseconds": 2312104, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1482, + "VictimLocation": { + "x": 592.084045, + "y": 7.671875, + "z": 581.088867 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2312338, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1670, + "VictimLocation": { + "x": 685.9845, + "y": 44.70674, + "z": 759.223 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 23 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2312604, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1434, + "VictimLocation": { + "x": 537.5528, + "y": 6.280803, + "z": 643.7671 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2312698, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 115 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 5715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 87, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 6660.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 219, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 39466, + "TotalMana": 39466.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2313010, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1624, + "VictimLocation": { + "x": 642.740051, + "y": 47.73139, + "z": 666.1934 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 12, + "CombatStats": { + "8": { + "AttacksLanded": 27 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2313541, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_02", + "VictimInstanceId": 1682, + "VictimLocation": { + "x": 594.7716, + "y": 17.8845158, + "z": 665.385437 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2314760, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 1543, + "VictimLocation": { + "x": 598.5803, + "y": 7.671875, + "z": 574.9192 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2315135, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 1702, + "VictimLocation": { + "x": 604.510864, + "y": 19.7193432, + "z": 670.002441 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2315354, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1701, + "VictimLocation": { + "x": 623.022156, + "y": 29.9804535, + "z": 570.001953 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 12 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2316119, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1697, + "VictimLocation": { + "x": 633.036133, + "y": 19.59375, + "z": 736.499939 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2316229, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1673, + "VictimLocation": { + "x": 599.5721, + "y": 41.90275, + "z": 684.686035 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2316760, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 119 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 5715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 87, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 6660.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 192, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 39663, + "TotalMana": 39663.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2317948, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1489, + "VictimLocation": { + "x": 573.458862, + "y": 7.66796875, + "z": 563.58606 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2318119, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1681, + "VictimLocation": { + "x": 573.291565, + "y": 13.0075893, + "z": 679.552856 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2318744, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 1700, + "VictimLocation": { + "x": 658.1415, + "y": 18.6948223, + "z": 724.050659 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 21 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2320139, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 1456, + "VictimLocation": { + "x": 541.3906, + "y": 6.612807, + "z": 642.991943 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2321234, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1694, + "VictimLocation": { + "x": 634.821655, + "y": 20.3367252, + "z": 742.08374 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 17 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2321937, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1708, + "VictimLocation": { + "x": 664.592163, + "y": 22.7001915, + "z": 749.286133 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2322466, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 123 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 5715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 87, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 6660.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 166, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 39795, + "TotalMana": 39795.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2323013, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1671, + "VictimLocation": { + "x": 661.188049, + "y": 41.8269043, + "z": 739.7635 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 20 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2323138, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 766, + "VictimLocation": { + "x": 672.7209, + "y": 13.8062773, + "z": 550.750366 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_hornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 18 + } + } + }, + "neutralfor_rm_sentinel_01": { + "Count": 2, + "CombatStats": { + "0": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 72 + }, + "15": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2323794, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1695, + "VictimLocation": { + "x": 590.715149, + "y": 17.2813377, + "z": 723.081543 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2324279, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1645, + "VictimLocation": { + "x": 584.91394, + "y": 14.6337748, + "z": 676.9254 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 30 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 6 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 8 + }, + "18": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2326853, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1705, + "VictimLocation": { + "x": 632.8394, + "y": 35.2021332, + "z": 560.835144 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2327135, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 126 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 290, + "TotalMana": 5775.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 84, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 6660.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 154, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 39917, + "TotalMana": 39917.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2328000, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 130 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 290, + "TotalMana": 5775.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 84, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 6660.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 154, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 39925, + "TotalMana": 39925.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2332997, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1703, + "VictimLocation": { + "x": 641.1859, + "y": 31.87926, + "z": 552.837769 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2334488, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1679, + "VictimLocation": { + "x": 565.8942, + "y": 31.3247032, + "z": 602.53 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 39 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2337264, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 134 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 290, + "TotalMana": 5775.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 84, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 6660.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 148, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 39992, + "TotalMana": 39992.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2338000, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1696, + "VictimLocation": { + "x": 375.1537, + "y": 30.3449173, + "z": 407.515137 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2338707, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1676, + "VictimLocation": { + "x": 559.632568, + "y": 29.8852139, + "z": 613.7638 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 54 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2340340, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 1728, + "ManaCost": 120, + "TargetLocation": { + "x": 637.586731, + "y": 22.6235352, + "z": 648.733948 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2340559, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 1729, + "CreatorInstanceId": 1728, + "SpawnLocation": { + "x": 637.586731, + "y": 22.6235352, + "z": 648.733948 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2340559, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 138 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 290, + "TotalMana": 5775.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 20, + "TotalMana": 6660.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 137, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 40089, + "TotalMana": 40089.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2342996, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1596, + "VictimLocation": { + "x": 366.621124, + "y": 29.5011177, + "z": 398.784363 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2345348, + "EventName": "Death" + }, + { + "WaveNumber": 34, + "WaveDurationMilliseconds": 61075, + "TimeSinceStartMilliseconds": 2345739, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 35, + "TimeSinceStartMilliseconds": 2346834, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 2347240, + "EventName": "CardCycled" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1748, + "TargetLocation": { + "x": 441.5551, + "y": 2.7826, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2347857, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1749, + "CreatorInstanceId": 1748, + "SpawnLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2347857, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1750, + "TargetLocation": { + "x": 583.3898, + "y": 8.7403, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2347966, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1751, + "CreatorInstanceId": 1750, + "SpawnLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2347966, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 141 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 290, + "TotalMana": 5775.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15, + "TotalMana": 6660.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 239, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 40156, + "TotalMana": 40156.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2348091, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1600, + "VictimLocation": { + "x": 565.6974, + "y": 29.04602, + "z": 609.9317 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_spiritGunship_01": { + "Count": 1, + "CombatStats": { + "1": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 32 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 23 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2348544, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 1588, + "VictimLocation": { + "x": 364.156616, + "y": 30.4846325, + "z": 411.000427 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2351434, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 145 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 290, + "TotalMana": 5775.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15, + "TotalMana": 6660.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 228, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 40188, + "TotalMana": 40188.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2353034, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1711, + "VictimLocation": { + "x": 368.2401, + "y": 27.5545788, + "z": 379.9287 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 3 + } + } + } + } + }, + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2356145, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1495, + "ManaRateIncrease": 40, + "Location": { + "x": 375.099884, + "y": 28.230423, + "z": 377.714874 + }, + "TimeSinceStartMilliseconds": 2356277, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 364.610962, + "y": 28.2557888, + "z": 388.059875 + }, + "TimeSinceStartMilliseconds": 2356277, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 834, + "ManaRateIncrease": 40, + "Location": { + "x": 371.076477, + "y": 28.7481251, + "z": 370.439728 + }, + "TimeSinceStartMilliseconds": 2356464, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 149 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 350, + "TotalMana": 5835.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 6720.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 228, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 40195, + "TotalMana": 40195.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2358045, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 1733, + "VictimLocation": { + "x": 544.0424, + "y": 10.063694, + "z": 692.8566 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 59 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2361157, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 153 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 350, + "TotalMana": 5835.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 6720.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 218, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 40203, + "TotalMana": 40203.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2363047, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 1742, + "VictimLocation": { + "x": 572.035461, + "y": 12.6484375, + "z": 683.476746 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 55 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2365580, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_gorgon_02", + "VictimInstanceId": 1707, + "VictimLocation": { + "x": 537.4611, + "y": 7.497223, + "z": 657.9796 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2366365, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 1739, + "VictimLocation": { + "x": 575.568665, + "y": 13.4085627, + "z": 677.5973 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 84 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 32 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2366646, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 156 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 350, + "TotalMana": 5835.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 6720.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 193, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 40210, + "TotalMana": 40210.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2368077, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1686, + "VictimLocation": { + "x": 626.539, + "y": 8.805584, + "z": 537.5326 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + }, + "17": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2371113, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 1734, + "VictimLocation": { + "x": 566.6449, + "y": 12.3125, + "z": 681.973145 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 53 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 30 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2371629, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 160 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 350, + "TotalMana": 5835.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 6720.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 177, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 40272, + "TotalMana": 40272.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2373041, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1698, + "VictimLocation": { + "x": 603.5654, + "y": 8.148647, + "z": 581.856262 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 12 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2374135, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1751, + "VictimLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + } + } + }, + "3": { + "ObjectParticipants": { + "cov_inf_rm_decimus_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2375245, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1495, + "ManaRateIncrease": 40, + "Location": { + "x": 577.5024, + "y": 8.667315, + "z": 443.0444 + }, + "TimeSinceStartMilliseconds": 2375354, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1495, + "ManaRateIncrease": 40, + "Location": { + "x": 573.4943, + "y": 9.16284752, + "z": 438.644226 + }, + "TimeSinceStartMilliseconds": 2375354, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1729, + "VictimLocation": { + "x": 579.2864, + "y": 14.0201073, + "z": 675.474365 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_decimus_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_inf_rm_atrioxchosen_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 3 + }, + "255": { + "AttacksLanded": 186 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2375744, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1678, + "VictimLocation": { + "x": 547.38855, + "y": 6.795524, + "z": 628.0774 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2377159, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 164 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 390, + "TotalMana": 5875.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 84, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 175, + "TotalMana": 6820.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 166, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 40369, + "TotalMana": 40369.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2378034, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1444, + "VictimLocation": { + "x": 633.799866, + "y": 9.09252548, + "z": 538.3727 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2378347, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1495, + "ManaRateIncrease": 40, + "Location": { + "x": 591.278259, + "y": 9.347947, + "z": 432.472 + }, + "TimeSinceStartMilliseconds": 2381558, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 168 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 410, + "TotalMana": 5895.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 84, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 6840.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 161, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 40411, + "TotalMana": 40411.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2383030, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 1744, + "VictimLocation": { + "x": 657.6619, + "y": 11.5072117, + "z": 540.2554 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "17": { + "AttacksLanded": 7 + }, + "19": { + "AttacksLanded": 30 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 34 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2383436, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 907, + "VictimLocation": { + "x": 662.6886, + "y": 12.7940416, + "z": 545.6314 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 129 + }, + "15": { + "AttacksLanded": 9 + } + } + }, + "cov_inf_rm_decimus_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2385536, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_atrioxchosen_01", + "VictimInstanceId": 1730, + "VictimLocation": { + "x": 539.2368, + "y": 8.53125, + "z": 679.495056 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 27 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 18 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2386949, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_locust_02", + "VictimInstanceId": 1692, + "VictimLocation": { + "x": 603.0656, + "y": 7.6953125, + "z": 536.134644 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2387655, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 172 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 61, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 470, + "TotalMana": 5955.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 84, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 195, + "TotalMana": 6840.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 147, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 40553, + "TotalMana": 40553.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2388036, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "9478123f-ed1e-4696-91f7-b2c92dd40156", + "InstanceId": 1752, + "ManaCost": 120, + "TargetLocation": { + "x": 679.9213, + "y": 17.8437538, + "z": 586.5347 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2389833, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_air_rm_blisterback_01", + "InstanceId": 1753, + "CreatorInstanceId": 1752, + "SpawnLocation": { + "x": 679.9213, + "y": 17.8437538, + "z": 586.5347 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2389833, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "PowerId": "RMStructuralShielding", + "InstanceId": 1754, + "TargetLocation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2391389, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 2, + "CardId": "a03d341c-3a13-4b51-8b7f-00ddc944acd2", + "InstanceId": 1755, + "ManaCost": 90, + "TargetLocation": { + "x": 594.9121, + "y": 7.66797638, + "z": 602.3611 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2391389, + "EventName": "CardPlayed" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_eliteCommando_01", + "VictimInstanceId": 1731, + "VictimLocation": { + "x": 645.9277, + "y": 20.359375, + "z": 605.8376 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "17": { + "AttacksLanded": 12 + }, + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 8, + "CombatStats": { + "8": { + "AttacksLanded": 24 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2392233, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1693, + "VictimLocation": { + "x": 597.611267, + "y": 7.23652554, + "z": 544.5159 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2392764, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 175 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 350, + "TotalMana": 5955.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 84, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 6840.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 141, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 40710, + "TotalMana": 40710.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2393098, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteHonour_01", + "VictimInstanceId": 1732, + "VictimLocation": { + "x": 618.0267, + "y": 7.395023, + "z": 538.4503 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 34 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 24 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2393841, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1592, + "VictimLocation": { + "x": 651.7349, + "y": 45.523922, + "z": 670.0999 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 3, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2394044, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2395997, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1627, + "VictimLocation": { + "x": 605.673462, + "y": 30.9927769, + "z": 589.221741 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_spiritGunship_01": { + "Count": 1, + "CombatStats": { + "1": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2396685, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1667, + "VictimLocation": { + "x": 641.8878, + "y": 45.4757347, + "z": 648.790649 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 20 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 7, + "CombatStats": { + "8": { + "AttacksLanded": 15 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2397941, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 179 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 350, + "TotalMana": 5955.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 84, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 105, + "TotalMana": 6840.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 132, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 40908, + "TotalMana": 40908.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2398129, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1625, + "VictimLocation": { + "x": 599.1296, + "y": 31.13674, + "z": 592.487061 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2398238, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1532, + "VictimLocation": { + "x": 533.9949, + "y": 6.552164, + "z": 652.7944 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2398941, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 974, + "VictimLocation": { + "x": 618.287659, + "y": 39.6056328, + "z": 620.413 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "unsc_air_rm_vulture_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 1 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 3, + "CombatStats": { + "30": { + "AttacksLanded": 6 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "20": { + "AttacksLanded": 1 + }, + "11": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 6, + "CombatStats": { + "11": { + "AttacksLanded": 116 + }, + "15": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 22 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 4, + "CombatStats": { + "4": { + "AttacksLanded": 16 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2400152, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_inf_rm_eliteCommando_01", + "VictimInstanceId": 834, + "VictimLocation": { + "x": 645.7936, + "y": 17.0771217, + "z": 426.745117 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_atrioxchosen_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 2 + }, + "255": { + "AttacksLanded": 79 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 38 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 4, + "CombatStats": { + "15": { + "AttacksLanded": 11 + }, + "11": { + "AttacksLanded": 149 + } + } + }, + "cov_inf_rm_decimus_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2400434, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1634, + "VictimLocation": { + "x": 633.4309, + "y": 46.8741341, + "z": 684.985 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_suicideGrunt_01": { + "Count": 5, + "CombatStats": { + "8": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 19 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_inf_rm_grunt_01": { + "Count": 4, + "CombatStats": { + "8": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2401514, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "33938f29-7b63-4c5d-b1a7-1963b14b44f5", + "InstanceId": 1756, + "ManaCost": 300, + "TargetLocation": { + "x": 591.30426, + "y": 7.671875, + "z": 567.6454 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2401858, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_scarab_01", + "InstanceId": 1757, + "CreatorInstanceId": 1756, + "SpawnLocation": { + "x": 591.30426, + "y": 7.671875, + "z": 567.6454 + }, + "SupplyCost": 2000, + "EnergyCost": 2000, + "PopulationCost": 40, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2401858, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1666, + "VictimLocation": { + "x": 592.1704, + "y": 28.944273, + "z": 595.5808 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 27 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 12 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2402358, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2402639, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1393, + "VictimLocation": { + "x": 635.2806, + "y": 9.27887, + "z": 546.3639 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "17": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 2 + }, + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_inf_rm_decimus_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2403139, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 183 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 106, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 170, + "TotalMana": 6075.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 79, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 6875.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 117, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41055, + "TotalMana": 41055.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2403248, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1528, + "VictimLocation": { + "x": 615.573, + "y": 7.53656864, + "z": 545.768066 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2403702, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 146, + "VictimLocation": { + "x": 635.63324, + "y": 8.891867, + "z": 545.497437 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 2 + }, + "7": { + "AttacksLanded": 6 + } + } + }, + "cov_inf_rm_decimus_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 4, + "CombatStats": { + "15": { + "AttacksLanded": 4 + } + } + }, + "neutralfor_rm_sentineltier2_01": { + "Count": 3, + "CombatStats": { + "30": { + "AttacksLanded": 16 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 62 + }, + "20": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2404504, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 1580, + "VictimLocation": { + "x": 608.6861, + "y": 31.6501846, + "z": 614.137268 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_grunt_01": { + "Count": 9, + "CombatStats": { + "8": { + "AttacksLanded": 21 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 11 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2405785, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 2406600, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1451, + "VictimLocation": { + "x": 638.7645, + "y": 9.801468, + "z": 530.533752 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2406725, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 230, + "TotalMana": 6135.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 79, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 140, + "TotalMana": 6875.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 98, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41137, + "TotalMana": 41137.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2408144, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "21ceca03-70a7-49e1-8515-5b1dbac7ba2b", + "InstanceId": 1758, + "ManaCost": 190, + "TargetLocation": { + "x": 589.209961, + "y": 7.671875, + "z": 594.52 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2408332, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_eliteCommando_01", + "InstanceId": 1759, + "CreatorInstanceId": 1758, + "SpawnLocation": { + "x": 589.209961, + "y": 7.671875, + "z": 594.52 + }, + "SupplyCost": 450, + "EnergyCost": 400, + "PopulationCost": 1, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2408332, + "EventName": "UnitTrained" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2409135, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_02", + "VictimInstanceId": 968, + "VictimLocation": { + "x": 690.206848, + "y": 18.90625, + "z": 714.225 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 9 + } + } + }, + "unsc_veh_rm_scorpion_02": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + }, + "unsc_veh_rm_gausswarthog_01": { + "Count": 1, + "CombatStats": { + "25": { + "AttacksLanded": 1 + } + } + }, + "unsc_veh_rm_warthog_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 32 + } + } + }, + "unsc_air_rm_vulture_01": { + "Count": 2, + "CombatStats": { + "17": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 46 + }, + "15": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2409557, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 1746, + "VictimLocation": { + "x": 665.8798, + "y": 11.9068689, + "z": 532.792236 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 47 + } + } + }, + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 26 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2412466, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 1745, + "VictimLocation": { + "x": 680.4762, + "y": 16.640625, + "z": 579.1652 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 35 + }, + "17": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 18 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + }, + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2412747, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "201fd23e-4d39-4a41-8a4b-566cd3ca68a7", + "InstanceId": 1760, + "ManaCost": 30, + "TargetLocation": { + "x": 585.053955, + "y": 7.671875, + "z": 586.328857 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2413044, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_jackal_01", + "InstanceId": 1761, + "CreatorInstanceId": 1760, + "SpawnLocation": { + "x": 585.053955, + "y": 7.671875, + "z": 586.328857 + }, + "SupplyCost": 80, + "EnergyCost": 110, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2413044, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 94, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 165, + "TotalMana": 6260.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 82, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 6875.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41144, + "TotalMana": 41144.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2413200, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 2, + "CardId": "3c9d0bdd-3fc6-49aa-b348-a25bc7f05ae5", + "InstanceId": 1762, + "ManaCost": 70, + "TargetLocation": { + "x": 585.053955, + "y": 7.671875, + "z": 586.328857 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2414356, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_prowler_01", + "InstanceId": 1763, + "CreatorInstanceId": 1762, + "SpawnLocation": { + "x": 585.053955, + "y": 7.671875, + "z": 586.328857 + }, + "SupplyCost": 400, + "EnergyCost": 0, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2414356, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 1, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 1764, + "ManaCost": 50, + "TargetLocation": { + "x": 695.907532, + "y": 18.9195557, + "z": 702.2041 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2415357, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 1765, + "CreatorInstanceId": 1764, + "SpawnLocation": { + "x": 695.907532, + "y": 18.9195557, + "z": 702.2041 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2415357, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_atrioxchosen_01", + "VictimInstanceId": 1747, + "VictimLocation": { + "x": 535.2373, + "y": 8.1875, + "z": 680.0198 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 45 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2415857, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 1766, + "ManaCost": 40, + "TargetLocation": { + "x": 585.053955, + "y": 7.671875, + "z": 586.328857 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2417544, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 1767, + "CreatorInstanceId": 1766, + "SpawnLocation": { + "x": 585.053955, + "y": 7.671875, + "z": 586.328857 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2417544, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 97, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 6260.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 6875.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41257, + "TotalMana": 41257.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2418138, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "922ad0f1-8351-4ff5-9d83-c12f3f358314", + "InstanceId": 1768, + "ManaCost": 40, + "TargetLocation": { + "x": 604.660339, + "y": 7.66797638, + "z": 582.7591 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2419845, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_01", + "InstanceId": 1769, + "CreatorInstanceId": 1768, + "SpawnLocation": { + "x": 604.660339, + "y": 7.66796875, + "z": 582.7591 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2419845, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_eliteCommando_01", + "VictimInstanceId": 1737, + "VictimLocation": { + "x": 686.5422, + "y": 18.90625, + "z": 711.2827 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 30 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 10 + }, + "18": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2420760, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2421135, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 101, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 6260.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 6875.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41359, + "TotalMana": 41359.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2423141, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_atrioxchosen_01", + "VictimInstanceId": 1740, + "VictimLocation": { + "x": 658.089966, + "y": 12.890625, + "z": 481.086517 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 25 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 21 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2424381, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 1743, + "VictimLocation": { + "x": 648.788269, + "y": 15.4609375, + "z": 440.2753 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 39 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2425045, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 101, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 6260.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 6875.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 68, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41471, + "TotalMana": 41471.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2428139, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 1770, + "ManaCost": 60, + "TargetLocation": { + "x": 604.556946, + "y": 7.67188263, + "z": 573.0366 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2428545, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 1771, + "CreatorInstanceId": 1770, + "SpawnLocation": { + "x": 604.556946, + "y": 7.671875, + "z": 573.0366 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2428545, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_decimus_01", + "VictimInstanceId": 1735, + "VictimLocation": { + "x": 665.6898, + "y": 13.4375, + "z": 481.466644 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_eliteCommando_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + }, + "31": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + }, + "0": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2429827, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1623, + "VictimLocation": { + "x": 666.6638, + "y": 32.7995758, + "z": 485.250031 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_scarab_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 29 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2431634, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_scarab_01", + "VictimInstanceId": 1757, + "VictimLocation": { + "x": 655.2301, + "y": 14.4609375, + "z": 460.865662 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + }, + "cov_inf_rm_decimus_01": { + "Count": 5, + "CombatStats": { + "19": { + "AttacksLanded": 28 + } + } + }, + "cov_inf_rm_atrioxchosen_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + }, + "255": { + "AttacksLanded": 84 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2431931, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15, + "TotalMana": 6260.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 6875.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 55, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41503, + "TotalMana": 41503.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2433148, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 35, + "WaveDurationMilliseconds": 91686, + "TimeSinceStartMilliseconds": 2437428, + "EventName": "FirefightWaveCompleted" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15, + "TotalMana": 6260.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 6875.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41510, + "TotalMana": 41510.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2438148, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15, + "TotalMana": 6260.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 6875.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41517, + "TotalMana": 41517.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2443135, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15, + "TotalMana": 6260.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 6875.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41525, + "TotalMana": 41525.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2448130, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 15, + "TotalMana": 6260.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 6875.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 215, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41532, + "TotalMana": 41532.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2453830, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 36, + "TimeSinceStartMilliseconds": 2454346, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1830, + "TargetLocation": { + "x": 295.7496, + "y": 29.2451, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2455057, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1831, + "CreatorInstanceId": 1830, + "SpawnLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2455057, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1832, + "TargetLocation": { + "x": 520.0574, + "y": 7.4792, + "z": 715.8888 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2455166, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1833, + "CreatorInstanceId": 1832, + "SpawnLocation": { + "x": 520.0574, + "y": 6.255859, + "z": 715.8888 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2455166, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 1763, + "ManaRateIncrease": 40, + "Location": { + "x": 447.718, + "y": 3.08057237, + "z": 576.181152 + }, + "TimeSinceStartMilliseconds": 2457369, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1749, + "VictimLocation": { + "x": 441.5551, + "y": 2.45279431, + "z": 579.027 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2457463, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 1763, + "ManaRateIncrease": 40, + "Location": { + "x": 444.024963, + "y": 2.1289103, + "z": 585.9097 + }, + "TimeSinceStartMilliseconds": 2457651, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CollectorInstanceId": 1763, + "ManaRateIncrease": 40, + "Location": { + "x": 437.098, + "y": 2.38288736, + "z": 583.278 + }, + "TimeSinceStartMilliseconds": 2457651, + "EventName": "ManaOrbCollected" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 6320.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 6935.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 215, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41539, + "TotalMana": 41539.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2458338, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 6320.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 6935.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 215, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41546, + "TotalMana": 41546.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2463230, + "EventName": "ResourceHeartbeat" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 6320.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 6935.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 215, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41553, + "TotalMana": 41553.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2468165, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1787, + "VictimLocation": { + "x": 504.880768, + "y": 4.70030165, + "z": 636.0141 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2469243, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1784, + "VictimLocation": { + "x": 533.5061, + "y": 6.034885, + "z": 645.0969 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2469352, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "4a42249a-1099-4abb-92f2-490e2817a2dd", + "InstanceId": 1834, + "ManaCost": 20, + "TargetLocation": { + "x": 633.4884, + "y": 21.5411911, + "z": 374.991547 + }, + "SpawnAtBase": true, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2470743, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_bruteChopper_01", + "InstanceId": 1835, + "CreatorInstanceId": 1834, + "SpawnLocation": { + "x": 633.4884, + "y": 21.5550518, + "z": 374.991547 + }, + "SupplyCost": 270, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2470743, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1798, + "VictimLocation": { + "x": 529.1198, + "y": 5.46484375, + "z": 632.9692 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2471962, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 6320.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 6935.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 203, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41656, + "TotalMana": 41656.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2473149, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1822, + "VictimLocation": { + "x": 509.806458, + "y": 4.712722, + "z": 640.0276 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2473368, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "40a4d5d5-c9b7-496a-830c-9b1680fba5a1", + "InstanceId": 1836, + "ManaCost": 60, + "TargetLocation": { + "x": 576.120544, + "y": 7.671875, + "z": 577.910156 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2474646, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_veh_rm_gorgon_01", + "InstanceId": 1837, + "CreatorInstanceId": 1836, + "SpawnLocation": { + "x": 576.120544, + "y": 7.671875, + "z": 577.910156 + }, + "SupplyCost": 175, + "EnergyCost": 225, + "PopulationCost": 5, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2474646, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1783, + "VictimLocation": { + "x": 577.340759, + "y": 14.1278648, + "z": 702.4388 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 22 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 33 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2476443, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1786, + "VictimLocation": { + "x": 549.0578, + "y": 7.577142, + "z": 564.41864 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2476552, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 1804, + "VictimLocation": { + "x": 516.4458, + "y": 4.91015625, + "z": 642.0308 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2476630, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1829, + "VictimLocation": { + "x": 591.3949, + "y": 15.4112854, + "z": 685.2765 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2476864, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 6320.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 96, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 0, + "TotalMana": 6935.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 187, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41788, + "TotalMana": 41788.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2478134, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2478244, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1778, + "VictimLocation": { + "x": 560.5791, + "y": 7.669067, + "z": 579.4377 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2481528, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 1767, + "VictimLocation": { + "x": 583.422852, + "y": 7.671875, + "z": 595.8867 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 3, + "CombatStats": { + "4": { + "AttacksLanded": 12 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 3, + "CombatStats": { + "13": { + "AttacksLanded": 5 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 4, + "CombatStats": { + "4": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2481778, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1781, + "VictimLocation": { + "x": 569.6707, + "y": 12.7827034, + "z": 694.6623 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2481840, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1776, + "VictimLocation": { + "x": 549.399841, + "y": 7.66796875, + "z": 572.674561 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2482043, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1777, + "VictimLocation": { + "x": 522.8406, + "y": 5.1910243, + "z": 638.363342 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2483140, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 6415.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 92, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 20, + "TotalMana": 6955.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 173, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 41945, + "TotalMana": 41945.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2483284, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1772, + "VictimLocation": { + "x": 640.884766, + "y": 19.9606113, + "z": 741.4998 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 31 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2483849, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1773, + "VictimLocation": { + "x": 560.9343, + "y": 7.671875, + "z": 570.888062 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2484258, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1785, + "VictimLocation": { + "x": 562.02356, + "y": 7.671875, + "z": 594.961731 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 3 + }, + "15": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2485444, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1788, + "VictimLocation": { + "x": 548.4986, + "y": 8.267253, + "z": 589.4691 + }, + "IsSuicide": false, + "Participants": { + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2486037, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1819, + "VictimLocation": { + "x": 650.6829, + "y": 18.6205177, + "z": 731.122559 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2488144, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1796, + "VictimLocation": { + "x": 586.809937, + "y": 14.6395893, + "z": 683.6453 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 28 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2488253, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 6415.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 87, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 50, + "TotalMana": 6985.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 154, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 42137, + "TotalMana": 42137.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2488347, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1782, + "VictimLocation": { + "x": 552.4406, + "y": 7.667896, + "z": 569.1307 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2488727, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1775, + "VictimLocation": { + "x": 537.7378, + "y": 5.85980558, + "z": 635.1991 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 30 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2489524, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1789, + "VictimLocation": { + "x": 559.757263, + "y": 7.662158, + "z": 611.0572 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2489727, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1810, + "VictimLocation": { + "x": 552.104858, + "y": 7.01953125, + "z": 622.3084 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 17 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2490040, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CardId": "f6478fc0-d63c-4e96-9a1d-9053454f2858", + "InstanceId": 1838, + "ManaCost": 60, + "TargetLocation": { + "x": 599.2415, + "y": 7.669449, + "z": 587.3573 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2491926, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_locust_02", + "InstanceId": 1839, + "CreatorInstanceId": 1838, + "SpawnLocation": { + "x": 599.2415, + "y": 7.66945028, + "z": 587.3573 + }, + "SupplyCost": 250, + "EnergyCost": 175, + "PopulationCost": 4, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2491926, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1821, + "VictimLocation": { + "x": 574.248962, + "y": 7.671875, + "z": 586.5519 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 6 + }, + "15": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2492458, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1808, + "VictimLocation": { + "x": 580.071167, + "y": 14.3359375, + "z": 675.2936 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2493239, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 73, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 6415.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 87, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 50, + "TotalMana": 6985.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 132, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 42310, + "TotalMana": 42310.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2493348, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1801, + "VictimLocation": { + "x": 582.2393, + "y": 13.8673754, + "z": 683.4477 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2493458, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1803, + "VictimLocation": { + "x": 643.9605, + "y": 19.3772087, + "z": 737.2488 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 5 + }, + "18": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2493551, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1817, + "VictimLocation": { + "x": 583.7328, + "y": 7.67135334, + "z": 565.477234 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2493739, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1828, + "VictimLocation": { + "x": 581.4252, + "y": 7.671875, + "z": 593.3927 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2494662, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_02", + "VictimInstanceId": 1814, + "VictimLocation": { + "x": 662.9239, + "y": 18.4918823, + "z": 722.50946 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 3 + }, + "7": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2496155, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1827, + "VictimLocation": { + "x": 570.799744, + "y": 7.671875, + "z": 578.5011 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2496437, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_02", + "VictimInstanceId": 1825, + "VictimLocation": { + "x": 552.547668, + "y": 7.66774464, + "z": 564.0226 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2497030, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1831, + "VictimLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_bruteChopper_01": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 51 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2497129, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2498033, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1807, + "VictimLocation": { + "x": 586.742065, + "y": 14.4894238, + "z": 691.3468 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 27 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2498142, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 73, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 90, + "TotalMana": 6415.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 87, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 50, + "TotalMana": 6985.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 104, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 42442, + "TotalMana": 42442.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2498267, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1813, + "VictimLocation": { + "x": 551.261536, + "y": 6.97171545, + "z": 628.3735 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2498470, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1835, + "ManaRateIncrease": 40, + "Location": { + "x": 302.852356, + "y": 29.0088425, + "z": 422.7138 + }, + "TimeSinceStartMilliseconds": 2498470, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1835, + "ManaRateIncrease": 40, + "Location": { + "x": 289.054382, + "y": 29.7400875, + "z": 415.217163 + }, + "TimeSinceStartMilliseconds": 2499138, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 1835, + "ManaRateIncrease": 40, + "Location": { + "x": 288.8145, + "y": 29.569315, + "z": 422.708374 + }, + "TimeSinceStartMilliseconds": 2499263, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1794, + "VictimLocation": { + "x": 644.4523, + "y": 19.1206722, + "z": 735.506958 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 5 + }, + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 20 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2500388, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 1652, + "VictimLocation": { + "x": 562.2594, + "y": 7.66796875, + "z": 569.304749 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 4, + "CombatStats": { + "4": { + "AttacksLanded": 15 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2503040, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1811, + "VictimLocation": { + "x": 643.5484, + "y": 18.105238, + "z": 726.4662 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + }, + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2503134, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 73, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 6475.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 85, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 7045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 42504, + "TotalMana": 42504.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2503243, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2503368, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1790, + "VictimLocation": { + "x": 530.3461, + "y": 6.89876747, + "z": 566.0102 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2503665, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1823, + "VictimLocation": { + "x": 560.9283, + "y": 7.674372, + "z": 575.5543 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2504853, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2506040, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1816, + "VictimLocation": { + "x": 518.3845, + "y": 6.96230459, + "z": 547.0395 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2506149, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 73, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 6475.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 85, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 7045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 80, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 42576, + "TotalMana": 42576.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2508228, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 1793, + "VictimLocation": { + "x": 521.711548, + "y": 5.45420361, + "z": 649.502563 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2508574, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 73, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 6475.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 85, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 7045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 77, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 42608, + "TotalMana": 42608.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2513245, + "EventName": "ResourceHeartbeat" + }, + { + "WaveNumber": 36, + "WaveDurationMilliseconds": 60924, + "TimeSinceStartMilliseconds": 2513558, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 37, + "TimeSinceStartMilliseconds": 2515214, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1898, + "TargetLocation": { + "x": 295.7496, + "y": 29.2451, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2515886, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1899, + "CreatorInstanceId": 1898, + "SpawnLocation": { + "x": 295.7496, + "y": 28.9886341, + "z": 419.4274 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2515886, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1900, + "TargetLocation": { + "x": 746.6276, + "y": 32.527, + "z": 756.4482 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2516011, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1901, + "CreatorInstanceId": 1900, + "SpawnLocation": { + "x": 737.3436, + "y": 29.625, + "z": 765.7322 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2516011, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1820, + "VictimLocation": { + "x": 515.6827, + "y": 6.948747, + "z": 549.895 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2516514, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1826, + "VictimLocation": { + "x": 547.508, + "y": 10.4369984, + "z": 680.5311 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2517731, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 73, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 150, + "TotalMana": 6475.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 85, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 7045.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 42646, + "TotalMana": 42646.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2518466, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 742.633, + "y": 29.625, + "z": 760.265137 + }, + "TimeSinceStartMilliseconds": 2520731, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 4, + "VictimObjectTypeId": "unsc_bldg_rmSupplyDropFirefight", + "VictimInstanceId": 1901, + "VictimLocation": { + "x": 737.3436, + "y": 29.625, + "z": 765.7322 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2520825, + "EventName": "Death" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 737.9598, + "y": 29.63165, + "z": 757.263062 + }, + "TimeSinceStartMilliseconds": 2520950, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CollectorInstanceId": 142, + "ManaRateIncrease": 40, + "Location": { + "x": 731.1813, + "y": 30.237421, + "z": 772.2914 + }, + "TimeSinceStartMilliseconds": 2521247, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 1, + "CardId": "63f7b0cf-2778-4a03-9d8b-fb8e40bbbe31", + "InstanceId": 1902, + "ManaCost": 110, + "TargetLocation": { + "x": 465.9789, + "y": 6.59359, + "z": 676.9283 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2521247, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 1, + "SquadId": "cov_veh_rm_wraith_01", + "InstanceId": 1903, + "CreatorInstanceId": 1902, + "SpawnLocation": { + "x": 465.9789, + "y": 6.593829, + "z": 676.9283 + }, + "SupplyCost": 550, + "EnergyCost": 40, + "PopulationCost": 6, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2521309, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_bruteChopper_01", + "VictimInstanceId": 1835, + "VictimLocation": { + "x": 510.00827, + "y": 8.148238, + "z": 682.6188 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_hunter_02": { + "Count": 3, + "CombatStats": { + "13": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2522294, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 76, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 6545.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 85, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 170, + "TotalMana": 7105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 78, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 42653, + "TotalMana": 42653.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2523419, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1903, + "VictimLocation": { + "x": 466.07605, + "y": 7.17408562, + "z": 676.3054 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_02": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_suicideGrunt_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 4, + "CombatStats": { + "7": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_wraith_02": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + }, + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_hunter_02": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2524591, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "33653771-6bbd-4654-8422-c61dff2060ec", + "InstanceId": 1904, + "ManaCost": 60, + "TargetLocation": { + "x": 603.5444, + "y": 7.67202759, + "z": 602.0791 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2525607, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_banshee_01", + "InstanceId": 1905, + "CreatorInstanceId": 1904, + "SpawnLocation": { + "x": 603.5444, + "y": 7.67202759, + "z": 602.0791 + }, + "SupplyCost": 300, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2525607, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1858, + "VictimLocation": { + "x": 527.049255, + "y": 5.346277, + "z": 636.58136 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2527638, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 165, + "TotalMana": 6600.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 88, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 110, + "TotalMana": 7105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 76, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 42700, + "TotalMana": 42700.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2528326, + "EventName": "ResourceHeartbeat" + }, + { + "PlayerIndex": 1, + "PowerId": "RMCleansingBeam", + "InstanceId": 1906, + "TargetLocation": { + "x": 556.2233, + "y": 7.088135, + "z": 617.3803 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2529034, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 1, + "CardId": "c85ab1fe-6bea-4cd2-897a-bea50e33b08e", + "InstanceId": 1907, + "ManaCost": 110, + "TargetLocation": { + "x": 561.8091, + "y": 7.632881, + "z": 612.7523 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2529034, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 3, + "CollectorInstanceId": 1855, + "ManaRateIncrease": 40, + "Location": { + "x": 526.217, + "y": 6.496487, + "z": 708.7863 + }, + "TimeSinceStartMilliseconds": 2529737, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 3, + "CollectorInstanceId": 1855, + "ManaRateIncrease": 40, + "Location": { + "x": 514.5229, + "y": 6.27766132, + "z": 709.378357 + }, + "TimeSinceStartMilliseconds": 2529846, + "EventName": "ManaOrbCollected" + }, + { + "PlayerIndex": 2, + "CardId": "da7a5476-709f-486c-bae3-480ccce36c16", + "InstanceId": 1908, + "ManaCost": 50, + "TargetLocation": { + "x": 593.7005, + "y": 7.67128754, + "z": 607.7687 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2530034, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_inf_rm_engineer_01", + "InstanceId": 1909, + "CreatorInstanceId": 1908, + "SpawnLocation": { + "x": 593.7005, + "y": 7.67128754, + "z": 607.7687 + }, + "SupplyCost": 240, + "EnergyCost": 0, + "PopulationCost": 3, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2530034, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 3, + "CollectorInstanceId": 1855, + "ManaRateIncrease": 40, + "Location": { + "x": 528.487732, + "y": 6.82224369, + "z": 719.04834 + }, + "TimeSinceStartMilliseconds": 2531724, + "EventName": "ManaOrbCollected" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1843, + "VictimLocation": { + "x": 538.982544, + "y": 8.9998045, + "z": 684.402 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 28 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2532552, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1857, + "VictimLocation": { + "x": 557.001, + "y": 7.64325428, + "z": 611.0276 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2532677, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1846, + "VictimLocation": { + "x": 536.2175, + "y": 5.567057, + "z": 625.3784 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2532786, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1845, + "VictimLocation": { + "x": 521.6042, + "y": 6.96930647, + "z": 674.4148 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2532864, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_suicideGrunt_01", + "VictimInstanceId": 1853, + "VictimLocation": { + "x": 543.7255, + "y": 6.816952, + "z": 617.290649 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2532927, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 1869, + "VictimLocation": { + "x": 520.3677, + "y": 7.17405367, + "z": 684.397644 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2533255, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 6600.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 91, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 7105.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 60, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 43048, + "TotalMana": 43048.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2533349, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2535239, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1761, + "VictimLocation": { + "x": 586.244263, + "y": 7.671875, + "z": 577.752869 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_suicideGrunt_01": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 3 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 8, + "CombatStats": { + "4": { + "AttacksLanded": 26 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 5, + "CombatStats": { + "4": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2535239, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 1646, + "VictimLocation": { + "x": 562.2836, + "y": 7.66796875, + "z": 617.1956 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + }, + "17": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 2, + "CombatStats": { + "7": { + "AttacksLanded": 5 + }, + "18": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2536526, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1792, + "VictimLocation": { + "x": 549.1685, + "y": 8.1657095, + "z": 591.539 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2536839, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 1795, + "VictimLocation": { + "x": 584.5652, + "y": 7.671875, + "z": 561.288452 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_grunt_01": { + "Count": 3, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2538144, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 6600.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 86, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 7120.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 52, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 43100, + "TotalMana": 43100.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2538332, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1844, + "VictimLocation": { + "x": 535.5974, + "y": 8.828905, + "z": 687.5833 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 18 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2539144, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2539254, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_grunt_01", + "VictimInstanceId": 1654, + "VictimLocation": { + "x": 592.8027, + "y": 7.67042971, + "z": 561.2361 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 1 + }, + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 4, + "CombatStats": { + "4": { + "AttacksLanded": 10 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 4, + "CombatStats": { + "4": { + "AttacksLanded": 8 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2539347, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1809, + "VictimLocation": { + "x": 538.3117, + "y": 6.935996, + "z": 566.9719 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2541042, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2543152, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 6600.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 84, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 7120.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 42, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 43162, + "TotalMana": 43162.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2543370, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1800, + "VictimLocation": { + "x": 539.540344, + "y": 7.38564539, + "z": 557.6197 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 17 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2544867, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_02", + "VictimInstanceId": 1859, + "VictimLocation": { + "x": 544.2321, + "y": 7.01170635, + "z": 637.007141 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2545148, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1855, + "VictimLocation": { + "x": 647.1466, + "y": 18.2522278, + "z": 729.296936 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 18 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + }, + "18": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2545851, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_gorgon_01", + "VictimInstanceId": 1771, + "VictimLocation": { + "x": 592.5747, + "y": 7.671875, + "z": 572.0066 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 4, + "CombatStats": { + "4": { + "AttacksLanded": 4 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2545851, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1797, + "VictimLocation": { + "x": 606.7643, + "y": 7.48370028, + "z": 538.1638 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 10 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2546226, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1802, + "VictimLocation": { + "x": 568.1353, + "y": 7.66796875, + "z": 607.450867 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + }, + "cov_inf_rm_bruteJumpPack_01": { + "Count": 2, + "CombatStats": { + "27": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 6 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2546838, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2547150, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1891, + "VictimLocation": { + "x": 647.684448, + "y": 18.0130787, + "z": 727.6409 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2547525, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1389, + "VictimLocation": { + "x": 563.884644, + "y": 7.66803455, + "z": 601.413147 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + }, + "17": { + "AttacksLanded": 2 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 10, + "CombatStats": { + "4": { + "AttacksLanded": 24 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 4, + "CombatStats": { + "4": { + "AttacksLanded": 12 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 5 + } + } + }, + "cov_inf_rm_hunter_02": { + "Count": 6, + "CombatStats": { + "13": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2548112, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 65, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 6630.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 81, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 7120.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 13, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 43350, + "TotalMana": 43350.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2548440, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1862, + "VictimLocation": { + "x": 639.3357, + "y": 20.293293, + "z": 744.6018 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2548831, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1852, + "VictimLocation": { + "x": 530.5949, + "y": 5.3204484, + "z": 629.8747 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2549034, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1870, + "VictimLocation": { + "x": 585.3527, + "y": 15.5040073, + "z": 701.524963 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2549831, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1882, + "VictimLocation": { + "x": 590.7244, + "y": 15.1439667, + "z": 687.060059 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2550627, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_02", + "VictimInstanceId": 1875, + "VictimLocation": { + "x": 572.899231, + "y": 13.9426765, + "z": 705.542969 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2550940, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1849, + "VictimLocation": { + "x": 534.2746, + "y": 7.92749929, + "z": 579.444641 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2552237, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 65, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 6630.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 81, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 7120.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 239, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 43597, + "TotalMana": 43597.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2553476, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 2, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2553737, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1867, + "VictimLocation": { + "x": 664.3068, + "y": 18.9035473, + "z": 716.376 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 18 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2554143, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1854, + "VictimLocation": { + "x": 571.433838, + "y": 16.9570351, + "z": 727.0006 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 20 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 25 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2554737, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_grunt_02", + "VictimInstanceId": 1885, + "VictimLocation": { + "x": 550.1643, + "y": 7.62921953, + "z": 565.4402 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 7 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2554877, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2555096, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_02", + "VictimInstanceId": 1848, + "VictimLocation": { + "x": 589.351746, + "y": 14.7806091, + "z": 689.9033 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2555330, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1892, + "VictimLocation": { + "x": 591.4634, + "y": 16.2874012, + "z": 698.2773 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 14 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2555643, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_bruteJumpPack_01", + "VictimInstanceId": 1886, + "VictimLocation": { + "x": 649.878235, + "y": 17.6066723, + "z": 723.722168 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2556549, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 65, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 6630.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 81, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 75, + "TotalMana": 7120.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 213, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 43809, + "TotalMana": 43809.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2558440, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1840, + "VictimLocation": { + "x": 530.4141, + "y": 6.8984375, + "z": 564.2775 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 6 + }, + "18": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2559429, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1763, + "VictimLocation": { + "x": 583.315552, + "y": 7.671875, + "z": 574.8695 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_jackal_01": { + "Count": 3, + "CombatStats": { + "4": { + "AttacksLanded": 19 + } + } + }, + "cov_inf_rm_suicideGrunt_01": { + "Count": 4, + "CombatStats": { + "8": { + "AttacksLanded": 5 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 16 + } + } + }, + "cov_inf_rm_hunter_02": { + "Count": 4, + "CombatStats": { + "13": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2559429, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 2560038, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 1861, + "VictimLocation": { + "x": 587.918152, + "y": 14.7975893, + "z": 684.832458 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 17 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 27 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2560179, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2560335, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1873, + "VictimLocation": { + "x": 649.0019, + "y": 19.9668541, + "z": 740.8215 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 21 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2560741, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 1278, + "VictimLocation": { + "x": 586.3814, + "y": 7.671875, + "z": 599.270569 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "17": { + "AttacksLanded": 4 + }, + "19": { + "AttacksLanded": 18 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 3, + "CombatStats": { + "13": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 39 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2561038, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1878, + "VictimLocation": { + "x": 644.161438, + "y": 19.0337849, + "z": 730.900146 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 2 + }, + "7": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 14 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2561225, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "ManaCost": 5, + "TimeSinceStartMilliseconds": 2561851, + "EventName": "CardCycled" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1877, + "VictimLocation": { + "x": 545.944031, + "y": 6.87109375, + "z": 617.5436 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2562242, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 187 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 65, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 6630.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 72, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 120, + "TotalMana": 7175.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 187, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 43947, + "TotalMana": 43947.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2563432, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1889, + "VictimLocation": { + "x": 594.210754, + "y": 18.0495529, + "z": 662.4233 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + }, + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 4, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2564541, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1893, + "VictimLocation": { + "x": 557.0125, + "y": 7.81717873, + "z": 615.940247 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 5 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 8 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2565157, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1883, + "VictimLocation": { + "x": 556.4862, + "y": 7.03227, + "z": 625.8522 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2565345, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1868, + "VictimLocation": { + "x": 649.7849, + "y": 20.2094688, + "z": 738.925 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 24 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2565626, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "PowerId": "RMStructuralShielding", + "InstanceId": 1910, + "TargetLocation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2565782, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 2, + "CardId": "a03d341c-3a13-4b51-8b7f-00ddc944acd2", + "InstanceId": 1911, + "ManaCost": 90, + "TargetLocation": { + "x": 591.364868, + "y": 7.66920471, + "z": 606.140259 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2565782, + "EventName": "CardPlayed" + }, + { + "InstanceId": 2, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2567048, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1884, + "VictimLocation": { + "x": 551.9876, + "y": 8.117596, + "z": 566.2306 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 25 + }, + "15": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2568035, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2568332, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 188 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 65, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 6630.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 72, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 7175.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 161, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 44149, + "TotalMana": 44149.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2568551, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_01", + "VictimInstanceId": 1799, + "VictimLocation": { + "x": 556.61, + "y": 6.789513, + "z": 539.835144 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 15 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2568660, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_03", + "VictimInstanceId": 1874, + "VictimLocation": { + "x": 682.774, + "y": 18.921875, + "z": 703.4589 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 9 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 22 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 7 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2569738, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1887, + "VictimLocation": { + "x": 630.520264, + "y": 19.4185047, + "z": 734.3521 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2570652, + "EventName": "Death" + }, + { + "InstanceId": 2, + "Status": 2, + "OwningTeamId": 1, + "TimeSinceStartMilliseconds": 2570933, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1824, + "VictimLocation": { + "x": 552.7994, + "y": 7.99583149, + "z": 512.3564 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2571433, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1871, + "VictimLocation": { + "x": 645.8072, + "y": 19.3242149, + "z": 733.32196 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 2 + }, + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 6 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 16 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2572332, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 188 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 65, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 6630.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 72, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 7175.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 137, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 44281, + "TotalMana": 44281.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2573551, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1897, + "VictimLocation": { + "x": 668.5789, + "y": 19.8169117, + "z": 734.833862 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 19 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 2 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2574638, + "EventName": "Death" + }, + { + "WaveNumber": 37, + "WaveDurationMilliseconds": 61011, + "TimeSinceStartMilliseconds": 2574748, + "EventName": "FirefightWaveCompleted" + }, + { + "WaveNumber": 38, + "TimeSinceStartMilliseconds": 2576147, + "EventName": "FirefightWaveStarted" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1961, + "TargetLocation": { + "x": 520.0574, + "y": 7.4792, + "z": 715.8888 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2576890, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1962, + "CreatorInstanceId": 1961, + "SpawnLocation": { + "x": 520.0574, + "y": 6.255859, + "z": 715.8888 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2576968, + "EventName": "UnitTrained" + }, + { + "PlayerIndex": 4, + "PowerId": "RMSupplyDropFirefight", + "InstanceId": 1963, + "TargetLocation": { + "x": 583.3898, + "y": 8.7403, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "TimeSinceStartMilliseconds": 2577046, + "EventName": "LeaderPowerCast" + }, + { + "PlayerIndex": 4, + "SquadId": "unsc_bldg_rmSupplyDropFirefight", + "InstanceId": 1964, + "CreatorInstanceId": 1963, + "SpawnLocation": { + "x": 583.3898, + "y": 8.525824, + "z": 438.5389 + }, + "SupplyCost": 0, + "EnergyCost": 0, + "PopulationCost": 0, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2577046, + "EventName": "UnitTrained" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 188 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 65, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 6630.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 72, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 7175.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 113, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 44324, + "TotalMana": 44324.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2578743, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_jackal_01", + "VictimInstanceId": 1818, + "VictimLocation": { + "x": 572.0773, + "y": 7.01527548, + "z": 533.1909 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2580326, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_02", + "VictimInstanceId": 1839, + "VictimLocation": { + "x": 586.5567, + "y": 7.671875, + "z": 589.5338 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_jackal_02": { + "Count": 5, + "CombatStats": { + "4": { + "AttacksLanded": 7 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 5, + "CombatStats": { + "4": { + "AttacksLanded": 7 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 7, + "CombatStats": { + "13": { + "AttacksLanded": 9 + } + } + }, + "cov_inf_rm_hunter_02": { + "Count": 5, + "CombatStats": { + "13": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2580451, + "EventName": "Death" + }, + { + "InstanceId": 1, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2580529, + "EventName": "PointStatusChange" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 188 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 61, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 6660.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 72, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 7175.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 110, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 44346, + "TotalMana": 44346.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2583712, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1856, + "VictimLocation": { + "x": 554.059448, + "y": 7.66796875, + "z": 607.99585 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_locust_02": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "RMCleansingBeam": { + "Count": 0, + "CombatStats": { + "1": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 12 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 13 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2585024, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1401, + "VictimLocation": { + "x": 582.5509, + "y": 30.000946, + "z": 579.406555 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 9, + "CombatStats": { + "11": { + "AttacksLanded": 153 + }, + "15": { + "AttacksLanded": 9 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 77 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 4, + "CombatStats": { + "4": { + "AttacksLanded": 90 + } + } + }, + "cov_inf_rm_grunt_02": { + "Count": 3, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_gorgon_02": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 11 + } + } + }, + "cov_veh_rm_prowler_02": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2585337, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_inf_rm_hunter_02", + "VictimInstanceId": 1851, + "VictimLocation": { + "x": 538.225464, + "y": 6.20756149, + "z": 618.6241 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "18": { + "AttacksLanded": 1 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 19 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 16 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 15 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2586967, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 188 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 61, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 6660.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 69, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 60, + "TotalMana": 7205.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 100, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 44423, + "TotalMana": 44423.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2588624, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 2, + "Status": 1, + "OwningTeamId": 255, + "TimeSinceStartMilliseconds": 2589436, + "EventName": "PointStatusChange" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1109, + "VictimLocation": { + "x": 584.762756, + "y": 30.5947113, + "z": 585.1252 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "neutralfor_rm_sentineltier2_01": { + "Count": 1, + "CombatStats": { + "30": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_suicideGrunt_01": { + "Count": 7, + "CombatStats": { + "8": { + "AttacksLanded": 25 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 4, + "CombatStats": { + "4": { + "AttacksLanded": 34 + } + } + }, + "cov_inf_rm_grunt_02": { + "Count": 6, + "CombatStats": { + "8": { + "AttacksLanded": 23 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_gorgon_02": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_prowler_02": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 10 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2590749, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_01", + "VictimInstanceId": 1895, + "VictimLocation": { + "x": 557.8895, + "y": 8.165587, + "z": 565.4913 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 28 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2593337, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 192 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 61, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 115, + "TotalMana": 6660.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 66, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 85, + "TotalMana": 7230.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 95, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 44465, + "TotalMana": 44465.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2593556, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_prowler_02", + "VictimInstanceId": 1847, + "VictimLocation": { + "x": 550.052734, + "y": 8.163903, + "z": 575.755432 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 23 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 19 + }, + "15": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2594244, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_01", + "VictimInstanceId": 1948, + "VictimLocation": { + "x": 600.8272, + "y": 37.29727, + "z": 669.9914 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 7 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2594354, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_air_rm_blisterback_02", + "VictimInstanceId": 1723, + "VictimLocation": { + "x": 622.9709, + "y": 19.9195652, + "z": 636.09906 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 11 + }, + "17": { + "AttacksLanded": 10 + } + } + }, + "cov_inf_rm_atrioxchosen_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + }, + "255": { + "AttacksLanded": 80 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_locust_01": { + "Count": 1, + "CombatStats": { + "23": { + "AttacksLanded": 22 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 38 + }, + "15": { + "AttacksLanded": 4 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2595051, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_wraith_01", + "VictimInstanceId": 1573, + "VictimLocation": { + "x": 696.603455, + "y": 19.39839, + "z": 705.9441 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_prowler_03": { + "Count": 2, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_eliteCommando_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 7 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 3, + "CombatStats": { + "13": { + "AttacksLanded": 5 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 4, + "CombatStats": { + "18": { + "AttacksLanded": 4 + }, + "7": { + "AttacksLanded": 11 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 5, + "CombatStats": { + "11": { + "AttacksLanded": 61 + }, + "15": { + "AttacksLanded": 5 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2596708, + "EventName": "Death" + }, + { + "PlayerIndex": 2, + "CardId": "a7530a57-b21d-48fc-9ba3-0965bae42e23", + "InstanceId": 1968, + "ManaCost": 160, + "TargetLocation": { + "x": 660.6236, + "y": 24.35086, + "z": 634.6063 + }, + "SpawnAtBase": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2598325, + "EventName": "CardPlayed" + }, + { + "PlayerIndex": 2, + "SquadId": "cov_air_rm_blisterback_02", + "InstanceId": 1969, + "CreatorInstanceId": 1968, + "SpawnLocation": { + "x": 660.6236, + "y": 24.35086, + "z": 634.6063 + }, + "SupplyCost": 700, + "EnergyCost": 50, + "PopulationCost": 8, + "IsClone": false, + "ProvidedByScenario": false, + "TimeSinceStartMilliseconds": 2598325, + "EventName": "UnitTrained" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1658, + "VictimLocation": { + "x": 594.2884, + "y": 29.7034531, + "z": 578.5409 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 13 + } + } + }, + "cov_veh_rm_gorgon_02": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 67 + }, + "15": { + "AttacksLanded": 3 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 13 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2598481, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 195 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 55, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 170, + "TotalMana": 6715.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 73, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 30, + "TotalMana": 7335.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 87, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 44558, + "TotalMana": 44558.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2598637, + "EventName": "ResourceHeartbeat" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 1769, + "VictimLocation": { + "x": 607.4145, + "y": 7.67066, + "z": 595.120544 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_jackal_02": { + "Count": 1, + "CombatStats": { + "4": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 1, + "CombatStats": { + "13": { + "AttacksLanded": 1 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_hunter_02": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 3 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 2, + "CombatStats": { + "19": { + "AttacksLanded": 15 + } + } + }, + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 10 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2599450, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1765, + "VictimLocation": { + "x": 695.907532, + "y": 39.1620674, + "z": 702.2041 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_inf_rm_grunt_02": { + "Count": 2, + "CombatStats": { + "8": { + "AttacksLanded": 8 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 2, + "CombatStats": { + "4": { + "AttacksLanded": 3 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 1, + "CombatStats": { + "7": { + "AttacksLanded": 7 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 6, + "CombatStats": { + "11": { + "AttacksLanded": 48 + }, + "15": { + "AttacksLanded": 6 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2599669, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_locust_01", + "VictimInstanceId": 1880, + "VictimLocation": { + "x": 543.1253, + "y": 9.5, + "z": 676.5118 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 3 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 3, + "CombatStats": { + "19": { + "AttacksLanded": 18 + } + } + }, + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2599919, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_banshee_02", + "VictimInstanceId": 1925, + "VictimLocation": { + "x": 612.029053, + "y": 37.5459938, + "z": 613.1133 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_gorgon_01": { + "Count": 1, + "CombatStats": { + "16": { + "AttacksLanded": 9 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_inf_rm_grunt_01": { + "Count": 1, + "CombatStats": { + "8": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2601197, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 2, + "VictimObjectTypeId": "cov_inf_rm_engineer_01", + "VictimInstanceId": 1148, + "VictimLocation": { + "x": 589.4228, + "y": 29.793108, + "z": 586.570862 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "cov_veh_rm_bruteChopper_02": { + "Count": 1, + "CombatStats": { + "9": { + "AttacksLanded": 50 + } + } + }, + "cov_inf_rm_suicideGrunt_01": { + "Count": 5, + "CombatStats": { + "8": { + "AttacksLanded": 9 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 3, + "CombatStats": { + "11": { + "AttacksLanded": 26 + }, + "15": { + "AttacksLanded": 2 + } + } + }, + "cov_inf_rm_atrioxchosen_01": { + "Count": 1, + "CombatStats": { + "31": { + "AttacksLanded": 1 + }, + "255": { + "AttacksLanded": 82 + } + } + }, + "cov_veh_rm_gorgon_02": { + "Count": 2, + "CombatStats": { + "16": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 1 + } + } + }, + "cov_inf_rm_jackal_01": { + "Count": 4, + "CombatStats": { + "4": { + "AttacksLanded": 25 + } + } + }, + "cov_inf_rm_jackal_02": { + "Count": 6, + "CombatStats": { + "4": { + "AttacksLanded": 34 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2601744, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_air_rm_blisterback_01", + "VictimInstanceId": 1933, + "VictimLocation": { + "x": 654.1786, + "y": 22.2065849, + "z": 639.1332 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_veh_rm_locust_02": { + "Count": 2, + "CombatStats": { + "23": { + "AttacksLanded": 30 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_blisterback_02": { + "Count": 1, + "CombatStats": { + "17": { + "AttacksLanded": 7 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 4 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2602197, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 3, + "VictimObjectTypeId": "cov_veh_rm_gorgon_02", + "VictimInstanceId": 1896, + "VictimLocation": { + "x": 525.520264, + "y": 5.33203125, + "z": 636.319336 + }, + "IsSuicide": false, + "Participants": { + "1": { + "ObjectParticipants": { + "cov_air_rm_blisterback_01": { + "Count": 1, + "CombatStats": { + "19": { + "AttacksLanded": 27 + } + } + } + } + }, + "2": { + "ObjectParticipants": { + "cov_air_rm_banshee_01": { + "Count": 1, + "CombatStats": { + "11": { + "AttacksLanded": 1 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2602759, + "EventName": "Death" + }, + { + "VictimPlayerIndex": 1, + "VictimObjectTypeId": "cov_veh_rm_locust_02", + "VictimInstanceId": 1113, + "VictimLocation": { + "x": 699.7201, + "y": 18.921875, + "z": 721.4644 + }, + "IsSuicide": false, + "Participants": { + "3": { + "ObjectParticipants": { + "neutralfor_rm_sentinel_01": { + "Count": 1, + "CombatStats": { + "0": { + "AttacksLanded": 4 + } + } + }, + "unsc_air_rm_wingmenhornet_01": { + "Count": 2, + "CombatStats": { + "11": { + "AttacksLanded": 24 + }, + "20": { + "AttacksLanded": 6 + } + } + }, + "cov_air_rm_banshee_01": { + "Count": 7, + "CombatStats": { + "11": { + "AttacksLanded": 71 + }, + "15": { + "AttacksLanded": 7 + } + } + }, + "cov_inf_rm_hunter_01": { + "Count": 2, + "CombatStats": { + "13": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_wraith_01": { + "Count": 4, + "CombatStats": { + "7": { + "AttacksLanded": 6 + }, + "18": { + "AttacksLanded": 4 + } + } + }, + "cov_veh_rm_prowler_03": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 2 + } + } + }, + "cov_veh_rm_prowler_01": { + "Count": 1, + "CombatStats": { + "10": { + "AttacksLanded": 3 + } + } + } + } + } + }, + "TimeSinceStartMilliseconds": 2603291, + "EventName": "Death" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 199 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 44, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 245, + "TotalMana": 6790.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 70, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 7360.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 67, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 44710, + "TotalMana": 44710.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2603697, + "EventName": "ResourceHeartbeat" + }, + { + "InstanceId": 2, + "Status": 2, + "OwningTeamId": 2, + "TimeSinceStartMilliseconds": 2604096, + "EventName": "PointStatusChange" + }, + { + "PlayerIndex": 1, + "TimeSinceStartMilliseconds": 2604096, + "EventName": "PlayerEliminated" + }, + { + "TeamResources": { + "1": { + "ObjectiveScore": 200 + }, + "2": { + "ObjectiveScore": 0 + } + }, + "PlayerResources": { + "1": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 245, + "TotalMana": 6790.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "2": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 0, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 55, + "TotalMana": 7360.0, + "ManaRate": 0, + "CommandXP": 0 + }, + "3": { + "Supply": 0, + "TotalSupply": 600.0, + "Energy": 0, + "TotalEnergy": 400.0, + "Population": 61, + "PopulationCap": 80, + "TechLevel": 0, + "CommandPoints": 0, + "TotalCommandPoints": 0, + "Mana": 44711, + "TotalMana": 44711.0, + "ManaRate": 0, + "CommandXP": 0 + } + }, + "TimeSinceStartMilliseconds": 2609512, + "EventName": "ResourceHeartbeat" + }, + { + "MatchEndReason": 1, + "VictoryCondition": 1, + "ActivePlaytimeMilliseconds": 2599966, + "TeamState": { + "1": { + "ObjectiveScore": 200, + "MatchOutcome": 2 + }, + "2": { + "ObjectiveScore": 0, + "MatchOutcome": 1 + } + }, + "PlayerState": { + "1": { + "PersonalScore": 24000 + }, + "2": { + "PersonalScore": 24000 + }, + "3": { + "PersonalScore": 1474 + } + }, + "TimeSinceStartMilliseconds": 2610106, + "EventName": "MatchEnd" + } + ], + "IsCompleteSetOfEvents": true +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match-events.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match-events.schema.json new file mode 100644 index 0000000..57b2f32 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match-events.schema.json @@ -0,0 +1,1205 @@ +{ + "definitions": { + "BuildingConstructionCompleted": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "InstanceId": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "InstanceId", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "BuildingConstructionQueued": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "BuildingId": { + "type": "string" + }, + "InstanceId": { + "type": "integer" + }, + "Location": { + "$ref": "../../common/location.schema.json" + }, + "SupplyCost": { + "type": "integer" + }, + "EnergyCost": { + "type": "integer" + }, + "QueueLength": { + "type": "integer" + }, + "ProvidedByScenario": { + "type": "boolean" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "BuildingId", + "InstanceId", + "Location", + "SupplyCost", + "EnergyCost", + "QueueLength", + "ProvidedByScenario", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "BuildingRecycled": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "InstanceId": { + "type": "integer" + }, + "SupplyEarned": { + "type": "integer" + }, + "EnergyEarned": { + "type": "integer" + }, + "ProvidedByScenario": { + "type": "boolean" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "InstanceId", + "SupplyEarned", + "EnergyEarned", + "ProvidedByScenario", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "BuildingUpgraded": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "NewBuildingId": { + "type": "string" + }, + "InstanceId": { + "type": "integer" + }, + "SupplyCost": { + "type": "integer" + }, + "EnergyCost": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "NewBuildingId", + "InstanceId", + "SupplyCost", + "EnergyCost", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "CardCycled": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "ManaCost": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "ManaCost", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "CardPlayed": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "CardId": { + "type": "string" + }, + "InstanceId": { + "type": "integer" + }, + "ManaCost": { + "type": "integer" + }, + "TargetLocation": { + "$ref": "../../common/location.schema.json" + }, + "SpawnAtBase": { + "type": "boolean" + }, + "ProvidedByScenario": { + "type": "boolean" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "CardId", + "InstanceId", + "ManaCost", + "TargetLocation", + "SpawnAtBase", + "ProvidedByScenario", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "Death": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "VictimPlayerIndex": { + "type": "integer" + }, + "VictimObjectTypeId": { + "type": "string" + }, + "VictimInstanceId": { + "type": "integer" + }, + "VictimLocation": { + "$ref": "../../common/location.schema.json" + }, + "IsSuicide": { + "type": "boolean" + }, + "Participants": { + "$ref": "#/definitions/Participants" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "VictimPlayerIndex", + "VictimObjectTypeId", + "VictimInstanceId", + "VictimLocation", + "IsSuicide", + "Participants", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "Participants": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "ObjectParticipants": { + "$ref": "#/definitions/ObjectParticipants" + } + }, + "required": [ + "ObjectParticipants" + ] + } + }, + + "ObjectParticipants": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Count": { + "type": "integer" + }, + "CombatStats": { + "$ref": "#/definitions/CombatStats" + } + }, + "required": [ + "Count", + "CombatStats" + ] + } + }, + + "CombatStats": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "AttacksLanded": { + "type": "integer" + } + }, + "required": [ + "AttacksLanded" + ] + } + }, + + "FirefightWaveCompleted": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "WaveNumber": { + "type": "integer" + }, + "WaveDurationMilliseconds": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "WaveNumber", + "WaveDurationMilliseconds", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "FirefightWaveSpawned": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "WaveNumber": { + "type": "integer" + }, + "InstancesSpawned": { + "type": "array", + "items": { + "type": "integer" + } + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "WaveNumber", + "InstancesSpawned", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "FirefightWaveStarted": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "WaveNumber": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "WaveNumber", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "LeaderPowerCast": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "PowerId": { + "type": "string" + }, + "InstanceId": { + "type": "integer" + }, + "TargetLocation": { + "$ref": "../../common/location.schema.json" + }, + "SupplyCost": { + "type": "integer" + }, + "EnergyCost": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "PowerId", + "InstanceId", + "TargetLocation", + "SupplyCost", + "EnergyCost", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "LeaderPowerUnlocked": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "PowerId": { + "type": "string" + }, + "CommandPointCost": { + "type": "integer" + }, + "ProvidedByScenario": { + "type": "boolean" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "PowerId", + "CommandPointCost", + "ProvidedByScenario", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "ManaOrbCollected": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "CollectorInstanceId": { + "type": "integer" + }, + "ManaRateIncrease": { + "type": "integer" + }, + "Location": { + "$ref": "../../common/location.schema.json" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "CollectorInstanceId", + "ManaRateIncrease", + "Location", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "MatchEnd": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "MatchEndReason": { + "type": "integer" + }, + "VictoryCondition": { + "type": "integer" + }, + "ActivePlaytimeMilliseconds": { + "type": "integer" + }, + "TeamState": { + "$ref": "#/definitions/TeamState" + }, + "PlayerState": { + "$ref": "#/definitions/PlayerState" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "MatchEndReason", + "VictoryCondition", + "ActivePlaytimeMilliseconds", + "TeamState", + "PlayerState", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "TeamState": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "ObjectiveScore": { + "type": "integer" + }, + "MatchOutcome": { + "type": "integer" + } + }, + "required": [ + "ObjectiveScore", + "MatchOutcome" + ] + } + }, + + "PlayerState": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PersonalScore": { + "type": "integer" + } + }, + "required": [ + "PersonalScore" + ] + } + }, + + "MatchStart": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "MatchId": { + "type": "string" + }, + "GameMode": { + "type": "integer" + }, + "MatchType": { + "type": "integer" + }, + "MapId": { + "type": "string" + }, + "PlaylistId": { + "type": "string" + }, + "TeamSize": { + "type": "integer" + }, + "IsDefaultRuleSet": { + "type": "boolean" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "MatchId", + "GameMode", + "MatchType", + "MapId", + "PlaylistId", + "TeamSize", + "IsDefaultRuleSet", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "PlayerEliminated": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "PlayerJoinedMatch": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "PlayerType": { + "type": "integer" + }, + "HumanPlayerId": { + "$ref": "../../common/identity.schema.json" + }, + "ComputerPlayerId": { + "type": [ "integer", "null" ] + }, + "ComputerDifficulty": { + "type": [ "integer", "null" ] + }, + "TeamId": { + "type": "integer" + }, + "LeaderId": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "PlayerType", + "HumanPlayerId", + "ComputerPlayerId", + "ComputerDifficulty", + "TeamId", + "LeaderId", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "PlayerLeftMatch": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "TimeInMatchMilliseconds": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "TimeInMatchMilliseconds", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "PointCaptured": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "InstanceId": { + "type": "integer" + }, + "CapturerInstanceId": { + "type": "integer" + }, + "CapturerLocation": { + "$ref": "../../common/location.schema.json" + }, + "NewOwningTeamId": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "InstanceId", + "CapturerInstanceId", + "CapturerLocation", + "NewOwningTeamId", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "PointCreated": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PointId": { + "type": "string" + }, + "InstanceId": { + "type": "integer" + }, + "Location": { + "$ref": "../../common/location.schema.json" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PointId", + "InstanceId", + "Location", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "PointStatusChange": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "InstanceId": { + "type": "integer" + }, + "Status": { + "type": "integer" + }, + "OwningTeamId": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "InstanceId", + "Status", + "OwningTeamId", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "ResourceHeartbeat": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "TeamResources": { + "$ref": "#/definitions/TeamResources" + }, + "PlayerResources": { + "$ref": "#/definitions/PlayerResources" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "TeamResources", + "PlayerResources", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "TeamResources": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "ObjectiveScore": { + "type": "integer" + } + }, + "required": [ + "ObjectiveScore" + ] + } + }, + + "PlayerResources": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Supply": { + "type": "integer" + }, + "TotalSupply": { + "type": "number" // Not an integer? + }, + "Energy": { + "type": "integer" + }, + "TotalEnergy": { + "type": "number" // Not an integer? + }, + "Population": { + "type": "integer" + }, + "PopulationCap": { + "type": "integer" + }, + "TechLevel": { + "type": "integer" + }, + "CommandPoints": { + "type": "integer" + }, + "TotalCommandPoints": { + "type": "integer" + }, + "Mana": { + "type": "integer" + }, + "TotalMana": { + "type": "number" // Not an integer? + }, + "ManaRate": { + "type": "integer" + }, + "CommandXP": { + "type": "integer" + } + }, + "required": [ + "Supply", + "TotalSupply", + "Energy", + "TotalEnergy", + "Population", + "PopulationCap", + "TechLevel", + "CommandPoints", + "TotalCommandPoints", + "Mana", + "TotalMana", + "ManaRate", + "CommandXP" + ] + } + }, + + "ResourceTransferred": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "SendingPlayerIndex": { + "type": "integer" + }, + "ReceivingPlayerIndex": { + "type": "integer" + }, + "SupplyCost": { + "type": "integer" + }, + "EnergyCost": { + "type": "integer" + }, + "SupplyEarned": { + "type": "integer" + }, + "EnergyEarned": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "SendingPlayerIndex", + "ReceivingPlayerIndex", + "SupplyCost", + "EnergyCost", + "SupplyEarned", + "EnergyEarned", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "TechResearched": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "TechId": { + "type": "string" + }, + "ResearcherInstanceId": { + "type": "integer" + }, + "SupplyCost": { + "type": "integer" + }, + "EnergyCost": { + "type": "integer" + }, + "ProvidedByScenario": { + "type": "boolean" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "TechId", + "ResearcherInstanceId", + "SupplyCost", + "EnergyCost", + "ProvidedByScenario", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "UnitControlTransferred": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "OldPlayerIndex": { + "type": "integer" + }, + "NewPlayerIndex": { + "type": "integer" + }, + "SquadId": { + "type": "string" + }, + "InstanceId": { + "type": "integer" + }, + "CapturerInstanceId": { + "type": "integer" + }, + "Location": { + "$ref": "../../common/location.schema.json" + }, + "PopulationCost": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "OldPlayerIndex", + "NewPlayerIndex", + "SquadId", + "InstanceId", + "CapturerInstanceId", + "Location", + "PopulationCost", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "UnitPromoted": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "SquadId": { + "type": "string" + }, + "InstanceId": { + "type": "integer" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "SquadId", + "InstanceId", + "EventName", + "TimeSinceStartMilliseconds" + ] + }, + + "UnitTrained": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "PlayerIndex": { + "type": "integer" + }, + "SquadId": { + "type": "string" + }, + "InstanceId": { + "type": "integer" + }, + "CreatorInstanceId": { + "type": "integer" + }, + "SpawnLocation": { + "$ref": "../../common/location.schema.json" + }, + "SupplyCost": { + "type": "integer" + }, + "EnergyCost": { + "type": "integer" + }, + "PopulationCost": { + "type": "integer" + }, + "IsClone": { + "type": "boolean" + }, + "ProvidedByScenario": { + "type": "boolean" + }, + "EventName": { + "type": "string" + }, + "TimeSinceStartMilliseconds": { + "type": "integer" + } + }, + "required": [ + "PlayerIndex", + "SquadId", + "InstanceId", + "CreatorInstanceId", + "SpawnLocation", + "SupplyCost", + "EnergyCost", + "PopulationCost", + "IsClone", + "ProvidedByScenario", + "EventName", + "TimeSinceStartMilliseconds" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "GameEvents": { + "type": "array", + "items": { + "oneOf": [ + { "$ref": "#/definitions/BuildingConstructionCompleted" }, + { "$ref": "#/definitions/BuildingConstructionQueued" }, + { "$ref": "#/definitions/BuildingRecycled" }, + { "$ref": "#/definitions/BuildingUpgraded" }, + { "$ref": "#/definitions/CardCycled" }, + { "$ref": "#/definitions/CardPlayed" }, + { "$ref": "#/definitions/Death" }, + { "$ref": "#/definitions/FirefightWaveCompleted" }, + { "$ref": "#/definitions/FirefightWaveSpawned" }, + { "$ref": "#/definitions/FirefightWaveStarted" }, + { "$ref": "#/definitions/LeaderPowerCast" }, + { "$ref": "#/definitions/LeaderPowerUnlocked" }, + { "$ref": "#/definitions/ManaOrbCollected" }, + { "$ref": "#/definitions/MatchEnd" }, + { "$ref": "#/definitions/MatchStart" }, + { "$ref": "#/definitions/PlayerEliminated" }, + { "$ref": "#/definitions/PlayerJoinedMatch" }, + { "$ref": "#/definitions/PlayerLeftMatch" }, + { "$ref": "#/definitions/PointCaptured" }, + { "$ref": "#/definitions/PointCreated" }, + { "$ref": "#/definitions/PointStatusChange" }, + { "$ref": "#/definitions/ResourceHeartbeat" }, + { "$ref": "#/definitions/ResourceTransferred" }, + { "$ref": "#/definitions/TechResearched" }, + { "$ref": "#/definitions/UnitControlTransferred" }, + { "$ref": "#/definitions/UnitPromoted" }, + { "$ref": "#/definitions/UnitTrained" } + ] + } + }, + "IsCompleteSetOfEvents": { + "type": "boolean" + } + }, + "required": [ + "GameEvents", + "IsCompleteSetOfEvents" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match-history.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match-history.json new file mode 100644 index 0000000..d790599 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match-history.json @@ -0,0 +1,195 @@ +{ + "Start" : 0, + "Count" : 25, + "ResultCount" : 4, + "Results": [ + { + "MatchId": "aeb880b3-4473-465e-b258-b99cd4b47ebc", + "MatchType": 3, + "GameMode": 4, + "SeasonId": null, + "PlaylistId": "1c1ce947-fdae-4e4e-a98d-ff889af1d0cb", + "Teams": { + "2": { + "TeamSize": 2 + }, + "1": { + "TeamSize": 2 + } + }, + "MapId": "skirmish\\design\\MP_Boneyard\\MP_Boneyard", + "MatchStartDate": { + "ISO8601Date": "2017-03-04T01:52:09.109Z" + }, + "PlayerMatchDuration": "PT24M0.9919547S", + "PlayerIndex": 3, + "TeamId": 1, + "TeamPlayerIndex": 0, + "LeaderId": 1, + "PlayerCompletedMatch": true, + "PlayerMatchOutcome": 2, + "XPProgress": { + "PreviousTotalXP": 11200, + "GameplayXP": 600, + "ChallengesXP": 0, + "UpdatedTotalXP": 11800, + "CompletedSpartanRanks": [] + }, + "RatingProgress": { + "PreviousCsr": null, + "UpdatedCsr": null, + "PreviousMmr": { + "Rating": 0.0, + "Variance": 1.0, + "LastModifiedDate": { + "ISO8601Date": "" + } + }, + "UpdatedMmr": { + "Rating": -0.17342545309644133, + "Variance": 0.95273557493361838, + "LastModifiedDate": { + "ISO8601Date": "" + } + } + } + }, + { + "MatchId": "443f2a77-ab99-4423-9ec4-778a8e587357", + "MatchType": 3, + "GameMode": 6, + "SeasonId": null, + "PlaylistId": "66943ced-5fbe-4f08-b4f0-53e5a60badec", + "Teams": { + "1": { + "TeamSize": 3 + }, + "2": { + "TeamSize": 3 + } + }, + "MapId": "rostermode\\design\\RM_EvenFlowArt\\RM_EvenFlowArt", + "MatchStartDate": { + "ISO8601Date": "2017-03-03T12:15:13.797Z" + }, + "PlayerMatchDuration": "PT12M30.3026399S", + "PlayerIndex": 2, + "TeamId": 1, + "TeamPlayerIndex": 1, + "LeaderId": 1, + "PlayerCompletedMatch": true, + "PlayerMatchOutcome": 2, + "XPProgress": { + "PreviousTotalXP": 10000, + "GameplayXP": 100, + "ChallengesXP": 0, + "UpdatedTotalXP": 10100, + "CompletedSpartanRanks": [] + }, + "RatingProgress": { + "PreviousCsr": null, + "UpdatedCsr": null, + "PreviousMmr": { + "Rating": 0.0, + "Variance": 1.0, + "LastModifiedDate": { + "ISO8601Date": "" + } + }, + "UpdatedMmr": { + "Rating": -0.188063188874023, + "Variance": 0.964725163084254, + "LastModifiedDate": { + "ISO8601Date": "" + } + } + } + }, + { + "MatchId": "2767d98c-929b-4455-8b4f-92d31145fff1", + "MatchType": 2, + "GameMode": 7, + "SeasonId": null, + "PlaylistId": "00000000-0000-0000-0000-000000000000", + "Teams": { + "1": { + "TeamSize": 3 + }, + "2": { + "TeamSize": 1 + } + }, + "MapId": "rostermode\\design\\RM_EvenFlowArt\\RM_EvenFlowArt", + "MatchStartDate": { + "ISO8601Date": "2017-03-03T07:14:34.328Z" + }, + "PlayerMatchDuration": "PT51M26.1683237S", + "PlayerIndex": 2, + "TeamId": 1, + "TeamPlayerIndex": 1, + "LeaderId": 1, + "PlayerCompletedMatch": true, + "PlayerMatchOutcome": 2, + "XPProgress": { + "PreviousTotalXP": 10000, + "GameplayXP": 0, + "ChallengesXP": 0, + "UpdatedTotalXP": 10000, + "CompletedSpartanRanks": [] + }, + "RatingProgress": null + }, + { + "MatchId": "184bc798-5e72-46b3-aa89-d9ccac49450d", + "MatchType": 3, + "GameMode": 6, + "SeasonId": null, + "PlaylistId": "c80ddcda-219b-42e6-82f4-94fae8516d96", + "Teams": { + "1": { + "TeamSize": 2 + }, + "2": { + "TeamSize": 2 + } + }, + "MapId": "rostermode\\design\\RM_EvenFlowArt\\RM_EvenFlowArt", + "MatchStartDate": { + "ISO8601Date": "2017-02-23T11:20:02.239Z" + }, + "PlayerMatchDuration": "PT6M13.8741044S", + "PlayerIndex": 1, + "TeamId": 1, + "TeamPlayerIndex": 0, + "LeaderId": 1, + "PlayerCompletedMatch": true, + "PlayerMatchOutcome": 2, + "XPProgress": { + "PreviousTotalXP": 6600, + "GameplayXP": 100, + "ChallengesXP": 0, + "UpdatedTotalXP": 6700, + "CompletedSpartanRanks": [] + }, + "RatingProgress": { + "PreviousCsr": null, + "UpdatedCsr": null, + "PreviousMmr": { + "Rating": 0.0, + "Variance": 1.0, + "LastModifiedDate": { + "ISO8601Date": "" + } + }, + "UpdatedMmr": { + "Rating": -0.23655137960964817, + "Variance": 0.94140322859668657, + "LastModifiedDate": { + "ISO8601Date": "" + } + } + } + } + ], + "Links" : {} +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match-history.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match-history.schema.json new file mode 100644 index 0000000..7cde2ed --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match-history.schema.json @@ -0,0 +1,131 @@ +{ + "definitions": { + + "PlayerMatch": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "MatchId": { + "type": "string" + }, + "MatchType": { + "type": "integer" + }, + "GameMode": { + "type": "integer" + }, + "SeasonId": { + "type": [ "string", "null" ] + }, + "PlaylistId": { + "type": "string" + }, + "Teams": { + "$ref": "#/definitions/Teams" + }, + "MapId": { + "type": "string" + }, + "MatchStartDate": { + "$ref": "../../common/iso-8061.schema.json" + }, + "PlayerMatchDuration": { + "type": "string" + }, + "PlayerIndex": { + "type": "integer" + }, + "TeamId": { + "type": "integer" + }, + "TeamPlayerIndex": { + "type": "integer" + }, + "LeaderId": { + "type": "integer" + }, + "PlayerCompletedMatch": { + "type": "boolean" + }, + "PlayerMatchOutcome": { + "type": "integer" + }, + "XPProgress": { + "$ref": "common/experience-progress.schema.json" + }, + "RatingProgress": { + "$ref": "common/rating-progress.schema.json" + } + }, + "required": [ + "MatchId", + "MatchType", + "GameMode", + "SeasonId", + "PlaylistId", + "Teams", + "MapId", + "MatchStartDate", + "PlayerMatchDuration", + "PlayerIndex", + "TeamId", + "TeamPlayerIndex", + "LeaderId", + "PlayerCompletedMatch", + "PlayerMatchOutcome", + "XPProgress", + "RatingProgress" + ] + }, + + "Teams": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "TeamSize": { + "type": "integer" + } + }, + "required": [ + "TeamSize" + ] + } + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Start": { + "type": "integer" + }, + "Count": { + "type": "integer" + }, + "ResultCount": { + "type": "integer" + }, + "Results": { + "type": "array", + "items": { + "$ref": "#/definitions/PlayerMatch" + } + }, + "Links": { + "$ref": "../../common/link.schema.json" + } + }, + "required": [ + "Start", + "Count", + "ResultCount", + "Results", + "Links" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match.json new file mode 100644 index 0000000..f03d2bb --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match.json @@ -0,0 +1,1474 @@ +{ + "MatchId": "bf03af8a-763e-44d2-b86b-631da83ab1a3", + "MatchType": 2, + "GameMode": 7, + "SeasonId": null, + "PlaylistId": "00000000-0000-0000-0000-000000000000", + "MapId": "rostermode\\design\\RM_EvenFlowArt\\RM_EvenFlowArt", + "IsMatchComplete": true, + "MatchEndReason": 1, + "VictoryCondition": 1, + "MatchStartDate": { + "ISO8601Date": "2017-02-27T06:13:44.02Z" + }, + "MatchDuration": "PT43M19.966S", + "Teams": { + "1": { + "TeamSize": 2, + "MatchOutcome": 2, + "ObjectiveScore": 200 + }, + "2": { + "TeamSize": 1, + "MatchOutcome": 1, + "ObjectiveScore": 0 + } + }, + "Players": { + "1": { + "IsHuman": true, + "HumanPlayerId": { + "Gamertag": "Greenskull", + "Xuid": null + }, + "ComputerPlayerId": null, + "ComputerDifficulty": null, + "TeamId": 1, + "TeamPlayerIndex": 0, + "LeaderId": 6, + "PlayerCompletedMatch": true, + "TimeInMatch": "PT43M19.966S", + "PlayerMatchOutcome": 2, + "PointStats": { + "rostermode_hook_capturepointA": { + "TimesCaptured": 9 + } + }, + "UnitStats": { + "cov_veh_rm_prowler_03": { + "TotalBuilt": 2, + "TotalLost": 2, + "TotalDestroyed": 16 + }, + "cov_air_rm_blisterback_01": { + "TotalBuilt": 8, + "TotalLost": 3, + "TotalDestroyed": 22 + }, + "unsc_bldg_rmSupplyDropFirefight": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 68 + }, + "unsc_inf_rm_cyclops_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 51 + }, + "unsc_inf_rm_flameMarine_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 32 + }, + "cov_inf_rm_eliteCommando_01": { + "TotalBuilt": 8, + "TotalLost": 3, + "TotalDestroyed": 2 + }, + "unsc_inf_rm_marine_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 21 + }, + "unsc_inf_rm_marinesiphon_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 91 + }, + "unsc_veh_rm_mongoose_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 15 + }, + "unsc_inf_rm_odst_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 20 + }, + "unsc_veh_rm_warthog_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 51 + }, + "neutralfor_rm_sentinel_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 64 + }, + "cov_veh_rm_gorgon_01": { + "TotalBuilt": 10, + "TotalLost": 9, + "TotalDestroyed": 1 + }, + "unsc_air_rm_hornet_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 60 + }, + "cov_veh_rm_locust_01": { + "TotalBuilt": 10, + "TotalLost": 10, + "TotalDestroyed": 6 + }, + "cov_inf_rm_engineer_01": { + "TotalBuilt": 7, + "TotalLost": 4, + "TotalDestroyed": 17 + }, + "unsc_veh_rm_mongoose_03": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 10 + }, + "cov_veh_rm_locust_02": { + "TotalBuilt": 10, + "TotalLost": 9, + "TotalDestroyed": 4 + }, + "unsc_air_rm_nightingale_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 19 + }, + "cov_veh_rm_bruteChopper_01": { + "TotalBuilt": 3, + "TotalLost": 3, + "TotalDestroyed": 2 + }, + "cov_inf_rm_hunter_01": { + "TotalBuilt": 3, + "TotalLost": 2, + "TotalDestroyed": 46 + }, + "unsc_inf_rm_spartan_chaingun_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 19 + }, + "unsc_inf_rm_spartan_rocket_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 13 + }, + "unsc_veh_rm_grizzly_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 3 + }, + "unsc_veh_rm_warthog_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 7 + }, + "unsc_veh_rm_wolverine_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 4 + }, + "unsc_inf_rm_cyclops_03": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 33 + }, + "unsc_veh_rm_scorpion_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 34 + }, + "unsc_air_rm_vulture_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 7 + }, + "unsc_inf_rm_spartan_laser_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 5 + }, + "unsc_veh_rm_scorpion_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 17 + }, + "unsc_veh_rm_gausswarthog_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 9 + }, + "unsc_inf_rm_marineguard_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 6 + }, + "unsc_air_rm_wingmenhornet_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 30 + }, + "cov_inf_rm_jackal_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 49 + }, + "cov_inf_rm_grunt_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 11 + }, + "cov_inf_rm_jackal_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 14 + }, + "cov_inf_rm_suicideGrunt_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 23 + }, + "cov_inf_rm_grunt_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 10 + }, + "cov_inf_rm_bruteJumpPack_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 24 + }, + "cov_veh_rm_wraith_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 6 + }, + "cov_veh_rm_ghost_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 4 + }, + "cov_veh_rm_prowler_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 42 + }, + "cov_veh_rm_gorgon_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 12 + }, + "cov_veh_rm_bruteChopper_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 3 + }, + "cov_inf_rm_hunter_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 32 + }, + "cov_veh_rm_wraith_01": { + "TotalBuilt": 3, + "TotalLost": 3, + "TotalDestroyed": 26 + }, + "cov_air_rm_banshee_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 64 + }, + "cov_air_rm_blisterback_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 7 + }, + "cov_inf_rm_atrioxchosen_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 5 + }, + "cov_inf_rm_decimus_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 17 + }, + "unsc_inf_rm_flameMarine_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 13 + }, + "unsc_inf_rm_sniper_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 12 + }, + "unsc_veh_rm_mongoose_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 6 + }, + "neutralfor_rm_sentineltier2_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 17 + }, + "unsc_veh_rm_foxcannon_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 4 + }, + "cov_veh_rm_scarab_01": { + "TotalBuilt": 2, + "TotalLost": 1, + "TotalDestroyed": 0 + }, + "cov_veh_rm_prowler_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 4 + }, + "cov_air_spiritGunship_01": { + "TotalBuilt": 0, + "TotalLost": 1, + "TotalDestroyed": 0 + }, + "cov_inf_jackal_01": { + "TotalBuilt": 0, + "TotalLost": 2, + "TotalDestroyed": 0 + }, + "cov_inf_hunter_01": { + "TotalBuilt": 0, + "TotalLost": 2, + "TotalDestroyed": 0 + }, + "cov_inf_rm_bruteHonour_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 1 + }, + "cov_air_rm_banshee_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 1 + } + }, + "CardStats": { + "813bac63-e1f7-46d5-a2c9-b321bb4e8805": { + "TotalPlays": 2 + }, + "9478123f-ed1e-4696-91f7-b2c92dd40156": { + "TotalPlays": 8 + }, + "21ceca03-70a7-49e1-8515-5b1dbac7ba2b": { + "TotalPlays": 8 + }, + "40a4d5d5-c9b7-496a-830c-9b1680fba5a1": { + "TotalPlays": 10 + }, + "922ad0f1-8351-4ff5-9d83-c12f3f358314": { + "TotalPlays": 10 + }, + "da7a5476-709f-486c-bae3-480ccce36c16": { + "TotalPlays": 7 + }, + "f6478fc0-d63c-4e96-9a1d-9053454f2858": { + "TotalPlays": 10 + }, + "4a42249a-1099-4abb-92f2-490e2817a2dd": { + "TotalPlays": 3 + }, + "d140f76b-106d-4175-a912-20735e2a6b76": { + "TotalPlays": 3 + }, + "c85ab1fe-6bea-4cd2-897a-bea50e33b08e": { + "TotalPlays": 7 + }, + "63f7b0cf-2778-4a03-9d8b-fb8e40bbbe31": { + "TotalPlays": 3 + }, + "33938f29-7b63-4c5d-b1a7-1963b14b44f5": { + "TotalPlays": 2 + }, + "ccbd8a3a-9424-479a-9481-7761687bed25": { + "TotalPlays": 1 + } + }, + "WaveStats": { + "1": { + "WaveDuration": "PT1M0.921S" + }, + "2": { + "WaveDuration": "PT1M0.906S" + }, + "3": { + "WaveDuration": "PT1M0.902S" + }, + "4": { + "WaveDuration": "PT1M0.904S" + }, + "5": { + "WaveDuration": "PT59.885S" + }, + "6": { + "WaveDuration": "PT1M0.907S" + }, + "7": { + "WaveDuration": "PT1M0.923S" + }, + "8": { + "WaveDuration": "PT1M0.9S" + }, + "9": { + "WaveDuration": "PT1M0.923S" + }, + "10": { + "WaveDuration": "PT1M31.361S" + }, + "11": { + "WaveDuration": "PT1M0.925S" + }, + "12": { + "WaveDuration": "PT1M0.914S" + }, + "13": { + "WaveDuration": "PT1M0.923S" + }, + "14": { + "WaveDuration": "PT1M0.966S" + }, + "15": { + "WaveDuration": "PT1M31.419S" + }, + "16": { + "WaveDuration": "PT1M0.984S" + }, + "17": { + "WaveDuration": "PT1M0.963S" + }, + "18": { + "WaveDuration": "PT1M0.913S" + }, + "19": { + "WaveDuration": "PT1M0.997S" + }, + "20": { + "WaveDuration": "PT1M31.583S" + }, + "21": { + "WaveDuration": "PT1M0.899S" + }, + "22": { + "WaveDuration": "PT1M0.981S" + }, + "23": { + "WaveDuration": "PT1M0.884S" + }, + "24": { + "WaveDuration": "PT1M0.975S" + }, + "25": { + "WaveDuration": "PT1M30.367S" + }, + "26": { + "WaveDuration": "PT1M0.96S" + }, + "27": { + "WaveDuration": "PT1M1.064S" + }, + "28": { + "WaveDuration": "PT1M0.977S" + }, + "29": { + "WaveDuration": "PT1M1.07S" + }, + "30": { + "WaveDuration": "PT1M9.109S" + }, + "31": { + "WaveDuration": "PT1M0.94S" + }, + "32": { + "WaveDuration": "PT1M0.996S" + }, + "33": { + "WaveDuration": "PT1M1.068S" + }, + "34": { + "WaveDuration": "PT1M1.075S" + }, + "35": { + "WaveDuration": "PT1M31.686S" + }, + "36": { + "WaveDuration": "PT1M0.924S" + }, + "37": { + "WaveDuration": "PT1M1.011S" + } + }, + "LeaderPowerStats": { + "RMCleansingBeam": { + "TimesCast": 7 + }, + "RMSpiritGunship": { + "TimesCast": 1 + } + }, + "XPProgress": { + "PreviousTotalXP": 25800, + "GameplayXP": 0, + "ChallengesXP": 0, + "UpdatedTotalXP": 25800, + "CompletedSpartanRanks": [] + }, + "RatingProgress": null + }, + "2": { + "IsHuman": true, + "HumanPlayerId": { + "Gamertag": "minolta1034", + "Xuid": null + }, + "ComputerPlayerId": null, + "ComputerDifficulty": null, + "TeamId": 1, + "TeamPlayerIndex": 1, + "LeaderId": 5, + "PlayerCompletedMatch": true, + "TimeInMatch": "PT43M19.966S", + "PlayerMatchOutcome": 2, + "PointStats": { + "rostermode_hook_capturepointA": { + "TimesCaptured": 9 + } + }, + "UnitStats": { + "cov_air_rm_banshee_01": { + "TotalBuilt": 13, + "TotalLost": 7, + "TotalDestroyed": 55 + }, + "cov_veh_rm_prowler_01": { + "TotalBuilt": 11, + "TotalLost": 9, + "TotalDestroyed": 36 + }, + "cov_veh_rm_gorgon_01": { + "TotalBuilt": 13, + "TotalLost": 10, + "TotalDestroyed": 1 + }, + "cov_veh_rm_wraith_01": { + "TotalBuilt": 4, + "TotalLost": 4, + "TotalDestroyed": 25 + }, + "unsc_inf_rm_flameMarine_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 31 + }, + "unsc_inf_rm_marine_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 28 + }, + "unsc_inf_rm_marinesiphon_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 99 + }, + "cov_inf_rm_engineer_01": { + "TotalBuilt": 13, + "TotalLost": 7, + "TotalDestroyed": 16 + }, + "unsc_veh_rm_warthog_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 55 + }, + "unsc_veh_rm_warthog_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 7 + }, + "unsc_inf_rm_odst_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 20 + }, + "unsc_veh_rm_mongoose_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 12 + }, + "unsc_air_rm_hornet_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 55 + }, + "neutralfor_rm_sentinel_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 62 + }, + "cov_air_rm_blisterback_01": { + "TotalBuilt": 10, + "TotalLost": 4, + "TotalDestroyed": 19 + }, + "cov_veh_rm_locust_01": { + "TotalBuilt": 11, + "TotalLost": 10, + "TotalDestroyed": 5 + }, + "unsc_veh_rm_mongoose_03": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 11 + }, + "unsc_veh_rm_wolverine_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 5 + }, + "unsc_bldg_rmSupplyDropFirefight": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 23 + }, + "cov_air_rm_blisterback_02": { + "TotalBuilt": 11, + "TotalLost": 8, + "TotalDestroyed": 5 + }, + "unsc_air_rm_vulture_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 9 + }, + "unsc_air_rm_nightingale_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 17 + }, + "unsc_inf_rm_spartan_rocket_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 15 + }, + "unsc_inf_rm_spartan_chaingun_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 17 + }, + "unsc_inf_rm_cyclops_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 44 + }, + "unsc_air_rm_wingmenhornet_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 24 + }, + "unsc_inf_rm_cyclops_03": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 34 + }, + "unsc_veh_rm_scorpion_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 36 + }, + "unsc_inf_rm_spartan_laser_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 5 + }, + "unsc_veh_rm_scorpion_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 18 + }, + "unsc_veh_rm_gausswarthog_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 9 + }, + "unsc_inf_rm_marineguard_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 7 + }, + "neutralfor_rm_sentineltier2_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 14 + }, + "cov_inf_rm_jackal_01": { + "TotalBuilt": 2, + "TotalLost": 8, + "TotalDestroyed": 48 + }, + "cov_inf_rm_suicideGrunt_01": { + "TotalBuilt": 0, + "TotalLost": 2, + "TotalDestroyed": 27 + }, + "cov_inf_rm_jackal_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 16 + }, + "cov_inf_rm_bruteJumpPack_01": { + "TotalBuilt": 0, + "TotalLost": 5, + "TotalDestroyed": 18 + }, + "cov_inf_rm_grunt_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 10 + }, + "cov_inf_rm_grunt_01": { + "TotalBuilt": 0, + "TotalLost": 9, + "TotalDestroyed": 10 + }, + "cov_inf_rm_hunter_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 42 + }, + "cov_veh_rm_wraith_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 6 + }, + "cov_veh_rm_ghost_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 2 + }, + "cov_veh_rm_locust_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 3 + }, + "cov_veh_rm_gorgon_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 11 + }, + "cov_veh_rm_prowler_03": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 15 + }, + "cov_veh_rm_bruteChopper_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 4 + }, + "cov_inf_rm_hunter_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 33 + }, + "cov_veh_rm_bruteChopper_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 2 + }, + "cov_inf_rm_atrioxchosen_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 4 + }, + "cov_inf_rm_decimus_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 16 + }, + "unsc_inf_rm_flameMarine_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 17 + }, + "unsc_veh_rm_foxcannon_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 2 + }, + "unsc_inf_rm_sniper_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 8 + }, + "unsc_veh_rm_mongoose_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 7 + }, + "unsc_veh_rm_foxcannon_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 2 + }, + "unsc_veh_rm_grizzly_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 3 + }, + "cov_veh_rm_prowler_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 4 + }, + "cov_air_rm_banshee_02": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 2 + }, + "cov_inf_rm_eliteCommando_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 2 + }, + "cov_inf_rm_bruteHonour_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 1 + } + }, + "CardStats": { + "eff4623d-74c4-4656-a6a2-fdb0665e9b18": { + "TotalPlays": 2 + }, + "e471a469-c26d-49c7-beeb-d3784470e4b9": { + "TotalPlays": 1 + }, + "40a4d5d5-c9b7-496a-830c-9b1680fba5a1": { + "TotalPlays": 13 + }, + "63f7b0cf-2778-4a03-9d8b-fb8e40bbbe31": { + "TotalPlays": 4 + }, + "da7a5476-709f-486c-bae3-480ccce36c16": { + "TotalPlays": 13 + }, + "3c9d0bdd-3fc6-49aa-b348-a25bc7f05ae5": { + "TotalPlays": 10 + }, + "9478123f-ed1e-4696-91f7-b2c92dd40156": { + "TotalPlays": 10 + }, + "922ad0f1-8351-4ff5-9d83-c12f3f358314": { + "TotalPlays": 11 + }, + "a7530a57-b21d-48fc-9ba3-0965bae42e23": { + "TotalPlays": 11 + }, + "33653771-6bbd-4654-8422-c61dff2060ec": { + "TotalPlays": 11 + }, + "a03d341c-3a13-4b51-8b7f-00ddc944acd2": { + "TotalPlays": 6 + }, + "201fd23e-4d39-4a41-8a4b-566cd3ca68a7": { + "TotalPlays": 2 + } + }, + "WaveStats": { + "1": { + "WaveDuration": "PT1M0.921S" + }, + "2": { + "WaveDuration": "PT1M0.906S" + }, + "3": { + "WaveDuration": "PT1M0.902S" + }, + "4": { + "WaveDuration": "PT1M0.904S" + }, + "5": { + "WaveDuration": "PT59.885S" + }, + "6": { + "WaveDuration": "PT1M0.907S" + }, + "7": { + "WaveDuration": "PT1M0.923S" + }, + "8": { + "WaveDuration": "PT1M0.9S" + }, + "9": { + "WaveDuration": "PT1M0.923S" + }, + "10": { + "WaveDuration": "PT1M31.361S" + }, + "11": { + "WaveDuration": "PT1M0.925S" + }, + "12": { + "WaveDuration": "PT1M0.914S" + }, + "13": { + "WaveDuration": "PT1M0.923S" + }, + "14": { + "WaveDuration": "PT1M0.966S" + }, + "15": { + "WaveDuration": "PT1M31.419S" + }, + "16": { + "WaveDuration": "PT1M0.984S" + }, + "17": { + "WaveDuration": "PT1M0.963S" + }, + "18": { + "WaveDuration": "PT1M0.913S" + }, + "19": { + "WaveDuration": "PT1M0.997S" + }, + "20": { + "WaveDuration": "PT1M31.583S" + }, + "21": { + "WaveDuration": "PT1M0.899S" + }, + "22": { + "WaveDuration": "PT1M0.981S" + }, + "23": { + "WaveDuration": "PT1M0.884S" + }, + "24": { + "WaveDuration": "PT1M0.975S" + }, + "25": { + "WaveDuration": "PT1M30.367S" + }, + "26": { + "WaveDuration": "PT1M0.96S" + }, + "27": { + "WaveDuration": "PT1M1.064S" + }, + "28": { + "WaveDuration": "PT1M0.977S" + }, + "29": { + "WaveDuration": "PT1M1.07S" + }, + "30": { + "WaveDuration": "PT1M9.109S" + }, + "31": { + "WaveDuration": "PT1M0.94S" + }, + "32": { + "WaveDuration": "PT1M0.996S" + }, + "33": { + "WaveDuration": "PT1M1.068S" + }, + "34": { + "WaveDuration": "PT1M1.075S" + }, + "35": { + "WaveDuration": "PT1M31.686S" + }, + "36": { + "WaveDuration": "PT1M0.924S" + }, + "37": { + "WaveDuration": "PT1M1.011S" + } + }, + "LeaderPowerStats": { + "RMStructuralShielding": { + "TimesCast": 6 + } + }, + "XPProgress": { + "PreviousTotalXP": 0, + "GameplayXP": 0, + "ChallengesXP": 0, + "UpdatedTotalXP": 0, + "CompletedSpartanRanks": [] + }, + "RatingProgress": null + }, + "3": { + "IsHuman": false, + "HumanPlayerId": null, + "ComputerPlayerId": 1, + "ComputerDifficulty": 2, + "TeamId": 2, + "TeamPlayerIndex": 0, + "LeaderId": 1, + "PlayerCompletedMatch": true, + "TimeInMatch": "PT43M19.966S", + "PlayerMatchOutcome": 1, + "PointStats": {}, + "UnitStats": { + "unsc_inf_rm_flameMarine_01": { + "TotalBuilt": 0, + "TotalLost": 48, + "TotalDestroyed": 0 + }, + "unsc_inf_rm_marine_01": { + "TotalBuilt": 0, + "TotalLost": 32, + "TotalDestroyed": 0 + }, + "unsc_inf_rm_marinesiphon_01": { + "TotalBuilt": 0, + "TotalLost": 111, + "TotalDestroyed": 0 + }, + "unsc_inf_rm_cyclops_01": { + "TotalBuilt": 0, + "TotalLost": 57, + "TotalDestroyed": 0 + }, + "unsc_veh_rm_mongoose_01": { + "TotalBuilt": 0, + "TotalLost": 21, + "TotalDestroyed": 0 + }, + "unsc_veh_rm_warthog_01": { + "TotalBuilt": 0, + "TotalLost": 64, + "TotalDestroyed": 0 + }, + "unsc_veh_rm_warthog_02": { + "TotalBuilt": 0, + "TotalLost": 11, + "TotalDestroyed": 0 + }, + "unsc_inf_rm_odst_01": { + "TotalBuilt": 0, + "TotalLost": 24, + "TotalDestroyed": 0 + }, + "unsc_air_rm_hornet_01": { + "TotalBuilt": 0, + "TotalLost": 75, + "TotalDestroyed": 0 + }, + "neutralfor_rm_sentinel_01": { + "TotalBuilt": 0, + "TotalLost": 84, + "TotalDestroyed": 0 + }, + "unsc_veh_rm_mongoose_03": { + "TotalBuilt": 0, + "TotalLost": 14, + "TotalDestroyed": 0 + }, + "unsc_air_rm_nightingale_01": { + "TotalBuilt": 0, + "TotalLost": 25, + "TotalDestroyed": 0 + }, + "unsc_veh_rm_wolverine_01": { + "TotalBuilt": 0, + "TotalLost": 6, + "TotalDestroyed": 0 + }, + "unsc_air_rm_vulture_01": { + "TotalBuilt": 0, + "TotalLost": 9, + "TotalDestroyed": 0 + }, + "unsc_inf_rm_spartan_rocket_01": { + "TotalBuilt": 0, + "TotalLost": 16, + "TotalDestroyed": 0 + }, + "unsc_inf_rm_spartan_chaingun_01": { + "TotalBuilt": 0, + "TotalLost": 19, + "TotalDestroyed": 0 + }, + "unsc_veh_rm_grizzly_01": { + "TotalBuilt": 0, + "TotalLost": 4, + "TotalDestroyed": 0 + }, + "cov_veh_rm_prowler_03": { + "TotalBuilt": 0, + "TotalLost": 16, + "TotalDestroyed": 2 + }, + "cov_veh_rm_prowler_01": { + "TotalBuilt": 0, + "TotalLost": 42, + "TotalDestroyed": 9 + }, + "unsc_air_rm_wingmenhornet_01": { + "TotalBuilt": 0, + "TotalLost": 33, + "TotalDestroyed": 0 + }, + "unsc_inf_rm_cyclops_03": { + "TotalBuilt": 0, + "TotalLost": 37, + "TotalDestroyed": 0 + }, + "unsc_veh_rm_scorpion_01": { + "TotalBuilt": 0, + "TotalLost": 38, + "TotalDestroyed": 0 + }, + "cov_veh_rm_locust_02": { + "TotalBuilt": 0, + "TotalLost": 4, + "TotalDestroyed": 9 + }, + "unsc_inf_rm_spartan_laser_01": { + "TotalBuilt": 0, + "TotalLost": 5, + "TotalDestroyed": 0 + }, + "cov_veh_rm_locust_01": { + "TotalBuilt": 0, + "TotalLost": 6, + "TotalDestroyed": 20 + }, + "unsc_veh_rm_scorpion_02": { + "TotalBuilt": 0, + "TotalLost": 19, + "TotalDestroyed": 0 + }, + "unsc_veh_rm_gausswarthog_01": { + "TotalBuilt": 0, + "TotalLost": 11, + "TotalDestroyed": 0 + }, + "cov_veh_rm_bruteChopper_01": { + "TotalBuilt": 0, + "TotalLost": 2, + "TotalDestroyed": 3 + }, + "unsc_inf_rm_marineguard_01": { + "TotalBuilt": 0, + "TotalLost": 9, + "TotalDestroyed": 0 + }, + "cov_veh_rm_wraith_01": { + "TotalBuilt": 0, + "TotalLost": 29, + "TotalDestroyed": 7 + }, + "neutralfor_rm_sentineltier2_01": { + "TotalBuilt": 0, + "TotalLost": 18, + "TotalDestroyed": 0 + }, + "cov_inf_rm_jackal_01": { + "TotalBuilt": 0, + "TotalLost": 58, + "TotalDestroyed": 8 + }, + "cov_inf_rm_suicideGrunt_01": { + "TotalBuilt": 0, + "TotalLost": 33, + "TotalDestroyed": 2 + }, + "cov_inf_rm_jackal_02": { + "TotalBuilt": 0, + "TotalLost": 16, + "TotalDestroyed": 0 + }, + "cov_inf_rm_bruteJumpPack_01": { + "TotalBuilt": 0, + "TotalLost": 27, + "TotalDestroyed": 5 + }, + "cov_inf_rm_grunt_02": { + "TotalBuilt": 0, + "TotalLost": 11, + "TotalDestroyed": 0 + }, + "cov_inf_rm_grunt_01": { + "TotalBuilt": 0, + "TotalLost": 12, + "TotalDestroyed": 9 + }, + "cov_inf_rm_hunter_01": { + "TotalBuilt": 0, + "TotalLost": 46, + "TotalDestroyed": 2 + }, + "cov_veh_rm_wraith_02": { + "TotalBuilt": 0, + "TotalLost": 8, + "TotalDestroyed": 0 + }, + "cov_veh_rm_gorgon_01": { + "TotalBuilt": 0, + "TotalLost": 1, + "TotalDestroyed": 19 + }, + "cov_veh_rm_ghost_01": { + "TotalBuilt": 0, + "TotalLost": 4, + "TotalDestroyed": 0 + }, + "cov_veh_rm_gorgon_02": { + "TotalBuilt": 0, + "TotalLost": 12, + "TotalDestroyed": 0 + }, + "cov_veh_rm_bruteChopper_02": { + "TotalBuilt": 0, + "TotalLost": 4, + "TotalDestroyed": 0 + }, + "cov_inf_rm_hunter_02": { + "TotalBuilt": 0, + "TotalLost": 34, + "TotalDestroyed": 0 + }, + "cov_air_rm_banshee_01": { + "TotalBuilt": 0, + "TotalLost": 73, + "TotalDestroyed": 7 + }, + "cov_air_rm_blisterback_01": { + "TotalBuilt": 0, + "TotalLost": 22, + "TotalDestroyed": 7 + }, + "cov_inf_rm_engineer_01": { + "TotalBuilt": 0, + "TotalLost": 21, + "TotalDestroyed": 11 + }, + "cov_air_rm_blisterback_02": { + "TotalBuilt": 0, + "TotalLost": 7, + "TotalDestroyed": 8 + }, + "cov_inf_rm_eliteCommando_01": { + "TotalBuilt": 0, + "TotalLost": 2, + "TotalDestroyed": 3 + }, + "cov_inf_rm_atrioxchosen_01": { + "TotalBuilt": 0, + "TotalLost": 6, + "TotalDestroyed": 0 + }, + "cov_inf_rm_decimus_01": { + "TotalBuilt": 0, + "TotalLost": 17, + "TotalDestroyed": 0 + }, + "unsc_inf_rm_flameMarine_02": { + "TotalBuilt": 0, + "TotalLost": 20, + "TotalDestroyed": 0 + }, + "unsc_veh_rm_foxcannon_01": { + "TotalBuilt": 0, + "TotalLost": 2, + "TotalDestroyed": 0 + }, + "unsc_inf_rm_sniper_01": { + "TotalBuilt": 0, + "TotalLost": 12, + "TotalDestroyed": 0 + }, + "unsc_veh_rm_mongoose_02": { + "TotalBuilt": 0, + "TotalLost": 9, + "TotalDestroyed": 0 + }, + "unsc_veh_rm_foxcannon_02": { + "TotalBuilt": 0, + "TotalLost": 4, + "TotalDestroyed": 0 + }, + "unsc_bldg_rmSupplyDropFirefight": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 3 + }, + "cov_veh_rm_prowler_02": { + "TotalBuilt": 0, + "TotalLost": 4, + "TotalDestroyed": 0 + }, + "cov_air_rm_banshee_02": { + "TotalBuilt": 0, + "TotalLost": 2, + "TotalDestroyed": 0 + }, + "cov_air_spiritGunship_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 1 + }, + "cov_inf_jackal_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 2 + }, + "cov_inf_hunter_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 2 + }, + "cov_inf_rm_bruteHonour_01": { + "TotalBuilt": 0, + "TotalLost": 1, + "TotalDestroyed": 0 + }, + "cov_veh_rm_scarab_01": { + "TotalBuilt": 0, + "TotalLost": 0, + "TotalDestroyed": 1 + } + }, + "CardStats": {}, + "WaveStats": { + "1": { + "WaveDuration": "PT1M0.921S" + }, + "2": { + "WaveDuration": "PT1M0.906S" + }, + "3": { + "WaveDuration": "PT1M0.902S" + }, + "4": { + "WaveDuration": "PT1M0.904S" + }, + "5": { + "WaveDuration": "PT59.885S" + }, + "6": { + "WaveDuration": "PT1M0.907S" + }, + "7": { + "WaveDuration": "PT1M0.923S" + }, + "8": { + "WaveDuration": "PT1M0.9S" + }, + "9": { + "WaveDuration": "PT1M0.923S" + }, + "10": { + "WaveDuration": "PT1M31.361S" + }, + "11": { + "WaveDuration": "PT1M0.925S" + }, + "12": { + "WaveDuration": "PT1M0.914S" + }, + "13": { + "WaveDuration": "PT1M0.923S" + }, + "14": { + "WaveDuration": "PT1M0.966S" + }, + "15": { + "WaveDuration": "PT1M31.419S" + }, + "16": { + "WaveDuration": "PT1M0.984S" + }, + "17": { + "WaveDuration": "PT1M0.963S" + }, + "18": { + "WaveDuration": "PT1M0.913S" + }, + "19": { + "WaveDuration": "PT1M0.997S" + }, + "20": { + "WaveDuration": "PT1M31.583S" + }, + "21": { + "WaveDuration": "PT1M0.899S" + }, + "22": { + "WaveDuration": "PT1M0.981S" + }, + "23": { + "WaveDuration": "PT1M0.884S" + }, + "24": { + "WaveDuration": "PT1M0.975S" + }, + "25": { + "WaveDuration": "PT1M30.367S" + }, + "26": { + "WaveDuration": "PT1M0.96S" + }, + "27": { + "WaveDuration": "PT1M1.064S" + }, + "28": { + "WaveDuration": "PT1M0.977S" + }, + "29": { + "WaveDuration": "PT1M1.07S" + }, + "30": { + "WaveDuration": "PT1M9.109S" + }, + "31": { + "WaveDuration": "PT1M0.94S" + }, + "32": { + "WaveDuration": "PT1M0.996S" + }, + "33": { + "WaveDuration": "PT1M1.068S" + }, + "34": { + "WaveDuration": "PT1M1.075S" + }, + "35": { + "WaveDuration": "PT1M31.686S" + }, + "36": { + "WaveDuration": "PT1M0.924S" + }, + "37": { + "WaveDuration": "PT1M1.011S" + } + }, + "LeaderPowerStats": {}, + "XPProgress": null, + "RatingProgress": null + } + } +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match.schema.json new file mode 100644 index 0000000..16ba5fa --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/match.schema.json @@ -0,0 +1,269 @@ +{ + "definitions": { + "Teams": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "TeamSize": { + "type": "integer" + }, + "MatchOutcome": { + "type": "integer" + }, + "ObjectiveScore": { + "type": "integer" + } + }, + "required": [ + "TeamSize", + "MatchOutcome", + "ObjectiveScore" + ] + } + }, + + "Players": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "IsHuman": { + "type": "boolean" + }, + "HumanPlayerId": { + "$ref": "../../common/identity.schema.json" + }, + "ComputerPlayerId": { + "type": [ "null", "integer" ] + }, + "ComputerDifficulty": { + "type": [ "null", "integer" ] + }, + "TeamId": { + "type": "integer" + }, + "TeamPlayerIndex": { + "type": "integer" + }, + "LeaderId": { + "type": "integer" + }, + "PlayerCompletedMatch": { + "type": "boolean" + }, + "TimeInMatch": { + "type": "string" + }, + "PlayerMatchOutcome": { + "type": "integer" + }, + "PointStats": { + "$ref": "#/definitions/PointStats" + }, + "UnitStats": { + "$ref": "#/definitions/UnitStats" + }, + "CardStats": { + "$ref": "#/definitions/CardStats" + }, + "WaveStats": { + "$ref": "#/definitions/WaveStats" + }, + "LeaderPowerStats": { + "$ref": "#/definitions/LeaderPowerStats" + }, + "XPProgress": { + "$ref": "common/experience-progress.schema.json" + }, + "RatingProgress": { + "$ref": "common/rating-progress.schema.json" + } + }, + "required": [ + "IsHuman", + "HumanPlayerId", + "ComputerPlayerId", + "ComputerDifficulty", + "TeamId", + "TeamPlayerIndex", + "LeaderId", + "PlayerCompletedMatch", + "TimeInMatch", + "PlayerMatchOutcome", + "PointStats", + "UnitStats", + "CardStats", + "WaveStats", + "LeaderPowerStats", + "XPProgress", + "RatingProgress" + ] + } + }, + + "PointStats": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "TimesCaptured": { + "type": "integer" + } + }, + "required": [ + "TimesCaptured" + ] + } + }, + + "UnitStats": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "TotalBuilt": { + "type": "integer" + }, + "TotalLost": { + "type": "integer" + }, + "TotalDestroyed": { + "type": "integer" + } + }, + "required": [ + "TotalBuilt", + "TotalLost", + "TotalDestroyed" + ] + } + }, + + "CardStats": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "TotalPlays": { + "type": "integer" + } + }, + "required": [ + "TotalPlays" + ] + } + }, + + "WaveStats": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "WaveDuration": { + "type": "string" + } + }, + "required": [ + "WaveDuration" + ] + } + }, + + "LeaderPowerStats": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "TimesCast": { + "type": "integer" + } + }, + "required": [ + "TimesCast" + ] + } + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "MatchId": { + "type": "string" + }, + "MatchType": { + "type": "integer" + }, + "GameMode": { + "type": "integer" + }, + "SeasonId": { + "type": [ "string", "null" ] + }, + "PlaylistId": { + "type": [ "string", "null" ] + }, + "MapId": { + "type": "string" + }, + "IsMatchComplete": { + "type": "boolean" + }, + "MatchEndReason": { + "type": "integer" + }, + "VictoryCondition": { + "type": "integer" + }, + "MatchStartDate": { + "$ref": "../../common/iso-8061.schema.json" + }, + "MatchDuration": { + "type": "string" + }, + "Teams": { + "$ref": "#/definitions/Teams" + }, + "Players": { + "$ref": "#/definitions/Players" + } + }, + "required": [ + "MatchId", + "MatchType", + "GameMode", + "SeasonId", + "PlaylistId", + "MapId", + "IsMatchComplete", + "MatchEndReason", + "VictoryCondition", + "MatchStartDate", + "MatchDuration", + "Teams", + "Players" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/player-summary.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/player-summary.json new file mode 100644 index 0000000..13e4e45 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/player-summary.json @@ -0,0 +1,88 @@ +{ + "CustomSummary": { + "SkirmishStats": { + "SinglePlayerStats": { + "PlaylistId": null, + "PlaylistClassification": null, + "HighestCsr": null, + "TotalTimePlayed": "", + "TotalMatchesStarted": 0, + "TotalMatchesCompleted": 0, + "TotalMatchesWon": 0, + "TotalMatchesLost": 0, + "TotalPointCaptures": 0, + "TotalUnitsBuilt": 0, + "TotalUnitsLost": 0, + "TotalUnitsDestroyed": 0, + "TotalCardPlays": 0, + "HighestWaveCompleted": 0, + "LeaderStats": {} + }, + "MultiplayerStats": { + "PlaylistId": null, + "PlaylistClassification": null, + "HighestCsr": null, + "TotalTimePlayed": "", + "TotalMatchesStarted": 0, + "TotalMatchesCompleted": 0, + "TotalMatchesWon": 0, + "TotalMatchesLost": 0, + "TotalPointCaptures": 0, + "TotalUnitsBuilt": 0, + "TotalUnitsLost": 0, + "TotalUnitsDestroyed": 0, + "TotalCardPlays": 0, + "HighestWaveCompleted": 0, + "LeaderStats": {} + } + }, + "CustomStats": { + "PlaylistId": null, + "PlaylistClassification": null, + "HighestCsr": null, + "TotalTimePlayed": "", + "TotalMatchesStarted": 0, + "TotalMatchesCompleted": 0, + "TotalMatchesWon": 0, + "TotalMatchesLost": 0, + "TotalPointCaptures": 0, + "TotalUnitsBuilt": 0, + "TotalUnitsLost": 0, + "TotalUnitsDestroyed": 0, + "TotalCardPlays": 0, + "HighestWaveCompleted": 0, + "LeaderStats": {} + } + }, + "MatchmakingSummary": { + "SocialPlaylistStats": [ + { + "PlaylistId": "c80ddcda-219b-42e6-82f4-94fae8516d96", + "PlaylistClassification": 1, + "HighestCsr": null, + "TotalTimePlayed": "PT6M4.164S", + "TotalMatchesStarted": 1, + "TotalMatchesCompleted": 1, + "TotalMatchesWon": 0, + "TotalMatchesLost": 1, + "TotalPointCaptures": 4, + "TotalUnitsBuilt": 22, + "TotalUnitsLost": 17, + "TotalUnitsDestroyed": 23, + "TotalCardPlays": 19, + "HighestWaveCompleted": 0, + "LeaderStats": { + "Cutter": { + "TotalTimePlayed": "PT6M4.164S", + "TotalMatchesStarted": 1, + "TotalMatchesCompleted": 1, + "TotalMatchesWon": 0, + "TotalMatchesLost": 1, + "TotalLeaderPowersCast": 2 + } + } + } + ], + "RankedPlaylistStats": [] + } +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/player-summary.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/player-summary.schema.json new file mode 100644 index 0000000..0dd7bb6 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/player-summary.schema.json @@ -0,0 +1,79 @@ +{ + "definitions": { + "CustomSummary": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "SkirmishStats": { + "$ref": "#/definitions/SkirmishStats" + }, + "CustomStats": { + "$ref": "common/stats.schema.json" + } + }, + "required": [ + "SkirmishStats", + "CustomStats" + ] + }, + + "SkirmishStats": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "SinglePlayerStats": { + "$ref": "common/stats.schema.json" + }, + "MultiplayerStats": { + "$ref": "common/stats.schema.json" + } + }, + "required": [ + "SinglePlayerStats", + "MultiplayerStats" + ] + }, + + "MatchmakingSummary": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "SocialPlaylistStats": { + "type": "array", + "items": { + "$ref": "common/stats.schema.json" + } + }, + "RankedPlaylistStats": { + "type": "array", + "items": { + "$ref": "common/stats.schema.json" + } + } + }, + "required": [ + "SocialPlaylistStats", + "RankedPlaylistStats" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "CustomSummary": { + "$ref": "#/definitions/CustomSummary" + }, + "MatchmakingSummary": { + "$ref": "#/definitions/MatchmakingSummary" + } + }, + "required": [ + "CustomSummary", + "MatchmakingSummary" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/playlist-ratings.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/playlist-ratings.json new file mode 100644 index 0000000..87959a9 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/playlist-ratings.json @@ -0,0 +1,29 @@ +{ + "Results": [ + { + "Id": "Furiousn00b", + "ResultCode": 0, + "Result": { + "Mmr": { + "Rating": -0.23655137960964817, + "Variance": 0.94140322859668657, + "LastModifiedDate": { + "ISO8601Date": "" + } + }, + "Csr": null + } + } + ], + "Links": { + "Self": { + "AuthorityId": "spartanstats", + "Path": "/hw2/playlist/c80ddcda-219b-42e6-82f4-94fae8516d96/rating", + "QueryString": "?players=Furiousn00b", + "RetryPolicyId": "", + "TopicName": "", + "AcknowledgementTypeId": 0, + "AuthenticationLifetimeExtensionSupported": false + } + } +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/playlist-ratings.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/playlist-ratings.schema.json new file mode 100644 index 0000000..43eaef9 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/playlist-ratings.schema.json @@ -0,0 +1,68 @@ +{ + "definitions": { + "Result": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Id": { + "type": "string" + }, + "ResultCode": { + "type": "integer" + }, + "Result": { + "$ref": "#/definitions/Ratings" + } + }, + "required": [ + "Id", + "ResultCode", + "Result" + ] + }, + + "Ratings": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Mmr": { + "oneOf": [ + { "type": "null" }, + { "$ref": "common/matchmaking-rank.schema.json" } + ] + }, + "Csr": { + "oneOf": [ + { "type": "null" }, + { "$ref": "common/competitive-skill-rank.schema.json" } + ] + } + }, + "required": [ + "Mmr", + "Csr" + ] + } + }, + + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "Results": { + "type": "array", + "items": { + "$ref": "#/definitions/Result" + } + }, + "Links": { + "$ref": "../../common/link.schema.json" + } + }, + "required": [ + "Results", + "Links" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/season-summary.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/season-summary.json new file mode 100644 index 0000000..fa75a97 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/season-summary.json @@ -0,0 +1,4 @@ +{ + "SeasonId": "2cdf3fae-3cf9-45a5-8165-7aff644ccdbc", + "RankedPlaylistStats": [] +} diff --git a/Source/HaloSharp.Test/JSON/HaloWars2/Stats/season-summary.schema.json b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/season-summary.schema.json new file mode 100644 index 0000000..e8b0b90 --- /dev/null +++ b/Source/HaloSharp.Test/JSON/HaloWars2/Stats/season-summary.schema.json @@ -0,0 +1,20 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "additionalProperties": false, + "properties": { + "SeasonId": { + "type": "string" + }, + "RankedPlaylistStats": { + "type": "array", + "items": { + "$ref": "common/stats.schema.json" + } + } + }, + "required": [ + "SeasonId", + "RankedPlaylistStats" + ] +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/Metadata/maps.schema.json b/Source/HaloSharp.Test/JSON/Metadata/maps.schema.json deleted file mode 100644 index e151b6e..0000000 --- a/Source/HaloSharp.Test/JSON/Metadata/maps.schema.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "definitions": { - "Map": { - "type": "object", - "additionalProperties": false, - "properties": { - "name": { - "type": [ "string", "null" ] - }, - "description": { - "type": [ "string", "null" ] - }, - "supportedGameModes": { - "type": [ "array", "null" ], - "additionalItems": false, - "items": { - "type": "string" - } - }, - "imageUrl": { - "type": "string" - }, - "id": { - "type": "string" - }, - "contentId": { - "type": "string" - } - }, - "required": [ - "name", - "description", - "supportedGameModes", - "imageUrl", - "id", - "contentId" - ] - } - }, - - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "array", - "items": { - "$ref": "#/definitions/Map" - } -} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/match-events-model.schema.json b/Source/HaloSharp.Test/JSON/Stats/CarnageReport/match-events-model.schema.json deleted file mode 100644 index 04544b9..0000000 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/match-events-model.schema.json +++ /dev/null @@ -1,205 +0,0 @@ -{ - "definitions": { - "GameEvent": { - "type": "object", - "properties": { - "Assistants": { - "type": [ "null", "array" ], - "items": { - "$ref": "../common/identity.schema.json" - }, - "additionalItems": false - }, - "DeathDisposition": { - "type": [ "null", "integer" ] - }, - "ImpulseId": { - "type": [ "null", "integer" ] - }, - "IsAssassination": { - "type": [ "null", "boolean" ] - }, - "IsGroundPound": { - "type": [ "null", "boolean" ] - }, - "IsHeadshot": { - "type": [ "null", "boolean" ] - }, - "IsMelee": { - "type": [ "null", "boolean" ] - }, - "IsShoulderBash": { - "type": [ "null", "boolean" ] - }, - "IsWeapon": { - "type": [ "null", "boolean" ] - }, - "Killer": { - "$ref": "../common/identity.schema.json" - }, - "KillerAgent": { - "type": [ "null", "integer" ] - }, - "KillerWeaponAttachmentIds": { - "type": [ "null", "array" ], - "additionalItems": false, - "items": { - "type": "integer" - } - }, - "KillerWeaponStockId": { - "type": [ "null", "integer" ] - }, - "KillerWorldLocation": { - "$ref": "#/definitions/WorldLocation" - }, - "MedalId": { - "type": [ "null", "integer" ] - }, - "Player": { - "$ref": "../common/identity.schema.json" - }, - "RoundIndex": { - "type": [ "null", "integer" ] - }, - "ShotsFired": { - "type": [ "null", "integer" ] - }, - "ShotsLanded": { - "type": [ "null", "integer" ] - }, - "TimeWeaponActiveAsPrimary": { - "type": [ "null", "string" ] - }, - "Victim": { - "$ref": "../common/identity.schema.json" - }, - "VictimAgent": { - "type": [ "null", "integer" ] - }, - "VictimAttachmentIds": { - "type": [ "null", "array" ], - "additionalItems": false, - "items": { - "type": "integer" - } - }, - "VictimStockId": { - "type": [ "null", "integer" ] - }, - "VictimWorldLocation": { - "$ref": "#/definitions/WorldLocation" - }, - "WeaponAttachmentIds": { - "type": [ "null", "array" ], - "additionalItems": false, - "items": { - "type": "integer" - } - }, - "WeaponStockId": { - "type": [ "null", "integer" ] - }, - "EventName": { - "type": "string" - }, - "TimeSinceStart": { - "type": "string" - } - }, - "additionalProperties": false, - "required": [ - "Assistants", - "DeathDisposition", - "ImpulseId", - "IsAssassination", - "IsGroundPound", - "IsHeadshot", - "IsMelee", - "IsShoulderBash", - "IsWeapon", - "Killer", - "KillerAgent", - "KillerWeaponAttachmentIds", - "KillerWeaponStockId", - "KillerWorldLocation", - "MedalId", - "Player", - "RoundIndex", - "ShotsFired", - "ShotsLanded", - "TimeWeaponActiveAsPrimary", - "Victim", - "VictimAgent", - "VictimAttachmentIds", - "VictimStockId", - "VictimWorldLocation", - "WeaponAttachmentIds", - "WeaponStockId", - - "EventName", - "TimeSinceStart" - ] - }, - "WorldLocation": { - "type": [ "null", "object"], - "properties": { - "x": { - "id": "x", - "type": "number" - }, - "y": { - "id": "y", - "type": "number" - }, - "z": { - "id": "z", - "type": "number" - } - }, - "additionalProperties": false, - "required": [ - "x", - "y", - "z" - ] - } - }, - - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "Links": { - "type": "object", - "additionalProperties": false, - "properties": { - "StatsMatchDetails": { - "$ref": "../common/link.schema.json" - }, - "UgcFilmManifest": { - "$ref": "../common/link.schema.json" - } - }, - "required": [ - "StatsMatchDetails", - "UgcFilmManifest" - ] - }, - "GameEvents": { - "type": "array", - "items": { - "$ref": "#/definitions/GameEvent" - }, - "additionalItems": false - }, - "IsCompleteSetOfEvents": { - "type": "boolean" - } - }, - "additionalProperties": false, - "required": [ - "Links", - "GameEvents", - "IsCompleteSetOfEvents" - ] -} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/match-events.json b/Source/HaloSharp.Test/JSON/Stats/CarnageReport/match-events.json deleted file mode 100644 index 8abf7a4..0000000 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/match-events.json +++ /dev/null @@ -1,12924 +0,0 @@ -{ - "Links":{ - "StatsMatchDetails":{ - "AuthorityId":"spartanstats", - "Path":"h5/arena/matches/d9323dc5-d1bd-4686-8e39-158cd360eca7", - "QueryString":null, - "RetryPolicyId":"exponentialretry", - "TopicName":"", - "AcknowledgementTypeId":0, - "AuthenticationLifetimeExtensionSupported":false - }, - "UgcFilmManifest":{ - "AuthorityId":"ugc", - "Path":"/h5/films/d9323dc5-d1bd-4686-8e39-158cd360eca7", - "QueryString":"?view=film-manifest", - "RetryPolicyId":"exponentialretry", - "TopicName":"", - "AcknowledgementTypeId":0, - "AuthenticationLifetimeExtensionSupported":false - } - }, - "GameEvents":[ - { - "RoundIndex":0, - "EventName":"RoundStart", - "TimeSinceStart":"PT0.0499889S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.2411826S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.2422193S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT18.2422193S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.2571827S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.2571827S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT18.2571827S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.2741814S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.2751815S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT18.2751815S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.2901811S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.2911809S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT18.2911809S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.3071794S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.3081795S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT18.3081795S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.3241789S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.3251786S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT18.3251786S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.341178S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.341178S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT18.342178S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.3581759S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.3581759S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT18.3581759S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.3751767S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.3751767S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT18.3751767S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.3911671S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT18.3911671S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT18.3921757S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.0000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT21.9370187S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT21.9370187S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M4.7167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT22.952972S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT22.9539626S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.8833S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT28.9196955S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":3808094875, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT28.9196955S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2208825748 - ], - "KillerWeaponStockId":523953283, - "KillerWorldLocation":{ - "x":-12.8758459, - "y":-9.241538, - "z":2.35650229 - }, - "Victim":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":8.50948, - "y":-0.226920128, - "z":2.41841841 - }, - "EventName":"Death", - "TimeSinceStart":"PT29.7766657S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT29.7776562S" - }, - { - "MedalId":3001183151, - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT29.7786658S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M4.1833S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT29.8296628S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M7.2167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT29.8296628S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M7.8000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT30.1196429S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 89283061 - ], - "WeaponStockId":723388907, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT30.1196429S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1095363701 - ], - "KillerWeaponStockId":313138863, - "KillerWorldLocation":{ - "x":-0.889988065, - "y":-8.797953, - "z":3.79780316 - }, - "Victim":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":3.14098549, - "y":-10.5898914, - "z":3.40266824 - }, - "EventName":"Death", - "TimeSinceStart":"PT30.3086336S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.8000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT30.3126336S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":4, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M10.1833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT30.3126336S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":16, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"P0DT0H0M13.1000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT31.3855849S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponPickupPad", - "TimeSinceStart":"PT31.3855849S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT31.388594S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":3808094875, - "KillerWorldLocation":{ - "x":-5.82813263, - "y":-11.3699217, - "z":2.42826271 - }, - "Victim":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-3.752722, - "y":-10.6701355, - "z":3.40207672 - }, - "EventName":"Death", - "TimeSinceStart":"PT36.0233766S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":14, - "ShotsLanded":8, - "TimeWeaponActiveAsPrimary":"P0DT0H0M13.0667S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT36.0263859S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.9333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT37.3683291S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponPickupPad", - "TimeSinceStart":"PT37.3693238S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT37.3693238S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT37.7892981S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT37.7892981S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT37.7903071S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT38.3222828S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT38.323283S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT38.323283S" - }, - { - "Assistants":[ - { - "Gamertag":"Cyclonic Jet", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 89283061 - ], - "KillerWeaponStockId":723388907, - "KillerWorldLocation":{ - "x":5.4338603, - "y":12.752923, - "z":2.74198771 - }, - "Victim":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":11.3830166, - "y":9.337961, - "z":1.25210893 - }, - "EventName":"Death", - "TimeSinceStart":"PT41.5051334S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":14, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M14.0333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT41.5081402S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M9.0667S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT41.5081402S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT44.172021S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT44.172021S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT44.172021S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":723523180, - "KillerWorldLocation":{ - "x":-4.911536, - "y":-5.98300266, - "z":-1.98991239 - }, - "Victim":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-2.63880754, - "y":0.148622245, - "z":-1.98978174 - }, - "EventName":"Death", - "TimeSinceStart":"PT44.4540044S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":8, - "ShotsLanded":5, - "TimeWeaponActiveAsPrimary":"P0DT0H0M5.3167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT44.4570082S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":7, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M20.6500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT44.4570082S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M4.1500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT49.2337951S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT49.2347944S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT49.5217724S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT49.5227812S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT49.5227812S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT52.4716407S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT52.4726404S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT52.4726404S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":8, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M12.9667S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT53.0176153S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT53.0176153S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - - ], - "KillerWeaponStockId":4106030681, - "KillerWorldLocation":{ - "x":16.7504787, - "y":-1.463038, - "z":1.61321414 - }, - "Victim":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":12.2636786, - "y":12.5314379, - "z":0.7993592 - }, - "EventName":"Death", - "TimeSinceStart":"PT57.8693988S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":4, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M12.7333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT57.872407S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M26.7500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT57.872407S" - }, - { - "Assistants":[ - { - "Gamertag":"Headshot Deezy", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":-9.651499, - "y":-2.01491451, - "z":-0.361828148 - }, - "Victim":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-1.32452261, - "y":-9.381367, - "z":3.817281 - }, - "EventName":"Death", - "TimeSinceStart":"PT1M0.1862958S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":3, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M10.9500S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M0.1893002S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M7.1667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M0.190294S" - }, - { - "Assistants":[ - { - "Gamertag":"Noble Watchman", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 89283061 - ], - "KillerWeaponStockId":723388907, - "KillerWorldLocation":{ - "x":9.616594, - "y":1.39331949, - "z":-0.400276572 - }, - "Victim":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":9.205293, - "y":3.55671525, - "z":0.202140331 - }, - "EventName":"Death", - "TimeSinceStart":"PT1M4.1201201S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M0.8000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M4.1241273S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":6, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M10.8500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M4.1241273S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M5.8860486S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M5.8870407S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT1M5.8870407S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M8.2029444S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M8.2039403S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT1M8.2039403S" - }, - { - "Assistants":[ - { - "Gamertag":"iJ3NKiN5", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2208825748 - ], - "KillerWeaponStockId":523953283, - "KillerWorldLocation":{ - "x":16.37284, - "y":9.346385, - "z":1.6051439 - }, - "Victim":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":15.4539547, - "y":6.36004353, - "z":1.61929274 - }, - "EventName":"Death", - "TimeSinceStart":"PT1M10.1688491S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":86, - "ShotsLanded":25, - "TimeWeaponActiveAsPrimary":"P0DT0H0M31.3167S", - "WeaponAttachmentIds":[ - 89283061 - ], - "WeaponStockId":723388907, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M10.1728565S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":10, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M12.6167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M10.1728565S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.0333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M10.5158323S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1327094800 - ], - "WeaponStockId":424645655, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M10.5158323S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":669296699, - "KillerWorldLocation":{ - "x":-15.7245626, - "y":0.152675286, - "z":2.592994 - }, - "Victim":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":13.3988714, - "y":0.510139, - "z":1.83427453 - }, - "EventName":"Death", - "TimeSinceStart":"PT1M10.9688144S" - }, - { - "MedalId":848240062, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT1M10.9688144S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.1000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M10.9718203S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.6667S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M10.9718203S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M12.1367678S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M12.1367678S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT1M12.1367678S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":723523180, - "KillerWorldLocation":{ - "x":2.82433343, - "y":-11.6938143, - "z":3.39937067 - }, - "Victim":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":4.94992256, - "y":-10.519659, - "z":2.911519 - }, - "EventName":"Death", - "TimeSinceStart":"PT1M14.7686417S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":10, - "ShotsLanded":6, - "TimeWeaponActiveAsPrimary":"P0DT0H0M20.4500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M14.7716502S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M4.8000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M14.7726502S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":0, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":false, - "Killer":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":723523180, - "KillerWorldLocation":{ - "x":2.82433343, - "y":-11.6938143, - "z":3.39937067 - }, - "Victim":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":2.82433343, - "y":-11.6938143, - "z":3.39937067 - }, - "EventName":"Death", - "TimeSinceStart":"PT1M14.7726502S" - }, - { - "ImpulseId":1408036107, - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "EventName":"Impulse", - "TimeSinceStart":"PT1M14.7726502S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M43.2500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M14.7736498S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M14.7736498S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.3833S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M17.8485034S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 89283061 - ], - "WeaponStockId":723388907, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M17.8485034S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M18.1854884S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M18.1864971S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT1M18.1864971S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M18.9864518S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M18.9864518S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT1M18.9864518S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M22.7852814S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M22.7862914S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT1M22.7862914S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M22.8193589S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M22.8193589S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT1M22.8193589S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.5500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M26.6641172S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M26.6651177S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":10.0503912, - "y":11.4547186, - "z":0.7995237 - }, - "Victim":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":9.348526, - "y":10.1662092, - "z":1.00472176 - }, - "EventName":"Death", - "TimeSinceStart":"PT1M28.9670078S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.6000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M28.9710138S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":19, - "ShotsLanded":5, - "TimeWeaponActiveAsPrimary":"P0DT0H0M35.9500S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M28.9710138S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2208825748 - ], - "KillerWeaponStockId":523953283, - "KillerWorldLocation":{ - "x":9.131031, - "y":11.8570976, - "z":0.799551 - }, - "Victim":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":10.2398825, - "y":9.753421, - "z":0.20128727 - }, - "EventName":"Death", - "TimeSinceStart":"PT1M30.150954S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT1M30.1519618S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.1167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M30.1549607S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":7, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M9.8500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M30.1549607S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M30.1549607S" - }, - { - "Assistants":[ - { - "Gamertag":"Noble Watchman", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":true, - "IsShoulderBash":false, - "IsWeapon":false, - "Killer":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1095363701 - ], - "KillerWeaponStockId":313138863, - "KillerWorldLocation":{ - "x":-4.40114641, - "y":-11.094327, - "z":3.68887568 - }, - "Victim":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-4.73570251, - "y":-11.1847887, - "z":3.61862826 - }, - "EventName":"Death", - "TimeSinceStart":"PT1M30.5679355S" - }, - { - "MedalId":2287626681, - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT1M30.5679355S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.9000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M30.5709426S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M6.1333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M30.5719422S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M9.5000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M32.313855S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M32.3148684S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1095363701 - ], - "KillerWeaponStockId":313138863, - "KillerWorldLocation":{ - "x":15.8970718, - "y":-3.23065448, - "z":1.61465645 - }, - "Victim":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":14.1005583, - "y":-7.46561146, - "z":1.61828017 - }, - "EventName":"Death", - "TimeSinceStart":"PT1M34.3027685S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M23.7833S", - "WeaponAttachmentIds":[ - 1327094800 - ], - "WeaponStockId":424645655, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M34.306769S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":10, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M24.3167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M34.306769S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M37.1176488S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M37.1176488S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT1M37.1176488S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M38.3015874S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M38.3015874S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT1M38.3015874S" - }, - { - "Assistants":[ - { - "Gamertag":"Sir Kitchel", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2208825748 - ], - "KillerWeaponStockId":523953283, - "KillerWorldLocation":{ - "x":12.49492, - "y":10.3925629, - "z":0.464184761 - }, - "Victim":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":9.819606, - "y":0.642352462, - "z":-0.2916506 - }, - "EventName":"Death", - "TimeSinceStart":"PT1M38.5335785S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT1M38.5335785S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":20, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M11.9833S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M38.5365854S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":4, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M20.5333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M38.5365854S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M38.7175714S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M38.7185772S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT1M38.7185772S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M42.4514031S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M42.4514031S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT1M42.4514031S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M9.3833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M44.4133137S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":2681172411, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M44.4133137S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.6667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M45.2962742S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M45.2962742S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M46.5502263S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M46.5512264S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT1M46.5512264S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M8.5333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT1M48.162153S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT1M48.1631447S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2208825748 - ], - "KillerWeaponStockId":523953283, - "KillerWorldLocation":{ - "x":-1.86170447, - "y":10.889843, - "z":2.295593 - }, - "Victim":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":2.00877428, - "y":8.397269, - "z":1.84300172 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M1.26456S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M1.265559S" - }, - { - "MedalId":824733727, - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M1.2665658S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":68, - "ShotsLanded":8, - "TimeWeaponActiveAsPrimary":"P0DT0H0M38.3667S", - "WeaponAttachmentIds":[ - 89283061 - ], - "WeaponStockId":723388907, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M1.2695659S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M8.2500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M1.2695659S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - - ], - "KillerWeaponStockId":4106030681, - "KillerWorldLocation":{ - "x":6.66108, - "y":9.093545, - "z":0.238117337 - }, - "Victim":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":6.94277239, - "y":-0.874281347, - "z":2.4184072 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M1.5355464S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":24, - "ShotsLanded":7, - "TimeWeaponActiveAsPrimary":"P0DT0H0M18.0667S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":3808094875, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M1.5395547S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":26, - "ShotsLanded":10, - "TimeWeaponActiveAsPrimary":"P0DT0H1M18.9833S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M1.5395547S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":669296699, - "KillerWorldLocation":{ - "x":-14.5565138, - "y":-0.5033927, - "z":3.06738114 - }, - "Victim":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":10.1788864, - "y":0.1956271, - "z":2.46978426 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M4.0314365S" - }, - { - "MedalId":848240062, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M4.0314365S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M0.9167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M4.0354429S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":5, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M15.8667S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M4.0354429S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":-3.83084273, - "y":-1.582413, - "z":-1.98973179 - }, - "Victim":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-5.073235, - "y":-8.41987, - "z":-1.99000311 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M8.0132571S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M8.0142572S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M8.5333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M8.0182669S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M12.9333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M8.0182669S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M9.281208S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M9.281208S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M9.281208S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M9.5481965S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M9.5481965S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M9.5481965S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":35, - "ShotsLanded":17, - "TimeWeaponActiveAsPrimary":"P0DT0H0M30.5500S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M10.4611457S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M10.4611457S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M12.0480841S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M12.0480841S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M12.0480841S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - - ], - "KillerWeaponStockId":2460880172, - "KillerWorldLocation":{ - "x":-5.177876, - "y":-2.85725045, - "z":-1.98991406 - }, - "Victim":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-5.305561, - "y":-9.555822, - "z":-1.99001312 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M14.1969807S" - }, - { - "MedalId":2251767925, - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M14.1979875S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":8, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M29.7833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":2681172411, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M14.2009877S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.5833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M14.2019946S" - }, - { - "Assistants":[ - { - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - { - "Gamertag":"MasterlessSEAL", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":-16.1470985, - "y":5.60377836, - "z":1.65391636 - }, - "Victim":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-15.8490467, - "y":-4.920375, - "z":1.63419449 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M15.179937S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":5, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"P0DT0H1M34.2500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M15.1839347S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M18.3500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M15.1839347S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.8500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M15.2769307S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":3808094875, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M15.2769307S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M16.0309057S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M16.0319056S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M16.0319056S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":8, - "ShotsLanded":7, - "TimeWeaponActiveAsPrimary":"P0DT0H0M6.6667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M18.3268324S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M18.3278031S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":9, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M38.9167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M18.9437752S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponPickupPad", - "TimeSinceStart":"PT2M18.9437752S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M18.9437752S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M22.2136214S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M22.2146297S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M22.2146297S" - }, - { - "Assistants":[ - { - "Gamertag":"HC PillarofFire", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":3808094875, - "KillerWorldLocation":{ - "x":0.9889898, - "y":-10.4862738, - "z":3.7078402 - }, - "Victim":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-0.8395315, - "y":-11.1052265, - "z":3.43564367 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M22.3826131S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.9167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M22.3866124S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.4333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M22.3866124S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":-6.215947, - "y":0.5513026, - "z":2.41840219 - }, - "Victim":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":11.0332308, - "y":-1.00337589, - "z":2.18727326 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M22.5126077S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M22.5146172S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":18, - "ShotsLanded":9, - "TimeWeaponActiveAsPrimary":"P0DT0H0M37.2167S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M22.5186149S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.1833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M22.5196148S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":8, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M7.9000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":3808094875, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M23.1765766S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M23.1765766S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M23.1965845S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M23.1975845S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M23.1975845S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M0.6167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M23.792558S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M23.7935583S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M4.2167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M26.4264346S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M26.4264346S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":723523180, - "KillerWorldLocation":{ - "x":-8.016607, - "y":-10.24853, - "z":1.231844 - }, - "Victim":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-14.5982542, - "y":-6.712919, - "z":1.62422955 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M27.3953892S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.1333S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M27.3983963S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M10.0500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M27.3983963S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":true, - "IsShoulderBash":false, - "IsWeapon":false, - "Killer":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1095363701 - ], - "KillerWeaponStockId":313138863, - "KillerWorldLocation":{ - "x":14.4670382, - "y":-3.328187, - "z":1.84136748 - }, - "Victim":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":14.2573719, - "y":-3.49633718, - "z":1.61483431 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M29.6292892S" - }, - { - "MedalId":2287626681, - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M29.6302894S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":5, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.2000S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M29.6332962S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M30.3962629S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M30.3972621S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M30.3972621S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M30.5292565S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M30.5302561S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M30.5302561S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.1667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M30.7592371S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":3808094875, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M30.7592371S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":4, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M7.1833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M31.4092078S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M31.4092078S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M35.413053S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M35.4140376S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M35.4140376S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.2500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M36.6421038S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M36.6421038S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M6.4000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M36.9249695S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 89283061 - ], - "WeaponStockId":723388907, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M36.9259607S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M37.6459376S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M37.6469285S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M37.6469285S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":true, - "IsWeapon":false, - "Killer":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - - ], - "KillerWeaponStockId":3168248199, - "KillerWorldLocation":{ - "x":7.86197329, - "y":-0.7162989, - "z":2.41842914 - }, - "Victim":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":7.515018, - "y":-0.748192132, - "z":2.418435 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M41.3937621S" - }, - { - "MedalId":298813630, - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M41.3947627S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M4.7500S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M41.3977694S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M5.0000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M41.398769S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":723523180, - "KillerWorldLocation":{ - "x":-13.6955853, - "y":-7.756304, - "z":1.91862726 - }, - "Victim":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-12.323555, - "y":-3.68046641, - "z":1.63104463 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M41.6437498S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":55, - "ShotsLanded":20, - "TimeWeaponActiveAsPrimary":"P0DT0H0M30.6167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M41.6467548S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":8, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M48.1167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M41.649758S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":723523180, - "KillerWorldLocation":{ - "x":-13.6955853, - "y":-7.756304, - "z":1.91862726 - }, - "Victim":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-12.3460264, - "y":-2.757815, - "z":1.63282371 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M41.6507582S" - }, - { - "MedalId":2430242797, - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M41.6507582S" - }, - { - "MedalId":2078758684, - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M41.6517491S" - }, - { - "MedalId":824733727, - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M41.6517491S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":17, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"P0DT0H0M5.8833S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M41.6537494S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":19, - "ShotsLanded":6, - "TimeWeaponActiveAsPrimary":"P0DT0H0M26.4833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M41.6537494S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.7833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":3808094875, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M41.7577528S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M41.7587441S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":true, - "IsWeapon":false, - "Killer":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - - ], - "KillerWeaponStockId":3168248199, - "KillerWorldLocation":{ - "x":4.78847361, - "y":-0.0878952742, - "z":2.53609324 - }, - "Victim":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":4.485023, - "y":-0.100788087, - "z":2.536199 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M43.4776676S" - }, - { - "MedalId":298813630, - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M43.4776676S" - }, - { - "MedalId":2078758684, - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M43.4786683S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":7, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M12.0667S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M43.4816757S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":11, - "ShotsLanded":9, - "TimeWeaponActiveAsPrimary":"P0DT0H0M12.1833S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M43.4826671S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M43.4826671S" - }, - { - "Assistants":[ - { - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - { - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - { - "Gamertag":"iJ3NKiN5", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":-2.218353, - "y":-10.9486771, - "z":3.40131187 - }, - "Victim":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-14.1109591, - "y":-10.103281, - "z":1.22509456 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M44.2946321S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M44.2956403S" - }, - { - "MedalId":194124164, - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M44.2956403S" - }, - { - "MedalId":1326375333, - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M44.2956403S" - }, - { - "MedalId":1326375333, - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M44.2956403S" - }, - { - "MedalId":1326375333, - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M44.2956403S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M12.8833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M44.2986396S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M15.3833S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M44.2996394S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - - ], - "KillerWeaponStockId":4106030681, - "KillerWorldLocation":{ - "x":3.44045234, - "y":0.143322915, - "z":0.0426210463 - }, - "Victim":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-15.183485, - "y":-11.9138212, - "z":1.04123759 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M44.9106034S" - }, - { - "MedalId":3491849182, - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M44.9106034S" - }, - { - "MedalId":285057226, - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT2M44.9106034S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.0167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M44.912612S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":4, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M14.7500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M44.912612S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M0.3000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M46.240548S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M46.2415483S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M49.4104101S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M49.4114006S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M49.4114006S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M49.66139S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M49.66139S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M49.66139S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M49.6943984S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M49.6953975S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M49.6953975S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M51.4943074S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M51.4953081S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M51.4953081S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M52.3112809S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M52.3112809S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M52.3112809S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M52.9272529S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT2M52.9282531S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT2M52.9282531S" - }, - { - "Assistants":[ - { - "Gamertag":"HC PillarofFire", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":723523180, - "KillerWorldLocation":{ - "x":-12.927289, - "y":-7.72699451, - "z":2.18966627 - }, - "Victim":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-16.80758, - "y":-2.72953033, - "z":2.309002 - }, - "EventName":"Death", - "TimeSinceStart":"PT2M56.2100983S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M4.1333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M56.2121077S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":13, - "ShotsLanded":6, - "TimeWeaponActiveAsPrimary":"P0DT0H0M16.6667S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT2M56.2121077S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M10.5000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M1.3398357S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 89283061 - ], - "WeaponStockId":723388907, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M1.3398357S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - - ], - "KillerWeaponStockId":4106030681, - "KillerWorldLocation":{ - "x":-15.5623922, - "y":-3.87699962, - "z":1.62794614 - }, - "Victim":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-12.488328, - "y":-6.247996, - "z":0.763637662 - }, - "EventName":"Death", - "TimeSinceStart":"PT3M3.02275S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":3, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M11.5500S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M3.0267568S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":4, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"P0DT0H0M31.1000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M3.02775S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":12, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M12.1833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M3.8227111S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":3808094875, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M3.8237173S" - }, - { - "Assistants":[ - { - "Gamertag":"Noble Watchman", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":true, - "IsShoulderBash":false, - "IsWeapon":false, - "Killer":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":-7.265885, - "y":11.9744835, - "z":0.8909795 - }, - "Victim":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-7.591557, - "y":12.0928116, - "z":0.798274457 - }, - "EventName":"Death", - "TimeSinceStart":"PT3M4.0097S" - }, - { - "MedalId":2287626681, - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT3M4.0097S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":8, - "ShotsLanded":6, - "TimeWeaponActiveAsPrimary":"P0DT0H0M8.1333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M4.0126984S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":13, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"P0DT0H0M6.0500S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M4.014698S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M4.3606901S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M4.3606901S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT3M4.3606901S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.1333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M7.2555415S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M7.256542S" - }, - { - "MedalId":3400287617, - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT3M7.8065057S" - }, - { - "Assistants":[ - { - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - { - "Gamertag":"thanatosrequiem", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1095363701 - ], - "KillerWeaponStockId":313138863, - "KillerWorldLocation":{ - "x":-9.67314148, - "y":-6.60563469, - "z":-0.4010531 - }, - "Victim":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-13.0435, - "y":-8.253936, - "z":0.9976177 - }, - "EventName":"Death", - "TimeSinceStart":"PT3M8.5594678S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":10, - "ShotsLanded":5, - "TimeWeaponActiveAsPrimary":"P0DT0H0M20.0667S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M8.562466S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M11.1333S", - "WeaponAttachmentIds":[ - 89283061 - ], - "WeaponStockId":723388907, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M8.5634746S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M0.3167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M10.2383891S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M10.2393908S" - }, - { - "MedalId":3400287617, - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT3M10.8403489S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M11.0093494S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M11.0103493S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT3M11.0103493S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M12.0262977S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M12.0262977S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT3M12.0272975S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":-14.303812, - "y":-10.2687464, - "z":1.2355485 - }, - "Victim":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-13.6979609, - "y":-6.611296, - "z":1.43922377 - }, - "EventName":"Death", - "TimeSinceStart":"PT3M14.2421873S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M4.0000S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M14.2451953S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":10, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M18.3000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M14.2461887S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M16.5760912S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M16.5760912S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT3M16.5760912S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2208825748 - ], - "KillerWeaponStockId":523953283, - "KillerWorldLocation":{ - "x":2.537772, - "y":5.463918, - "z":3.81281757 - }, - "Victim":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-0.0590005741, - "y":13.293767, - "z":2.63009453 - }, - "EventName":"Death", - "TimeSinceStart":"PT3M17.425046S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M8.2167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M17.4280527S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":6, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M16.1500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M17.4280527S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.4833S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M17.5880456S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1327094800 - ], - "WeaponStockId":424645655, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M17.5890359S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M12.1667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M18.9049774S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 89283061 - ], - "WeaponStockId":723388907, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M18.9049774S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M22.2588276S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M22.2588276S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT3M22.2588276S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":4, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M28.1833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M22.5708221S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M22.5718221S" - }, - { - "Assistants":[ - { - "Gamertag":"Greenskull", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 89283061 - ], - "KillerWeaponStockId":723388907, - "KillerWorldLocation":{ - "x":10.1190052, - "y":9.662499, - "z":0.20128727 - }, - "Victim":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":11.2838135, - "y":12.2355137, - "z":0.7994045 - }, - "EventName":"Death", - "TimeSinceStart":"PT3M22.9747972S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M0.9667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M22.9778039S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":5, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M9.9833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M22.9778039S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2208825748 - ], - "KillerWeaponStockId":523953283, - "KillerWorldLocation":{ - "x":2.2742548, - "y":12.0965433, - "z":2.287622 - }, - "Victim":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":11.3874283, - "y":13.9465809, - "z":0.781080246 - }, - "EventName":"Death", - "TimeSinceStart":"PT3M23.6237676S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":23, - "ShotsLanded":9, - "TimeWeaponActiveAsPrimary":"P0DT0H0M11.3333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M23.6267753S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.2833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M23.6267753S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M25.443694S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M25.443694S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT3M25.443694S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 89283061 - ], - "KillerWeaponStockId":723388907, - "KillerWorldLocation":{ - "x":-19.97275, - "y":-2.53245139, - "z":1.99656153 - }, - "Victim":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-8.596071, - "y":0.152492136, - "z":2.41838646 - }, - "EventName":"Death", - "TimeSinceStart":"PT3M27.2666038S" - }, - { - "MedalId":2838259753, - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT3M27.267602S" - }, - { - "ImpulseId":2556889090, - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"Impulse", - "TimeSinceStart":"PT3M27.267602S" - }, - { - "MedalId":824733727, - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT3M27.2706038S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.9500S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M27.2726117S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M4.5333S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M27.2726117S" - }, - { - "Assistants":[ - { - "Gamertag":"HC PillarofFire", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":true, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":false, - "Killer":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 89283061 - ], - "KillerWeaponStockId":723388907, - "KillerWorldLocation":{ - "x":4.561401, - "y":12.7317924, - "z":2.284229 - }, - "Victim":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":4.427275, - "y":13.0513811, - "z":2.287622 - }, - "EventName":"Death", - "TimeSinceStart":"PT3M28.1745641S" - }, - { - "MedalId":3270120991, - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT3M28.1745641S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":13, - "ShotsLanded":8, - "TimeWeaponActiveAsPrimary":"P0DT0H0M20.7833S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M28.1785711S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.7667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M28.1805709S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":10, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M29.3000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M30.687449S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M30.687449S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponPickupPad", - "TimeSinceStart":"PT3M30.687449S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M30.687449S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M31.1244388S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M31.1254388S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT3M31.1254388S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M31.7744099S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M31.7744099S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT3M31.7744099S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.5667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M32.2703787S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M32.2703787S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M35.2572539S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M35.2582445S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT3M35.2582445S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M36.1912388S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M36.1922032S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT3M36.1922032S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.5000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M38.1861231S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M38.1871136S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - - ], - "KillerWeaponStockId":4106030681, - "KillerWorldLocation":{ - "x":-7.12341, - "y":12.0931463, - "z":1.02235568 - }, - "Victim":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-15.8157129, - "y":8.383231, - "z":1.70959771 - }, - "EventName":"Death", - "TimeSinceStart":"PT3M43.3888826S" - }, - { - "MedalId":824733727, - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT3M43.3898897S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":33, - "ShotsLanded":9, - "TimeWeaponActiveAsPrimary":"P0DT0H0M15.4667S", - "WeaponAttachmentIds":[ - 1327094800 - ], - "WeaponStockId":424645655, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M43.3928811S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":24, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M22.5833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":3808094875, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M43.3928811S" - }, - { - "Assistants":[ - { - "Gamertag":"HC PillarofFire", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":-10.5571089, - "y":12.2296486, - "z":0.799551 - }, - "Victim":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-10.97005, - "y":6.294941, - "z":0.294968367 - }, - "EventName":"Death", - "TimeSinceStart":"PT3M46.2387541S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT3M46.2397535S" - }, - { - "MedalId":2078758684, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT3M46.2397535S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M16.8000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M46.2437529S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":3, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M7.0500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M46.2437529S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M51.4065316S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M51.4075309S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT3M51.4075309S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":3, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M13.4667S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M53.3184426S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M53.319445S" - }, - { - "Assistants":[ - { - "Gamertag":"Sir Kitchel", - "Xuid":null - } - ], - "DeathDisposition":0, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":false, - "Killer":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 89283061 - ], - "KillerWeaponStockId":723388907, - "KillerWorldLocation":{ - "x":-4.49111557, - "y":12.5255, - "z":2.28839874 - }, - "Victim":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-10.1881084, - "y":12.7593184, - "z":1.35315335 - }, - "EventName":"Death", - "TimeSinceStart":"PT3M53.9244113S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":15, - "ShotsLanded":7, - "TimeWeaponActiveAsPrimary":"P0DT0H0M16.4833S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M53.9264084S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":3, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M8.3000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M53.9264084S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M54.2553938S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M54.2564034S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT3M54.2564034S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":true, - "IsShoulderBash":false, - "IsWeapon":false, - "Killer":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":-9.82659, - "y":11.4039774, - "z":0.790148854 - }, - "Victim":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-10.1710625, - "y":11.4647264, - "z":0.799548149 - }, - "EventName":"Death", - "TimeSinceStart":"PT3M54.5053837S" - }, - { - "MedalId":2287626681, - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT3M54.5053837S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":12, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"P0DT0H0M22.1333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M54.5083829S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M54.5083829S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.2500S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M54.5103917S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 89283061 - ], - "KillerWeaponStockId":723388907, - "KillerWorldLocation":{ - "x":12.3373823, - "y":6.44901657, - "z":0.591130733 - }, - "Victim":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":12.6559792, - "y":3.70310831, - "z":1.61465657 - }, - "EventName":"Death", - "TimeSinceStart":"PT3M55.2253587S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.8667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M55.234359S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":8, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M17.1000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M55.234359S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":120, - "ShotsLanded":34, - "TimeWeaponActiveAsPrimary":"P0DT0H0M55.6167S", - "WeaponAttachmentIds":[ - 89283061 - ], - "WeaponStockId":723388907, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT3M57.085268S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT3M57.085268S" - }, - { - "MedalId":3400287617, - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT3M59.8531438S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.3833S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M0.2011319S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M0.2021303S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2208825748 - ], - "KillerWeaponStockId":523953283, - "KillerWorldLocation":{ - "x":0.92755264, - "y":-10.4465208, - "z":3.40171576 - }, - "Victim":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-3.21418834, - "y":-10.6880789, - "z":3.402028 - }, - "EventName":"Death", - "TimeSinceStart":"PT4M1.4870717S" - }, - { - "MedalId":466059351, - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT4M1.4910786S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":20, - "ShotsLanded":12, - "TimeWeaponActiveAsPrimary":"P0DT0H0M4.1667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M1.493071S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.0667S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M1.493071S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M1.9390585S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M1.9400584S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT4M1.9400584S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M2.522033S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M2.522033S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT4M2.5230326S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M3.2380056S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M3.2390055S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT4M3.2390055S" - }, - { - "Assistants":[ - { - "Gamertag":"Adriano 999xd", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":6.903059, - "y":0.476169139, - "z":2.89148927 - }, - "Victim":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":0.318309426, - "y":-10.8084574, - "z":3.49140716 - }, - "EventName":"Death", - "TimeSinceStart":"PT4M3.5049805S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT4M3.5049805S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":10, - "ShotsLanded":6, - "TimeWeaponActiveAsPrimary":"P0DT0H0M25.3167S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M3.5079794S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.9167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M3.5079794S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M9.5037195S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M9.5047196S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT4M9.5047196S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M11.5206295S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M11.5216293S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT4M11.5216293S" - }, - { - "Assistants":[ - { - "Gamertag":"Headshot Deezy", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":-15.2928486, - "y":4.67612839, - "z":2.47448683 - }, - "Victim":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-16.907959, - "y":-1.23665988, - "z":1.63860536 - }, - "EventName":"Death", - "TimeSinceStart":"PT4M12.9695571S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.6667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M12.9735641S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":25, - "ShotsLanded":6, - "TimeWeaponActiveAsPrimary":"P0DT0H0M19.6500S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M12.9735641S" - }, - { - "Assistants":[ - { - "Gamertag":"HC PillarofFire", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":true, - "IsShoulderBash":false, - "IsWeapon":false, - "Killer":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":-16.8898582, - "y":0.46596247, - "z":1.60892212 - }, - "Victim":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-16.8620262, - "y":0.11020647, - "z":1.63625515 - }, - "EventName":"Death", - "TimeSinceStart":"PT4M16.02242S" - }, - { - "MedalId":2287626681, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT4M16.02242S" - }, - { - "MedalId":2078758684, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT4M16.02242S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":19, - "ShotsLanded":6, - "TimeWeaponActiveAsPrimary":"P0DT0H0M13.0000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M16.0254194S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M16.0254194S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":5, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M11.6167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M16.0264277S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.7667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M16.7163947S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M16.7173947S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":9, - "ShotsLanded":5, - "TimeWeaponActiveAsPrimary":"P0DT0H0M14.0167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M17.7333332S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M17.7333332S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M17.7333332S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":true, - "IsShoulderBash":false, - "IsWeapon":false, - "Killer":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":-5.351529, - "y":-11.2099943, - "z":2.87862277 - }, - "Victim":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-5.41745949, - "y":-11.5505905, - "z":2.652748 - }, - "EventName":"Death", - "TimeSinceStart":"PT4M18.3863013S" - }, - { - "MedalId":250435527, - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT4M18.3863013S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":5, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M14.8333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M18.3893015S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M18.3893015S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.0333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M18.3903002S" - }, - { - "MedalId":3400287617, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT4M20.0172169S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M20.9871674S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M20.9871674S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT4M20.9871674S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M14.5833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M22.1331086S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponPickupPad", - "TimeSinceStart":"PT4M22.1331086S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M22.1331086S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M24.1860031S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M24.1870124S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT4M24.1870124S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M26.5538911S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M26.5538911S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT4M26.5538911S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2208825748 - ], - "KillerWeaponStockId":523953283, - "KillerWorldLocation":{ - "x":5.178081, - "y":-10.7227793, - "z":2.78602648 - }, - "Victim":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":15.3461761, - "y":-5.803083, - "z":1.91665554 - }, - "EventName":"Death", - "TimeSinceStart":"PT4M30.2356957S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT4M30.2367045S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M13.3667S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M30.240694S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":5, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M17.9167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M30.240694S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":-5.76515341, - "y":-0.122849189, - "z":2.51664472 - }, - "Victim":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":6.70758057, - "y":0.09129061, - "z":2.41839933 - }, - "EventName":"Death", - "TimeSinceStart":"PT4M32.902559S" - }, - { - "MedalId":3653057799, - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT4M32.9035666S" - }, - { - "ImpulseId":3174430457, - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"Impulse", - "TimeSinceStart":"PT4M32.9065666S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M4.4167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M32.9075661S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M18.8333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M32.9075661S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M5.9667S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M33.5485235S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M33.5485235S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":true, - "IsShoulderBash":false, - "IsWeapon":false, - "Killer":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":4096745987, - "KillerWorldLocation":{ - "x":4.804436, - "y":4.83901834, - "z":2.44634628 - }, - "Victim":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":4.52423573, - "y":5.07412148, - "z":2.451799 - }, - "EventName":"Death", - "TimeSinceStart":"PT4M37.6853143S" - }, - { - "MedalId":250435527, - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT4M37.6853143S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":60, - "ShotsLanded":5, - "TimeWeaponActiveAsPrimary":"P0DT0H0M31.3000S", - "WeaponAttachmentIds":[ - 89283061 - ], - "WeaponStockId":723388907, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M37.6883124S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - 89283061 - ], - "WeaponStockId":723388907, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M37.6883124S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":4, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M46.8667S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M37.6893132S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M38.2522834S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M38.2522834S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT4M38.2522834S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M4.0167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M38.6812617S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1327094800 - ], - "WeaponStockId":424645655, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M38.6812617S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M15.4667S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M39.3142377S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1327094800 - ], - "WeaponStockId":424645655, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M39.3152381S" - }, - { - "Assistants":[ - { - "Gamertag":"Headshot Deezy", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - - ], - "KillerWeaponStockId":3190813201, - "KillerWorldLocation":{ - "x":2.7820375, - "y":5.650201, - "z":3.812788 - }, - "Victim":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":6.869426, - "y":4.94199944, - "z":2.45095062 - }, - "EventName":"Death", - "TimeSinceStart":"PT4M40.6001652S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.7167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M40.6051714S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.2833S", - "WeaponAttachmentIds":[ - 1327094800 - ], - "WeaponStockId":424645655, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M40.6051714S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M40.9181559S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M40.9191477S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT4M40.9191477S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.2667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M41.4811175S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M41.4811175S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2208825748 - ], - "KillerWeaponStockId":523953283, - "KillerWorldLocation":{ - "x":17.2883072, - "y":-1.5098238, - "z":1.61435354 - }, - "Victim":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":16.8400135, - "y":-7.8221, - "z":1.10838139 - }, - "EventName":"Death", - "TimeSinceStart":"PT4M41.5511161S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":14, - "ShotsLanded":8, - "TimeWeaponActiveAsPrimary":"P0DT0H0M38.1833S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M41.553123S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":26, - "ShotsLanded":13, - "TimeWeaponActiveAsPrimary":"P0DT0H0M43.1333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M41.553123S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M41.553123S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M45.7009112S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M45.7019111S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT4M45.7019111S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M48.6177548S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M48.6187617S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT4M48.6187617S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M49.5677046S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M49.5687039S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT4M49.5687039S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M6.1333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M51.8295882S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M51.8305971S" - }, - { - "Assistants":[ - { - "Gamertag":"iJ3NKiN5", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2208825748 - ], - "KillerWeaponStockId":523953283, - "KillerWorldLocation":{ - "x":15.5723248, - "y":-4.13881445, - "z":1.61465645 - }, - "Victim":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":16.1058941, - "y":1.18077016, - "z":1.61465549 - }, - "EventName":"Death", - "TimeSinceStart":"PT4M52.4505583S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT4M52.4505583S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":18, - "ShotsLanded":6, - "TimeWeaponActiveAsPrimary":"P0DT0H0M13.7667S", - "WeaponAttachmentIds":[ - 1327094800 - ], - "WeaponStockId":424645655, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M52.4535698S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":6, - "ShotsLanded":5, - "TimeWeaponActiveAsPrimary":"P0DT0H0M23.0000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M52.4535698S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.4667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M52.613548S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M52.613548S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M0.5667S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M53.6465061S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M53.6475043S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.7333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M55.3794056S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M55.3804158S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.4500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT4M56.8293411S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT4M56.8303412S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M0.4671463S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M0.4671463S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M0.4671463S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":true, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":false, - "Killer":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - - ], - "KillerWeaponStockId":3168248199, - "KillerWorldLocation":{ - "x":-6.91221428, - "y":5.466024, - "z":2.75738382 - }, - "Victim":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-7.31902552, - "y":5.315937, - "z":2.450873 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M1.7320849S" - }, - { - "MedalId":492192256, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M1.7330843S" - }, - { - "MedalId":2782465081, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M1.7330843S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":8, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"P0DT0H0M9.1167S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M1.7360899S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.5333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M1.7370897S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1095363701 - ], - "KillerWeaponStockId":313138863, - "KillerWorldLocation":{ - "x":10.5824919, - "y":9.64874, - "z":0.20128727 - }, - "Victim":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":15.7955484, - "y":7.84365559, - "z":1.72176659 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M5.0009164S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":17, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M23.5167S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M5.0039213S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":6, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M15.0333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M5.0039213S" - }, - { - "Assistants":[ - { - "Gamertag":"iJ3NKiN5", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1095363701 - ], - "KillerWeaponStockId":313138863, - "KillerWorldLocation":{ - "x":9.29398251, - "y":6.36079836, - "z":0.20385778 - }, - "Victim":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":10.916028, - "y":9.163041, - "z":0.20128727 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M5.3918965S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":16, - "ShotsLanded":7, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.2667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M5.3971805S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":11, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M12.5500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M5.3971805S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.8167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M5.5788839S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1327094800 - ], - "WeaponStockId":424645655, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M5.5788839S" - }, - { - "Assistants":[ - { - "Gamertag":"Headshot Deezy", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":723523180, - "KillerWorldLocation":{ - "x":11.50721, - "y":11.7905664, - "z":0.799472451 - }, - "Victim":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":11.5517178, - "y":7.254331, - "z":0.20161438 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M9.1307044S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":35, - "ShotsLanded":17, - "TimeWeaponActiveAsPrimary":"P0DT0H0M13.4833S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M9.134711S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M17.4000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M9.134711S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M0.2833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M9.3447002S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M9.3457001S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1327094800 - ], - "KillerWeaponStockId":424645655, - "KillerWorldLocation":{ - "x":1.28750157, - "y":5.439669, - "z":3.812821 - }, - "Victim":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":7.142624, - "y":6.086713, - "z":4.575205 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M9.4816861S" - }, - { - "MedalId":1080468863, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M9.4836929S" - }, - { - "MedalId":2430242797, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M9.4836929S" - }, - { - "MedalId":3148489433, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M9.4836929S" - }, - { - "ImpulseId":3174430457, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Impulse", - "TimeSinceStart":"PT5M9.4876926S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.0333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M9.4886841S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":13, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"P0DT0H0M35.9333S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M9.4886841S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M9.74968S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M9.74968S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M9.74968S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":723523180, - "KillerWorldLocation":{ - "x":13.8528938, - "y":11.7898264, - "z":0.958577633 - }, - "Victim":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":16.7280273, - "y":10.805047, - "z":1.60281515 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M11.3985908S" - }, - { - "MedalId":2078758684, - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M11.3985908S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":18, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M28.1500S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M11.4015858S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.9333S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M11.4015858S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M13.1315064S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M13.1325065S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M13.1325065S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M13.5154867S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M13.5154867S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M13.5154867S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":4, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"P0DT0H0M48.8333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M13.5944828S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M13.5954751S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M14.1667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M15.4443804S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1327094800 - ], - "WeaponStockId":424645655, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M15.4453798S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M17.2652946S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M17.2652946S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M17.2652946S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M0.6000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M17.2772855S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":3808094875, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M17.2782855S" - }, - { - "Assistants":[ - { - "Gamertag":"HC PillarofFire", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1327094800 - ], - "KillerWeaponStockId":424645655, - "KillerWorldLocation":{ - "x":1.75668478, - "y":3.16089225, - "z":3.73231077 - }, - "Victim":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":0.09758655, - "y":-6.16542149, - "z":-1.98762715 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M17.3142857S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M17.3142857S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":7, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M6.8167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M17.3172851S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M0.0333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":3808094875, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M17.3172851S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M17.6152704S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M17.6152704S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M17.6152704S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M19.4151846S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M19.4151846S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M19.4151846S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M25.3308821S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M25.3318817S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M25.3318817S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2208825748 - ], - "KillerWeaponStockId":523953283, - "KillerWorldLocation":{ - "x":23.95094, - "y":2.02765155, - "z":3.07337785 - }, - "Victim":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-10.8527689, - "y":-1.07115686, - "z":2.25905275 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M25.8638471S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M25.8638471S" - }, - { - "MedalId":1423504140, - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M25.8648456S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.0333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M25.8678495S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":6, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M7.2167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M25.8678495S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - - ], - "KillerWeaponStockId":2460880172, - "KillerWorldLocation":{ - "x":-1.09983754, - "y":-7.56946945, - "z":-1.99571514 - }, - "Victim":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-5.11068535, - "y":-2.57435942, - "z":-1.98990393 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M27.9967381S" - }, - { - "MedalId":2251767925, - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M27.9977461S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.6333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M28.001745S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":4, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M12.8500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M28.001745S" - }, - { - "Assistants":[ - { - "Gamertag":"HC PillarofFire", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1327094800 - ], - "KillerWeaponStockId":424645655, - "KillerWorldLocation":{ - "x":-0.335429639, - "y":-3.40137839, - "z":-1.98826075 - }, - "Victim":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-0.511277437, - "y":-7.13747644, - "z":-1.99661362 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M28.4307155S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M28.4317194S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":4, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M11.1667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M28.4357232S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M14.5000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M28.7436975S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M28.7436975S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M33.8804439S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M33.8804439S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M33.8804439S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M36.0133347S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M36.0133347S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M36.0133347S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M36.446304S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M36.4473039S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M36.4473039S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":669296699, - "KillerWorldLocation":{ - "x":-0.783061266, - "y":-8.33797, - "z":3.98678517 - }, - "Victim":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-14.0762415, - "y":-6.935471, - "z":1.96780574 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M36.613296S" - }, - { - "MedalId":848240062, - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M36.613296S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.1167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M36.6163038S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M7.8667S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M36.6163038S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M44.6298937S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M44.6298937S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M44.6298937S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1327094800 - ], - "KillerWeaponStockId":424645655, - "KillerWorldLocation":{ - "x":-13.9213772, - "y":-6.44965458, - "z":1.60218239 - }, - "Victim":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-21.5467262, - "y":2.17316437, - "z":2.24822831 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M44.712892S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M44.7138896S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M12.6500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M44.717889S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M12.6500S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M44.7189033S" - }, - { - "Assistants":[ - { - "Gamertag":"Adriano 999xd", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1095363701 - ], - "KillerWeaponStockId":313138863, - "KillerWorldLocation":{ - "x":-16.04486, - "y":-6.51511335, - "z":1.63400149 - }, - "Victim":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-13.1923695, - "y":-6.951354, - "z":1.10234988 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M45.2488536S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":60, - "ShotsLanded":20, - "TimeWeaponActiveAsPrimary":"P0DT0H0M29.8000S", - "WeaponAttachmentIds":[ - 1327094800 - ], - "WeaponStockId":424645655, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M45.2518607S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M0.7000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M45.2528609S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":true, - "IsShoulderBash":false, - "IsWeapon":false, - "Killer":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1095363701 - ], - "KillerWeaponStockId":313138863, - "KillerWorldLocation":{ - "x":-7.790288, - "y":5.12057161, - "z":0.214550927 - }, - "Victim":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-7.46394968, - "y":5.43765831, - "z":0.214417279 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M46.9617673S" - }, - { - "MedalId":2287626681, - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M46.9627892S" - }, - { - "MedalId":2782465081, - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M46.9637743S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":13, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"P0DT0H1M10.8333S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M46.9667739S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":36, - "ShotsLanded":22, - "TimeWeaponActiveAsPrimary":"P0DT0H0M16.1000S", - "WeaponAttachmentIds":[ - 1327094800 - ], - "WeaponStockId":424645655, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M46.970774S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":7, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M14.8833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M48.0247199S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1327094800 - ], - "WeaponStockId":424645655, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M48.0257202S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1095363701 - ], - "KillerWeaponStockId":313138863, - "KillerWorldLocation":{ - "x":-14.250761, - "y":6.466291, - "z":1.62279129 - }, - "Victim":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-8.539549, - "y":9.347653, - "z":0.570207536 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M50.0466094S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M9.3667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M50.049615S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M6.8000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M50.049615S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M52.7284696S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M52.7284696S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M52.7284696S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M53.2634515S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M53.2634515S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M53.2634515S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M54.978364S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M54.978364S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M54.978364S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - - ], - "KillerWeaponStockId":4106030681, - "KillerWorldLocation":{ - "x":-6.92621565, - "y":4.33128548, - "z":0.481591642 - }, - "Victim":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-2.07048869, - "y":6.97490644, - "z":1.75690436 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M55.5773265S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":20, - "ShotsLanded":9, - "TimeWeaponActiveAsPrimary":"P0DT0H0M19.1333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M55.5813328S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M55.5813328S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":43, - "ShotsLanded":18, - "TimeWeaponActiveAsPrimary":"P0DT0H0M9.2333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M56.6332703S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M56.6342701S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M58.0611963S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M58.0621971S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT5M58.0621971S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1095363701 - ], - "KillerWeaponStockId":313138863, - "KillerWorldLocation":{ - "x":20.75426, - "y":0.4927252, - "z":1.61535168 - }, - "Victim":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":22.5818367, - "y":-3.75327229, - "z":2.80766463 - }, - "EventName":"Death", - "TimeSinceStart":"PT5M58.1141944S" - }, - { - "MedalId":2430242797, - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT5M58.1152035S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":9, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M13.4833S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M58.1181982S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M2.6833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT5M59.3571305S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT5M59.3581398S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.4333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M1.2740901S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":3808094875, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M1.2740901S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - - ], - "KillerWeaponStockId":3190813201, - "KillerWorldLocation":{ - "x":-6.69528055, - "y":-10.6569834, - "z":1.95458508 - }, - "Victim":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":4.93854141, - "y":-10.2584324, - "z":3.282847 - }, - "EventName":"Death", - "TimeSinceStart":"PT6M1.4270286S" - }, - { - "MedalId":2782465081, - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT6M1.4280335S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":5, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M29.8500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M1.4300246S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":23, - "ShotsLanded":6, - "TimeWeaponActiveAsPrimary":"P0DT0H0M35.8833S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M1.4300246S" - }, - { - "MedalId":3400287617, - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT6M1.7250094S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M3.5939227S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M3.5949226S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT6M3.5949226S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M11.4000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M6.0727981S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M6.0737981S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M6.1267937S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M6.1277929S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT6M6.1277929S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2208825748 - ], - "KillerWeaponStockId":523953283, - "KillerWorldLocation":{ - "x":-6.387502, - "y":-0.9018621, - "z":2.418389 - }, - "Victim":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-7.53207827, - "y":-3.57400346, - "z":0.02054599 - }, - "EventName":"Death", - "TimeSinceStart":"PT6M6.192782S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT6M6.1937823S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":7, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.1167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M6.1977805S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M10.3500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M6.1977805S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":true, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1327094800 - ], - "KillerWeaponStockId":424645655, - "KillerWorldLocation":{ - "x":6.52949858, - "y":-10.8296642, - "z":2.04396462 - }, - "Victim":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":13.7721825, - "y":-8.216948, - "z":2.188133 - }, - "EventName":"Death", - "TimeSinceStart":"PT6M8.8766445S" - }, - { - "MedalId":3261908037, - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT6M8.8786447S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":17, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M15.7333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M8.8836526S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":16, - "ShotsLanded":12, - "TimeWeaponActiveAsPrimary":"P0DT0H0M46.2333S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M8.8836526S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M9.4436231S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M9.4446231S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT6M9.4446231S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M14.2103801S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M14.21138S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT6M14.21138S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":true, - "IsShoulderBash":false, - "IsWeapon":false, - "Killer":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":3808094875, - "KillerWorldLocation":{ - "x":-15.4072733, - "y":-7.3592, - "z":2.15316987 - }, - "Victim":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-15.7732887, - "y":-7.343439, - "z":2.15347362 - }, - "EventName":"Death", - "TimeSinceStart":"PT6M14.376362S" - }, - { - "MedalId":2287626681, - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT6M14.3773708S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":16, - "ShotsLanded":9, - "TimeWeaponActiveAsPrimary":"P0DT0H0M15.0167S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M14.3803702S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.7000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M14.3813614S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M16.8932341S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M16.8942415S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT6M16.8942415S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.6667S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M17.7052006S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":2681172411, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M17.7061912S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2208825748 - ], - "KillerWeaponStockId":523953283, - "KillerWorldLocation":{ - "x":13.4116182, - "y":1.26921475, - "z":1.71050739 - }, - "Victim":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":13.3821115, - "y":4.45332861, - "z":2.233005 - }, - "EventName":"Death", - "TimeSinceStart":"PT6M18.3421608S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":21, - "ShotsLanded":10, - "TimeWeaponActiveAsPrimary":"P0DT0H0M7.8167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M18.3461592S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":45, - "ShotsLanded":24, - "TimeWeaponActiveAsPrimary":"P0DT0H0M30.3167S", - "WeaponAttachmentIds":[ - 1327094800 - ], - "WeaponStockId":424645655, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M18.3461592S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M0.7167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M18.9221283S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M18.9221283S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M4.7333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M19.9720756S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponPickupPad", - "TimeSinceStart":"PT6M19.9720756S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M19.9730841S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":2681172411, - "KillerWorldLocation":{ - "x":3.24002337, - "y":-11.2528143, - "z":3.80944 - }, - "Victim":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-0.9538436, - "y":-10.6307144, - "z":3.40148878 - }, - "EventName":"Death", - "TimeSinceStart":"PT6M20.6580447S" - }, - { - "MedalId":2838259753, - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT6M20.6590425S" - }, - { - "ImpulseId":2556889090, - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "EventName":"Impulse", - "TimeSinceStart":"PT6M20.6590425S" - }, - { - "MedalId":824733727, - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT6M20.6600488S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M4.6167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M20.6620487S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":10, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M9.9167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M20.6620487S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M22.3919508S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M22.3929604S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT6M22.3929604S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":26, - "ShotsLanded":19, - "TimeWeaponActiveAsPrimary":"P0DT0H0M5.6333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":2681172411, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M23.3389121S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponPickupPad", - "TimeSinceStart":"PT6M23.3389121S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M23.3389121S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M26.358757S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M26.358757S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT6M26.358757S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 1095363701 - ], - "KillerWeaponStockId":313138863, - "KillerWorldLocation":{ - "x":-2.66870618, - "y":11.679575, - "z":2.29337835 - }, - "Victim":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-2.82000375, - "y":12.2185917, - "z":2.292857 - }, - "EventName":"Death", - "TimeSinceStart":"PT6M27.9406685S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M18.5000S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M27.9446758S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":7, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M14.7500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M28.0716648S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M28.0716648S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M28.8606279S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M28.861633S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT6M28.861633S" - }, - { - "Assistants":[ - - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":true, - "IsWeapon":false, - "Killer":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - - ], - "KillerWeaponStockId":3168248199, - "KillerWorldLocation":{ - "x":-12.7666407, - "y":-1.69189417, - "z":1.6183629 - }, - "Victim":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-12.6221561, - "y":-1.34938729, - "z":1.617843 - }, - "EventName":"Death", - "TimeSinceStart":"PT6M34.7073226S" - }, - { - "MedalId":298813630, - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT6M34.7073226S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M6.8833S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M34.728329S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.3333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M34.7293284S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M36.0912592S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M36.0922502S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "EventName":"PlayerSpawn", - "TimeSinceStart":"PT6M36.0922502S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":5, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M20.9500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M36.5202369S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "WeaponAttachmentIds":[ - 89283061 - ], - "WeaponStockId":723388907, - "EventName":"WeaponPickup", - "TimeSinceStart":"PT6M36.5212373S" - }, - { - "Assistants":[ - { - "Gamertag":"Noble Watchman", - "Xuid":null - } - ], - "DeathDisposition":1, - "IsAssassination":false, - "IsGroundPound":false, - "IsHeadshot":false, - "IsMelee":false, - "IsShoulderBash":false, - "IsWeapon":true, - "Killer":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "KillerAgent":1, - "KillerWeaponAttachmentIds":[ - 2758383128 - ], - "KillerWeaponStockId":669296699, - "KillerWorldLocation":{ - "x":9.663519, - "y":-0.387422174, - "z":2.41839933 - }, - "Victim":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "VictimAgent":1, - "VictimAttachmentIds":[ - - ], - "VictimStockId":0, - "VictimWorldLocation":{ - "x":-8.350101, - "y":-0.442004532, - "z":2.41838646 - }, - "EventName":"Death", - "TimeSinceStart":"PT6M39.5560739S" - }, - { - "MedalId":352859864, - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"Medal", - "TimeSinceStart":"PT6M39.5570728S" - }, - { - "ImpulseId":2556889090, - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "EventName":"Impulse", - "TimeSinceStart":"PT6M39.5570728S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.0333S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.5600811S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M19.4500S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.5600811S" - }, - { - "RoundIndex":0, - "EventName":"RoundEnd", - "TimeSinceStart":"PT6M39.5720852S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M1.8167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":5, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M15.2333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":7, - "ShotsLanded":6, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":4106030681, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3168248199, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3168248199, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":11, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Noble Watchman", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":642449794, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":16, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"P0DT0H0M13.8333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":3808094875, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":3808094875, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M11.3667S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":11, - "ShotsLanded":7, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":4106030681, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Sir Kitchel", - "Xuid":null - }, - "ShotsFired":11, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":30, - "ShotsLanded":13, - "TimeWeaponActiveAsPrimary":"P0DT0H0M38.8667S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":8, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M15.3333S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":15, - "ShotsLanded":11, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":4106030681, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":2460880172, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":11, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"HC PillarofFire", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3168248199, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M11.3833S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M16.1000S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":723523180, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":12, - "ShotsLanded":7, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":4106030681, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":2460880172, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Greenskull", - "Xuid":null - }, - "ShotsFired":11, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M10.7667S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":19, - "ShotsLanded":14, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":4106030681, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":4106030681, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":2460880172, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":4096745987, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"iJ3NKiN5", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - 2208825748 - ], - "WeaponStockId":523953283, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":8, - "ShotsLanded":5, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":4106030681, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Adriano 999xd", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":2460880172, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":10, - "ShotsLanded":8, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":4106030681, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":2460880172, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"MasterlessSEAL", - "Xuid":null - }, - "ShotsFired":22, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":8, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"P0DT0H0M11.8500S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":29, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.0500S", - "WeaponAttachmentIds":[ - 89283061 - ], - "WeaponStockId":723388907, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":17, - "ShotsLanded":12, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":4106030681, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":4106030681, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":4, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":2460880172, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":2460880172, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":6, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"thanatosrequiem", - "Xuid":null - }, - "ShotsFired":66, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.1167S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"P0DT0H0M18.7167S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":669296699, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":9, - "ShotsLanded":8, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":4106030681, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":4106030681, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":3, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":2460880172, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":22, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":1, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Cyclonic Jet", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":642449794, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":0, - "TimeWeaponActiveAsPrimary":"P0DT0H0M3.4833S", - "WeaponAttachmentIds":[ - 1095363701 - ], - "WeaponStockId":313138863, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":8, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":4106030681, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":2, - "ShotsLanded":2, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":2460880172, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":3, - "ShotsLanded":3, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":0, - "ShotsLanded":1, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - 2758383128 - ], - "WeaponStockId":2681172411, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - }, - { - "Player":{ - "Gamertag":"Headshot Deezy", - "Xuid":null - }, - "ShotsFired":33, - "ShotsLanded":4, - "TimeWeaponActiveAsPrimary":"PT0S", - "WeaponAttachmentIds":[ - - ], - "WeaponStockId":3190813201, - "EventName":"WeaponDrop", - "TimeSinceStart":"PT6M39.577074S" - } - ], - "IsCompleteSetOfEvents":true -} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/match-events.schema.json b/Source/HaloSharp.Test/JSON/Stats/CarnageReport/match-events.schema.json deleted file mode 100644 index 864c605..0000000 --- a/Source/HaloSharp.Test/JSON/Stats/CarnageReport/match-events.schema.json +++ /dev/null @@ -1,205 +0,0 @@ -{ - "definitions": { - "GameEvent": { - "type": "object", - "properties": { - "Assistants": { - "type": [ "null", "array" ], - "items": { - "$ref": "../common/identity.schema.json" - }, - "additionalItems": false - }, - "DeathDisposition": { - "type": [ "null", "integer" ] - }, - "ImpulseId": { - "type": [ "null", "integer" ] - }, - "IsAssassination": { - "type": [ "null", "boolean" ] - }, - "IsGroundPound": { - "type": [ "null", "boolean" ] - }, - "IsHeadshot": { - "type": [ "null", "boolean" ] - }, - "IsMelee": { - "type": [ "null", "boolean" ] - }, - "IsShoulderBash": { - "type": [ "null", "boolean" ] - }, - "IsWeapon": { - "type": [ "null", "boolean" ] - }, - "Killer": { - "$ref": "../common/identity.schema.json" - }, - "KillerAgent": { - "type": [ "null", "integer" ] - }, - "KillerWeaponAttachmentIds": { - "type": [ "null", "array" ], - "additionalItems": false, - "items": { - "type": "integer" - } - }, - "KillerWeaponStockId": { - "type": [ "null", "integer" ] - }, - "KillerWorldLocation": { - "$ref": "#/definitions/WorldLocation" - }, - "MedalId": { - "type": [ "null", "integer" ] - }, - "Player": { - "$ref": "../common/identity.schema.json" - }, - "RoundIndex": { - "type": [ "null", "integer" ] - }, - "ShotsFired": { - "type": [ "null", "integer" ] - }, - "ShotsLanded": { - "type": [ "null", "integer" ] - }, - "TimeWeaponActiveAsPrimary": { - "type": [ "null", "string" ] - }, - "Victim": { - "$ref": "../common/identity.schema.json" - }, - "VictimAgent": { - "type": [ "null", "integer" ] - }, - "VictimAttachmentIds": { - "type": [ "null", "array" ], - "additionalItems": false, - "items": { - "type": "integer" - } - }, - "VictimStockId": { - "type": [ "null", "integer" ] - }, - "VictimWorldLocation": { - "$ref": "#/definitions/WorldLocation" - }, - "WeaponAttachmentIds": { - "type": [ "null", "array" ], - "additionalItems": false, - "items": { - "type": "integer" - } - }, - "WeaponStockId": { - "type": [ "null", "integer" ] - }, - "EventName": { - "type": "string" - }, - "TimeSinceStart": { - "type": "string" - } - }, - "additionalProperties": false, - "required": [ - //"Assistants", - //"DeathDisposition", - //"ImpulseId", - //"IsAssassination", - //"IsGroundPound", - //"IsHeadshot", - //"IsMelee", - //"IsShoulderBash", - //"IsWeapon", - //"Killer", - //"KillerAgent", - //"KillerWeaponAttachmentIds", - //"KillerWeaponStockId", - //"KillerWorldLocation", - //"MedalId", - //"Player", - //"RoundIndex", - //"ShotsFired", - //"ShotsLanded", - //"TimeWeaponActiveAsPrimary", - //"Victim", - //"VictimAgent", - //"VictimAttachmentIds", - //"VictimStockId", - //"VictimWorldLocation", - //"WeaponAttachmentIds", - //"WeaponStockId", - - "EventName", - "TimeSinceStart" - ] - }, - "WorldLocation": { - "type": [ "null", "object"], - "properties": { - "x": { - "id": "x", - "type": "number" - }, - "y": { - "id": "y", - "type": "number" - }, - "z": { - "id": "z", - "type": "number" - } - }, - "additionalProperties": false, - "required": [ - "x", - "y", - "z" - ] - } - }, - - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "Links": { - "type": "object", - "additionalProperties": false, - "properties": { - "StatsMatchDetails": { - "$ref": "../common/link.schema.json" - }, - "UgcFilmManifest": { - "$ref": "../common/link.schema.json" - } - }, - "required": [ - "StatsMatchDetails", - "UgcFilmManifest" - ] - }, - "GameEvents": { - "type": "array", - "items": { - "$ref": "#/definitions/GameEvent" - }, - "additionalItems": false - }, - "IsCompleteSetOfEvents": { - "type": "boolean" - } - }, - "additionalProperties": false, - "required": [ - "Links", - "GameEvents", - "IsCompleteSetOfEvents" - ] -} \ No newline at end of file diff --git a/Source/HaloSharp.Test/JSON/Stats/Common/link.schema.json b/Source/HaloSharp.Test/JSON/Stats/Common/link.schema.json deleted file mode 100644 index f59629a..0000000 --- a/Source/HaloSharp.Test/JSON/Stats/Common/link.schema.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "type": "object", - "additionalProperties": false, - "properties": { - "AuthorityId": { - "type": "string" - }, - "Path": { - "type": "string" - }, - "QueryString": { - "type": [ "string", "null" ] - }, - "RetryPolicyId": { - "type": "string" - }, - "TopicName": { - "type": "string" - }, - "AcknowledgementTypeId": { - "type": "integer" - }, - "AuthenticationLifetimeExtensionSupported": { - "type": "boolean" - } - }, - "required": [ - "AuthorityId", - "Path", - "QueryString", - "RetryPolicyId", - "TopicName", - "AcknowledgementTypeId", - "AuthenticationLifetimeExtensionSupported" - ] -} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Properties/AssemblyInfo.cs b/Source/HaloSharp.Test/Properties/AssemblyInfo.cs index 5d5e489..7d48519 100644 --- a/Source/HaloSharp.Test/Properties/AssemblyInfo.cs +++ b/Source/HaloSharp.Test/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.1.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.0.0.0")] \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Metadata/GetCampaignMissionsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetCampaignMissionsTests.cs similarity index 76% rename from Source/HaloSharp.Test/Query/Metadata/GetCampaignMissionsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetCampaignMissionsTests.cs index 681c8bb..2f53997 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetCampaignMissionsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetCampaignMissionsTests.cs @@ -1,18 +1,19 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Extension; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Schema; using NUnit.Framework; +using System; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetCampaignMissionsTests @@ -23,7 +24,7 @@ public class GetCampaignMissionsTests [SetUp] public void Setup() { - _campaignMissions = JsonConvert.DeserializeObject>(File.ReadAllText(Config.CampaignMissionsJsonPath)); + _campaignMissions = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.CampaignMissionsJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetCampaignMissions(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/campaign-missions", uri); + + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/campaign-missions", query.Uri); } [Test] @@ -68,27 +67,27 @@ public async Task GetCampaignMissions_DoesNotThrow() [Test] public async Task GetCampaignMissions_SchemaIsValid() { - var campaignMissionsSchema = JSchema.Parse(File.ReadAllText(Config.CampaignMissionsJsonSchemaPath), new JSchemaReaderSettings + var campaignMissionsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.CampaignMissionsJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.CampaignMissionsJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CampaignMissionsJsonSchemaPath)) }); - + var query = new GetCampaignMissions() .SkipCache(); - - var jArray = await Global.Session.Get(query.GetConstructedUri()); - + + var jArray = await Global.Session.Get(query.Uri); + SchemaUtility.AssertSchemaIsValid(campaignMissionsSchema, jArray); } [Test] public async Task GetCampaignMissions_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.CampaignMissionsJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.CampaignMissionsJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.CampaignMatchJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CampaignMatchJsonSchemaPath)) }); var query = new GetCampaignMissions() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetCommendationsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetCommendationsTests.cs similarity index 77% rename from Source/HaloSharp.Test/Query/Metadata/GetCommendationsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetCommendationsTests.cs index e986424..cafc7e9 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetCommendationsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetCommendationsTests.cs @@ -1,18 +1,19 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Extension; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Schema; using NUnit.Framework; +using System; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetCommendationsTests @@ -23,7 +24,7 @@ public class GetCommendationsTests [SetUp] public void Setup() { - _commendations = JsonConvert.DeserializeObject>(File.ReadAllText(Config.CommendationJsonPath)); + _commendations = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.CommendationJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetCommendations(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/commendations", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/commendations", query.Uri); } [Test] @@ -68,16 +67,16 @@ public async Task GetCommendations_DoesNotThrow() [Test] public async Task GetCommendations_SchemaIsValid() { - var commendationsSchema = JSchema.Parse(File.ReadAllText(Config.CommendationJsonSchemaPath), new JSchemaReaderSettings + var commendationsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.CommendationJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.CommendationJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CommendationJsonSchemaPath)) }); var query = new GetCommendations() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(commendationsSchema, jArray); } @@ -85,10 +84,10 @@ public async Task GetCommendations_SchemaIsValid() [Test] public async Task GetCommendations_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.CommendationJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.CommendationJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.CommendationJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CommendationJsonSchemaPath)) }); var query = new GetCommendations() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetCompetitiveSkillRankDesignationsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetCompetitiveSkillRankDesignationsTests.cs similarity index 78% rename from Source/HaloSharp.Test/Query/Metadata/GetCompetitiveSkillRankDesignationsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetCompetitiveSkillRankDesignationsTests.cs index 18a499b..359a9bb 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetCompetitiveSkillRankDesignationsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetCompetitiveSkillRankDesignationsTests.cs @@ -1,18 +1,19 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Extension; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Schema; using NUnit.Framework; +using System; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetCompetitiveSkillRankDesignationsTests @@ -23,7 +24,7 @@ public class GetCompetitiveSkillRankDesignationsTests [SetUp] public void Setup() { - _competitiveSkillRankDesignations = JsonConvert.DeserializeObject>(File.ReadAllText(Config.CompetitiveSkillRankDesignationsJsonPath)); + _competitiveSkillRankDesignations = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.CompetitiveSkillRankDesignationsJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetCompetitiveSkillRankDesignations(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/csr-designations", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/csr-designations", query.Uri); } [Test] @@ -68,16 +67,16 @@ public async Task GetCompetitiveSkillRankDesignations_DoesNotThrow() [Test] public async Task GetCompetitiveSkillRankDesignations_SchemaIsValid() { - var competitiveSkillRankDesignationsSchema = JSchema.Parse(File.ReadAllText(Config.CompetitiveSkillRankDesignationsJsonSchemaPath), new JSchemaReaderSettings + var competitiveSkillRankDesignationsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.CompetitiveSkillRankDesignationsJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.CompetitiveSkillRankDesignationsJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CompetitiveSkillRankDesignationsJsonSchemaPath)) }); var query = new GetCompetitiveSkillRankDesignations() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(competitiveSkillRankDesignationsSchema, jArray); } @@ -85,10 +84,10 @@ public async Task GetCompetitiveSkillRankDesignations_SchemaIsValid() [Test] public async Task GetCompetitiveSkillRankDesignations_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.CompetitiveSkillRankDesignationsJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.CompetitiveSkillRankDesignationsJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.CompetitiveSkillRankDesignationsJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CompetitiveSkillRankDesignationsJsonSchemaPath)) }); var query = new GetCompetitiveSkillRankDesignations() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetEnemiesTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetEnemiesTests.cs similarity index 77% rename from Source/HaloSharp.Test/Query/Metadata/GetEnemiesTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetEnemiesTests.cs index f939a2d..311b1f8 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetEnemiesTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetEnemiesTests.cs @@ -3,8 +3,9 @@ using System.IO; using System.Threading.Tasks; using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -12,7 +13,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetEnemiesTests @@ -23,7 +24,7 @@ public class GetEnemiesTests [SetUp] public void Setup() { - _enemies = JsonConvert.DeserializeObject>(File.ReadAllText(Config.EnemyJsonPath)); + _enemies = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.EnemyJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetEnemies(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/enemies", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/enemies", query.Uri); } [Test] @@ -68,16 +67,16 @@ public async Task GetEnemies_DoesNotThrow() [Test] public async Task GetEnemies_SchemaIsValid() { - var enemiesSchema = JSchema.Parse(File.ReadAllText(Config.EnemyJsonSchemaPath), new JSchemaReaderSettings + var enemiesSchema = JSchema.Parse(File.ReadAllText(Halo5Config.EnemyJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.EnemyJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.EnemyJsonSchemaPath)) }); var query = new GetEnemies() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(enemiesSchema, jArray); } @@ -85,10 +84,10 @@ public async Task GetEnemies_SchemaIsValid() [Test] public async Task GetEnemies_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.EnemyJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.EnemyJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.EnemyJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.EnemyJsonSchemaPath)) }); var query = new GetEnemies() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetFlexibleStatsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetFlexibleStatsTests.cs similarity index 79% rename from Source/HaloSharp.Test/Query/Metadata/GetFlexibleStatsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetFlexibleStatsTests.cs index 1303597..6c60994 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetFlexibleStatsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetFlexibleStatsTests.cs @@ -3,8 +3,9 @@ using System.IO; using System.Threading.Tasks; using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -12,7 +13,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetFlexibleStatsTests @@ -23,7 +24,7 @@ public class GetFlexibleStatsTests [SetUp] public void Setup() { - _flexibleStats = JsonConvert.DeserializeObject>(File.ReadAllText(Config.FlexibleStatJsonPath)); + _flexibleStats = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.FlexibleStatJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetFlexibleStats(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/flexible-stats", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/flexible-stats", query.Uri); } [Test] @@ -68,16 +67,16 @@ public async Task GetFlexibleStats_DoesNotThrow() [Test] public async Task GetFlexibleStats_SchemaIsValid() { - var flexibleStatsSchema = JSchema.Parse(File.ReadAllText(Config.FlexibleStatJsonSchemaPath), new JSchemaReaderSettings + var flexibleStatsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.FlexibleStatJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.FlexibleStatJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.FlexibleStatJsonSchemaPath)) }); var query = new GetFlexibleStats() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(flexibleStatsSchema, jArray); } @@ -85,10 +84,10 @@ public async Task GetFlexibleStats_SchemaIsValid() [Test] public async Task GetFlexibleStats_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.FlexibleStatJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.FlexibleStatJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.FlexibleStatJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.FlexibleStatJsonSchemaPath)) }); var query = new GetFlexibleStats() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetGameBaseVariantsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetGameBaseVariantsTests.cs similarity index 78% rename from Source/HaloSharp.Test/Query/Metadata/GetGameBaseVariantsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetGameBaseVariantsTests.cs index 6638450..74cf97b 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetGameBaseVariantsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetGameBaseVariantsTests.cs @@ -3,8 +3,9 @@ using System.IO; using System.Threading.Tasks; using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -12,7 +13,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetGameBaseVariantsTests @@ -23,7 +24,7 @@ public class GetGameBaseVariantsTests [SetUp] public void Setup() { - _gameBaseVariants = JsonConvert.DeserializeObject>(File.ReadAllText(Config.GameBaseVariantJsonPath)); + _gameBaseVariants = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.GameBaseVariantJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetGameBaseVariants(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/game-base-variants", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/game-base-variants", query.Uri); } [Test] @@ -68,16 +67,16 @@ public async Task GetGameBaseVariants_DoesNotThrow() [Test] public async Task GetGameBaseVariants_SchemaIsValid() { - var gameBaseVariantsSchema = JSchema.Parse(File.ReadAllText(Config.GameBaseVariantJsonSchemaPath), new JSchemaReaderSettings + var gameBaseVariantsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.GameBaseVariantJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.GameBaseVariantJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.GameBaseVariantJsonSchemaPath)) }); var query = new GetGameBaseVariants() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(gameBaseVariantsSchema, jArray); } @@ -85,10 +84,10 @@ public async Task GetGameBaseVariants_SchemaIsValid() [Test] public async Task GetGameBaseVariants_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.GameBaseVariantJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.GameBaseVariantJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.GameBaseVariantJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.GameBaseVariantJsonSchemaPath)) }); var query = new GetGameBaseVariants() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetGameVariantTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetGameVariantTests.cs similarity index 59% rename from Source/HaloSharp.Test/Query/Metadata/GetGameVariantTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetGameVariantTests.cs index 8346407..9ee1a21 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetGameVariantTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetGameVariantTests.cs @@ -4,8 +4,9 @@ using HaloSharp.Exception; using HaloSharp.Extension; using HaloSharp.Model; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -13,7 +14,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetGameVariantTests @@ -24,7 +25,7 @@ public class GetGameVariantTests [SetUp] public void Setup() { - _gameVariant = JsonConvert.DeserializeObject(File.ReadAllText(Config.GameVariantJsonPath)); + _gameVariant = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.GameVariantJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get(It.IsAny())) @@ -33,33 +34,20 @@ public void Setup() _mockSession = mock.Object; } - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetGameVariant(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/game-variants/", uri); - } - [Test] [TestCase("fa7808ca-970e-4912-ba4d-92f7ae4499e8")] - public void GetConstructedUri_ForGameVariantId_MatchesExpected(string guid) + public void Uri_MatchesExpected(string guid) { - var query = new GetGameVariant() - .ForGameVariantId(new Guid(guid)); - - var uri = query.GetConstructedUri(); + var query = new GetGameVariant(new Guid(guid)); - Assert.AreEqual($"metadata/h5/metadata/game-variants/{guid}", uri); + Assert.AreEqual($"https://www.haloapi.com/metadata/h5/metadata/game-variants/{guid}", query.Uri); } [Test] - public async Task Query_DoesNotThrow() + [TestCase("fa7808ca-970e-4912-ba4d-92f7ae4499e8")] + public async Task Query_DoesNotThrow(string guid) { - var query = new GetGameVariant() - .ForGameVariantId(Guid.Empty); + var query = new GetGameVariant(new Guid(guid)); var result = await _mockSession.Query(query); @@ -71,8 +59,7 @@ public async Task Query_DoesNotThrow() [TestCase("fa7808ca-970e-4912-ba4d-92f7ae4499e8")] public async Task GetGameVariant_DoesNotThrow(string guid) { - var query = new GetGameVariant() - .ForGameVariantId(new Guid(guid)) + var query = new GetGameVariant(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -84,17 +71,16 @@ public async Task GetGameVariant_DoesNotThrow(string guid) [TestCase("fa7808ca-970e-4912-ba4d-92f7ae4499e8")] public async Task GetGameVariant_SchemaIsValid(string guid) { - var gameVariantSchema = JSchema.Parse(File.ReadAllText(Config.GameVariantJsonSchemaPath), new JSchemaReaderSettings + var gameVariantSchema = JSchema.Parse(File.ReadAllText(Halo5Config.GameVariantJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.GameVariantJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.GameVariantJsonSchemaPath)) }); - var query = new GetGameVariant() - .ForGameVariantId(new Guid(guid)) + var query = new GetGameVariant(new Guid(guid)) .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(gameVariantSchema, jArray); } @@ -103,14 +89,13 @@ public async Task GetGameVariant_SchemaIsValid(string guid) [TestCase("fa7808ca-970e-4912-ba4d-92f7ae4499e8")] public async Task GetGameVariant_ModelMatchesSchema(string guid) { - var schema = JSchema.Parse(File.ReadAllText(Config.GameVariantJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.GameVariantJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.GameVariantJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.GameVariantJsonSchemaPath)) }); - var query = new GetGameVariant() - .ForGameVariantId(new Guid(guid)) + var query = new GetGameVariant(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -125,8 +110,7 @@ public async Task GetGameVariant_ModelMatchesSchema(string guid) [TestCase("fa7808ca-970e-4912-ba4d-92f7ae4499e8")] public async Task GetGameVariant_IsSerializable(string guid) { - var query = new GetGameVariant() - .ForGameVariantId(new Guid(guid)) + var query = new GetGameVariant(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -135,11 +119,9 @@ public async Task GetGameVariant_IsSerializable(string guid) } [Test] - [TestCase("00000000-0000-0000-0000-000000000000")] - public async Task GetGameVariant_InvalidGuid(string guid) + public async Task GetGameVariant_InvalidGuid() { - var query = new GetGameVariant() - .ForGameVariantId(new Guid(guid)) + var query = new GetGameVariant(Guid.NewGuid()) .SkipCache(); try @@ -149,23 +131,12 @@ public async Task GetGameVariant_InvalidGuid(string guid) } catch (HaloApiException e) { - Assert.AreEqual((int) Enumeration.StatusCode.NotFound, e.HaloApiError.StatusCode); + Assert.AreEqual((int)Enumeration.Halo5.StatusCode.NotFound, e.HaloApiError.StatusCode); } catch (System.Exception e) { Assert.Fail("Unexpected exception of type {0} caught: {1}", e.GetType(), e.Message); } } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetGameVariant_MissingGuid() - { - var query = new GetGameVariant() - .SkipCache(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } } } \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Metadata/GetImpulsesTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetImpulsesTests.cs similarity index 79% rename from Source/HaloSharp.Test/Query/Metadata/GetImpulsesTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetImpulsesTests.cs index ecd1e97..36592ed 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetImpulsesTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetImpulsesTests.cs @@ -3,8 +3,9 @@ using System.IO; using System.Threading.Tasks; using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -12,7 +13,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetImpulsesTests @@ -23,7 +24,7 @@ public class GetImpulsesTests [SetUp] public void Setup() { - _impulses = JsonConvert.DeserializeObject>(File.ReadAllText(Config.ImpulseJsonPath)); + _impulses = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.ImpulseJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,16 +34,13 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetImpulses(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/impulses", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/impulses", query.Uri); } - [Test] public async Task Query_DoesNotThrow() { @@ -69,16 +67,16 @@ public async Task GetImpulses_DoesNotThrow() [Test] public async Task GetImpulses_SchemaIsValid() { - var impulsesSchema = JSchema.Parse(File.ReadAllText(Config.ImpulseJsonSchemaPath), new JSchemaReaderSettings + var impulsesSchema = JSchema.Parse(File.ReadAllText(Halo5Config.ImpulseJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.ImpulseJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.ImpulseJsonSchemaPath)) }); var query = new GetImpulses() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(impulsesSchema, jArray); } @@ -86,10 +84,10 @@ public async Task GetImpulses_SchemaIsValid() [Test] public async Task GetImpulses_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.ImpulseJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.ImpulseJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.ImpulseJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.ImpulseJsonSchemaPath)) }); var query = new GetImpulses() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetMapVariantTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetMapVariantTests.cs similarity index 58% rename from Source/HaloSharp.Test/Query/Metadata/GetMapVariantTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetMapVariantTests.cs index f8f6958..980cddd 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetMapVariantTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetMapVariantTests.cs @@ -4,8 +4,9 @@ using HaloSharp.Exception; using HaloSharp.Extension; using HaloSharp.Model; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -13,7 +14,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetMapVariantTests @@ -24,7 +25,7 @@ public class GetMapVariantTests [SetUp] public void Setup() { - _mapVariant = JsonConvert.DeserializeObject(File.ReadAllText(Config.MapVariantJsonPath)); + _mapVariant = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.MapVariantJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get(It.IsAny())) @@ -33,33 +34,20 @@ public void Setup() _mockSession = mock.Object; } - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetMapVariant(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/map-variants/", uri); - } - [Test] [TestCase("cb914b9e-f206-11e4-b447-24be05e24f7e")] - public void GetConstructedUri_ForMapVariantId_MatchesExpected(string guid) + public void Uri_MatchesExpected(string guid) { - var query = new GetMapVariant() - .ForMapVariantId(new Guid(guid)); + var query = new GetMapVariant(new Guid(guid)); - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"metadata/h5/metadata/map-variants/{guid}", uri); + Assert.AreEqual($"https://www.haloapi.com/metadata/h5/metadata/map-variants/{guid}", query.Uri); } [Test] - public async Task Query_DoesNotThrow() + [TestCase("cb914b9e-f206-11e4-b447-24be05e24f7e")] + public async Task Query_DoesNotThrow(string guid) { - var query = new GetMapVariant() - .ForMapVariantId(Guid.Empty); + var query = new GetMapVariant(new Guid(guid)); var result = await _mockSession.Query(query); @@ -71,8 +59,7 @@ public async Task Query_DoesNotThrow() [TestCase("d9f9c30d-b1be-4381-a5a4-fe29026cca12")] public async Task GetMapVariant_DoesNotThrow(string guid) { - var query = new GetMapVariant() - .ForMapVariantId(new Guid(guid)) + var query = new GetMapVariant(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -84,17 +71,16 @@ public async Task GetMapVariant_DoesNotThrow(string guid) [TestCase("d9f9c30d-b1be-4381-a5a4-fe29026cca12")] public async Task GetMapVariant_SchemaIsValid(string guid) { - var mapVariantSchema = JSchema.Parse(File.ReadAllText(Config.MapVariantJsonSchemaPath), new JSchemaReaderSettings + var mapVariantSchema = JSchema.Parse(File.ReadAllText(Halo5Config.MapVariantJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.MapVariantJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.MapVariantJsonSchemaPath)) }); - var query = new GetMapVariant() - .ForMapVariantId(new Guid(guid)) + var query = new GetMapVariant(new Guid(guid)) .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(mapVariantSchema, jArray); } @@ -103,14 +89,13 @@ public async Task GetMapVariant_SchemaIsValid(string guid) [TestCase("d9f9c30d-b1be-4381-a5a4-fe29026cca12")] public async Task GetMapVariant_ModelMatchesSchema(string guid) { - var schema = JSchema.Parse(File.ReadAllText(Config.MapVariantJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.MapVariantJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.MapVariantJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.MapVariantJsonSchemaPath)) }); - var query = new GetMapVariant() - .ForMapVariantId(new Guid(guid)) + var query = new GetMapVariant(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -125,8 +110,7 @@ public async Task GetMapVariant_ModelMatchesSchema(string guid) [TestCase("d9f9c30d-b1be-4381-a5a4-fe29026cca12")] public async Task GetMapVariant_IsSerializable(string guid) { - var query = new GetMapVariant() - .ForMapVariantId(new Guid(guid)) + var query = new GetMapVariant(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -135,11 +119,9 @@ public async Task GetMapVariant_IsSerializable(string guid) } [Test] - [TestCase("00000000-0000-0000-0000-000000000000")] - public async Task GetMapVariant_InvalidGuid(string guid) + public async Task GetMapVariant_InvalidGuid() { - var query = new GetMapVariant() - .ForMapVariantId(new Guid(guid)) + var query = new GetMapVariant(Guid.NewGuid()) .SkipCache(); try @@ -149,24 +131,12 @@ public async Task GetMapVariant_InvalidGuid(string guid) } catch (HaloApiException e) { - Assert.AreEqual((int) Enumeration.StatusCode.NotFound, e.HaloApiError.StatusCode); + Assert.AreEqual((int)Enumeration.Halo5.StatusCode.NotFound, e.HaloApiError.StatusCode); } catch (System.Exception e) { Assert.Fail("Unexpected exception of type {0} caught: {1}", e.GetType(), e.Message); } } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetMapVariant_MissingGuid() - { - var query = new GetMapVariant() - .SkipCache(); - - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } } } \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Metadata/GetMapsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetMapsTests.cs similarity index 77% rename from Source/HaloSharp.Test/Query/Metadata/GetMapsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetMapsTests.cs index c880d0d..c229fb6 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetMapsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetMapsTests.cs @@ -3,8 +3,9 @@ using System.IO; using System.Threading.Tasks; using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -12,7 +13,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetMapsTests @@ -23,7 +24,7 @@ public class GetMapsTests [SetUp] public void Setup() { - _maps = JsonConvert.DeserializeObject>(File.ReadAllText(Config.MapJsonPath)); + _maps = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.MapJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetMaps(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/maps", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/maps", query.Uri); } [Test] @@ -68,16 +67,16 @@ public async Task GetMaps_DoesNotThrow() [Test] public async Task GetMaps_SchemaIsValid() { - var mapsSchema = JSchema.Parse(File.ReadAllText(Config.MapJsonSchemaPath), new JSchemaReaderSettings + var mapsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.MapJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.MapJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.MapJsonSchemaPath)) }); var query = new GetMaps() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(mapsSchema, jArray); } @@ -85,10 +84,10 @@ public async Task GetMaps_SchemaIsValid() [Test] public async Task GetMaps_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.MapJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.MapJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.MapJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.MapJsonSchemaPath)) }); var query = new GetMaps() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetMedalsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetMedalsTests.cs similarity index 77% rename from Source/HaloSharp.Test/Query/Metadata/GetMedalsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetMedalsTests.cs index 4fbb07e..09cd304 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetMedalsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetMedalsTests.cs @@ -3,8 +3,9 @@ using System.IO; using System.Threading.Tasks; using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -12,7 +13,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetMedalsTests @@ -23,7 +24,7 @@ public class GetMedalsTests [SetUp] public void Setup() { - _medals = JsonConvert.DeserializeObject>(File.ReadAllText(Config.MedalJsonPath)); + _medals = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.MedalJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetMedals(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/medals", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/medals", query.Uri); } [Test] @@ -68,16 +67,16 @@ public async Task GetMedals_DoesNotThrow() [Test] public async Task GetMedals_SchemaIsValid() { - var medalsSchema = JSchema.Parse(File.ReadAllText(Config.MedalJsonSchemaPath), new JSchemaReaderSettings + var medalsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.MedalJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.MedalJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.MedalJsonSchemaPath)) }); var query = new GetMedals() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(medalsSchema, jArray); } @@ -85,10 +84,10 @@ public async Task GetMedals_SchemaIsValid() [Test] public async Task GetMedals_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.MedalJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.MedalJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.MedalJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.MedalJsonSchemaPath)) }); var query = new GetMedals() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetPlaylistsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetPlaylistsTests.cs similarity index 79% rename from Source/HaloSharp.Test/Query/Metadata/GetPlaylistsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetPlaylistsTests.cs index 018601c..adb1323 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetPlaylistsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetPlaylistsTests.cs @@ -3,8 +3,9 @@ using System.IO; using System.Threading.Tasks; using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -12,7 +13,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetPlaylistsTests @@ -23,7 +24,7 @@ public class GetPlaylistsTests [SetUp] public void Setup() { - _playlists = JsonConvert.DeserializeObject>(File.ReadAllText(Config.PlaylistJsonPath)); + _playlists = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.PlaylistJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetPlaylists(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/playlists", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/playlists", query.Uri); } [Test] @@ -68,16 +67,16 @@ public async Task GetPlaylists_DoesNotThrow() [Test] public async Task GetPlaylists_SchemaIsValid() { - var playlistsSchema = JSchema.Parse(File.ReadAllText(Config.PlaylistJsonSchemaPath), new JSchemaReaderSettings + var playlistsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.PlaylistJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.PlaylistJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.PlaylistJsonSchemaPath)) }); var query = new GetPlaylists() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(playlistsSchema, jArray); } @@ -85,10 +84,10 @@ public async Task GetPlaylists_SchemaIsValid() [Test] public async Task GetPlaylists_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.PlaylistJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.PlaylistJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.PlaylistJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.PlaylistJsonSchemaPath)) }); var query = new GetPlaylists() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetRequisitionPackTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetRequisitionPackTests.cs similarity index 71% rename from Source/HaloSharp.Test/Query/Metadata/GetRequisitionPackTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetRequisitionPackTests.cs index 5aab309..130b316 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetRequisitionPackTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetRequisitionPackTests.cs @@ -4,8 +4,9 @@ using HaloSharp.Exception; using HaloSharp.Extension; using HaloSharp.Model; -using HaloSharp.Model.Metadata.Common; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata.Common; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -13,7 +14,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetRequisitionPackTests @@ -24,7 +25,7 @@ public class GetRequisitionPackTests [SetUp] public void Setup() { - _requisitionPack = JsonConvert.DeserializeObject(File.ReadAllText(Config.RequisitionJsonPath)); + _requisitionPack = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.RequisitionJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get(It.IsAny())) @@ -33,16 +34,6 @@ public void Setup() _mockSession = mock.Object; } - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetRequisitionPack(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/requisition-packs/", uri); - } - [Test] [TestCase("b4d192cb-af29-4976-af83-7746a6f14fce")] //34X Gold +13 Bonus [TestCase("0c030c10-dd75-45ad-b538-a081809e8a65")] //15X Gold +5 Bonus @@ -53,21 +44,26 @@ public void GetConstructedUri_NoParameters_MatchesExpected() [TestCase("3a1614d9-20a4-4817-a189-88cb781e9152")] //Gold [TestCase("3ce05b60-a118-4ad1-9617-bc04f64ac4d8")] //Silver [TestCase("5f96269a-58f8-473e-9897-42a4deb1bf09")] //Bronze - public void GetConstructedUri_ForRequisitionPackId_MatchesExpected(string guid) + public void Uri_MatchesExpected(string guid) { - var query = new GetRequisitionPack() - .ForRequisitionPackId(new Guid(guid)); + var query = new GetRequisitionPack(new Guid(guid)); - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"metadata/h5/metadata/requisition-packs/{guid}", uri); + Assert.AreEqual($"https://www.haloapi.com/metadata/h5/metadata/requisition-packs/{guid}", query.Uri); } [Test] - public async Task Query_DoesNotThrow() + [TestCase("b4d192cb-af29-4976-af83-7746a6f14fce")] //34X Gold +13 Bonus + [TestCase("0c030c10-dd75-45ad-b538-a081809e8a65")] //15X Gold +5 Bonus + [TestCase("1ed973ba-dd21-4cc6-9f3e-5acae5f486da")] //10X Gold +3 Bonus + [TestCase("77c79c30-4317-4d43-872f-b1e6a2146302")] //7X Gold +2 Bonus + [TestCase("5d6bf05a-d427-4b8d-a668-a03bd37acb0a")] //5X Gold + [TestCase("bfd69f46-83cd-46fc-b6d4-6a6aa2c2b259")] //3X Gold + [TestCase("3a1614d9-20a4-4817-a189-88cb781e9152")] //Gold + [TestCase("3ce05b60-a118-4ad1-9617-bc04f64ac4d8")] //Silver + [TestCase("5f96269a-58f8-473e-9897-42a4deb1bf09")] //Bronze + public async Task Query_DoesNotThrow(string guid) { - var query = new GetRequisitionPack() - .ForRequisitionPackId(Guid.Empty); + var query = new GetRequisitionPack(new Guid(guid)); var result = await _mockSession.Query(query); @@ -87,8 +83,7 @@ public async Task Query_DoesNotThrow() [TestCase("5f96269a-58f8-473e-9897-42a4deb1bf09")] //Bronze public async Task GetRequisitionPack_DoesNotThrow(string guid) { - var query = new GetRequisitionPack() - .ForRequisitionPackId(new Guid(guid)) + var query = new GetRequisitionPack(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -108,17 +103,16 @@ public async Task GetRequisitionPack_DoesNotThrow(string guid) [TestCase("5f96269a-58f8-473e-9897-42a4deb1bf09")] //Bronze public async Task GetRequisitionPack_SchemaIsValid(string guid) { - var schema = JSchema.Parse(File.ReadAllText(Config.RequisitionPackJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.RequisitionPackJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.RequisitionPackJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.RequisitionPackJsonSchemaPath)) }); - var query = new GetRequisitionPack() - .ForRequisitionPackId(new Guid(guid)) + var query = new GetRequisitionPack(new Guid(guid)) .SkipCache(); - var jContainer = await Global.Session.Get(query.GetConstructedUri()); + var jContainer = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(schema, jContainer); } @@ -135,14 +129,13 @@ public async Task GetRequisitionPack_SchemaIsValid(string guid) [TestCase("5f96269a-58f8-473e-9897-42a4deb1bf09")] //Bronze public async Task GetRequisitionPack_ModelMatchesSchema(string guid) { - var schema = JSchema.Parse(File.ReadAllText(Config.RequisitionPackJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.RequisitionPackJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.RequisitionPackJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.RequisitionPackJsonSchemaPath)) }); - var query = new GetRequisitionPack() - .ForRequisitionPackId(new Guid(guid)) + var query = new GetRequisitionPack(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -165,8 +158,7 @@ public async Task GetRequisitionPack_ModelMatchesSchema(string guid) [TestCase("5f96269a-58f8-473e-9897-42a4deb1bf09")] //Bronze public async Task GetRequisitionPack_IsSerializable(string guid) { - var query = new GetRequisitionPack() - .ForRequisitionPackId(new Guid(guid)) + var query = new GetRequisitionPack(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -175,11 +167,9 @@ public async Task GetRequisitionPack_IsSerializable(string guid) } [Test] - [TestCase("00000000-0000-0000-0000-000000000000")] - public async Task GetRequisitionPack_InvalidGuid(string guid) + public async Task GetRequisitionPack_InvalidGuid() { - var query = new GetRequisitionPack() - .ForRequisitionPackId(new Guid(guid)) + var query = new GetRequisitionPack(Guid.NewGuid()) .SkipCache(); try @@ -189,23 +179,12 @@ public async Task GetRequisitionPack_InvalidGuid(string guid) } catch (HaloApiException e) { - Assert.AreEqual((int)Enumeration.StatusCode.NotFound, e.HaloApiError.StatusCode); + Assert.AreEqual((int)Enumeration.Halo5.StatusCode.NotFound, e.HaloApiError.StatusCode); } catch (System.Exception e) { Assert.Fail("Unexpected exception of type {0} caught: {1}", e.GetType(), e.Message); } } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetRequisitionPack_MissingGuid() - { - var query = new GetRequisitionPack() - .SkipCache(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } } } \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Metadata/GetRequisitionTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetRequisitionTests.cs similarity index 58% rename from Source/HaloSharp.Test/Query/Metadata/GetRequisitionTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetRequisitionTests.cs index 940a03b..e747812 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetRequisitionTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetRequisitionTests.cs @@ -4,8 +4,9 @@ using HaloSharp.Exception; using HaloSharp.Extension; using HaloSharp.Model; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -13,7 +14,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetRequisitionTests @@ -24,7 +25,7 @@ public class GetRequisitionTests [SetUp] public void Setup() { - _requisition = JsonConvert.DeserializeObject(File.ReadAllText(Config.RequisitionJsonPath)); + _requisition = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.RequisitionJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get(It.IsAny())) @@ -33,33 +34,20 @@ public void Setup() _mockSession = mock.Object; } - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetRequisition(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/requisitions/", uri); - } - [Test] [TestCase("a23a896d-57e6-45c3-970b-27550f0e7184")] - public void GetConstructedUri_ForRequisitionId_MatchesExpected(string guid) + public void Uri_MatchesExpected(string guid) { - var query = new GetRequisition() - .ForRequisitionId(new Guid(guid)); - - var uri = query.GetConstructedUri(); + var query = new GetRequisition(new Guid(guid)); - Assert.AreEqual($"metadata/h5/metadata/requisitions/{guid}", uri); + Assert.AreEqual($"https://www.haloapi.com/metadata/h5/metadata/requisitions/{guid}", query.Uri); } [Test] - public async Task Query_DoesNotThrow() + [TestCase("a23a896d-57e6-45c3-970b-27550f0e7184")] + public async Task Query_DoesNotThrow(string guid) { - var query = new GetRequisition() - .ForRequisitionId(Guid.Empty); + var query = new GetRequisition(new Guid(guid)); var result = await _mockSession.Query(query); @@ -71,8 +59,7 @@ public async Task Query_DoesNotThrow() [TestCase("a23a896d-57e6-45c3-970b-27550f0e7184")] public async Task GetRequisition_DoesNotThrow(string guid) { - var query = new GetRequisition() - .ForRequisitionId(new Guid(guid)) + var query = new GetRequisition(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -84,17 +71,16 @@ public async Task GetRequisition_DoesNotThrow(string guid) [TestCase("a23a896d-57e6-45c3-970b-27550f0e7184")] public async Task GetRequisition_SchemaIsValid(string guid) { - var requisitionSchema = JSchema.Parse(File.ReadAllText(Config.RequisitionJsonSchemaPath), new JSchemaReaderSettings + var requisitionSchema = JSchema.Parse(File.ReadAllText(Halo5Config.RequisitionJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.RequisitionJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.RequisitionJsonSchemaPath)) }); - var query = new GetRequisition() - .ForRequisitionId(new Guid(guid)) + var query = new GetRequisition(new Guid(guid)) .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(requisitionSchema, jArray); } @@ -103,14 +89,13 @@ public async Task GetRequisition_SchemaIsValid(string guid) [TestCase("a23a896d-57e6-45c3-970b-27550f0e7184")] public async Task GetRequisition_ModelMatchesSchema(string guid) { - var schema = JSchema.Parse(File.ReadAllText(Config.RequisitionJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.RequisitionJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.RequisitionJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.RequisitionJsonSchemaPath)) }); - var query = new GetRequisition() - .ForRequisitionId(new Guid(guid)) + var query = new GetRequisition(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -125,8 +110,7 @@ public async Task GetRequisition_ModelMatchesSchema(string guid) [TestCase("a23a896d-57e6-45c3-970b-27550f0e7184")] public async Task GetRequisition_IsSerializable(string guid) { - var query = new GetRequisition() - .ForRequisitionId(new Guid(guid)) + var query = new GetRequisition(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -135,11 +119,9 @@ public async Task GetRequisition_IsSerializable(string guid) } [Test] - [TestCase("00000000-0000-0000-0000-000000000000")] - public async Task GetRequisition_InvalidGuid(string guid) + public async Task GetRequisition_InvalidGuid() { - var query = new GetRequisition() - .ForRequisitionId(new Guid(guid)) + var query = new GetRequisition(Guid.NewGuid()) .SkipCache(); try @@ -149,23 +131,12 @@ public async Task GetRequisition_InvalidGuid(string guid) } catch (HaloApiException e) { - Assert.AreEqual((int) Enumeration.StatusCode.NotFound, e.HaloApiError.StatusCode); + Assert.AreEqual((int)Enumeration.Halo5.StatusCode.NotFound, e.HaloApiError.StatusCode); } catch (System.Exception e) { Assert.Fail("Unexpected exception of type {0} caught: {1}", e.GetType(), e.Message); } } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetRequisition_MissingGuid() - { - var query = new GetRequisition() - .SkipCache(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } } } \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Metadata/GetSeasonsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetSeasonsTests.cs similarity index 77% rename from Source/HaloSharp.Test/Query/Metadata/GetSeasonsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetSeasonsTests.cs index 6fb72e8..5b47c0a 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetSeasonsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetSeasonsTests.cs @@ -3,8 +3,9 @@ using System.IO; using System.Threading.Tasks; using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -12,7 +13,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetSeasonsTests @@ -23,7 +24,7 @@ public class GetSeasonsTests [SetUp] public void Setup() { - _seasons = JsonConvert.DeserializeObject>(File.ReadAllText(Config.SeasonsJsonPath)); + _seasons = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.SeasonsJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetSeasons(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/seasons", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/seasons", query.Uri); } [Test] @@ -68,16 +67,16 @@ public async Task GetSeasons_DoesNotThrow() [Test] public async Task GetSeasons_SchemaIsValid() { - var seasonsSchema = JSchema.Parse(File.ReadAllText(Config.SeasonsJsonSchemaPath), new JSchemaReaderSettings + var seasonsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.SeasonsJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.SeasonsJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.SeasonsJsonSchemaPath)) }); var query = new GetSeasons() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(seasonsSchema, jArray); } @@ -85,10 +84,10 @@ public async Task GetSeasons_SchemaIsValid() [Test] public async Task GetSeasons_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.SeasonsJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.SeasonsJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.SeasonsJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.SeasonsJsonSchemaPath)) }); var query = new GetSeasons() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetSkullsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetSkullsTests.cs similarity index 77% rename from Source/HaloSharp.Test/Query/Metadata/GetSkullsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetSkullsTests.cs index 6bd74a8..fc8bd31 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetSkullsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetSkullsTests.cs @@ -3,8 +3,9 @@ using System.IO; using System.Threading.Tasks; using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -12,7 +13,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetSkullsTests @@ -23,7 +24,7 @@ public class GetSkullsTests [SetUp] public void Setup() { - _skulls = JsonConvert.DeserializeObject>(File.ReadAllText(Config.SkullsJsonPath)); + _skulls = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.SkullsJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetSkulls(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/skulls", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/skulls", query.Uri); } [Test] @@ -68,16 +67,16 @@ public async Task GetSkulls_DoesNotThrow() [Test] public async Task GetSkulls_SchemaIsValid() { - var skullsSchema = JSchema.Parse(File.ReadAllText(Config.SkullsJsonSchemaPath), new JSchemaReaderSettings + var skullsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.SkullsJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.SkullsJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.SkullsJsonSchemaPath)) }); var query = new GetSkulls() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(skullsSchema, jArray); } @@ -85,10 +84,10 @@ public async Task GetSkulls_SchemaIsValid() [Test] public async Task GetSkulls_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.SkullsJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.SkullsJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.SkullsJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.SkullsJsonSchemaPath)) }); var query = new GetSkulls() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetSpartanRanksTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetSpartanRanksTests.cs similarity index 79% rename from Source/HaloSharp.Test/Query/Metadata/GetSpartanRanksTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetSpartanRanksTests.cs index 9c791c1..d606a12 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetSpartanRanksTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetSpartanRanksTests.cs @@ -3,8 +3,9 @@ using System.IO; using System.Threading.Tasks; using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -12,7 +13,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetSpartanRanksTests @@ -23,7 +24,7 @@ public class GetSpartanRanksTests [SetUp] public void Setup() { - _spartanRanks = JsonConvert.DeserializeObject>(File.ReadAllText(Config.SpartanRanksJsonPath)); + _spartanRanks = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.SpartanRanksJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetSpartanRanks(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/spartan-ranks", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/spartan-ranks", query.Uri); } [Test] @@ -68,16 +67,16 @@ public async Task GetSpartanRanks_DoesNotThrow() [Test] public async Task GetSpartanRanks_SchemaIsValid() { - var spartanRanksSchema = JSchema.Parse(File.ReadAllText(Config.SpartanRanksJsonSchemaPath), new JSchemaReaderSettings + var spartanRanksSchema = JSchema.Parse(File.ReadAllText(Halo5Config.SpartanRanksJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.SpartanRanksJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.SpartanRanksJsonSchemaPath)) }); var query = new GetSpartanRanks() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(spartanRanksSchema, jArray); } @@ -85,10 +84,10 @@ public async Task GetSpartanRanks_SchemaIsValid() [Test] public async Task GetSpartanRanks_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.SpartanRanksJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.SpartanRanksJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.SpartanRanksJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.SpartanRanksJsonSchemaPath)) }); var query = new GetSpartanRanks() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetTeamColorsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetTeamColorsTests.cs similarity index 79% rename from Source/HaloSharp.Test/Query/Metadata/GetTeamColorsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetTeamColorsTests.cs index dd1640a..3fe705c 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetTeamColorsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetTeamColorsTests.cs @@ -3,8 +3,9 @@ using System.IO; using System.Threading.Tasks; using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -12,7 +13,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetTeamColorsTests @@ -23,7 +24,7 @@ public class GetTeamColorsTests [SetUp] public void Setup() { - _teamColors = JsonConvert.DeserializeObject>(File.ReadAllText(Config.TeamColorsJsonPath)); + _teamColors = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.TeamColorsJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetTeamColors(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/team-colors", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/team-colors", query.Uri); } [Test] @@ -68,16 +67,16 @@ public async Task GetTeamColors_DoesNotThrow() [Test] public async Task GetTeamColors_SchemaIsValid() { - var teamColorsSchema = JSchema.Parse(File.ReadAllText(Config.TeamColorsJsonSchemaPath), new JSchemaReaderSettings + var teamColorsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.TeamColorsJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.TeamColorsJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.TeamColorsJsonSchemaPath)) }); var query = new GetTeamColors() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(teamColorsSchema, jArray); } @@ -85,10 +84,10 @@ public async Task GetTeamColors_SchemaIsValid() [Test] public async Task GetTeamColors_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.TeamColorsJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.TeamColorsJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.TeamColorsJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.TeamColorsJsonSchemaPath)) }); var query = new GetTeamColors() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetVehiclesTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetVehiclesTests.cs similarity index 79% rename from Source/HaloSharp.Test/Query/Metadata/GetVehiclesTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetVehiclesTests.cs index aa558ab..4b40c75 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetVehiclesTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetVehiclesTests.cs @@ -3,8 +3,9 @@ using System.IO; using System.Threading.Tasks; using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -12,7 +13,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetVehiclesTests @@ -23,7 +24,7 @@ public class GetVehiclesTests [SetUp] public void Setup() { - _vehicles = JsonConvert.DeserializeObject>(File.ReadAllText(Config.VehiclesJsonPath)); + _vehicles = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.VehiclesJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetVehicles(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/vehicles", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/vehicles", query.Uri); } [Test] @@ -68,16 +67,16 @@ public async Task GetVehicles_DoesNotThrow() [Test] public async Task GetVehicles_SchemaIsValid() { - var vehiclesSchema = JSchema.Parse(File.ReadAllText(Config.VehiclesJsonSchemaPath), new JSchemaReaderSettings + var vehiclesSchema = JSchema.Parse(File.ReadAllText(Halo5Config.VehiclesJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.VehiclesJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.VehiclesJsonSchemaPath)) }); var query = new GetVehicles() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(vehiclesSchema, jArray); } @@ -85,10 +84,10 @@ public async Task GetVehicles_SchemaIsValid() [Test] public async Task GetVehicles_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.VehiclesJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.VehiclesJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.VehiclesJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.VehiclesJsonSchemaPath)) }); var query = new GetVehicles() diff --git a/Source/HaloSharp.Test/Query/Metadata/GetWeaponsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetWeaponsTests.cs similarity index 77% rename from Source/HaloSharp.Test/Query/Metadata/GetWeaponsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Metadata/GetWeaponsTests.cs index 7d123b0..9f54126 100644 --- a/Source/HaloSharp.Test/Query/Metadata/GetWeaponsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Metadata/GetWeaponsTests.cs @@ -3,8 +3,9 @@ using System.IO; using System.Threading.Tasks; using HaloSharp.Extension; -using HaloSharp.Model.Metadata; -using HaloSharp.Query.Metadata; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Query.Halo5.Metadata; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -12,7 +13,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Metadata +namespace HaloSharp.Test.Query.Halo5.Metadata { [TestFixture] public class GetWeaponsTests @@ -23,7 +24,7 @@ public class GetWeaponsTests [SetUp] public void Setup() { - _weapons = JsonConvert.DeserializeObject>(File.ReadAllText(Config.WeaponsJsonPath)); + _weapons = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.WeaponsJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get>(It.IsAny())) @@ -33,13 +34,11 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() + public void Uri_MatchesExpected() { var query = new GetWeapons(); - var uri = query.GetConstructedUri(); - - Assert.AreEqual("metadata/h5/metadata/weapons", uri); + Assert.AreEqual("https://www.haloapi.com/metadata/h5/metadata/weapons", query.Uri); } [Test] @@ -68,16 +67,16 @@ public async Task GetWeapons_DoesNotThrow() [Test] public async Task GetWeapons_SchemaIsValid() { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.WeaponsJsonSchemaPath), new JSchemaReaderSettings + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.WeaponsJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.WeaponsJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.WeaponsJsonSchemaPath)) }); var query = new GetWeapons() .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); } @@ -85,10 +84,10 @@ public async Task GetWeapons_SchemaIsValid() [Test] public async Task GetVehicles_ModelMatchesSchema() { - var schema = JSchema.Parse(File.ReadAllText(Config.WeaponsJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.WeaponsJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.WeaponsJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.WeaponsJsonSchemaPath)) }); var query = new GetWeapons() diff --git a/Source/HaloSharp.Test/Query/Halo5/Profile/GetEmblemImageTests.cs b/Source/HaloSharp.Test/Query/Halo5/Profile/GetEmblemImageTests.cs new file mode 100644 index 0000000..2c94edb --- /dev/null +++ b/Source/HaloSharp.Test/Query/Halo5/Profile/GetEmblemImageTests.cs @@ -0,0 +1,85 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.Halo5.Profile; +using HaloSharp.Query.Halo5.Profile; +using HaloSharp.Test.Utility; +using NUnit.Framework; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.Halo5.Profile +{ + [TestFixture] + public class GetEmblemImageTests + { + [Test] + [TestCase("Greenskull", 128)] + [TestCase("Furiousn00b", 256)] + public void Uri_MatchesExpected(string gamertag, int size) + { + var query = new GetEmblemImage(gamertag); + + Assert.AreEqual($"https://www.haloapi.com/profile/h5/profiles/{gamertag}/emblem", query.Uri); + + query.Size(size); + + Assert.AreEqual($"https://www.haloapi.com/profile/h5/profiles/{gamertag}/emblem?size={size}", query.Uri); + } + + [Test] + [TestCase("Greenskull", 128)] + [TestCase("Furiousn00b", 256)] + public async Task GetEmblemImage(string gamertag, int size) + { + var query = new GetEmblemImage(gamertag) + .Size(size) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof (HaloImage), result); + } + + [Test] + [TestCase("Greenskull", 128)] + [TestCase("Furiousn00b", 256)] + public async Task GetEmblemImage_IsSerializable(string gamertag, int size) + { + var query = new GetEmblemImage(gamertag) + .Size(size) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("")] + [TestCase("00000000000000017")] + [TestCase("!$%")] + [ExpectedException(typeof(ValidationException))] + public async Task GetEmblemImage_InvalidGamertag(string gamertag) + { + var query = new GetEmblemImage(gamertag); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + + [Test] + [TestCase("Furiousn00b", 94)] + [TestCase("Furiousn00b", 127)] + [TestCase("Furiousn00b", 189)] + [TestCase("Furiousn00b", 255)] + [TestCase("Furiousn00b", 511)] + [ExpectedException(typeof(ValidationException))] + public async Task GetEmblemImage_InvalidSize(string gamertag, int size) + { + var query = new GetEmblemImage(gamertag) + .Size(size); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Halo5/Profile/GetSpartanImageTests.cs b/Source/HaloSharp.Test/Query/Halo5/Profile/GetSpartanImageTests.cs new file mode 100644 index 0000000..83aaba3 --- /dev/null +++ b/Source/HaloSharp.Test/Query/Halo5/Profile/GetSpartanImageTests.cs @@ -0,0 +1,91 @@ +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model; +using HaloSharp.Model.Halo5.Profile; +using HaloSharp.Query.Halo5.Profile; +using HaloSharp.Test.Utility; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.Halo5.Profile +{ + [TestFixture] + public class GetSpartanImageTests + { + [Test] + [TestCase("Greenskull", 128, Enumeration.Halo5.CropType.Full)] + [TestCase("Furiousn00b", 256, Enumeration.Halo5.CropType.Portrait)] + public void Uri_MatchesExpected(string gamertag, int size, Enumeration.Halo5.CropType crop) + { + var query = new GetSpartanImage(gamertag); + + Assert.AreEqual($"https://www.haloapi.com/profile/h5/profiles/{gamertag}/spartan", query.Uri); + + query.Size(size); + + Assert.AreEqual($"https://www.haloapi.com/profile/h5/profiles/{gamertag}/spartan?size={size}", query.Uri); + + query.Crop(crop); + + Assert.AreEqual($"https://www.haloapi.com/profile/h5/profiles/{gamertag}/spartan?size={size}&crop={crop}", query.Uri); + } + + [Test] + [TestCase("Greenskull", 128, Enumeration.Halo5.CropType.Full)] + [TestCase("Furiousn00b", 256, Enumeration.Halo5.CropType.Portrait)] + public async Task GetSpartanImage(string gamertag, int size, Enumeration.Halo5.CropType crop) + { + var query = new GetSpartanImage(gamertag) + .Size(size) + .Crop(crop) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof (HaloImage), result); + } + + [Test] + [TestCase("Greenskull", 128, Enumeration.Halo5.CropType.Full)] + [TestCase("Furiousn00b", 256, Enumeration.Halo5.CropType.Portrait)] + public async Task GetSpartanImage_IsSerializable(string gamertag, int size, Enumeration.Halo5.CropType crop) + { + var query = new GetSpartanImage(gamertag) + .Size(size) + .Crop(crop) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("00000000000000017")] + [TestCase("!$%")] + [ExpectedException(typeof(ValidationException))] + public async Task GetSpartanImage_InvalidGamertag(string gamertag) + { + var query = new GetSpartanImage(gamertag); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + + [Test] + [TestCase("Furiousn00b", 94)] + [TestCase("Furiousn00b", 127)] + [TestCase("Furiousn00b", 189)] + [TestCase("Furiousn00b", 255)] + [TestCase("Furiousn00b", 511)] + [ExpectedException(typeof(ValidationException))] + public async Task GetSpartanImage_InvalidSize(string gamertag, int size) + { + var query = new GetSpartanImage(gamertag) + .Size(size); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Stats/CarnageReport/GetArenaMatchDetailsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetArenaMatchDetailsTests.cs similarity index 57% rename from Source/HaloSharp.Test/Query/Stats/CarnageReport/GetArenaMatchDetailsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetArenaMatchDetailsTests.cs index 616dda8..8f70111 100644 --- a/Source/HaloSharp.Test/Query/Stats/CarnageReport/GetArenaMatchDetailsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetArenaMatchDetailsTests.cs @@ -4,8 +4,9 @@ using HaloSharp.Exception; using HaloSharp.Extension; using HaloSharp.Model; -using HaloSharp.Model.Stats.CarnageReport; -using HaloSharp.Query.Stats.CarnageReport; +using HaloSharp.Model.Halo5.Stats.CarnageReport; +using HaloSharp.Query.Halo5.Stats.CarnageReport; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -13,7 +14,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Stats.CarnageReport +namespace HaloSharp.Test.Query.Halo5.Stats.CarnageReport { [TestFixture] public class GetArenaMatchDetailsTests @@ -24,7 +25,7 @@ public class GetArenaMatchDetailsTests [SetUp] public void Setup() { - _arenaMatch = JsonConvert.DeserializeObject(File.ReadAllText(Config.ArenaMatchJsonPath)); + _arenaMatch = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.ArenaMatchJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get(It.IsAny())) @@ -34,32 +35,19 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetArenaMatchDetails(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual("stats/h5/arena/matches/", uri); - } - - [Test] - [TestCase("00000000-0000-0000-0000-000000000000")] - public void GetConstructedUri_ForMatchId_MatchesExpected(string guid) + [TestCase("d9323dc5-d1bd-4686-8e39-158cd360eca7")] + public void Uri_MatchesExpected(string guid) { - var query = new GetArenaMatchDetails() - .ForMatchId(new Guid(guid)); + var query = new GetArenaMatchDetails(new Guid(guid)); - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/arena/matches/{guid}", uri); + Assert.AreEqual($"https://www.haloapi.com/stats/h5/arena/matches/{guid}", query.Uri); } [Test] - public async Task Query_DoesNotThrow() + [TestCase("d9323dc5-d1bd-4686-8e39-158cd360eca7")] + public async Task Query_DoesNotThrow(string guid) { - var query = new GetArenaMatchDetails() - .ForMatchId(Guid.Empty) + var query = new GetArenaMatchDetails(new Guid(guid)) .SkipCache(); var result = await _mockSession.Query(query); @@ -72,8 +60,7 @@ public async Task Query_DoesNotThrow() [TestCase("d9323dc5-d1bd-4686-8e39-158cd360eca7")] public async Task GetArenaMatchDetails_DoesNotThrow(string guid) { - var query = new GetArenaMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetArenaMatchDetails(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -85,17 +72,16 @@ public async Task GetArenaMatchDetails_DoesNotThrow(string guid) [TestCase("d9323dc5-d1bd-4686-8e39-158cd360eca7")] public async Task GetArenaMatchDetails_SchemaIsValid(string guid) { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.ArenaMatchJsonSchemaPath), new JSchemaReaderSettings + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.ArenaMatchJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.ArenaMatchJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.ArenaMatchJsonSchemaPath)) }); - var query = new GetArenaMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetArenaMatchDetails(new Guid(guid)) .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); } @@ -104,14 +90,13 @@ public async Task GetArenaMatchDetails_SchemaIsValid(string guid) [TestCase("d9323dc5-d1bd-4686-8e39-158cd360eca7")] public async Task GetArenaMatchDetails_ModelMatchesSchema(string guid) { - var schema = JSchema.Parse(File.ReadAllText(Config.ArenaMatchJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.ArenaMatchJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.ArenaMatchJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.ArenaMatchJsonSchemaPath)) }); - var query = new GetArenaMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetArenaMatchDetails(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -126,8 +111,7 @@ public async Task GetArenaMatchDetails_ModelMatchesSchema(string guid) [TestCase("d9323dc5-d1bd-4686-8e39-158cd360eca7")] public async Task GetArenaMatchDetails_IsSerializable(string guid) { - var query = new GetArenaMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetArenaMatchDetails(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -136,11 +120,9 @@ public async Task GetArenaMatchDetails_IsSerializable(string guid) } [Test] - [TestCase("00000000-0000-0000-0000-000000000000")] - public async Task GetArenaMatchDetails_InvalidGuid(string guid) + public async Task GetArenaMatchDetails_InvalidGuid() { - var query = new GetArenaMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetArenaMatchDetails(Guid.NewGuid()) .SkipCache(); try @@ -150,22 +132,12 @@ public async Task GetArenaMatchDetails_InvalidGuid(string guid) } catch (HaloApiException e) { - Assert.AreEqual((int)Enumeration.StatusCode.NotFound, e.HaloApiError.StatusCode); + Assert.AreEqual((int)Enumeration.Halo5.StatusCode.NotFound, e.HaloApiError.StatusCode); } catch (System.Exception e) { Assert.Fail("Unexpected exception of type {0} caught: {1}", e.GetType(), e.Message); } } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetArenaMatchDetails_MissingGuid() - { - var query = new GetArenaMatchDetails(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } } } \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Stats/CarnageReport/GetCampaignMatchDetailsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetCampaignMatchDetailsTests.cs similarity index 57% rename from Source/HaloSharp.Test/Query/Stats/CarnageReport/GetCampaignMatchDetailsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetCampaignMatchDetailsTests.cs index 40be8b2..182dfe4 100644 --- a/Source/HaloSharp.Test/Query/Stats/CarnageReport/GetCampaignMatchDetailsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetCampaignMatchDetailsTests.cs @@ -4,8 +4,9 @@ using HaloSharp.Exception; using HaloSharp.Extension; using HaloSharp.Model; -using HaloSharp.Model.Stats.CarnageReport; -using HaloSharp.Query.Stats.CarnageReport; +using HaloSharp.Model.Halo5.Stats.CarnageReport; +using HaloSharp.Query.Halo5.Stats.CarnageReport; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -13,7 +14,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Stats.CarnageReport +namespace HaloSharp.Test.Query.Halo5.Stats.CarnageReport { [TestFixture] public class GetCampaignMatchDetailsTests @@ -24,7 +25,7 @@ public class GetCampaignMatchDetailsTests [SetUp] public void Setup() { - _campaignMatch = JsonConvert.DeserializeObject(File.ReadAllText(Config.CampaignMatchJsonPath)); + _campaignMatch = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.CampaignMatchJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get(It.IsAny())) @@ -34,32 +35,19 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetCampaignMatchDetails(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual("stats/h5/campaign/matches/", uri); - } - - [Test] - [TestCase("00000000-0000-0000-0000-000000000000")] - public void GetConstructedUri_ForMatchId_MatchesExpected(string guid) + [TestCase("71fe5636-9db1-41fe-871d-515cd5e0ed87")] + public void Uri_MatchesExpected(string guid) { - var query = new GetCampaignMatchDetails() - .ForMatchId(new Guid(guid)); + var query = new GetCampaignMatchDetails(new Guid(guid)); - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/campaign/matches/{guid}", uri); + Assert.AreEqual($"https://www.haloapi.com/stats/h5/campaign/matches/{guid}", query.Uri); } [Test] - public async Task Query_DoesNotThrow() + [TestCase("71fe5636-9db1-41fe-871d-515cd5e0ed87")] + public async Task Query_DoesNotThrow(string guid) { - var query = new GetCampaignMatchDetails() - .ForMatchId(Guid.Empty) + var query = new GetCampaignMatchDetails(new Guid(guid)) .SkipCache(); var result = await _mockSession.Query(query); @@ -72,8 +60,7 @@ public async Task Query_DoesNotThrow() [TestCase("71fe5636-9db1-41fe-871d-515cd5e0ed87")] public async Task GetCampaignMatchDetails_DoesNotThrow(string guid) { - var query = new GetCampaignMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetCampaignMatchDetails(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -85,17 +72,16 @@ public async Task GetCampaignMatchDetails_DoesNotThrow(string guid) [TestCase("71fe5636-9db1-41fe-871d-515cd5e0ed87")] public async Task GetCampaignMatchDetails_SchemaIsValid(string guid) { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.CampaignMatchJsonSchemaPath), new JSchemaReaderSettings + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.CampaignMatchJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.CampaignMatchJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CampaignMatchJsonSchemaPath)) }); - var query = new GetCampaignMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetCampaignMatchDetails(new Guid(guid)) .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); } @@ -104,14 +90,13 @@ public async Task GetCampaignMatchDetails_SchemaIsValid(string guid) [TestCase("71fe5636-9db1-41fe-871d-515cd5e0ed87")] public async Task GetCampaignMatchDetails_ModelMatchesSchema(string guid) { - var schema = JSchema.Parse(File.ReadAllText(Config.CampaignMatchJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.CampaignMatchJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.CampaignMatchJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CampaignMatchJsonSchemaPath)) }); - var query = new GetCampaignMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetCampaignMatchDetails(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -126,8 +111,7 @@ public async Task GetCampaignMatchDetails_ModelMatchesSchema(string guid) [TestCase("71fe5636-9db1-41fe-871d-515cd5e0ed87")] public async Task GetCampaignMatchDetails_IsSerializable(string guid) { - var query = new GetCampaignMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetCampaignMatchDetails(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -136,11 +120,9 @@ public async Task GetCampaignMatchDetails_IsSerializable(string guid) } [Test] - [TestCase("00000000-0000-0000-0000-000000000000")] public async Task GetCampaignMatchDetails_InvalidGuid(string guid) { - var query = new GetCampaignMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetCampaignMatchDetails(Guid.NewGuid()) .SkipCache(); try @@ -150,22 +132,12 @@ public async Task GetCampaignMatchDetails_InvalidGuid(string guid) } catch (HaloApiException e) { - Assert.AreEqual((int)Enumeration.StatusCode.NotFound, e.HaloApiError.StatusCode); + Assert.AreEqual((int)Enumeration.Halo5.StatusCode.NotFound, e.HaloApiError.StatusCode); } catch (System.Exception e) { Assert.Fail("Unexpected exception of type {0} caught: {1}", e.GetType(), e.Message); } } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetCampaignMatchDetails_MissingGuid() - { - var query = new GetCampaignMatchDetails(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } } } \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Stats/CarnageReport/GetCustomMatchDetailsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetCustomMatchDetailsTests.cs similarity index 56% rename from Source/HaloSharp.Test/Query/Stats/CarnageReport/GetCustomMatchDetailsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetCustomMatchDetailsTests.cs index 59ed583..f80e1c2 100644 --- a/Source/HaloSharp.Test/Query/Stats/CarnageReport/GetCustomMatchDetailsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetCustomMatchDetailsTests.cs @@ -4,8 +4,9 @@ using HaloSharp.Exception; using HaloSharp.Extension; using HaloSharp.Model; -using HaloSharp.Model.Stats.CarnageReport; -using HaloSharp.Query.Stats.CarnageReport; +using HaloSharp.Model.Halo5.Stats.CarnageReport; +using HaloSharp.Query.Halo5.Stats.CarnageReport; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -13,7 +14,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Stats.CarnageReport +namespace HaloSharp.Test.Query.Halo5.Stats.CarnageReport { [TestFixture] public class GetCustomMatchDetailsTests @@ -24,7 +25,7 @@ public class GetCustomMatchDetailsTests [SetUp] public void Setup() { - _customMatch = JsonConvert.DeserializeObject(File.ReadAllText(Config.CustomMatchJsonPath)); + _customMatch = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.CustomMatchJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get(It.IsAny())) @@ -34,32 +35,19 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetCustomMatchDetails(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual("stats/h5/custom/matches/", uri); - } - - [Test] - [TestCase("00000000-0000-0000-0000-000000000000")] - public void GetConstructedUri_ForMatchId_MatchesExpected(string guid) + [TestCase("afa95d12-0e0d-487f-a583-72a24dd68361")] + public void Uri_MatchesExpected(string guid) { - var query = new GetCustomMatchDetails() - .ForMatchId(new Guid(guid)); + var query = new GetCustomMatchDetails(new Guid(guid)); - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/custom/matches/{guid}", uri); + Assert.AreEqual($"https://www.haloapi.com/stats/h5/custom/matches/{guid}", query.Uri); } [Test] - public async Task Query_DoesNotThrow() + [TestCase("afa95d12-0e0d-487f-a583-72a24dd68361")] + public async Task Query_DoesNotThrow(string guid) { - var query = new GetCustomMatchDetails() - .ForMatchId(Guid.Empty) + var query = new GetCustomMatchDetails(new Guid(guid)) .SkipCache(); var result = await _mockSession.Query(query); @@ -72,8 +60,7 @@ public async Task Query_DoesNotThrow() [TestCase("afa95d12-0e0d-487f-a583-72a24dd68361")] public async Task GetCustomMatchDetails_DoesNotThrow(string guid) { - var query = new GetCustomMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetCustomMatchDetails(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -85,17 +72,16 @@ public async Task GetCustomMatchDetails_DoesNotThrow(string guid) [TestCase("afa95d12-0e0d-487f-a583-72a24dd68361")] public async Task GetCustomMatchDetails_SchemaIsValid(string guid) { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.CustomMatchJsonSchemaPath), new JSchemaReaderSettings + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.CustomMatchJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.CustomMatchJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CustomMatchJsonSchemaPath)) }); - var query = new GetCustomMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetCustomMatchDetails(new Guid(guid)) .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); } @@ -104,14 +90,13 @@ public async Task GetCustomMatchDetails_SchemaIsValid(string guid) [TestCase("afa95d12-0e0d-487f-a583-72a24dd68361")] public async Task GetCustomMatchDetails_ModelMatchesSchema(string guid) { - var schema = JSchema.Parse(File.ReadAllText(Config.CustomMatchJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.CustomMatchJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.CustomMatchJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CustomMatchJsonSchemaPath)) }); - var query = new GetCustomMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetCustomMatchDetails(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -126,8 +111,7 @@ public async Task GetCustomMatchDetails_ModelMatchesSchema(string guid) [TestCase("afa95d12-0e0d-487f-a583-72a24dd68361")] public async Task GetCustomMatchDetails_IsSerializable(string guid) { - var query = new GetCustomMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetCustomMatchDetails(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -136,11 +120,9 @@ public async Task GetCustomMatchDetails_IsSerializable(string guid) } [Test] - [TestCase("00000000-0000-0000-0000-000000000000")] - public async Task GetCustomMatchDetails_InvalidGuid(string guid) + public async Task GetCustomMatchDetails_InvalidGuid() { - var query = new GetCustomMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetCustomMatchDetails(Guid.NewGuid()) .SkipCache(); try @@ -150,22 +132,12 @@ public async Task GetCustomMatchDetails_InvalidGuid(string guid) } catch (HaloApiException e) { - Assert.AreEqual((int)Enumeration.StatusCode.NotFound, e.HaloApiError.StatusCode); + Assert.AreEqual((int)Enumeration.Halo5.StatusCode.NotFound, e.HaloApiError.StatusCode); } catch (System.Exception e) { Assert.Fail("Unexpected exception of type {0} caught: {1}", e.GetType(), e.Message); } } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetCustomMatchDetails_MissingGuid() - { - var query = new GetCustomMatchDetails(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } } } \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Stats/CarnageReport/GetMatchEventsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetMatchEventsTests.cs similarity index 51% rename from Source/HaloSharp.Test/Query/Stats/CarnageReport/GetMatchEventsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetMatchEventsTests.cs index 531bdeb..e2682a9 100644 --- a/Source/HaloSharp.Test/Query/Stats/CarnageReport/GetMatchEventsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetMatchEventsTests.cs @@ -4,8 +4,9 @@ using HaloSharp.Exception; using HaloSharp.Extension; using HaloSharp.Model; -using HaloSharp.Model.Stats.CarnageReport; -using HaloSharp.Query.Stats.CarnageReport; +using HaloSharp.Model.Halo5.Stats.CarnageReport; +using HaloSharp.Query.Halo5.Stats.CarnageReport; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -13,59 +14,46 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Stats.CarnageReport +namespace HaloSharp.Test.Query.Halo5.Stats.CarnageReport { [TestFixture] public class GetMatchEventsTests { private IHaloSession _mockSession; - private MatchEvents _matchEvents; + private MatchEventSummary _matchEventSummary; [SetUp] public void Setup() { - _matchEvents = JsonConvert.DeserializeObject(File.ReadAllText(Config.MatchEventsJsonPath)); + _matchEventSummary = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.MatchEventsJsonPath)); var mock = new Mock(); - mock.Setup(m => m.Get(It.IsAny())) - .ReturnsAsync(_matchEvents); + mock.Setup(m => m.Get(It.IsAny())) + .ReturnsAsync(_matchEventSummary); _mockSession = mock.Object; } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetMatchEvents(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual("stats/h5/matches//events", uri); - } - - [Test] - [TestCase("00000000-0000-0000-0000-000000000000")] - public void GetConstructedUri_ForMatchId_MatchesExpected(string guid) + [TestCase("d9323dc5-d1bd-4686-8e39-158cd360eca7")] + public void Uri_MatchesExpected(string guid) { - var query = new GetMatchEvents() - .ForMatchId(new Guid(guid)); + var query = new GetMatchEvents(new Guid(guid)); - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/matches/{guid}/events", uri); + Assert.AreEqual($"https://www.haloapi.com/stats/h5/matches/{guid}/events", query.Uri); } [Test] - public async Task Query_DoesNotThrow() + [TestCase("d9323dc5-d1bd-4686-8e39-158cd360eca7")] + public async Task Query_DoesNotThrow(string guid) { - var query = new GetMatchEvents() - .ForMatchId(Guid.Empty) + var query = new GetMatchEvents(new Guid(guid)) .SkipCache(); var result = await _mockSession.Query(query); - Assert.IsInstanceOf(typeof(MatchEvents), result); - Assert.AreEqual(_matchEvents, result); + Assert.IsInstanceOf(typeof(MatchEventSummary), result); + Assert.AreEqual(_matchEventSummary, result); } [Test] @@ -73,13 +61,12 @@ public async Task Query_DoesNotThrow() [TestCase("763208a1-934e-466a-bdbd-318fa4d2e1c6")] public async Task GetMatchEvents_DoesNotThrow(string guid) { - var query = new GetMatchEvents() - .ForMatchId(new Guid(guid)) + var query = new GetMatchEvents(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); - Assert.IsInstanceOf(typeof(MatchEvents), result); + Assert.IsInstanceOf(typeof(MatchEventSummary), result); } [Test] @@ -87,17 +74,16 @@ public async Task GetMatchEvents_DoesNotThrow(string guid) [TestCase("763208a1-934e-466a-bdbd-318fa4d2e1c6")] public async Task GetMatchEvents_SchemaIsValid(string guid) { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.MatchEventsJsonSchemaPath), new JSchemaReaderSettings + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.MatchEventsJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.MatchEventsJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.MatchEventsJsonSchemaPath)) }); - var query = new GetMatchEvents() - .ForMatchId(new Guid(guid)) + var query = new GetMatchEvents(new Guid(guid)) .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); } @@ -107,14 +93,13 @@ public async Task GetMatchEvents_SchemaIsValid(string guid) [TestCase("763208a1-934e-466a-bdbd-318fa4d2e1c6")] public async Task GetMatchEvents_ModelMatchesSchema(string guid) { - var schema = JSchema.Parse(File.ReadAllText(Config.MatchEventsModelJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.MatchEventsJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.MatchEventsModelJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.MatchEventsJsonSchemaPath)) }); - var query = new GetMatchEvents() - .ForMatchId(new Guid(guid)) + var query = new GetMatchEvents(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -130,21 +115,18 @@ public async Task GetMatchEvents_ModelMatchesSchema(string guid) [TestCase("763208a1-934e-466a-bdbd-318fa4d2e1c6")] public async Task GetMatchEvents_IsSerializable(string guid) { - var query = new GetMatchEvents() - .ForMatchId(new Guid(guid)) + var query = new GetMatchEvents(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); - SerializationUtility.AssertRoundTripSerializationIsPossible(result); + SerializationUtility.AssertRoundTripSerializationIsPossible(result); } [Test] - [TestCase("00000000-0000-0000-0000-000000000000")] public async Task GetMatchEvents_InvalidGuid(string guid) { - var query = new GetMatchEvents() - .ForMatchId(new Guid(guid)) + var query = new GetMatchEvents(Guid.NewGuid()) .SkipCache(); try @@ -154,22 +136,12 @@ public async Task GetMatchEvents_InvalidGuid(string guid) } catch (HaloApiException e) { - Assert.AreEqual((int)Enumeration.StatusCode.NotFound, e.HaloApiError.StatusCode); + Assert.AreEqual((int)Enumeration.Halo5.StatusCode.NotFound, e.HaloApiError.StatusCode); } catch (System.Exception e) { Assert.Fail("Unexpected exception of type {0} caught: {1}", e.GetType(), e.Message); } } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetMatchEvents_MissingGuid() - { - var query = new GetMatchEvents(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } } } \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Stats/CarnageReport/GetWarzoneMatchDetailsTests.cs b/Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetWarzoneMatchDetailsTests.cs similarity index 60% rename from Source/HaloSharp.Test/Query/Stats/CarnageReport/GetWarzoneMatchDetailsTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetWarzoneMatchDetailsTests.cs index e3e3e8a..11ca829 100644 --- a/Source/HaloSharp.Test/Query/Stats/CarnageReport/GetWarzoneMatchDetailsTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Stats/CarnageReport/GetWarzoneMatchDetailsTests.cs @@ -4,8 +4,9 @@ using HaloSharp.Exception; using HaloSharp.Extension; using HaloSharp.Model; -using HaloSharp.Model.Stats.CarnageReport; -using HaloSharp.Query.Stats.CarnageReport; +using HaloSharp.Model.Halo5.Stats.CarnageReport; +using HaloSharp.Query.Halo5.Stats.CarnageReport; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -13,7 +14,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Stats.CarnageReport +namespace HaloSharp.Test.Query.Halo5.Stats.CarnageReport { [TestFixture] public class GetWarzoneMatchDetailsTests @@ -24,7 +25,7 @@ public class GetWarzoneMatchDetailsTests [SetUp] public void Setup() { - _warzoneMatch = JsonConvert.DeserializeObject(File.ReadAllText(Config.WarzoneMatchJsonPath)); + _warzoneMatch = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.WarzoneMatchJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get(It.IsAny())) @@ -34,32 +35,19 @@ public void Setup() } [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetWarzoneMatchDetails(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual("stats/h5/warzone/matches/", uri); - } - - [Test] - [TestCase("00000000-0000-0000-0000-000000000000")] - public void GetConstructedUri_ForMatchId_MatchesExpected(string guid) + [TestCase("763208a1-934e-466a-bdbd-318fa4d2e1c6")] + public void Uri_MatchesExpected(string guid) { - var query = new GetWarzoneMatchDetails() - .ForMatchId(new Guid(guid)); + var query = new GetWarzoneMatchDetails(new Guid(guid)); - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/warzone/matches/{guid}", uri); + Assert.AreEqual($"https://www.haloapi.com/stats/h5/warzone/matches/{guid}", query.Uri); } [Test] - public async Task Query_DoesNotThrow() + [TestCase("763208a1-934e-466a-bdbd-318fa4d2e1c6")] + public async Task Query_DoesNotThrow(string guid) { - var query = new GetWarzoneMatchDetails() - .ForMatchId(Guid.Empty) + var query = new GetWarzoneMatchDetails(new Guid(guid)) .SkipCache(); var result = await _mockSession.Query(query); @@ -74,8 +62,7 @@ public async Task Query_DoesNotThrow() [TestCase("3bd3945a-3578-4726-aad2-89b2c014a2ad")] public async Task GetWarzoneMatchDetails_DoesNotThrow(string guid) { - var query = new GetWarzoneMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetWarzoneMatchDetails(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -89,17 +76,16 @@ public async Task GetWarzoneMatchDetails_DoesNotThrow(string guid) [TestCase("3bd3945a-3578-4726-aad2-89b2c014a2ad")] public async Task GetWarzoneMatchDetails_SchemaIsValid(string guid) { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.WarzoneMatchJsonSchemaPath), new JSchemaReaderSettings + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.WarzoneMatchJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.WarzoneMatchJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.WarzoneMatchJsonSchemaPath)) }); - var query = new GetWarzoneMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetWarzoneMatchDetails(new Guid(guid)) .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); } @@ -110,14 +96,13 @@ public async Task GetWarzoneMatchDetails_SchemaIsValid(string guid) [TestCase("3bd3945a-3578-4726-aad2-89b2c014a2ad")] public async Task GetWarzoneMatchDetails_ModelMatchesSchema(string guid) { - var schema = JSchema.Parse(File.ReadAllText(Config.WarzoneMatchJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.WarzoneMatchJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.WarzoneMatchJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.WarzoneMatchJsonSchemaPath)) }); - var query = new GetWarzoneMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetWarzoneMatchDetails(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -134,8 +119,7 @@ public async Task GetWarzoneMatchDetails_ModelMatchesSchema(string guid) [TestCase("3bd3945a-3578-4726-aad2-89b2c014a2ad")] public async Task GetWarzoneMatchDetails_IsSerializable(string guid) { - var query = new GetWarzoneMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetWarzoneMatchDetails(new Guid(guid)) .SkipCache(); var result = await Global.Session.Query(query); @@ -144,11 +128,9 @@ public async Task GetWarzoneMatchDetails_IsSerializable(string guid) } [Test] - [TestCase("00000000-0000-0000-0000-000000000000")] - public async Task GetWarzoneMatchDetails_InvalidGuid(string guid) + public async Task GetWarzoneMatchDetails_InvalidGuid() { - var query = new GetWarzoneMatchDetails() - .ForMatchId(new Guid(guid)) + var query = new GetWarzoneMatchDetails(Guid.NewGuid()) .SkipCache(); try @@ -158,22 +140,12 @@ public async Task GetWarzoneMatchDetails_InvalidGuid(string guid) } catch (HaloApiException e) { - Assert.AreEqual((int)Enumeration.StatusCode.NotFound, e.HaloApiError.StatusCode); + Assert.AreEqual((int)Enumeration.Halo5.StatusCode.NotFound, e.HaloApiError.StatusCode); } catch (System.Exception e) { Assert.Fail("Unexpected exception of type {0} caught: {1}", e.GetType(), e.Message); } } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetWarzoneMatchDetails_MissingGuid() - { - var query = new GetWarzoneMatchDetails(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } } } \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Stats/GetLeaderboardTests.cs b/Source/HaloSharp.Test/Query/Halo5/Stats/GetLeaderboardTests.cs similarity index 52% rename from Source/HaloSharp.Test/Query/Stats/GetLeaderboardTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Stats/GetLeaderboardTests.cs index 407ec1e..cb54679 100644 --- a/Source/HaloSharp.Test/Query/Stats/GetLeaderboardTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Stats/GetLeaderboardTests.cs @@ -1,18 +1,19 @@ -using HaloSharp.Exception; +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; using HaloSharp.Extension; -using HaloSharp.Model.Stats; -using HaloSharp.Query.Stats; +using HaloSharp.Model.Halo5.Stats; +using HaloSharp.Query.Halo5.Stats; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Schema; using NUnit.Framework; -using System; -using System.IO; -using System.Threading.Tasks; -namespace HaloSharp.Test.Query.Stats +namespace HaloSharp.Test.Query.Halo5.Stats { [TestFixture] public class GetLeaderboardTests @@ -23,7 +24,7 @@ public class GetLeaderboardTests [SetUp] public void Setup() { - _leaderboard = JsonConvert.DeserializeObject(File.ReadAllText(Config.LeaderboardJsonPath)); + _leaderboard = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.LeaderboardJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get(It.IsAny())) @@ -32,66 +33,18 @@ public void Setup() _mockSession = mock.Object; } - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetLeaderboard(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/player-leaderboards/csr/{null}/{null}", uri); - } - - [Test] - [TestCase("2fcc20a0-53ff-4ffb-8f72-eebb2e419273")] - public void GetConstructedUri_ForSeasonId_MatchesExpected(string seasonId) - { - var query = new GetLeaderboard() - .ForSeasonId(new Guid(seasonId)); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/player-leaderboards/csr/{seasonId}/{null}", uri); - } - - [Test] - [TestCase("c98949ae-60a8-43dc-85d7-0feb0b92e719")] - public void GetConstructedUri_ForPlaylistId_MatchesExpected(string playlistId) - { - var query = new GetLeaderboard() - .ForPlaylistId(new Guid(playlistId)); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/player-leaderboards/csr/{null}/{playlistId}", uri); - } - - [Test] - [TestCase(5)] - [TestCase(10)] - public void GetConstructedUri_Take_MatchesExpected(int take) - { - var query = new GetLeaderboard() - .Take(take); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/player-leaderboards/csr/{null}/{null}?count={take}", uri); - } - [Test] [TestCase("2fcc20a0-53ff-4ffb-8f72-eebb2e419273", "2323b76a-db98-4e03-aa37-e171cfbdd1a4", 5)] [TestCase("b46c2095-4ca6-4f4b-a565-4702d7cfe586", "c98949ae-60a8-43dc-85d7-0feb0b92e719", 10)] - public void GetConstructedUri_Complex_MatchesExpected(string seasonId, string playlistId, int take) + public void Uri_MatchesExpected(string seasonId, string playlistId, int take) { - var query = new GetLeaderboard() - .ForSeasonId(new Guid(seasonId)) - .ForPlaylistId(new Guid(playlistId)) - .Take(take); + var query = new GetLeaderboard(new Guid(seasonId), new Guid(playlistId)); - var uri = query.GetConstructedUri(); + Assert.AreEqual($"https://www.haloapi.com/stats/h5/player-leaderboards/csr/{seasonId}/{playlistId}", query.Uri); - Assert.AreEqual($"stats/h5/player-leaderboards/csr/{seasonId}/{playlistId}?count={take}", uri); + query.Take(take); + + Assert.AreEqual($"https://www.haloapi.com/stats/h5/player-leaderboards/csr/{seasonId}/{playlistId}?count={take}", query.Uri); } [Test] @@ -99,9 +52,7 @@ public void GetConstructedUri_Complex_MatchesExpected(string seasonId, string pl [TestCase("b46c2095-4ca6-4f4b-a565-4702d7cfe586", "c98949ae-60a8-43dc-85d7-0feb0b92e719")] public async Task Query_DoesNotThrow(string seasonId, string playlistId) { - var query = new GetLeaderboard() - .ForSeasonId(new Guid(seasonId)) - .ForPlaylistId(new Guid(playlistId)) + var query = new GetLeaderboard(new Guid(seasonId), new Guid(playlistId)) .SkipCache(); var result = await _mockSession.Query(query); @@ -115,9 +66,7 @@ public async Task Query_DoesNotThrow(string seasonId, string playlistId) [TestCase("b46c2095-4ca6-4f4b-a565-4702d7cfe586", "c98949ae-60a8-43dc-85d7-0feb0b92e719")] public async Task GetLeaderboard_DoesNotThrow(string seasonId, string playlistId) { - var query = new GetLeaderboard() - .ForSeasonId(new Guid(seasonId)) - .ForPlaylistId(new Guid(playlistId)) + var query = new GetLeaderboard(new Guid(seasonId), new Guid(playlistId)) .SkipCache(); var result = await Global.Session.Query(query); @@ -130,18 +79,16 @@ public async Task GetLeaderboard_DoesNotThrow(string seasonId, string playlistId [TestCase("b46c2095-4ca6-4f4b-a565-4702d7cfe586", "c98949ae-60a8-43dc-85d7-0feb0b92e719")] public async Task GetLeaderboard_SchemaIsValid(string seasonId, string playlistId) { - var schema = JSchema.Parse(File.ReadAllText(Config.LeaderboardJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.LeaderboardJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.LeaderboardJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.LeaderboardJsonSchemaPath)) }); - var query = new GetLeaderboard() - .ForSeasonId(new Guid(seasonId)) - .ForPlaylistId(new Guid(playlistId)) + var query = new GetLeaderboard(new Guid(seasonId), new Guid(playlistId)) .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(schema, jArray); } @@ -151,15 +98,13 @@ public async Task GetLeaderboard_SchemaIsValid(string seasonId, string playlistI [TestCase("b46c2095-4ca6-4f4b-a565-4702d7cfe586", "c98949ae-60a8-43dc-85d7-0feb0b92e719")] public async Task GetLeaderboard_ModelMatchesSchema(string seasonId, string playlistId) { - var schema = JSchema.Parse(File.ReadAllText(Config.LeaderboardJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.LeaderboardJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.LeaderboardJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.LeaderboardJsonSchemaPath)) }); - var query = new GetLeaderboard() - .ForSeasonId(new Guid(seasonId)) - .ForPlaylistId(new Guid(playlistId)) + var query = new GetLeaderboard(new Guid(seasonId), new Guid(playlistId)) .SkipCache(); var result = await Global.Session.Query(query); @@ -175,9 +120,7 @@ public async Task GetLeaderboard_ModelMatchesSchema(string seasonId, string play [TestCase("b46c2095-4ca6-4f4b-a565-4702d7cfe586", "c98949ae-60a8-43dc-85d7-0feb0b92e719")] public async Task GetLeaderboard_IsSerializable(string seasonId, string playlistId) { - var query = new GetLeaderboard() - .ForSeasonId(new Guid(seasonId)) - .ForPlaylistId(new Guid(playlistId)) + var query = new GetLeaderboard(new Guid(seasonId), new Guid(playlistId)) .SkipCache(); var result = await Global.Session.Query(query); @@ -185,24 +128,12 @@ public async Task GetLeaderboard_IsSerializable(string seasonId, string playlist SerializationUtility.AssertRoundTripSerializationIsPossible(result); } - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetLeaderboard_MissingParameters() - { - var query = new GetLeaderboard(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - [Test] [TestCase(300)] [ExpectedException(typeof(ValidationException))] public async Task GetLeaderboard_MaximumTake(int take) { - var query = new GetLeaderboard() - .ForSeasonId(Guid.Empty) - .ForPlaylistId(Guid.Empty) + var query = new GetLeaderboard(Guid.Empty, Guid.Empty) .Take(take) .SkipCache(); diff --git a/Source/HaloSharp.Test/Query/Halo5/Stats/GetMatchesTests.cs b/Source/HaloSharp.Test/Query/Halo5/Stats/GetMatchesTests.cs new file mode 100644 index 0000000..b39962b --- /dev/null +++ b/Source/HaloSharp.Test/Query/Halo5/Stats/GetMatchesTests.cs @@ -0,0 +1,152 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model; +using HaloSharp.Model.Common; +using HaloSharp.Model.Halo5.Stats; +using HaloSharp.Query.Halo5.Stats; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.Halo5.Stats +{ + [TestFixture] + public class GetMatchesTests + { + private IHaloSession _mockSession; + private MatchSet _matchSet; + + [SetUp] + public void Setup() + { + _matchSet = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.MatchesJsonPath)); + + var mock = new Mock(); + mock.Setup(m => m.Get>(It.IsAny())) + .ReturnsAsync(_matchSet); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("Greenskull", Enumeration.Halo5.GameMode.Warzone, 5, 10)] + [TestCase("Furiousn00b", Enumeration.Halo5.GameMode.Arena, 15, 20)] + public void Uri_MatchesExpected(string gamertag, Enumeration.Halo5.GameMode gameMode, int skip, int take) + { + var query = new GetMatchHistory(gamertag); + + Assert.AreEqual($"https://www.haloapi.com/stats/h5/players/{gamertag}/matches", query.Uri); + + query.InGameMode(gameMode); + + Assert.AreEqual($"https://www.haloapi.com/stats/h5/players/{gamertag}/matches?modes={gameMode}", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/stats/h5/players/{gamertag}/matches?modes={gameMode}&start={skip}", query.Uri); + + query.Take(take); + + Assert.AreEqual($"https://www.haloapi.com/stats/h5/players/{gamertag}/matches?modes={gameMode}&start={skip}&count={take}", query.Uri); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task Query_DoesNotThrow(string gamertag) + { + var query = new GetMatchHistory(gamertag) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(MatchSet), result); + Assert.AreEqual(_matchSet, result); + } + + [Test] + [TestCase("Greenskull")] + [TestCase("Furiousn00b")] + public async Task GetMatches_DoesNotThrow(string gamertag) + { + var query = new GetMatchHistory(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(MatchSet), result); + } + + [Test] + [TestCase("Greenskull")] + [TestCase("Furiousn00b")] + public async Task GetMatches_SchemaIsValid(string gamertag) + { + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.MatchesJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.MatchesJsonSchemaPath)) + }); + + var query = new GetMatchHistory(gamertag) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); + } + + [Test] + [TestCase("Greenskull")] + [TestCase("Furiousn00b")] + public async Task GetMatches_ModelMatchesSchema(string gamertag) + { + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.MatchesJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.MatchesJsonSchemaPath)) + }); + + var query = new GetMatchHistory(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("Greenskull")] + [TestCase("Furiousn00b")] + public async Task GetMatches_IsSerializable(string gamertag) + { + var query = new GetMatchHistory(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("00000000000000017")] + [TestCase("!$%")] + [ExpectedException(typeof(ValidationException))] + public async Task GetMatches_InvalidGamertag(string gamertag) + { + var query = new GetMatchHistory(gamertag); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Stats/Lifetime/GetArenaServiceRecordTests.cs b/Source/HaloSharp.Test/Query/Halo5/Stats/Lifetime/GetArenaServiceRecordTests.cs similarity index 50% rename from Source/HaloSharp.Test/Query/Stats/Lifetime/GetArenaServiceRecordTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Stats/Lifetime/GetArenaServiceRecordTests.cs index c7fd15e..0f94cee 100644 --- a/Source/HaloSharp.Test/Query/Stats/Lifetime/GetArenaServiceRecordTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Stats/Lifetime/GetArenaServiceRecordTests.cs @@ -4,9 +4,9 @@ using System.Threading.Tasks; using HaloSharp.Exception; using HaloSharp.Extension; -using HaloSharp.Model; -using HaloSharp.Model.Stats.Lifetime; -using HaloSharp.Query.Stats.Lifetime; +using HaloSharp.Model.Halo5.Stats.Lifetime; +using HaloSharp.Query.Halo5.Stats.Lifetime; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -14,7 +14,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Stats.Lifetime +namespace HaloSharp.Test.Query.Halo5.Stats.Lifetime { [TestFixture] public class GetArenaServiceRecordTests @@ -25,7 +25,7 @@ public class GetArenaServiceRecordTests [SetUp] public void Setup() { - _arenaServiceRecord = JsonConvert.DeserializeObject(File.ReadAllText(Config.ArenaServiceRecordJsonPath)); + _arenaServiceRecord = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.ArenaServiceRecordJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get(It.IsAny())) @@ -34,68 +34,18 @@ public void Setup() _mockSession = mock.Object; } - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetArenaServiceRecord(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual("stats/h5/servicerecords/arena", uri); - } - - [Test] - [TestCase("Greenskull")] - [TestCase("Furiousn00b")] - [TestCase("moussanator ")] - public void GetConstructedUri_ForPlayer_MatchesExpected(string gamertag) - { - var query = new GetArenaServiceRecord() - .ForPlayer(gamertag); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/servicerecords/arena?players={gamertag}", uri); - } - - [Test] - [TestCase("Greenskull", "Furiousn00b")] - public void GetConstructedUri_ForPlayers_MatchesExpected(string gamertag, string gamertag2) - { - var query = new GetArenaServiceRecord() - .ForPlayers(new List { gamertag, gamertag2}); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/servicerecords/arena?players={gamertag},{gamertag2}", uri); - } - - [Test] - [TestCase("2041d318-dd22-47c2-a487-2818ecf14e41")] - [TestCase("2fcc20a0-53ff-4ffb-8f72-eebb2e419273")] - public void GetConstructedUri_ForSeasonId_MatchesExpected(string guid) - { - var query = new GetArenaServiceRecord() - .ForSeasonId(new Guid(guid)); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/servicerecords/arena?seasonId={guid}", uri); - } - [Test] [TestCase("Furiousn00b", "2041d318-dd22-47c2-a487-2818ecf14e41")] [TestCase("Greenskull", "2fcc20a0-53ff-4ffb-8f72-eebb2e419273")] - [TestCase("moussanator", "b46c2095-4ca6-4f4b-a565-4702d7cfe586")] - public void GetConstructedUri_Complex_MatchesExpected(string gamertag, string guid) + public void Uri_MatchesExpected(string gamertag, string guid) { - var query = new GetArenaServiceRecord() - .ForPlayer(gamertag) - .ForSeasonId(new Guid(guid)); + var query = new GetArenaServiceRecord(gamertag); + + Assert.AreEqual($"https://www.haloapi.com/stats/h5/servicerecords/arena?players={gamertag}", query.Uri); - var uri = query.GetConstructedUri(); + query.ForSeasonId(new Guid(guid)); - Assert.AreEqual($"stats/h5/servicerecords/arena?players={gamertag}&seasonId={guid}", uri); + Assert.AreEqual($"https://www.haloapi.com/stats/h5/servicerecords/arena?players={gamertag}&seasonId={guid}", query.Uri); } [Test] @@ -104,8 +54,7 @@ public void GetConstructedUri_Complex_MatchesExpected(string gamertag, string gu [TestCase("moussanator")] public async Task GetArenaServiceRecord(string gamertag) { - var query = new GetArenaServiceRecord() - .ForPlayer(gamertag) + var query = new GetArenaServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -116,8 +65,7 @@ public async Task GetArenaServiceRecord(string gamertag) [Test] public async Task Query_DoesNotThrow() { - var query = new GetArenaServiceRecord() - .ForPlayer("Player") + var query = new GetArenaServiceRecord("Player") .SkipCache(); var result = await _mockSession.Query(query); @@ -132,8 +80,7 @@ public async Task Query_DoesNotThrow() [TestCase("moussanator")] public async Task GetArenaServiceRecord_DoesNotThrow(string gamertag) { - var query = new GetArenaServiceRecord() - .ForPlayer(gamertag) + var query = new GetArenaServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -147,17 +94,16 @@ public async Task GetArenaServiceRecord_DoesNotThrow(string gamertag) [TestCase("moussanator")] public async Task GetArenaServiceRecord_SchemaIsValid(string gamertag) { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.ArenaServiceRecordJsonSchemaPath), new JSchemaReaderSettings + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.ArenaServiceRecordJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.ArenaServiceRecordJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.ArenaServiceRecordJsonSchemaPath)) }); - var query = new GetArenaServiceRecord() - .ForPlayer(gamertag) + var query = new GetArenaServiceRecord(gamertag) .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); } @@ -168,14 +114,13 @@ public async Task GetArenaServiceRecord_SchemaIsValid(string gamertag) [TestCase("moussanator")] public async Task GetArenaServiceRecord_ModelMatchesSchema(string gamertag) { - var schema = JSchema.Parse(File.ReadAllText(Config.ArenaServiceRecordJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.ArenaServiceRecordJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.ArenaServiceRecordJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.ArenaServiceRecordJsonSchemaPath)) }); - var query = new GetArenaServiceRecord() - .ForPlayer(gamertag) + var query = new GetArenaServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -192,8 +137,7 @@ public async Task GetArenaServiceRecord_ModelMatchesSchema(string gamertag) [TestCase("moussanator")] public async Task GetArenaServiceRecord_IsSerializable(string gamertag) { - var query = new GetArenaServiceRecord() - .ForPlayer(gamertag) + var query = new GetArenaServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -201,24 +145,13 @@ public async Task GetArenaServiceRecord_IsSerializable(string gamertag) SerializationUtility.AssertRoundTripSerializationIsPossible(result); } - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetArenaServiceRecord_MissingPlayer() - { - var query = new GetArenaServiceRecord(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - [Test] [TestCase("00000000000000017")] [TestCase("!$%")] [ExpectedException(typeof(ValidationException))] public async Task GetArenaServiceRecord_InvalidGamertag(string gamertag) { - var query = new GetArenaServiceRecord() - .ForPlayer(gamertag); + var query = new GetArenaServiceRecord(gamertag); await Global.Session.Query(query); Assert.Fail("An exception should have been thrown"); diff --git a/Source/HaloSharp.Test/Query/Stats/Lifetime/GetCampaignServiceRecordTests.cs b/Source/HaloSharp.Test/Query/Halo5/Stats/Lifetime/GetCampaignServiceRecordTests.cs similarity index 58% rename from Source/HaloSharp.Test/Query/Stats/Lifetime/GetCampaignServiceRecordTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Stats/Lifetime/GetCampaignServiceRecordTests.cs index 45a00b3..038946a 100644 --- a/Source/HaloSharp.Test/Query/Stats/Lifetime/GetCampaignServiceRecordTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Stats/Lifetime/GetCampaignServiceRecordTests.cs @@ -4,9 +4,9 @@ using System.Threading.Tasks; using HaloSharp.Exception; using HaloSharp.Extension; -using HaloSharp.Model; -using HaloSharp.Model.Stats.Lifetime; -using HaloSharp.Query.Stats.Lifetime; +using HaloSharp.Model.Halo5.Stats.Lifetime; +using HaloSharp.Query.Halo5.Stats.Lifetime; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -14,7 +14,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Stats.Lifetime +namespace HaloSharp.Test.Query.Halo5.Stats.Lifetime { [TestFixture] public class GetCampaignServiceRecordTests @@ -25,7 +25,7 @@ public class GetCampaignServiceRecordTests [SetUp] public void Setup() { - _campaignServiceRecord = JsonConvert.DeserializeObject(File.ReadAllText(Config.CampaignServiceRecordJsonPath)); + _campaignServiceRecord = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.CampaignServiceRecordJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get(It.IsAny())) @@ -34,40 +34,14 @@ public void Setup() _mockSession = mock.Object; } - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetCampaignServiceRecord(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual("stats/h5/servicerecords/campaign", uri); - } - [Test] [TestCase("Greenskull")] [TestCase("Furiousn00b")] - [TestCase("moussanator")] - public void GetConstructedUri_ForPlayer_MatchesExpected(string gamertag) - { - var query = new GetCampaignServiceRecord() - .ForPlayer(gamertag); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/servicerecords/campaign?players={gamertag}", uri); - } - - [Test] - [TestCase("Greenskull", "Furiousn00b")] - public void GetConstructedUri_ForPlayers_MatchesExpected(string gamertag, string gamertag2) + public void Uri_MatchesExpected(string gamertag) { - var query = new GetCampaignServiceRecord() - .ForPlayers(new List { gamertag, gamertag2 }); - - var uri = query.GetConstructedUri(); + var query = new GetCampaignServiceRecord(gamertag); - Assert.AreEqual($"stats/h5/servicerecords/campaign?players={gamertag},{gamertag2}", uri); + Assert.AreEqual($"https://www.haloapi.com/stats/h5/servicerecords/campaign?players={gamertag}", query.Uri); } [Test] @@ -76,8 +50,7 @@ public void GetConstructedUri_ForPlayers_MatchesExpected(string gamertag, string [TestCase("moussanator")] public async Task GetCampaignServiceRecord(string gamertag) { - var query = new GetCampaignServiceRecord() - .ForPlayer(gamertag) + var query = new GetCampaignServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -88,8 +61,7 @@ public async Task GetCampaignServiceRecord(string gamertag) [Test] public async Task Query_DoesNotThrow() { - var query = new GetCampaignServiceRecord() - .ForPlayer("Player") + var query = new GetCampaignServiceRecord("Player") .SkipCache(); var result = await _mockSession.Query(query); @@ -104,8 +76,7 @@ public async Task Query_DoesNotThrow() [TestCase("moussanator")] public async Task GetCampaignServiceRecord_DoesNotThrow(string gamertag) { - var query = new GetCampaignServiceRecord() - .ForPlayer(gamertag) + var query = new GetCampaignServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -119,17 +90,16 @@ public async Task GetCampaignServiceRecord_DoesNotThrow(string gamertag) [TestCase("moussanator")] public async Task GetCampaignServiceRecord_SchemaIsValid(string gamertag) { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.CampaignServiceRecordJsonSchemaPath), new JSchemaReaderSettings + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.CampaignServiceRecordJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.CampaignServiceRecordJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CampaignServiceRecordJsonSchemaPath)) }); - var query = new GetCampaignServiceRecord() - .ForPlayer(gamertag) + var query = new GetCampaignServiceRecord(gamertag) .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); } @@ -140,14 +110,13 @@ public async Task GetCampaignServiceRecord_SchemaIsValid(string gamertag) [TestCase("moussanator")] public async Task GetCampaignServiceRecord_ModelMatchesSchema(string gamertag) { - var schema = JSchema.Parse(File.ReadAllText(Config.CampaignServiceRecordJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.CampaignServiceRecordJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.CampaignServiceRecordJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CampaignServiceRecordJsonSchemaPath)) }); - var query = new GetCampaignServiceRecord() - .ForPlayer(gamertag) + var query = new GetCampaignServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -164,8 +133,7 @@ public async Task GetCampaignServiceRecord_ModelMatchesSchema(string gamertag) [TestCase("moussanator")] public async Task GetCampaignServiceRecord_IsSerializable(string gamertag) { - var query = new GetCampaignServiceRecord() - .ForPlayer(gamertag) + var query = new GetCampaignServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -173,24 +141,13 @@ public async Task GetCampaignServiceRecord_IsSerializable(string gamertag) SerializationUtility.AssertRoundTripSerializationIsPossible(result); } - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetCampaignServiceRecord_MissingPlayer() - { - var query = new GetCampaignServiceRecord(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - [Test] [TestCase("00000000000000017")] [TestCase("!$%")] [ExpectedException(typeof(ValidationException))] public async Task GetCampaignServiceRecord_InvalidGamertag(string gamertag) { - var query = new GetCampaignServiceRecord() - .ForPlayer(gamertag); + var query = new GetCampaignServiceRecord(gamertag); await Global.Session.Query(query); Assert.Fail("An exception should have been thrown"); diff --git a/Source/HaloSharp.Test/Query/Stats/Lifetime/GetCustomServiceRecordTests.cs b/Source/HaloSharp.Test/Query/Halo5/Stats/Lifetime/GetCustomServiceRecordTests.cs similarity index 58% rename from Source/HaloSharp.Test/Query/Stats/Lifetime/GetCustomServiceRecordTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Stats/Lifetime/GetCustomServiceRecordTests.cs index 06e4ce3..2292e96 100644 --- a/Source/HaloSharp.Test/Query/Stats/Lifetime/GetCustomServiceRecordTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Stats/Lifetime/GetCustomServiceRecordTests.cs @@ -4,9 +4,9 @@ using System.Threading.Tasks; using HaloSharp.Exception; using HaloSharp.Extension; -using HaloSharp.Model; -using HaloSharp.Model.Stats.Lifetime; -using HaloSharp.Query.Stats.Lifetime; +using HaloSharp.Model.Halo5.Stats.Lifetime; +using HaloSharp.Query.Halo5.Stats.Lifetime; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -14,7 +14,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Stats.Lifetime +namespace HaloSharp.Test.Query.Halo5.Stats.Lifetime { [TestFixture] public class GetCustomServiceRecordTests @@ -25,7 +25,7 @@ public class GetCustomServiceRecordTests [SetUp] public void Setup() { - _customServiceRecord = JsonConvert.DeserializeObject(File.ReadAllText(Config.CustomServiceRecordJsonPath)); + _customServiceRecord = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.CustomServiceRecordJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get(It.IsAny())) @@ -34,40 +34,14 @@ public void Setup() _mockSession = mock.Object; } - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetCustomServiceRecord(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual("stats/h5/servicerecords/custom", uri); - } - [Test] [TestCase("Greenskull")] [TestCase("Furiousn00b")] - [TestCase("moussanator")] - public void GetConstructedUri_ForPlayer_MatchesExpected(string gamertag) - { - var query = new GetCustomServiceRecord() - .ForPlayer(gamertag); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/servicerecords/custom?players={gamertag}", uri); - } - - [Test] - [TestCase("Greenskull", "Furiousn00b")] - public void GetConstructedUri_ForPlayers_MatchesExpected(string gamertag, string gamertag2) + public void Uri_MatchesExpected(string gamertag) { - var query = new GetCustomServiceRecord() - .ForPlayers(new List { gamertag, gamertag2 }); - - var uri = query.GetConstructedUri(); + var query = new GetCustomServiceRecord(gamertag); - Assert.AreEqual($"stats/h5/servicerecords/custom?players={gamertag},{gamertag2}", uri); + Assert.AreEqual($"https://www.haloapi.com/stats/h5/servicerecords/custom?players={gamertag}", query.Uri); } [Test] @@ -76,8 +50,7 @@ public void GetConstructedUri_ForPlayers_MatchesExpected(string gamertag, string [TestCase("moussanator")] public async Task GetCustomServiceRecord(string gamertag) { - var query = new GetCustomServiceRecord() - .ForPlayer(gamertag) + var query = new GetCustomServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -88,8 +61,7 @@ public async Task GetCustomServiceRecord(string gamertag) [Test] public async Task Query_DoesNotThrow() { - var query = new GetCustomServiceRecord() - .ForPlayer("Player") + var query = new GetCustomServiceRecord("Player") .SkipCache(); var result = await _mockSession.Query(query); @@ -104,8 +76,7 @@ public async Task Query_DoesNotThrow() [TestCase("moussanator")] public async Task GetCustomServiceRecord_DoesNotThrow(string gamertag) { - var query = new GetCustomServiceRecord() - .ForPlayer(gamertag) + var query = new GetCustomServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -119,17 +90,16 @@ public async Task GetCustomServiceRecord_DoesNotThrow(string gamertag) [TestCase("moussanator")] public async Task GetCustomServiceRecord_SchemaIsValid(string gamertag) { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.CustomServiceRecordJsonSchemaPath), new JSchemaReaderSettings + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.CustomServiceRecordJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.CustomServiceRecordJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CustomServiceRecordJsonSchemaPath)) }); - var query = new GetCustomServiceRecord() - .ForPlayer(gamertag) + var query = new GetCustomServiceRecord(gamertag) .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); } @@ -140,14 +110,13 @@ public async Task GetCustomServiceRecord_SchemaIsValid(string gamertag) [TestCase("moussanator")] public async Task GetCustomServiceRecord_ModelMatchesSchema(string gamertag) { - var schema = JSchema.Parse(File.ReadAllText(Config.CustomServiceRecordJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.CustomServiceRecordJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.CustomServiceRecordJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CustomServiceRecordJsonSchemaPath)) }); - var query = new GetCustomServiceRecord() - .ForPlayer(gamertag) + var query = new GetCustomServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -164,8 +133,7 @@ public async Task GetCustomServiceRecord_ModelMatchesSchema(string gamertag) [TestCase("moussanator")] public async Task GetCustomServiceRecord_IsSerializable(string gamertag) { - var query = new GetCustomServiceRecord() - .ForPlayer(gamertag) + var query = new GetCustomServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -173,24 +141,13 @@ public async Task GetCustomServiceRecord_IsSerializable(string gamertag) SerializationUtility.AssertRoundTripSerializationIsPossible(result); } - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetCustomServiceRecord_MissingPlayer() - { - var query = new GetCustomServiceRecord(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - [Test] [TestCase("00000000000000017")] [TestCase("!$%")] [ExpectedException(typeof(ValidationException))] public async Task GetCustomServiceRecord_InvalidGamertag(string gamertag) { - var query = new GetCustomServiceRecord() - .ForPlayer(gamertag); + var query = new GetCustomServiceRecord(gamertag); await Global.Session.Query(query); Assert.Fail("An exception should have been thrown"); diff --git a/Source/HaloSharp.Test/Query/Stats/Lifetime/GetWarzoneServiceRecordTests.cs b/Source/HaloSharp.Test/Query/Halo5/Stats/Lifetime/GetWarzoneServiceRecordTests.cs similarity index 58% rename from Source/HaloSharp.Test/Query/Stats/Lifetime/GetWarzoneServiceRecordTests.cs rename to Source/HaloSharp.Test/Query/Halo5/Stats/Lifetime/GetWarzoneServiceRecordTests.cs index 593d4bf..70fc344 100644 --- a/Source/HaloSharp.Test/Query/Stats/Lifetime/GetWarzoneServiceRecordTests.cs +++ b/Source/HaloSharp.Test/Query/Halo5/Stats/Lifetime/GetWarzoneServiceRecordTests.cs @@ -4,9 +4,9 @@ using System.Threading.Tasks; using HaloSharp.Exception; using HaloSharp.Extension; -using HaloSharp.Model; -using HaloSharp.Model.Stats.Lifetime; -using HaloSharp.Query.Stats.Lifetime; +using HaloSharp.Model.Halo5.Stats.Lifetime; +using HaloSharp.Query.Halo5.Stats.Lifetime; +using HaloSharp.Test.Config; using HaloSharp.Test.Utility; using Moq; using Newtonsoft.Json; @@ -14,7 +14,7 @@ using Newtonsoft.Json.Schema; using NUnit.Framework; -namespace HaloSharp.Test.Query.Stats.Lifetime +namespace HaloSharp.Test.Query.Halo5.Stats.Lifetime { [TestFixture] public class GetWarzoneServiceRecordTests @@ -25,7 +25,7 @@ public class GetWarzoneServiceRecordTests [SetUp] public void Setup() { - _warzoneServiceRecord = JsonConvert.DeserializeObject(File.ReadAllText(Config.WarzoneServiceRecordJsonPath)); + _warzoneServiceRecord = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.WarzoneServiceRecordJsonPath)); var mock = new Mock(); mock.Setup(m => m.Get(It.IsAny())) @@ -34,40 +34,14 @@ public void Setup() _mockSession = mock.Object; } - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetWarzoneServiceRecord(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual("stats/h5/servicerecords/warzone", uri); - } - [Test] [TestCase("Greenskull")] [TestCase("Furiousn00b")] - [TestCase("moussanator")] - public void GetConstructedUri_ForPlayer_MatchesExpected(string gamertag) - { - var query = new GetWarzoneServiceRecord() - .ForPlayer(gamertag); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/servicerecords/warzone?players={gamertag}", uri); - } - - [Test] - [TestCase("Greenskull", "Furiousn00b")] - public void GetConstructedUri_ForPlayers_MatchesExpected(string gamertag, string gamertag2) + public void Uri_MatchesExpected(string gamertag) { - var query = new GetWarzoneServiceRecord() - .ForPlayers(new List { gamertag, gamertag2 }); - - var uri = query.GetConstructedUri(); + var query = new GetWarzoneServiceRecord(gamertag); - Assert.AreEqual($"stats/h5/servicerecords/warzone?players={gamertag},{gamertag2}", uri); + Assert.AreEqual($"https://www.haloapi.com/stats/h5/servicerecords/warzone?players={gamertag}", query.Uri); } [Test] @@ -76,8 +50,7 @@ public void GetConstructedUri_ForPlayers_MatchesExpected(string gamertag, string [TestCase("moussanator")] public async Task GetWarzoneServiceRecord(string gamertag) { - var query = new GetWarzoneServiceRecord() - .ForPlayer(gamertag) + var query = new GetWarzoneServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -88,8 +61,7 @@ public async Task GetWarzoneServiceRecord(string gamertag) [Test] public async Task Query_DoesNotThrow() { - var query = new GetWarzoneServiceRecord() - .ForPlayer("Player") + var query = new GetWarzoneServiceRecord("Player") .SkipCache(); var result = await _mockSession.Query(query); @@ -104,8 +76,7 @@ public async Task Query_DoesNotThrow() [TestCase("moussanator")] public async Task GetWarzoneServiceRecord_DoesNotThrow(string gamertag) { - var query = new GetWarzoneServiceRecord() - .ForPlayer(gamertag) + var query = new GetWarzoneServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -119,17 +90,16 @@ public async Task GetWarzoneServiceRecord_DoesNotThrow(string gamertag) [TestCase("moussanator")] public async Task GetWarzoneServiceRecord_SchemaIsValid(string gamertag) { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.WarzoneServiceRecordJsonSchemaPath), new JSchemaReaderSettings + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.WarzoneServiceRecordJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.WarzoneServiceRecordJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.WarzoneServiceRecordJsonSchemaPath)) }); - var query = new GetWarzoneServiceRecord() - .ForPlayer(gamertag) + var query = new GetWarzoneServiceRecord(gamertag) .SkipCache(); - var jArray = await Global.Session.Get(query.GetConstructedUri()); + var jArray = await Global.Session.Get(query.Uri); SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); } @@ -140,14 +110,13 @@ public async Task GetWarzoneServiceRecord_SchemaIsValid(string gamertag) [TestCase("moussanator")] public async Task GetWarzoneServiceRecord_ModelMatchesSchema(string gamertag) { - var schema = JSchema.Parse(File.ReadAllText(Config.WarzoneServiceRecordJsonSchemaPath), new JSchemaReaderSettings + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.WarzoneServiceRecordJsonSchemaPath), new JSchemaReaderSettings { Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.WarzoneServiceRecordJsonSchemaPath)) + BaseUri = new Uri(Path.GetFullPath(Halo5Config.WarzoneServiceRecordJsonSchemaPath)) }); - var query = new GetWarzoneServiceRecord() - .ForPlayer(gamertag) + var query = new GetWarzoneServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -164,8 +133,7 @@ public async Task GetWarzoneServiceRecord_ModelMatchesSchema(string gamertag) [TestCase("moussanator")] public async Task GetWarzoneServiceRecord_IsSerializable(string gamertag) { - var query = new GetWarzoneServiceRecord() - .ForPlayer(gamertag) + var query = new GetWarzoneServiceRecord(gamertag) .SkipCache(); var result = await Global.Session.Query(query); @@ -173,24 +141,13 @@ public async Task GetWarzoneServiceRecord_IsSerializable(string gamertag) SerializationUtility.AssertRoundTripSerializationIsPossible(result); } - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetWarzoneServiceRecord_MissingPlayer() - { - var query = new GetWarzoneServiceRecord(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - [Test] [TestCase("00000000000000017")] [TestCase("!$%")] [ExpectedException(typeof(ValidationException))] public async Task GetWarzoneServiceRecord_InvalidGamertag(string gamertag) { - var query = new GetWarzoneServiceRecord() - .ForPlayer(gamertag); + var query = new GetWarzoneServiceRecord(gamertag); await Global.Session.Query(query); Assert.Fail("An exception should have been thrown"); diff --git a/Source/HaloSharp.Test/Query/Halo5/UserGeneratedContent/GetGameVariantTests.cs b/Source/HaloSharp.Test/Query/Halo5/UserGeneratedContent/GetGameVariantTests.cs new file mode 100644 index 0000000..f92ef85 --- /dev/null +++ b/Source/HaloSharp.Test/Query/Halo5/UserGeneratedContent/GetGameVariantTests.cs @@ -0,0 +1,133 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.Halo5.UserGeneratedContent; +using HaloSharp.Query.Halo5.UserGeneratedContent; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.Halo5.UserGeneratedContent +{ + [TestFixture] + public class GetGameVariantTests + { + private IHaloSession _mockSession; + private GameVariant _gameVariant; + + [SetUp] + public void Setup() + { + _gameVariant = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.UserGeneratedContentGameVariantJsonPath)); + + var mock = new Mock(); + mock.Setup(m => m.Get(It.IsAny())) + .ReturnsAsync(_gameVariant); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("ducain23", "399c6656-c091-4433-80d1-88224a6786b6")] + public void Uri_MatchesExpected(string gamertag, string guid) + { + var query = new GetGameVariant(gamertag, new Guid(guid)); + + Assert.AreEqual($"https://www.haloapi.com/ugc/h5/players/{gamertag}/gamevariants/{guid}", query.Uri); + } + + [Test] + [TestCase("ducain23", "399c6656-c091-4433-80d1-88224a6786b6")] + public async Task Query_DoesNotThrow(string gamertag, string guid) + { + var query = new GetGameVariant(gamertag, new Guid(guid)) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(GameVariant), result); + Assert.AreEqual(_gameVariant, result); + } + + [Test] + [TestCase("ducain23", "399c6656-c091-4433-80d1-88224a6786b6")] + public async Task GetGameVariant_DoesNotThrow(string gamertag, string guid) + { + var query = new GetGameVariant(gamertag, new Guid(guid)) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(GameVariant), result); + } + + [Test] + [TestCase("ducain23", "399c6656-c091-4433-80d1-88224a6786b6")] + public async Task GetGameVariant_SchemaIsValid(string gamertag, string guid) + { + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.UserGeneratedContentGameVariantJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.UserGeneratedContentGameVariantJsonSchemaPath)) + }); + + var query = new GetGameVariant(gamertag, new Guid(guid)) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); + } + + [Test] + [TestCase("ducain23", "399c6656-c091-4433-80d1-88224a6786b6")] + public async Task GetGameVariant_ModelMatchesSchema(string gamertag, string guid) + { + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.UserGeneratedContentGameVariantJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.UserGeneratedContentGameVariantJsonSchemaPath)) + }); + + var query = new GetGameVariant(gamertag, new Guid(guid)) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("ducain23", "399c6656-c091-4433-80d1-88224a6786b6")] + public async Task GetGameVariant_IsSerializable(string gamertag, string guid) + { + var query = new GetGameVariant(gamertag, new Guid(guid)) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("00000000000000017", "399c6656-c091-4433-80d1-88224a6786b6")] + [TestCase("!$%", "399c6656-c091-4433-80d1-88224a6786b6")] + [ExpectedException(typeof(ValidationException))] + public async Task GetGameVariant_InvalidGamertag(string gamertag, string guid) + { + var query = new GetGameVariant(gamertag, new Guid(guid)); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Halo5/UserGeneratedContent/GetMapVariantTests.cs b/Source/HaloSharp.Test/Query/Halo5/UserGeneratedContent/GetMapVariantTests.cs new file mode 100644 index 0000000..0cf9c3f --- /dev/null +++ b/Source/HaloSharp.Test/Query/Halo5/UserGeneratedContent/GetMapVariantTests.cs @@ -0,0 +1,133 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.Halo5.UserGeneratedContent; +using HaloSharp.Query.Halo5.UserGeneratedContent; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.Halo5.UserGeneratedContent +{ + [TestFixture] + public class GetMapVariantTests + { + private IHaloSession _mockSession; + private MapVariant _mapVariant; + + [SetUp] + public void Setup() + { + _mapVariant = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.UserGeneratedContentMapVariantJsonPath)); + + var mock = new Mock(); + mock.Setup(m => m.Get(It.IsAny())) + .ReturnsAsync(_mapVariant); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("ducain23", "7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] + public void Uri_MatchesExpected(string gamertag, string guid) + { + var query = new GetMapVariant(gamertag, new Guid(guid)); + + Assert.AreEqual($"https://www.haloapi.com/ugc/h5/players/{gamertag}/mapvariants/{guid}", query.Uri); + } + + [Test] + [TestCase("ducain23", "7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] + public async Task Query_DoesNotThrow(string gamertag, string guid) + { + var query = new GetMapVariant(gamertag, new Guid(guid)) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(MapVariant), result); + Assert.AreEqual(_mapVariant, result); + } + + [Test] + [TestCase("ducain23", "7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] + public async Task GetMapVariant_DoesNotThrow(string gamertag, string guid) + { + var query = new GetMapVariant(gamertag, new Guid(guid)) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(MapVariant), result); + } + + [Test] + [TestCase("ducain23", "7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] + public async Task GetMapVariant_SchemaIsValid(string gamertag, string guid) + { + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.UserGeneratedContentMapVariantJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.UserGeneratedContentMapVariantJsonSchemaPath)) + }); + + var query = new GetMapVariant(gamertag, new Guid(guid)) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); + } + + [Test] + [TestCase("ducain23", "7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] + public async Task GetMapVariant_ModelMatchesSchema(string gamertag, string guid) + { + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.UserGeneratedContentMapVariantJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.UserGeneratedContentMapVariantJsonSchemaPath)) + }); + + var query = new GetMapVariant(gamertag, new Guid(guid)) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("ducain23", "7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] + public async Task GetMapVariant_IsSerializable(string gamertag, string guid) + { + var query = new GetMapVariant(gamertag, new Guid(guid)) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("00000000000000017", "7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] + [TestCase("!$%", "7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] + [ExpectedException(typeof(ValidationException))] + public async Task GetMapVariant_InvalidGamertag(string gamertag, string guid) + { + var query = new GetMapVariant(gamertag, new Guid(guid)); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Halo5/UserGeneratedContent/ListGameVariantsTests.cs b/Source/HaloSharp.Test/Query/Halo5/UserGeneratedContent/ListGameVariantsTests.cs new file mode 100644 index 0000000..4499ea1 --- /dev/null +++ b/Source/HaloSharp.Test/Query/Halo5/UserGeneratedContent/ListGameVariantsTests.cs @@ -0,0 +1,166 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model; +using HaloSharp.Model.Halo5.UserGeneratedContent; +using HaloSharp.Query.Halo5.UserGeneratedContent; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.Halo5.UserGeneratedContent +{ + [TestFixture] + public class ListGameVariantsTests + { + private IHaloSession _mockSession; + private GameVariantResult _gameVariantResult; + + [SetUp] + public void Setup() + { + _gameVariantResult = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.UserGeneratedContentGameVariantsJsonPath)); + + var mock = new Mock(); + mock.Setup(m => m.Get(It.IsAny())) + .ReturnsAsync(_gameVariantResult); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("ducain23", Enumeration.Halo5.UserGeneratedContentSort.Name, 10, 5)] + public void Uri_MatchesExpected(string gamertag, Enumeration.Halo5.UserGeneratedContentSort sort, int skip, int take) + { + var query = new ListGameVariants(gamertag); + + Assert.AreEqual($"https://www.haloapi.com/ugc/h5/players/{gamertag}/gamevariants", query.Uri); + + query.SortBy(sort); + + Assert.AreEqual($"https://www.haloapi.com/ugc/h5/players/{gamertag}/gamevariants?sort={sort}", query.Uri); + + query.OrderByAscending(); + + Assert.AreEqual($"https://www.haloapi.com/ugc/h5/players/{gamertag}/gamevariants?sort={sort}&order=asc", query.Uri); + + query.OrderByDescending(); + + Assert.AreEqual($"https://www.haloapi.com/ugc/h5/players/{gamertag}/gamevariants?sort={sort}&order=desc", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/ugc/h5/players/{gamertag}/gamevariants?sort={sort}&order=desc&start={skip}", query.Uri); + + query.Take(take); + + Assert.AreEqual($"https://www.haloapi.com/ugc/h5/players/{gamertag}/gamevariants?sort={sort}&order=desc&start={skip}&count={take}", query.Uri); + } + + [Test] + [TestCase("ducain23")] + public async Task Query_DoesNotThrow(string gamertag) + { + var query = new ListGameVariants(gamertag) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(GameVariantResult), result); + Assert.AreEqual(_gameVariantResult, result); + } + + [Test] + [TestCase("ducain23")] + public async Task ListGameVariants_DoesNotThrow(string gamertag) + { + var query = new ListGameVariants(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(GameVariantResult), result); + } + + [Test] + [TestCase("ducain23")] + public async Task ListGameVariants_SchemaIsValid(string gamertag) + { + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.UserGeneratedContentGameVariantsJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.UserGeneratedContentGameVariantsJsonSchemaPath)) + }); + + var query = new ListGameVariants(gamertag) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); + } + + [Test] + [TestCase("ducain23")] + public async Task ListGameVariants_ModelMatchesSchema(string gamertag) + { + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.UserGeneratedContentGameVariantsJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.UserGeneratedContentGameVariantsJsonSchemaPath)) + }); + + var query = new ListGameVariants(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("ducain23")] + public async Task ListGameVariants_IsSerializable(string gamertag) + { + var query = new ListGameVariants(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("00000000000000017")] + [TestCase("!$%")] + [ExpectedException(typeof(ValidationException))] + public async Task ListGameVariants_InvalidGamertag(string gamertag) + { + var query = new ListGameVariants(gamertag); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + + [Test] + [TestCase(0)] + [ExpectedException(typeof(ValidationException))] + public async Task ListGameVariants_InvalidTake(int take) + { + var query = new ListGameVariants("ducain23") + .Take(take); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Halo5/UserGeneratedContent/ListMapVariantsTests.cs b/Source/HaloSharp.Test/Query/Halo5/UserGeneratedContent/ListMapVariantsTests.cs new file mode 100644 index 0000000..14a605c --- /dev/null +++ b/Source/HaloSharp.Test/Query/Halo5/UserGeneratedContent/ListMapVariantsTests.cs @@ -0,0 +1,166 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model; +using HaloSharp.Model.Halo5.UserGeneratedContent; +using HaloSharp.Query.Halo5.UserGeneratedContent; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.Halo5.UserGeneratedContent +{ + [TestFixture] + public class ListMapVariantsTests + { + private IHaloSession _mockSession; + private MapVariantResult _mapVariantResult; + + [SetUp] + public void Setup() + { + _mapVariantResult = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.UserGeneratedContentMapVariantsJsonPath)); + + var mock = new Mock(); + mock.Setup(m => m.Get(It.IsAny())) + .ReturnsAsync(_mapVariantResult); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("ducain23", Enumeration.Halo5.UserGeneratedContentSort.Name, 10, 5)] + public void Uri_MatchesExpected(string gamertag, Enumeration.Halo5.UserGeneratedContentSort sort, int skip, int take) + { + var query = new ListMapVariants(gamertag); + + Assert.AreEqual($"https://www.haloapi.com/ugc/h5/players/{gamertag}/mapvariants", query.Uri); + + query.SortBy(sort); + + Assert.AreEqual($"https://www.haloapi.com/ugc/h5/players/{gamertag}/mapvariants?sort={sort}", query.Uri); + + query.OrderByAscending(); + + Assert.AreEqual($"https://www.haloapi.com/ugc/h5/players/{gamertag}/mapvariants?sort={sort}&order=asc", query.Uri); + + query.OrderByDescending(); + + Assert.AreEqual($"https://www.haloapi.com/ugc/h5/players/{gamertag}/mapvariants?sort={sort}&order=desc", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/ugc/h5/players/{gamertag}/mapvariants?sort={sort}&order=desc&start={skip}", query.Uri); + + query.Take(take); + + Assert.AreEqual($"https://www.haloapi.com/ugc/h5/players/{gamertag}/mapvariants?sort={sort}&order=desc&start={skip}&count={take}", query.Uri); + } + + [Test] + [TestCase("ducain23")] + public async Task Query_DoesNotThrow(string gamertag) + { + var query = new ListMapVariants(gamertag) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(MapVariantResult), result); + Assert.AreEqual(_mapVariantResult, result); + } + + [Test] + [TestCase("ducain23")] + public async Task ListMapVariants_DoesNotThrow(string gamertag) + { + var query = new ListMapVariants(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(MapVariantResult), result); + } + + [Test] + [TestCase("ducain23")] + public async Task ListMapVariants_SchemaIsValid(string gamertag) + { + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.UserGeneratedContentMapVariantsJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.UserGeneratedContentMapVariantsJsonSchemaPath)) + }); + + var query = new ListMapVariants(gamertag) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); + } + + [Test] + [TestCase("ducain23")] + public async Task ListMapVariants_ModelMatchesSchema(string gamertag) + { + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.UserGeneratedContentMapVariantsJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.UserGeneratedContentMapVariantsJsonSchemaPath)) + }); + + var query = new ListMapVariants(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("ducain23")] + public async Task ListMapVariants_IsSerializable(string gamertag) + { + var query = new ListMapVariants(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("00000000000000017")] + [TestCase("!$%")] + [ExpectedException(typeof(ValidationException))] + public async Task ListMapVariants_InvalidGamertag(string gamertag) + { + var query = new ListMapVariants(gamertag); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + + [Test] + [TestCase(0)] + [ExpectedException(typeof(ValidationException))] + public async Task ListMapVariants_InvalidTake(int take) + { + var query = new ListMapVariants("ducain23") + .Take(take); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Halo5Forge/Stats/CarnageReport/GetCustomMatchDetailsTests.cs b/Source/HaloSharp.Test/Query/Halo5Forge/Stats/CarnageReport/GetCustomMatchDetailsTests.cs new file mode 100644 index 0000000..9c6807a --- /dev/null +++ b/Source/HaloSharp.Test/Query/Halo5Forge/Stats/CarnageReport/GetCustomMatchDetailsTests.cs @@ -0,0 +1,143 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model; +using HaloSharp.Model.Halo5.Stats.CarnageReport; +using HaloSharp.Query.Halo5Forge.Stats.CarnageReport; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.Halo5Forge.Stats.CarnageReport +{ + [TestFixture] + public class GetCustomMatchDetailsTests + { + private IHaloSession _mockSession; + private CustomMatch _customMatch; + + [SetUp] + public void Setup() + { + _customMatch = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.CustomMatchJsonPath)); + + var mock = new Mock(); + mock.Setup(m => m.Get(It.IsAny())) + .ReturnsAsync(_customMatch); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("afa95d12-0e0d-487f-a583-72a24dd68361")] + public void Uri_MatchesExpected(string guid) + { + var query = new GetCustomMatchDetails(new Guid(guid)); + + Assert.AreEqual($"https://www.haloapi.com/stats/h5pc/custom/matches/{guid}", query.Uri); + } + + [Test] + [TestCase("afa95d12-0e0d-487f-a583-72a24dd68361")] + public async Task Query_DoesNotThrow(string guid) + { + var query = new GetCustomMatchDetails(new Guid(guid)) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(CustomMatch), result); + Assert.AreEqual(_customMatch, result); + } + + [Test] + [TestCase("afa95d12-0e0d-487f-a583-72a24dd68361")] + public async Task GetCustomMatchDetails_DoesNotThrow(string guid) + { + var query = new GetCustomMatchDetails(new Guid(guid)) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(CustomMatch), result); + } + + [Test] + [TestCase("afa95d12-0e0d-487f-a583-72a24dd68361")] + public async Task GetCustomMatchDetails_SchemaIsValid(string guid) + { + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.CustomMatchJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CustomMatchJsonSchemaPath)) + }); + + var query = new GetCustomMatchDetails(new Guid(guid)) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); + } + + [Test] + [TestCase("afa95d12-0e0d-487f-a583-72a24dd68361")] + public async Task GetCustomMatchDetails_ModelMatchesSchema(string guid) + { + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.CustomMatchJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CustomMatchJsonSchemaPath)) + }); + + var query = new GetCustomMatchDetails(new Guid(guid)) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("afa95d12-0e0d-487f-a583-72a24dd68361")] + public async Task GetCustomMatchDetails_IsSerializable(string guid) + { + var query = new GetCustomMatchDetails(new Guid(guid)) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + public async Task GetCustomMatchDetails_InvalidGuid() + { + var query = new GetCustomMatchDetails(Guid.NewGuid()) + .SkipCache(); + + try + { + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + catch (HaloApiException e) + { + Assert.AreEqual((int)Enumeration.Halo5.StatusCode.NotFound, e.HaloApiError.StatusCode); + } + catch (System.Exception e) + { + Assert.Fail("Unexpected exception of type {0} caught: {1}", e.GetType(), e.Message); + } + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Halo5Forge/Stats/GetMatchesTests.cs b/Source/HaloSharp.Test/Query/Halo5Forge/Stats/GetMatchesTests.cs new file mode 100644 index 0000000..d764988 --- /dev/null +++ b/Source/HaloSharp.Test/Query/Halo5Forge/Stats/GetMatchesTests.cs @@ -0,0 +1,152 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model; +using HaloSharp.Model.Common; +using HaloSharp.Model.Halo5.Stats; +using HaloSharp.Query.Halo5Forge.Stats; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.Halo5Forge.Stats +{ + [TestFixture] + public class GetMatchesTests + { + private IHaloSession _mockSession; + private MatchSet _matchSet; + + [SetUp] + public void Setup() + { + _matchSet = JsonConvert.DeserializeObject>(File.ReadAllText(Halo5Config.MatchesJsonPath)); + + var mock = new Mock(); + mock.Setup(m => m.Get>(It.IsAny())) + .ReturnsAsync(_matchSet); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("Greenskull", Enumeration.Halo5.GameMode.Warzone, 5, 10)] + [TestCase("Furiousn00b", Enumeration.Halo5.GameMode.Arena, 15, 20)] + public void Uri_MatchesExpected(string gamertag, Enumeration.Halo5.GameMode gameMode, int skip, int take) + { + var query = new GetMatchHistory(gamertag); + + Assert.AreEqual($"https://www.haloapi.com/stats/h5pc/players/{gamertag}/matches", query.Uri); + + query.InGameMode(gameMode); + + Assert.AreEqual($"https://www.haloapi.com/stats/h5pc/players/{gamertag}/matches?modes={gameMode}", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/stats/h5pc/players/{gamertag}/matches?modes={gameMode}&start={skip}", query.Uri); + + query.Take(take); + + Assert.AreEqual($"https://www.haloapi.com/stats/h5pc/players/{gamertag}/matches?modes={gameMode}&start={skip}&count={take}", query.Uri); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task Query_DoesNotThrow(string gamertag) + { + var query = new GetMatchHistory(gamertag) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(MatchSet), result); + Assert.AreEqual(_matchSet, result); + } + + [Test] + [TestCase("Greenskull")] + [TestCase("Furiousn00b")] + public async Task GetMatches_DoesNotThrow(string gamertag) + { + var query = new GetMatchHistory(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(MatchSet), result); + } + + [Test] + [TestCase("Greenskull")] + [TestCase("Furiousn00b")] + public async Task GetMatches_SchemaIsValid(string gamertag) + { + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.MatchesJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.MatchesJsonSchemaPath)) + }); + + var query = new GetMatchHistory(gamertag) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); + } + + [Test] + [TestCase("Greenskull")] + [TestCase("Furiousn00b")] + public async Task GetMatches_ModelMatchesSchema(string gamertag) + { + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.MatchesJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.MatchesJsonSchemaPath)) + }); + + var query = new GetMatchHistory(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("Greenskull")] + [TestCase("Furiousn00b")] + public async Task GetMatches_IsSerializable(string gamertag) + { + var query = new GetMatchHistory(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("00000000000000017")] + [TestCase("!$%")] + [ExpectedException(typeof(ValidationException))] + public async Task GetMatches_InvalidGamertag(string gamertag) + { + var query = new GetMatchHistory(gamertag); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Halo5Forge/Stats/Lifetime/GetCustomServiceRecordTests.cs b/Source/HaloSharp.Test/Query/Halo5Forge/Stats/Lifetime/GetCustomServiceRecordTests.cs new file mode 100644 index 0000000..b4242db --- /dev/null +++ b/Source/HaloSharp.Test/Query/Halo5Forge/Stats/Lifetime/GetCustomServiceRecordTests.cs @@ -0,0 +1,156 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.Halo5.Stats.Lifetime; +using HaloSharp.Query.Halo5Forge.Stats.Lifetime; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.Halo5Forge.Stats.Lifetime +{ + [TestFixture] + public class GetCustomServiceRecordTests + { + private IHaloSession _mockSession; + private CustomServiceRecord _customServiceRecord; + + [SetUp] + public void Setup() + { + _customServiceRecord = JsonConvert.DeserializeObject(File.ReadAllText(Halo5Config.CustomServiceRecordJsonPath)); + + var mock = new Mock(); + mock.Setup(m => m.Get(It.IsAny())) + .ReturnsAsync(_customServiceRecord); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("Greenskull")] + [TestCase("Furiousn00b")] + public void Uri_MatchesExpected(string gamertag) + { + var query = new GetCustomServiceRecord(gamertag); + + Assert.AreEqual($"https://www.haloapi.com/stats/h5pc/servicerecords/custom?players={gamertag}", query.Uri); + } + + [Test] + [TestCase("Greenskull")] + [TestCase("Furiousn00b")] + [TestCase("moussanator")] + public async Task GetCustomServiceRecord(string gamertag) + { + var query = new GetCustomServiceRecord(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(CustomServiceRecord), result); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new GetCustomServiceRecord("Player") + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(CustomServiceRecord), result); + Assert.AreEqual(_customServiceRecord, result); + } + + [Test] + [TestCase("Greenskull")] + [TestCase("Furiousn00b")] + [TestCase("moussanator")] + public async Task GetCustomServiceRecord_DoesNotThrow(string gamertag) + { + var query = new GetCustomServiceRecord(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(CustomServiceRecord), result); + } + + [Test] + [TestCase("Greenskull")] + [TestCase("Furiousn00b")] + [TestCase("moussanator")] + public async Task GetCustomServiceRecord_SchemaIsValid(string gamertag) + { + var weaponsSchema = JSchema.Parse(File.ReadAllText(Halo5Config.CustomServiceRecordJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CustomServiceRecordJsonSchemaPath)) + }); + + var query = new GetCustomServiceRecord(gamertag) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); + } + + [Test] + [TestCase("Greenskull")] + [TestCase("Furiousn00b")] + [TestCase("moussanator")] + public async Task GetCustomServiceRecord_ModelMatchesSchema(string gamertag) + { + var schema = JSchema.Parse(File.ReadAllText(Halo5Config.CustomServiceRecordJsonSchemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Halo5Config.CustomServiceRecordJsonSchemaPath)) + }); + + var query = new GetCustomServiceRecord(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("Greenskull")] + [TestCase("Furiousn00b")] + [TestCase("moussanator")] + public async Task GetCustomServiceRecord_IsSerializable(string gamertag) + { + var query = new GetCustomServiceRecord(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("00000000000000017")] + [TestCase("!$%")] + [ExpectedException(typeof(ValidationException))] + public async Task GetCustomServiceRecord_InvalidGamertag(string gamertag) + { + var query = new GetCustomServiceRecord(gamertag); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCampaignLevelsTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCampaignLevelsTests.cs new file mode 100644 index 0000000..a15e35c --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCampaignLevelsTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetCampaignLevelsTests + { + private const string Json = HaloWars2Config.CampaignLevelsJsonPath; + private const string Schema = HaloWars2Config.CampaignLevelsJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCampaignLevels(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/campaign-levels", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/campaign-levels?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCampaignLevels() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetCampaignLevels_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCampaignLevels() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetCampaignLevels_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCampaignLevels() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetCampaignLevels_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCampaignLevels() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetCampaignLevels_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCampaignLevels() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCampaignLevels() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCampaignLogsTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCampaignLogsTests.cs new file mode 100644 index 0000000..426add5 --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCampaignLogsTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetCampaignLogsTests + { + private const string Json = HaloWars2Config.CampaignLogsJsonPath; + private const string Schema = HaloWars2Config.CampaignLogsJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCampaignLogs(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/campaign-logs", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/campaign-logs?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCampaignLogs() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetCampaignLogs_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCampaignLogs() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetCampaignLogs_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCampaignLogs() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetCampaignLogs_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCampaignLogs() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetCampaignLogs_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCampaignLogs() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCampaignLogs() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCardKeywordsTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCardKeywordsTests.cs new file mode 100644 index 0000000..62f870b --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCardKeywordsTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetCardKeywordsTests + { + private const string Json = HaloWars2Config.CardKeywordsJsonPath; + private const string Schema = HaloWars2Config.CardKeywordsJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCardKeywords(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/card-keywords", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/card-keywords?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCardKeywords() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetCardKeywords_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCardKeywords() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetCardKeywords_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCardKeywords() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetCardKeywords_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCardKeywords() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetCardKeywords_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCardKeywords() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCardKeywords() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCardsTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCardsTests.cs new file mode 100644 index 0000000..2869056 --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCardsTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetCardsTests + { + private const string Json = HaloWars2Config.CardsJsonPath; + private const string Schema = HaloWars2Config.CardsJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCards(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/cards", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/cards?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCards() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetCards_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCards() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetCards_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCards() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetCards_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCards() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetCards_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCards() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCards() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCompetitiveSkillRankDesignationsTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCompetitiveSkillRankDesignationsTests.cs new file mode 100644 index 0000000..e20738c --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetCompetitiveSkillRankDesignationsTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetCompetitiveSkillRankDesignationsTests + { + private const string Json = HaloWars2Config.CsrDesignationsJsonPath; + private const string Schema = HaloWars2Config.CsrDesignationsJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCompetitiveSkillRankDesignations(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/csr-designations", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/csr-designations?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCompetitiveSkillRankDesignations() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetCompetitiveSkillRankDesignations_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCompetitiveSkillRankDesignations() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetCompetitiveSkillRankDesignations_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCompetitiveSkillRankDesignations() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetCompetitiveSkillRankDesignations_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCompetitiveSkillRankDesignations() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetCompetitiveSkillRankDesignations_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCompetitiveSkillRankDesignations() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetCompetitiveSkillRankDesignations() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetDifficultiesTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetDifficultiesTests.cs new file mode 100644 index 0000000..38b7fee --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetDifficultiesTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetDifficultiesTests + { + private const string Json = HaloWars2Config.DifficultiesJsonPath; + private const string Schema = HaloWars2Config.DifficultiesJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetDifficulties(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/difficulties", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/difficulties?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetDifficulties() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetDifficulties_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetDifficulties() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetDifficulties_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetDifficulties() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetDifficulties_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetDifficulties() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetDifficulties_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetDifficulties() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetDifficulties() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetGameObjectCategoriesTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetGameObjectCategoriesTests.cs new file mode 100644 index 0000000..34deecd --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetGameObjectCategoriesTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetGameObjectCategoriesTests + { + private const string Json = HaloWars2Config.GameObjectCategoriesJsonPath; + private const string Schema = HaloWars2Config.GameObjectCategoriesJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetGameObjectCategories(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/game-object-categories", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/game-object-categories?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetGameObjectCategories() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetGameObjectCategories_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetGameObjectCategories() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetGameObjectCategories_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetGameObjectCategories() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetGameObjectCategories_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetGameObjectCategories() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetGameObjectCategories_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetGameObjectCategories() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetGameObjectCategories() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetGameObjectsTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetGameObjectsTests.cs new file mode 100644 index 0000000..40fb47a --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetGameObjectsTests.cs @@ -0,0 +1,140 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetGameObjectsTests + { + private const string Json = HaloWars2Config.GameObjectsJsonPath; + private const string Schema = HaloWars2Config.GameObjectsJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetGameObjects(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/game-objects", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/game-objects?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetGameObjects() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + [TestCase(0)] + [TestCase(100)] + [TestCase(200)] + public async Task GetGameObjects_DoesNotThrow(int x) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetGameObjects() + .Skip(x) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetGameObjects_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetGameObjects() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetGameObjects_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetGameObjects() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetGameObjects_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetGameObjects() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetGameObjects() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetLeaderPowersTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetLeaderPowersTests.cs new file mode 100644 index 0000000..00b9d79 --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetLeaderPowersTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetLeaderPowersTests + { + private const string Json = HaloWars2Config.LeaderPowersJsonPath; + private const string Schema = HaloWars2Config.LeaderPowersJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetLeaderPowers(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/leader-powers", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/leader-powers?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetLeaderPowers() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetLeaderPowers_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetLeaderPowers() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetLeaderPowers_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetLeaderPowers() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetLeaderPowers_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetLeaderPowers() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetLeaderPowers_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetLeaderPowers() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetLeaderPowers() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetLeadersTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetLeadersTests.cs new file mode 100644 index 0000000..9fe2e86 --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetLeadersTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetLeadersTests + { + private const string Json = HaloWars2Config.LeadersJsonPath; + private const string Schema = HaloWars2Config.LeadersJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetLeaders(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/leaders", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/leaders?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetLeaders() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetLeaders_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetLeaders() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetLeaders_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetLeaders() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetLeaders_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetLeaders() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetLeaders_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetLeaders() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetLeaders() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetMapsTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetMapsTests.cs new file mode 100644 index 0000000..c2f4d8e --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetMapsTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetMapsTests + { + private const string Json = HaloWars2Config.MapsJsonPath; + private const string Schema = HaloWars2Config.MapsJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetMaps(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/maps", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/maps?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetMaps() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetMaps_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetMaps() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetMaps_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetMaps() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetMaps_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetMaps() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetMaps_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetMaps() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetMaps() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetPacksTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetPacksTests.cs new file mode 100644 index 0000000..9c8dd50 --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetPacksTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetPacksTests + { + private const string Json = HaloWars2Config.PacksJsonPath; + private const string Schema = HaloWars2Config.PacksJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetPacks(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/packs", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/packs?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetPacks() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetPacks_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetPacks() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetPacks_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetPacks() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetPacks_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetPacks() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetPacks_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetPacks() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetPacks() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetPlaylistsTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetPlaylistsTests.cs new file mode 100644 index 0000000..a618e18 --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetPlaylistsTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetPlaylistsTests + { + private const string Json = HaloWars2Config.PlaylistsJsonPath; + private const string Schema = HaloWars2Config.PlaylistsJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetPlaylists(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/playlists", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/playlists?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetPlaylists() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetPlaylists_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetPlaylists() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetPlaylists_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetPlaylists() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetPlaylists_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetPlaylists() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetPlaylists_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetPlaylists() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetPlaylists() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetSeasonsTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetSeasonsTests.cs new file mode 100644 index 0000000..471c26b --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetSeasonsTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetSeasonsTests + { + private const string Json = HaloWars2Config.SeasonsJsonPath; + private const string Schema = HaloWars2Config.SeasonsJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetSeasons(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/seasons", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/seasons?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetSeasons() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetSeasons_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetSeasons() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetSeasons_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetSeasons() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetSeasons_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetSeasons() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetSeasons_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetSeasons() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetSeasons() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetSpartanRanksTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetSpartanRanksTests.cs new file mode 100644 index 0000000..4ec6f3d --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetSpartanRanksTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetSpartanRanksTests + { + private const string Json = HaloWars2Config.SpartanRanksJsonPath; + private const string Schema = HaloWars2Config.SpartanRanksJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetSpartanRanks(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/spartan-ranks", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/spartan-ranks?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetSpartanRanks() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetSpartanRanks_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetSpartanRanks() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetSpartanRanks_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetSpartanRanks() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetSpartanRanks_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetSpartanRanks() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetSpartanRanks_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetSpartanRanks() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetSpartanRanks() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetTechsTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetTechsTests.cs new file mode 100644 index 0000000..33c042d --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Metadata/GetTechsTests.cs @@ -0,0 +1,136 @@ +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; +using System.Threading.Tasks; + +namespace HaloSharp.Test.Query.HaloWars2.Metadata +{ + [TestFixture] + public class GetTechsTests + { + private const string Json = HaloWars2Config.TechsJsonPath; + private const string Schema = HaloWars2Config.TechsJsonSchemaPath; + + private IHaloSession _mockSession; + private PagedResponse> _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase(100)] + [TestCase(200)] + public void Uri_MatchesExpected(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetTechs(); + + Assert.AreEqual("https://www.haloapi.com/metadata/hw2/techs", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/metadata/hw2/techs?startAt={skip}", query.Uri); + } + + [Test] + public async Task Query_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetTechs() + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + Assert.AreEqual(_response, result); + } + + [Test] + public async Task GetTechs_DoesNotThrow() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetTechs() + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PagedResponse>), result); + } + + [Test] + public async Task GetTechs_SchemaIsValid() + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetTechs() + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + public async Task GetTechs_ModelMatchesSchema() + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new HaloSharp.Query.HaloWars2.Metadata.GetTechs() + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + public async Task GetTechs_IsSerializable() + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetTechs() + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase(10)] + [TestCase(50)] + [ExpectedException(typeof(ValidationException))] + public async Task GetConstructedUri_InvalidSkip(int skip) + { + var query = new HaloSharp.Query.HaloWars2.Metadata.GetTechs() + .Skip(skip); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Stats/CarnageReport/GetMatchEventsTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Stats/CarnageReport/GetMatchEventsTests.cs new file mode 100644 index 0000000..c943b70 --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Stats/CarnageReport/GetMatchEventsTests.cs @@ -0,0 +1,133 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Stats.CarnageReport; +using HaloSharp.Query.HaloWars2.Stats.CarnageReport; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.HaloWars2.Stats.CarnageReport +{ + [TestFixture] + public class GetMatchEventsTests + { + private const string Json = HaloWars2Config.MatchEventsJsonPath; + private const string Schema = HaloWars2Config.MatchEventsJsonSchemaPath; + + private IHaloSession _mockSession; + private MatchEventSummary _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("bf03af8a-763e-44d2-b86b-631da83ab1a3")] + public void Uri_MatchesExpected(string guid) + { + var query = new GetMatchEvents(new Guid(guid)); + + Assert.AreEqual($"https://www.haloapi.com/stats/hw2/matches/{guid}/events", query.Uri); + } + + [Test] + [TestCase("bf03af8a-763e-44d2-b86b-631da83ab1a3")] + public async Task Query_DoesNotThrow(string guid) + { + var matchId = new Guid(guid); + + var query = new GetMatchEvents(matchId) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(MatchEventSummary), result); + Assert.AreEqual(_response, result); + } + + [Test] + [TestCase("2767d98c-929b-4455-8b4f-92d31145fff1")] + public async Task GetMatchEvents_DoesNotThrow(string guid) + { + var matchId = new Guid(guid); + + var query = new GetMatchEvents(matchId) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(MatchEventSummary), result); + } + + [Test] + [TestCase("bf03af8a-763e-44d2-b86b-631da83ab1a3")] + public async Task GetMatchEvents_SchemaIsValid(string guid) + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var matchId = new Guid(guid); + + var query = new GetMatchEvents(matchId) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + [TestCase("bf03af8a-763e-44d2-b86b-631da83ab1a3")] + public async Task GetMatchEvents_ModelMatchEventsesSchema(string guid) + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var matchId = new Guid(guid); + + var query = new GetMatchEvents(matchId) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("bf03af8a-763e-44d2-b86b-631da83ab1a3")] + public async Task GetMatchEvents_IsSerializable(string guid) + { + var matchId = new Guid(guid); + + var query = new GetMatchEvents(matchId) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Stats/CarnageReport/GetMatchTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Stats/CarnageReport/GetMatchTests.cs new file mode 100644 index 0000000..dd55d37 --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Stats/CarnageReport/GetMatchTests.cs @@ -0,0 +1,133 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Extension; +using HaloSharp.Query.HaloWars2.Stats.CarnageReport; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using Match = HaloSharp.Model.HaloWars2.Stats.CarnageReport.Match; + +namespace HaloSharp.Test.Query.HaloWars2.Stats.CarnageReport +{ + [TestFixture] + public class GetMatchTests + { + private const string Json = HaloWars2Config.MatchJsonPath; + private const string Schema = HaloWars2Config.MatchJsonSchemaPath; + + private IHaloSession _mockSession; + private Match _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("bf03af8a-763e-44d2-b86b-631da83ab1a3")] + public void Uri_MatchesExpected(string guid) + { + var query = new GetMatchDetails(new Guid(guid)); + + Assert.AreEqual($"https://www.haloapi.com/stats/hw2/matches/{guid}", query.Uri); + } + + [Test] + [TestCase("bf03af8a-763e-44d2-b86b-631da83ab1a3")] + public async Task Query_DoesNotThrow(string guid) + { + var matchId = new Guid(guid); + + var query = new GetMatchDetails(matchId) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(Match), result); + Assert.AreEqual(_response, result); + } + + [Test] + [TestCase("bf03af8a-763e-44d2-b86b-631da83ab1a3")] + public async Task GetMatch_DoesNotThrow(string guid) + { + var matchId = new Guid(guid); + + var query = new GetMatchDetails(matchId) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(Match), result); + } + + [Test] + [TestCase("bf03af8a-763e-44d2-b86b-631da83ab1a3")] + public async Task GetMatch_SchemaIsValid(string guid) + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var matchId = new Guid(guid); + + var query = new GetMatchDetails(matchId) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + [TestCase("bf03af8a-763e-44d2-b86b-631da83ab1a3")] + public async Task GetMatch_ModelMatchesSchema(string guid) + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var matchId = new Guid(guid); + + var query = new GetMatchDetails(matchId) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("bf03af8a-763e-44d2-b86b-631da83ab1a3")] + public async Task GetMatch_IsSerializable(string guid) + { + var matchId = new Guid(guid); + + var query = new GetMatchDetails(matchId) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Stats/GetMatchHistoryTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Stats/GetMatchHistoryTests.cs new file mode 100644 index 0000000..da9304a --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Stats/GetMatchHistoryTests.cs @@ -0,0 +1,151 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model; +using HaloSharp.Model.Common; +using HaloSharp.Query.HaloWars2.Stats; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.HaloWars2.Stats +{ + [TestFixture] + public class GetMatchHistoryTests + { + private const string Json = HaloWars2Config.MatchHistoryJsonPath; + private const string Schema = HaloWars2Config.MatchHistoryJsonSchemaPath; + + private IHaloSession _mockSession; + private MatchSet _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject>(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get>(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("Furiousn00b", Enumeration.HaloWars2.MatchType.Custom, 10, 20)] + public void Uri_MatchesExpected(string player, Enumeration.HaloWars2.MatchType matchType, int skip, int take) + { + var query = new GetMatchHistory(player); + + Assert.AreEqual($"https://www.haloapi.com/stats/hw2/players/{player}/matches", query.Uri); + + query.ForMatchType(matchType); + + Assert.AreEqual($"https://www.haloapi.com/stats/hw2/players/{player}/matches?matchType={matchType}", query.Uri); + + query.Skip(skip); + + Assert.AreEqual($"https://www.haloapi.com/stats/hw2/players/{player}/matches?matchType={matchType}&start={skip}", query.Uri); + + query.Take(take); + + Assert.AreEqual($"https://www.haloapi.com/stats/hw2/players/{player}/matches?matchType={matchType}&start={skip}&count={take}", query.Uri); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task Query_DoesNotThrow(string player) + { + var query = new GetMatchHistory(player) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(MatchSet), result); + Assert.AreEqual(_response, result); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetMatchHistory_DoesNotThrow(string player) + { + var query = new GetMatchHistory(player) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(MatchSet), result); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetMatchHistory_SchemaIsValid(string player) + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new GetMatchHistory(player) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetMatchHistory_ModelMatchHistoryesSchema(string player) + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new GetMatchHistory(player) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetMatchHistory_IsSerializable(string player) + { + var query = new GetMatchHistory(player) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility>.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("")] + [TestCase("00000000000000017")] + [TestCase("!$%")] + [ExpectedException(typeof(ValidationException))] + public async Task GetMatchHistory_InvalidGamertag(string player) + { + var query = new GetMatchHistory(player) + .SkipCache(); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetCampaignProgressTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetCampaignProgressTests.cs new file mode 100644 index 0000000..c1a7956 --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetCampaignProgressTests.cs @@ -0,0 +1,138 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Stats.Lifetime; +using HaloSharp.Query.HaloWars2.Stats.Lifetime; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.HaloWars2.Stats.Lifetime +{ + [TestFixture] + public class GetCampaignProgressTests + { + private const string Json = HaloWars2Config.CampaignProgressJsonPath; + private const string Schema = HaloWars2Config.CampaignProgressJsonSchemaPath; + + private IHaloSession _mockSession; + private CampaignSummary _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("Furiousn00b")] + public void Uri_MatchesExpected(string player) + { + var query = new GetCampaignSummary(player); + + Assert.AreEqual($"https://www.haloapi.com/stats/hw2/players/{player}/campaign-progress", query.Uri); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task Query_DoesNotThrow(string gamertag) + { + var query = new GetCampaignSummary(gamertag) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(CampaignSummary), result); + Assert.AreEqual(_response, result); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetCampaignProgress_DoesNotThrow(string gamertag) + { + var query = new GetCampaignSummary(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(CampaignSummary), result); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetCampaignProgress_SchemaIsValid(string gamertag) + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new GetCampaignSummary(gamertag) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetCampaignProgress_ModelMatchesSchema(string gamertag) + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new GetCampaignSummary(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetCampaignProgress_IsSerializable(string gamertag) + { + var query = new GetCampaignSummary(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("")] + [TestCase("00000000000000017")] + [TestCase("!$%")] + [ExpectedException(typeof(ValidationException))] + public async Task GetCampaignProgress_InvalidGamertag(string gamertag) + { + var query = new GetCampaignSummary(gamertag) + .SkipCache(); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetExperienceSummaryTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetExperienceSummaryTests.cs new file mode 100644 index 0000000..f747e2c --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetExperienceSummaryTests.cs @@ -0,0 +1,138 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Stats.Lifetime; +using HaloSharp.Query.HaloWars2.Stats.Lifetime; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.HaloWars2.Stats.Lifetime +{ + [TestFixture] + public class GetExperienceSummaryTests + { + private const string Json = HaloWars2Config.ExperienceSummaryJsonPath; + private const string Schema = HaloWars2Config.ExperienceSummaryJsonSchemaPath; + + private IHaloSession _mockSession; + private ExperienceSummaryResultSet _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("Furiousn00b")] + public void Uri_MatchesExpected(string player) + { + var query = new GetExperienceSummary(player); + + Assert.AreEqual($"https://www.haloapi.com/stats/hw2/xp?players={player}", query.Uri); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task Query_DoesNotThrow(string gamertag) + { + var query = new GetExperienceSummary(gamertag) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(ExperienceSummaryResultSet), result); + Assert.AreEqual(_response, result); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetExperienceSummary_DoesNotThrow(string gamertag) + { + var query = new GetExperienceSummary(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(ExperienceSummaryResultSet), result); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetExperienceSummary_SchemaIsValid(string gamertag) + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new GetExperienceSummary(gamertag) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetExperienceSummary_ModelMatchesSchema(string gamertag) + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new GetExperienceSummary(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetExperienceSummary_IsSerializable(string gamertag) + { + var query = new GetExperienceSummary(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("")] + [TestCase("00000000000000017")] + [TestCase("!$%")] + [ExpectedException(typeof(ValidationException))] + public async Task GetExperienceSummary_InvalidGamertag(string gamertag) + { + var query = new GetExperienceSummary(gamertag) + .SkipCache(); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetPlayerSummaryTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetPlayerSummaryTests.cs new file mode 100644 index 0000000..26e8939 --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetPlayerSummaryTests.cs @@ -0,0 +1,138 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Stats.Lifetime; +using HaloSharp.Query.HaloWars2.Stats.Lifetime; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.HaloWars2.Stats.Lifetime +{ + [TestFixture] + public class GetPlayerSummaryTests + { + private const string Json = HaloWars2Config.PlayerSummaryJsonPath; + private const string Schema = HaloWars2Config.PlayerSummaryJsonSchemaPath; + + private IHaloSession _mockSession; + private PlayerSummary _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("Furiousn00b")] + public void Uri_MatchesExpected(string player) + { + var query = new GetSummary(player); + + Assert.AreEqual($"https://www.haloapi.com/stats/hw2/players/{player}/stats", query.Uri); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task Query_DoesNotThrow(string gamertag) + { + var query = new GetSummary(gamertag) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PlayerSummary), result); + Assert.AreEqual(_response, result); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetPlayerSummary_DoesNotThrow(string gamertag) + { + var query = new GetSummary(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PlayerSummary), result); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetPlayerSummary_SchemaIsValid(string gamertag) + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new GetSummary(gamertag) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetPlayerSummary_ModelMatchesSchema(string gamertag) + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var query = new GetSummary(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("Furiousn00b")] + public async Task GetPlayerSummary_IsSerializable(string gamertag) + { + var query = new GetSummary(gamertag) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("")] + [TestCase("00000000000000017")] + [TestCase("!$%")] + [ExpectedException(typeof(ValidationException))] + public async Task GetPlayerSummary_InvalidGamertag(string gamertag) + { + var query = new GetSummary(gamertag) + .SkipCache(); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetPlaylistRatingsTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetPlaylistRatingsTests.cs new file mode 100644 index 0000000..fcfe1da --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetPlaylistRatingsTests.cs @@ -0,0 +1,164 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Stats.Lifetime; +using HaloSharp.Query.HaloWars2.Stats.Lifetime; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.HaloWars2.Stats.Lifetime +{ + [TestFixture] + public class GetPlaylistRatingsTests + { + private const string Json = HaloWars2Config.PlaylistRatingsJsonPath; + private const string Schema = HaloWars2Config.PlaylistRatingsJsonSchemaPath; + + private IHaloSession _mockSession; + private PlaylistSummaryResultSet _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("Furiousn00b", "c80ddcda-219b-42e6-82f4-94fae8516d96")] + public void Uri_MatchesExpected(string player, string guid) + { + var query = new GetPlaylistRatings(player, new Guid(guid)); + + Assert.AreEqual($"https://www.haloapi.com/stats/hw2/playlist/{guid}/rating?players={player}", query.Uri); + } + + [Test] + [TestCase("c80ddcda-219b-42e6-82f4-94fae8516d96", "Furiousn00b")] + public async Task Query_DoesNotThrow(string guid, string gamertag) + { + var playlistId = new Guid(guid); + + var query = new GetPlaylistRatings(gamertag, playlistId) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(PlaylistSummaryResultSet), result); + Assert.AreEqual(_response, result); + } + + [Test] + [TestCase("c80ddcda-219b-42e6-82f4-94fae8516d96", "Furiousn00b")] + public async Task GetPlaylistRatings_DoesNotThrow(string guid, string gamertag) + { + var playlistId = new Guid(guid); + + var query = new GetPlaylistRatings(gamertag, playlistId) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(PlaylistSummaryResultSet), result); + } + + [Test] + [TestCase("c80ddcda-219b-42e6-82f4-94fae8516d96", "Furiousn00b")] + public async Task GetPlaylistRatings_SchemaIsValid(string guid, string gamertag) + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var playlistId = new Guid(guid); + + var query = new GetPlaylistRatings(gamertag, playlistId) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + [TestCase("c80ddcda-219b-42e6-82f4-94fae8516d96", "Furiousn00b")] + public async Task GetPlaylistRatings_ModelMatchesSchema(string guid, string gamertag) + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var playlistId = new Guid(guid); + + var query = new GetPlaylistRatings(gamertag, playlistId) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("c80ddcda-219b-42e6-82f4-94fae8516d96", "Furiousn00b")] + public async Task GetPlaylistRatings_IsSerializable(string guid, string gamertag) + { + var playlistId = new Guid(guid); + + var query = new GetPlaylistRatings(gamertag, playlistId) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("c80ddcda-219b-42e6-82f4-94fae8516d96", "")] + [TestCase("c80ddcda-219b-42e6-82f4-94fae8516d96", "00000000000000017")] + [TestCase("c80ddcda-219b-42e6-82f4-94fae8516d96", "!$%")] + [ExpectedException(typeof(ValidationException))] + public async Task GetPlaylistRatings_InvalidGamertag(string guid, string gamertag) + { + var playlistId = new Guid(guid); + + var query = new GetPlaylistRatings(gamertag, playlistId) + .SkipCache(); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + + [Test] + [TestCase("Furiousn00b")] + [ExpectedException(typeof(ValidationException))] + public async Task GetPlaylistRatings_InvalidPlaylist(string gamertag) + { + var playlistId = new Guid(); + + var query = new GetPlaylistRatings(gamertag, playlistId) + .SkipCache(); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetSeasonSummaryTests.cs b/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetSeasonSummaryTests.cs new file mode 100644 index 0000000..9b66ff8 --- /dev/null +++ b/Source/HaloSharp.Test/Query/HaloWars2/Stats/Lifetime/GetSeasonSummaryTests.cs @@ -0,0 +1,164 @@ +using System; +using System.IO; +using System.Threading.Tasks; +using HaloSharp.Exception; +using HaloSharp.Extension; +using HaloSharp.Model.HaloWars2.Stats.Lifetime; +using HaloSharp.Query.HaloWars2.Stats.Lifetime; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Moq; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Query.HaloWars2.Stats.Lifetime +{ + [TestFixture] + public class GetSeasonSummaryTests + { + private const string Json = HaloWars2Config.SeasonSummaryJsonPath; + private const string Schema = HaloWars2Config.SeasonSummaryJsonSchemaPath; + + private IHaloSession _mockSession; + private SeasonSummary _response; + + [SetUp] + public void Setup() + { + _response = JsonConvert.DeserializeObject(File.ReadAllText(Json)); + + var mock = new Mock(); + mock.Setup(m => m.Get(It.IsAny())) + .ReturnsAsync(_response); + + _mockSession = mock.Object; + } + + [Test] + [TestCase("Furiousn00b", "2cdf3fae-3cf9-45a5-8165-7aff644ccdbc")] + public void Uri_MatchesExpected(string player, string guid) + { + var query = new GetSeasonSummary(player, new Guid(guid)); + + Assert.AreEqual($"https://www.haloapi.com/stats/hw2/players/{player}/stats/seasons/{guid}", query.Uri); + } + + [Test] + [TestCase("2cdf3fae-3cf9-45a5-8165-7aff644ccdbc", "Furiousn00b")] + public async Task Query_DoesNotThrow(string guid, string gamertag) + { + var seasonId = new Guid(guid); + + var query = new GetSeasonSummary(gamertag, seasonId) + .SkipCache(); + + var result = await _mockSession.Query(query); + + Assert.IsInstanceOf(typeof(SeasonSummary), result); + Assert.AreEqual(_response, result); + } + + [Test] + [TestCase("2cdf3fae-3cf9-45a5-8165-7aff644ccdbc", "Furiousn00b")] + public async Task GetSeasonSummary_DoesNotThrow(string guid, string gamertag) + { + var seasonId = new Guid(guid); + + var query = new GetSeasonSummary(gamertag, seasonId) + .SkipCache(); + + var result = await Global.Session.Query(query); + + Assert.IsInstanceOf(typeof(SeasonSummary), result); + } + + [Test] + [TestCase("2cdf3fae-3cf9-45a5-8165-7aff644ccdbc", "Furiousn00b")] + public async Task GetSeasonSummary_SchemaIsValid(string guid, string gamertag) + { + var jSchema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var seasonId = new Guid(guid); + + var query = new GetSeasonSummary(gamertag, seasonId) + .SkipCache(); + + var jArray = await Global.Session.Get(query.Uri); + + SchemaUtility.AssertSchemaIsValid(jSchema, jArray); + } + + [Test] + [TestCase("2cdf3fae-3cf9-45a5-8165-7aff644ccdbc", "Furiousn00b")] + public async Task GetSeasonSummary_ModelMatchesSchema(string guid, string gamertag) + { + var schema = JSchema.Parse(File.ReadAllText(Schema), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(Schema)) + }); + + var seasonId = new Guid(guid); + + var query = new GetSeasonSummary(gamertag, seasonId) + .SkipCache(); + + var result = await Global.Session.Query(query); + + var json = JsonConvert.SerializeObject(result); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase("2cdf3fae-3cf9-45a5-8165-7aff644ccdbc", "Furiousn00b")] + public async Task GetSeasonSummary_IsSerializable(string guid, string gamertag) + { + var seasonId = new Guid(guid); + + var query = new GetSeasonSummary(gamertag, seasonId) + .SkipCache(); + + var result = await Global.Session.Query(query); + + SerializationUtility.AssertRoundTripSerializationIsPossible(result); + } + + [Test] + [TestCase("2cdf3fae-3cf9-45a5-8165-7aff644ccdbc", "")] + [TestCase("2cdf3fae-3cf9-45a5-8165-7aff644ccdbc", "00000000000000017")] + [TestCase("2cdf3fae-3cf9-45a5-8165-7aff644ccdbc", "!$%")] + [ExpectedException(typeof(ValidationException))] + public async Task GetSeasonSummary_InvalidGamertag(string guid, string gamertag) + { + var seasonId = new Guid(guid); + + var query = new GetSeasonSummary(gamertag, seasonId) + .SkipCache(); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + + [Test] + [TestCase("Furiousn00b")] + [ExpectedException(typeof(ValidationException))] + public async Task GetSeasonSummary_InvalidSeason(string gamertag) + { + var seasonId = new Guid(); + + var query = new GetSeasonSummary(gamertag, seasonId) + .SkipCache(); + + await Global.Session.Query(query); + Assert.Fail("An exception should have been thrown"); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Profile/GetEmblemImageTests.cs b/Source/HaloSharp.Test/Query/Profile/GetEmblemImageTests.cs deleted file mode 100644 index cc0429d..0000000 --- a/Source/HaloSharp.Test/Query/Profile/GetEmblemImageTests.cs +++ /dev/null @@ -1,151 +0,0 @@ -using System.Threading.Tasks; -using HaloSharp.Exception; -using HaloSharp.Extension; -using HaloSharp.Model; -using HaloSharp.Model.Profile; -using HaloSharp.Query.Profile; -using HaloSharp.Test.Utility; -using NUnit.Framework; - -namespace HaloSharp.Test.Query.Profile -{ - [TestFixture] - public class GetEmblemImageTests - { - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetEmblemImage(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"profile/h5/profiles/{null}/emblem{null}", uri); - } - - [Test] - [TestCase("Greenskull")] - [TestCase("Furiousn00b")] - public void GetConstructedUri_ForPlayer_MatchesExpected(string gamertag) - { - var query = new GetEmblemImage() - .ForPlayer(gamertag); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"profile/h5/profiles/{gamertag}/emblem{null}", uri); - } - - [Test] - [TestCase(5)] - [TestCase(10)] - public void GetConstructedUri_Size_MatchesExpected(int size) - { - var query = new GetEmblemImage() - .Size(size); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"profile/h5/profiles/{null}/emblem?size={size}", uri); - } - - [Test] - [TestCase("Greenskull", 5)] - [TestCase("Furiousn00b", 10)] - public void GetConstructedUri_Complex_MatchesExpected(string gamertag, int size) - { - var query = new GetEmblemImage() - .ForPlayer(gamertag) - .Size(size); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"profile/h5/profiles/{gamertag}/emblem?size={size}", uri); - } - - [Test] - [TestCase("Greenskull")] - [TestCase("Furiousn00b")] - public async Task GetEmblemImage(string gamertag) - { - var query = new GetEmblemImage() - .ForPlayer(gamertag) - .SkipCache(); - - var result = await Global.Session.Query(query); - - Assert.IsInstanceOf(typeof (GetImage), result); - } - - [Test] - [TestCase(95)] - [TestCase(128)] - [TestCase(190)] - [TestCase(256)] - [TestCase(512)] - public async Task GetEmblemImage_Size(int size) - { - var query = new GetEmblemImage() - .ForPlayer("Furiousn00b") - .Size(size) - .SkipCache(); - - var result = await Global.Session.Query(query); - - Assert.IsInstanceOf(typeof(GetImage), result); - } - - [Test] - [TestCase("Greenskull")] - [TestCase("Furiousn00b")] - public async Task GetEmblemImage_IsSerializable(string gamertag) - { - var query = new GetEmblemImage() - .ForPlayer(gamertag) - .SkipCache(); - - var result = await Global.Session.Query(query); - - SerializationUtility.AssertRoundTripSerializationIsPossible(result); - } - - [Test] - [TestCase(94)] - [TestCase(127)] - [TestCase(189)] - [TestCase(255)] - [TestCase(511)] - [ExpectedException(typeof(ValidationException))] - public async Task GetEmblemImage_InvalidSize(int size) - { - var query = new GetEmblemImage() - .ForPlayer("Furiousn00b") - .Size(size); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - - [Test] - [TestCase("00000000000000017")] - [TestCase("!$%")] - [ExpectedException(typeof(ValidationException))] - public async Task GetEmblemImage_InvalidGamertag(string gamertag) - { - var query = new GetEmblemImage() - .ForPlayer(gamertag); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetEmblemImage_MissingGamertag() - { - var query = new GetEmblemImage(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - } -} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Profile/GetSpartanImageTests.cs b/Source/HaloSharp.Test/Query/Profile/GetSpartanImageTests.cs deleted file mode 100644 index 7a8afc5..0000000 --- a/Source/HaloSharp.Test/Query/Profile/GetSpartanImageTests.cs +++ /dev/null @@ -1,178 +0,0 @@ -using System.Threading.Tasks; -using HaloSharp.Exception; -using HaloSharp.Extension; -using HaloSharp.Model; -using HaloSharp.Model.Profile; -using HaloSharp.Query.Profile; -using HaloSharp.Test.Utility; -using NUnit.Framework; - -namespace HaloSharp.Test.Query.Profile -{ - [TestFixture] - public class GetSpartanImageTests - { - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetSpartanImage(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"profile/h5/profiles/{null}/spartan{null}", uri); - } - - [Test] - [TestCase("Greenskull")] - [TestCase("Furiousn00b")] - public void GetConstructedUri_ForPlayer_MatchesExpected(string gamertag) - { - var query = new GetSpartanImage() - .ForPlayer(gamertag); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"profile/h5/profiles/{gamertag}/spartan{null}", uri); - } - - [Test] - [TestCase(5)] - [TestCase(10)] - public void GetConstructedUri_Size_MatchesExpected(int size) - { - var query = new GetSpartanImage() - .Size(size); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"profile/h5/profiles/{null}/spartan?size={size}", uri); - } - - [Test] - [TestCase(Enumeration.CropType.Full)] - [TestCase(Enumeration.CropType.Portrait)] - public void GetConstructedUri_Crop_MatchesExpected(Enumeration.CropType cropType) - { - var query = new GetSpartanImage() - .Crop(cropType); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"profile/h5/profiles/{null}/spartan?crop={cropType}", uri); - } - - [Test] - [TestCase("Greenskull", 5, Enumeration.CropType.Full)] - [TestCase("Furiousn00b", 10, Enumeration.CropType.Portrait)] - public void GetConstructedUri_Complex_MatchesExpected(string gamertag, int size, Enumeration.CropType cropType) - { - var query = new GetSpartanImage() - .ForPlayer(gamertag) - .Size(size) - .Crop(cropType); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"profile/h5/profiles/{gamertag}/spartan?size={size}&crop={cropType}", uri); - } - - [Test] - [TestCase("Greenskull")] - [TestCase("Furiousn00b")] - public async Task GetSpartanImage(string gamertag) - { - var query = new GetSpartanImage() - .ForPlayer(gamertag) - .SkipCache(); - - var result = await Global.Session.Query(query); - - Assert.IsInstanceOf(typeof (GetImage), result); - } - - [Test] - [TestCase(95)] - [TestCase(128)] - [TestCase(190)] - [TestCase(256)] - [TestCase(512)] - public async Task GetSpartanImage_Size(int size) - { - var query = new GetSpartanImage() - .ForPlayer("Furiousn00b") - .Size(size) - .SkipCache(); - - var result = await Global.Session.Query(query); - - Assert.IsInstanceOf(typeof(GetImage), result); - } - - [Test] - public async Task GetSpartanImage_Crop() - { - var query = new GetSpartanImage() - .ForPlayer("Furiousn00b") - .Crop(Enumeration.CropType.Portrait) - .SkipCache(); - - var result = await Global.Session.Query(query); - - Assert.IsInstanceOf(typeof(GetImage), result); - } - - [Test] - [TestCase("Greenskull")] - [TestCase("Furiousn00b")] - public async Task GetSpartanImage_IsSerializable(string gamertag) - { - var query = new GetSpartanImage() - .ForPlayer("Furiousn00b") - .SkipCache(); - - var result = await Global.Session.Query(query); - - SerializationUtility.AssertRoundTripSerializationIsPossible(result); - } - - [Test] - [TestCase(94)] - [TestCase(127)] - [TestCase(189)] - [TestCase(255)] - [TestCase(511)] - [ExpectedException(typeof(ValidationException))] - public async Task GetSpartanImage_InvalidSize(int size) - { - var query = new GetSpartanImage() - .ForPlayer("Furiousn00b") - .Size(size); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - - [Test] - [TestCase("00000000000000017")] - [TestCase("!$%")] - [ExpectedException(typeof(ValidationException))] - public async Task GetSpartanImage_InvalidGamertag(string gamertag) - { - var query = new GetSpartanImage() - .ForPlayer(gamertag); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetSpartanImage_MissingGamertag() - { - var query = new GetSpartanImage(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - } -} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/Stats/GetMatchesTests.cs b/Source/HaloSharp.Test/Query/Stats/GetMatchesTests.cs deleted file mode 100644 index eae9784..0000000 --- a/Source/HaloSharp.Test/Query/Stats/GetMatchesTests.cs +++ /dev/null @@ -1,236 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using HaloSharp.Exception; -using HaloSharp.Extension; -using HaloSharp.Model; -using HaloSharp.Model.Stats; -using HaloSharp.Query.Stats; -using HaloSharp.Test.Utility; -using Moq; -using Newtonsoft.Json; -using Newtonsoft.Json.Linq; -using Newtonsoft.Json.Schema; -using NUnit.Framework; - -namespace HaloSharp.Test.Query.Stats -{ - [TestFixture] - public class GetMatchesTests - { - private IHaloSession _mockSession; - private MatchSet _matchSet; - - [SetUp] - public void Setup() - { - _matchSet = JsonConvert.DeserializeObject(File.ReadAllText(Config.MatchesJsonPath)); - - var mock = new Mock(); - mock.Setup(m => m.Get(It.IsAny())) - .ReturnsAsync(_matchSet); - - _mockSession = mock.Object; - } - - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetMatches(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/players/{null}/matches{null}", uri); - } - - [Test] - [TestCase("Greenskull")] - [TestCase("Furiousn00b")] - public void GetConstructedUri_ForPlayer_MatchesExpected(string gamertag) - { - var query = new GetMatches() - .ForPlayer(gamertag); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/players/{gamertag}/matches{null}", uri); - } - - [Test] - [TestCase(Enumeration.GameMode.Arena)] - [TestCase(Enumeration.GameMode.Warzone)] - public void GetConstructedUri_InGameMode_MatchesExpected(Enumeration.GameMode gameMode) - { - var query = new GetMatches() - .InGameMode(gameMode); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/players/{null}/matches?modes={gameMode}", uri); - } - - [Test] - [TestCase(Enumeration.GameMode.Arena, Enumeration.GameMode.Warzone)] - [TestCase(Enumeration.GameMode.Campaign, Enumeration.GameMode.Custom)] - public void GetConstructedUri_InGameModes_MatchesExpected(Enumeration.GameMode gameMode1, Enumeration.GameMode gameMode2) - { - var query = new GetMatches() - .InGameModes(new List {gameMode1, gameMode2}); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/players/{null}/matches?modes={gameMode1},{gameMode2}", uri); - } - - [Test] - [TestCase(5)] - [TestCase(10)] - public void GetConstructedUri_Skip_MatchesExpected(int skip) - { - var query = new GetMatches() - .Skip(skip); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/players/{null}/matches?start={skip}", uri); - } - - [Test] - [TestCase(5)] - [TestCase(10)] - public void GetConstructedUri_Take_MatchesExpected(int take) - { - var query = new GetMatches() - .Take(take); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/players/{null}/matches?count={take}", uri); - } - - [Test] - [TestCase("Greenskull", Enumeration.GameMode.Warzone, 5, 10)] - [TestCase("Furiousn00b", Enumeration.GameMode.Arena, 15, 20)] - public void GetConstructedUri_Complex_MatchesExpected(string gamertag, Enumeration.GameMode gameMode, int skip, int take) - { - var query = new GetMatches() - .ForPlayer(gamertag) - .InGameMode(gameMode) - .Skip(skip) - .Take(take) - .SkipCache(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"stats/h5/players/{gamertag}/matches?modes={gameMode}&start={skip}&count={take}", uri); - } - - [Test] - public async Task Query_DoesNotThrow() - { - var query = new GetMatches() - .ForPlayer("Player") - .SkipCache(); - - var result = await _mockSession.Query(query); - - Assert.IsInstanceOf(typeof(MatchSet), result); - Assert.AreEqual(_matchSet, result); - } - - [Test] - [TestCase("Greenskull")] - [TestCase("Furiousn00b")] - public async Task GetMatches_DoesNotThrow(string gamertag) - { - var query = new GetMatches() - .ForPlayer(gamertag) - .SkipCache(); - - var result = await Global.Session.Query(query); - - Assert.IsInstanceOf(typeof(MatchSet), result); - } - - [Test] - [TestCase("Greenskull")] - [TestCase("Furiousn00b")] - public async Task GetMatches_SchemaIsValid(string gamertag) - { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.MatchesJsonSchemaPath), new JSchemaReaderSettings - { - Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.MatchesJsonSchemaPath)) - }); - - var query = new GetMatches() - .ForPlayer(gamertag) - .SkipCache(); - - var jArray = await Global.Session.Get(query.GetConstructedUri()); - - SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); - } - - [Test] - [TestCase("Greenskull")] - [TestCase("Furiousn00b")] - public async Task GetMatches_ModelMatchesSchema(string gamertag) - { - var schema = JSchema.Parse(File.ReadAllText(Config.MatchesJsonSchemaPath), new JSchemaReaderSettings - { - Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.MatchesJsonSchemaPath)) - }); - - var query = new GetMatches() - .ForPlayer(gamertag) - .SkipCache(); - - var result = await Global.Session.Query(query); - - var json = JsonConvert.SerializeObject(result); - var jContainer = JsonConvert.DeserializeObject(json); - - SchemaUtility.AssertSchemaIsValid(schema, jContainer); - } - - [Test] - [TestCase("Greenskull")] - [TestCase("Furiousn00b")] - public async Task GetMatches_IsSerializable(string gamertag) - { - var query = new GetMatches() - .ForPlayer(gamertag) - .SkipCache(); - - var result = await Global.Session.Query(query); - - SerializationUtility.AssertRoundTripSerializationIsPossible(result); - } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetMatches_MissingPlayer() - { - var query = new GetMatches(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - - [Test] - [TestCase("00000000000000017")] - [TestCase("!$%")] - [ExpectedException(typeof(ValidationException))] - public async Task GetMatches_InvalidGamertag(string gamertag) - { - var query = new GetMatches() - .ForPlayer(gamertag); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - } -} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/UserGeneratedContent/GetGameVariantTests.cs b/Source/HaloSharp.Test/Query/UserGeneratedContent/GetGameVariantTests.cs deleted file mode 100644 index 2d67b61..0000000 --- a/Source/HaloSharp.Test/Query/UserGeneratedContent/GetGameVariantTests.cs +++ /dev/null @@ -1,204 +0,0 @@ -using HaloSharp.Exception; -using HaloSharp.Extension; -using HaloSharp.Model.Stats; -using HaloSharp.Query.UserGeneratedContent; -using HaloSharp.Test.Utility; -using Newtonsoft.Json; -using Newtonsoft.Json.Linq; -using Newtonsoft.Json.Schema; -using NUnit.Framework; -using System; -using System.IO; -using System.Threading.Tasks; -using HaloSharp.Model.UserGeneratedContent; -using Moq; - -namespace HaloSharp.Test.Query.UserGeneratedContent -{ - [TestFixture] - public class GetGameVariantTests - { - private IHaloSession _mockSession; - private GameVariant _gameVariant; - - [SetUp] - public void Setup() - { - _gameVariant = JsonConvert.DeserializeObject(File.ReadAllText(Config.UserGeneratedContentGameVariantJsonPath)); - - var mock = new Mock(); - mock.Setup(m => m.Get(It.IsAny())) - .ReturnsAsync(_gameVariant); - - _mockSession = mock.Object; - } - - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetGameVariant(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/gamevariants/{null}", uri); - } - - [Test] - [TestCase("ducain23")] - public void GetConstructedUri_ForPlayer_MatchesExpected(string gamertag) - { - var query = new GetGameVariant() - .ForPlayer(gamertag); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{gamertag}/gamevariants/{null}", uri); - } - - [Test] - [TestCase("05c399ca-78cd-4dca-a0bd-c143f5ecb308")] - public void GetConstructedUri_InGameMode_MatchesExpected(string guid) - { - var query = new GetGameVariant() - .ForGameVariantId(new Guid(guid)); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/gamevariants/{guid}", uri); - } - - [Test] - [TestCase("ducain23", "05c399ca-78cd-4dca-a0bd-c143f5ecb308")] - public void GetConstructedUri_Complex_MatchesExpected(string gamertag, string guid) - { - var query = new GetGameVariant() - .ForPlayer(gamertag) - .ForGameVariantId(new Guid(guid)); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{gamertag}/gamevariants/{guid}", uri); - } - - [Test] - [TestCase("ducain23", "05c399ca-78cd-4dca-a0bd-c143f5ecb308")] - public async Task Query_DoesNotThrow(string gamertag, string guid) - { - var query = new GetGameVariant() - .ForPlayer(gamertag) - .ForGameVariantId(new Guid(guid)) - .SkipCache(); - - var result = await _mockSession.Query(query); - - Assert.IsInstanceOf(typeof(GameVariant), result); - Assert.AreEqual(_gameVariant, result); - } - - [Test] - [TestCase("ducain23", "05c399ca-78cd-4dca-a0bd-c143f5ecb308")] - public async Task GetGameVariant_DoesNotThrow(string gamertag, string guid) - { - var query = new GetGameVariant() - .ForPlayer(gamertag) - .ForGameVariantId(new Guid(guid)) - .SkipCache(); - - var result = await Global.Session.Query(query); - - Assert.IsInstanceOf(typeof(GameVariant), result); - } - - [Test] - [TestCase("ducain23", "05c399ca-78cd-4dca-a0bd-c143f5ecb308")] - public async Task GetGameVariant_SchemaIsValid(string gamertag, string guid) - { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.UserGeneratedContentGameVariantJsonSchemaPath), new JSchemaReaderSettings - { - Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.UserGeneratedContentGameVariantJsonSchemaPath)) - }); - - var query = new GetGameVariant() - .ForPlayer(gamertag) - .ForGameVariantId(new Guid(guid)) - .SkipCache(); - - var jArray = await Global.Session.Get(query.GetConstructedUri()); - - SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); - } - - [Test] - [TestCase("ducain23", "05c399ca-78cd-4dca-a0bd-c143f5ecb308")] - public async Task GetGameVariant_ModelMatchesSchema(string gamertag, string guid) - { - var schema = JSchema.Parse(File.ReadAllText(Config.UserGeneratedContentGameVariantJsonSchemaPath), new JSchemaReaderSettings - { - Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.UserGeneratedContentGameVariantJsonSchemaPath)) - }); - - var query = new GetGameVariant() - .ForPlayer(gamertag) - .ForGameVariantId(new Guid(guid)) - .SkipCache(); - - var result = await Global.Session.Query(query); - - var json = JsonConvert.SerializeObject(result); - var jContainer = JsonConvert.DeserializeObject(json); - - SchemaUtility.AssertSchemaIsValid(schema, jContainer); - } - - [Test] - [TestCase("ducain23", "05c399ca-78cd-4dca-a0bd-c143f5ecb308")] - public async Task GetGameVariant_IsSerializable(string gamertag, string guid) - { - var query = new GetGameVariant() - .ForPlayer(gamertag) - .ForGameVariantId(new Guid(guid)) - .SkipCache(); - - var result = await Global.Session.Query(query); - - SerializationUtility.AssertRoundTripSerializationIsPossible(result); - } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetGameVariant_MissingPlayer() - { - var query = new GetGameVariant() - .ForGameVariantId(new Guid()); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - - [Test] - [TestCase("00000000000000017")] - [TestCase("!$%")] - [ExpectedException(typeof(ValidationException))] - public async Task GetGameVariant_InvalidGamertag(string gamertag) - { - var query = new GetGameVariant() - .ForPlayer(gamertag); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetGameVariant_MissingGameVariantId() - { - var query = new GetGameVariant() - .ForPlayer("Player"); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - } -} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/UserGeneratedContent/GetMapVariantTests.cs b/Source/HaloSharp.Test/Query/UserGeneratedContent/GetMapVariantTests.cs deleted file mode 100644 index c26e341..0000000 --- a/Source/HaloSharp.Test/Query/UserGeneratedContent/GetMapVariantTests.cs +++ /dev/null @@ -1,204 +0,0 @@ -using HaloSharp.Exception; -using HaloSharp.Extension; -using HaloSharp.Model.Stats; -using HaloSharp.Query.UserGeneratedContent; -using HaloSharp.Test.Utility; -using Newtonsoft.Json; -using Newtonsoft.Json.Linq; -using Newtonsoft.Json.Schema; -using NUnit.Framework; -using System; -using System.IO; -using System.Threading.Tasks; -using HaloSharp.Model.UserGeneratedContent; -using Moq; - -namespace HaloSharp.Test.Query.UserGeneratedContent -{ - [TestFixture] - public class GetMapVariantTests - { - private IHaloSession _mockSession; - private MapVariant _mapVariant; - - [SetUp] - public void Setup() - { - _mapVariant = JsonConvert.DeserializeObject(File.ReadAllText(Config.UserGeneratedContentMapVariantJsonPath)); - - var mock = new Mock(); - mock.Setup(m => m.Get(It.IsAny())) - .ReturnsAsync(_mapVariant); - - _mockSession = mock.Object; - } - - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new GetMapVariant(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/mapvariants/{null}", uri); - } - - [Test] - [TestCase("ducain23")] - public void GetConstructedUri_ForPlayer_MatchesExpected(string gamertag) - { - var query = new GetMapVariant() - .ForPlayer(gamertag); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{gamertag}/mapvariants/{null}", uri); - } - - [Test] - [TestCase("7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] - public void GetConstructedUri_InGameMode_MatchesExpected(string guid) - { - var query = new GetMapVariant() - .ForMapVariantId(new Guid(guid)); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/mapvariants/{guid}", uri); - } - - [Test] - [TestCase("ducain23", "7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] - public void GetConstructedUri_Complex_MatchesExpected(string gamertag, string guid) - { - var query = new GetMapVariant() - .ForPlayer(gamertag) - .ForMapVariantId(new Guid(guid)); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{gamertag}/mapvariants/{guid}", uri); - } - - [Test] - [TestCase("ducain23", "7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] - public async Task Query_DoesNotThrow(string gamertag, string guid) - { - var query = new GetMapVariant() - .ForPlayer(gamertag) - .ForMapVariantId(new Guid(guid)) - .SkipCache(); - - var result = await _mockSession.Query(query); - - Assert.IsInstanceOf(typeof(MapVariant), result); - Assert.AreEqual(_mapVariant, result); - } - - [Test] - [TestCase("ducain23", "7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] - public async Task GetMapVariant_DoesNotThrow(string gamertag, string guid) - { - var query = new GetMapVariant() - .ForPlayer(gamertag) - .ForMapVariantId(new Guid(guid)) - .SkipCache(); - - var result = await Global.Session.Query(query); - - Assert.IsInstanceOf(typeof(MapVariant), result); - } - - [Test] - [TestCase("ducain23", "7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] - public async Task GetMapVariant_SchemaIsValid(string gamertag, string guid) - { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.UserGeneratedContentMapVariantJsonSchemaPath), new JSchemaReaderSettings - { - Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.UserGeneratedContentMapVariantJsonSchemaPath)) - }); - - var query = new GetMapVariant() - .ForPlayer(gamertag) - .ForMapVariantId(new Guid(guid)) - .SkipCache(); - - var jArray = await Global.Session.Get(query.GetConstructedUri()); - - SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); - } - - [Test] - [TestCase("ducain23", "7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] - public async Task GetMapVariant_ModelMatchesSchema(string gamertag, string guid) - { - var schema = JSchema.Parse(File.ReadAllText(Config.UserGeneratedContentMapVariantJsonSchemaPath), new JSchemaReaderSettings - { - Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.UserGeneratedContentMapVariantJsonSchemaPath)) - }); - - var query = new GetMapVariant() - .ForPlayer(gamertag) - .ForMapVariantId(new Guid(guid)) - .SkipCache(); - - var result = await Global.Session.Query(query); - - var json = JsonConvert.SerializeObject(result); - var jContainer = JsonConvert.DeserializeObject(json); - - SchemaUtility.AssertSchemaIsValid(schema, jContainer); - } - - [Test] - [TestCase("ducain23", "7f1489ad-77bb-42a5-8ffc-5990a0e83dfa")] - public async Task GetMapVariant_IsSerializable(string gamertag, string guid) - { - var query = new GetMapVariant() - .ForPlayer(gamertag) - .ForMapVariantId(new Guid(guid)) - .SkipCache(); - - var result = await Global.Session.Query(query); - - SerializationUtility.AssertRoundTripSerializationIsPossible(result); - } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetMapVariant_MissingPlayer() - { - var query = new GetMapVariant() - .ForMapVariantId(new Guid()); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - - [Test] - [TestCase("00000000000000017")] - [TestCase("!$%")] - [ExpectedException(typeof(ValidationException))] - public async Task GetMapVariant_InvalidGamertag(string gamertag) - { - var query = new GetMapVariant() - .ForPlayer(gamertag); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task GetMapVariant_MissingMapVariantId() - { - var query = new GetMapVariant() - .ForPlayer("Player"); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - } -} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/UserGeneratedContent/ListGameVariantsTests.cs b/Source/HaloSharp.Test/Query/UserGeneratedContent/ListGameVariantsTests.cs deleted file mode 100644 index 96428cb..0000000 --- a/Source/HaloSharp.Test/Query/UserGeneratedContent/ListGameVariantsTests.cs +++ /dev/null @@ -1,251 +0,0 @@ -using HaloSharp.Exception; -using HaloSharp.Extension; -using HaloSharp.Model.Stats; -using HaloSharp.Query.UserGeneratedContent; -using HaloSharp.Test.Utility; -using Newtonsoft.Json; -using Newtonsoft.Json.Linq; -using Newtonsoft.Json.Schema; -using NUnit.Framework; -using System; -using System.IO; -using System.Threading.Tasks; -using HaloSharp.Model; -using HaloSharp.Model.UserGeneratedContent; -using Moq; - -namespace HaloSharp.Test.Query.UserGeneratedContent -{ - [TestFixture] - public class ListGameVariantsTests - { - private IHaloSession _mockSession; - private GameVariantResult _gameVariantResult; - - [SetUp] - public void Setup() - { - _gameVariantResult = JsonConvert.DeserializeObject(File.ReadAllText(Config.UserGeneratedContentGameVariantsJsonPath)); - - var mock = new Mock(); - mock.Setup(m => m.Get(It.IsAny())) - .ReturnsAsync(_gameVariantResult); - - _mockSession = mock.Object; - } - - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new ListGameVariants(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/gamevariants", uri); - } - - [Test] - [TestCase("ducain23")] - public void GetConstructedUri_ForPlayer_MatchesExpected(string gamertag) - { - var query = new ListGameVariants() - .ForPlayer(gamertag); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{gamertag}/gamevariants", uri); - } - - [Test] - [TestCase(Enumeration.UserGeneratedContentSort.Name)] - public void GetConstructedUri_SortBy_MatchesExpected(Enumeration.UserGeneratedContentSort sort) - { - var query = new ListGameVariants() - .SortBy(sort); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/gamevariants?sort={sort}", uri); - } - - [Test] - public void GetConstructedUri_OrderByAscending_MatchesExpected() - { - var query = new ListGameVariants() - .OrderByAscending(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/gamevariants?order=asc", uri); - } - - [Test] - public void GetConstructedUri_OrderByDescending_MatchesExpected() - { - var query = new ListGameVariants() - .OrderByDescending(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/gamevariants?order=desc", uri); - } - - [Test] - [TestCase(5)] - public void GetConstructedUri_Skip_MatchesExpected(int skip) - { - var query = new ListGameVariants() - .Skip(skip); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/gamevariants?start={skip}", uri); - } - - [Test] - [TestCase(5)] - public void GetConstructedUri_Take_MatchesExpected(int take) - { - var query = new ListGameVariants() - .Take(take); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/gamevariants?count={take}", uri); - } - - [Test] - [TestCase("ducain23", Enumeration.UserGeneratedContentSort.Name, 10, 5)] - public void GetConstructedUri_Complex_MatchesExpected(string gamertag, Enumeration.UserGeneratedContentSort sort, int skip, int take) - { - var query = new ListGameVariants() - .ForPlayer(gamertag) - .SortBy(sort) - .OrderByAscending() - .Skip(skip) - .Take(take); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{gamertag}/gamevariants?sort={sort}&order=asc&start={skip}&count={take}", uri); - } - - [Test] - [TestCase("ducain23")] - public async Task Query_DoesNotThrow(string gamertag) - { - var query = new ListGameVariants() - .ForPlayer(gamertag) - .SkipCache(); - - var result = await _mockSession.Query(query); - - Assert.IsInstanceOf(typeof(GameVariantResult), result); - Assert.AreEqual(_gameVariantResult, result); - } - - [Test] - [TestCase("ducain23")] - public async Task ListGameVariants_DoesNotThrow(string gamertag) - { - var query = new ListGameVariants() - .ForPlayer(gamertag) - .SkipCache(); - - var result = await Global.Session.Query(query); - - Assert.IsInstanceOf(typeof(GameVariantResult), result); - } - - [Test] - [TestCase("ducain23")] - public async Task ListGameVariants_SchemaIsValid(string gamertag) - { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.UserGeneratedContentGameVariantsJsonSchemaPath), new JSchemaReaderSettings - { - Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.UserGeneratedContentGameVariantsJsonSchemaPath)) - }); - - var query = new ListGameVariants() - .ForPlayer(gamertag) - .SkipCache(); - - var jArray = await Global.Session.Get(query.GetConstructedUri()); - - SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); - } - - [Test] - [TestCase("ducain23")] - public async Task ListGameVariants_ModelMatchesSchema(string gamertag) - { - var schema = JSchema.Parse(File.ReadAllText(Config.UserGeneratedContentGameVariantsJsonSchemaPath), new JSchemaReaderSettings - { - Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.UserGeneratedContentGameVariantsJsonSchemaPath)) - }); - - var query = new ListGameVariants() - .ForPlayer(gamertag) - .SkipCache(); - - var result = await Global.Session.Query(query); - - var json = JsonConvert.SerializeObject(result); - var jContainer = JsonConvert.DeserializeObject(json); - - SchemaUtility.AssertSchemaIsValid(schema, jContainer); - } - - [Test] - [TestCase("ducain23")] - public async Task ListGameVariants_IsSerializable(string gamertag) - { - var query = new ListGameVariants() - .ForPlayer(gamertag) - .SkipCache(); - - var result = await Global.Session.Query(query); - - SerializationUtility.AssertRoundTripSerializationIsPossible(result); - } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task ListGameVariants_MissingPlayer() - { - var query = new ListGameVariants(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - - [Test] - [TestCase("00000000000000017")] - [TestCase("!$%")] - [ExpectedException(typeof(ValidationException))] - public async Task ListGameVariants_InvalidGamertag(string gamertag) - { - var query = new ListGameVariants() - .ForPlayer(gamertag); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - - [Test] - [TestCase(0)] - [TestCase(101)] - [ExpectedException(typeof(ValidationException))] - public async Task ListGameVariants_InvalidTake(int take) - { - var query = new ListGameVariants() - .ForPlayer("ducain23") - .Take(take); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - } -} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Query/UserGeneratedContent/ListMapVariantsTests.cs b/Source/HaloSharp.Test/Query/UserGeneratedContent/ListMapVariantsTests.cs deleted file mode 100644 index dae6823..0000000 --- a/Source/HaloSharp.Test/Query/UserGeneratedContent/ListMapVariantsTests.cs +++ /dev/null @@ -1,251 +0,0 @@ -using HaloSharp.Exception; -using HaloSharp.Extension; -using HaloSharp.Model.Stats; -using HaloSharp.Query.UserGeneratedContent; -using HaloSharp.Test.Utility; -using Newtonsoft.Json; -using Newtonsoft.Json.Linq; -using Newtonsoft.Json.Schema; -using NUnit.Framework; -using System; -using System.IO; -using System.Threading.Tasks; -using HaloSharp.Model; -using HaloSharp.Model.UserGeneratedContent; -using Moq; - -namespace HaloSharp.Test.Query.UserGeneratedContent -{ - [TestFixture] - public class ListMapVariantsTests - { - private IHaloSession _mockSession; - private MapVariantResult _mapVariantResult; - - [SetUp] - public void Setup() - { - _mapVariantResult = JsonConvert.DeserializeObject(File.ReadAllText(Config.UserGeneratedContentMapVariantsJsonPath)); - - var mock = new Mock(); - mock.Setup(m => m.Get(It.IsAny())) - .ReturnsAsync(_mapVariantResult); - - _mockSession = mock.Object; - } - - [Test] - public void GetConstructedUri_NoParameters_MatchesExpected() - { - var query = new ListMapVariants(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/mapvariants", uri); - } - - [Test] - [TestCase("ducain23")] - public void GetConstructedUri_ForPlayer_MatchesExpected(string gamertag) - { - var query = new ListMapVariants() - .ForPlayer(gamertag); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{gamertag}/mapvariants", uri); - } - - [Test] - [TestCase(Enumeration.UserGeneratedContentSort.Name)] - public void GetConstructedUri_SortBy_MatchesExpected(Enumeration.UserGeneratedContentSort sort) - { - var query = new ListMapVariants() - .SortBy(sort); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/mapvariants?sort={sort}", uri); - } - - [Test] - public void GetConstructedUri_OrderByAscending_MatchesExpected() - { - var query = new ListMapVariants() - .OrderByAscending(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/mapvariants?order=asc", uri); - } - - [Test] - public void GetConstructedUri_OrderByDescending_MatchesExpected() - { - var query = new ListMapVariants() - .OrderByDescending(); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/mapvariants?order=desc", uri); - } - - [Test] - [TestCase(5)] - public void GetConstructedUri_Skip_MatchesExpected(int skip) - { - var query = new ListMapVariants() - .Skip(skip); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/mapvariants?start={skip}", uri); - } - - [Test] - [TestCase(5)] - public void GetConstructedUri_Take_MatchesExpected(int take) - { - var query = new ListMapVariants() - .Take(take); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{null}/mapvariants?count={take}", uri); - } - - [Test] - [TestCase("ducain23", Enumeration.UserGeneratedContentSort.Name, 10, 5)] - public void GetConstructedUri_Complex_MatchesExpected(string gamertag, Enumeration.UserGeneratedContentSort sort, int skip, int take) - { - var query = new ListMapVariants() - .ForPlayer(gamertag) - .SortBy(sort) - .OrderByAscending() - .Skip(skip) - .Take(take); - - var uri = query.GetConstructedUri(); - - Assert.AreEqual($"ugc/h5/players/{gamertag}/mapvariants?sort={sort}&order=asc&start={skip}&count={take}", uri); - } - - [Test] - [TestCase("ducain23")] - public async Task Query_DoesNotThrow(string gamertag) - { - var query = new ListMapVariants() - .ForPlayer(gamertag) - .SkipCache(); - - var result = await _mockSession.Query(query); - - Assert.IsInstanceOf(typeof(MapVariantResult), result); - Assert.AreEqual(_mapVariantResult, result); - } - - [Test] - [TestCase("ducain23")] - public async Task ListMapVariants_DoesNotThrow(string gamertag) - { - var query = new ListMapVariants() - .ForPlayer(gamertag) - .SkipCache(); - - var result = await Global.Session.Query(query); - - Assert.IsInstanceOf(typeof(MapVariantResult), result); - } - - [Test] - [TestCase("ducain23")] - public async Task ListMapVariants_SchemaIsValid(string gamertag) - { - var weaponsSchema = JSchema.Parse(File.ReadAllText(Config.UserGeneratedContentMapVariantsJsonSchemaPath), new JSchemaReaderSettings - { - Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.UserGeneratedContentMapVariantsJsonSchemaPath)) - }); - - var query = new ListMapVariants() - .ForPlayer(gamertag) - .SkipCache(); - - var jArray = await Global.Session.Get(query.GetConstructedUri()); - - SchemaUtility.AssertSchemaIsValid(weaponsSchema, jArray); - } - - [Test] - [TestCase("ducain23")] - public async Task ListMapVariants_ModelMatchesSchema(string gamertag) - { - var schema = JSchema.Parse(File.ReadAllText(Config.UserGeneratedContentMapVariantsJsonSchemaPath), new JSchemaReaderSettings - { - Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(Config.UserGeneratedContentMapVariantsJsonSchemaPath)) - }); - - var query = new ListMapVariants() - .ForPlayer(gamertag) - .SkipCache(); - - var result = await Global.Session.Query(query); - - var json = JsonConvert.SerializeObject(result); - var jContainer = JsonConvert.DeserializeObject(json); - - SchemaUtility.AssertSchemaIsValid(schema, jContainer); - } - - [Test] - [TestCase("ducain23")] - public async Task ListMapVariants_IsSerializable(string gamertag) - { - var query = new ListMapVariants() - .ForPlayer(gamertag) - .SkipCache(); - - var result = await Global.Session.Query(query); - - SerializationUtility.AssertRoundTripSerializationIsPossible(result); - } - - [Test] - [ExpectedException(typeof(ValidationException))] - public async Task ListMapVariants_MissingPlayer() - { - var query = new ListMapVariants(); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - - [Test] - [TestCase("00000000000000017")] - [TestCase("!$%")] - [ExpectedException(typeof(ValidationException))] - public async Task ListMapVariants_InvalidGamertag(string gamertag) - { - var query = new ListMapVariants() - .ForPlayer(gamertag); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - - [Test] - [TestCase(0)] - [TestCase(101)] - [ExpectedException(typeof(ValidationException))] - public async Task ListMapVariants_InvalidTake(int take) - { - var query = new ListMapVariants() - .ForPlayer("ducain23") - .Take(take); - - await Global.Session.Query(query); - Assert.Fail("An exception should have been thrown"); - } - } -} \ No newline at end of file diff --git a/Source/HaloSharp.Test/Schema/Halo5SchemaTests.cs b/Source/HaloSharp.Test/Schema/Halo5SchemaTests.cs new file mode 100644 index 0000000..b183e51 --- /dev/null +++ b/Source/HaloSharp.Test/Schema/Halo5SchemaTests.cs @@ -0,0 +1,130 @@ +using System; +using System.Collections.Generic; +using System.IO; +using HaloSharp.Model.Common; +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Model.Halo5.Metadata.Common; +using HaloSharp.Model.Halo5.Stats; +using HaloSharp.Model.Halo5.Stats.CarnageReport; +using HaloSharp.Model.Halo5.Stats.Lifetime; +using HaloSharp.Model.Halo5.UserGeneratedContent; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; + +namespace HaloSharp.Test.Schema +{ + class Halo5SchemaTests + { + [Test] + [TestCase(Halo5Config.CampaignMissionsJsonPath, Halo5Config.CampaignMissionsJsonSchemaPath)] + [TestCase(Halo5Config.CommendationJsonPath, Halo5Config.CommendationJsonSchemaPath)] + [TestCase(Halo5Config.CompetitiveSkillRankDesignationsJsonPath, Halo5Config.CompetitiveSkillRankDesignationsJsonSchemaPath)] + [TestCase(Halo5Config.EnemyJsonPath, Halo5Config.EnemyJsonSchemaPath)] + [TestCase(Halo5Config.FlexibleStatJsonPath, Halo5Config.FlexibleStatJsonSchemaPath)] + [TestCase(Halo5Config.GameBaseVariantJsonPath, Halo5Config.GameBaseVariantJsonSchemaPath)] + [TestCase(Halo5Config.GameVariantJsonPath, Halo5Config.GameVariantJsonSchemaPath)] + [TestCase(Halo5Config.ImpulseJsonPath, Halo5Config.ImpulseJsonSchemaPath)] + [TestCase(Halo5Config.MapJsonPath, Halo5Config.MapJsonSchemaPath)] + [TestCase(Halo5Config.MapVariantJsonPath, Halo5Config.MapVariantJsonSchemaPath)] + [TestCase(Halo5Config.MedalJsonPath, Halo5Config.MedalJsonSchemaPath)] + [TestCase(Halo5Config.PlaylistJsonPath, Halo5Config.PlaylistJsonSchemaPath)] + [TestCase(Halo5Config.RequisitionJsonPath, Halo5Config.RequisitionJsonSchemaPath)] + [TestCase(Halo5Config.RequisitionPackJsonPath, Halo5Config.RequisitionPackJsonSchemaPath)] + [TestCase(Halo5Config.SeasonsJsonPath, Halo5Config.SeasonsJsonSchemaPath)] + [TestCase(Halo5Config.SkullsJsonPath, Halo5Config.SkullsJsonSchemaPath)] + [TestCase(Halo5Config.SpartanRanksJsonPath, Halo5Config.SpartanRanksJsonSchemaPath)] + [TestCase(Halo5Config.TeamColorsJsonPath, Halo5Config.TeamColorsJsonSchemaPath)] + [TestCase(Halo5Config.VehiclesJsonPath, Halo5Config.VehiclesJsonSchemaPath)] + [TestCase(Halo5Config.WeaponsJsonPath, Halo5Config.WeaponsJsonSchemaPath)] + + [TestCase(Halo5Config.ArenaMatchJsonPath, Halo5Config.ArenaMatchJsonSchemaPath)] + [TestCase(Halo5Config.CampaignMatchJsonPath, Halo5Config.CampaignMatchJsonSchemaPath)] + [TestCase(Halo5Config.CustomMatchJsonPath, Halo5Config.CustomMatchJsonSchemaPath)] + [TestCase(Halo5Config.WarzoneMatchJsonPath, Halo5Config.WarzoneMatchJsonSchemaPath)] + [TestCase(Halo5Config.MatchEventsJsonPath, Halo5Config.MatchEventsJsonSchemaPath)] + + [TestCase(Halo5Config.ArenaServiceRecordJsonPath, Halo5Config.ArenaServiceRecordJsonSchemaPath)] + [TestCase(Halo5Config.CampaignServiceRecordJsonPath, Halo5Config.CampaignServiceRecordJsonSchemaPath)] + [TestCase(Halo5Config.CustomServiceRecordJsonPath, Halo5Config.CustomServiceRecordJsonSchemaPath)] + [TestCase(Halo5Config.WarzoneServiceRecordJsonPath, Halo5Config.WarzoneServiceRecordJsonSchemaPath)] + + [TestCase(Halo5Config.MatchesJsonPath, Halo5Config.MatchesJsonSchemaPath)] + [TestCase(Halo5Config.LeaderboardJsonPath, Halo5Config.LeaderboardJsonSchemaPath)] + + [TestCase(Halo5Config.UserGeneratedContentGameVariantsJsonPath, Halo5Config.UserGeneratedContentGameVariantsJsonSchemaPath)] + [TestCase(Halo5Config.UserGeneratedContentMapVariantsJsonPath, Halo5Config.UserGeneratedContentMapVariantsJsonSchemaPath)] + [TestCase(Halo5Config.UserGeneratedContentGameVariantJsonPath, Halo5Config.UserGeneratedContentGameVariantJsonSchemaPath)] + [TestCase(Halo5Config.UserGeneratedContentMapVariantJsonPath, Halo5Config.UserGeneratedContentMapVariantJsonSchemaPath)] + public void SchemaIsValid(string jsonPath, string schemaPath) + { + var schema = JSchema.Parse(File.ReadAllText(schemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(schemaPath)) + }); + + var jContainer = JsonConvert.DeserializeObject(File.ReadAllText(jsonPath)); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase(Halo5Config.CampaignMissionsJsonPath, Halo5Config.CampaignMissionsJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.CommendationJsonPath, Halo5Config.CommendationJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.CompetitiveSkillRankDesignationsJsonPath, Halo5Config.CompetitiveSkillRankDesignationsJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.EnemyJsonPath, Halo5Config.EnemyJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.FlexibleStatJsonPath, Halo5Config.FlexibleStatJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.GameBaseVariantJsonPath, Halo5Config.GameBaseVariantJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.GameVariantJsonPath, Halo5Config.GameVariantJsonSchemaPath, typeof(Model.Halo5.Metadata.GameVariant))] + [TestCase(Halo5Config.ImpulseJsonPath, Halo5Config.ImpulseJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.MapJsonPath, Halo5Config.MapJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.MapVariantJsonPath, Halo5Config.MapVariantJsonSchemaPath, typeof(Model.Halo5.Metadata.MapVariant))] + [TestCase(Halo5Config.MedalJsonPath, Halo5Config.MedalJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.PlaylistJsonPath, Halo5Config.PlaylistJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.RequisitionJsonPath, Halo5Config.RequisitionJsonSchemaPath, typeof(Requisition))] + [TestCase(Halo5Config.RequisitionPackJsonPath, Halo5Config.RequisitionPackJsonSchemaPath, typeof(RequisitionPack))] + [TestCase(Halo5Config.SeasonsJsonPath, Halo5Config.SeasonsJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.SkullsJsonPath, Halo5Config.SkullsJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.SpartanRanksJsonPath, Halo5Config.SpartanRanksJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.TeamColorsJsonPath, Halo5Config.TeamColorsJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.VehiclesJsonPath, Halo5Config.VehiclesJsonSchemaPath, typeof(List))] + [TestCase(Halo5Config.WeaponsJsonPath, Halo5Config.WeaponsJsonSchemaPath, typeof(List))] + + [TestCase(Halo5Config.ArenaMatchJsonPath, Halo5Config.ArenaMatchJsonSchemaPath, typeof(ArenaMatch))] + [TestCase(Halo5Config.CampaignMatchJsonPath, Halo5Config.CampaignMatchJsonSchemaPath, typeof(CampaignMatch))] + [TestCase(Halo5Config.CustomMatchJsonPath, Halo5Config.CustomMatchJsonSchemaPath, typeof(CustomMatch))] + [TestCase(Halo5Config.WarzoneMatchJsonPath, Halo5Config.WarzoneMatchJsonSchemaPath, typeof(WarzoneMatch))] + [TestCase(Halo5Config.MatchEventsJsonPath, Halo5Config.MatchEventsJsonSchemaPath, typeof(MatchEventSummary))] + + [TestCase(Halo5Config.ArenaServiceRecordJsonPath, Halo5Config.ArenaServiceRecordJsonSchemaPath, typeof(ArenaServiceRecord))] + [TestCase(Halo5Config.CampaignServiceRecordJsonPath, Halo5Config.CampaignServiceRecordJsonSchemaPath, typeof(CampaignServiceRecord))] + [TestCase(Halo5Config.CustomServiceRecordJsonPath, Halo5Config.CustomServiceRecordJsonSchemaPath, typeof(CustomServiceRecord))] + [TestCase(Halo5Config.WarzoneServiceRecordJsonPath, Halo5Config.WarzoneServiceRecordJsonSchemaPath, typeof(WarzoneServiceRecord))] + + [TestCase(Halo5Config.MatchesJsonPath, Halo5Config.MatchesJsonSchemaPath, typeof(MatchSet))] + [TestCase(Halo5Config.LeaderboardJsonPath, Halo5Config.LeaderboardJsonSchemaPath, typeof(Leaderboard))] + + [TestCase(Halo5Config.UserGeneratedContentGameVariantsJsonPath, Halo5Config.UserGeneratedContentGameVariantsJsonSchemaPath, typeof(GameVariantResult))] + [TestCase(Halo5Config.UserGeneratedContentMapVariantsJsonPath, Halo5Config.UserGeneratedContentMapVariantsJsonSchemaPath, typeof(MapVariantResult))] + [TestCase(Halo5Config.UserGeneratedContentGameVariantJsonPath, Halo5Config.UserGeneratedContentGameVariantJsonSchemaPath, typeof(Model.Halo5.UserGeneratedContent.GameVariant))] + [TestCase(Halo5Config.UserGeneratedContentMapVariantJsonPath, Halo5Config.UserGeneratedContentMapVariantJsonSchemaPath, typeof(Model.Halo5.UserGeneratedContent.MapVariant))] + public void ModelMatchesSchema(string jsonPath, string schemaPath, Type type) + { + var schema = JSchema.Parse(File.ReadAllText(schemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(schemaPath)) + }); + + var requisitionPack = JsonConvert.DeserializeObject(File.ReadAllText(jsonPath), type); + var json = JsonConvert.SerializeObject(requisitionPack); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + } +} diff --git a/Source/HaloSharp.Test/Schema/HaloWars2SchemaTests.cs b/Source/HaloSharp.Test/Schema/HaloWars2SchemaTests.cs new file mode 100644 index 0000000..7c45685 --- /dev/null +++ b/Source/HaloSharp.Test/Schema/HaloWars2SchemaTests.cs @@ -0,0 +1,97 @@ +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using Newtonsoft.Json.Schema; +using NUnit.Framework; +using System; +using System.IO; + +namespace HaloSharp.Test.Schema +{ + class HaloWars2SchemaTests + { + [Test] + [TestCase(HaloWars2Config.CampaignLevelsJsonPath, HaloWars2Config.CampaignLevelsJsonSchemaPath)] + [TestCase(HaloWars2Config.CampaignLogsJsonPath, HaloWars2Config.CampaignLogsJsonSchemaPath)] + [TestCase(HaloWars2Config.CardKeywordsJsonPath, HaloWars2Config.CardKeywordsJsonSchemaPath)] + [TestCase(HaloWars2Config.CardsJsonPath, HaloWars2Config.CardsJsonSchemaPath)] + [TestCase(HaloWars2Config.CsrDesignationsJsonPath, HaloWars2Config.CsrDesignationsJsonSchemaPath)] + [TestCase(HaloWars2Config.DifficultiesJsonPath, HaloWars2Config.DifficultiesJsonSchemaPath)] + [TestCase(HaloWars2Config.GameObjectCategoriesJsonPath, HaloWars2Config.GameObjectCategoriesJsonSchemaPath)] + [TestCase(HaloWars2Config.GameObjectsJsonPath, HaloWars2Config.GameObjectsJsonSchemaPath)] + [TestCase(HaloWars2Config.LeaderPowersJsonPath, HaloWars2Config.LeaderPowersJsonSchemaPath)] + [TestCase(HaloWars2Config.LeadersJsonPath, HaloWars2Config.LeadersJsonSchemaPath)] + [TestCase(HaloWars2Config.MapsJsonPath, HaloWars2Config.MapsJsonSchemaPath)] + [TestCase(HaloWars2Config.PacksJsonPath, HaloWars2Config.PacksJsonSchemaPath)] + [TestCase(HaloWars2Config.PlaylistsJsonPath, HaloWars2Config.PlaylistsJsonSchemaPath)] + [TestCase(HaloWars2Config.SeasonsJsonPath, HaloWars2Config.SeasonsJsonSchemaPath)] + [TestCase(HaloWars2Config.SpartanRanksJsonPath, HaloWars2Config.SpartanRanksJsonSchemaPath)] + [TestCase(HaloWars2Config.TechsJsonPath, HaloWars2Config.TechsJsonSchemaPath)] + + [TestCase(HaloWars2Config.MatchJsonPath, HaloWars2Config.MatchJsonSchemaPath)] + [TestCase(HaloWars2Config.MatchEventsJsonPath, HaloWars2Config.MatchEventsJsonSchemaPath)] + + [TestCase(HaloWars2Config.CampaignProgressJsonPath, HaloWars2Config.CampaignProgressJsonSchemaPath)] + [TestCase(HaloWars2Config.ExperienceSummaryJsonPath, HaloWars2Config.ExperienceSummaryJsonSchemaPath)] + [TestCase(HaloWars2Config.MatchHistoryJsonPath, HaloWars2Config.MatchHistoryJsonSchemaPath)] + [TestCase(HaloWars2Config.PlayerSummaryJsonPath, HaloWars2Config.PlayerSummaryJsonSchemaPath)] + [TestCase(HaloWars2Config.PlaylistRatingsJsonPath, HaloWars2Config.PlaylistRatingsJsonSchemaPath)] + [TestCase(HaloWars2Config.SeasonSummaryJsonPath, HaloWars2Config.SeasonSummaryJsonSchemaPath)] + public void SchemaIsValid(string jsonPath, string schemaPath) + { + var schema = JSchema.Parse(File.ReadAllText(schemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(schemaPath)) + }); + + var jContainer = JsonConvert.DeserializeObject(File.ReadAllText(jsonPath)); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + + [Test] + [TestCase(HaloWars2Config.CampaignLevelsJsonPath, HaloWars2Config.CampaignLevelsJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.CampaignLogsJsonPath, HaloWars2Config.CampaignLogsJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.CardKeywordsJsonPath, HaloWars2Config.CardKeywordsJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.CardsJsonPath, HaloWars2Config.CardsJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.CsrDesignationsJsonPath, HaloWars2Config.CsrDesignationsJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.DifficultiesJsonPath, HaloWars2Config.DifficultiesJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.GameObjectCategoriesJsonPath, HaloWars2Config.GameObjectCategoriesJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.GameObjectsJsonPath, HaloWars2Config.GameObjectsJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.LeaderPowersJsonPath, HaloWars2Config.LeaderPowersJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.LeadersJsonPath, HaloWars2Config.LeadersJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.MapsJsonPath, HaloWars2Config.MapsJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.PacksJsonPath, HaloWars2Config.PacksJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.PlaylistsJsonPath, HaloWars2Config.PlaylistsJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.SeasonsJsonPath, HaloWars2Config.SeasonsJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.SpartanRanksJsonPath, HaloWars2Config.SpartanRanksJsonSchemaPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.TechsJsonPath, HaloWars2Config.TechsJsonSchemaPath, typeof(PagedResponse>))] + + [TestCase(HaloWars2Config.MatchJsonPath, HaloWars2Config.MatchJsonSchemaPath, typeof(Model.HaloWars2.Stats.CarnageReport.Match))] + [TestCase(HaloWars2Config.MatchEventsJsonPath, HaloWars2Config.MatchEventsJsonSchemaPath, typeof(Model.HaloWars2.Stats.CarnageReport.MatchEventSummary))] + + [TestCase(HaloWars2Config.CampaignProgressJsonPath, HaloWars2Config.CampaignProgressJsonSchemaPath, typeof(Model.HaloWars2.Stats.Lifetime.CampaignSummary))] + [TestCase(HaloWars2Config.ExperienceSummaryJsonPath, HaloWars2Config.ExperienceSummaryJsonSchemaPath, typeof(Model.HaloWars2.Stats.Lifetime.ExperienceSummaryResultSet))] + [TestCase(HaloWars2Config.MatchHistoryJsonPath, HaloWars2Config.MatchHistoryJsonSchemaPath, typeof(Model.Common.MatchSet))] + [TestCase(HaloWars2Config.PlayerSummaryJsonPath, HaloWars2Config.PlayerSummaryJsonSchemaPath, typeof(Model.HaloWars2.Stats.Lifetime.PlayerSummary))] + [TestCase(HaloWars2Config.PlaylistRatingsJsonPath, HaloWars2Config.PlaylistRatingsJsonSchemaPath, typeof(Model.HaloWars2.Stats.Lifetime.PlaylistSummaryResultSet))] + [TestCase(HaloWars2Config.SeasonSummaryJsonPath, HaloWars2Config.SeasonSummaryJsonSchemaPath, typeof(Model.HaloWars2.Stats.Lifetime.SeasonSummary))] + public void ModelMatchesSchema(string jsonPath, string schemaPath, Type type) + { + var schema = JSchema.Parse(File.ReadAllText(schemaPath), new JSchemaReaderSettings + { + Resolver = new JSchemaUrlResolver(), + BaseUri = new Uri(Path.GetFullPath(schemaPath)) + }); + + var value = JsonConvert.DeserializeObject(File.ReadAllText(jsonPath), type); + var json = JsonConvert.SerializeObject(value); + var jContainer = JsonConvert.DeserializeObject(json); + + SchemaUtility.AssertSchemaIsValid(schema, jContainer); + } + } +} diff --git a/Source/HaloSharp.Test/Schema/SchemaTests.cs b/Source/HaloSharp.Test/Schema/SchemaTests.cs deleted file mode 100644 index ae75776..0000000 --- a/Source/HaloSharp.Test/Schema/SchemaTests.cs +++ /dev/null @@ -1,127 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using HaloSharp.Model.Metadata; -using HaloSharp.Model.Metadata.Common; -using HaloSharp.Model.Stats; -using HaloSharp.Model.Stats.CarnageReport; -using HaloSharp.Model.Stats.Lifetime; -using HaloSharp.Test.Utility; -using Newtonsoft.Json; -using Newtonsoft.Json.Linq; -using Newtonsoft.Json.Schema; -using NUnit.Framework; - -namespace HaloSharp.Test.Schema -{ - class SchemaTests - { - [Test] - [TestCase(Config.CampaignMissionsJsonPath, Config.CampaignMissionsJsonSchemaPath)] - [TestCase(Config.CommendationJsonPath, Config.CommendationJsonSchemaPath)] - [TestCase(Config.CompetitiveSkillRankDesignationsJsonPath, Config.CompetitiveSkillRankDesignationsJsonSchemaPath)] - [TestCase(Config.EnemyJsonPath, Config.EnemyJsonSchemaPath)] - [TestCase(Config.FlexibleStatJsonPath, Config.FlexibleStatJsonSchemaPath)] - [TestCase(Config.GameBaseVariantJsonPath, Config.GameBaseVariantJsonSchemaPath)] - [TestCase(Config.GameVariantJsonPath, Config.GameVariantJsonSchemaPath)] - [TestCase(Config.ImpulseJsonPath, Config.ImpulseJsonSchemaPath)] - [TestCase(Config.MapJsonPath, Config.MapJsonSchemaPath)] - [TestCase(Config.MapVariantJsonPath, Config.MapVariantJsonSchemaPath)] - [TestCase(Config.MedalJsonPath, Config.MedalJsonSchemaPath)] - [TestCase(Config.PlaylistJsonPath, Config.PlaylistJsonSchemaPath)] - [TestCase(Config.RequisitionJsonPath, Config.RequisitionJsonSchemaPath)] - [TestCase(Config.RequisitionPackJsonPath, Config.RequisitionPackJsonSchemaPath)] - [TestCase(Config.SeasonsJsonPath, Config.SeasonsJsonSchemaPath)] - [TestCase(Config.SkullsJsonPath, Config.SkullsJsonSchemaPath)] - [TestCase(Config.SpartanRanksJsonPath, Config.SpartanRanksJsonSchemaPath)] - [TestCase(Config.TeamColorsJsonPath, Config.TeamColorsJsonSchemaPath)] - [TestCase(Config.VehiclesJsonPath, Config.VehiclesJsonSchemaPath)] - [TestCase(Config.WeaponsJsonPath, Config.WeaponsJsonSchemaPath)] - - [TestCase(Config.ArenaMatchJsonPath, Config.ArenaMatchJsonSchemaPath)] - [TestCase(Config.CampaignMatchJsonPath, Config.CampaignMatchJsonSchemaPath)] - [TestCase(Config.CustomMatchJsonPath, Config.CustomMatchJsonSchemaPath)] - [TestCase(Config.WarzoneMatchJsonPath, Config.WarzoneMatchJsonSchemaPath)] - [TestCase(Config.MatchEventsJsonPath, Config.MatchEventsJsonSchemaPath)] - - [TestCase(Config.ArenaServiceRecordJsonPath, Config.ArenaServiceRecordJsonSchemaPath)] - [TestCase(Config.CampaignServiceRecordJsonPath, Config.CampaignServiceRecordJsonSchemaPath)] - [TestCase(Config.CustomServiceRecordJsonPath, Config.CustomServiceRecordJsonSchemaPath)] - [TestCase(Config.WarzoneServiceRecordJsonPath, Config.WarzoneServiceRecordJsonSchemaPath)] - - [TestCase(Config.MatchesJsonPath, Config.MatchesJsonSchemaPath)] - [TestCase(Config.LeaderboardJsonPath, Config.LeaderboardJsonSchemaPath)] - - [TestCase(Config.UserGeneratedContentGameVariantsJsonPath, Config.UserGeneratedContentGameVariantsJsonSchemaPath)] - [TestCase(Config.UserGeneratedContentMapVariantsJsonPath, Config.UserGeneratedContentMapVariantsJsonSchemaPath)] - [TestCase(Config.UserGeneratedContentGameVariantJsonPath, Config.UserGeneratedContentGameVariantJsonSchemaPath)] - [TestCase(Config.UserGeneratedContentMapVariantJsonPath, Config.UserGeneratedContentMapVariantJsonSchemaPath)] - public void SchemaIsValid(string jsonPath, string schemaPath) - { - var schema = JSchema.Parse(File.ReadAllText(schemaPath), new JSchemaReaderSettings - { - Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(schemaPath)) - }); - - var jContainer = JsonConvert.DeserializeObject(File.ReadAllText(jsonPath)); - - SchemaUtility.AssertSchemaIsValid(schema, jContainer); - } - - [Test] - [TestCase(Config.CampaignMissionsJsonPath, Config.CampaignMissionsJsonSchemaPath, typeof(List))] - [TestCase(Config.CommendationJsonPath, Config.CommendationJsonSchemaPath, typeof(List))] - [TestCase(Config.CompetitiveSkillRankDesignationsJsonPath, Config.CompetitiveSkillRankDesignationsJsonSchemaPath, typeof(List))] - [TestCase(Config.EnemyJsonPath, Config.EnemyJsonSchemaPath, typeof(List))] - [TestCase(Config.FlexibleStatJsonPath, Config.FlexibleStatJsonSchemaPath, typeof(List))] - [TestCase(Config.GameBaseVariantJsonPath, Config.GameBaseVariantJsonSchemaPath, typeof(List))] - [TestCase(Config.GameVariantJsonPath, Config.GameVariantJsonSchemaPath, typeof(GameVariant))] - [TestCase(Config.ImpulseJsonPath, Config.ImpulseJsonSchemaPath, typeof(List))] - [TestCase(Config.MapJsonPath, Config.MapJsonSchemaPath, typeof(List))] - [TestCase(Config.MapVariantJsonPath, Config.MapVariantJsonSchemaPath, typeof(MapVariant))] - [TestCase(Config.MedalJsonPath, Config.MedalJsonSchemaPath, typeof(List))] - [TestCase(Config.PlaylistJsonPath, Config.PlaylistJsonSchemaPath, typeof(List))] - [TestCase(Config.RequisitionJsonPath, Config.RequisitionJsonSchemaPath, typeof(Requisition))] - [TestCase(Config.RequisitionPackJsonPath, Config.RequisitionPackJsonSchemaPath, typeof(RequisitionPack))] - [TestCase(Config.SeasonsJsonPath, Config.SeasonsJsonSchemaPath, typeof(List))] - [TestCase(Config.SkullsJsonPath, Config.SkullsJsonSchemaPath, typeof(List))] - [TestCase(Config.SpartanRanksJsonPath, Config.SpartanRanksJsonSchemaPath, typeof(List))] - [TestCase(Config.TeamColorsJsonPath, Config.TeamColorsJsonSchemaPath, typeof(List))] - [TestCase(Config.VehiclesJsonPath, Config.VehiclesJsonSchemaPath, typeof(List))] - [TestCase(Config.WeaponsJsonPath, Config.WeaponsJsonSchemaPath, typeof(List))] - - [TestCase(Config.ArenaMatchJsonPath, Config.ArenaMatchJsonSchemaPath, typeof(ArenaMatch))] - [TestCase(Config.CampaignMatchJsonPath, Config.CampaignMatchJsonSchemaPath, typeof(CampaignMatch))] - [TestCase(Config.CustomMatchJsonPath, Config.CustomMatchJsonSchemaPath, typeof(CustomMatch))] - [TestCase(Config.WarzoneMatchJsonPath, Config.WarzoneMatchJsonSchemaPath, typeof(WarzoneMatch))] - [TestCase(Config.MatchEventsJsonPath, Config.MatchEventsModelJsonSchemaPath, typeof(MatchEvents))] - - [TestCase(Config.ArenaServiceRecordJsonPath, Config.ArenaServiceRecordJsonSchemaPath, typeof(ArenaServiceRecord))] - [TestCase(Config.CampaignServiceRecordJsonPath, Config.CampaignServiceRecordJsonSchemaPath, typeof(CampaignServiceRecord))] - [TestCase(Config.CustomServiceRecordJsonPath, Config.CustomServiceRecordJsonSchemaPath, typeof(CustomServiceRecord))] - [TestCase(Config.WarzoneServiceRecordJsonPath, Config.WarzoneServiceRecordJsonSchemaPath, typeof(WarzoneServiceRecord))] - - [TestCase(Config.MatchesJsonPath, Config.MatchesJsonSchemaPath, typeof(MatchSet))] - [TestCase(Config.LeaderboardJsonPath, Config.LeaderboardJsonSchemaPath, typeof(Leaderboard))] - - [TestCase(Config.UserGeneratedContentGameVariantsJsonPath, Config.UserGeneratedContentGameVariantsJsonSchemaPath, typeof(Model.UserGeneratedContent.GameVariantResult))] - [TestCase(Config.UserGeneratedContentMapVariantsJsonPath, Config.UserGeneratedContentMapVariantsJsonSchemaPath, typeof(Model.UserGeneratedContent.MapVariantResult))] - [TestCase(Config.UserGeneratedContentGameVariantJsonPath, Config.UserGeneratedContentGameVariantJsonSchemaPath, typeof(Model.UserGeneratedContent.GameVariant))] - [TestCase(Config.UserGeneratedContentMapVariantJsonPath, Config.UserGeneratedContentMapVariantJsonSchemaPath, typeof(Model.UserGeneratedContent.MapVariant))] - public void ModelMatchesSchema(string jsonPath, string schemaPath, Type type) - { - var schema = JSchema.Parse(File.ReadAllText(schemaPath), new JSchemaReaderSettings - { - Resolver = new JSchemaUrlResolver(), - BaseUri = new Uri(Path.GetFullPath(schemaPath)) - }); - - var requisitionPack = JsonConvert.DeserializeObject(File.ReadAllText(jsonPath), type); - var json = JsonConvert.SerializeObject(requisitionPack); - var jContainer = JsonConvert.DeserializeObject(json); - - SchemaUtility.AssertSchemaIsValid(schema, jContainer); - } - } -} diff --git a/Source/HaloSharp.Test/Serialization/Halo5SerializationTests.cs b/Source/HaloSharp.Test/Serialization/Halo5SerializationTests.cs new file mode 100644 index 0000000..1bdb96b --- /dev/null +++ b/Source/HaloSharp.Test/Serialization/Halo5SerializationTests.cs @@ -0,0 +1,69 @@ +using HaloSharp.Model.Halo5.Metadata; +using HaloSharp.Model.Halo5.Metadata.Common; +using HaloSharp.Model.Halo5.Stats; +using HaloSharp.Model.Halo5.Stats.CarnageReport; +using HaloSharp.Model.Halo5.Stats.Lifetime; +using HaloSharp.Model.Halo5.UserGeneratedContent; +using HaloSharp.Test.Utility; +using Newtonsoft.Json; +using NUnit.Framework; +using System; +using System.Collections.Generic; +using System.IO; +using HaloSharp.Model.Common; +using HaloSharp.Test.Config; + +namespace HaloSharp.Test.Serialization +{ + class Halo5SerializationTests + { + [Test] + [TestCase(Halo5Config.CampaignMissionsJsonPath, typeof(List))] + [TestCase(Halo5Config.CommendationJsonPath, typeof(List))] + [TestCase(Halo5Config.CompetitiveSkillRankDesignationsJsonPath, typeof(List))] + [TestCase(Halo5Config.EnemyJsonPath, typeof(List))] + [TestCase(Halo5Config.FlexibleStatJsonPath, typeof(List))] + [TestCase(Halo5Config.GameBaseVariantJsonPath, typeof(List))] + [TestCase(Halo5Config.GameVariantJsonPath, typeof(Model.Halo5.Metadata.GameVariant))] + [TestCase(Halo5Config.ImpulseJsonPath, typeof(List))] + [TestCase(Halo5Config.MapJsonPath, typeof(List))] + [TestCase(Halo5Config.MapVariantJsonPath, typeof(Model.Halo5.Metadata.MapVariant))] + [TestCase(Halo5Config.MedalJsonPath, typeof(List))] + [TestCase(Halo5Config.PlaylistJsonPath, typeof(List))] + [TestCase(Halo5Config.RequisitionJsonPath, typeof(Requisition))] + [TestCase(Halo5Config.RequisitionPackJsonPath, typeof(RequisitionPack))] + [TestCase(Halo5Config.SeasonsJsonPath, typeof(List))] + [TestCase(Halo5Config.SkullsJsonPath, typeof(List))] + [TestCase(Halo5Config.SpartanRanksJsonPath, typeof(List))] + [TestCase(Halo5Config.TeamColorsJsonPath, typeof(List))] + [TestCase(Halo5Config.VehiclesJsonPath, typeof(List))] + [TestCase(Halo5Config.WeaponsJsonPath, typeof(List))] + + [TestCase(Halo5Config.ArenaMatchJsonPath, typeof(ArenaMatch))] + [TestCase(Halo5Config.CampaignMatchJsonPath, typeof(CampaignMatch))] + [TestCase(Halo5Config.CustomMatchJsonPath, typeof(CustomMatch))] + [TestCase(Halo5Config.WarzoneMatchJsonPath, typeof(WarzoneMatch))] + [TestCase(Halo5Config.MatchEventsJsonPath, typeof(MatchEventSummary))] + + [TestCase(Halo5Config.ArenaServiceRecordJsonPath, typeof(ArenaServiceRecord))] + [TestCase(Halo5Config.CampaignServiceRecordJsonPath, typeof(CampaignServiceRecord))] + [TestCase(Halo5Config.CustomServiceRecordJsonPath, typeof(CustomServiceRecord))] + [TestCase(Halo5Config.WarzoneServiceRecordJsonPath, typeof(WarzoneServiceRecord))] + + [TestCase(Halo5Config.MatchesJsonPath, typeof(MatchSet))] + [TestCase(Halo5Config.LeaderboardJsonPath, typeof(Leaderboard))] + + [TestCase(Halo5Config.UserGeneratedContentGameVariantsJsonPath, typeof(GameVariantResult))] + [TestCase(Halo5Config.UserGeneratedContentMapVariantsJsonPath, typeof(MapVariantResult))] + [TestCase(Halo5Config.UserGeneratedContentGameVariantJsonPath, typeof(Model.Halo5.UserGeneratedContent.GameVariant))] + [TestCase(Halo5Config.UserGeneratedContentMapVariantJsonPath, typeof(Model.Halo5.UserGeneratedContent.MapVariant))] + public void IsSerializable(string jsonPath, Type type) + { + var o = JsonConvert.DeserializeObject(File.ReadAllText(jsonPath), type); + + var methodInfo = typeof (SerializationUtility<>).MakeGenericType(type).GetMethod("AssertRoundTripSerializationIsPossible"); + + methodInfo.Invoke(this, new[] { o }); + } + } +} diff --git a/Source/HaloSharp.Test/Serialization/HaloWars2SerializationTests.cs b/Source/HaloSharp.Test/Serialization/HaloWars2SerializationTests.cs new file mode 100644 index 0000000..357edcd --- /dev/null +++ b/Source/HaloSharp.Test/Serialization/HaloWars2SerializationTests.cs @@ -0,0 +1,49 @@ +using HaloSharp.Model.HaloWars2.Metadata; +using HaloSharp.Test.Config; +using HaloSharp.Test.Utility; +using Newtonsoft.Json; +using NUnit.Framework; +using System; +using System.IO; + +namespace HaloSharp.Test.Serialization +{ + internal class HaloWars2SerializationTests + { + [Test] + [TestCase(HaloWars2Config.CampaignLevelsJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.CampaignLogsJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.CardKeywordsJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.CardsJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.CsrDesignationsJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.DifficultiesJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.GameObjectCategoriesJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.GameObjectsJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.LeaderPowersJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.LeadersJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.MapsJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.PacksJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.PlaylistsJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.SeasonsJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.SpartanRanksJsonPath, typeof(PagedResponse>))] + [TestCase(HaloWars2Config.TechsJsonPath, typeof(PagedResponse>))] + + [TestCase(HaloWars2Config.MatchJsonPath, typeof(Model.HaloWars2.Stats.CarnageReport.Match))] + [TestCase(HaloWars2Config.MatchEventsJsonPath, typeof(Model.HaloWars2.Stats.CarnageReport.MatchEventSummary))] + + [TestCase(HaloWars2Config.CampaignProgressJsonPath, typeof(Model.HaloWars2.Stats.Lifetime.CampaignSummary))] + [TestCase(HaloWars2Config.ExperienceSummaryJsonPath, typeof(Model.HaloWars2.Stats.Lifetime.ExperienceSummaryResultSet))] + [TestCase(HaloWars2Config.MatchHistoryJsonPath, typeof(Model.Common.MatchSet))] + [TestCase(HaloWars2Config.PlayerSummaryJsonPath, typeof(Model.HaloWars2.Stats.Lifetime.PlayerSummary))] + [TestCase(HaloWars2Config.PlaylistRatingsJsonPath, typeof(Model.HaloWars2.Stats.Lifetime.PlaylistSummaryResultSet))] + [TestCase(HaloWars2Config.SeasonSummaryJsonPath, typeof(Model.HaloWars2.Stats.Lifetime.SeasonSummary))] + public void IsSerializable(string jsonPath, Type type) + { + var o = JsonConvert.DeserializeObject(File.ReadAllText(jsonPath), type); + + var methodInfo = typeof (SerializationUtility<>).MakeGenericType(type).GetMethod("AssertRoundTripSerializationIsPossible"); + + methodInfo.Invoke(this, new[] { o }); + } + } +} diff --git a/Source/HaloSharp.Test/Serialization/SerializationTests.cs b/Source/HaloSharp.Test/Serialization/SerializationTests.cs deleted file mode 100644 index 1021fa7..0000000 --- a/Source/HaloSharp.Test/Serialization/SerializationTests.cs +++ /dev/null @@ -1,66 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using HaloSharp.Model.Metadata; -using HaloSharp.Model.Metadata.Common; -using HaloSharp.Model.Stats; -using HaloSharp.Model.Stats.CarnageReport; -using HaloSharp.Model.Stats.Lifetime; -using HaloSharp.Test.Utility; -using Newtonsoft.Json; -using NUnit.Framework; - -namespace HaloSharp.Test.Serialization -{ - class SerializationTests - { - [Test] - [TestCase(Config.CampaignMissionsJsonPath, typeof(List))] - [TestCase(Config.CommendationJsonPath, typeof(List))] - [TestCase(Config.CompetitiveSkillRankDesignationsJsonPath, typeof(List))] - [TestCase(Config.EnemyJsonPath, typeof(List))] - [TestCase(Config.FlexibleStatJsonPath, typeof(List))] - [TestCase(Config.GameBaseVariantJsonPath, typeof(List))] - [TestCase(Config.GameVariantJsonPath, typeof(GameVariant))] - [TestCase(Config.ImpulseJsonPath, typeof(List))] - [TestCase(Config.MapJsonPath, typeof(List))] - [TestCase(Config.MapVariantJsonPath, typeof(MapVariant))] - [TestCase(Config.MedalJsonPath, typeof(List))] - [TestCase(Config.PlaylistJsonPath, typeof(List))] - [TestCase(Config.RequisitionJsonPath, typeof(Requisition))] - [TestCase(Config.RequisitionPackJsonPath, typeof(RequisitionPack))] - [TestCase(Config.SeasonsJsonPath, typeof(List))] - [TestCase(Config.SkullsJsonPath, typeof(List))] - [TestCase(Config.SpartanRanksJsonPath, typeof(List))] - [TestCase(Config.TeamColorsJsonPath, typeof(List))] - [TestCase(Config.VehiclesJsonPath, typeof(List))] - [TestCase(Config.WeaponsJsonPath, typeof(List))] - - [TestCase(Config.ArenaMatchJsonPath, typeof(ArenaMatch))] - [TestCase(Config.CampaignMatchJsonPath, typeof(CampaignMatch))] - [TestCase(Config.CustomMatchJsonPath, typeof(CustomMatch))] - [TestCase(Config.WarzoneMatchJsonPath, typeof(WarzoneMatch))] - [TestCase(Config.MatchEventsJsonPath, typeof(MatchEvents))] - - [TestCase(Config.ArenaServiceRecordJsonPath, typeof(ArenaServiceRecord))] - [TestCase(Config.CampaignServiceRecordJsonPath, typeof(CampaignServiceRecord))] - [TestCase(Config.CustomServiceRecordJsonPath, typeof(CustomServiceRecord))] - [TestCase(Config.WarzoneServiceRecordJsonPath, typeof(WarzoneServiceRecord))] - - [TestCase(Config.MatchesJsonPath, typeof(MatchSet))] - [TestCase(Config.LeaderboardJsonPath, typeof(Leaderboard))] - - [TestCase(Config.UserGeneratedContentGameVariantsJsonPath, typeof(Model.UserGeneratedContent.GameVariantResult))] - [TestCase(Config.UserGeneratedContentMapVariantsJsonPath, typeof(Model.UserGeneratedContent.MapVariantResult))] - [TestCase(Config.UserGeneratedContentGameVariantJsonPath, typeof(Model.UserGeneratedContent.GameVariant))] - [TestCase(Config.UserGeneratedContentMapVariantJsonPath, typeof(Model.UserGeneratedContent.MapVariant))] - public void IsSerializable(string jsonPath, Type type) - { - var o = JsonConvert.DeserializeObject(File.ReadAllText(jsonPath), type); - - var methodInfo = typeof (SerializationUtility<>).MakeGenericType(type).GetMethod("AssertRoundTripSerializationIsPossible"); - - methodInfo.Invoke(this, new[] { o }); - } - } -} diff --git a/Source/HaloSharp.Test/Setup.cs b/Source/HaloSharp.Test/Setup.cs index e99bc7b..f9ed5f4 100644 --- a/Source/HaloSharp.Test/Setup.cs +++ b/Source/HaloSharp.Test/Setup.cs @@ -1,7 +1,6 @@ -using System; -using System.Threading; -using HaloSharp.Model; +using HaloSharp.Model; using NUnit.Framework; +using System; namespace HaloSharp.Test { @@ -26,9 +25,7 @@ public void RunBeforeAnyTests() var cacheSettings = new CacheSettings { - MetadataCacheDuration = new TimeSpan(0, 0, 10, 0), - ProfileCacheDuration = new TimeSpan(0, 0, 10, 0), - StatsCacheDuration = null //Don't cache 'Stats' endpoints. + CacheDuration = null }; var client = new HaloClient(developerAccessProduct, cacheSettings); diff --git a/Source/HaloSharp.sln b/Source/HaloSharp.sln index f100bc7..b3ca860 100644 --- a/Source/HaloSharp.sln +++ b/Source/HaloSharp.sln @@ -1,12 +1,16 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.25123.0 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HaloSharp", "HaloSharp\HaloSharp.csproj", "{5A205D36-6AF7-4416-9763-81250EF02924}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HaloSharp.Test", "HaloSharp.Test\HaloSharp.Test.csproj", "{3A8E13EA-FD0C-43D7-B4CE-AEF9EA0928D9}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HaloSharp.Console", "..\Examples\HaloSharp.Console\HaloSharp.Console.csproj", "{8BDA1311-9D60-461C-A2EF-D8AAD6335A8E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{765794F5-05FA-4949-BB2D-E9C4D552EAED}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -21,8 +25,15 @@ Global {3A8E13EA-FD0C-43D7-B4CE-AEF9EA0928D9}.Debug|Any CPU.Build.0 = Debug|Any CPU {3A8E13EA-FD0C-43D7-B4CE-AEF9EA0928D9}.Release|Any CPU.ActiveCfg = Release|Any CPU {3A8E13EA-FD0C-43D7-B4CE-AEF9EA0928D9}.Release|Any CPU.Build.0 = Release|Any CPU + {8BDA1311-9D60-461C-A2EF-D8AAD6335A8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8BDA1311-9D60-461C-A2EF-D8AAD6335A8E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8BDA1311-9D60-461C-A2EF-D8AAD6335A8E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8BDA1311-9D60-461C-A2EF-D8AAD6335A8E}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {8BDA1311-9D60-461C-A2EF-D8AAD6335A8E} = {765794F5-05FA-4949-BB2D-E9C4D552EAED} + EndGlobalSection EndGlobal diff --git a/Source/HaloSharp/Cache.cs b/Source/HaloSharp/Cache.cs index 197d9b2..925701f 100644 --- a/Source/HaloSharp/Cache.cs +++ b/Source/HaloSharp/Cache.cs @@ -8,41 +8,20 @@ internal static class Cache private static readonly ObjectCache ObjectCache = MemoryCache.Default; private static readonly object LockObject = new object(); - internal static TimeSpan? MetadataCacheDuration { get; set; } - internal static TimeSpan? ProfileCacheDuration { get; set; } - internal static TimeSpan? StatsCacheDuration { get; set; } + internal static TimeSpan? CacheDuration { get; set; } - public static void AddMetadata(string key, T toAdd) where T : class + public static void Add(string key, T toAdd) where T : class { - lock (LockObject) + if (string.IsNullOrEmpty(key) || !CacheDuration.HasValue) { - if (toAdd != null && MetadataCacheDuration.HasValue) - { - var absoluteExpiration = DateTime.UtcNow.Add(MetadataCacheDuration.Value); - ObjectCache.Add(key, toAdd, absoluteExpiration); - } + return; } - } - public static void AddProfile(string key, T toAdd) where T : class - { lock (LockObject) { - if (toAdd != null && ProfileCacheDuration.HasValue) + if (!ObjectCache.Contains(key)) { - var absoluteExpiration = DateTime.UtcNow.Add(ProfileCacheDuration.Value); - ObjectCache.Add(key, toAdd, absoluteExpiration); - } - } - } - - public static void AddStats(string key, T toAdd) where T : class - { - lock (LockObject) - { - if (toAdd != null && StatsCacheDuration.HasValue) - { - var absoluteExpiration = DateTime.UtcNow.Add(StatsCacheDuration.Value); + var absoluteExpiration = DateTime.UtcNow.Add(CacheDuration.Value); ObjectCache.Add(key, toAdd, absoluteExpiration); } } @@ -52,11 +31,7 @@ public static T Get(string key) where T : class { lock (LockObject) { - if (ObjectCache.Contains(key)) - { - return (T) ObjectCache[key]; - } - return null; + return ObjectCache.Get(key) as T; } } } diff --git a/Source/HaloSharp/Converter/Halo5MatchEventConverter.cs b/Source/HaloSharp/Converter/Halo5MatchEventConverter.cs new file mode 100644 index 0000000..22bcdf3 --- /dev/null +++ b/Source/HaloSharp/Converter/Halo5MatchEventConverter.cs @@ -0,0 +1,93 @@ +using HaloSharp.Model; +using HaloSharp.Model.Halo5.Stats.CarnageReport.Events; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using System; +using System.Collections.Generic; + +namespace HaloSharp.Converter +{ + internal class Halo5MatchEventConverter : JsonConverter + { + public override bool CanConvert(Type objectType) + { + return typeof(MatchEvent).IsAssignableFrom(objectType); + } + + public override object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) + { + var events = JArray.Load(reader); + + var matchEvents = new List(); + foreach (var @event in events) + { + var matchEventType = (Enumeration.Halo5.MatchEventType)Enum.Parse(typeof(Enumeration.Halo5.MatchEventType), @event["EventName"].Value()); + + MatchEvent matchEvent; + switch (matchEventType) + { + case Enumeration.Halo5.MatchEventType.Death: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.Halo5.MatchEventType.Impulse: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.Halo5.MatchEventType.Medal: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.Halo5.MatchEventType.PlayerSpawn: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.Halo5.MatchEventType.RoundStart: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.Halo5.MatchEventType.RoundEnd: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.Halo5.MatchEventType.WeaponDrop: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.Halo5.MatchEventType.WeaponPickup: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.Halo5.MatchEventType.WeaponPickupPad: + { + matchEvent = @event.ToObject(); + break; + } + default: + { + matchEvent = @event.ToObject(); + break; + } + } + matchEvents.Add(matchEvent); + } + + return matchEvents; + } + + public override bool CanWrite => false; + + public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer) + { + throw new NotImplementedException(); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp/Converter/HaloWars2MatchEventConverter.cs b/Source/HaloSharp/Converter/HaloWars2MatchEventConverter.cs new file mode 100644 index 0000000..73119e6 --- /dev/null +++ b/Source/HaloSharp/Converter/HaloWars2MatchEventConverter.cs @@ -0,0 +1,183 @@ +using HaloSharp.Model; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; +using System; +using System.Collections.Generic; +using HaloSharp.Model.HaloWars2.Stats.CarnageReport.Events; + +namespace HaloSharp.Converter +{ + internal class HaloWars2MatchEventConverter : JsonConverter + { + public override bool CanConvert(Type objectType) + { + return typeof(MatchEvent).IsAssignableFrom(objectType); + } + + public override object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) + { + var events = JArray.Load(reader); + + var matchEvents = new List(); + foreach (var @event in events) + { + var matchEventType = (Enumeration.HaloWars2.MatchEventType)Enum.Parse(typeof(Enumeration.HaloWars2.MatchEventType), @event["EventName"].Value()); + + MatchEvent matchEvent; + switch (matchEventType) + { + case Enumeration.HaloWars2.MatchEventType.BuildingConstructionQueued: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.BuildingConstructionCompleted: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.BuildingRecycled: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.BuildingUpgraded: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.CardCycled: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.CardPlayed: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.Death: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.FirefightWaveCompleted: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.FirefightWaveSpawned: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.FirefightWaveStarted: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.LeaderPowerCast: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.LeaderPowerUnlocked: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.ManaOrbCollected: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.MatchEnd: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.MatchStart: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.PlayerEliminated: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.PlayerJoinedMatch: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.PlayerLeftMatch: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.PointCaptured: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.PointCreated: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.PointStatusChange: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.ResourceHeartbeat: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.ResourceTransferred: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.TechResearched: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.UnitControlTransferred: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.UnitPromoted: + { + matchEvent = @event.ToObject(); + break; + } + case Enumeration.HaloWars2.MatchEventType.UnitTrained: + { + matchEvent = @event.ToObject(); + break; + } + default: + { + matchEvent = @event.ToObject(); + break; + } + } + matchEvents.Add(matchEvent); + } + + return matchEvents; + } + + public override bool CanWrite => false; + + public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer) + { + throw new NotImplementedException(); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp/Converter/MillisecondConverter.cs b/Source/HaloSharp/Converter/MillisecondConverter.cs new file mode 100644 index 0000000..79769fb --- /dev/null +++ b/Source/HaloSharp/Converter/MillisecondConverter.cs @@ -0,0 +1,33 @@ +using Newtonsoft.Json; +using System; + +namespace HaloSharp.Converter +{ + internal class MillisecondConverter : JsonConverter + { + public override bool CanConvert(Type objectType) + { + return objectType == typeof (TimeSpan); + } + + public override object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) + { + var value = serializer.Deserialize(reader); + + try + { + return TimeSpan.FromMilliseconds(value); + } + catch + { + return default(TimeSpan); + } + } + + public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer) + { + var timeSpan = (TimeSpan)value; + serializer.Serialize(writer, (int)timeSpan.TotalMilliseconds); + } + } +} \ No newline at end of file diff --git a/Source/HaloSharp/HaloClient.cs b/Source/HaloSharp/HaloClient.cs index 8dc6df6..132dfe1 100644 --- a/Source/HaloSharp/HaloClient.cs +++ b/Source/HaloSharp/HaloClient.cs @@ -1,5 +1,4 @@ -using System; -using HaloSharp.Model; +using HaloSharp.Model; namespace HaloSharp { @@ -18,9 +17,7 @@ public IHaloSession StartSession() { var session = new HaloSession(_product); - Cache.MetadataCacheDuration = _cacheSettings?.MetadataCacheDuration; - Cache.ProfileCacheDuration = _cacheSettings?.ProfileCacheDuration; - Cache.StatsCacheDuration = _cacheSettings?.StatsCacheDuration; + Cache.CacheDuration = _cacheSettings?.CacheDuration; return session; } diff --git a/Source/HaloSharp/HaloSession.cs b/Source/HaloSharp/HaloSession.cs index 367f919..d7a8c04 100644 --- a/Source/HaloSharp/HaloSession.cs +++ b/Source/HaloSharp/HaloSession.cs @@ -8,6 +8,7 @@ using HaloSharp.Extension; using HaloSharp.Model; using HaloSharp.Model.Error; +using HaloSharp.Model.Halo5.Profile; namespace HaloSharp { @@ -67,7 +68,7 @@ public async Task Get(string path) return await content.ParsedAsJson(); } - public async Task> GetImage(string path) + public async Task GetImage(string path) { var entered = _rateGate?.WaitToProceed() ?? true; if (!entered) @@ -95,7 +96,11 @@ public async Task> GetImage(string path) image = Image.FromStream(stream); } - return new Tuple(uri, image); + return new HaloImage + { + Uri = uri, + Image = image + }; } private static string GetUrl(string path) diff --git a/Source/HaloSharp/HaloSharp.csproj b/Source/HaloSharp/HaloSharp.csproj index 82a465c..d9387ac 100644 --- a/Source/HaloSharp/HaloSharp.csproj +++ b/Source/HaloSharp/HaloSharp.csproj @@ -39,6 +39,7 @@ + @@ -48,148 +49,297 @@ + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + +