originally posted in:BungieNetPlatform
Another Wikia page, this time about [url=http://bungienetplatform.wikia.com/wiki/Historical_Enemy_Stats]Historical Enemy Stats[/url].
This information relates to data pulled from the [url=http://bungienetplatform.wikia.com/wiki/GetHistoricalStats]Historical Stats[/url] endpoint for a given character and the Extended information found in [url=http://bungienetplatform.wikia.com/wiki/GetPostGameCarnageReport]Post Game Carnage Reports[/url].
I've created a list of enemyIds that currently have an undefined index error in place of their statName. Each of these will have 4 corresponding statIds (assistsFrom, killsOf, deathsFrom, precisionKill(s)Of). I've also gone through and figured most of the actual enemy names by checking against my PostGameCarnageReports.
There also might be one error with 2 stats named killsOfThePsionFlayers and deathsFromThePsionFlayers as the former appears to have it's category set to 3 instead of 1 (aka its down as deaths instead of kills).
Having the enemy stats information a little more fleshed out into say its own EnemyDefinition would be good for anyone tinkering with the PostGameCarnageReports and HistoricalStats. There's actually quite a lot of information in those things that just isn't visible at the moment such as the duration of the activity (really important when you want to know how much time Skolas has sucked away from you :p).
-
Have started looking through all the new historical stats with a particular focus on Enemy Stats, and it looks like the majority of the enemy stats introduced in TTK are using placeholder enemyNames. Will post up a list once I've gone through them all properly.
-
Spotted another possible error. Enemy stats ending with "SolProgeny" seem to have a statName of "Primeval Mind", which is referring to only one of the Sol Progeny minotaurs. Each of them already have their own individual stats so this one should actually be the stat for all 3. There seem to be some enemies with multiple stats with the same statName (ie Gorgons and Flayer Guards), where only one of them seem to be actually tracking stats. Is it right to assume that groups of stats (kills, deaths, kd, headshots, assists) like these are no longer in use?