FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Zero-K/units/factoryamph.lua at master · ZeroK-RTS/Zero-K · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ZeroK-RTS
/
Zero-K
Public
Notifications
You must be signed in to change notification settings
Fork
251
Star
824
Code
Issues
1.2k
Pull requests
49
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Zero-K
/
units
/
factoryamph.lua
Copy path
More file actions
More file actions
Latest commit
History
History
History
99 lines (88 loc) · 2.66 KB
Breadcrumbs
Zero-K
/
units
/
factoryamph.lua
Copy path
File metadata and controls
99 lines (88 loc) · 2.66 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
return
{
factoryamph
=
{
name
=
[[
Amphbot Factory
]]
,
description
=
[[
Produces Amphibious Bots
]]
,
buildDistance
=
Shared
.
FACTORY_PLATE_RANGE
,
builder
=
true
,
buildingGroundDecalDecaySpeed
=
30
,
buildingGroundDecalSizeX
=
10
,
buildingGroundDecalSizeY
=
10
,
buildingGroundDecalType
=
[[
factoryamph_aoplane.dds
]]
,
buildoptions
=
{
[[
amphcon
]]
,
[[
amphraid
]]
,
[[
amphimpulse
]]
,
[[
amphfloater
]]
,
[[
amphriot
]]
,
[[
amphsupport
]]
,
[[
amphassault
]]
,
[[
amphlaunch
]]
,
[[
amphaa
]]
,
[[
amphbomb
]]
,
[[
amphtele
]]
,
},
buildPic
=
[[
factoryamph.png
]]
,
canMove
=
true
,
canPatrol
=
true
,
category
=
[[
UNARMED SINK
]]
,
collisionVolumeOffsets
=
[[
0 0 -16
]]
,
collisionVolumeScales
=
[[
104 70 36
]]
,
collisionVolumeType
=
[[
box
]]
,
selectionVolumeOffsets
=
[[
0 0 14
]]
,
selectionVolumeScales
=
[[
104 70 96
]]
,
selectionVolumeType
=
[[
box
]]
,
corpse
=
[[
DEAD
]]
,
customParams
=
{
ploppable
=
1
,
modelradius
=
[[
42
]]
,
aimposoffset
=
[[
0 0 -26
]]
,
midposoffset
=
[[
0 0 -10
]]
,
sortName
=
[[
8
]]
,
solid_factory
=
[[
3
]]
,
default_spacing
=
8
,
unstick_help
=
1
,
factorytab
=
1
,
shared_energy_gen
=
1
,
cus_noflashlight
=
1
,
parent_of_plate
=
[[
plateamph
]]
,
normaltex
=
[[
unittextures/corvrad_normals.dds
]]
,
stats_show_death_explosion
=
1
,
outline_x
=
250
,
outline_y
=
250
,
outline_yoff
=
5
,
},
explodeAs
=
[[
LARGE_BUILDINGEX
]]
,
footprintX
=
7
,
footprintZ
=
7
,
health
=
4000
,
iconType
=
[[
facamph
]]
,
maxSlope
=
15
,
metalCost
=
Shared
.
FACTORY_COST
,
moveState
=
1
,
noAutoFire
=
false
,
objectName
=
[[
factory2.s3o
]]
,
script
=
"
factoryamph.lua
"
,
selfDestructAs
=
[[
LARGE_BUILDINGEX
]]
,
showNanoSpray
=
false
,
sightDistance
=
273
,
useBuildingGroundDecal
=
true
,
workerTime
=
Shared
.
FACTORY_BUILDPOWER
,
yardMap
=
[[
ooooooo ooooooo ooooooo ccccccc ccccccc ccccccc ccccccc
]]
,
featureDefs
=
{
DEAD
=
{
blocking
=
true
,
featureDead
=
[[
HEAP
]]
,
footprintX
=
7
,
footprintZ
=
7
,
object
=
[[
FACTORY2_DEAD.s3o
]]
,
collisionVolumeOffsets
=
[[
0 0 -16
]]
,
collisionVolumeScales
=
[[
104 70 36
]]
,
collisionVolumeType
=
[[
box
]]
,
},
HEAP
=
{
blocking
=
false
,
footprintX
=
7
,
footprintZ
=
7
,
object
=
[[
debris4x4c.s3o
]]
,
},
},
} }
Back
|
FazBrowse Home
|
New Git URL