Gallente
Jin-Mei
5.00
Cubicool
Last Active:
about 1 year ago
Birthday:
Jan 1, 1970 (55 years old)
Next Birthday:
Jan 1, 2026 (113 days remaining)
Combat Metrics
Kills
3
Losses
25
Efficiency
10.7%
Danger Ratio
0.1%
ISK Metrics
ISK Killed
32.42M ISK
ISK Lost
8.29B ISK
ISK Efficiency
0.4%
ISK Balance
-8,257,959,239 ISK
Solo Activity
Solo Kills
2
Solo Losses
8
Solo Kill Ratio
66.7%
Solo Efficiency
20.0%
Other Metrics
NPC Losses
8
NPC Loss Ratio
32.0
Avg. Kills/Day
0.0
Activity
Minimal
Character Biography
CONSIDER THIS: Just because you CAN contest a site doesn't mean you should; in fact, choosing NOT to--even when the mechanics permit it--is also making the choice NOT to be a douchebag.
---------------------------------
DUST's "Just One Ship" Audiodrama; it's the best 15 minutes you'll ever waste, I guarantee it (or I'll pay you 1M ISK):
---------------------------------
EVE Hit Calculator
EVE Hit Formula (In Python):
# a = angular velocity
# t = turret tracking
# s = signature radius of target
# d = distance to target
# o = optimal turret range
# f = falloff turret range
def hit(a, t, s, d, o, f):
return (0.5 ** ((((a * 40000) / (t * s)) ** 2) + ((max(0, (d - o) / (f - o))) ** 2))) * 100.0
---------------------------------
DUST's "Just One Ship" Audiodrama; it's the best 15 minutes you'll ever waste, I guarantee it (or I'll pay you 1M ISK):
---------------------------------
EVE Hit Calculator
EVE Hit Formula (In Python):
# a = angular velocity
# t = turret tracking
# s = signature radius of target
# d = distance to target
# o = optimal turret range
# f = falloff turret range
def hit(a, t, s, d, o, f):
return (0.5 ** ((((a * 40000) / (t * s)) ** 2) + ((max(0, (d - o) / (f - o))) ** 2))) * 100.0