-
Notifications
You must be signed in to change notification settings - Fork 249
Expand file tree
/
Copy pathamphcon.lua
More file actions
73 lines (64 loc) · 1.88 KB
/
Copy pathamphcon.lua
File metadata and controls
73 lines (64 loc) · 1.88 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
return { amphcon = {
name = [[Conch]],
description = [[Amphibious Construction Bot, Armored When Idle]],
acceleration = 1.2,
activateWhenBuilt = true,
brakeRate = 1.5,
buildDistance = 128,
builder = true,
buildoptions = {
},
buildPic = [[amphcon.png]],
canMove = true,
canPatrol = true,
category = [[LAND UNARMED]],
corpse = [[DEAD]],
customParams = {
bait_level_target_armor = 1,
morphto = [[amphtele]],
morphtime = 20,
amph_regen = 10,
amph_submerged_at = 40,
normaltex = [[unittextures/b_dom_morty_advcon_freaker_normals.dds]],
},
damageModifier = 0.333,
explodeAs = [[BIG_UNITEX]],
footprintX = 2,
footprintZ = 2,
health = 1000,
iconType = [[builder]],
leaveTracks = true,
maxSlope = 36,
metalCost = 150,
movementClass = [[AKBOT2]],
objectName = [[amphcon.s3o]],
selfDestructAs = [[BIG_UNITEX]],
script = [[amphcon.lua]],
showNanoSpray = false,
sightDistance = 375,
sonarDistance = 375,
speed = 54,
trackOffset = 0,
trackStrength = 8,
trackStretch = 1,
trackType = [[ChickenTrackPointy]],
trackWidth = 22,
turnRate = 1200,
upright = false,
workerTime = 7.5,
featureDefs = {
DEAD = {
blocking = true,
featureDead = [[HEAP]],
footprintX = 2,
footprintZ = 2,
object = [[amphcon_dead.s3o]],
},
HEAP = {
blocking = false,
footprintX = 2,
footprintZ = 2,
object = [[debris2x2a.s3o]],
},
},
} }