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