TATransfer
Mar 20, 2020
Nov 7, 2019(6y)
Nov 7, 2026(161d)
Combat
Kills609
Losses124
Efficiency83%
ISK
Destroyed1.00t
Lost11.60b
ISK Eff.99%
Solo
Solo Kills21
Solo Ratio3%
Final Blows70
Points609
Other
NPC Losses18
NPC Loss Ratio15%
Avg Kills/Day0.25
ActivityInactive
TATransfer
Last Active
Mar 20, 2020
Birthday
Nov 7, 2019 (6 years old)
Next Birthday
Nov 7, 2026 (161 days)
Combat
Kills609
Losses124
Efficiency83%
Danger Ratio85%
ISK
Destroyed1.00t
Lost11.60b
ISK Efficiency99%
Balance+989.87b
Solo
Solo Kills21
Solo Ratio3%
Final Blows70
Points609
Other
NPC Losses18
NPC Loss Ratio15%
Avg Kills/Day0.25
ActivityInactive
No data available
Bio
/*
* Represents an immutable pair of width and height.
*/
public class Dimension
{
public static final Dimension NULL = new Dimension(0, 0);
private final int aWidth;
private final int aHeight;
public Dimension( int pWidth, int pHeight )
{
aWidth = pWidth;
aHeight = pHeight;
}
public String toString()
{ return String.format(...); }
public Dimension include(int pWidth, int pHeight)
{
return new Dimension(
max(aWidth, pWidth), max(aHeight, pHeight) );
}
public int getWidth() { return aWidth; }
public int getHeight() { return aHeight; }
public int hashCode() {...}
public boolean equals(Object pObject)
{
if(this == pObject) { return true; }
if(pObject == null) { return false; }
if(getClass() != pObject.getClass()) { return false; }
Dimension other = (Dimension) pObject;
return aHeight == other.aHeight &&
aWidth == other.aWidth;
}
}
* Represents an immutable pair of width and height.
*/
public class Dimension
{
public static final Dimension NULL = new Dimension(0, 0);
private final int aWidth;
private final int aHeight;
public Dimension( int pWidth, int pHeight )
{
aWidth = pWidth;
aHeight = pHeight;
}
public String toString()
{ return String.format(...); }
public Dimension include(int pWidth, int pHeight)
{
return new Dimension(
max(aWidth, pWidth), max(aHeight, pHeight) );
}
public int getWidth() { return aWidth; }
public int getHeight() { return aHeight; }
public int hashCode() {...}
public boolean equals(Object pObject)
{
if(this == pObject) { return true; }
if(pObject == null) { return false; }
if(getClass() != pObject.getClass()) { return false; }
Dimension other = (Dimension) pObject;
return aHeight == other.aHeight &&
aWidth == other.aWidth;
}
}
Dashboard
Stats
Kills0
Losses0
Efficiency0%
ISK Destroyed0
ISK Lost0
ISK Efficiency0%
Solo Kills0
Solo Losses0
NPC Losses0
Blob Factor0
Active TimezoneUSTZ
Final Blows0
Points0
Activity Heat Map (EVE Time)
00
0
01
0
02
0
03
0
04
0
05
0
06
0
07
0
08
0
09
0
10
0
11
0
12
0
13
0
14
0
15
0
16
0
17
0
18
0
19
0
20
0
21
0
22
0
23
0
Intel Profile
PlaystyleSolo (0 kills)
Avg Fleet: -