wotreplay-parser
wotreplay-parser copied to clipboard
Is there option to get hit log out?
Sorry this is not really "issue", but I was wondering if there is possibility to get inbound/outbound hit log out of replay files?
Something like...
{
time: integer timestamp,
damage: integer,
isKillshot: boolean, // did target die?
shooter: {
playerId: something, // string wg-player-id ?
tankId: someting, // string(?) identifying tank
gunId: something, // string(?) identifying gun option
ammunitionId: something, // string(?) identifying ammunition type
isPlayer: boolean, // was the shooter player?
},
target: {
playerId: something, // string(?) wg-player-id ?
tankId: someting, // string(?) identifying tank
isPlayer: boolean, // was the target player?
},
}