-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathtweakunits4.lua
More file actions
106 lines (106 loc) · 2.11 KB
/
Copy pathtweakunits4.lua
File metadata and controls
106 lines (106 loc) · 2.11 KB
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
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
101
102
103
104
105
106
--NuttyB v1.52 Mega Nuke
-- docs.google.com/spreadsheets/d/1QSVsuAAMhBrhiZdTihVfSCwPzbbZWDLCtXWP23CU0ko
return {
armsilo = {
energycost = 1500000,
metalcost = 98720,
buildtime = 228500,
footprintx = 12,
footprintz = 12,
maxthisunit = 1,
explodeas = 'advancedFusionExplosion',
weapondefs = {
nuclear_missile = {
areaofeffect = 5000,
cameraShake = 15000,
craterboost = 55,
cratermult = 40,
energypershot = 390000,
metalpershot = 3000,
smokesize = 28,
smokecolor = 0.85,
soundhitwetvolume = 80,
soundstartvolume = 50,
stockpiletime = 160,
weaponvelocity = 500,
damage = {
commanders = 500,
default = 19500,
raptor = 100000
}
}
}
},
corsilo = {
energycost = 1500000,
metalcost = 98720,
buildtime = 228500,
footprintx = 12,
footprintz = 12,
maxthisunit = 1,
explodeas = 'advancedFusionExplosion',
weapondefs = {
nuclear_missile = {
areaofeffect = 5000,
cameraShake = 15000,
craterboost = 55,
cratermult = 40,
energypershot = 390000,
metalpershot = 3000,
smokesize = 28,
smokecolor = 0.85,
soundhitwetvolume = 80,
soundstartvolume = 50,
stockpiletime = 160,
weaponvelocity = 500,
damage = {
commanders = 500,
default = 19500,
raptor = 100000
}
}
}
},
legsilo = {
energycost = 1500000,
metalcost = 98720,
buildtime = 228500,
footprintx = 12,
footprintz = 12,
maxthisunit = 1,
explodeas = 'advancedFusionExplosion',
weapondefs = {
nuclear_missile = {
areaofeffect = 5000,
cameraShake = 15000,
craterboost = 55,
cratermult = 40,
energypershot = 390000,
metalpershot = 3000,
smokesize = 28,
smokecolor = 0.85,
soundhitwetvolume = 80,
soundstartvolume = 50,
stockpiletime = 160,
weaponvelocity = 500,
damage = {
commanders = 500,
default = 19500,
raptor = 100000
}
}
}
},
raptor_turret_antinuke_t3_v1 = {
maxthisunit = 0
},
raptor_antinuke = {
maxthisunit = 0
},
raptor_turret_antinuke_t4_v1 = {
maxthisunit = 0
},
raptor_turret_antinuke_t2_v1 = {
maxthisunit = 0
}
}