-
Notifications
You must be signed in to change notification settings - Fork 251
Expand file tree
/
Copy pathURB1106_unit.bp
More file actions
129 lines (129 loc) · 4.21 KB
/
URB1106_unit.bp
File metadata and controls
129 lines (129 loc) · 4.21 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
UnitBlueprint{
Description = "<LOC urb1106_desc>Mass Storage",
Adjacency = "T1MassStorageAdjacencyBuffs",
Audio = {
ActiveLoop = Sound { Bank = 'URB', Cue = 'URB1106_Active', LodCutoff = 'UnitMove_LodCutoff' },
Destroyed = Sound { Bank = 'URLDestroy', Cue = 'URB_Destroy_Huge', LodCutoff = 'UnitMove_LodCutoff' },
DoneBeingBuilt = Sound { Bank = 'URB', Cue = 'URB1106_Activate', LodCutoff = 'UnitMove_LodCutoff' },
UISelection = Sound { Bank = 'Interface', Cue = 'Cybran_Select_Resource', LodCutoff = 'UnitMove_LodCutoff' },
},
AverageDensity = 600,
BuildIconSortPriority = 60,
Categories = {
"BUILTBYTIER1ENGINEER",
"BUILTBYTIER2COMMANDER",
"BUILTBYTIER2ENGINEER",
"BUILTBYTIER3COMMANDER",
"BUILTBYTIER3ENGINEER",
"CYBRAN",
"DRAGBUILD",
"ECONOMIC",
"MASSSTORAGE",
"PRODUCTSC1",
"RECLAIMABLE",
"SELECTABLE",
"SIZE4",
"SORTECONOMY",
"STRUCTURE",
"TECH1",
"VISIBLETORECON",
},
Defense = {
ArmorType = "Structure",
EconomyThreatLevel = 7,
Health = 600,
MaxHealth = 600,
RegenRate = 3,
},
Display = {
BlinkingLights = {
{ BLBone = "Light01", BLOffsetX = 0, BLOffsetY = 0.01, BLOffsetZ = 0, BLScale = 1 },
{ BLBone = "Light02", BLOffsetX = 0, BLOffsetY = 0.01, BLOffsetZ = 0, BLScale = 1 },
{ BLBone = "Light03", BLOffsetX = 0, BLOffsetY = 0.01, BLOffsetZ = 0, BLScale = 1 },
{ BLBone = "Light04", BLOffsetX = 0, BLOffsetY = 0.01, BLOffsetZ = 0, BLScale = 1 },
},
BlinkingLightsFx = {
Green = "/effects/emitters/light_green_03_emit.bp",
Red = "/effects/emitters/light_red_03_emit.bp",
Yellow = "/effects/emitters/light_yellow_02_emit.bp",
},
DamageEffects = {
{ Bone = 0, OffsetX = 0.2, OffsetY = -0.05, OffsetZ = 0.75 },
{ Bone = 0, OffsetX = -0.2, OffsetY = 0.225, OffsetZ = 0.75 },
},
Mesh = {
IconFadeInZoom = 130,
LODs = {
{
LODCutoff = 120,
Scrolling = true,
ShaderName = "Insect",
},
{
LODCutoff = 215,
ShaderName = "Insect",
AlbedoName = "urb1106_lod1_albedo.dds",
SpecularName = "urb1106_lod1_specteam.dds",
},
},
},
Tarmacs = {
{
Albedo = "Tarmacs/Tar6x_cybran_01_albedo",
DeathLifetime = 300,
FadeOut = 150,
Length = 6.4,
Normal = "Tarmacs/Tar6x_cybran_01_normals",
Orientations = { 0, 90, 180, 270 },
RemoveWhenDead = false,
Width = 6.4,
},
},
UniformScale = 0.375,
},
Economy = {
AdjacentMassProductionMod = 0.25,
BuildCostEnergy = 1500,
BuildCostMass = 200,
BuildTime = 250,
RebuildBonusIds = { "urb1106" },
StorageMass = 500,
},
General = {
FactionName = "Cybran",
Icon = "amph",
SelectionPriority = 5,
},
LifeBarHeight = 0.075,
LifeBarOffset = 0.35,
LifeBarSize = 1,
Physics = {
BuildOnLayerCaps = {
LAYER_Land = true,
LAYER_Seabed = true,
},
DragCoefficient = 0.2,
FlattenSkirt = true,
MotionType = "RULEUMT_None",
SkirtOffsetX = -0.5,
SkirtOffsetZ = -0.5,
SkirtSizeX = 2,
SkirtSizeZ = 2,
},
SelectionSizeX = 0.65,
SelectionSizeZ = 0.65,
SelectionThickness = 0.6,
SizeX = 0.8,
SizeY = 0.75,
SizeZ = 0.6,
StrategicIconName = "icon_structure_mass",
StrategicIconSortPriority = 250,
Wreckage = {
Blueprint = "/props/DefaultWreckage/DefaultWreckage_prop.bp",
EnergyMult = 0,
HealthMult = 0.9,
MassMult = 0.9,
ReclaimTimeMultiplier = 1,
WreckageLayers = { Land = true },
},
}