@etothepii/satisfactory-file-parser 0.2.6 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/build/index.d.ts +2 -2
- package/build/index.js +4 -4
- package/build/parser/byte/alignment.enum.js +1 -1
- package/build/parser/byte/byte-writer.class.js +1 -1
- package/build/parser/file.types.js +1 -1
- package/build/parser/parser.d.ts +0 -1
- package/build/parser/parser.js +1 -1
- package/build/parser/satisfactory/blueprint/blueprint-reader.js +2 -2
- package/build/parser/satisfactory/blueprint/blueprint-writer.js +1 -1
- package/build/parser/satisfactory/edit/edit-constants.d.ts +1939 -277
- package/build/parser/satisfactory/edit/edit-constants.js +1715 -64
- package/build/parser/satisfactory/objects/DataFields.d.ts +2 -2
- package/build/parser/satisfactory/objects/DataFields.js +2 -2
- package/build/parser/satisfactory/objects/GUIDInfo.d.ts +3 -2
- package/build/parser/satisfactory/objects/GUIDInfo.js +2 -2
- package/build/parser/satisfactory/objects/Property.d.ts +17 -7
- package/build/parser/satisfactory/objects/Property.js +87 -26
- package/build/parser/satisfactory/objects/SaveComponent.js +1 -1
- package/build/parser/satisfactory/objects/SaveEntity.d.ts +1 -1
- package/build/parser/satisfactory/objects/SaveEntity.js +4 -4
- package/build/parser/satisfactory/objects/ue/MD5Hash.d.ts +2 -1
- package/build/parser/satisfactory/objects/ue/MD5Hash.js +1 -1
- package/build/parser/satisfactory/objects/values/GUID.d.ts +7 -0
- package/build/parser/satisfactory/objects/values/GUID.js +21 -0
- package/build/parser/satisfactory/objects/values/ObjectReference.d.ts +10 -0
- package/build/parser/satisfactory/objects/values/ObjectReference.js +17 -0
- package/build/parser/satisfactory/objects/values/SoftObjectReference.d.ts +11 -0
- package/build/parser/satisfactory/objects/values/SoftObjectReference.js +19 -0
- package/build/parser/satisfactory/save/level.class.d.ts +1 -1
- package/build/parser/satisfactory/save/level.class.js +1 -1
- package/build/parser/satisfactory/save/satisfactory-save.d.ts +1 -1
- package/build/parser/satisfactory/save/save-reader.d.ts +1 -1
- package/build/parser/satisfactory/save/save-reader.js +10 -7
- package/build/parser/satisfactory/save/save-writer.js +1 -2
- package/build/parser/satisfactory/save/save.types.d.ts +1 -1
- package/build/parser/satisfactory/structs/util.types.d.ts +35 -25
- package/build/parser/satisfactory/structs/util.types.js +133 -143
- package/build/parser/stream/reworked/readable-stream-parser.js +6 -6
- package/build/parser/stream/reworked/save-stream-json-stringifier.d.ts +1 -2
- package/build/parser/stream/reworked/save-stream-writer.class.d.ts +3 -2
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ exports.EDIT = void 0;
|
|
|
4
4
|
const TYPE_PATH_MINERMK1 = '/Game/FactoryGame/Buildable/Factory/MinerMK1/Build_MinerMk1.Build_MinerMk1_C';
|
|
5
5
|
const TYPE_PATH_MINERMK2 = '/Game/FactoryGame/Buildable/Factory/MinerMk2/Build_MinerMk2.Build_MinerMk2_C';
|
|
6
6
|
const TYPE_PATH_MINERMK3 = '/Game/FactoryGame/Buildable/Factory/MinerMk3/Build_MinerMk3.Build_MinerMk3_C';
|
|
7
|
-
const TYPE_PATH_WATER_EXTRACTOR = '/Game/FactoryGame/
|
|
7
|
+
const TYPE_PATH_WATER_EXTRACTOR = '/Game/FactoryGame/Buildable/Factory/WaterPump/Build_WaterPump.Build_WaterPump_C';
|
|
8
8
|
const TYPE_PATH_OIL_EXTRACTOR = '/Game/FactoryGame/Buildable/Factory/OilPump/Build_OilPump.Build_OilPump_C';
|
|
9
9
|
const TYPE_PATH_FRACKING_SMASHER = '/Game/FactoryGame/Buildable/Factory/FrackingSmasher/Build_FrackingSmasher.Build_FrackingSmasher_C';
|
|
10
10
|
const TYPE_PATH_FRACKING_EXTRACTOR = '/Game/FactoryGame/Buildable/Factory/FrackingExtractor/Build_FrackingExtractor.Build_FrackingExtractor_C';
|
|
@@ -40,20 +40,11 @@ const TYPE_PATH_PLAYER_STORAGE_CRATE = '/Game/FactoryGame/Buildable/Factory/Stor
|
|
|
40
40
|
const CLASS_NAME_PLAYER_STORAGE_CRATE = 'Build_StoragePlayer_C';
|
|
41
41
|
const TYPE_PATH_PLAYER_MEDICAL_CRATE = '/Game/FactoryGame/Buildable/Factory/StoragePlayer/Build_StorageMedkit.Build_StorageMedkit_C';
|
|
42
42
|
const CLASS_NAME_PLAYER_MEDICAL_CRATE = 'Build_StorageMedkit_C';
|
|
43
|
-
const TYPE_PATH_WALL_8x4_01 = '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_8x4_01.Build_Wall_8x4_01_C';
|
|
44
|
-
const CLASS_NAME_WALL_8x4_01 = 'Build_Wall_8x4_01_C';
|
|
45
|
-
const RECIPE_WALL_8x4_01 = '/Game/FactoryGame/Recipes/Buildings/Walls/Recipe_Wall_8x4_01.Recipe_Wall_8x4_01_C';
|
|
46
|
-
const TYPE_PATH_WALL_GATE_8x4_01 = '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Gate_8x4_01.Build_Wall_Gate_8x4_01_C';
|
|
47
|
-
const CLASS_NAME_WALL_GATE_8x4_01 = 'Build_Wall_Gate_8x4_01_C';
|
|
48
43
|
const RECIPE_WALL_GATE_8x4_01 = '/Game/FactoryGame/Recipes/Buildings/Walls/Recipe_Wall_Gate_8x4_01.Recipe_Wall_Gate_8x4_01_C';
|
|
49
|
-
const TYPE_PATH_WALL_WINDOW_8x4_01 = '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Window_8x4_01.Build_Wall_Window_8x4_01_C';
|
|
50
|
-
const CLASS_NAME_WALL_WINDOW_8x4_01 = 'Build_Wall_Window_8x4_01_C';
|
|
51
44
|
const RECIPE_WALL_WINDOW_8x4_01 = '/Game/FactoryGame/Recipes/Buildings/Walls/Recipe_Wall_Window_8x4_01.Recipe_Wall_Window_8x4_01_C';
|
|
52
45
|
const TYPE_PATH_WALL_DOOR_8x4_01 = '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Door_8x4_01.Build_Wall_Door_8x4_01_C';
|
|
53
46
|
const CLASS_NAME_WALL_DOOR_8x4_01 = 'Build_Wall_Door_8x4_01_C';
|
|
54
47
|
const RECIPE_WALL_DOOR_8x4_01 = '/Game/FactoryGame/Recipes/Buildings/Walls/Recipe_Wall_Door_8x4_01.Recipe_Wall_Door_8x4_01_C';
|
|
55
|
-
const TYPE_PATH_PLAYER = '/Game/FactoryGame/Character/Player/Char_Player.Char_Player_C';
|
|
56
|
-
const CLASS_NAME_PLAYER = 'Char_Player_C';
|
|
57
48
|
const TYPE_PATH_HEALTH_COMPONENT = '/Script/FactoryGame.FGHealthComponent';
|
|
58
49
|
const TYPE_PATH_INVENTORY_COMPONENT = '/Script/FactoryGame.FGInventoryComponent';
|
|
59
50
|
const TYPE_PATH_POWER_CONNECTION_COMPONENT = '/Script/FactoryGame.FGPowerConnectionComponent';
|
|
@@ -62,8 +53,6 @@ const TYPE_PATH_FACTORY_CONNECTION_COMPONENT = '/Script/FactoryGame.FGFactoryCon
|
|
|
62
53
|
const FACTORY_CONNECTION_ENUM_BASE = 'EFactoryConnectionDirection';
|
|
63
54
|
const FACTORY_CONNECTION_ENUM_INPUT = FACTORY_CONNECTION_ENUM_BASE + '::FCD_INPUT';
|
|
64
55
|
const FACTORY_CONNECTION_ENUM_OUTPUT = FACTORY_CONNECTION_ENUM_BASE + '::FCD_OUTPUT';
|
|
65
|
-
const TYPE_PATH_ELITESTINGER = '/Game/FactoryGame/Character/Creature/Enemy/Stinger/BigStinger/Char_EliteStinger.Char_EliteStinger_C';
|
|
66
|
-
const CLASS_NAME_ELITEESTINGER = 'Char_EliteStinger_C';
|
|
67
56
|
const TYPE_PATH_LIZARD_DOGGO = '/Game/FactoryGame/Character/Creature/Wildlife/SpaceRabbit/Char_SpaceRabbit.Char_SpaceRabbit_C';
|
|
68
57
|
const CLASS_NAME_LIZARD_DOGGO = 'Char_SpaceRabbit_C';
|
|
69
58
|
const TYPE_PATH_SPACE_GIRAFFE = '/Game/FactoryGame/Character/Creature/Wildlife/SpaceGiraffe/Char_SpaceGiraffe.Char_SpaceGiraffe_C';
|
|
@@ -82,17 +71,6 @@ const CLASS_NAME_SIGN_PORTRAIT = 'Build_StandaloneWidgetSign_Portrait_C';
|
|
|
82
71
|
const PREFAB_LAYOUT_SIGN_PORTRAIT = '/Game/FactoryGame/Interface/UI/InGame/Signs/SignLayouts/BPW_Sign2x3_0.BPW_Sign2x3_0_C';
|
|
83
72
|
const RECIPE_SIGN_PORTRAIT = '/Game/FactoryGame/Recipes/Buildings/Recipe_StandaloneWidgetSign_Portrait.Recipe_StandaloneWidgetSign_Portrait_C';
|
|
84
73
|
const TYPE_PATH_PIPE_NETWORK = '/Script/FactoryGame.FGPipeNetwork';
|
|
85
|
-
const RECIPE_BEAM_PAINTED = '/Game/FactoryGame/Prototype/Buildable/Beams/Recipe_Beam_Painted.Recipe_Beam_Painted_C';
|
|
86
|
-
const TYPE_PATH_BEAM_PAINTED = '/Game/FactoryGame/Prototype/Buildable/Beams/Build_Beam_Painted.Build_Beam_Painted_C';
|
|
87
|
-
const CLASS_NAME_BEAM_PAINTED = 'Build_Beam_Painted_C';
|
|
88
|
-
const REGEX_CONVEYORBELT = /^\/Game\/FactoryGame\/Buildable\/Factory\/(ConveyorBeltMk[0-9]+)\/Build_(\1)\.Build_(\1)_C$/;
|
|
89
|
-
const REGEX_CONVEYORLIFT = /^\/Game\/FactoryGame\/Buildable\/Factory\/(ConveyorLiftMk[0-9]+)\/Build_(\1)\.Build_(\1)_C$/;
|
|
90
|
-
const CLASS_NAME_CONVEYOR_BELT_MK1 = 'Build_ConveyorBeltMk1_C';
|
|
91
|
-
const TYPE_PATH_CONVEYOR_BELT_MK1 = '/Game/FactoryGame/Buildable/Factory/ConveyorBeltMk1/Build_ConveyorBeltMk1.Build_ConveyorBeltMk1_C';
|
|
92
|
-
const RECIPE_CONVEYOR_BELT_MK1 = '/Game/FactoryGame/Recipes/Buildings/Recipe_ConveyorBeltMk1.Recipe_ConveyorBeltMk1_C';
|
|
93
|
-
const TYPE_PATH_FOUNDATION_8x1_01 = '/Game/FactoryGame/Buildable/Building/Foundation/Build_Foundation_8x1_01.Build_Foundation_8x1_01_C';
|
|
94
|
-
const CLASS_NAME_FOUNDATION_8x1_01 = 'Build_Foundation_8x1_01_C';
|
|
95
|
-
const RECIPE_FOUNDATION_8x1_01 = '/Game/FactoryGame/Recipes/Buildings/Foundations/Recipe_Foundation_8x1_01.Recipe_Foundation_8x1_01_C';
|
|
96
74
|
const TYPE_PATH_RAILROADTRACK = '/Game/FactoryGame/Buildable/Factory/Train/Track/Build_RailroadTrack.Build_RailroadTrack_C';
|
|
97
75
|
const CLASS_NAME_RAILROADTRACK = 'Build_RailroadTrack_C';
|
|
98
76
|
const RECIPE_RAILROADTRACK = '/Game/FactoryGame/Recipes/Buildings/Recipe_RailroadTrack.Recipe_RailroadTrack_C';
|
|
@@ -100,62 +78,1569 @@ const TYPE_PATH_POWER_POLE_MK2 = '/Game/FactoryGame/Buildable/Factory/PowerPoleM
|
|
|
100
78
|
const CLASS_NAME_POLWER_POLE_MK2 = 'Build_PowerPoleMk2_C';
|
|
101
79
|
const TYPE_PATH_POWERLINE = '/Game/FactoryGame/Buildable/Factory/PowerLine/Build_PowerLine.Build_PowerLine_C';
|
|
102
80
|
const CLASS_NAME_POWERLINE = 'Build_PowerLine_C';
|
|
81
|
+
const SWATCH_DESC_CONCRETE = '/Game/FactoryGame/Buildable/-Shared/Customization/Swatches/SwatchDesc_Concrete.SwatchDesc_Concrete_C';
|
|
82
|
+
const SWATCH_SLOT_DEFAULT_0 = '/Game/FactoryGame/Buildable/-Shared/Customization/Swatches/SwatchDesc_Slot0.SwatchDesc_Slot0_C';
|
|
83
|
+
const SWATCH_SLOT_DEFAULT_FOUNDATIONS = '/Game/FactoryGame/Buildable/-Shared/Customization/Swatches/SwatchDesc_Slot16.SwatchDesc_Slot16_C';
|
|
103
84
|
const PATTERN_FULL_FACTORY_ZONE = '/Game/FactoryGame/Buildable/-Shared/Customization/Patterns/Zones/PatternDesc_ZoneFull.PatternDesc_ZoneFull_C';
|
|
104
85
|
exports.EDIT = {
|
|
105
86
|
ENTITIES: {
|
|
106
87
|
FOUNDATION: {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
88
|
+
FLAT: {
|
|
89
|
+
NORMAL_8x1_01: {
|
|
90
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_Foundation_8x1_01.Build_Foundation_8x1_01_C',
|
|
91
|
+
CLASS_NAME: 'Build_Foundation_8x1_01_C',
|
|
92
|
+
RECIPE: '/Game/FactoryGame/Recipes/Buildings/Foundations/Recipe_Foundation_8x1_01.Recipe_Foundation_8x1_01_C',
|
|
93
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
94
|
+
},
|
|
95
|
+
NORMAL_8x2_01: {
|
|
96
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_Foundation_8x1_01.Build_Foundation_8x2_01_C',
|
|
97
|
+
CLASS_NAME: 'Build_Foundation_8x2_01_C',
|
|
98
|
+
RECIPE: '/Game/FactoryGame/Recipes/Buildings/Foundations/Recipe_Foundation_8x2_01.Recipe_Foundation_8x2_01_C',
|
|
99
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
100
|
+
},
|
|
101
|
+
NORMAL_8x4_01: {
|
|
102
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_Foundation_8x1_01.Build_Foundation_8x4_01_C',
|
|
103
|
+
CLASS_NAME: 'Build_Foundation_8x4_01_C',
|
|
104
|
+
RECIPE: '/Game/FactoryGame/Recipes/Buildings/Foundations/Recipe_Foundation_8x4_01.Recipe_Foundation_8x4_01_C',
|
|
105
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
106
|
+
},
|
|
107
|
+
CONCRETE_8x1: {
|
|
108
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_Foundation_Concrete_8x1.Build_Foundation_Concrete_8x1_C',
|
|
109
|
+
CLASS_NAME: 'Build_Foundation_Concrete_8x1_C',
|
|
110
|
+
RECIPE: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Foundation_Concrete_8x1.Recipe_Foundation_Concrete_8x1_C',
|
|
111
|
+
DEFAULT_SWATCH: SWATCH_DESC_CONCRETE
|
|
112
|
+
},
|
|
113
|
+
CONCRETE_8x2: {
|
|
114
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_Foundation_Concrete_8x2.Build_Foundation_Concrete_8x2_C',
|
|
115
|
+
CLASS_NAME: 'Build_Foundation_Concrete_8x2_C',
|
|
116
|
+
RECIPE: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Foundation_Concrete_8x1.Recipe_Foundation_Concrete_8x1_C',
|
|
117
|
+
DEFAULT_SWATCH: SWATCH_DESC_CONCRETE
|
|
118
|
+
},
|
|
119
|
+
CONCRETE_8x4: {
|
|
120
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_Foundation_Concrete_8x4.Build_Foundation_Concrete_8x4_C',
|
|
121
|
+
CLASS_NAME: 'Foundation_Concrete_8x4_C',
|
|
122
|
+
RECIPE: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Foundation_Concrete_8x4.Recipe_Foundation_Concrete_8x4_C',
|
|
123
|
+
DEFAULT_SWATCH: SWATCH_DESC_CONCRETE
|
|
124
|
+
},
|
|
125
|
+
METAL_8x1: {
|
|
126
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_Foundation_Metal_8x4.Build_Foundation_Metal_8x1_C',
|
|
127
|
+
CLASS_NAME: 'Build_Foundation_Metal_8x1_C',
|
|
128
|
+
RECIPE: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Foundation_Metal_8x4.Recipe_Foundation_Metal_8x1_C',
|
|
129
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
130
|
+
},
|
|
131
|
+
METAL_8x2: {
|
|
132
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_Foundation_Metal_8x4.Build_Foundation_Metal_8x2_C',
|
|
133
|
+
CLASS_NAME: 'Build_Foundation_Metal_8x2_C',
|
|
134
|
+
RECIPE: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Foundation_Metal_8x4.Recipe_Foundation_Metal_8x2_C',
|
|
135
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
136
|
+
},
|
|
137
|
+
METAL_8x4: {
|
|
138
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_Foundation_Metal_8x4.Build_Foundation_Metal_8x4_C',
|
|
139
|
+
CLASS_NAME: 'Build_Foundation_Metal_8x4_C',
|
|
140
|
+
RECIPE: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Foundation_Metal_8x4.Recipe_Foundation_Metal_8x4_C',
|
|
141
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
142
|
+
},
|
|
143
|
+
CONCRETE_POLISHED_8x1: {
|
|
144
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_Foundation_ConcretePolished_8x4.Build_Foundation_ConcretePolished_8x1_C',
|
|
145
|
+
CLASS_NAME: 'Build_Foundation_ConcretePolished_8x1_C',
|
|
146
|
+
RECIPE: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Foundation_ConcretePolished_8x4.Recipe_Foundation_ConcretePolished_8x1_C',
|
|
147
|
+
DEFAULT_SWATCH: SWATCH_DESC_CONCRETE
|
|
148
|
+
},
|
|
149
|
+
CONCRETE_POLISHED_8x2: {
|
|
150
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_Foundation_ConcretePolished_8x4.Build_Foundation_ConcretePolished_8x2_C',
|
|
151
|
+
CLASS_NAME: 'Build_Foundation_ConcretePolished_8x2_C',
|
|
152
|
+
RECIPE: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Foundation_ConcretePolished_8x4.Recipe_Foundation_ConcretePolished_8x2_C',
|
|
153
|
+
DEFAULT_SWATCH: SWATCH_DESC_CONCRETE
|
|
154
|
+
},
|
|
155
|
+
CONCRETE_POLISHED_8x4: {
|
|
156
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_Foundation_ConcretePolished_8x4.Build_Foundation_ConcretePolished_8x4_C',
|
|
157
|
+
CLASS_NAME: 'Build_Foundation_ConcretePolished_8x4_C',
|
|
158
|
+
RECIPE: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Foundation_ConcretePolished_8x4.Recipe_Foundation_ConcretePolished_8x4_C',
|
|
159
|
+
DEFAULT_SWATCH: SWATCH_DESC_CONCRETE
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
HALF: {
|
|
163
|
+
NORMAL_8x1: {
|
|
164
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Build_QuarterPipeMiddle_Ficsit_8x1.Build_QuarterPipeMiddle_Ficsit_8x1_C',
|
|
165
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_Ficsit_8x1_C',
|
|
166
|
+
RECIPE: '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddle_Ficsit_4x1.Recipe_QuarterPipeMiddle_Ficsit_4x1_C'
|
|
167
|
+
},
|
|
168
|
+
NORMAL_8x2: {
|
|
169
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Build_QuarterPipeMiddle_Ficsit_8x2.Build_QuarterPipeMiddle_Ficsit_8x2_C',
|
|
170
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_Ficsit_8x2_C'
|
|
171
|
+
},
|
|
172
|
+
NORMAL_8x4: {
|
|
173
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Build_QuarterPipeMiddle_Ficsit_8x4.Build_QuarterPipeMiddle_Ficsit_8x4_C',
|
|
174
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_Ficsit_8x4_C'
|
|
175
|
+
},
|
|
176
|
+
CONCRETE_8x1: {
|
|
177
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_QuarterPipeMiddle_Concrete_8x1.Build_QuarterPipeMiddle_Concrete_8x1_C',
|
|
178
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_Concrete_8x1_C'
|
|
179
|
+
},
|
|
180
|
+
CONCRETE_8x2: {
|
|
181
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_QuarterPipeMiddle_Concrete_8x2.Build_QuarterPipeMiddle_Concrete_8x2_C',
|
|
182
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_Concrete_8x2_C'
|
|
183
|
+
},
|
|
184
|
+
CONCRETE_8x4: {
|
|
185
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_QuarterPipeMiddle_Concrete_8x4.Build_QuarterPipeMiddle_Concrete_8x4_C',
|
|
186
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_Concrete_8x4_C'
|
|
187
|
+
},
|
|
188
|
+
METAL_8x1: {
|
|
189
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_QuarterPipeMiddle_Grip_8x1.Build_QuarterPipeMiddle_Grip_8x1_C',
|
|
190
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_Grip_8x1_C'
|
|
191
|
+
},
|
|
192
|
+
METAL_8x2: {
|
|
193
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_QuarterPipeMiddle_Grip_8x2.Build_QuarterPipeMiddle_Grip_8x2_C',
|
|
194
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_Grip_8x2_C'
|
|
195
|
+
},
|
|
196
|
+
METAL_8x4: {
|
|
197
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_QuarterPipeMiddle_Grip_8x4.Build_QuarterPipeMiddle_Grip_8x4_C',
|
|
198
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_Grip_8x4_C'
|
|
199
|
+
},
|
|
200
|
+
CONCRETE_POLISHED_8x1: {
|
|
201
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_QuarterPipeMiddle_PolishedConcrete_8x1.Build_QuarterPipeMiddle_PolishedConcrete_8x1_C',
|
|
202
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_PolishedConcrete_8x1_C'
|
|
203
|
+
},
|
|
204
|
+
CONCRETE_POLISHED_8x2: {
|
|
205
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_QuarterPipeMiddle_PolishedConcrete_8x2.Build_QuarterPipeMiddle_PolishedConcrete_8x2_C',
|
|
206
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_PolishedConcrete_8x2_C'
|
|
207
|
+
},
|
|
208
|
+
CONCRETE_POLISHED_8x4: {
|
|
209
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_QuarterPipeMiddle_PolishedConcrete_8x4.Build_QuarterPipeMiddle_PolishedConcrete_8x4_C',
|
|
210
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_PolishedConcrete_8x4_C'
|
|
211
|
+
},
|
|
212
|
+
ASPHALT_8x1: {
|
|
213
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_QuarterPipeMiddle_Asphalt_8x1.Build_QuarterPipeMiddle_Asphalt_8x1_C',
|
|
214
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_Asphalt_8x1_C'
|
|
215
|
+
},
|
|
216
|
+
ASPHALT_8x2: {
|
|
217
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_QuarterPipeMiddle_Asphalt_8x2.Build_QuarterPipeMiddle_Asphalt_8x2_C',
|
|
218
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_Asphalt_8x2_C'
|
|
219
|
+
},
|
|
220
|
+
ASPHALT_8x4: {
|
|
221
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_QuarterPipeMiddle_Asphalt_8x4.Build_QuarterPipeMiddle_Asphalt_8x4_C',
|
|
222
|
+
CLASS_NAME: 'Build_QuarterPipeMiddle_Asphalt_8x4_C'
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
RAMP: {
|
|
226
|
+
SINGLE: {
|
|
227
|
+
NORMAL_8x1_01: {
|
|
228
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_Ramp_8x1_01.Build_Ramp_8x1_01_C',
|
|
229
|
+
RECIPE: '/Game/FactoryGame/Recipes/Buildings/Ramps/Recipe_Ramp_8x1_01.Recipe_Ramp_8x1_01_C',
|
|
230
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
231
|
+
},
|
|
232
|
+
NORMAL_8x2_01: {
|
|
233
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_Ramp_8x2_01.Build_Ramp_8x2_01_C',
|
|
234
|
+
RECIPE: '/Game/FactoryGame/Recipes/Buildings/Ramps/Recipe_Ramp_8x2_01.Recipe_Ramp_8x2_01_C',
|
|
235
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
236
|
+
},
|
|
237
|
+
NORMAL_8x4_01: {
|
|
238
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_Ramp_8x4_01.Build_Ramp_8x4_01_C',
|
|
239
|
+
RECIPE: '/Game/FactoryGame/Recipes/Buildings/Ramps/Recipe_Ramp_8x4_01.Recipe_Ramp_8x4_01_C',
|
|
240
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
241
|
+
},
|
|
242
|
+
CONCRETE_8x1: {
|
|
243
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_Ramp_Concrete_8x1.Build_Ramp_Concrete_8x1_C',
|
|
244
|
+
CLASS_NAME: 'Build_Ramp_Concrete_8x1_C'
|
|
245
|
+
},
|
|
246
|
+
CONCRETE_8x2: {
|
|
247
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_Ramp_Concrete_8x2.Build_Ramp_Concrete_8x2_C',
|
|
248
|
+
CLASS_NAME: 'Build_Ramp_Concrete_8x2_C'
|
|
249
|
+
},
|
|
250
|
+
CONCRETE_8x4: {
|
|
251
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_Ramp_Concrete_8x4.Build_Ramp_Concrete_8x4_C',
|
|
252
|
+
CLASS_NAME: 'Build_Ramp_Concrete_8x4_C'
|
|
253
|
+
},
|
|
254
|
+
METAL_8x1: {
|
|
255
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_Ramp_Metal_8x1.Build_Ramp_Metal_8x1_C',
|
|
256
|
+
CLASS_NAME: 'Build_Ramp_Metal_8x1_C'
|
|
257
|
+
},
|
|
258
|
+
METAL_8x2: {
|
|
259
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_Ramp_Metal_8x2.Build_Ramp_Metal_8x2_C',
|
|
260
|
+
CLASS_NAME: 'Build_Ramp_Metal_8x2_C'
|
|
261
|
+
},
|
|
262
|
+
METAL_8x4: {
|
|
263
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_Ramp_Metal_8x4.Build_Ramp_Metal_8x4_C',
|
|
264
|
+
CLASS_NAME: 'Build_Ramp_Metal_8x4_C'
|
|
265
|
+
},
|
|
266
|
+
CONCRETE_POLISHED_8x1: {
|
|
267
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_Ramp_Polished_8x1.Build_Ramp_Polished_8x1_C',
|
|
268
|
+
CLASS_NAME: 'Build_Ramp_Polished_8x1_C'
|
|
269
|
+
},
|
|
270
|
+
CONCRETE_POLISHED_8x2: {
|
|
271
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_Ramp_Polished_8x2.Build_Ramp_Polished_8x2_C',
|
|
272
|
+
CLASS_NAME: 'Build_Ramp_Polished_8x2_C'
|
|
273
|
+
},
|
|
274
|
+
CONCRETE_POLISHED_8x4: {
|
|
275
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_Ramp_Polished_8x4.Build_Ramp_Polished_8x4_C',
|
|
276
|
+
CLASS_NAME: 'Build_Ramp_Polished_8x4_C'
|
|
277
|
+
},
|
|
278
|
+
ASPHALT_8x1: {
|
|
279
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_Ramp_Asphalt_8x1.Build_Ramp_Asphalt_8x1_C',
|
|
280
|
+
CLASS_NAME: 'Build_Ramp_Asphalt_8x1_C'
|
|
281
|
+
},
|
|
282
|
+
ASPHALT_8x2: {
|
|
283
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_Ramp_Asphalt_8x2.Build_Ramp_Asphalt_8x2_C',
|
|
284
|
+
CLASS_NAME: 'Build_Ramp_Asphalt_8x2_C'
|
|
285
|
+
},
|
|
286
|
+
ASPHALT_8x4: {
|
|
287
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_Ramp_Asphalt_8x4.Build_Ramp_Asphalt_8x4_C',
|
|
288
|
+
CLASS_NAME: 'Build_Ramp_Asphalt_8x4_C'
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
DOUBLE: {
|
|
292
|
+
NORMAL_8x1: {
|
|
293
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_RampDouble_8x1.Build_RampDouble_8x1_C',
|
|
294
|
+
CLASS_NAME: 'Build_RampDouble_8x1_C',
|
|
295
|
+
RECIPE: 'Game/FactoryGame/Recipes/Buildings/Ramps/Recipe_RampDouble_8x1.Recipe_RampDouble_8x1_C',
|
|
296
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
297
|
+
},
|
|
298
|
+
NORMAL_8x2: {
|
|
299
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_RampDouble.Build_RampDouble_C',
|
|
300
|
+
CLASS_NAME: 'Build_RampDouble_C',
|
|
301
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
302
|
+
},
|
|
303
|
+
NORMAL_8x4: {
|
|
304
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_Ramp_8x8x8.Build_Ramp_8x8x8_C',
|
|
305
|
+
CLASS_NAME: 'Build_Ramp_8x8x8_C',
|
|
306
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
307
|
+
},
|
|
308
|
+
METAL_8x1: {
|
|
309
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_RampDouble_Metal_8x1.Build_RampDouble_Metal_8x1_C',
|
|
310
|
+
CLASS_NAME: 'Build_RampDouble_Metal_8x1_C',
|
|
311
|
+
RECIPE: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_RampDouble_Metal_8x1.Recipe_RampDouble_Metal_8x1_C'
|
|
312
|
+
},
|
|
313
|
+
METAL_8x2: {
|
|
314
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_RampDouble_Metal_8x2.Build_RampDouble_Metal_8x2_C',
|
|
315
|
+
CLASS_NAME: 'Build_RampDouble_Metal_8x2_C',
|
|
316
|
+
RECIPE: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_RampDouble_Metal_8x2.Recipe_RampDouble_Metal_8x2_C'
|
|
317
|
+
},
|
|
318
|
+
METAL_8x4: {
|
|
319
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_RampDouble_Metal_8x4.Build_RampDouble_Metal_8x4_C',
|
|
320
|
+
CLASS_NAME: 'Build_RampDouble_Metal_8x4_C',
|
|
321
|
+
RECIPE: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_RampDouble_Metal_8x4.Recipe_RampDouble_Metal_8x4_C',
|
|
322
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
323
|
+
},
|
|
324
|
+
CONCRETE_8x1: {
|
|
325
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_RampDouble_Concrete_8x1.Build_RampDouble_Concrete_8x1_C',
|
|
326
|
+
CLASS_NAME: 'Build_RampDouble_Concrete_8x1_C'
|
|
327
|
+
},
|
|
328
|
+
CONCRETE_8x2: {
|
|
329
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_RampDouble_Concrete_8x2.Build_RampDouble_Concrete_8x2_C',
|
|
330
|
+
CLASS_NAME: 'Build_RampDouble_Concrete_8x1_C'
|
|
331
|
+
},
|
|
332
|
+
CONCRETE_8x4: {
|
|
333
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_RampDouble_Concrete_8x4.Build_RampDouble_Concrete_8x4_C',
|
|
334
|
+
CLASS_NAME: 'Build_RampDouble_Concrete_8x1_C'
|
|
335
|
+
},
|
|
336
|
+
CONCRETE_POLISHED_8x1: {
|
|
337
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_RampDouble_Polished_8x1.Build_RampDouble_Polished_8x1_C',
|
|
338
|
+
CLASS_NAME: 'Build_RampDouble_Concrete_8x1_C'
|
|
339
|
+
},
|
|
340
|
+
CONCRETE_POLISHED_8x2: {
|
|
341
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_RampDouble_Polished_8x2.Build_RampDouble_Polished_8x2_C',
|
|
342
|
+
CLASS_NAME: 'Build_RampDouble_Concrete_8x1_C'
|
|
343
|
+
},
|
|
344
|
+
CONCRETE_POLISHED_8x4: {
|
|
345
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_RampDouble_Polished_8x4.Build_RampDouble_Polished_8x4_C',
|
|
346
|
+
CLASS_NAME: 'Build_RampDouble_Concrete_8x1_C'
|
|
347
|
+
},
|
|
348
|
+
ASPHALT_8x1: {
|
|
349
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_RampDouble_Asphalt_8x1.Build_RampDouble_Asphalt_8x1_C',
|
|
350
|
+
CLASS_NAME: 'Build_RampDouble_Concrete_8x1_C'
|
|
351
|
+
},
|
|
352
|
+
ASPHALT_8x2: {
|
|
353
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_RampDouble_Asphalt_8x2.Build_RampDouble_Asphalt_8x2_C',
|
|
354
|
+
CLASS_NAME: 'Build_RampDouble_Concrete_8x1_C'
|
|
355
|
+
},
|
|
356
|
+
ASPHALT_8x4: {
|
|
357
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_RampDouble_Asphalt_8x4.Build_RampDouble_Asphalt_8x4_C',
|
|
358
|
+
CLASS_NAME: 'Build_RampDouble_Concrete_8x1_C'
|
|
359
|
+
},
|
|
360
|
+
},
|
|
361
|
+
UPCORNER: {
|
|
362
|
+
NORMAL_8x1: {
|
|
363
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_Ramp_Diagonal_8x1_02.Build_Ramp_Diagonal_8x1_02_C',
|
|
364
|
+
RECIPE: '/Game/FactoryGame/Recipes/Buildings/Ramps/Recipe_Ramp_Diagonal_8x1_02.Recipe_Ramp_Diagonal_8x1_02_C',
|
|
365
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
366
|
+
},
|
|
367
|
+
NORMAL_8x2: {
|
|
368
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_Ramp_Diagonal_8x2_02.Build_Ramp_Diagonal_8x2_02_C',
|
|
369
|
+
RECIPE: '/Game/FactoryGame/Recipes/Buildings/Ramps/Recipe_Ramp_Diagonal_8x2_02.Recipe_Ramp_Diagonal_8x2_02_C',
|
|
370
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
371
|
+
},
|
|
372
|
+
NORMAL_8x4: {
|
|
373
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_Ramp_Diagonal_8x4_02.Build_Ramp_Diagonal_8x4_02_C',
|
|
374
|
+
RECIPE: '/Game/FactoryGame/Recipes/Buildings/Ramps/Recipe_Ramp_Diagonal_8x4_02.Recipe_Ramp_Diagonal_8x4_02_C',
|
|
375
|
+
DEFAULT_SWATCH: SWATCH_SLOT_DEFAULT_FOUNDATIONS
|
|
376
|
+
},
|
|
377
|
+
METAL_8x1: {
|
|
378
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_Ramp_UpCorner_Metal_8x1.Build_Ramp_UpCorner_Metal_8x1_C',
|
|
379
|
+
CLASS_NAME: 'Build_Ramp_UpCorner_Metal_8x1_C'
|
|
380
|
+
},
|
|
381
|
+
METAL_8x2: {
|
|
382
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_Ramp_UpCorner_Metal_8x2.Build_Ramp_UpCorner_Metal_8x2_C',
|
|
383
|
+
CLASS_NAME: 'Build_Ramp_UpCorner_Metal_8x2_C'
|
|
384
|
+
},
|
|
385
|
+
METAL_8x4: {
|
|
386
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_Ramp_UpCorner_Metal_8x4.Build_Ramp_UpCorner_Metal_8x4_C',
|
|
387
|
+
CLASS_NAME: 'Build_Ramp_UpCorner_Metal_8x4_C'
|
|
388
|
+
},
|
|
389
|
+
CONCRETE_8x1: {
|
|
390
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_Ramp_UpCorner_Concrete_8x1.Build_Ramp_UpCorner_Concrete_8x1_C',
|
|
391
|
+
CLASS_NAME: 'Build_Ramp_UpCorner_Concrete_8x1_C'
|
|
392
|
+
},
|
|
393
|
+
CONCRETE_8x2: {
|
|
394
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_Ramp_UpCorner_Concrete_8x2.Build_Ramp_UpCorner_Concrete_8x2_C',
|
|
395
|
+
CLASS_NAME: 'Build_Ramp_UpCorner_Concrete_8x2_C'
|
|
396
|
+
},
|
|
397
|
+
CONCRETE_8x4: {
|
|
398
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_Ramp_UpCorner_Concrete_8x4.Build_Ramp_UpCorner_Concrete_8x4_C',
|
|
399
|
+
CLASS_NAME: 'Build_Ramp_UpCorner_Concrete_8x4_C'
|
|
400
|
+
},
|
|
401
|
+
CONCRETE_POLISHED_8x1: {
|
|
402
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_Ramp_UpCorner_Polished_8x1.Build_Ramp_UpCorner_Polished_8x1_C',
|
|
403
|
+
CLASS_NAME: 'Build_Ramp_UpCorner_Polished_8x1_C'
|
|
404
|
+
},
|
|
405
|
+
CONCRETE_POLISHED_8x2: {
|
|
406
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_Ramp_UpCorner_Polished_8x2.Build_Ramp_UpCorner_Polished_8x2_C',
|
|
407
|
+
CLASS_NAME: 'Build_Ramp_UpCorner_Polished_8x2_C'
|
|
408
|
+
},
|
|
409
|
+
CONCRETE_POLISHED_8x4: {
|
|
410
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_Ramp_UpCorner_Polished_8x4.Build_Ramp_UpCorner_Polished_8x4_C',
|
|
411
|
+
CLASS_NAME: 'Build_Ramp_UpCorner_Polished_8x4_C'
|
|
412
|
+
},
|
|
413
|
+
ASPHALT_8x1: {
|
|
414
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_Ramp_UpCorner_Asphalt_8x1.Build_Ramp_UpCorner_Asphalt_8x1_C',
|
|
415
|
+
CLASS_NAME: 'Build_Ramp_UpCorner_Asphalt_8x1_C'
|
|
416
|
+
},
|
|
417
|
+
ASPHALT_8x2: {
|
|
418
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_Ramp_UpCorner_Asphalt_8x2.Build_Ramp_UpCorner_Asphalt_8x2_C',
|
|
419
|
+
CLASS_NAME: 'Build_Ramp_UpCorner_Asphalt_8x2_C'
|
|
420
|
+
},
|
|
421
|
+
ASPHALT_8x4: {
|
|
422
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_Ramp_UpCorner_Asphalt_8x4.Build_Ramp_UpCorner_Asphalt_8x4_C',
|
|
423
|
+
CLASS_NAME: 'Build_Ramp_UpCorner_Asphalt_8x4_C'
|
|
424
|
+
},
|
|
425
|
+
},
|
|
426
|
+
DOWNCORNER: {
|
|
427
|
+
NORMAL_8x1_C: {
|
|
428
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_Ramp_Diagonal_8x1_01.Build_Ramp_Diagonal_8x1_01_C',
|
|
429
|
+
CLASS_NAME: 'Build_Ramp_Diagonal_8x1_01_C'
|
|
430
|
+
},
|
|
431
|
+
NORMAL_8x2_C: {
|
|
432
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_Ramp_Diagonal_8x2_01.Build_Ramp_Diagonal_8x2_01_C',
|
|
433
|
+
CLASS_NAME: 'Build_Ramp_Diagonal_8x2_01_C'
|
|
434
|
+
},
|
|
435
|
+
NORMAL_8x4_C: {
|
|
436
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_Ramp_Diagonal_8x4_01.Build_Ramp_Diagonal_8x4_01_C',
|
|
437
|
+
CLASS_NAME: 'Build_Ramp_Diagonal_8x4_01_C'
|
|
438
|
+
},
|
|
439
|
+
METAL_8x1: {
|
|
440
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_Ramp_DownCorner_Metal_8x1.Build_Ramp_DownCorner_Metal_8x1_C',
|
|
441
|
+
CLASS_NAME: 'Build_Ramp_DownCorner_Metal_8x1_C'
|
|
442
|
+
},
|
|
443
|
+
METAL_8x2: {
|
|
444
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_Ramp_DownCorner_Metal_8x2.Build_Ramp_DownCorner_Metal_8x2_C',
|
|
445
|
+
CLASS_NAME: 'Build_Ramp_DownCorner_Metal_8x2_C'
|
|
446
|
+
},
|
|
447
|
+
METAL_8x4: {
|
|
448
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_Ramp_DownCorner_Metal_8x4.Build_Ramp_DownCorner_Metal_8x4_C',
|
|
449
|
+
CLASS_NAME: 'Build_Ramp_DownCorner_Metal_8x4_C'
|
|
450
|
+
},
|
|
451
|
+
CONCRETE_8x1: {
|
|
452
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_Ramp_DownCorner_Concrete_8x1.Build_Ramp_DownCorner_Concrete_8x1_C',
|
|
453
|
+
CLASS_NAME: 'Build_Ramp_DownCorner_Concrete_8x1_C'
|
|
454
|
+
},
|
|
455
|
+
CONCRETE_8x2: {
|
|
456
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_Ramp_DownCorner_Concrete_8x2.Build_Ramp_DownCorner_Concrete_8x2_C',
|
|
457
|
+
CLASS_NAME: 'Build_Ramp_DownCorner_Concrete_8x2_C'
|
|
458
|
+
},
|
|
459
|
+
CONCRETE_8x4: {
|
|
460
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_Ramp_DownCorner_Concrete_8x4.Build_Ramp_DownCorner_Concrete_8x4_C',
|
|
461
|
+
CLASS_NAME: 'Build_Ramp_DownCorner_Concrete_8x4_C'
|
|
462
|
+
},
|
|
463
|
+
CONCRETE_POLISHED_8x1: {
|
|
464
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_Ramp_DownCorner_Polished_8x1.Build_Ramp_DownCorner_Polished_8x1_C',
|
|
465
|
+
CLASS_NAME: 'Build_Ramp_DownCorner_Polished_8x1_C'
|
|
466
|
+
},
|
|
467
|
+
CONCRETE_POLISHED_8x2: {
|
|
468
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_Ramp_DownCorner_Polished_8x2.Build_Ramp_DownCorner_Polished_8x2_C',
|
|
469
|
+
CLASS_NAME: 'Build_Ramp_DownCorner_Polished_8x2_C'
|
|
470
|
+
},
|
|
471
|
+
CONCRETE_POLISHED_8x4: {
|
|
472
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_Ramp_DownCorner_Polished_8x4.Build_Ramp_DownCorner_Polished_8x4_C',
|
|
473
|
+
CLASS_NAME: 'Build_Ramp_DownCorner_Polished_8x4_C'
|
|
474
|
+
},
|
|
475
|
+
ASPHALT_8x1: {
|
|
476
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_Ramp_DownCorner_Asphalt_8x1.Build_Ramp_DownCorner_Asphalt_8x1_C',
|
|
477
|
+
CLASS_NAME: 'Build_Ramp_DownCorner_Asphalt_8x1_C'
|
|
478
|
+
},
|
|
479
|
+
ASPHALT_8x2: {
|
|
480
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_Ramp_DownCorner_Asphalt_8x2.Build_Ramp_DownCorner_Asphalt_8x2_C',
|
|
481
|
+
CLASS_NAME: 'Build_Ramp_DownCorner_Asphalt_8x2_C'
|
|
482
|
+
},
|
|
483
|
+
ASPHALT_8x4: {
|
|
484
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_Ramp_DownCorner_Asphalt_8x4.Build_Ramp_DownCorner_Asphalt_8x4_C',
|
|
485
|
+
CLASS_NAME: 'Build_Ramp_DownCorner_Asphalt_8x4_C'
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
INVERTED: {
|
|
489
|
+
SINGLE: {
|
|
490
|
+
NORMAL_8x1: {
|
|
491
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_RampInverted_8x1.Build_RampInverted_8x1_C',
|
|
492
|
+
CLASS_NAME: 'Build_RampInverted_8x1_C'
|
|
493
|
+
},
|
|
494
|
+
NORMAL_8x2: {
|
|
495
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_RampInverted_8x2_01.Build_RampInverted_8x2_01_C',
|
|
496
|
+
CLASS_NAME: 'Build_RampInverted_8x1_C'
|
|
497
|
+
},
|
|
498
|
+
NORMAL_8x4: {
|
|
499
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_Ramp_8x4_Inverted_01.Build_Ramp_8x4_Inverted_01_C',
|
|
500
|
+
CLASS_NAME: 'Build_RampInverted_8x1_C'
|
|
501
|
+
},
|
|
502
|
+
METAL_8x1: {
|
|
503
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_InvertedRamp_Metal_8x1.Build_InvertedRamp_Metal_8x1_C',
|
|
504
|
+
CLASS_NAME: 'Build_InvertedRamp_Metal_8x1_C'
|
|
505
|
+
},
|
|
506
|
+
METAL_8x2: {
|
|
507
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_InvertedRamp_Metal_8x2.Build_InvertedRamp_Metal_8x2_C',
|
|
508
|
+
CLASS_NAME: 'Build_InvertedRamp_Metal_8x2_C'
|
|
509
|
+
},
|
|
510
|
+
METAL_8x4: {
|
|
511
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_InvertedRamp_Metal_8x4.Build_InvertedRamp_Metal_8x4_C',
|
|
512
|
+
CLASS_NAME: 'Build_InvertedRamp_Metal_8x4_C'
|
|
513
|
+
},
|
|
514
|
+
CONCRETE_8x1: {
|
|
515
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_InvertedRamp_Concrete_8x1.Build_InvertedRamp_Concrete_8x1_C',
|
|
516
|
+
CLASS_NAME: 'Build_InvertedRamp_Concrete_8x1_C'
|
|
517
|
+
},
|
|
518
|
+
CONCRETE_8x2: {
|
|
519
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_InvertedRamp_Concrete_8x2.Build_InvertedRamp_Concrete_8x2_C',
|
|
520
|
+
CLASS_NAME: 'Build_InvertedRamp_Concrete_8x2_C'
|
|
521
|
+
},
|
|
522
|
+
CONCRETE_8x4: {
|
|
523
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_InvertedRamp_Concrete_8x4.Build_InvertedRamp_Concrete_8x4_C',
|
|
524
|
+
CLASS_NAME: 'Build_InvertedRamp_Concrete_8x4_C'
|
|
525
|
+
},
|
|
526
|
+
CONCRETE_POLISHED_8x1: {
|
|
527
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_InvertedRamp_Polished_8x1.Build_InvertedRamp_Polished_8x1_C',
|
|
528
|
+
CLASS_NAME: 'Build_InvertedRamp_Polished_8x1_C'
|
|
529
|
+
},
|
|
530
|
+
CONCRETE_POLISHED_8x2: {
|
|
531
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_InvertedRamp_Polished_8x2.Build_InvertedRamp_Polished_8x2_C',
|
|
532
|
+
CLASS_NAME: 'Build_InvertedRamp_Polished_8x2_C'
|
|
533
|
+
},
|
|
534
|
+
CONCRETE_POLISHED_8x4: {
|
|
535
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_InvertedRamp_Polished_8x4.Build_InvertedRamp_Polished_8x4_C',
|
|
536
|
+
CLASS_NAME: 'Build_InvertedRamp_Polished_8x4_C'
|
|
537
|
+
},
|
|
538
|
+
ASPHALT_8x1: {
|
|
539
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_InvertedRamp_Asphalt_8x1.Build_InvertedRamp_Asphalt_8x1_C',
|
|
540
|
+
CLASS_NAME: 'Build_InvertedRamp_Asphalt_8x1_C'
|
|
541
|
+
},
|
|
542
|
+
ASPHALT_8x2: {
|
|
543
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_InvertedRamp_Asphalt_8x2.Build_InvertedRamp_Asphalt_8x2_C',
|
|
544
|
+
CLASS_NAME: 'Build_InvertedRamp_Asphalt_8x2_C'
|
|
545
|
+
},
|
|
546
|
+
ASPHALT_8x4: {
|
|
547
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_InvertedRamp_Asphalt_8x4.Build_InvertedRamp_Asphalt_8x4_C',
|
|
548
|
+
CLASS_NAME: 'Build_InvertedRamp_Asphalt_8x4_C'
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
UCORNER: {
|
|
552
|
+
NORMAL_8x1: {
|
|
553
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_RampInverted_8x1_Corner_01.Build_RampInverted_8x1_Corner_01_C',
|
|
554
|
+
CLASS_NAME: 'Build_RampInverted_8x1_Corner_01_C'
|
|
555
|
+
},
|
|
556
|
+
NORMAL_8x2: {
|
|
557
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_RampInverted_8x2_Corner_01.Build_RampInverted_8x2_Corner_01_C',
|
|
558
|
+
CLASS_NAME: 'Build_RampInverted_8x2_Corner_01_C'
|
|
559
|
+
},
|
|
560
|
+
NORMAL_8x4: {
|
|
561
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_RampInverted_8x4_Corner_01.Build_RampInverted_8x4_Corner_01_C',
|
|
562
|
+
CLASS_NAME: 'Build_RampInverted_8x4_Corner_01_C'
|
|
563
|
+
},
|
|
564
|
+
CONCRETE_8x1: {
|
|
565
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_InvertedRamp_UCorner_Concrete_8x1.Build_InvertedRamp_UCorner_Concrete_8x1_C',
|
|
566
|
+
CLASS_NAME: 'Build_InvertedRamp_UCorner_Concrete_8x1_C'
|
|
567
|
+
},
|
|
568
|
+
CONCRETE_8x2: {
|
|
569
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_InvertedRamp_UCorner_Concrete_8x2.Build_InvertedRamp_UCorner_Concrete_8x2_C',
|
|
570
|
+
CLASS_NAME: 'Build_InvertedRamp_UCorner_Concrete_8x2_C'
|
|
571
|
+
},
|
|
572
|
+
CONCRETE_8x4: {
|
|
573
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_InvertedRamp_UCorner_Concrete_8x4.Build_InvertedRamp_UCorner_Concrete_8x4_C',
|
|
574
|
+
CLASS_NAME: 'Build_InvertedRamp_UCorner_Concrete_8x4_C'
|
|
575
|
+
},
|
|
576
|
+
METAL_8x1: {
|
|
577
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_InvertedRamp_UCorner_Metal_8x1.Build_InvertedRamp_UCorner_Metal_8x1_C',
|
|
578
|
+
CLASS_NAME: 'Build_InvertedRamp_UCorner_Metal_8x1_C'
|
|
579
|
+
},
|
|
580
|
+
METAL_8x2: {
|
|
581
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_InvertedRamp_UCorner_Metal_8x2.Build_InvertedRamp_UCorner_Metal_8x2_C',
|
|
582
|
+
CLASS_NAME: 'Build_InvertedRamp_UCorner_Metal_8x2_C'
|
|
583
|
+
},
|
|
584
|
+
METAL_8x4: {
|
|
585
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_InvertedRamp_UCorner_Metal_8x4.Build_InvertedRamp_UCorner_Metal_8x4_C',
|
|
586
|
+
CLASS_NAME: 'Build_InvertedRamp_UCorner_Metal_8x4_C'
|
|
587
|
+
},
|
|
588
|
+
CONCRETE_POLISHED_8x1: {
|
|
589
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_InvertedRamp_UCorner_Polished_8x1.Build_InvertedRamp_UCorner_Polished_8x1_C',
|
|
590
|
+
CLASS_NAME: 'Build_InvertedRamp_UCorner_Polished_8x1_C'
|
|
591
|
+
},
|
|
592
|
+
CONCRETE_POLISHED_8x2: {
|
|
593
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_InvertedRamp_UCorner_Polished_8x2.Build_InvertedRamp_UCorner_Polished_8x2_C',
|
|
594
|
+
CLASS_NAME: 'Build_InvertedRamp_UCorner_Polished_8x2_C'
|
|
595
|
+
},
|
|
596
|
+
CONCRETE_POLISHED_8x4: {
|
|
597
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_InvertedRamp_UCorner_Polished_8x4.Build_InvertedRamp_UCorner_Polished_8x4_C',
|
|
598
|
+
CLASS_NAME: 'Build_InvertedRamp_UCorner_Polished_8x4_C'
|
|
599
|
+
},
|
|
600
|
+
ASPHALT_8x1: {
|
|
601
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_InvertedRamp_UCorner_Asphalt_8x1.Build_InvertedRamp_UCorner_Asphalt_8x1_C',
|
|
602
|
+
CLASS_NAME: 'Build_InvertedRamp_UCorner_Asphalt_8x1_C'
|
|
603
|
+
},
|
|
604
|
+
ASPHALT_8x2: {
|
|
605
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_InvertedRamp_UCorner_Asphalt_8x2.Build_InvertedRamp_UCorner_Asphalt_8x2_C',
|
|
606
|
+
CLASS_NAME: 'Build_InvertedRamp_UCorner_Asphalt_8x2_C'
|
|
607
|
+
},
|
|
608
|
+
ASPHALT_8x4: {
|
|
609
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_InvertedRamp_UCorner_Asphalt_8x4.Build_InvertedRamp_UCorner_Asphalt_8x4_C',
|
|
610
|
+
CLASS_NAME: 'Build_InvertedRamp_UCorner_Asphalt_8x4_C'
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
DCORNER: {
|
|
614
|
+
NORMAL_8x1: {
|
|
615
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_RampInverted_8x1_Corner_02.Build_RampInverted_8x1_Corner_02_C',
|
|
616
|
+
CLASS_NAME: 'Build_RampInverted_8x1_Corner_02_C'
|
|
617
|
+
},
|
|
618
|
+
NORMAL_8x2: {
|
|
619
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_RampInverted_8x2_Corner_02.Build_RampInverted_8x2_Corner_02_C',
|
|
620
|
+
CLASS_NAME: 'Build_RampInverted_8x2_Corner_02_C'
|
|
621
|
+
},
|
|
622
|
+
NORMAL_8x4: {
|
|
623
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_RampInverted_8x4_Corner_02.Build_RampInverted_8x4_Corner_02_C',
|
|
624
|
+
CLASS_NAME: 'Build_RampInverted_8x4_Corner_02_C'
|
|
625
|
+
},
|
|
626
|
+
CONCRETE_8x1: {
|
|
627
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_InvertedRamp_DCorner_Concrete_8x1.Build_InvertedRamp_DCorner_Concrete_8x1_C',
|
|
628
|
+
CLASS_NAME: 'Build_InvertedRamp_DCorner_Concrete_8x1_C'
|
|
629
|
+
},
|
|
630
|
+
CONCRETE_8x2: {
|
|
631
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_InvertedRamp_DCorner_Concrete_8x2.Build_InvertedRamp_DCorner_Concrete_8x2_C',
|
|
632
|
+
CLASS_NAME: 'Build_InvertedRamp_DCorner_Concrete_8x2_C'
|
|
633
|
+
},
|
|
634
|
+
CONCRETE_8x4: {
|
|
635
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_InvertedRamp_DCorner_Concrete_8x4.Build_InvertedRamp_DCorner_Concrete_8x4_C',
|
|
636
|
+
CLASS_NAME: 'Build_InvertedRamp_DCorner_Concrete_8x4_C'
|
|
637
|
+
},
|
|
638
|
+
METAL_8x1: {
|
|
639
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_InvertedRamp_DCorner_Metal_8x1.Build_InvertedRamp_DCorner_Metal_8x1_C',
|
|
640
|
+
CLASS_NAME: 'Build_InvertedRamp_DCorner_Metal_8x1_C'
|
|
641
|
+
},
|
|
642
|
+
METAL_8x2: {
|
|
643
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_InvertedRamp_DCorner_Metal_8x2.Build_InvertedRamp_DCorner_Metal_8x2_C',
|
|
644
|
+
CLASS_NAME: 'Build_InvertedRamp_DCorner_Metal_8x2_C'
|
|
645
|
+
},
|
|
646
|
+
METAL_8x4: {
|
|
647
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_InvertedRamp_DCorner_Metal_8x4.Build_InvertedRamp_DCorner_Metal_8x4_C',
|
|
648
|
+
CLASS_NAME: 'Build_InvertedRamp_DCorner_Metal_8x4_C'
|
|
649
|
+
},
|
|
650
|
+
CONCREtE_POLISHED_8x1: {
|
|
651
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_InvertedRamp_DCorner_Polished_8x1.Build_InvertedRamp_DCorner_Polished_8x1_C',
|
|
652
|
+
CLASS_NAME: 'Build_InvertedRamp_DCorner_Polished_8x1_C'
|
|
653
|
+
},
|
|
654
|
+
CONCREtE_POLISHED_8x2: {
|
|
655
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_InvertedRamp_DCorner_Polished_8x2.Build_InvertedRamp_DCorner_Polished_8x2_C',
|
|
656
|
+
CLASS_NAME: 'Build_InvertedRamp_DCorner_Polished_8x2_C'
|
|
657
|
+
},
|
|
658
|
+
CONCREtE_POLISHED_8x4: {
|
|
659
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_InvertedRamp_DCorner_Polished_8x4.Build_InvertedRamp_DCorner_Polished_8x4_C',
|
|
660
|
+
CLASS_NAME: 'Build_InvertedRamp_DCorner_Polished_8x4_C'
|
|
661
|
+
},
|
|
662
|
+
ASPHALT_8x1: {
|
|
663
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_InvertedRamp_DCorner_Asphalt_8x1.Build_InvertedRamp_DCorner_Asphalt_8x1_C',
|
|
664
|
+
CLASS_NAME: 'Build_InvertedRamp_DCorner_Asphalt_8x1_C'
|
|
665
|
+
},
|
|
666
|
+
ASPHALT_8x2: {
|
|
667
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_InvertedRamp_DCorner_Asphalt_8x2.Build_InvertedRamp_DCorner_Asphalt_8x2_C',
|
|
668
|
+
CLASS_NAME: 'Build_InvertedRamp_DCorner_Asphalt_8x2_C'
|
|
669
|
+
},
|
|
670
|
+
ASPHALT_8x4: {
|
|
671
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_InvertedRamp_DCorner_Asphalt_8x4.Build_InvertedRamp_DCorner_Asphalt_8x4_C',
|
|
672
|
+
CLASS_NAME: 'Build_InvertedRamp_DCorner_Asphalt_8x4_C'
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
PIPE: {
|
|
678
|
+
HALF: {
|
|
679
|
+
QUARTER: {
|
|
680
|
+
NORMAL: {
|
|
681
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_QuarterPipe.Build_QuarterPipe_C',
|
|
682
|
+
CLASS_NAME: 'Build_QuarterPipe_C'
|
|
683
|
+
},
|
|
684
|
+
CONCRETE: {
|
|
685
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_QuarterPipe_Concrete_8x4.Build_QuarterPipe_Concrete_8x4_C',
|
|
686
|
+
CLASS_NAME: 'Build_QuarterPipe_Concrete_8x4_C'
|
|
687
|
+
},
|
|
688
|
+
METAL: {
|
|
689
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_QuarterPipe_Grip_8x4.Build_QuarterPipe_Grip_8x4_C',
|
|
690
|
+
CLASS_NAME: 'Build_QuarterPipe_Grip_8x4_C'
|
|
691
|
+
},
|
|
692
|
+
CONCRETE_POLISHED: {
|
|
693
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_QuarterPipe_ConcretePolished_8x4.Build_QuarterPipe_ConcretePolished_8x4_C',
|
|
694
|
+
CLASS_NAME: 'Build_QuarterPipe_ConcretePolished_8x4_C'
|
|
695
|
+
},
|
|
696
|
+
ASPHALT: {
|
|
697
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_QuarterPipe_Asphalt_8x4.Build_QuarterPipe_Asphalt_8x4_C',
|
|
698
|
+
CLASS_NAME: 'Build_QuarterPipe_Asphalt_8x4_C'
|
|
699
|
+
}
|
|
700
|
+
},
|
|
701
|
+
QUARTER_INVERTED: {
|
|
702
|
+
NORMAL: {
|
|
703
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_QuarterPipe_02.Build_QuarterPipe_02_C',
|
|
704
|
+
CLASS_NAME: 'Build_QuarterPipe_02_C'
|
|
705
|
+
},
|
|
706
|
+
CONCRETE: {
|
|
707
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_DownQuarterPipe_Concrete_8x4.Build_DownQuarterPipe_Concrete_8x4_C',
|
|
708
|
+
CLASS_NAME: 'Build_DownQuarterPipe_Concrete_8x4_C'
|
|
709
|
+
},
|
|
710
|
+
METAL: {
|
|
711
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_DownQuarterPipe_Grip_8x4.Build_DownQuarterPipe_Grip_8x4_C',
|
|
712
|
+
CLASS_NAME: 'Build_DownQuarterPipe_Grip_8x4_C'
|
|
713
|
+
},
|
|
714
|
+
CONCRETE_POLISHED: {
|
|
715
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_DownQuarterPipe_ConcretePolished_8x4.Build_DownQuarterPipe_ConcretePolished_8x4_C',
|
|
716
|
+
CLASS_NAME: 'Build_DownQuarterPipe_ConcretePolished_8x4_C'
|
|
717
|
+
},
|
|
718
|
+
ASPHALT: {
|
|
719
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_DownQuarterPipe_Asphalt_8x4.Build_DownQuarterPipe_Asphalt_8x4_C',
|
|
720
|
+
CLASS_NAME: 'Build_DownQuarterPipe_Asphalt_8x4_C'
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
CORNER: {
|
|
724
|
+
NORMAL: {
|
|
725
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_QuarterPipeCorner_01.Build_QuarterPipeCorner_01_C',
|
|
726
|
+
CLASS_NAME: 'Build_QuarterPipeCorner_01_C'
|
|
727
|
+
},
|
|
728
|
+
CONCRETE: {
|
|
729
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_QuarterPipeInCorner_Concrete_8x4.Build_QuarterPipeInCorner_Concrete_8x4_C',
|
|
730
|
+
CLASS_NAME: 'Build_QuarterPipeInCorner_Concrete_8x4_C'
|
|
731
|
+
},
|
|
732
|
+
METAL: {
|
|
733
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_QuarterPipeInCorner_Grip_8x4.Build_QuarterPipeInCorner_Grip_8x4_C',
|
|
734
|
+
CLASS_NAME: 'Build_QuarterPipeInCorner_Grip_8x4_C'
|
|
735
|
+
},
|
|
736
|
+
CONCRETE_POLISHED: {
|
|
737
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_QuarterPipeInCorner_ConcretePolished_8x4.Build_QuarterPipeInCorner_ConcretePolished_8x4_C',
|
|
738
|
+
CLASS_NAME: 'Build_QuarterPipeInCorner_ConcretePolished_8x4_C'
|
|
739
|
+
},
|
|
740
|
+
ASPHALT: {
|
|
741
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_QuarterPipeInCorner_Asphalt_8x4.Build_QuarterPipeInCorner_Asphalt_8x4_C',
|
|
742
|
+
CLASS_NAME: 'Build_QuarterPipeInCorner_Asphalt_8x4_C'
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
CORNER_INVERTED: {
|
|
746
|
+
NORMAL: {
|
|
747
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_QuarterPipeCorner_02.Build_QuarterPipeCorner_02_C',
|
|
748
|
+
CLASS_NAME: 'Build_QuarterPipeCorner_02_C'
|
|
749
|
+
},
|
|
750
|
+
CONCRETE: {
|
|
751
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_DownQuarterPipeInCorner_Concrete_8x4.Build_DownQuarterPipeInCorner_Concrete_8x4_C',
|
|
752
|
+
CLASS_NAME: 'Build_DownQuarterPipeInCorner_Concrete_8x4_C'
|
|
753
|
+
},
|
|
754
|
+
CONCRETE_POLISHED: {
|
|
755
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_DownQuarterPipeInCorner_ConcretePolished_8x4.Build_DownQuarterPipeInCorner_ConcretePolished_8x4_C',
|
|
756
|
+
CLASS_NAME: 'Build_DownQuarterPipeInCorner_ConcretePolished_8x4_C'
|
|
757
|
+
},
|
|
758
|
+
ASPHALT: {
|
|
759
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_DownQuarterPipeInCorner_Asphalt_8x4.Build_DownQuarterPipeInCorner_Asphalt_8x4_C',
|
|
760
|
+
CLASS_NAME: 'Build_DownQuarterPipeInCorner_Asphalt_8x4_C'
|
|
761
|
+
},
|
|
762
|
+
METAL: {
|
|
763
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_DownQuarterPipeInCorner_Grip_8x4.Build_DownQuarterPipeInCorner_Grip_8x4_C',
|
|
764
|
+
CLASS_NAME: 'Build_DownQuarterPipeInCorner_Grip_8x4_C'
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
},
|
|
768
|
+
FULL: {
|
|
769
|
+
CORNER: {
|
|
770
|
+
QUARTER_PIPE: {
|
|
771
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_QuarterPipeCorner_03.Build_QuarterPipeCorner_03_C',
|
|
772
|
+
CLASS_NAME: 'Build_QuarterPipeCorner_03_C'
|
|
773
|
+
},
|
|
774
|
+
CONCRETE: {
|
|
775
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_QuarterPipeOutCorner_Concrete_8x4.Build_QuarterPipeOutCorner_Concrete_8x4_C',
|
|
776
|
+
CLASS_NAME: 'Build_QuarterPipeOutCorner_Concrete_8x4_C'
|
|
777
|
+
},
|
|
778
|
+
METAL: {
|
|
779
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_QuarterPipeOutCorner_Grip_8x4.Build_QuarterPipeOutCorner_Grip_8x4_C',
|
|
780
|
+
CLASS_NAME: 'Build_QuarterPipeOutCorner_Grip_8x4_C'
|
|
781
|
+
},
|
|
782
|
+
CONCRETE_POLISHED: {
|
|
783
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_QuarterPipeOutCorner_ConcretePolished_8x4.Build_QuarterPipeOutCorner_ConcretePolished_8x4_C',
|
|
784
|
+
CLASs_NAME: 'Build_QuarterPipeOutCorner_ConcretePolished_8x4_C'
|
|
785
|
+
},
|
|
786
|
+
ASPHALT: {
|
|
787
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_QuarterPipeOutCorner_Asphalt_8x4.Build_QuarterPipeOutCorner_Asphalt_8x4_C',
|
|
788
|
+
CLASS_NAME: 'Build_QuarterPipeOutCorner_Asphalt_8x4_C'
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
DOWN_QUARTER_PIPE: {
|
|
792
|
+
NORMAL: {
|
|
793
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_QuarterPipeCorner_04.Build_QuarterPipeCorner_04_C',
|
|
794
|
+
CLASS_NAME: 'Build_QuarterPipeCorner_04_C'
|
|
795
|
+
},
|
|
796
|
+
CONCRETE: {
|
|
797
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_DownQuarterPipeOutCorner_Concrete_8x4.Build_DownQuarterPipeOutCorner_Concrete_8x4_C',
|
|
798
|
+
CLASS_NAME: 'Build_DownQuarterPipeOutCorner_Concrete_8x4_C'
|
|
799
|
+
},
|
|
800
|
+
CONCRETE_POLISHED: {
|
|
801
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_DownQuarterPipeOutCorner_ConcretePolished_8x4.Build_DownQuarterPipeOutCorner_ConcretePolished_8x4_C',
|
|
802
|
+
CLASS_NAME: 'Build_DownQuarterPipeOutCorner_ConcretePolished_8x4_C'
|
|
803
|
+
},
|
|
804
|
+
METAL: {
|
|
805
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_DownQuarterPipeOutCorner_Grip_8x4.Build_DownQuarterPipeOutCorner_Grip_8x4_C',
|
|
806
|
+
CLASS_NAME: 'Build_DownQuarterPipeOutCorner_Grip_8x4_C'
|
|
807
|
+
},
|
|
808
|
+
ASPHALT: {
|
|
809
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_DownQuarterPipeOutCorner_Asphalt_8x4.Build_DownQuarterPipeOutCorner_Asphalt_8x4_C',
|
|
810
|
+
CLASS_NAME: 'Build_DownQuarterPipeOutCorner_Asphalt_8x4_C'
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
MIDDLE_IN: {
|
|
814
|
+
NORMAL_8x1: {
|
|
815
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Build_QuarterPipeMiddleInCorner_Ficsit_8x1.Build_QuarterPipeMiddleInCorner_Ficsit_8x1_C',
|
|
816
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_Ficsit_8x1_C'
|
|
817
|
+
},
|
|
818
|
+
NORMAL_8x2: {
|
|
819
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Build_QuarterPipeMiddleInCorner_Ficsit_8x2.Build_QuarterPipeMiddleInCorner_Ficsit_8x2_C',
|
|
820
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_Ficsit_8x2_C'
|
|
821
|
+
},
|
|
822
|
+
NORMAL_8x4: {
|
|
823
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Build_QuarterPipeMiddleInCorner_Ficsit_8x4.Build_QuarterPipeMiddleInCorner_Ficsit_8x4_C',
|
|
824
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_Ficsit_8x4_C'
|
|
825
|
+
},
|
|
826
|
+
CONCRETE_8x1: {
|
|
827
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_QuarterPipeMiddleInCorner_Concrete_8x1.Build_QuarterPipeMiddleInCorner_Concrete_8x1_C',
|
|
828
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_Concrete_8x1_C'
|
|
829
|
+
},
|
|
830
|
+
CONCRETE_8x2: {
|
|
831
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_QuarterPipeMiddleInCorner_Concrete_8x2.Build_QuarterPipeMiddleInCorner_Concrete_8x2_C',
|
|
832
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_Concrete_8x2_C'
|
|
833
|
+
},
|
|
834
|
+
CONCRETE_8x4: {
|
|
835
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_QuarterPipeMiddleInCorner_Concrete_8x4.Build_QuarterPipeMiddleInCorner_Concrete_8x4_C',
|
|
836
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_Concrete_8x4_C'
|
|
837
|
+
},
|
|
838
|
+
METAL_8x1: {
|
|
839
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_QuarterPipeMiddleInCorner_Grip_8x1.Build_QuarterPipeMiddleInCorner_Grip_8x1_C',
|
|
840
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_Grip_8x1_C'
|
|
841
|
+
},
|
|
842
|
+
METAL_8x2: {
|
|
843
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_QuarterPipeMiddleInCorner_Grip_8x2.Build_QuarterPipeMiddleInCorner_Grip_8x2_C',
|
|
844
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_Grip_8x2_C'
|
|
845
|
+
},
|
|
846
|
+
METAL_8x4: {
|
|
847
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_QuarterPipeMiddleInCorner_Grip_8x4.Build_QuarterPipeMiddleInCorner_Grip_8x4_C',
|
|
848
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_Grip_8x4_C'
|
|
849
|
+
},
|
|
850
|
+
CONCRETE_POLISHED_8x1: {
|
|
851
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x1.Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x1_C',
|
|
852
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x1_C'
|
|
853
|
+
},
|
|
854
|
+
CONCRETE_POLISHED_8x2: {
|
|
855
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x2.Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x2_C',
|
|
856
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x2_C'
|
|
857
|
+
},
|
|
858
|
+
CONCRETE_POLISHED_8x4: {
|
|
859
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x4.Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x4_C',
|
|
860
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_PolishedConcrete_8x4_C'
|
|
861
|
+
},
|
|
862
|
+
ASPHALT_8x1: {
|
|
863
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_QuarterPipeMiddleInCorner_Asphalt_8x1.Build_QuarterPipeMiddleInCorner_Asphalt_8x1_C',
|
|
864
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_Asphalt_8x1_C'
|
|
865
|
+
},
|
|
866
|
+
ASPHALT_8x2: {
|
|
867
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_QuarterPipeMiddleInCorner_Asphalt_8x2.Build_QuarterPipeMiddleInCorner_Asphalt_8x2_C',
|
|
868
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_Asphalt_8x2_C'
|
|
869
|
+
},
|
|
870
|
+
ASPHALT_8x4: {
|
|
871
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_QuarterPipeMiddleInCorner_Asphalt_8x4.Build_QuarterPipeMiddleInCorner_Asphalt_8x4_C',
|
|
872
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleInCorner_Asphalt_8x4_C'
|
|
873
|
+
},
|
|
874
|
+
},
|
|
875
|
+
QUARTER_MIDDLE_OUT: {
|
|
876
|
+
NORMAL_4x1: {
|
|
877
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Build_QuarterPipeMiddleOutCorner_Ficsit_4x1.Build_QuarterPipeMiddleOutCorner_Ficsit_4x1_C',
|
|
878
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_Ficsit_4x1_C'
|
|
879
|
+
},
|
|
880
|
+
NORMAL_4x2: {
|
|
881
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Build_QuarterPipeMiddleOutCorner_Ficsit_4x2.Build_QuarterPipeMiddleOutCorner_Ficsit_4x2_C',
|
|
882
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_Ficsit_4x2_C'
|
|
883
|
+
},
|
|
884
|
+
NORMAL_4x4: {
|
|
885
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Build_QuarterPipeMiddleOutCorner_Ficsit_4x4.Build_QuarterPipeMiddleOutCorner_Ficsit_4x4_C',
|
|
886
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_Ficsit_4x4_C'
|
|
887
|
+
},
|
|
888
|
+
CONCRETE_4x1: {
|
|
889
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_QuarterPipeMiddleOutCorner_Concrete_4x1.Build_QuarterPipeMiddleOutCorner_Concrete_4x1_C',
|
|
890
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_Concrete_4x1_C'
|
|
891
|
+
},
|
|
892
|
+
CONCRETE_4x2: {
|
|
893
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_QuarterPipeMiddleOutCorner_Concrete_4x2.Build_QuarterPipeMiddleOutCorner_Concrete_4x2_C',
|
|
894
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_Concrete_4x2_C'
|
|
895
|
+
},
|
|
896
|
+
CONCRETE_4x4: {
|
|
897
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Build_QuarterPipeMiddleOutCorner_Concrete_4x4.Build_QuarterPipeMiddleOutCorner_Concrete_4x4_C',
|
|
898
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_Concrete_4x4_C'
|
|
899
|
+
},
|
|
900
|
+
METAL_4x1: {
|
|
901
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_QuarterPipeMiddleOutCorner_Grip_4x1.Build_QuarterPipeMiddleOutCorner_Grip_4x1_C',
|
|
902
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_Grip_4x1_C'
|
|
903
|
+
},
|
|
904
|
+
METAL_4x2: {
|
|
905
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_QuarterPipeMiddleOutCorner_Grip_4x2.Build_QuarterPipeMiddleOutCorner_Grip_4x2_C',
|
|
906
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_Grip_4x2_C'
|
|
907
|
+
},
|
|
908
|
+
METAL_4x4: {
|
|
909
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Build_QuarterPipeMiddleOutCorner_Grip_4x4.Build_QuarterPipeMiddleOutCorner_Grip_4x4_C',
|
|
910
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_Grip_4x4_C'
|
|
911
|
+
},
|
|
912
|
+
CONCRETE_POLISHED_4x1: {
|
|
913
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1.Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1_C',
|
|
914
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1_C'
|
|
915
|
+
},
|
|
916
|
+
CONCRETE_POLISHED_4x2: {
|
|
917
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2.Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2_C',
|
|
918
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2_C'
|
|
919
|
+
},
|
|
920
|
+
CONCRETE_POLISHED_4x4: {
|
|
921
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4.Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4_C',
|
|
922
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4_C'
|
|
923
|
+
},
|
|
924
|
+
ASPHALT_4x1: {
|
|
925
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_QuarterPipeMiddleOutCorner_Asphalt_4x1.Build_QuarterPipeMiddleOutCorner_Asphalt_4x1_C',
|
|
926
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_Asphalt_4x1_C'
|
|
927
|
+
},
|
|
928
|
+
ASPHALT_4x2: {
|
|
929
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_QuarterPipeMiddleOutCorner_Asphalt_4x2.Build_QuarterPipeMiddleOutCorner_Asphalt_4x2_C',
|
|
930
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_Asphalt_4x2_C'
|
|
931
|
+
},
|
|
932
|
+
ASPHALT_4x4: {
|
|
933
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Build_QuarterPipeMiddleOutCorner_Asphalt_4x4.Build_QuarterPipeMiddleOutCorner_Asphalt_4x4_C',
|
|
934
|
+
CLASS_NAME: 'Build_QuarterPipeMiddleOutCorner_Asphalt_4x4_C'
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
FRAME: {
|
|
940
|
+
FLAT: {
|
|
941
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_Foundation_Frame_01.Build_Foundation_Frame_01_C',
|
|
942
|
+
CLASS_NAME: 'Build_Foundation_Frame_01_C'
|
|
943
|
+
},
|
|
944
|
+
FLAT_THIN: {
|
|
945
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_Flat_Frame_01.Build_Flat_Frame_01_C',
|
|
946
|
+
CLASS_NAME: 'Build_Flat_Frame_01_C'
|
|
947
|
+
},
|
|
948
|
+
RAMP: {
|
|
949
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_Ramp_Frame_01.Build_Ramp_Frame_01_C',
|
|
950
|
+
CLASS_NAME: 'Build_Ramp_Frame_01_C'
|
|
951
|
+
},
|
|
952
|
+
INVERTED_RAMP: {
|
|
953
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ramp/Build_Ramp_Frame_Inverted_01.Build_Ramp_Frame_Inverted_01_C',
|
|
954
|
+
CLASS_NAME: 'Build_Ramp_Frame_Inverted_01_C'
|
|
955
|
+
}
|
|
111
956
|
}
|
|
112
957
|
},
|
|
113
958
|
WALL: {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
959
|
+
SOLID: {
|
|
960
|
+
NORMAL_8x1: {
|
|
961
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_8x1.Build_Wall_Orange_8x1_C',
|
|
962
|
+
CLASS_NAME: 'Build_Wall_Orange_8x1_C'
|
|
963
|
+
},
|
|
964
|
+
NORMAL_8x4: {
|
|
965
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_8x4_01.Build_Wall_8x4_01_C',
|
|
966
|
+
RECIPE: '/Game/FactoryGame/Recipes/Buildings/Walls/Recipe_Wall_8x4_01.Recipe_Wall_8x4_01_C',
|
|
967
|
+
CLASS_NAME: 'Build_Wall_8x4_01_C',
|
|
968
|
+
},
|
|
969
|
+
CONCRETE_8x1: {
|
|
970
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_8x1.Build_Wall_Concrete_8x1_C',
|
|
971
|
+
CLASS_NAME: 'Build_Wall_Concrete_8x1_C'
|
|
972
|
+
},
|
|
973
|
+
CONCRETE_8x4: {
|
|
974
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_8x4.Build_Wall_Concrete_8x4_C',
|
|
975
|
+
CLASS_NAME: 'Build_Wall_Concrete_8x4_C'
|
|
976
|
+
},
|
|
977
|
+
STEEL_8x1: {
|
|
978
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_SteelWall_8x1.Build_SteelWall_8x1_C',
|
|
979
|
+
CLASS_NAME: 'Build_SteelWall_8x1_C'
|
|
980
|
+
},
|
|
981
|
+
STEEL_8x4: {
|
|
982
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_8x4_02.Build_Wall_8x4_02_C',
|
|
983
|
+
CLASS_NAME: 'Build_Wall_8x4_02_C'
|
|
984
|
+
},
|
|
985
|
+
},
|
|
986
|
+
CORNER: {
|
|
987
|
+
NORMAL_8x4: {
|
|
988
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_8x4_Corner_01.Build_Wall_Orange_8x4_Corner_01_C',
|
|
989
|
+
CLASS_NAME: 'Build_Wall_Orange_8x4_Corner_01_C'
|
|
990
|
+
},
|
|
991
|
+
NORMAL_8x8: {
|
|
992
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_8x8_Corner_01.Build_Wall_Orange_8x8_Corner_01_C',
|
|
993
|
+
CLASS_NAME: 'Build_Wall_Orange_8x8_Corner_01_C'
|
|
994
|
+
},
|
|
995
|
+
NORMAL_8x4_2: {
|
|
996
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_8x4_Corner_02.Build_Wall_Orange_8x4_Corner_02_C',
|
|
997
|
+
CLASS_NAME: 'Build_Wall_Orange_8x4_Corner_02_C'
|
|
998
|
+
},
|
|
999
|
+
NORMAL_8x8_2: {
|
|
1000
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_8x8_Corner_02.Build_Wall_Orange_8x8_Corner_02_C',
|
|
1001
|
+
CLASS_NAME: 'Build_Wall_Orange_8x8_Corner_02_C'
|
|
1002
|
+
},
|
|
1003
|
+
CONCRETE_8x4: {
|
|
1004
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_8x4_Corner_01.Build_Wall_Concrete_8x4_Corner_01_C',
|
|
1005
|
+
CLASS_NAME: 'Build_Wall_Concrete_8x4_Corner_01_C'
|
|
1006
|
+
},
|
|
1007
|
+
CONCRETE_8x4_2: {
|
|
1008
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_8x4_Corner_2.Build_Wall_Concrete_8x4_Corner_2_C',
|
|
1009
|
+
CLASS_NAME: 'Build_Wall_Concrete_8x4_Corner_2_C'
|
|
1010
|
+
},
|
|
1011
|
+
CONCRETE_8x8: {
|
|
1012
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_8x8_Corner_01.Build_Wall_Concrete_8x8_Corner_01_C',
|
|
1013
|
+
CLASS_NAME: 'Build_Wall_Concrete_8x8_Corner_01_C'
|
|
1014
|
+
},
|
|
1015
|
+
CONCRETE_8x8_2: {
|
|
1016
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_8x8_Corner_2.Build_Wall_Concrete_8x8_Corner_2_C',
|
|
1017
|
+
CLASS_NAME: 'Build_Wall_Concrete_8x8_Corner_2_C'
|
|
1018
|
+
},
|
|
1019
|
+
STEEL_8x4: {
|
|
1020
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_Wall_Steel_8x4_Corner_01.Build_Wall_Steel_8x4_Corner_01_C',
|
|
1021
|
+
CLASS_NAME: 'Build_Wall_Steel_8x4_Corner_01_C'
|
|
1022
|
+
},
|
|
1023
|
+
STEEL_8x4_2: {
|
|
1024
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_Wall_Steel_8x4_Corner_2.Build_Wall_Steel_8x4_Corner_2_C',
|
|
1025
|
+
CLASS_NAME: 'Build_Wall_Steel_8x4_Corner_2_C'
|
|
1026
|
+
},
|
|
1027
|
+
STEEL_8x8: {
|
|
1028
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_Wall_Steel_8x8_Corner_01.Build_Wall_Steel_8x8_Corner_01_C',
|
|
1029
|
+
CLASS_NAME: 'Build_Wall_Steel_8x8_Corner_01_C'
|
|
1030
|
+
},
|
|
1031
|
+
STEEL_8x8_2: {
|
|
1032
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_Wall_Steel_8x8_Corner_2.Build_Wall_Steel_8x8_Corner_2_C',
|
|
1033
|
+
CLASS_NAME: 'Build_Wall_Steel_8x8_Corner_2_C'
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1036
|
+
GATE: {
|
|
1037
|
+
NORMAL_WALL_GATE: {
|
|
1038
|
+
RECIPE: RECIPE_WALL_GATE_8x4_01,
|
|
1039
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Gate_8x4_01.Build_Wall_Gate_8x4_01_C',
|
|
1040
|
+
CLASS_NAME: 'Build_Wall_Gate_8x4_01_C',
|
|
1041
|
+
},
|
|
1042
|
+
AUTOMATED: {
|
|
1043
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Doors/Build_Gate_Automated_8x4.Build_Gate_Automated_8x4_C',
|
|
1044
|
+
CLASS_NAME: 'Build_Gate_Automated_8x4_C'
|
|
1045
|
+
},
|
|
1046
|
+
CONCRETE_WALL_GATE: {
|
|
1047
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_Gate_8x4.Build_Wall_Concrete_Gate_8x4_C',
|
|
1048
|
+
CLASS_NAME: 'Build_Wall_Concrete_Gate_8x4_C'
|
|
1049
|
+
},
|
|
1050
|
+
STEEL_WALL_GATE: {
|
|
1051
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_SteelWall_8x4_Gate_01.Build_SteelWall_8x4_Gate_01_C',
|
|
1052
|
+
CLASS_NAME: 'Build_SteelWall_8x4_Gate_01_C'
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
CONVEYOR: {
|
|
1056
|
+
ONE_HOLE: {
|
|
1057
|
+
NORMAL: {
|
|
1058
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Conveyor_8x4_03.Build_Wall_Conveyor_8x4_03_C',
|
|
1059
|
+
CLASS_NAME: 'Build_Wall_Conveyor_8x4_03_C'
|
|
1060
|
+
},
|
|
1061
|
+
CONCRETE: {
|
|
1062
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_8x4_ConveyorHole_01.Build_Wall_Concrete_8x4_ConveyorHole_01_C',
|
|
1063
|
+
CLASS_NAME: 'Build_Wall_Concrete_8x4_ConveyorHole_01_C'
|
|
1064
|
+
},
|
|
1065
|
+
STEEL: {
|
|
1066
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Conveyor_8x4_03_Steel.Build_Wall_Conveyor_8x4_03_Steel_C',
|
|
1067
|
+
CLASS_NAME: 'Build_Wall_Conveyor_8x4_03_Steel_C'
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
TWO_HOLES: {
|
|
1071
|
+
NORMAL: {
|
|
1072
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Conveyor_8x4_02.Build_Wall_Conveyor_8x4_02_C',
|
|
1073
|
+
CLASS_NAME: 'Build_Wall_Conveyor_8x4_02_C'
|
|
1074
|
+
},
|
|
1075
|
+
CONCRETE: {
|
|
1076
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_8x4_ConveyorHole_02.Build_Wall_Concrete_8x4_ConveyorHole_02_C',
|
|
1077
|
+
CLASS_NAME: 'Build_Wall_Concrete_8x4_ConveyorHole_02_C'
|
|
1078
|
+
},
|
|
1079
|
+
STEEL: {
|
|
1080
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Conveyor_8x4_02_Steel.Build_Wall_Conveyor_8x4_02_Steel_C',
|
|
1081
|
+
CLASS_NAME: 'Build_Wall_Conveyor_8x4_02_Steel_C'
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
THREE_HOLES: {
|
|
1085
|
+
NORMAL: {
|
|
1086
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Conveyor_8x4_01.Build_Wall_Conveyor_8x4_01_C',
|
|
1087
|
+
CLASS_NAME: 'Build_Wall_Conveyor_8x4_01_C'
|
|
1088
|
+
},
|
|
1089
|
+
CONCRETE: {
|
|
1090
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_8x4_ConveyorHole_03.Build_Wall_Concrete_8x4_ConveyorHole_03_C',
|
|
1091
|
+
CLASS_NAME: 'Build_Wall_Concrete_8x4_ConveyorHole_03_C'
|
|
1092
|
+
},
|
|
1093
|
+
STEEL: {
|
|
1094
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Conveyor_8x4_01_Steel.Build_Wall_Conveyor_8x4_01_Steel_C',
|
|
1095
|
+
CLASS_NAME: 'Build_Wall_Conveyor_8x4_01_Steel_C'
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
1099
|
+
DOOR: {
|
|
1100
|
+
NORMAL_CENTER: {
|
|
1101
|
+
RECIPE: RECIPE_WALL_DOOR_8x4_01,
|
|
1102
|
+
TYPE_PATH: TYPE_PATH_WALL_DOOR_8x4_01,
|
|
1103
|
+
CLASS_NAME: CLASS_NAME_WALL_DOOR_8x4_01,
|
|
1104
|
+
},
|
|
1105
|
+
NORMAL_SIDE: {
|
|
1106
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Door_8x4_03.Build_Wall_Door_8x4_03_C',
|
|
1107
|
+
CLASS_NAME: 'Build_Wall_Door_8x4_03_C'
|
|
1108
|
+
},
|
|
1109
|
+
CONCRETE_CENTER: {
|
|
1110
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_CDoor_8x4.Build_Wall_Concrete_CDoor_8x4_C',
|
|
1111
|
+
CLASS_NAME: 'Build_Wall_Concrete_CDoor_8x4_C'
|
|
1112
|
+
},
|
|
1113
|
+
CONCRETE_SIDE: {
|
|
1114
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_SDoor_8x4.Build_Wall_Concrete_SDoor_8x4_C',
|
|
1115
|
+
CLASS_NAME: 'Build_Wall_Concrete_SDoor_8x4_C'
|
|
1116
|
+
},
|
|
1117
|
+
STEEL_SIDE: {
|
|
1118
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Door_8x4_03_Steel.Build_Wall_Door_8x4_03_Steel_C',
|
|
1119
|
+
CLASS_NAME: 'Build_Wall_Door_8x4_03_Steel_C'
|
|
1120
|
+
},
|
|
1121
|
+
STEEL_CENTER: {
|
|
1122
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Door_8x4_01_Steel.Build_Wall_Door_8x4_01_Steel_C',
|
|
1123
|
+
CLASS_NAME: 'Build_Wall_Door_8x4_01_Steel_C'
|
|
1124
|
+
}
|
|
1125
|
+
},
|
|
1126
|
+
WINDOW: {
|
|
1127
|
+
THIN_01: {
|
|
1128
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Window_Thin_8x4_01.Build_Wall_Window_Thin_8x4_01_C',
|
|
1129
|
+
CLASS_NAME: 'Build_Wall_Window_Thin_8x4_01_C'
|
|
1130
|
+
},
|
|
1131
|
+
THIN_02: {
|
|
1132
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Window_Thin_8x4_01.Build_Wall_Window_Thin_8x4_02_C',
|
|
1133
|
+
CLASS_NAME: 'Build_Wall_Window_Thin_8x4_02_C'
|
|
1134
|
+
},
|
|
1135
|
+
NORMAL_8x4_01: {
|
|
1136
|
+
RECIPE: RECIPE_WALL_WINDOW_8x4_01,
|
|
1137
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Window_8x4_01.Build_Wall_Window_8x4_01_C',
|
|
1138
|
+
CLASS_NAME: 'Build_Wall_Window_8x4_01_C',
|
|
1139
|
+
},
|
|
1140
|
+
NORMAL_8x4_02: {
|
|
1141
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Window_8x4_02.Build_Wall_Window_8x4_02_C',
|
|
1142
|
+
CLASS_NAME: 'Build_Wall_Window_8x4_02_C',
|
|
1143
|
+
},
|
|
1144
|
+
NORMAL_8x4_03: {
|
|
1145
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Window_8x4_03.Build_Wall_Window_8x4_03_C',
|
|
1146
|
+
CLASS_NAME: 'Build_Wall_Window_8x4_03_C'
|
|
1147
|
+
},
|
|
1148
|
+
NORMAL_8x4_04: {
|
|
1149
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Window_8x4_04.Build_Wall_Window_8x4_04_C',
|
|
1150
|
+
CLASS_NAME: 'Build_Wall_Window_8x4_04_C'
|
|
1151
|
+
},
|
|
1152
|
+
CONCRETE_8x4_01: {
|
|
1153
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_8x4_Window_01.Build_Wall_Concrete_8x4_Window_01_C',
|
|
1154
|
+
CLASS_NAME: 'Build_Wall_Concrete_8x4_Window_01_C'
|
|
1155
|
+
},
|
|
1156
|
+
CONCRETE_8x4_02: {
|
|
1157
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_8x4_Window_02.Build_Wall_Concrete_8x4_Window_02_C',
|
|
1158
|
+
CLASS_NAME: 'Build_Wall_Concrete_8x4_Window_02_C'
|
|
1159
|
+
},
|
|
1160
|
+
CONCRETE_8x4_03: {
|
|
1161
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_8x4_Window_03.Build_Wall_Concrete_8x4_Window_03_C',
|
|
1162
|
+
CLASS_NAME: 'Build_Wall_Concrete_8x4_Window_03_C'
|
|
1163
|
+
},
|
|
1164
|
+
CONCRETE_8x4_04: {
|
|
1165
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_8x4_Window_04.Build_Wall_Concrete_8x4_Window_04_C',
|
|
1166
|
+
CLASS_NAME: 'Build_Wall_Concrete_8x4_Window_04_C'
|
|
1167
|
+
},
|
|
1168
|
+
STEEL_8x4_01: {
|
|
1169
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_SteelWall_8x4_Window_01.Build_SteelWall_8x4_Window_01_C',
|
|
1170
|
+
CLASS_NAME: 'Build_SteelWall_8x4_Window_01_C'
|
|
1171
|
+
},
|
|
1172
|
+
STEEL_8x4_02: {
|
|
1173
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_SteelWall_8x4_Window_02.Build_SteelWall_8x4_Window_02_C',
|
|
1174
|
+
CLASS_NAME: 'Build_SteelWall_8x4_Window_02_C'
|
|
1175
|
+
},
|
|
1176
|
+
STEEL_8x4_03: {
|
|
1177
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_SteelWall_8x4_Window_03.Build_SteelWall_8x4_Window_03_C',
|
|
1178
|
+
CLASS_NAME: 'Build_SteelWall_8x4_Window_03_C'
|
|
1179
|
+
},
|
|
1180
|
+
STEEL_8x4_04: {
|
|
1181
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_SteelWall_8x4_Window_04.Build_SteelWall_8x4_Window_04_C',
|
|
1182
|
+
CLASS_NAME: 'Build_SteelWall_8x4_Window_04_C'
|
|
1183
|
+
}
|
|
1184
|
+
},
|
|
1185
|
+
TRIS: {
|
|
1186
|
+
NORMAL_8x1: {
|
|
1187
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_Tris_8x1.Build_Wall_Orange_Tris_8x1_C',
|
|
1188
|
+
CLASS_NAME: 'Build_Wall_Orange_Tris_8x1_C'
|
|
1189
|
+
},
|
|
1190
|
+
NORMAL_8x2: {
|
|
1191
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_Tris_8x2.Build_Wall_Orange_Tris_8x2_C',
|
|
1192
|
+
CLASS_NAME: 'Build_Wall_Orange_Tris_8x2_C'
|
|
1193
|
+
},
|
|
1194
|
+
NORMAL_8x4: {
|
|
1195
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_Tris_8x4.Build_Wall_Orange_Tris_8x4_C',
|
|
1196
|
+
CLASS_NAME: 'Build_Wall_Orange_Tris_8x4_C'
|
|
1197
|
+
},
|
|
1198
|
+
NORMAL_8x8: {
|
|
1199
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_Tris_8x8.Build_Wall_Orange_Tris_8x8_C',
|
|
1200
|
+
CLASS_NAME: 'Build_Wall_Orange_Tris_8x8_C'
|
|
1201
|
+
},
|
|
1202
|
+
CONCRETE_8x1: {
|
|
1203
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_Tris_8x1.Build_Wall_Concrete_Tris_8x1_C',
|
|
1204
|
+
CLASS_NAME: 'Build_Wall_Concrete_Tris_8x1_C'
|
|
1205
|
+
},
|
|
1206
|
+
CONCRETE_8x2: {
|
|
1207
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_Tris_8x2.Build_Wall_Concrete_Tris_8x2_C',
|
|
1208
|
+
CLASS_NAME: 'Build_Wall_Concrete_Tris_8x2_C'
|
|
1209
|
+
},
|
|
1210
|
+
CONCRETE_8x4: {
|
|
1211
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_Tris_8x4.Build_Wall_Concrete_Tris_8x4_C',
|
|
1212
|
+
CLASS_NAME: 'Build_Wall_Concrete_Tris_8x4_C'
|
|
1213
|
+
},
|
|
1214
|
+
CONCRETE_8x8: {
|
|
1215
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_Tris_8x8.Build_Wall_Concrete_Tris_8x8_C',
|
|
1216
|
+
CLASS_NAME: 'Build_Wall_Concrete_Tris_8x8_C'
|
|
1217
|
+
},
|
|
1218
|
+
STEEL_8x1: {
|
|
1219
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_SteelWall_Tris_8x1.Build_SteelWall_Tris_8x1_C',
|
|
1220
|
+
CLASS_NAME: 'Build_SteelWall_Tris_8x1_C'
|
|
1221
|
+
},
|
|
1222
|
+
STEEL_8x2: {
|
|
1223
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_SteelWall_Tris_8x2.Build_SteelWall_Tris_8x2_C',
|
|
1224
|
+
CLASS_NAME: 'Build_SteelWall_Tris_8x2_C'
|
|
1225
|
+
},
|
|
1226
|
+
STEEL_8x4: {
|
|
1227
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_SteelWall_Tris_8x4.Build_SteelWall_Tris_8x4_C',
|
|
1228
|
+
CLASS_NAME: 'Build_SteelWall_Tris_8x4_C'
|
|
1229
|
+
},
|
|
1230
|
+
STEEL_8x8: {
|
|
1231
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_SteelWall_Tris_8x8.Build_SteelWall_Tris_8x8_C',
|
|
1232
|
+
CLASS_NAME: 'Build_SteelWall_Tris_8x8_C'
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1235
|
+
FLIP_TRIS: {
|
|
1236
|
+
NORMAL_8x1: {
|
|
1237
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_FlipTris_8x1.Build_Wall_Orange_FlipTris_8x1_C',
|
|
1238
|
+
CLASS_NAME: 'Build_Wall_Orange_FlipTris_8x1_C'
|
|
1239
|
+
},
|
|
1240
|
+
NORMAL_8x2: {
|
|
1241
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_FlipTris_8x2.Build_Wall_Orange_FlipTris_8x2_C',
|
|
1242
|
+
CLASS_NAME: 'Build_Wall_Orange_FlipTris_8x2_C'
|
|
1243
|
+
},
|
|
1244
|
+
NORMAL_8x4: {
|
|
1245
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_FlipTris_8x4.Build_Wall_Orange_FlipTris_8x4_C',
|
|
1246
|
+
CLASS_NAME: 'Build_Wall_Orange_FlipTris_8x4_C'
|
|
1247
|
+
},
|
|
1248
|
+
NORMAL_8x8: {
|
|
1249
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_FlipTris_8x8.Build_Wall_Orange_FlipTris_8x8_C',
|
|
1250
|
+
CLASS_NAME: 'Build_Wall_Orange_FlipTris_8x8_C'
|
|
1251
|
+
},
|
|
1252
|
+
CONCRETE_8x1: {
|
|
1253
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_FlipTris_8x1.Build_Wall_Concrete_FlipTris_8x1_C',
|
|
1254
|
+
CLASS_NAME: 'Build_Wall_Concrete_FlipTris_8x1_C'
|
|
1255
|
+
},
|
|
1256
|
+
CONCRETE_8x2: {
|
|
1257
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_FlipTris_8x2.Build_Wall_Concrete_FlipTris_8x2_C',
|
|
1258
|
+
CLASS_NAME: 'Build_Wall_Concrete_FlipTris_8x2_C'
|
|
1259
|
+
},
|
|
1260
|
+
CONCRETE_8x4: {
|
|
1261
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_FlipTris_8x4.Build_Wall_Concrete_FlipTris_8x4_C',
|
|
1262
|
+
CLASS_NAME: 'Build_Wall_Concrete_FlipTris_8x4_C'
|
|
1263
|
+
},
|
|
1264
|
+
CONCRETE_8x8: {
|
|
1265
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_FlipTris_8x8.Build_Wall_Concrete_FlipTris_8x8_C',
|
|
1266
|
+
CLASS_NAME: 'Build_Wall_Concrete_FlipTris_8x8_C'
|
|
1267
|
+
},
|
|
1268
|
+
STEEL_8x1: {
|
|
1269
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_SteelWall_FlipTris_8x8.Build_SteelWall_FlipTris_8x1_C',
|
|
1270
|
+
CLASS_NAME: 'Build_SteelWall_FlipTris_8x1_C'
|
|
1271
|
+
},
|
|
1272
|
+
STEEL_8x2: {
|
|
1273
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_SteelWall_FlipTris_8x8.Build_SteelWall_FlipTris_8x2_C',
|
|
1274
|
+
CLASS_NAME: 'Build_SteelWall_FlipTris_8x2_C'
|
|
1275
|
+
},
|
|
1276
|
+
STEEL_8x4: {
|
|
1277
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_SteelWall_FlipTris_8x8.Build_SteelWall_FlipTris_8x4_C',
|
|
1278
|
+
CLASS_NAME: 'Build_SteelWall_FlipTris_8x4_C'
|
|
1279
|
+
},
|
|
1280
|
+
STEEL_8x8: {
|
|
1281
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_SteelWall_FlipTris_8x8.Build_SteelWall_FlipTris_8x8_C',
|
|
1282
|
+
CLASS_NAME: 'Build_SteelWall_FlipTris_8x8_C'
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
SLANTED: {
|
|
1286
|
+
NORMAL_8x4: {
|
|
1287
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_Angular_8x4.Build_Wall_Orange_Angular_8x4_C',
|
|
1288
|
+
CLASS_NAME: 'Build_Wall_Orange_Angular_8x4_C'
|
|
1289
|
+
},
|
|
1290
|
+
NORMAL_8x8: {
|
|
1291
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/FicsitWallSet/Build_Wall_Orange_Angular_8x8.Build_Wall_Orange_Angular_8x8_C',
|
|
1292
|
+
CLASS_NAME: 'Build_Wall_Orange_Angular_8x8_C'
|
|
1293
|
+
},
|
|
1294
|
+
CONCRETE_8x4: {
|
|
1295
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_Angular_8x4.Build_Wall_Concrete_Angular_8x4_C',
|
|
1296
|
+
CLASS_NAME: 'Build_Wall_Concrete_Angular_8x4_C'
|
|
1297
|
+
},
|
|
1298
|
+
CONCRETE_8x8: {
|
|
1299
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/ConcreteWallSet/Build_Wall_Concrete_Angular_8x8.Build_Wall_Concrete_Angular_8x8_C',
|
|
1300
|
+
CLASS_NAME: 'Build_Wall_Concrete_Angular_8x8_C'
|
|
1301
|
+
},
|
|
1302
|
+
STEEL_8x4: {
|
|
1303
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_WallSet_Steel_Angular_8x4.Build_WallSet_Steel_Angular_8x4_C',
|
|
1304
|
+
CLASS_NAME: 'Build_WallSet_Steel_Angular_8x4_C'
|
|
1305
|
+
},
|
|
1306
|
+
STEEL_8x8: {
|
|
1307
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/SteelWallSet/Build_WallSet_Steel_Angular_8x8.Build_WallSet_Steel_Angular_8x8_C',
|
|
1308
|
+
CLASS_NAME: 'Build_WallSet_Steel_Angular_8x8_C'
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1311
|
+
FRAME: {
|
|
1312
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Wall/Build_Wall_Frame_01.Build_Wall_Frame_01_C',
|
|
1313
|
+
CLASS_NAME: 'Build_Wall_Frame_01_C'
|
|
1314
|
+
}
|
|
1315
|
+
},
|
|
1316
|
+
ROOF: {
|
|
1317
|
+
OUTCORNER: {
|
|
1318
|
+
NORMAL_8x1: {
|
|
1319
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Orange_OutCorner_01.Build_Roof_Orange_OutCorner_01_C',
|
|
1320
|
+
CLASS_NAME: 'Build_Roof_Orange_OutCorner_01_C'
|
|
1321
|
+
},
|
|
1322
|
+
NORMAL_8x2: {
|
|
1323
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Orange_OutCorner_02.Build_Roof_Orange_OutCorner_02_C',
|
|
1324
|
+
CLASS_NAME: 'Build_Roof_Orange_OutCorner_02_C'
|
|
1325
|
+
},
|
|
1326
|
+
NORMAL_8x4: {
|
|
1327
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Orange_OutCorner_03.Build_Roof_Orange_OutCorner_03_C',
|
|
1328
|
+
CLASS_NAME: 'Build_Roof_Orange_OutCorner_03_C'
|
|
1329
|
+
},
|
|
1330
|
+
TAR_8x1: {
|
|
1331
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Tar_OutCorner_01.Build_Roof_Tar_OutCorner_01_C',
|
|
1332
|
+
CLASS_NAME: 'Build_Roof_Tar_OutCorner_01_C'
|
|
1333
|
+
},
|
|
1334
|
+
TAR_8x2: {
|
|
1335
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Tar_OutCorner_02.Build_Roof_Tar_OutCorner_02_C',
|
|
1336
|
+
CLASS_NAME: 'Build_Roof_Tar_OutCorner_02_C'
|
|
1337
|
+
},
|
|
1338
|
+
TAR_8x4: {
|
|
1339
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Tar_OutCorner_03.Build_Roof_Tar_OutCorner_03_C',
|
|
1340
|
+
CLASS_NAME: 'Build_Roof_Tar_OutCorner_03_C'
|
|
1341
|
+
},
|
|
1342
|
+
METAL_8x1: {
|
|
1343
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Metal_OutCorner_01.Build_Roof_Metal_OutCorner_01_C',
|
|
1344
|
+
CLASS_NAME: 'Build_Roof_Metal_OutCorner_01_C'
|
|
1345
|
+
},
|
|
1346
|
+
METAL_8x2: {
|
|
1347
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Metal_OutCorner_02.Build_Roof_Metal_OutCorner_02_C',
|
|
1348
|
+
CLASS_NAME: 'Build_Roof_Metal_OutCorner_02_C'
|
|
1349
|
+
},
|
|
1350
|
+
METAL_8x4: {
|
|
1351
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Metal_OutCorner_03.Build_Roof_Metal_OutCorner_03_C',
|
|
1352
|
+
CLASS_NAME: 'Build_Roof_Metal_OutCorner_03_C'
|
|
1353
|
+
},
|
|
1354
|
+
GLASS_8x1: {
|
|
1355
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Window_OutCorner_01.Build_Roof_Window_OutCorner_01_C',
|
|
1356
|
+
CLASS_NAME: 'Build_Roof_Window_OutCorner_01_C'
|
|
1357
|
+
},
|
|
1358
|
+
GLASS_8x2: {
|
|
1359
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Window_OutCorner_02.Build_Roof_Window_OutCorner_02_C',
|
|
1360
|
+
CLASS_NAME: 'Build_Roof_Window_OutCorner_02_C'
|
|
1361
|
+
},
|
|
1362
|
+
GLASS_8x4: {
|
|
1363
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Window_OutCorner_03.Build_Roof_Window_OutCorner_03_C',
|
|
1364
|
+
CLASS_NAME: 'Build_Roof_Window_OutCorner_03_C'
|
|
1365
|
+
}
|
|
1366
|
+
},
|
|
1367
|
+
INCORNER: {
|
|
1368
|
+
NORMAL_8x1: {
|
|
1369
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Orange_InCorner_01.Build_Roof_Orange_InCorner_01_C',
|
|
1370
|
+
CLASS_NAME: 'Build_Roof_Orange_InCorner_01_C'
|
|
1371
|
+
},
|
|
1372
|
+
NORMAL_8x2: {
|
|
1373
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Orange_InCorner_02.Build_Roof_Orange_InCorner_02_C',
|
|
1374
|
+
CLASS_NAME: 'Build_Roof_Orange_InCorner_02_C'
|
|
1375
|
+
},
|
|
1376
|
+
NORMAL_8x4: {
|
|
1377
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Orange_InCorner_03.Build_Roof_Orange_InCorner_03_C',
|
|
1378
|
+
CLASS_NAME: 'Build_Roof_Orange_InCorner_03_C'
|
|
1379
|
+
},
|
|
1380
|
+
TAR_8x1: {
|
|
1381
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Tar_InCorner_01.Build_Roof_Tar_InCorner_01_C',
|
|
1382
|
+
CLASS_NAME: 'Build_Roof_Tar_InCorner_01_C'
|
|
1383
|
+
},
|
|
1384
|
+
TAR_8x2: {
|
|
1385
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Tar_InCorner_02.Build_Roof_Tar_InCorner_02_C',
|
|
1386
|
+
CLASS_NAME: 'Build_Roof_Tar_InCorner_02_C'
|
|
1387
|
+
},
|
|
1388
|
+
TAR_8x4: {
|
|
1389
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Tar_InCorner_03.Build_Roof_Tar_InCorner_03_C',
|
|
1390
|
+
CLASS_NAME: 'Build_Roof_Tar_InCorner_03_C'
|
|
1391
|
+
},
|
|
1392
|
+
METAL_8x1: {
|
|
1393
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Metal_InCorner_01.Build_Roof_Metal_InCorner_01_C',
|
|
1394
|
+
CLASS_NAME: 'Build_Roof_Metal_InCorner_01_C'
|
|
1395
|
+
},
|
|
1396
|
+
METAL_8x2: {
|
|
1397
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Metal_InCorner_02.Build_Roof_Metal_InCorner_02_C',
|
|
1398
|
+
CLASS_NAME: 'Build_Roof_Metal_InCorner_02_C'
|
|
1399
|
+
},
|
|
1400
|
+
METAL_8x4: {
|
|
1401
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Metal_InCorner_03.Build_Roof_Metal_InCorner_03_C',
|
|
1402
|
+
CLASS_NAME: 'Build_Roof_Metal_InCorner_03_C'
|
|
1403
|
+
},
|
|
1404
|
+
GLASS_8x1: {
|
|
1405
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Window_InCorner_01.Build_Roof_Window_InCorner_01_C',
|
|
1406
|
+
CLASS_NAME: 'Build_Roof_Window_InCorner_01_C'
|
|
1407
|
+
},
|
|
1408
|
+
GLASS_8x2: {
|
|
1409
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Window_InCorner_02.Build_Roof_Window_InCorner_02_C',
|
|
1410
|
+
CLASS_NAME: 'Build_Roof_Window_InCorner_02_C'
|
|
1411
|
+
},
|
|
1412
|
+
GLASS_8x4: {
|
|
1413
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Window_InCorner_03.Build_Roof_Window_InCorner_03_C',
|
|
1414
|
+
CLASS_NAME: 'Build_Roof_Window_InCorner_03_C'
|
|
1415
|
+
}
|
|
1416
|
+
},
|
|
1417
|
+
SLANTED: {
|
|
1418
|
+
NORMAL_8x0: {
|
|
1419
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Orange_01.Build_Roof_Orange_01_C',
|
|
1420
|
+
CLASS_NAME: 'Build_Roof_Orange_01_C'
|
|
1421
|
+
},
|
|
1422
|
+
NORMAL_8x1: {
|
|
1423
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Orange_02.Build_Roof_Orange_02_C',
|
|
1424
|
+
CLASS_NAME: 'Build_Roof_Orange_02_C'
|
|
1425
|
+
},
|
|
1426
|
+
NORMAL_8x2: {
|
|
1427
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Orange_03.Build_Roof_Orange_03_C',
|
|
1428
|
+
CLASS_NAME: 'Build_Roof_Orange_03_C'
|
|
1429
|
+
},
|
|
1430
|
+
NORMAL_8x4: {
|
|
1431
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Orange_04.Build_Roof_Orange_04_C',
|
|
1432
|
+
CLASS_NAME: 'Build_Roof_Orange_04_C'
|
|
1433
|
+
},
|
|
1434
|
+
TAR_8x0: {
|
|
1435
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Tar_01.Build_Roof_Tar_01_C',
|
|
1436
|
+
CLASS_NAME: 'Build_Roof_Tar_01_C'
|
|
1437
|
+
},
|
|
1438
|
+
TAR_8x1: {
|
|
1439
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Tar_02.Build_Roof_Tar_02_C',
|
|
1440
|
+
CLASS_NAME: 'Build_Roof_Tar_02_C'
|
|
1441
|
+
},
|
|
1442
|
+
TAR_8x2: {
|
|
1443
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Tar_03.Build_Roof_Tar_03_C',
|
|
1444
|
+
CLASS_NAME: 'Build_Roof_Tar_03_C'
|
|
1445
|
+
},
|
|
1446
|
+
TAR_8x4: {
|
|
1447
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Tar_04.Build_Roof_Tar_04_C',
|
|
1448
|
+
CLASS_NAME: 'Build_Roof_Tar_04_C'
|
|
1449
|
+
},
|
|
1450
|
+
METAL_8x0: {
|
|
1451
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_A_01.Build_Roof_A_01_C',
|
|
1452
|
+
CLASS_NAME: 'Build_Roof_A_01_C'
|
|
1453
|
+
},
|
|
1454
|
+
METAL_8x1: {
|
|
1455
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_A_02.Build_Roof_A_02_C',
|
|
1456
|
+
CLASS_NAME: 'Build_Roof_A_02_C'
|
|
1457
|
+
},
|
|
1458
|
+
METAL_8x2: {
|
|
1459
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_A_03.Build_Roof_A_03_C',
|
|
1460
|
+
CLASS_NAME: 'Build_Roof_A_03_C'
|
|
1461
|
+
},
|
|
1462
|
+
METAL_8x4: {
|
|
1463
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_A_04.Build_Roof_A_04_C',
|
|
1464
|
+
CLASS_NAME: 'Build_Roof_A_04_C'
|
|
1465
|
+
},
|
|
1466
|
+
GLASS_8x0: {
|
|
1467
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Window_01.Build_Roof_Window_01_C',
|
|
1468
|
+
CLASS_NAME: 'Build_Roof_Window_01_C'
|
|
1469
|
+
},
|
|
1470
|
+
GLASS_8x1: {
|
|
1471
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Window_02.Build_Roof_Window_02_C',
|
|
1472
|
+
CLASS_NAME: 'Build_Roof_Window_02_C'
|
|
1473
|
+
},
|
|
1474
|
+
GLASS_8x2: {
|
|
1475
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Window_03.Build_Roof_Window_03_C',
|
|
1476
|
+
CLASS_NAME: 'Build_Roof_Window_03_C'
|
|
1477
|
+
},
|
|
1478
|
+
GLASS_8x4: {
|
|
1479
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Roof/Build_Roof_Window_04.Build_Roof_Window_04_C',
|
|
1480
|
+
CLASS_NAME: 'Build_Roof_Window_04_C'
|
|
1481
|
+
}
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1484
|
+
CATWALK: {
|
|
1485
|
+
STRAIGHT: {
|
|
1486
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Catwalk/Build_CatwalkStraight.Build_CatwalkStraight_C',
|
|
1487
|
+
CLASS_NAME: 'Build_CatwalkStraight_C'
|
|
1488
|
+
},
|
|
1489
|
+
CORNER: {
|
|
1490
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Catwalk/Build_CatwalkCorner.Build_CatwalkCorner_C',
|
|
1491
|
+
CLASS_NAME: 'Build_CatwalkCorner_C'
|
|
1492
|
+
},
|
|
1493
|
+
T_SECTION: {
|
|
1494
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Catwalk/Build_CatwalkT.Build_CatwalkT_C',
|
|
1495
|
+
CLASS_NAME: 'Build_CatwalkT_C'
|
|
1496
|
+
},
|
|
1497
|
+
RAMP: {
|
|
1498
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Catwalk/Build_CatwalkRamp.Build_CatwalkRamp_C',
|
|
1499
|
+
CLASS_NAME: 'Build_CatwalkRamp_C'
|
|
1500
|
+
},
|
|
1501
|
+
STAIRS: {
|
|
1502
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Catwalk/Build_CatwalkStairs.Build_CatwalkStairs_C',
|
|
1503
|
+
CLASS_NAME: 'Build_CatwalkStairs_C'
|
|
1504
|
+
},
|
|
1505
|
+
CROSSING: {
|
|
1506
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Catwalk/Build_CatwalkCross.Build_CatwalkCross_C',
|
|
1507
|
+
CLASS_NAME: 'Build_CatwalkCross_C'
|
|
1508
|
+
}
|
|
1509
|
+
},
|
|
1510
|
+
WALKWAY: {
|
|
1511
|
+
STRAIGHT: {
|
|
1512
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Walkway/Build_WalkwayStraight.Build_WalkwayStraight_C',
|
|
1513
|
+
CLASS_NAME: 'Build_WalkwayStraight_C'
|
|
1514
|
+
},
|
|
1515
|
+
T_RUN: {
|
|
1516
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Walkway/Build_WalkwayTrun.Build_WalkwayTrun_C',
|
|
1517
|
+
CLASS_NAME: 'Build_WalkwayTrun_C'
|
|
1518
|
+
},
|
|
1519
|
+
T_WALKWAY: {
|
|
1520
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Walkway/Build_WalkwayT.Build_WalkwayT_C',
|
|
1521
|
+
CLASS_NAME: 'Build_WalkwayT_C'
|
|
1522
|
+
},
|
|
1523
|
+
CROSS: {
|
|
1524
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Walkway/Build_WalkwayCross.Build_WalkwayCross_C',
|
|
1525
|
+
CLASS_NAME: 'Build_WalkwayCross_C'
|
|
1526
|
+
},
|
|
1527
|
+
RAMP: {
|
|
1528
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Walkway/Build_WalkwayRamp.Build_WalkwayRamp_C',
|
|
1529
|
+
CLASS_NAME: 'Build_WalkwayRamp_C'
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
RAILING: {
|
|
1533
|
+
FENCE: {
|
|
1534
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Fence/Build_Fence_01.Build_Fence_01_C',
|
|
1535
|
+
CLASS_NAME: 'Build_Fence_01_C'
|
|
1536
|
+
},
|
|
1537
|
+
RAILING: {
|
|
1538
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Fence/Build_Railing_01.Build_Railing_01_C',
|
|
1539
|
+
CLASS_NAME: 'Build_Railing_01_C'
|
|
1540
|
+
},
|
|
1541
|
+
BARRIER: {
|
|
1542
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Fence/Build_Concrete_Barrier_01.Build_Concrete_Barrier_01_C',
|
|
1543
|
+
CLASS_NAME: 'Build_Concrete_Barrier_01_C'
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
WORKSHOP: {
|
|
1547
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/Workshop/Build_Workshop.Build_Workshop_C',
|
|
1548
|
+
CLASS_NAME: 'Build_Workshop_C'
|
|
1549
|
+
},
|
|
1550
|
+
LADDER: {
|
|
1551
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Ladder/Build_Ladder.Build_Ladder_C',
|
|
1552
|
+
CLASS_NAME: 'Build_Ladder_C'
|
|
1553
|
+
},
|
|
1554
|
+
PILLAR: {
|
|
1555
|
+
BASE: {
|
|
1556
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_PillarBase.Build_PillarBase_C',
|
|
1557
|
+
CLASS_NAME: 'Build_PillarBase_C'
|
|
1558
|
+
},
|
|
1559
|
+
BASE_SMALL: {
|
|
1560
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Pillars/Build_PillarBase_Small.Build_PillarBase_Small_C',
|
|
1561
|
+
CLASS_NAME: 'Build_PillarBase_Small_C'
|
|
1562
|
+
},
|
|
1563
|
+
MIDDLE_METAL: {
|
|
1564
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_PillarMiddle.Build_PillarMiddle_C',
|
|
1565
|
+
CLASS_NAME: 'Build_PillarMiddle_C'
|
|
1566
|
+
},
|
|
1567
|
+
MIDDLE_CONCRETE: {
|
|
1568
|
+
TYPA_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_PillarMiddle_Concrete.Build_PillarMiddle_Concrete_C',
|
|
1569
|
+
CLASS_NAME: 'Build_PillarMiddle_Concrete_C'
|
|
1570
|
+
},
|
|
1571
|
+
MIDDLE_FRAME: {
|
|
1572
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Foundation/Build_PillarMiddle_Frame.Build_PillarMiddle_Frame_C',
|
|
1573
|
+
CLASS_NAME: 'Build_PillarMiddle_Frame_C'
|
|
118
1574
|
},
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
CLASS_NAME: CLASS_NAME_WALL_GATE_8x4_01,
|
|
1575
|
+
SMALL_METAL: {
|
|
1576
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Pillars/Build_Pillar_Small_Metal.Build_Pillar_Small_Metal_C',
|
|
1577
|
+
CLASS_NAME: 'Build_Pillar_Small_Metal_C'
|
|
123
1578
|
},
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
CLASS_NAME: CLASS_NAME_WALL_WINDOW_8x4_01,
|
|
1579
|
+
SMALL_CONCRETE: {
|
|
1580
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Pillars/Build_Pillar_Small_Concrete.Build_Pillar_Small_Concrete_C',
|
|
1581
|
+
CLASS_NAME: 'Build_Pillar_Small_Concrete_C'
|
|
128
1582
|
},
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
CLASS_NAME: CLASS_NAME_WALL_DOOR_8x4_01,
|
|
1583
|
+
SMALL_FRAME: {
|
|
1584
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Building/Pillars/Build_Pillar_Small_Frame.Build_Pillar_Small_Frame_C',
|
|
1585
|
+
CLASS_NAME: 'Build_Pillar_Small_Frame_C'
|
|
133
1586
|
},
|
|
134
1587
|
},
|
|
135
1588
|
BEAM: {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
1589
|
+
PAINTED: {
|
|
1590
|
+
TYPE_PATH: '/Game/FactoryGame/Prototype/Buildable/Beams/Build_Beam_Painted.Build_Beam_Painted_C',
|
|
1591
|
+
CLASS_NAME: 'Build_Beam_Painted_C',
|
|
1592
|
+
RECIPE: '/Game/FactoryGame/Prototype/Buildable/Beams/Recipe_Beam_Painted.Recipe_Beam_Painted_C'
|
|
140
1593
|
},
|
|
141
|
-
|
|
1594
|
+
METAL: {
|
|
142
1595
|
TYPE_PATH: '/Game/FactoryGame/Prototype/Buildable/Beams/Build_Beam.Build_Beam_C',
|
|
143
1596
|
CLASS_NAME: 'Build_Beam_C',
|
|
144
1597
|
RECIPE: '/Game/FactoryGame/Prototype/Buildable/Beams/Recipe_Beam.Recipe_Beam_C'
|
|
1598
|
+
},
|
|
1599
|
+
CONNECTOR: {
|
|
1600
|
+
TYPE_PATH: '/Game/FactoryGame/Prototype/Buildable/Beams/Build_Beam_Connector.Build_Beam_Connector_C',
|
|
1601
|
+
CLASS_NAME: 'Build_Beam_Connector_C'
|
|
1602
|
+
},
|
|
1603
|
+
CONNECTOR_DOUBLE: {
|
|
1604
|
+
TYPE_PATH: '/Game/FactoryGame/Prototype/Buildable/Beams/Build_Beam_Connector_Double.Build_Beam_Connector_Double_C',
|
|
1605
|
+
CLASS_NAME: 'Build_Beam_Connector_Double_C'
|
|
1606
|
+
},
|
|
1607
|
+
SUPPORT: {
|
|
1608
|
+
TYPE_PATH: '/Game/FactoryGame/Prototype/Buildable/Beams/Build_Beam_Support.Build_Beam_Support_C',
|
|
1609
|
+
CLASS_NAME: 'Build_Beam_Support_C'
|
|
145
1610
|
}
|
|
146
1611
|
},
|
|
147
1612
|
POWER_POLE: {
|
|
148
|
-
|
|
1613
|
+
POWER_POLE_MK1: {
|
|
1614
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/PowerPoleMk1/Build_PowerPoleMk1.Build_PowerPoleMk1_C',
|
|
1615
|
+
CLASS_NAME: 'Build_PowerPoleMk1_C',
|
|
1616
|
+
},
|
|
1617
|
+
POWER_POLE_MK2: {
|
|
149
1618
|
TYPE_PATH: TYPE_PATH_POWER_POLE_MK2,
|
|
150
1619
|
CLASS_NAME: CLASS_NAME_POLWER_POLE_MK2
|
|
151
|
-
}
|
|
1620
|
+
},
|
|
1621
|
+
POWER_POLE_MK3: {
|
|
1622
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/PowerPoleMk3/Build_PowerPoleMk3.Build_PowerPoleMk3_C',
|
|
1623
|
+
CLASS_NAME: 'Build_PowerPoleMk3_C'
|
|
1624
|
+
},
|
|
1625
|
+
POWER_POLE_WALL_MK1: {
|
|
1626
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/PowerPoleWall/Build_PowerPoleWall.Build_PowerPoleWall_C'
|
|
1627
|
+
},
|
|
1628
|
+
POWER_POLE_WALL_MK2: {
|
|
1629
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/PowerPoleWall/Build_PowerPoleWall_Mk2.Build_PowerPoleWall_Mk2_C'
|
|
1630
|
+
},
|
|
152
1631
|
},
|
|
153
1632
|
POWER_LINE: {
|
|
154
1633
|
POWER_LINE: {
|
|
155
1634
|
TYPE_PATH: TYPE_PATH_POWERLINE,
|
|
156
1635
|
CLASS_NAME: CLASS_NAME_POWERLINE
|
|
157
1636
|
},
|
|
158
|
-
POWER_LINE_XMAS: {
|
|
1637
|
+
POWER_LINE_XMAS: {
|
|
1638
|
+
TYPE_PATH: '/Game/FactoryGame/Events/Christmas/Buildings/PowerLineLights/Build_XmassLightsLine.Build_XmassLightsLine_C',
|
|
1639
|
+
CLASS_NAME: 'Build_XmassLightsLine_C'
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1642
|
+
CHRISTMAS_TREE: {
|
|
1643
|
+
TYPE_PATH: '/Game/FactoryGame/Events/Christmas/Buildings/TreeDecor/Build_XmassTree.Build_XmassTree_C'
|
|
159
1644
|
},
|
|
160
1645
|
TRAIN: {
|
|
161
1646
|
TRAIN_STATION_IDENTIFIER: {
|
|
@@ -170,6 +1655,26 @@ exports.EDIT = {
|
|
|
170
1655
|
CLASS_NAME: CLASS_NAME_RAILROADTRACK,
|
|
171
1656
|
RECIPE: RECIPE_RAILROADTRACK
|
|
172
1657
|
},
|
|
1658
|
+
HUB_TERMINAL: {
|
|
1659
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/HubTerminal/Build_HubTerminal.Build_HubTerminal_C',
|
|
1660
|
+
CLASS_NAME: 'Build_HubTerminal_C'
|
|
1661
|
+
},
|
|
1662
|
+
HUB_TRADEPOST: {
|
|
1663
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/TradingPost/Build_TradingPost.Build_TradingPost_C',
|
|
1664
|
+
CLASS_NAME: 'Build_TradingPost_C'
|
|
1665
|
+
},
|
|
1666
|
+
LOOKOUT_TOWER: {
|
|
1667
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/LookoutTower/Build_LookoutTower.Build_LookoutTower_C',
|
|
1668
|
+
CLASS_NAME: 'Build_LookoutTower_C'
|
|
1669
|
+
},
|
|
1670
|
+
RAILROAD_SIGNALS: {
|
|
1671
|
+
BLOCK_SIGNAL: {
|
|
1672
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/Train/Signal/Build_RailroadBlockSignal.Build_RailroadBlockSignal_C'
|
|
1673
|
+
},
|
|
1674
|
+
PATH_SIGNAL: {
|
|
1675
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/Train/Signal/Build_RailroadPathSignal.Build_RailroadPathSignal_C'
|
|
1676
|
+
},
|
|
1677
|
+
},
|
|
173
1678
|
RAILROAD_INTEGRATED: {
|
|
174
1679
|
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/Train/Track/Build_RailroadTrackIntegrated.Build_RailroadTrackIntegrated_C',
|
|
175
1680
|
CLASS_NAME: 'Build_RailroadTrackIntegrated_C'
|
|
@@ -188,16 +1693,84 @@ exports.EDIT = {
|
|
|
188
1693
|
VEHICLE: {
|
|
189
1694
|
DRIVING_TARGET_LIST: {
|
|
190
1695
|
TYPE_PATH: '/Script/FactoryGame.FGDrivingTargetList'
|
|
1696
|
+
},
|
|
1697
|
+
CYBER_WAGON: {
|
|
1698
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Vehicle/Cyberwagon/Testa_BP_WB.Testa_BP_WB_C',
|
|
1699
|
+
CLASS_NAME: 'Testa_BP_WB_C'
|
|
1700
|
+
},
|
|
1701
|
+
FACTORY_CART: {
|
|
1702
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Vehicle/Golfcart/BP_Golfcart.BP_Golfcart_C',
|
|
1703
|
+
CLASS_NAME: 'BP_Golfcart_C'
|
|
1704
|
+
},
|
|
1705
|
+
FACTORY_CART_GOLD: {
|
|
1706
|
+
TYPE_paTH: '/Game/FactoryGame/Buildable/Vehicle/Golfcart/BP_GolfcartGold.BP_GolfcartGold_C',
|
|
1707
|
+
CLASS_NAME: 'BP_GolfcartGold_C'
|
|
1708
|
+
},
|
|
1709
|
+
EXPLORER: {
|
|
1710
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Vehicle/Explorer/BP_Explorer.BP_Explorer_C',
|
|
1711
|
+
CLASS_NAME: 'BP_Explorer_C'
|
|
1712
|
+
},
|
|
1713
|
+
TRUCK: {
|
|
1714
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Vehicle/Truck/BP_Truck.BP_Truck_C',
|
|
1715
|
+
CLASS_NAME: 'BP_Truck_C'
|
|
1716
|
+
},
|
|
1717
|
+
TRACTOR: {
|
|
1718
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Vehicle/Tractor/BP_Tractor.BP_Tractor_C',
|
|
1719
|
+
CLAsS_NAME: 'BP_Tractor_C'
|
|
1720
|
+
},
|
|
1721
|
+
TRAIN: {
|
|
1722
|
+
LOCOMOTIVE: {
|
|
1723
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Vehicle/Train/Locomotive/BP_Locomotive.BP_Locomotive_C',
|
|
1724
|
+
},
|
|
1725
|
+
FREIGHT_WAGON: {
|
|
1726
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Vehicle/Train/Wagon/BP_FreightWagon.BP_FreightWagon_C'
|
|
1727
|
+
}
|
|
191
1728
|
}
|
|
192
1729
|
},
|
|
193
1730
|
CONVEYOR: {
|
|
194
|
-
BELT_REGEX:
|
|
195
|
-
LIFT_REGEX:
|
|
196
|
-
|
|
197
|
-
TYPE_PATH:
|
|
198
|
-
CLASS_NAME:
|
|
199
|
-
RECIPE:
|
|
200
|
-
}
|
|
1731
|
+
BELT_REGEX: /^\/Game\/FactoryGame\/Buildable\/Factory\/(ConveyorBeltMk[0-9]+)\/Build_(\1)\.Build_(\1)_C$/,
|
|
1732
|
+
LIFT_REGEX: /^\/Game\/FactoryGame\/Buildable\/Factory\/(ConveyorLiftMk[0-9]+)\/Build_(\1)\.Build_(\1)_C$/,
|
|
1733
|
+
BELT_MK1: {
|
|
1734
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/ConveyorBeltMk1/Build_ConveyorBeltMk1.Build_ConveyorBeltMk1_C',
|
|
1735
|
+
CLASS_NAME: 'Build_ConveyorBeltMk1_C',
|
|
1736
|
+
RECIPE: '/Game/FactoryGame/Recipes/Buildings/Recipe_ConveyorBeltMk1.Recipe_ConveyorBeltMk1_C',
|
|
1737
|
+
},
|
|
1738
|
+
BELT_MK2: {
|
|
1739
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/ConveyorBeltMk2/Build_ConveyorBeltMk2.Build_ConveyorBeltMk2_C',
|
|
1740
|
+
CLASS_NAME: 'Build_ConveyorBeltMk2_C'
|
|
1741
|
+
},
|
|
1742
|
+
BELT_MK3: {
|
|
1743
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/ConveyorBeltMk3/Build_ConveyorBeltMk3.Build_ConveyorBeltMk3_C',
|
|
1744
|
+
CLASS_NAME: 'Build_ConveyorBeltMk3_C'
|
|
1745
|
+
},
|
|
1746
|
+
BELT_MK4: {
|
|
1747
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/ConveyorBeltMk4/Build_ConveyorBeltMk4.Build_ConveyorBeltMk4_C',
|
|
1748
|
+
CLASS_NAME: 'Build_ConveyorBeltMk4_C'
|
|
1749
|
+
},
|
|
1750
|
+
BELT_MK5: {
|
|
1751
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/ConveyorBeltMk5/Build_ConveyorBeltMk5.Build_ConveyorBeltMk5_C',
|
|
1752
|
+
CLASS_NAME: 'Build_ConveyorBeltMk5_C'
|
|
1753
|
+
},
|
|
1754
|
+
LIFT_MK1: {
|
|
1755
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/ConveyorLiftMk1/Build_ConveyorLiftMk1.Build_ConveyorLiftMk1_C',
|
|
1756
|
+
CLASS_NAME: 'Build_ConveyorLiftMk1_C'
|
|
1757
|
+
},
|
|
1758
|
+
LIFT_MK2: {
|
|
1759
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/ConveyorLiftMk2/Build_ConveyorLiftMk2.Build_ConveyorLiftMk2_C',
|
|
1760
|
+
CLASS_NAME: 'Build_ConveyorLiftMk2_C'
|
|
1761
|
+
},
|
|
1762
|
+
LIFT_MK3: {
|
|
1763
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/ConveyorLiftMk3/Build_ConveyorLiftMk3.Build_ConveyorLiftMk3_C',
|
|
1764
|
+
CLASS_NAME: 'Build_ConveyorLiftMk3_C'
|
|
1765
|
+
},
|
|
1766
|
+
LIFT_MK4: {
|
|
1767
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/ConveyorLiftMk4/Build_ConveyorLiftMk4.Build_ConveyorLiftMk4_C',
|
|
1768
|
+
CLASS_NAME: 'Build_ConveyorLiftMk4_C'
|
|
1769
|
+
},
|
|
1770
|
+
LIFT_MK5: {
|
|
1771
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/ConveyorLiftMk5/Build_ConveyorLiftMk5.Build_ConveyorLiftMk5_C',
|
|
1772
|
+
CLASS_NAME: 'Build_ConveyorLiftMk5_C'
|
|
1773
|
+
},
|
|
201
1774
|
},
|
|
202
1775
|
PIPELINE: {
|
|
203
1776
|
PIPELINE_MK1: {
|
|
@@ -210,6 +1783,10 @@ exports.EDIT = {
|
|
|
210
1783
|
TYPE_PATH: TYPE_PATH_PIPE_NETWORK
|
|
211
1784
|
}
|
|
212
1785
|
},
|
|
1786
|
+
RADAR_TOWER: {
|
|
1787
|
+
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/RadarTower/Build_RadarTower.Build_RadarTower_C',
|
|
1788
|
+
CLASS_NAME: 'Build_RadarTower_C'
|
|
1789
|
+
},
|
|
213
1790
|
EXTRACTOR: {
|
|
214
1791
|
MINER_MK_1: {
|
|
215
1792
|
TYPE_PATH: TYPE_PATH_MINERMK1
|
|
@@ -327,21 +1904,25 @@ exports.EDIT = {
|
|
|
327
1904
|
}
|
|
328
1905
|
},
|
|
329
1906
|
PLAYER: {
|
|
330
|
-
TYPE_PATH:
|
|
331
|
-
CLASS_NAME:
|
|
1907
|
+
TYPE_PATH: '/Game/FactoryGame/Character/Player/Char_Player.Char_Player_C',
|
|
1908
|
+
CLASS_NAME: 'Char_Player_C'
|
|
332
1909
|
},
|
|
333
1910
|
PLAYER_STATE: {
|
|
334
1911
|
TYPE_PATH: '/Game/FactoryGame/Character/Player/BP_PlayerState.BP_PlayerState_C'
|
|
335
1912
|
},
|
|
336
1913
|
CREATURE: {
|
|
337
1914
|
ELITE_STINGER: {
|
|
338
|
-
TYPE_PATH:
|
|
339
|
-
CLASS_NAME:
|
|
1915
|
+
TYPE_PATH: '/Game/FactoryGame/Character/Creature/Enemy/Stinger/BigStinger/Char_EliteStinger.Char_EliteStinger_C',
|
|
1916
|
+
CLASS_NAME: 'Char_EliteStinger_C'
|
|
340
1917
|
},
|
|
341
1918
|
STINGER: {
|
|
342
1919
|
TYPE_PATH: '/Game/FactoryGame/Character/Creature/Enemy/Stinger/Char_Stinger.Char_Stinger_C',
|
|
343
1920
|
CLASS_NAME: 'Char_Stinger_C'
|
|
344
1921
|
},
|
|
1922
|
+
CHILD_STINGER: {
|
|
1923
|
+
TYPE_PATH: '/Game/FactoryGame/Character/Creature/Enemy/Stinger/SmallStinger/Char_Stinger_Child.Char_Stinger_Child',
|
|
1924
|
+
CLASS_NAME: 'Char_Stinger_Child'
|
|
1925
|
+
},
|
|
345
1926
|
CRAB_HATCHER: {
|
|
346
1927
|
TYPE_PATH: '/Game/FactoryGame/Character/Creature/Enemy/CrabHatcher/Char_CrabHatcher.Char_CrabHatcher_C',
|
|
347
1928
|
CLASS_NAME: 'Char_CrabHatcher_C'
|
|
@@ -463,11 +2044,74 @@ exports.EDIT = {
|
|
|
463
2044
|
TYPE_PATH: PATTERN_FULL_FACTORY_ZONE
|
|
464
2045
|
}
|
|
465
2046
|
},
|
|
2047
|
+
EMOTES: {
|
|
2048
|
+
CLAP: '/Game/FactoryGame/Emotes/Emote_Clap.Emote_Clap_C',
|
|
2049
|
+
BUILDGUN_SPIN: '/Game/FactoryGame/Emotes/Emote_BuildGunSpin.Emote_BuildGunSpin_C',
|
|
2050
|
+
FACEPALM: '/Game/FactoryGame/Emotes/Emote_FacePalm.Emote_FacePalm_C',
|
|
2051
|
+
ROCK: '/Game/FactoryGame/Emotes/Emote_Rock.Emote_Rock_C',
|
|
2052
|
+
PAPER: '/Game/FactoryGame/Emotes/Emote_Paper.Emote_Paper_C',
|
|
2053
|
+
SCISSORS: '/Game/FactoryGame/Emotes/Emote_Scissors.Emote_Scissors_C',
|
|
2054
|
+
POINT: '/Game/FactoryGame/Emotes/Emote_Point.Emote_Point_C',
|
|
2055
|
+
WAVE: '/Game/FactoryGame/Emotes/Emote_Wave.Emote_Wave_C',
|
|
2056
|
+
HEART: '/Game/FactoryGame/Emotes/Emote_Heart.Emote_Heart_C',
|
|
2057
|
+
FINGERGUNS: '/Game/FactoryGame/Emotes/Emote_Fingerguns.Emote_Fingerguns_C',
|
|
2058
|
+
},
|
|
2059
|
+
TAPES: {
|
|
2060
|
+
ABSOLUTE_FICSIT: {
|
|
2061
|
+
DISPLAY_NAME: 'Absolute Ficsit',
|
|
2062
|
+
PATH_NAME: '/Game/FactoryGame/Resource/Tape/AbsoluteFicsit/Tape_AbsoluteFicsit.Tape_AbsoluteFicsit_C',
|
|
2063
|
+
},
|
|
2064
|
+
WORST_OF_GOAT_SIMULATOR: {
|
|
2065
|
+
DISPLAY_NAME: 'Worst of Goat Simulator',
|
|
2066
|
+
PATH_NAME: '/Game/FactoryGame/Resource/Tape/Goat/Tape_WorstOfGoat.Tape_WorstOfGoat_C',
|
|
2067
|
+
},
|
|
2068
|
+
JOEL_SYNTHOLM: {
|
|
2069
|
+
DISPLAY_NAME: 'Joel Syntholm',
|
|
2070
|
+
PATH_NAME: '/Game/FactoryGame/Resource/Tape/JoelSyntholm/Tape_JoelSyntholm.Tape_JoelSyntholm_C',
|
|
2071
|
+
},
|
|
2072
|
+
LE_MICHAEL: {
|
|
2073
|
+
DISPLAY_NAME: 'Le Michael',
|
|
2074
|
+
PATH_NAME: '/Game/FactoryGame/Resource/Tape/LeMichael/Tape_LeMichael.Tape_LeMichael_C',
|
|
2075
|
+
},
|
|
2076
|
+
SANCTUM: {
|
|
2077
|
+
DISPLAY_NAME: 'Sanctum',
|
|
2078
|
+
PATH_NAME: '/Game/FactoryGame/Resource/Tape/Sanctum/Tape_Sanctum.Tape_Sanctum_C',
|
|
2079
|
+
},
|
|
2080
|
+
SANCTUM_2: {
|
|
2081
|
+
DISPLAY_NAME: 'Sanctum 2',
|
|
2082
|
+
PATH_NAME: '/Game/FactoryGame/Resource/Tape/Sanctum2/Tape_Sanctum2.Tape_Sanctum2_C',
|
|
2083
|
+
},
|
|
2084
|
+
SONGS_OF_CONQUEST: {
|
|
2085
|
+
DISPLAY_NAME: 'Songs of Conquest',
|
|
2086
|
+
PATH_NAME: '/Game/FactoryGame/Resource/Tape/SongsOfConquest/Tape_SongsOfConquest.Tape_SongsOfConquest_C',
|
|
2087
|
+
},
|
|
2088
|
+
DEEP_ROCK_GALACTIC: {
|
|
2089
|
+
DISPLAY_NAME: 'Deep Rock Galactic',
|
|
2090
|
+
PATH_NAME: '/Game/FactoryGame/Resource/Tape/DeepRockGalactic/Tape_DeepRockGalactic.Tape_DeepRockGalactic_C',
|
|
2091
|
+
},
|
|
2092
|
+
HUNTDOWN: {
|
|
2093
|
+
DISPLAY_NAME: 'Huntdown',
|
|
2094
|
+
PATH_NAME: '/Game/FactoryGame/Resource/Tape/Huntdown/Tape_Huntdown.Tape_Huntdown_C',
|
|
2095
|
+
}
|
|
2096
|
+
},
|
|
2097
|
+
SKINS: {
|
|
2098
|
+
FICSMAS_STANDARD: {
|
|
2099
|
+
DISPLAY_NAME: 'Ficsmas Standard',
|
|
2100
|
+
PATH_NAME: '/Game/FactoryGame/Buildable/-Shared/Customization/Skins/Recipe_SkinFicsmas_Default.Recipe_SkinFicsmas_Default_C'
|
|
2101
|
+
},
|
|
2102
|
+
FICSMAS_PREMIUM: {
|
|
2103
|
+
DISPLAY_NAME: 'Ficsmas Premium',
|
|
2104
|
+
PATH_NAME: '/Game/FactoryGame/Buildable/-Shared/Customization/Skins/Recipe_SkinFicsmas_Premium.Recipe_SkinFicsmas_Premium_C'
|
|
2105
|
+
},
|
|
2106
|
+
},
|
|
466
2107
|
AREAS: {
|
|
467
2108
|
GRASS_FIELDS: [
|
|
468
2109
|
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_GrassFields_1.Area_GrassFields_1_C',
|
|
469
|
-
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_GrassFields_3.Area_GrassFields_3_C',
|
|
470
2110
|
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_GrassFields_2.Area_GrassFields_2_C',
|
|
2111
|
+
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_GrassFields_3.Area_GrassFields_3_C'
|
|
2112
|
+
],
|
|
2113
|
+
EASTERN_DUNE_FOREST: [
|
|
2114
|
+
'FactoryGame/Content/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_EasternDuneForest_1.Area_EasternDuneForest_1_C'
|
|
471
2115
|
],
|
|
472
2116
|
WESTERN_DUNE_FOREST: [
|
|
473
2117
|
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_WesternDuneForest_1.Area_WesternDuneForest_1_C',
|
|
@@ -481,6 +2125,7 @@ exports.EDIT = {
|
|
|
481
2125
|
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_crater_2.Area_crater_2_C'
|
|
482
2126
|
],
|
|
483
2127
|
SAVANNA: [
|
|
2128
|
+
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_Savanna_1.Area_Savanna_1_C',
|
|
484
2129
|
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_Savanna_2.Area_Savanna_2_C'
|
|
485
2130
|
],
|
|
486
2131
|
RED_JUNGLE: [
|
|
@@ -491,6 +2136,10 @@ exports.EDIT = {
|
|
|
491
2136
|
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_RockyDesert_1.Area_RockyDesert_1_C',
|
|
492
2137
|
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_RockyDesert_2.Area_RockyDesert_2_C'
|
|
493
2138
|
],
|
|
2139
|
+
DUNE_DESERT: [
|
|
2140
|
+
'FactoryGame/Content/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_DuneDesert_1.Area_DuneDesert_1_C',
|
|
2141
|
+
'FactoryGame/Content/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_DuneDesert_2.Area_DuneDesert_2_C'
|
|
2142
|
+
],
|
|
494
2143
|
NORTHERN_FOREST: [
|
|
495
2144
|
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_NorthernForest_1.Area_NorthernForest_1_C',
|
|
496
2145
|
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_NorthernForest_2.Area_NorthernForest_2_C'
|
|
@@ -500,6 +2149,7 @@ exports.EDIT = {
|
|
|
500
2149
|
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_SouthernForest_2.Area_SouthernForest_2_C'
|
|
501
2150
|
],
|
|
502
2151
|
RED_BAMBOO: [
|
|
2152
|
+
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_RedBambooFields_1.Area_RedBambooFields_1_C',
|
|
503
2153
|
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_RedBambooFields_2.Area_RedBambooFields_2_C'
|
|
504
2154
|
],
|
|
505
2155
|
TITAN_FOREST: [
|
|
@@ -511,7 +2161,8 @@ exports.EDIT = {
|
|
|
511
2161
|
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_LakeForest_2.Area_LakeForest_2_C'
|
|
512
2162
|
],
|
|
513
2163
|
DESERT_CANYON: [
|
|
514
|
-
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_DesertCanyons_1.Area_DesertCanyons_1_C'
|
|
2164
|
+
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_DesertCanyons_1.Area_DesertCanyons_1_C',
|
|
2165
|
+
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_DesertCanyons_2.Area_DesertCanyons_2_C'
|
|
515
2166
|
],
|
|
516
2167
|
MAZE_CANYONS: [
|
|
517
2168
|
'/Game/FactoryGame/Interface/UI/Minimap/MapAreaPersistenLevel/Area_MazeCanyons_1.Area_MazeCanyons_1_C',
|