FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Zero-K/units/chickend.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
/
chickend.lua
Copy path
More file actions
More file actions
Latest commit
History
History
History
117 lines (101 loc) · 3.61 KB
Breadcrumbs
Zero-K
/
units
/
chickend.lua
Copy path
File metadata and controls
117 lines (101 loc) · 3.61 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
return
{
chickend
=
{
name
=
[[
Chicken Tube
]]
,
description
=
[[
Defence and energy source
]]
,
activateWhenBuilt
=
true
,
builder
=
false
,
buildingGroundDecalDecaySpeed
=
30
,
buildingGroundDecalSizeX
=
5
,
buildingGroundDecalSizeY
=
5
,
buildingGroundDecalType
=
[[
chickend_aoplane.dds
]]
,
buildPic
=
[[
chickend.png
]]
,
category
=
[[
SINK
]]
,
customParams
=
{
},
energyMake
=
2
,
explodeAs
=
[[
NOWEAPON
]]
,
floater
=
true
,
footprintX
=
3
,
footprintZ
=
3
,
health
=
500
,
iconType
=
[[
defense
]]
,
idleAutoHeal
=
20
,
idleTime
=
300
,
levelGround
=
false
,
maxSlope
=
36
,
maxWaterDepth
=
20
,
metalCost
=
0
,
energyCost
=
0
,
buildTime
=
120
,
noAutoFire
=
false
,
noChaseCategory
=
[[
FIXEDWING LAND SHIP SATELLITE SWIM GUNSHIP SUB HOVER
]]
,
objectName
=
[[
tube.s3o
]]
,
onoffable
=
true
,
power
=
120
,
reclaimable
=
false
,
script
=
[[
chickend.lua
]]
,
selfDestructAs
=
[[
NOWEAPON
]]
,
sfxtypes
=
{
explosiongenerators
=
{
[[
custom:blood_spray
]]
,
[[
custom:blood_explode
]]
,
[[
custom:dirt
]]
,
},
},
sightDistance
=
512
,
sonarDistance
=
512
,
upright
=
false
,
useBuildingGroundDecal
=
true
,
workerTime
=
0
,
yardMap
=
[[
ooooooooo
]]
,
weapons
=
{
{
def
=
[[
SPORES
]]
,
onlyTargetCategory
=
[[
FIXEDWING LAND SINK TURRET SHIP SWIM FLOAT GUNSHIP HOVER
]]
,
},
},
weaponDefs
=
{
SPORES
=
{
name
=
[[
Explosive Spores
]]
,
areaOfEffect
=
96
,
avoidFriendly
=
false
,
burst
=
4
,
burstrate
=
0.2
,
collideFriendly
=
false
,
craterBoost
=
0
,
craterMult
=
0
,
customParams
=
{
light_radius
=
0
,
},
damage
=
{
default
=
60
,
planes
=
60
,
},
dance
=
60
,
explosionGenerator
=
[[
custom:RED_GOO
]]
,
fireStarter
=
0
,
flightTime
=
5
,
groundbounce
=
1
,
heightmod
=
0.5
,
impulseBoost
=
0
,
impulseFactor
=
0.4
,
interceptedByShieldType
=
2
,
model
=
[[
chickeneggyellow.s3o
]]
,
range
=
460
,
reloadtime
=
12
,
smokeTrail
=
true
,
startVelocity
=
100
,
texture1
=
[[
]]
,
texture2
=
[[
sporetrail
]]
,
tolerance
=
10000
,
tracks
=
true
,
trajectoryHeight
=
2
,
turnRate
=
24000
,
turret
=
true
,
waterweapon
=
true
,
weaponAcceleration
=
100
,
weaponType
=
[[
MissileLauncher
]]
,
weaponVelocity
=
500
,
wobble
=
32000
,
},
},
} }
Back
|
FazBrowse Home
|
New Git URL