Table of Contents

Class PlanetStats

Namespace
Helldivers2API.Data.Models
Assembly
Helldivers2API.dll

War stats of a planet

public class PlanetStats
Inheritance
PlanetStats
Inherited Members

Properties

Accurracy

Total accuracy

public int Accurracy { get; set; }

Property Value

int

Remarks

Does not appear to be accurate/maintained

AutomatonKills

Total automaton kills

public long AutomatonKills { get; set; }

Property Value

long

BugKills

Total bug kills

public long BugKills { get; set; }

Property Value

long

BulletsFired

Total bullets fired

public long BulletsFired { get; set; }

Property Value

long

BulletsHit

Total bullets hit

public long BulletsHit { get; set; }

Property Value

long

Deaths

Total deaths

public long Deaths { get; set; }

Property Value

long

Friendlies

Total friendly kills

public long Friendlies { get; set; }

Property Value

long

Id

Planet id

public int Id { get; set; }

Property Value

int

IlluminateKills

Total illuminate kills

public long IlluminateKills { get; set; }

Property Value

long

MissionSuccessRate

Misson success rate

public int MissionSuccessRate { get; set; }

Property Value

int

MissionTime

Total time in seconds spent in missions

public long MissionTime { get; set; }

Property Value

long

MissionsLost

Total missions lost

public long MissionsLost { get; set; }

Property Value

long

MissionsWon

Total missions won

public long MissionsWon { get; set; }

Property Value

long

Revives

Total revives

public long Revives { get; set; }

Property Value

long

Remarks

Does not appear to be accurate/maintained

TimePlayed

Total time played

public long TimePlayed { get; set; }

Property Value

long