forked from Backbash/NuttyB-Raptors
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtweakunits6.lua
More file actions
51 lines (51 loc) · 867 Bytes
/
Copy pathtweakunits6.lua
File metadata and controls
51 lines (51 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
--NuttyB lrpc rebalance v2
-- docs.google.com/spreadsheets/d/1QSVsuAAMhBrhiZdTihVfSCwPzbbZWDLCtXWP23CU0ko
return {
armbrtha = {
health = 13000,
weapondefs = {
ARMBRTHA_MAIN = {
damage = {
commanders = 480,
default = 33000
},
areaofeffect = 60,
energypershot = 8000,
range = 2400,
reloadtime = 9,
turnrate = 20000
}
}
},
corint = {
health = 13000,
weapondefs = {
CORINT_MAIN = {
damage = {
commanders = 480,
default = 85000
},
areaofeffect = 230,
edgeeffectiveness = 0.6,
energypershot = 15000,
range = 2700,
reloadtime = 18
}
}
},
leglrpc = {
health = 13000,
weapondefs = {
LEGLRPC_MAIN = {
damage = {
commanders = 480,
default = 4500
},
energypershot = 2000,
range = 2000,
reloadtime = 2,
turnrate = 30000
}
}
}
}