ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Welcome to the unofficial Zero-K Unit Stats Spreadsheet!
2
Last updated: October 17, 2020
3
4
Why make this sheet?
5
You can easily compare and contrast units side-by-side using this sheet, faster than using the wiki
6
Some stats are easily available here without calculation (e.g. DPS per unit cost)
7
For example: sorting by DPS/unit cost shows that the Scorcher has more DPS per cost than almost any other unit! (barring Puppies that self-destruct and Gnats which do EMP damage)
8
Source: Zero-K github
9
https://github.com/ZeroK-RTS/Zero-K
10
11
NOTE: I do NOT guarantee the accuracy of the stats on this sheet. This sheet must be updated manually each time units are rebalanced in game.
12
This is a rough first-draft. There are many inaccuracies due to the uniqueness of Zero-K units that makes it more difficult to parse and arrange the Lua data properly.
13
14
Questions?
15
Post any comments or suggestions to the Zero-K forum:
16
https://zero-k.info/Forum/Thread/32261
17
18
Known Issues
19
Ogre reload and two-shot mechanic is misrepresented in reload time and DPS
20
Gnat, Faraday, and other EMP-only weapons are represented in the wrong damage slot
21
Units that aren't available in the game are on this sheet
22
Bomb damage is not represented
23
Vandal AA damage is incorrect (different value for planes)
24
Merlin damage is half of what it's supposed to be (twice expected # of bomblets)
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100