@ic10/metadata 0.0.0
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/dist/locals/builtin.d.ts +33 -0
- package/dist/locals/builtin.js +34 -0
- package/dist/locals/enums.d.ts +3 -0
- package/dist/locals/enums.js +4044 -0
- package/dist/locals/index.d.ts +3 -0
- package/dist/locals/index.js +3 -0
- package/dist/locals/instructions.d.ts +981 -0
- package/dist/locals/instructions.js +982 -0
- package/dist/stationpedia/CN/colors.d.ts +67 -0
- package/dist/stationpedia/CN/colors.js +132 -0
- package/dist/stationpedia/CN/constants.d.ts +3 -0
- package/dist/stationpedia/CN/constants.js +6765 -0
- package/dist/stationpedia/CN/consts.d.ts +681 -0
- package/dist/stationpedia/CN/consts.js +682 -0
- package/dist/stationpedia/CN/data.d.ts +3 -0
- package/dist/stationpedia/CN/data.js +41463 -0
- package/dist/stationpedia/CN/index.d.ts +6 -0
- package/dist/stationpedia/CN/index.js +6 -0
- package/dist/stationpedia/CN/instructions.d.ts +2 -0
- package/dist/stationpedia/CN/instructions.js +3 -0
- package/dist/stationpedia/CN/tags.d.ts +2 -0
- package/dist/stationpedia/CN/tags.js +14 -0
- package/dist/stationpedia/EN/colors.d.ts +67 -0
- package/dist/stationpedia/EN/colors.js +132 -0
- package/dist/stationpedia/EN/constants.d.ts +3 -0
- package/dist/stationpedia/EN/constants.js +6765 -0
- package/dist/stationpedia/EN/consts.d.ts +681 -0
- package/dist/stationpedia/EN/consts.js +682 -0
- package/dist/stationpedia/EN/data.d.ts +3 -0
- package/dist/stationpedia/EN/data.js +41471 -0
- package/dist/stationpedia/EN/index.d.ts +6 -0
- package/dist/stationpedia/EN/index.js +6 -0
- package/dist/stationpedia/EN/instructions.d.ts +2 -0
- package/dist/stationpedia/EN/instructions.js +3 -0
- package/dist/stationpedia/EN/tags.d.ts +2 -0
- package/dist/stationpedia/EN/tags.js +15 -0
- package/dist/std/builtin.d.ts +18 -0
- package/dist/std/builtin.js +19 -0
- package/dist/std/enums.d.ts +3 -0
- package/dist/std/enums.js +3582 -0
- package/dist/std/index.d.ts +3 -0
- package/dist/std/index.js +3 -0
- package/dist/std/instructions.d.ts +818 -0
- package/dist/std/instructions.js +819 -0
- package/package.json +50 -0
|
@@ -0,0 +1,682 @@
|
|
|
1
|
+
// AUTO-GENERATED from metadata/stationpedia/EN/consts.json. DO NOT EDIT.
|
|
2
|
+
const data = {
|
|
3
|
+
"AirCon.Cold": 0,
|
|
4
|
+
"AirCon.Hot": 1,
|
|
5
|
+
"AirControl.Draught": 4,
|
|
6
|
+
"AirControl.None": 0,
|
|
7
|
+
"AirControl.Offline": 1,
|
|
8
|
+
"AirControl.Pressure": 2,
|
|
9
|
+
"Color.Black": 7,
|
|
10
|
+
"Color.Blue": 0,
|
|
11
|
+
"Color.Brown": 8,
|
|
12
|
+
"Color.Gray": 1,
|
|
13
|
+
"Color.Green": 2,
|
|
14
|
+
"Color.Khaki": 9,
|
|
15
|
+
"Color.Orange": 3,
|
|
16
|
+
"Color.Pink": 10,
|
|
17
|
+
"Color.Purple": 11,
|
|
18
|
+
"Color.Red": 4,
|
|
19
|
+
"Color.White": 6,
|
|
20
|
+
"Color.Yellow": 5,
|
|
21
|
+
"ConditionOperation.Equals": 0,
|
|
22
|
+
"ConditionOperation.Greater": 1,
|
|
23
|
+
"ConditionOperation.Less": 2,
|
|
24
|
+
"ConditionOperation.NotEquals": 3,
|
|
25
|
+
"DaylightSensorMode.Default": 0,
|
|
26
|
+
"DaylightSensorMode.Horizontal": 1,
|
|
27
|
+
"DaylightSensorMode.Vertical": 2,
|
|
28
|
+
"DisplayMode.Celsius": 4,
|
|
29
|
+
"DisplayMode.Credits": 6,
|
|
30
|
+
"DisplayMode.Days": 9,
|
|
31
|
+
"DisplayMode.Default": 0,
|
|
32
|
+
"DisplayMode.Degrees": 16,
|
|
33
|
+
"DisplayMode.Fahrenheit": 11,
|
|
34
|
+
"DisplayMode.Kelvin": 3,
|
|
35
|
+
"DisplayMode.Litres": 12,
|
|
36
|
+
"DisplayMode.Meters": 5,
|
|
37
|
+
"DisplayMode.Minutes": 8,
|
|
38
|
+
"DisplayMode.Mol": 13,
|
|
39
|
+
"DisplayMode.Newtons": 15,
|
|
40
|
+
"DisplayMode.Pa": 14,
|
|
41
|
+
"DisplayMode.Percent": 1,
|
|
42
|
+
"DisplayMode.Power": 2,
|
|
43
|
+
"DisplayMode.Seconds": 7,
|
|
44
|
+
"DisplayMode.String": 10,
|
|
45
|
+
"ElevatorMode.Downward": 2,
|
|
46
|
+
"ElevatorMode.Stationary": 0,
|
|
47
|
+
"ElevatorMode.Upward": 1,
|
|
48
|
+
"EntityState.Alive": 0,
|
|
49
|
+
"EntityState.Dead": 1,
|
|
50
|
+
"EntityState.Decay": 3,
|
|
51
|
+
"EntityState.Unconscious": 2,
|
|
52
|
+
"FiltrationMode.Active": 1,
|
|
53
|
+
"FiltrationMode.Idle": 0,
|
|
54
|
+
"GasType.Air": 3,
|
|
55
|
+
"GasType.CarbonDioxide": 4,
|
|
56
|
+
"GasType.Fuel": 9,
|
|
57
|
+
"GasType.Helium": 1048576,
|
|
58
|
+
"GasType.Hydrazine": 131072,
|
|
59
|
+
"GasType.HydrochloricAcid": 16777216,
|
|
60
|
+
"GasType.Hydrogen": 16384,
|
|
61
|
+
"GasType.LiquidAlcohol": 524288,
|
|
62
|
+
"GasType.LiquidCarbonDioxide": 2048,
|
|
63
|
+
"GasType.LiquidHydrazine": 262144,
|
|
64
|
+
"GasType.LiquidHydrochloricAcid": 33554432,
|
|
65
|
+
"GasType.LiquidHydrogen": 32768,
|
|
66
|
+
"GasType.LiquidMethane": 512,
|
|
67
|
+
"GasType.LiquidNitrogen": 128,
|
|
68
|
+
"GasType.LiquidNitrousOxide": 8192,
|
|
69
|
+
"GasType.LiquidOxygen": 256,
|
|
70
|
+
"GasType.LiquidOzone": 134217728,
|
|
71
|
+
"GasType.LiquidPollutant": 4096,
|
|
72
|
+
"GasType.LiquidSilanol": 8388608,
|
|
73
|
+
"GasType.LiquidSodiumChloride": 2097152,
|
|
74
|
+
"GasType.Methane": 8,
|
|
75
|
+
"GasType.Nitrogen": 2,
|
|
76
|
+
"GasType.NitrousOxide": 64,
|
|
77
|
+
"GasType.Oxygen": 1,
|
|
78
|
+
"GasType.Ozone": 67108864,
|
|
79
|
+
"GasType.Pollutant": 16,
|
|
80
|
+
"GasType.PollutedWater": 65536,
|
|
81
|
+
"GasType.Silanol": 4194304,
|
|
82
|
+
"GasType.Steam": 1024,
|
|
83
|
+
"GasType.Undefined": 0,
|
|
84
|
+
"GasType.Water": 32,
|
|
85
|
+
"HashType.GasLiquid": 1,
|
|
86
|
+
"HashType.Prefab": 0,
|
|
87
|
+
"LogicBatchMethod.Average": 0,
|
|
88
|
+
"LogicBatchMethod.Count": 4,
|
|
89
|
+
"LogicBatchMethod.Maximum": 3,
|
|
90
|
+
"LogicBatchMethod.Minimum": 2,
|
|
91
|
+
"LogicBatchMethod.Sum": 1,
|
|
92
|
+
"LogicReagentMode.Contents": 0,
|
|
93
|
+
"LogicReagentMode.Recipe": 2,
|
|
94
|
+
"LogicReagentMode.Required": 1,
|
|
95
|
+
"LogicReagentMode.TotalContents": 3,
|
|
96
|
+
"LogicSlotType.Charge": 10,
|
|
97
|
+
"LogicSlotType.ChargeRatio": 11,
|
|
98
|
+
"LogicSlotType.Class": 12,
|
|
99
|
+
"LogicSlotType.Damage": 4,
|
|
100
|
+
"LogicSlotType.Efficiency": 5,
|
|
101
|
+
"LogicSlotType.FilterType": 25,
|
|
102
|
+
"LogicSlotType.FreeSlots": 31,
|
|
103
|
+
"LogicSlotType.Growth": 7,
|
|
104
|
+
"LogicSlotType.HarvestedHash": 27,
|
|
105
|
+
"LogicSlotType.Health": 6,
|
|
106
|
+
"LogicSlotType.LineNumber": 19,
|
|
107
|
+
"LogicSlotType.Lock": 23,
|
|
108
|
+
"LogicSlotType.Mature": 16,
|
|
109
|
+
"LogicSlotType.MaturityRatio": 29,
|
|
110
|
+
"LogicSlotType.MaxQuantity": 15,
|
|
111
|
+
"LogicSlotType.Mode": 28,
|
|
112
|
+
"LogicSlotType.None": 0,
|
|
113
|
+
"LogicSlotType.OccupantHash": 2,
|
|
114
|
+
"LogicSlotType.Occupied": 1,
|
|
115
|
+
"LogicSlotType.On": 22,
|
|
116
|
+
"LogicSlotType.Open": 21,
|
|
117
|
+
"LogicSlotType.PrefabHash": 17,
|
|
118
|
+
"LogicSlotType.Pressure": 8,
|
|
119
|
+
"LogicSlotType.PressureAir": 14,
|
|
120
|
+
"LogicSlotType.PressureWaste": 13,
|
|
121
|
+
"LogicSlotType.Quantity": 3,
|
|
122
|
+
"LogicSlotType.ReferenceId": 26,
|
|
123
|
+
"LogicSlotType.Seeding": 18,
|
|
124
|
+
"LogicSlotType.SeedingRatio": 30,
|
|
125
|
+
"LogicSlotType.SortingClass": 24,
|
|
126
|
+
"LogicSlotType.Temperature": 9,
|
|
127
|
+
"LogicSlotType.TotalSlots": 32,
|
|
128
|
+
"LogicSlotType.Volume": 20,
|
|
129
|
+
"LogicType.Acceleration": 216,
|
|
130
|
+
"LogicType.Activate": 9,
|
|
131
|
+
"LogicType.AirRelease": 75,
|
|
132
|
+
"LogicType.AlignmentError": 243,
|
|
133
|
+
"LogicType.Altitude": 269,
|
|
134
|
+
"LogicType.Apex": 238,
|
|
135
|
+
"LogicType.AutoLand": 226,
|
|
136
|
+
"LogicType.AutoShutOff": 218,
|
|
137
|
+
"LogicType.BestContactFilter": 267,
|
|
138
|
+
"LogicType.Bpm": 103,
|
|
139
|
+
"LogicType.BurnTimeRemaining": 225,
|
|
140
|
+
"LogicType.CelestialHash": 242,
|
|
141
|
+
"LogicType.CelestialParentHash": 250,
|
|
142
|
+
"LogicType.Channel0": 165,
|
|
143
|
+
"LogicType.Channel1": 166,
|
|
144
|
+
"LogicType.Channel2": 167,
|
|
145
|
+
"LogicType.Channel3": 168,
|
|
146
|
+
"LogicType.Channel4": 169,
|
|
147
|
+
"LogicType.Channel5": 170,
|
|
148
|
+
"LogicType.Channel6": 171,
|
|
149
|
+
"LogicType.Channel7": 172,
|
|
150
|
+
"LogicType.Charge": 11,
|
|
151
|
+
"LogicType.Chart": 256,
|
|
152
|
+
"LogicType.ChartedNavPoints": 259,
|
|
153
|
+
"LogicType.ClearMemory": 62,
|
|
154
|
+
"LogicType.CollectableGoods": 101,
|
|
155
|
+
"LogicType.Color": 38,
|
|
156
|
+
"LogicType.Combustion": 98,
|
|
157
|
+
"LogicType.CombustionInput": 146,
|
|
158
|
+
"LogicType.CombustionInput2": 147,
|
|
159
|
+
"LogicType.CombustionLimiter": 153,
|
|
160
|
+
"LogicType.CombustionOutput": 148,
|
|
161
|
+
"LogicType.CombustionOutput2": 149,
|
|
162
|
+
"LogicType.CompletionRatio": 61,
|
|
163
|
+
"LogicType.ContactSlotIndex": 282,
|
|
164
|
+
"LogicType.ContactTypeId": 198,
|
|
165
|
+
"LogicType.CurrentCode": 261,
|
|
166
|
+
"LogicType.CurrentNodeType": 352,
|
|
167
|
+
"LogicType.CurrentResearchPodType": 93,
|
|
168
|
+
"LogicType.Density": 262,
|
|
169
|
+
"LogicType.DerivativeGain": 276,
|
|
170
|
+
"LogicType.DestinationCode": 215,
|
|
171
|
+
"LogicType.Discover": 255,
|
|
172
|
+
"LogicType.Dispense": 356,
|
|
173
|
+
"LogicType.DispenseSlot": 357,
|
|
174
|
+
"LogicType.DistanceAu": 244,
|
|
175
|
+
"LogicType.DistanceKm": 249,
|
|
176
|
+
"LogicType.DrillCondition": 240,
|
|
177
|
+
"LogicType.DryMass": 220,
|
|
178
|
+
"LogicType.Eccentricity": 247,
|
|
179
|
+
"LogicType.ElevatorLevel": 40,
|
|
180
|
+
"LogicType.ElevatorSpeed": 39,
|
|
181
|
+
"LogicType.EnergyConvected": 354,
|
|
182
|
+
"LogicType.EnergyRadiated": 355,
|
|
183
|
+
"LogicType.EntityState": 239,
|
|
184
|
+
"LogicType.EnvironmentEfficiency": 104,
|
|
185
|
+
"LogicType.Error": 4,
|
|
186
|
+
"LogicType.ExhaustVelocity": 235,
|
|
187
|
+
"LogicType.ExportCount": 63,
|
|
188
|
+
"LogicType.ExportQuantity": 31,
|
|
189
|
+
"LogicType.ExportSlotHash": 42,
|
|
190
|
+
"LogicType.ExportSlotOccupant": 32,
|
|
191
|
+
"LogicType.Extended": 272,
|
|
192
|
+
"LogicType.Filtration": 74,
|
|
193
|
+
"LogicType.FlightControlRule": 236,
|
|
194
|
+
"LogicType.Flush": 174,
|
|
195
|
+
"LogicType.ForceWrite": 85,
|
|
196
|
+
"LogicType.ForwardX": 227,
|
|
197
|
+
"LogicType.ForwardY": 228,
|
|
198
|
+
"LogicType.ForwardZ": 229,
|
|
199
|
+
"LogicType.Fuel": 99,
|
|
200
|
+
"LogicType.Gravity": 358,
|
|
201
|
+
"LogicType.Harvest": 69,
|
|
202
|
+
"LogicType.HealthDamage": 350,
|
|
203
|
+
"LogicType.Horizontal": 20,
|
|
204
|
+
"LogicType.HorizontalRatio": 34,
|
|
205
|
+
"LogicType.Idle": 37,
|
|
206
|
+
"LogicType.ImportCount": 64,
|
|
207
|
+
"LogicType.ImportQuantity": 29,
|
|
208
|
+
"LogicType.ImportSlotHash": 43,
|
|
209
|
+
"LogicType.ImportSlotOccupant": 30,
|
|
210
|
+
"LogicType.Inclination": 246,
|
|
211
|
+
"LogicType.Index": 241,
|
|
212
|
+
"LogicType.IntegralGain": 275,
|
|
213
|
+
"LogicType.InterrogationProgress": 157,
|
|
214
|
+
"LogicType.LineNumber": 173,
|
|
215
|
+
"LogicType.Lock": 10,
|
|
216
|
+
"LogicType.ManualResearchRequiredPod": 94,
|
|
217
|
+
"LogicType.Mass": 219,
|
|
218
|
+
"LogicType.Maximum": 23,
|
|
219
|
+
"LogicType.MineablesInQueue": 96,
|
|
220
|
+
"LogicType.MineablesInVicinity": 95,
|
|
221
|
+
"LogicType.MinedQuantity": 266,
|
|
222
|
+
"LogicType.Minimum": 277,
|
|
223
|
+
"LogicType.MinimumWattsToContact": 163,
|
|
224
|
+
"LogicType.Mode": 3,
|
|
225
|
+
"LogicType.NameHash": 268,
|
|
226
|
+
"LogicType.NavPoints": 258,
|
|
227
|
+
"LogicType.NetworkFault": 273,
|
|
228
|
+
"LogicType.NextWeatherEventTime": 97,
|
|
229
|
+
"LogicType.NextWeatherHash": 281,
|
|
230
|
+
"LogicType.None": 0,
|
|
231
|
+
"LogicType.On": 28,
|
|
232
|
+
"LogicType.Open": 2,
|
|
233
|
+
"LogicType.OperationalTemperatureEfficiency": 150,
|
|
234
|
+
"LogicType.OrbitPeriod": 245,
|
|
235
|
+
"LogicType.Orientation": 230,
|
|
236
|
+
"LogicType.Output": 70,
|
|
237
|
+
"LogicType.PassedMoles": 234,
|
|
238
|
+
"LogicType.Plant": 68,
|
|
239
|
+
"LogicType.PlantEfficiency1": 52,
|
|
240
|
+
"LogicType.PlantEfficiency2": 53,
|
|
241
|
+
"LogicType.PlantEfficiency3": 54,
|
|
242
|
+
"LogicType.PlantEfficiency4": 55,
|
|
243
|
+
"LogicType.PlantGrowth1": 48,
|
|
244
|
+
"LogicType.PlantGrowth2": 49,
|
|
245
|
+
"LogicType.PlantGrowth3": 50,
|
|
246
|
+
"LogicType.PlantGrowth4": 51,
|
|
247
|
+
"LogicType.PlantHash1": 56,
|
|
248
|
+
"LogicType.PlantHash2": 57,
|
|
249
|
+
"LogicType.PlantHash3": 58,
|
|
250
|
+
"LogicType.PlantHash4": 59,
|
|
251
|
+
"LogicType.PlantHealth1": 44,
|
|
252
|
+
"LogicType.PlantHealth2": 45,
|
|
253
|
+
"LogicType.PlantHealth3": 46,
|
|
254
|
+
"LogicType.PlantHealth4": 47,
|
|
255
|
+
"LogicType.PositionX": 76,
|
|
256
|
+
"LogicType.PositionY": 77,
|
|
257
|
+
"LogicType.PositionZ": 78,
|
|
258
|
+
"LogicType.Power": 1,
|
|
259
|
+
"LogicType.PowerActual": 26,
|
|
260
|
+
"LogicType.PowerGeneration": 65,
|
|
261
|
+
"LogicType.PowerPotential": 25,
|
|
262
|
+
"LogicType.PowerRequired": 36,
|
|
263
|
+
"LogicType.PrefabHash": 84,
|
|
264
|
+
"LogicType.Pressure": 5,
|
|
265
|
+
"LogicType.PressureEfficiency": 152,
|
|
266
|
+
"LogicType.PressureExternal": 7,
|
|
267
|
+
"LogicType.PressureInput": 106,
|
|
268
|
+
"LogicType.PressureInput2": 116,
|
|
269
|
+
"LogicType.PressureInternal": 8,
|
|
270
|
+
"LogicType.PressureOutput": 126,
|
|
271
|
+
"LogicType.PressureOutput2": 136,
|
|
272
|
+
"LogicType.PressureSetting": 71,
|
|
273
|
+
"LogicType.Progress": 214,
|
|
274
|
+
"LogicType.ProportionalGain": 274,
|
|
275
|
+
"LogicType.Quantity": 27,
|
|
276
|
+
"LogicType.Ratio": 24,
|
|
277
|
+
"LogicType.RatioCarbonDioxide": 15,
|
|
278
|
+
"LogicType.RatioCarbonDioxideInput": 109,
|
|
279
|
+
"LogicType.RatioCarbonDioxideInput2": 119,
|
|
280
|
+
"LogicType.RatioCarbonDioxideOutput": 129,
|
|
281
|
+
"LogicType.RatioCarbonDioxideOutput2": 139,
|
|
282
|
+
"LogicType.RatioHelium": 286,
|
|
283
|
+
"LogicType.RatioHeliumInput": 318,
|
|
284
|
+
"LogicType.RatioHeliumInput2": 319,
|
|
285
|
+
"LogicType.RatioHeliumOutput": 320,
|
|
286
|
+
"LogicType.RatioHeliumOutput2": 321,
|
|
287
|
+
"LogicType.RatioHydrazine": 283,
|
|
288
|
+
"LogicType.RatioHydrazineInput": 306,
|
|
289
|
+
"LogicType.RatioHydrazineInput2": 307,
|
|
290
|
+
"LogicType.RatioHydrazineOutput": 308,
|
|
291
|
+
"LogicType.RatioHydrazineOutput2": 309,
|
|
292
|
+
"LogicType.RatioHydrochloricAcid": 290,
|
|
293
|
+
"LogicType.RatioHydrochloricAcidInput": 334,
|
|
294
|
+
"LogicType.RatioHydrochloricAcidInput2": 335,
|
|
295
|
+
"LogicType.RatioHydrochloricAcidOutput": 336,
|
|
296
|
+
"LogicType.RatioHydrochloricAcidOutput2": 337,
|
|
297
|
+
"LogicType.RatioHydrogen": 252,
|
|
298
|
+
"LogicType.RatioHydrogenInput": 294,
|
|
299
|
+
"LogicType.RatioHydrogenInput2": 295,
|
|
300
|
+
"LogicType.RatioHydrogenOutput": 296,
|
|
301
|
+
"LogicType.RatioHydrogenOutput2": 297,
|
|
302
|
+
"LogicType.RatioLiquidAlcohol": 285,
|
|
303
|
+
"LogicType.RatioLiquidAlcoholInput": 314,
|
|
304
|
+
"LogicType.RatioLiquidAlcoholInput2": 315,
|
|
305
|
+
"LogicType.RatioLiquidAlcoholOutput": 316,
|
|
306
|
+
"LogicType.RatioLiquidAlcoholOutput2": 317,
|
|
307
|
+
"LogicType.RatioLiquidCarbonDioxide": 199,
|
|
308
|
+
"LogicType.RatioLiquidCarbonDioxideInput": 200,
|
|
309
|
+
"LogicType.RatioLiquidCarbonDioxideInput2": 201,
|
|
310
|
+
"LogicType.RatioLiquidCarbonDioxideOutput": 202,
|
|
311
|
+
"LogicType.RatioLiquidCarbonDioxideOutput2": 203,
|
|
312
|
+
"LogicType.RatioLiquidHydrazine": 284,
|
|
313
|
+
"LogicType.RatioLiquidHydrazineInput": 310,
|
|
314
|
+
"LogicType.RatioLiquidHydrazineInput2": 311,
|
|
315
|
+
"LogicType.RatioLiquidHydrazineOutput": 312,
|
|
316
|
+
"LogicType.RatioLiquidHydrazineOutput2": 313,
|
|
317
|
+
"LogicType.RatioLiquidHydrochloricAcid": 291,
|
|
318
|
+
"LogicType.RatioLiquidHydrochloricAcidInput": 338,
|
|
319
|
+
"LogicType.RatioLiquidHydrochloricAcidInput2": 339,
|
|
320
|
+
"LogicType.RatioLiquidHydrochloricAcidOutput": 340,
|
|
321
|
+
"LogicType.RatioLiquidHydrochloricAcidOutput2": 341,
|
|
322
|
+
"LogicType.RatioLiquidHydrogen": 253,
|
|
323
|
+
"LogicType.RatioLiquidHydrogenInput": 298,
|
|
324
|
+
"LogicType.RatioLiquidHydrogenInput2": 299,
|
|
325
|
+
"LogicType.RatioLiquidHydrogenOutput": 300,
|
|
326
|
+
"LogicType.RatioLiquidHydrogenOutput2": 301,
|
|
327
|
+
"LogicType.RatioLiquidMethane": 188,
|
|
328
|
+
"LogicType.RatioLiquidMethaneInput": 189,
|
|
329
|
+
"LogicType.RatioLiquidMethaneInput2": 190,
|
|
330
|
+
"LogicType.RatioLiquidMethaneOutput": 191,
|
|
331
|
+
"LogicType.RatioLiquidMethaneOutput2": 192,
|
|
332
|
+
"LogicType.RatioLiquidNitrogen": 177,
|
|
333
|
+
"LogicType.RatioLiquidNitrogenInput": 178,
|
|
334
|
+
"LogicType.RatioLiquidNitrogenInput2": 179,
|
|
335
|
+
"LogicType.RatioLiquidNitrogenOutput": 180,
|
|
336
|
+
"LogicType.RatioLiquidNitrogenOutput2": 181,
|
|
337
|
+
"LogicType.RatioLiquidNitrousOxide": 209,
|
|
338
|
+
"LogicType.RatioLiquidNitrousOxideInput": 210,
|
|
339
|
+
"LogicType.RatioLiquidNitrousOxideInput2": 211,
|
|
340
|
+
"LogicType.RatioLiquidNitrousOxideOutput": 212,
|
|
341
|
+
"LogicType.RatioLiquidNitrousOxideOutput2": 213,
|
|
342
|
+
"LogicType.RatioLiquidOxygen": 183,
|
|
343
|
+
"LogicType.RatioLiquidOxygenInput": 184,
|
|
344
|
+
"LogicType.RatioLiquidOxygenInput2": 185,
|
|
345
|
+
"LogicType.RatioLiquidOxygenOutput": 186,
|
|
346
|
+
"LogicType.RatioLiquidOxygenOutput2": 187,
|
|
347
|
+
"LogicType.RatioLiquidOzone": 293,
|
|
348
|
+
"LogicType.RatioLiquidOzoneInput": 346,
|
|
349
|
+
"LogicType.RatioLiquidOzoneInput2": 347,
|
|
350
|
+
"LogicType.RatioLiquidOzoneOutput": 348,
|
|
351
|
+
"LogicType.RatioLiquidOzoneOutput2": 349,
|
|
352
|
+
"LogicType.RatioLiquidPollutant": 204,
|
|
353
|
+
"LogicType.RatioLiquidPollutantInput": 205,
|
|
354
|
+
"LogicType.RatioLiquidPollutantInput2": 206,
|
|
355
|
+
"LogicType.RatioLiquidPollutantOutput": 207,
|
|
356
|
+
"LogicType.RatioLiquidPollutantOutput2": 208,
|
|
357
|
+
"LogicType.RatioLiquidSilanol": 289,
|
|
358
|
+
"LogicType.RatioLiquidSilanolInput": 330,
|
|
359
|
+
"LogicType.RatioLiquidSilanolInput2": 331,
|
|
360
|
+
"LogicType.RatioLiquidSilanolOutput": 332,
|
|
361
|
+
"LogicType.RatioLiquidSilanolOutput2": 333,
|
|
362
|
+
"LogicType.RatioLiquidSodiumChloride": 287,
|
|
363
|
+
"LogicType.RatioLiquidSodiumChlorideInput": 322,
|
|
364
|
+
"LogicType.RatioLiquidSodiumChlorideInput2": 323,
|
|
365
|
+
"LogicType.RatioLiquidSodiumChlorideOutput": 324,
|
|
366
|
+
"LogicType.RatioLiquidSodiumChlorideOutput2": 325,
|
|
367
|
+
"LogicType.RatioMethane": 18,
|
|
368
|
+
"LogicType.RatioMethaneInput": 112,
|
|
369
|
+
"LogicType.RatioMethaneInput2": 122,
|
|
370
|
+
"LogicType.RatioMethaneOutput": 132,
|
|
371
|
+
"LogicType.RatioMethaneOutput2": 142,
|
|
372
|
+
"LogicType.RatioNitrogen": 16,
|
|
373
|
+
"LogicType.RatioNitrogenInput": 110,
|
|
374
|
+
"LogicType.RatioNitrogenInput2": 120,
|
|
375
|
+
"LogicType.RatioNitrogenOutput": 130,
|
|
376
|
+
"LogicType.RatioNitrogenOutput2": 140,
|
|
377
|
+
"LogicType.RatioNitrousOxide": 83,
|
|
378
|
+
"LogicType.RatioNitrousOxideInput": 114,
|
|
379
|
+
"LogicType.RatioNitrousOxideInput2": 124,
|
|
380
|
+
"LogicType.RatioNitrousOxideOutput": 134,
|
|
381
|
+
"LogicType.RatioNitrousOxideOutput2": 144,
|
|
382
|
+
"LogicType.RatioOxygen": 14,
|
|
383
|
+
"LogicType.RatioOxygenInput": 108,
|
|
384
|
+
"LogicType.RatioOxygenInput2": 118,
|
|
385
|
+
"LogicType.RatioOxygenOutput": 128,
|
|
386
|
+
"LogicType.RatioOxygenOutput2": 138,
|
|
387
|
+
"LogicType.RatioOzone": 292,
|
|
388
|
+
"LogicType.RatioOzoneInput": 342,
|
|
389
|
+
"LogicType.RatioOzoneInput2": 343,
|
|
390
|
+
"LogicType.RatioOzoneOutput": 344,
|
|
391
|
+
"LogicType.RatioOzoneOutput2": 345,
|
|
392
|
+
"LogicType.RatioPollutant": 17,
|
|
393
|
+
"LogicType.RatioPollutantInput": 111,
|
|
394
|
+
"LogicType.RatioPollutantInput2": 121,
|
|
395
|
+
"LogicType.RatioPollutantOutput": 131,
|
|
396
|
+
"LogicType.RatioPollutantOutput2": 141,
|
|
397
|
+
"LogicType.RatioPollutedWater": 254,
|
|
398
|
+
"LogicType.RatioPollutedWaterInput": 302,
|
|
399
|
+
"LogicType.RatioPollutedWaterInput2": 303,
|
|
400
|
+
"LogicType.RatioPollutedWaterOutput": 304,
|
|
401
|
+
"LogicType.RatioPollutedWaterOutput2": 305,
|
|
402
|
+
"LogicType.RatioSilanol": 288,
|
|
403
|
+
"LogicType.RatioSilanolInput": 326,
|
|
404
|
+
"LogicType.RatioSilanolInput2": 327,
|
|
405
|
+
"LogicType.RatioSilanolOutput": 328,
|
|
406
|
+
"LogicType.RatioSilanolOutput2": 329,
|
|
407
|
+
"LogicType.RatioSteam": 193,
|
|
408
|
+
"LogicType.RatioSteamInput": 194,
|
|
409
|
+
"LogicType.RatioSteamInput2": 195,
|
|
410
|
+
"LogicType.RatioSteamOutput": 196,
|
|
411
|
+
"LogicType.RatioSteamOutput2": 197,
|
|
412
|
+
"LogicType.RatioWater": 19,
|
|
413
|
+
"LogicType.RatioWaterInput": 113,
|
|
414
|
+
"LogicType.RatioWaterInput2": 123,
|
|
415
|
+
"LogicType.RatioWaterOutput": 133,
|
|
416
|
+
"LogicType.RatioWaterOutput2": 143,
|
|
417
|
+
"LogicType.ReEntryAltitude": 237,
|
|
418
|
+
"LogicType.Reagents": 13,
|
|
419
|
+
"LogicType.RecipeHash": 41,
|
|
420
|
+
"LogicType.ReferenceId": 217,
|
|
421
|
+
"LogicType.RequestHash": 60,
|
|
422
|
+
"LogicType.RequiredPower": 33,
|
|
423
|
+
"LogicType.Reset": 279,
|
|
424
|
+
"LogicType.ReturnFuelCost": 100,
|
|
425
|
+
"LogicType.Richness": 263,
|
|
426
|
+
"LogicType.Rpm": 155,
|
|
427
|
+
"LogicType.SemiMajorAxis": 248,
|
|
428
|
+
"LogicType.Setpoint": 278,
|
|
429
|
+
"LogicType.Setting": 12,
|
|
430
|
+
"LogicType.SettingInput": 91,
|
|
431
|
+
"LogicType.SettingOutput": 92,
|
|
432
|
+
"LogicType.SignalID": 87,
|
|
433
|
+
"LogicType.SignalStrength": 86,
|
|
434
|
+
"LogicType.Sites": 260,
|
|
435
|
+
"LogicType.Size": 264,
|
|
436
|
+
"LogicType.SizeX": 160,
|
|
437
|
+
"LogicType.SizeY": 161,
|
|
438
|
+
"LogicType.SizeZ": 162,
|
|
439
|
+
"LogicType.SolarAngle": 22,
|
|
440
|
+
"LogicType.SolarIrradiance": 176,
|
|
441
|
+
"LogicType.SoundAlert": 175,
|
|
442
|
+
"LogicType.StackSize": 280,
|
|
443
|
+
"LogicType.Stress": 156,
|
|
444
|
+
"LogicType.StunDamage": 351,
|
|
445
|
+
"LogicType.Survey": 257,
|
|
446
|
+
"LogicType.TargetNodeType": 353,
|
|
447
|
+
"LogicType.TargetPadIndex": 158,
|
|
448
|
+
"LogicType.TargetPrefabHash": 271,
|
|
449
|
+
"LogicType.TargetSlotIndex": 270,
|
|
450
|
+
"LogicType.TargetX": 88,
|
|
451
|
+
"LogicType.TargetY": 89,
|
|
452
|
+
"LogicType.TargetZ": 90,
|
|
453
|
+
"LogicType.Temperature": 6,
|
|
454
|
+
"LogicType.TemperatureDifferentialEfficiency": 151,
|
|
455
|
+
"LogicType.TemperatureExternal": 73,
|
|
456
|
+
"LogicType.TemperatureInput": 107,
|
|
457
|
+
"LogicType.TemperatureInput2": 117,
|
|
458
|
+
"LogicType.TemperatureOutput": 127,
|
|
459
|
+
"LogicType.TemperatureOutput2": 137,
|
|
460
|
+
"LogicType.TemperatureSetting": 72,
|
|
461
|
+
"LogicType.Throttle": 154,
|
|
462
|
+
"LogicType.Thrust": 221,
|
|
463
|
+
"LogicType.ThrustToWeight": 223,
|
|
464
|
+
"LogicType.Time": 102,
|
|
465
|
+
"LogicType.TimeToDestination": 224,
|
|
466
|
+
"LogicType.TotalMoles": 66,
|
|
467
|
+
"LogicType.TotalMolesInput": 115,
|
|
468
|
+
"LogicType.TotalMolesInput2": 125,
|
|
469
|
+
"LogicType.TotalMolesOutput": 135,
|
|
470
|
+
"LogicType.TotalMolesOutput2": 145,
|
|
471
|
+
"LogicType.TotalQuantity": 265,
|
|
472
|
+
"LogicType.TrueAnomaly": 251,
|
|
473
|
+
"LogicType.VelocityMagnitude": 79,
|
|
474
|
+
"LogicType.VelocityRelativeX": 80,
|
|
475
|
+
"LogicType.VelocityRelativeY": 81,
|
|
476
|
+
"LogicType.VelocityRelativeZ": 82,
|
|
477
|
+
"LogicType.VelocityX": 231,
|
|
478
|
+
"LogicType.VelocityY": 232,
|
|
479
|
+
"LogicType.VelocityZ": 233,
|
|
480
|
+
"LogicType.Vertical": 21,
|
|
481
|
+
"LogicType.VerticalRatio": 35,
|
|
482
|
+
"LogicType.Volume": 67,
|
|
483
|
+
"LogicType.VolumeOfLiquid": 182,
|
|
484
|
+
"LogicType.WattsReachingContact": 164,
|
|
485
|
+
"LogicType.Weight": 222,
|
|
486
|
+
"LogicType.WorkingGasEfficiency": 105,
|
|
487
|
+
"NodeType.Entry": 1,
|
|
488
|
+
"NodeType.Generated": 3,
|
|
489
|
+
"NodeType.LaunchPad": 4,
|
|
490
|
+
"NodeType.LowOrbitHub": 5,
|
|
491
|
+
"NodeType.LowOrbitLaunchPad": 6,
|
|
492
|
+
"NodeType.None": 0,
|
|
493
|
+
"NodeType.Static": 2,
|
|
494
|
+
"PowerMode.Charged": 4,
|
|
495
|
+
"PowerMode.Charging": 3,
|
|
496
|
+
"PowerMode.Discharged": 1,
|
|
497
|
+
"PowerMode.Discharging": 2,
|
|
498
|
+
"PowerMode.Idle": 0,
|
|
499
|
+
"PrinterInstruction.DeviceSetLock": 6,
|
|
500
|
+
"PrinterInstruction.EjectAllReagents": 8,
|
|
501
|
+
"PrinterInstruction.EjectReagent": 7,
|
|
502
|
+
"PrinterInstruction.ExecuteRecipe": 2,
|
|
503
|
+
"PrinterInstruction.JumpIfNextInvalid": 4,
|
|
504
|
+
"PrinterInstruction.JumpToAddress": 5,
|
|
505
|
+
"PrinterInstruction.MissingRecipeReagent": 9,
|
|
506
|
+
"PrinterInstruction.None": 0,
|
|
507
|
+
"PrinterInstruction.StackPointer": 1,
|
|
508
|
+
"PrinterInstruction.WaitUntilNextValid": 3,
|
|
509
|
+
"ReEntryProfile.High": 3,
|
|
510
|
+
"ReEntryProfile.Low": 1,
|
|
511
|
+
"ReEntryProfile.Max": 4,
|
|
512
|
+
"ReEntryProfile.Medium": 2,
|
|
513
|
+
"ReEntryProfile.None": 0,
|
|
514
|
+
"RobotMode.Follow": 1,
|
|
515
|
+
"RobotMode.MoveToTarget": 2,
|
|
516
|
+
"RobotMode.None": 0,
|
|
517
|
+
"RobotMode.PathToTarget": 5,
|
|
518
|
+
"RobotMode.Roam": 3,
|
|
519
|
+
"RobotMode.StorageFull": 6,
|
|
520
|
+
"RobotMode.Unload": 4,
|
|
521
|
+
"RocketMode.Chart": 5,
|
|
522
|
+
"RocketMode.Deploy": 6,
|
|
523
|
+
"RocketMode.Discover": 4,
|
|
524
|
+
"RocketMode.Invalid": 0,
|
|
525
|
+
"RocketMode.Mine": 2,
|
|
526
|
+
"RocketMode.None": 1,
|
|
527
|
+
"RocketMode.SurfaceScan": 7,
|
|
528
|
+
"RocketMode.Survey": 3,
|
|
529
|
+
"RocketMode.Transfer": 8,
|
|
530
|
+
"SettingDisplayMode.Number": 0,
|
|
531
|
+
"SettingDisplayMode.String": 1,
|
|
532
|
+
"ShuttleType.Large": 5,
|
|
533
|
+
"ShuttleType.LargeGas": 6,
|
|
534
|
+
"ShuttleType.LargePlane": 8,
|
|
535
|
+
"ShuttleType.Medium": 3,
|
|
536
|
+
"ShuttleType.MediumGas": 4,
|
|
537
|
+
"ShuttleType.MediumPlane": 7,
|
|
538
|
+
"ShuttleType.None": 0,
|
|
539
|
+
"ShuttleType.Small": 1,
|
|
540
|
+
"ShuttleType.SmallGas": 2,
|
|
541
|
+
"SlotClass.AccessCard": 22,
|
|
542
|
+
"SlotClass.Appliance": 18,
|
|
543
|
+
"SlotClass.AutoInjector": 43,
|
|
544
|
+
"SlotClass.Back": 3,
|
|
545
|
+
"SlotClass.Battery": 14,
|
|
546
|
+
"SlotClass.Belt": 16,
|
|
547
|
+
"SlotClass.Blocked": 38,
|
|
548
|
+
"SlotClass.Bottle": 25,
|
|
549
|
+
"SlotClass.Cartridge": 21,
|
|
550
|
+
"SlotClass.Circuit": 24,
|
|
551
|
+
"SlotClass.Circuitboard": 7,
|
|
552
|
+
"SlotClass.Crate": 40,
|
|
553
|
+
"SlotClass.CreditCard": 28,
|
|
554
|
+
"SlotClass.DataDisk": 8,
|
|
555
|
+
"SlotClass.DirtCanister": 29,
|
|
556
|
+
"SlotClass.DrillHead": 35,
|
|
557
|
+
"SlotClass.Egg": 15,
|
|
558
|
+
"SlotClass.Entity": 13,
|
|
559
|
+
"SlotClass.Flare": 37,
|
|
560
|
+
"SlotClass.GasCanister": 5,
|
|
561
|
+
"SlotClass.GasFilter": 4,
|
|
562
|
+
"SlotClass.Glasses": 27,
|
|
563
|
+
"SlotClass.Helmet": 1,
|
|
564
|
+
"SlotClass.Ingot": 19,
|
|
565
|
+
"SlotClass.LiquidBottle": 32,
|
|
566
|
+
"SlotClass.LiquidCanister": 31,
|
|
567
|
+
"SlotClass.Magazine": 23,
|
|
568
|
+
"SlotClass.Motherboard": 6,
|
|
569
|
+
"SlotClass.None": 0,
|
|
570
|
+
"SlotClass.Ore": 10,
|
|
571
|
+
"SlotClass.Organ": 9,
|
|
572
|
+
"SlotClass.Plant": 11,
|
|
573
|
+
"SlotClass.Portables": 41,
|
|
574
|
+
"SlotClass.ProgrammableChip": 26,
|
|
575
|
+
"SlotClass.RocketPayload": 42,
|
|
576
|
+
"SlotClass.ScanningHead": 36,
|
|
577
|
+
"SlotClass.SensorProcessingUnit": 30,
|
|
578
|
+
"SlotClass.SoundCartridge": 34,
|
|
579
|
+
"SlotClass.Suit": 2,
|
|
580
|
+
"SlotClass.SuitMod": 39,
|
|
581
|
+
"SlotClass.Tool": 17,
|
|
582
|
+
"SlotClass.Torpedo": 20,
|
|
583
|
+
"SlotClass.Uniform": 12,
|
|
584
|
+
"SlotClass.Wreckage": 33,
|
|
585
|
+
"SorterInstruction.FilterPrefabHashEquals": 1,
|
|
586
|
+
"SorterInstruction.FilterPrefabHashNotEquals": 2,
|
|
587
|
+
"SorterInstruction.FilterQuantityCompare": 5,
|
|
588
|
+
"SorterInstruction.FilterSlotTypeCompare": 4,
|
|
589
|
+
"SorterInstruction.FilterSortingClassCompare": 3,
|
|
590
|
+
"SorterInstruction.LimitNextExecutionByCount": 6,
|
|
591
|
+
"SorterInstruction.None": 0,
|
|
592
|
+
"SortingClass.Appliances": 6,
|
|
593
|
+
"SortingClass.Atmospherics": 7,
|
|
594
|
+
"SortingClass.Clothing": 5,
|
|
595
|
+
"SortingClass.Default": 0,
|
|
596
|
+
"SortingClass.Food": 4,
|
|
597
|
+
"SortingClass.Ices": 10,
|
|
598
|
+
"SortingClass.Kits": 1,
|
|
599
|
+
"SortingClass.Ores": 9,
|
|
600
|
+
"SortingClass.Resources": 3,
|
|
601
|
+
"SortingClass.Storage": 8,
|
|
602
|
+
"SortingClass.Tools": 2,
|
|
603
|
+
"Sound.AirlockCycling": 22,
|
|
604
|
+
"Sound.Alarm1": 45,
|
|
605
|
+
"Sound.Alarm10": 12,
|
|
606
|
+
"Sound.Alarm11": 13,
|
|
607
|
+
"Sound.Alarm12": 14,
|
|
608
|
+
"Sound.Alarm2": 1,
|
|
609
|
+
"Sound.Alarm3": 2,
|
|
610
|
+
"Sound.Alarm4": 3,
|
|
611
|
+
"Sound.Alarm5": 4,
|
|
612
|
+
"Sound.Alarm6": 5,
|
|
613
|
+
"Sound.Alarm7": 6,
|
|
614
|
+
"Sound.Alarm8": 10,
|
|
615
|
+
"Sound.Alarm9": 11,
|
|
616
|
+
"Sound.Alert": 17,
|
|
617
|
+
"Sound.Danger": 15,
|
|
618
|
+
"Sound.Depressurising": 20,
|
|
619
|
+
"Sound.FireFireFire": 28,
|
|
620
|
+
"Sound.Five": 33,
|
|
621
|
+
"Sound.Floor": 34,
|
|
622
|
+
"Sound.Four": 32,
|
|
623
|
+
"Sound.HaltWhoGoesThere": 27,
|
|
624
|
+
"Sound.HighCarbonDioxide": 44,
|
|
625
|
+
"Sound.IntruderAlert": 19,
|
|
626
|
+
"Sound.LiftOff": 36,
|
|
627
|
+
"Sound.MalfunctionDetected": 26,
|
|
628
|
+
"Sound.Music1": 7,
|
|
629
|
+
"Sound.Music2": 8,
|
|
630
|
+
"Sound.Music3": 9,
|
|
631
|
+
"Sound.None": 0,
|
|
632
|
+
"Sound.One": 29,
|
|
633
|
+
"Sound.PollutantsDetected": 43,
|
|
634
|
+
"Sound.PowerLow": 23,
|
|
635
|
+
"Sound.PressureHigh": 39,
|
|
636
|
+
"Sound.PressureLow": 40,
|
|
637
|
+
"Sound.Pressurising": 21,
|
|
638
|
+
"Sound.RocketLaunching": 35,
|
|
639
|
+
"Sound.StormIncoming": 18,
|
|
640
|
+
"Sound.SystemFailure": 24,
|
|
641
|
+
"Sound.TemperatureHigh": 41,
|
|
642
|
+
"Sound.TemperatureLow": 42,
|
|
643
|
+
"Sound.Three": 31,
|
|
644
|
+
"Sound.TraderIncoming": 37,
|
|
645
|
+
"Sound.TraderLanded": 38,
|
|
646
|
+
"Sound.Two": 30,
|
|
647
|
+
"Sound.Warning": 16,
|
|
648
|
+
"Sound.Welcome": 25,
|
|
649
|
+
"TraderInstruction.FilterGasContains": 17,
|
|
650
|
+
"TraderInstruction.FilterGasNotContains": 18,
|
|
651
|
+
"TraderInstruction.FilterPrefabHashEquals": 13,
|
|
652
|
+
"TraderInstruction.FilterPrefabHashNotEquals": 14,
|
|
653
|
+
"TraderInstruction.FilterQuantityCompare": 16,
|
|
654
|
+
"TraderInstruction.FilterSortingClassCompare": 15,
|
|
655
|
+
"TraderInstruction.None": 0,
|
|
656
|
+
"TraderInstruction.StrongestContactIdHash": 2,
|
|
657
|
+
"TraderInstruction.StrongestContactMetaData": 3,
|
|
658
|
+
"TraderInstruction.StrongestContactSignalData": 4,
|
|
659
|
+
"TraderInstruction.TraderBuyGasData": 9,
|
|
660
|
+
"TraderInstruction.TraderBuyThingChildData": 8,
|
|
661
|
+
"TraderInstruction.TraderBuyThingData": 7,
|
|
662
|
+
"TraderInstruction.TraderSellGasData": 11,
|
|
663
|
+
"TraderInstruction.TraderSellThingChildData": 12,
|
|
664
|
+
"TraderInstruction.TraderSellThingData": 10,
|
|
665
|
+
"TraderInstruction.WriteTraderBuyData": 5,
|
|
666
|
+
"TraderInstruction.WriteTraderData": 1,
|
|
667
|
+
"TraderInstruction.WriteTraderSellData": 6,
|
|
668
|
+
"TransmitterMode.Active": 1,
|
|
669
|
+
"TransmitterMode.Passive": 0,
|
|
670
|
+
"Vent.Inward": 1,
|
|
671
|
+
"Vent.Outward": 0,
|
|
672
|
+
"deg2rad": 0.01745329238474369,
|
|
673
|
+
"epsilon": 5e-324,
|
|
674
|
+
"nan": "NaN",
|
|
675
|
+
"ninf": "-Infinity",
|
|
676
|
+
"pi": 3.141592653589793,
|
|
677
|
+
"pinf": "Infinity",
|
|
678
|
+
"rad2deg": 57.295780181884766,
|
|
679
|
+
"rgas": 8.31446261815324,
|
|
680
|
+
"tau": 6.283185307179586
|
|
681
|
+
};
|
|
682
|
+
export default data;
|