We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2d86f commit 3136d32Copy full SHA for 3136d32
units/gok_darkarchonte.lua
@@ -3,8 +3,8 @@ return {
3
acceleration = 0.05,
4
activatewhenbuilt = true,
5
brakerate = 2.0,
6
- buildcostenergy = 6000000,
7
- buildcostmetal = 447000,
+ buildcostenergy = 5000000,
+ buildcostmetal = 415000,
8
builder = false,
9
buildpic = "gok_darkarchonte.dds",
10
buildtime = 85000000,
@@ -30,7 +30,7 @@ return {
30
losemitheight = 88,
31
maneuverleashlength = 1250,
32
mass = 33463,
33
- maxdamage = 900000,
+ maxdamage = 1000000,
34
maxslope = 36,
35
maxvelocity = 1.0,
36
maxwaterdepth = 24,
@@ -161,8 +161,8 @@ return {
161
light_radius_mult = 1.2,
162
},
163
damage = {
164
- commanders = 12000,
165
- default = 120000,
+ commanders = 9000,
+ default = 90000,
166
subs = 5,
167
168
0 commit comments