@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,6 @@
1
+ export { default as colors } from './colors.js';
2
+ export { default as constants } from './constants.js';
3
+ export { default as consts } from './consts.js';
4
+ export { default as data } from './data.js';
5
+ export { default as instructions } from './instructions.js';
6
+ export { default as tags } from './tags.js';
@@ -0,0 +1,6 @@
1
+ export { default as colors } from './colors.js';
2
+ export { default as constants } from './constants.js';
3
+ export { default as consts } from './consts.js';
4
+ export { default as data } from './data.js';
5
+ export { default as instructions } from './instructions.js';
6
+ export { default as tags } from './tags.js';
@@ -0,0 +1,2 @@
1
+ declare const data: {};
2
+ export default data;
@@ -0,0 +1,3 @@
1
+ // AUTO-GENERATED from metadata/stationpedia/CN/instructions.json. DO NOT EDIT.
2
+ const data = {};
3
+ export default data;
@@ -0,0 +1,2 @@
1
+ declare const data: readonly ["Gas", "GasCanister", "GasFilter", "HasImage", "HasPrefab", "HasVolume", "Item", "Kit", "Page", "Stackable"];
2
+ export default data;
@@ -0,0 +1,14 @@
1
+ // AUTO-GENERATED from metadata/stationpedia/CN/tags.json. DO NOT EDIT.
2
+ const data = [
3
+ "Gas",
4
+ "GasCanister",
5
+ "GasFilter",
6
+ "HasImage",
7
+ "HasPrefab",
8
+ "HasVolume",
9
+ "Item",
10
+ "Kit",
11
+ "Page",
12
+ "Stackable"
13
+ ];
14
+ export default data;
@@ -0,0 +1,67 @@
1
+ declare const data: {
2
+ readonly ColorBlack: {
3
+ readonly Hex: "080908";
4
+ readonly RGB: readonly [0.03137255, 0.03529412, 0.03137255];
5
+ };
6
+ readonly ColorBlue: {
7
+ readonly Hex: "212AA5";
8
+ readonly RGB: readonly [0.129411772, 0.164705887, 0.647058845];
9
+ };
10
+ readonly ColorBronze: {
11
+ readonly Hex: "B87340";
12
+ readonly RGB: readonly [0.72, 0.45, 0.25];
13
+ };
14
+ readonly ColorBrown: {
15
+ readonly Hex: "633C2B";
16
+ readonly RGB: readonly [0.3882353, 0.235294119, 0.168627456];
17
+ };
18
+ readonly ColorGold: {
19
+ readonly Hex: "D4B052";
20
+ readonly RGB: readonly [0.83, 0.69, 0.32];
21
+ };
22
+ readonly ColorGray: {
23
+ readonly Hex: "7B7B7B";
24
+ readonly RGB: readonly [0.482352942, 0.482352942, 0.482352942];
25
+ };
26
+ readonly ColorGreen: {
27
+ readonly Hex: "3F9B39";
28
+ readonly RGB: readonly [0.247058824, 0.607843161, 0.223529413];
29
+ };
30
+ readonly ColorKhaki: {
31
+ readonly Hex: "63633F";
32
+ readonly RGB: readonly [0.3882353, 0.3882353, 0.247058824];
33
+ };
34
+ readonly ColorObsidian: {
35
+ readonly Hex: "666B75";
36
+ readonly RGB: readonly [0.4, 0.42, 0.46];
37
+ };
38
+ readonly ColorOrange: {
39
+ readonly Hex: "FF662B";
40
+ readonly RGB: readonly [1, 0.4, 0.168627456];
41
+ };
42
+ readonly ColorPink: {
43
+ readonly Hex: "E41C99";
44
+ readonly RGB: readonly [0.894117653, 0.109803922, 0.6];
45
+ };
46
+ readonly ColorPurple: {
47
+ readonly Hex: "732CA7";
48
+ readonly RGB: readonly [0.4509804, 0.172549024, 0.654902];
49
+ };
50
+ readonly ColorRed: {
51
+ readonly Hex: "E70200";
52
+ readonly RGB: readonly [0.905882359, 0.007843138, 0];
53
+ };
54
+ readonly ColorSilver: {
55
+ readonly Hex: "DBDEE6";
56
+ readonly RGB: readonly [0.86, 0.87, 0.9];
57
+ };
58
+ readonly ColorWhite: {
59
+ readonly Hex: "E7E7E7";
60
+ readonly RGB: readonly [0.905882359, 0.905882359, 0.905882359];
61
+ };
62
+ readonly ColorYellow: {
63
+ readonly Hex: "FFBC1B";
64
+ readonly RGB: readonly [1, 0.7372549, 0.105882354];
65
+ };
66
+ };
67
+ export default data;
@@ -0,0 +1,132 @@
1
+ // AUTO-GENERATED from metadata/stationpedia/EN/colors.json. DO NOT EDIT.
2
+ const data = {
3
+ "ColorBlack": {
4
+ "Hex": "080908",
5
+ "RGB": [
6
+ 0.03137255,
7
+ 0.03529412,
8
+ 0.03137255
9
+ ]
10
+ },
11
+ "ColorBlue": {
12
+ "Hex": "212AA5",
13
+ "RGB": [
14
+ 0.129411772,
15
+ 0.164705887,
16
+ 0.647058845
17
+ ]
18
+ },
19
+ "ColorBronze": {
20
+ "Hex": "B87340",
21
+ "RGB": [
22
+ 0.72,
23
+ 0.45,
24
+ 0.25
25
+ ]
26
+ },
27
+ "ColorBrown": {
28
+ "Hex": "633C2B",
29
+ "RGB": [
30
+ 0.3882353,
31
+ 0.235294119,
32
+ 0.168627456
33
+ ]
34
+ },
35
+ "ColorGold": {
36
+ "Hex": "D4B052",
37
+ "RGB": [
38
+ 0.83,
39
+ 0.69,
40
+ 0.32
41
+ ]
42
+ },
43
+ "ColorGray": {
44
+ "Hex": "7B7B7B",
45
+ "RGB": [
46
+ 0.482352942,
47
+ 0.482352942,
48
+ 0.482352942
49
+ ]
50
+ },
51
+ "ColorGreen": {
52
+ "Hex": "3F9B39",
53
+ "RGB": [
54
+ 0.247058824,
55
+ 0.607843161,
56
+ 0.223529413
57
+ ]
58
+ },
59
+ "ColorKhaki": {
60
+ "Hex": "63633F",
61
+ "RGB": [
62
+ 0.3882353,
63
+ 0.3882353,
64
+ 0.247058824
65
+ ]
66
+ },
67
+ "ColorObsidian": {
68
+ "Hex": "666B75",
69
+ "RGB": [
70
+ 0.4,
71
+ 0.42,
72
+ 0.46
73
+ ]
74
+ },
75
+ "ColorOrange": {
76
+ "Hex": "FF662B",
77
+ "RGB": [
78
+ 1,
79
+ 0.4,
80
+ 0.168627456
81
+ ]
82
+ },
83
+ "ColorPink": {
84
+ "Hex": "E41C99",
85
+ "RGB": [
86
+ 0.894117653,
87
+ 0.109803922,
88
+ 0.6
89
+ ]
90
+ },
91
+ "ColorPurple": {
92
+ "Hex": "732CA7",
93
+ "RGB": [
94
+ 0.4509804,
95
+ 0.172549024,
96
+ 0.654902
97
+ ]
98
+ },
99
+ "ColorRed": {
100
+ "Hex": "E70200",
101
+ "RGB": [
102
+ 0.905882359,
103
+ 0.007843138,
104
+ 0
105
+ ]
106
+ },
107
+ "ColorSilver": {
108
+ "Hex": "DBDEE6",
109
+ "RGB": [
110
+ 0.86,
111
+ 0.87,
112
+ 0.9
113
+ ]
114
+ },
115
+ "ColorWhite": {
116
+ "Hex": "E7E7E7",
117
+ "RGB": [
118
+ 0.905882359,
119
+ 0.905882359,
120
+ 0.905882359
121
+ ]
122
+ },
123
+ "ColorYellow": {
124
+ "Hex": "FFBC1B",
125
+ "RGB": [
126
+ 1,
127
+ 0.7372549,
128
+ 0.105882354
129
+ ]
130
+ }
131
+ };
132
+ export default data;
@@ -0,0 +1,3 @@
1
+ export type Data = Record<"AirCon.Cold" | "AirCon.Hot" | "AirControl.Draught" | "AirControl.None" | "AirControl.Offline" | "AirControl.Pressure" | "Color.Black" | "Color.Blue" | "Color.Brown" | "Color.Gray" | "Color.Green" | "Color.Khaki" | "Color.Orange" | "Color.Pink" | "Color.Purple" | "Color.Red" | "Color.White" | "Color.Yellow" | "ConditionOperation.Equals" | "ConditionOperation.Greater" | "ConditionOperation.Less" | "ConditionOperation.NotEquals" | "DaylightSensorMode.Default" | "DaylightSensorMode.Horizontal" | "DaylightSensorMode.Vertical" | "DisplayMode.Celsius" | "DisplayMode.Credits" | "DisplayMode.Days" | "DisplayMode.Default" | "DisplayMode.Degrees" | "DisplayMode.Fahrenheit" | "DisplayMode.Kelvin" | "DisplayMode.Litres" | "DisplayMode.Meters" | "DisplayMode.Minutes" | "DisplayMode.Mol" | "DisplayMode.Newtons" | "DisplayMode.Pa" | "DisplayMode.Percent" | "DisplayMode.Power" | "DisplayMode.Seconds" | "DisplayMode.String" | "ElevatorMode.Downward" | "ElevatorMode.Stationary" | "ElevatorMode.Upward" | "EntityState.Alive" | "EntityState.Dead" | "EntityState.Decay" | "EntityState.Unconscious" | "FiltrationMode.Active" | "FiltrationMode.Idle" | "GasType.Air" | "GasType.CarbonDioxide" | "GasType.Fuel" | "GasType.Helium" | "GasType.Hydrazine" | "GasType.HydrochloricAcid" | "GasType.Hydrogen" | "GasType.LiquidAlcohol" | "GasType.LiquidCarbonDioxide" | "GasType.LiquidHydrazine" | "GasType.LiquidHydrochloricAcid" | "GasType.LiquidHydrogen" | "GasType.LiquidMethane" | "GasType.LiquidNitrogen" | "GasType.LiquidNitrousOxide" | "GasType.LiquidOxygen" | "GasType.LiquidOzone" | "GasType.LiquidPollutant" | "GasType.LiquidSilanol" | "GasType.LiquidSodiumChloride" | "GasType.Methane" | "GasType.Nitrogen" | "GasType.NitrousOxide" | "GasType.Oxygen" | "GasType.Ozone" | "GasType.Pollutant" | "GasType.PollutedWater" | "GasType.Silanol" | "GasType.Steam" | "GasType.Undefined" | "GasType.Water" | "HashType.GasLiquid" | "HashType.Prefab" | "LogicBatchMethod.Average" | "LogicBatchMethod.Count" | "LogicBatchMethod.Maximum" | "LogicBatchMethod.Minimum" | "LogicBatchMethod.Sum" | "LogicReagentMode.Contents" | "LogicReagentMode.Recipe" | "LogicReagentMode.Required" | "LogicReagentMode.TotalContents" | "LogicSlotType.Charge" | "LogicSlotType.ChargeRatio" | "LogicSlotType.Class" | "LogicSlotType.Damage" | "LogicSlotType.Efficiency" | "LogicSlotType.FilterType" | "LogicSlotType.FreeSlots" | "LogicSlotType.Growth" | "LogicSlotType.HarvestedHash" | "LogicSlotType.Health" | "LogicSlotType.LineNumber" | "LogicSlotType.Lock" | "LogicSlotType.Mature" | "LogicSlotType.MaturityRatio" | "LogicSlotType.MaxQuantity" | "LogicSlotType.Mode" | "LogicSlotType.None" | "LogicSlotType.OccupantHash" | "LogicSlotType.Occupied" | "LogicSlotType.On" | "LogicSlotType.Open" | "LogicSlotType.PrefabHash" | "LogicSlotType.Pressure" | "LogicSlotType.PressureAir" | "LogicSlotType.PressureWaste" | "LogicSlotType.Quantity" | "LogicSlotType.ReferenceId" | "LogicSlotType.Seeding" | "LogicSlotType.SeedingRatio" | "LogicSlotType.SortingClass" | "LogicSlotType.Temperature" | "LogicSlotType.TotalSlots" | "LogicSlotType.Volume" | "LogicType.Acceleration" | "LogicType.Activate" | "LogicType.AirRelease" | "LogicType.AlignmentError" | "LogicType.Altitude" | "LogicType.Apex" | "LogicType.AutoLand" | "LogicType.AutoShutOff" | "LogicType.BestContactFilter" | "LogicType.Bpm" | "LogicType.BurnTimeRemaining" | "LogicType.CelestialHash" | "LogicType.CelestialParentHash" | "LogicType.Channel0" | "LogicType.Channel1" | "LogicType.Channel2" | "LogicType.Channel3" | "LogicType.Channel4" | "LogicType.Channel5" | "LogicType.Channel6" | "LogicType.Channel7" | "LogicType.Charge" | "LogicType.Chart" | "LogicType.ChartedNavPoints" | "LogicType.ClearMemory" | "LogicType.CollectableGoods" | "LogicType.Color" | "LogicType.Combustion" | "LogicType.CombustionInput" | "LogicType.CombustionInput2" | "LogicType.CombustionLimiter" | "LogicType.CombustionOutput" | "LogicType.CombustionOutput2" | "LogicType.CompletionRatio" | "LogicType.ContactSlotIndex" | "LogicType.ContactTypeId" | "LogicType.CurrentCode" | "LogicType.CurrentNodeType" | "LogicType.CurrentResearchPodType" | "LogicType.Density" | "LogicType.DerivativeGain" | "LogicType.DestinationCode" | "LogicType.Discover" | "LogicType.Dispense" | "LogicType.DispenseSlot" | "LogicType.DistanceAu" | "LogicType.DistanceKm" | "LogicType.DrillCondition" | "LogicType.DryMass" | "LogicType.Eccentricity" | "LogicType.ElevatorLevel" | "LogicType.ElevatorSpeed" | "LogicType.EnergyConvected" | "LogicType.EnergyRadiated" | "LogicType.EntityState" | "LogicType.EnvironmentEfficiency" | "LogicType.Error" | "LogicType.ExhaustVelocity" | "LogicType.ExportCount" | "LogicType.ExportQuantity" | "LogicType.ExportSlotHash" | "LogicType.ExportSlotOccupant" | "LogicType.Extended" | "LogicType.Filtration" | "LogicType.FlightControlRule" | "LogicType.Flush" | "LogicType.ForceWrite" | "LogicType.ForwardX" | "LogicType.ForwardY" | "LogicType.ForwardZ" | "LogicType.Fuel" | "LogicType.Gravity" | "LogicType.Harvest" | "LogicType.HealthDamage" | "LogicType.Horizontal" | "LogicType.HorizontalRatio" | "LogicType.Idle" | "LogicType.ImportCount" | "LogicType.ImportQuantity" | "LogicType.ImportSlotHash" | "LogicType.ImportSlotOccupant" | "LogicType.Inclination" | "LogicType.Index" | "LogicType.IntegralGain" | "LogicType.InterrogationProgress" | "LogicType.LineNumber" | "LogicType.Lock" | "LogicType.ManualResearchRequiredPod" | "LogicType.Mass" | "LogicType.Maximum" | "LogicType.MineablesInQueue" | "LogicType.MineablesInVicinity" | "LogicType.MinedQuantity" | "LogicType.Minimum" | "LogicType.MinimumWattsToContact" | "LogicType.Mode" | "LogicType.NameHash" | "LogicType.NavPoints" | "LogicType.NetworkFault" | "LogicType.NextWeatherEventTime" | "LogicType.NextWeatherHash" | "LogicType.None" | "LogicType.On" | "LogicType.Open" | "LogicType.OperationalTemperatureEfficiency" | "LogicType.OrbitPeriod" | "LogicType.Orientation" | "LogicType.Output" | "LogicType.PassedMoles" | "LogicType.Plant" | "LogicType.PlantEfficiency1" | "LogicType.PlantEfficiency2" | "LogicType.PlantEfficiency3" | "LogicType.PlantEfficiency4" | "LogicType.PlantGrowth1" | "LogicType.PlantGrowth2" | "LogicType.PlantGrowth3" | "LogicType.PlantGrowth4" | "LogicType.PlantHash1" | "LogicType.PlantHash2" | "LogicType.PlantHash3" | "LogicType.PlantHash4" | "LogicType.PlantHealth1" | "LogicType.PlantHealth2" | "LogicType.PlantHealth3" | "LogicType.PlantHealth4" | "LogicType.PositionX" | "LogicType.PositionY" | "LogicType.PositionZ" | "LogicType.Power" | "LogicType.PowerActual" | "LogicType.PowerGeneration" | "LogicType.PowerPotential" | "LogicType.PowerRequired" | "LogicType.PrefabHash" | "LogicType.Pressure" | "LogicType.PressureEfficiency" | "LogicType.PressureExternal" | "LogicType.PressureInput" | "LogicType.PressureInput2" | "LogicType.PressureInternal" | "LogicType.PressureOutput" | "LogicType.PressureOutput2" | "LogicType.PressureSetting" | "LogicType.Progress" | "LogicType.ProportionalGain" | "LogicType.Quantity" | "LogicType.Ratio" | "LogicType.RatioCarbonDioxide" | "LogicType.RatioCarbonDioxideInput" | "LogicType.RatioCarbonDioxideInput2" | "LogicType.RatioCarbonDioxideOutput" | "LogicType.RatioCarbonDioxideOutput2" | "LogicType.RatioHelium" | "LogicType.RatioHeliumInput" | "LogicType.RatioHeliumInput2" | "LogicType.RatioHeliumOutput" | "LogicType.RatioHeliumOutput2" | "LogicType.RatioHydrazine" | "LogicType.RatioHydrazineInput" | "LogicType.RatioHydrazineInput2" | "LogicType.RatioHydrazineOutput" | "LogicType.RatioHydrazineOutput2" | "LogicType.RatioHydrochloricAcid" | "LogicType.RatioHydrochloricAcidInput" | "LogicType.RatioHydrochloricAcidInput2" | "LogicType.RatioHydrochloricAcidOutput" | "LogicType.RatioHydrochloricAcidOutput2" | "LogicType.RatioHydrogen" | "LogicType.RatioHydrogenInput" | "LogicType.RatioHydrogenInput2" | "LogicType.RatioHydrogenOutput" | "LogicType.RatioHydrogenOutput2" | "LogicType.RatioLiquidAlcohol" | "LogicType.RatioLiquidAlcoholInput" | "LogicType.RatioLiquidAlcoholInput2" | "LogicType.RatioLiquidAlcoholOutput" | "LogicType.RatioLiquidAlcoholOutput2" | "LogicType.RatioLiquidCarbonDioxide" | "LogicType.RatioLiquidCarbonDioxideInput" | "LogicType.RatioLiquidCarbonDioxideInput2" | "LogicType.RatioLiquidCarbonDioxideOutput" | "LogicType.RatioLiquidCarbonDioxideOutput2" | "LogicType.RatioLiquidHydrazine" | "LogicType.RatioLiquidHydrazineInput" | "LogicType.RatioLiquidHydrazineInput2" | "LogicType.RatioLiquidHydrazineOutput" | "LogicType.RatioLiquidHydrazineOutput2" | "LogicType.RatioLiquidHydrochloricAcid" | "LogicType.RatioLiquidHydrochloricAcidInput" | "LogicType.RatioLiquidHydrochloricAcidInput2" | "LogicType.RatioLiquidHydrochloricAcidOutput" | "LogicType.RatioLiquidHydrochloricAcidOutput2" | "LogicType.RatioLiquidHydrogen" | "LogicType.RatioLiquidHydrogenInput" | "LogicType.RatioLiquidHydrogenInput2" | "LogicType.RatioLiquidHydrogenOutput" | "LogicType.RatioLiquidHydrogenOutput2" | "LogicType.RatioLiquidMethane" | "LogicType.RatioLiquidMethaneInput" | "LogicType.RatioLiquidMethaneInput2" | "LogicType.RatioLiquidMethaneOutput" | "LogicType.RatioLiquidMethaneOutput2" | "LogicType.RatioLiquidNitrogen" | "LogicType.RatioLiquidNitrogenInput" | "LogicType.RatioLiquidNitrogenInput2" | "LogicType.RatioLiquidNitrogenOutput" | "LogicType.RatioLiquidNitrogenOutput2" | "LogicType.RatioLiquidNitrousOxide" | "LogicType.RatioLiquidNitrousOxideInput" | "LogicType.RatioLiquidNitrousOxideInput2" | "LogicType.RatioLiquidNitrousOxideOutput" | "LogicType.RatioLiquidNitrousOxideOutput2" | "LogicType.RatioLiquidOxygen" | "LogicType.RatioLiquidOxygenInput" | "LogicType.RatioLiquidOxygenInput2" | "LogicType.RatioLiquidOxygenOutput" | "LogicType.RatioLiquidOxygenOutput2" | "LogicType.RatioLiquidOzone" | "LogicType.RatioLiquidOzoneInput" | "LogicType.RatioLiquidOzoneInput2" | "LogicType.RatioLiquidOzoneOutput" | "LogicType.RatioLiquidOzoneOutput2" | "LogicType.RatioLiquidPollutant" | "LogicType.RatioLiquidPollutantInput" | "LogicType.RatioLiquidPollutantInput2" | "LogicType.RatioLiquidPollutantOutput" | "LogicType.RatioLiquidPollutantOutput2" | "LogicType.RatioLiquidSilanol" | "LogicType.RatioLiquidSilanolInput" | "LogicType.RatioLiquidSilanolInput2" | "LogicType.RatioLiquidSilanolOutput" | "LogicType.RatioLiquidSilanolOutput2" | "LogicType.RatioLiquidSodiumChloride" | "LogicType.RatioLiquidSodiumChlorideInput" | "LogicType.RatioLiquidSodiumChlorideInput2" | "LogicType.RatioLiquidSodiumChlorideOutput" | "LogicType.RatioLiquidSodiumChlorideOutput2" | "LogicType.RatioMethane" | "LogicType.RatioMethaneInput" | "LogicType.RatioMethaneInput2" | "LogicType.RatioMethaneOutput" | "LogicType.RatioMethaneOutput2" | "LogicType.RatioNitrogen" | "LogicType.RatioNitrogenInput" | "LogicType.RatioNitrogenInput2" | "LogicType.RatioNitrogenOutput" | "LogicType.RatioNitrogenOutput2" | "LogicType.RatioNitrousOxide" | "LogicType.RatioNitrousOxideInput" | "LogicType.RatioNitrousOxideInput2" | "LogicType.RatioNitrousOxideOutput" | "LogicType.RatioNitrousOxideOutput2" | "LogicType.RatioOxygen" | "LogicType.RatioOxygenInput" | "LogicType.RatioOxygenInput2" | "LogicType.RatioOxygenOutput" | "LogicType.RatioOxygenOutput2" | "LogicType.RatioOzone" | "LogicType.RatioOzoneInput" | "LogicType.RatioOzoneInput2" | "LogicType.RatioOzoneOutput" | "LogicType.RatioOzoneOutput2" | "LogicType.RatioPollutant" | "LogicType.RatioPollutantInput" | "LogicType.RatioPollutantInput2" | "LogicType.RatioPollutantOutput" | "LogicType.RatioPollutantOutput2" | "LogicType.RatioPollutedWater" | "LogicType.RatioPollutedWaterInput" | "LogicType.RatioPollutedWaterInput2" | "LogicType.RatioPollutedWaterOutput" | "LogicType.RatioPollutedWaterOutput2" | "LogicType.RatioSilanol" | "LogicType.RatioSilanolInput" | "LogicType.RatioSilanolInput2" | "LogicType.RatioSilanolOutput" | "LogicType.RatioSilanolOutput2" | "LogicType.RatioSteam" | "LogicType.RatioSteamInput" | "LogicType.RatioSteamInput2" | "LogicType.RatioSteamOutput" | "LogicType.RatioSteamOutput2" | "LogicType.RatioWater" | "LogicType.RatioWaterInput" | "LogicType.RatioWaterInput2" | "LogicType.RatioWaterOutput" | "LogicType.RatioWaterOutput2" | "LogicType.ReEntryAltitude" | "LogicType.Reagents" | "LogicType.RecipeHash" | "LogicType.ReferenceId" | "LogicType.RequestHash" | "LogicType.RequiredPower" | "LogicType.Reset" | "LogicType.ReturnFuelCost" | "LogicType.Richness" | "LogicType.Rpm" | "LogicType.SemiMajorAxis" | "LogicType.Setpoint" | "LogicType.Setting" | "LogicType.SettingInput" | "LogicType.SettingOutput" | "LogicType.SignalID" | "LogicType.SignalStrength" | "LogicType.Sites" | "LogicType.Size" | "LogicType.SizeX" | "LogicType.SizeY" | "LogicType.SizeZ" | "LogicType.SolarAngle" | "LogicType.SolarIrradiance" | "LogicType.SoundAlert" | "LogicType.StackSize" | "LogicType.Stress" | "LogicType.StunDamage" | "LogicType.Survey" | "LogicType.TargetNodeType" | "LogicType.TargetPadIndex" | "LogicType.TargetPrefabHash" | "LogicType.TargetSlotIndex" | "LogicType.TargetX" | "LogicType.TargetY" | "LogicType.TargetZ" | "LogicType.Temperature" | "LogicType.TemperatureDifferentialEfficiency" | "LogicType.TemperatureExternal" | "LogicType.TemperatureInput" | "LogicType.TemperatureInput2" | "LogicType.TemperatureOutput" | "LogicType.TemperatureOutput2" | "LogicType.TemperatureSetting" | "LogicType.Throttle" | "LogicType.Thrust" | "LogicType.ThrustToWeight" | "LogicType.Time" | "LogicType.TimeToDestination" | "LogicType.TotalMoles" | "LogicType.TotalMolesInput" | "LogicType.TotalMolesInput2" | "LogicType.TotalMolesOutput" | "LogicType.TotalMolesOutput2" | "LogicType.TotalQuantity" | "LogicType.TrueAnomaly" | "LogicType.VelocityMagnitude" | "LogicType.VelocityRelativeX" | "LogicType.VelocityRelativeY" | "LogicType.VelocityRelativeZ" | "LogicType.VelocityX" | "LogicType.VelocityY" | "LogicType.VelocityZ" | "LogicType.Vertical" | "LogicType.VerticalRatio" | "LogicType.Volume" | "LogicType.VolumeOfLiquid" | "LogicType.WattsReachingContact" | "LogicType.Weight" | "LogicType.WorkingGasEfficiency" | "NodeType.Entry" | "NodeType.Generated" | "NodeType.LaunchPad" | "NodeType.LowOrbitHub" | "NodeType.LowOrbitLaunchPad" | "NodeType.None" | "NodeType.Static" | "PowerMode.Charged" | "PowerMode.Charging" | "PowerMode.Discharged" | "PowerMode.Discharging" | "PowerMode.Idle" | "PrinterInstruction.DeviceSetLock" | "PrinterInstruction.EjectAllReagents" | "PrinterInstruction.EjectReagent" | "PrinterInstruction.ExecuteRecipe" | "PrinterInstruction.JumpIfNextInvalid" | "PrinterInstruction.JumpToAddress" | "PrinterInstruction.MissingRecipeReagent" | "PrinterInstruction.None" | "PrinterInstruction.StackPointer" | "PrinterInstruction.WaitUntilNextValid" | "ReEntryProfile.High" | "ReEntryProfile.Low" | "ReEntryProfile.Max" | "ReEntryProfile.Medium" | "ReEntryProfile.None" | "RobotMode.Follow" | "RobotMode.MoveToTarget" | "RobotMode.None" | "RobotMode.PathToTarget" | "RobotMode.Roam" | "RobotMode.StorageFull" | "RobotMode.Unload" | "RocketMode.Chart" | "RocketMode.Deploy" | "RocketMode.Discover" | "RocketMode.Invalid" | "RocketMode.Mine" | "RocketMode.None" | "RocketMode.SurfaceScan" | "RocketMode.Survey" | "RocketMode.Transfer" | "SettingDisplayMode.Number" | "SettingDisplayMode.String" | "ShuttleType.Large" | "ShuttleType.LargeGas" | "ShuttleType.LargePlane" | "ShuttleType.Medium" | "ShuttleType.MediumGas" | "ShuttleType.MediumPlane" | "ShuttleType.None" | "ShuttleType.Small" | "ShuttleType.SmallGas" | "SlotClass.AccessCard" | "SlotClass.Appliance" | "SlotClass.AutoInjector" | "SlotClass.Back" | "SlotClass.Battery" | "SlotClass.Belt" | "SlotClass.Blocked" | "SlotClass.Bottle" | "SlotClass.Cartridge" | "SlotClass.Circuit" | "SlotClass.Circuitboard" | "SlotClass.Crate" | "SlotClass.CreditCard" | "SlotClass.DataDisk" | "SlotClass.DirtCanister" | "SlotClass.DrillHead" | "SlotClass.Egg" | "SlotClass.Entity" | "SlotClass.Flare" | "SlotClass.GasCanister" | "SlotClass.GasFilter" | "SlotClass.Glasses" | "SlotClass.Helmet" | "SlotClass.Ingot" | "SlotClass.LiquidBottle" | "SlotClass.LiquidCanister" | "SlotClass.Magazine" | "SlotClass.Motherboard" | "SlotClass.None" | "SlotClass.Ore" | "SlotClass.Organ" | "SlotClass.Plant" | "SlotClass.Portables" | "SlotClass.ProgrammableChip" | "SlotClass.RocketPayload" | "SlotClass.ScanningHead" | "SlotClass.SensorProcessingUnit" | "SlotClass.SoundCartridge" | "SlotClass.Suit" | "SlotClass.SuitMod" | "SlotClass.Tool" | "SlotClass.Torpedo" | "SlotClass.Uniform" | "SlotClass.Wreckage" | "SorterInstruction.FilterPrefabHashEquals" | "SorterInstruction.FilterPrefabHashNotEquals" | "SorterInstruction.FilterQuantityCompare" | "SorterInstruction.FilterSlotTypeCompare" | "SorterInstruction.FilterSortingClassCompare" | "SorterInstruction.LimitNextExecutionByCount" | "SorterInstruction.None" | "SortingClass.Appliances" | "SortingClass.Atmospherics" | "SortingClass.Clothing" | "SortingClass.Default" | "SortingClass.Food" | "SortingClass.Ices" | "SortingClass.Kits" | "SortingClass.Ores" | "SortingClass.Resources" | "SortingClass.Storage" | "SortingClass.Tools" | "Sound.AirlockCycling" | "Sound.Alarm1" | "Sound.Alarm10" | "Sound.Alarm11" | "Sound.Alarm12" | "Sound.Alarm2" | "Sound.Alarm3" | "Sound.Alarm4" | "Sound.Alarm5" | "Sound.Alarm6" | "Sound.Alarm7" | "Sound.Alarm8" | "Sound.Alarm9" | "Sound.Alert" | "Sound.Danger" | "Sound.Depressurising" | "Sound.FireFireFire" | "Sound.Five" | "Sound.Floor" | "Sound.Four" | "Sound.HaltWhoGoesThere" | "Sound.HighCarbonDioxide" | "Sound.IntruderAlert" | "Sound.LiftOff" | "Sound.MalfunctionDetected" | "Sound.Music1" | "Sound.Music2" | "Sound.Music3" | "Sound.None" | "Sound.One" | "Sound.PollutantsDetected" | "Sound.PowerLow" | "Sound.PressureHigh" | "Sound.PressureLow" | "Sound.Pressurising" | "Sound.RocketLaunching" | "Sound.StormIncoming" | "Sound.SystemFailure" | "Sound.TemperatureHigh" | "Sound.TemperatureLow" | "Sound.Three" | "Sound.TraderIncoming" | "Sound.TraderLanded" | "Sound.Two" | "Sound.Warning" | "Sound.Welcome" | "TraderInstruction.FilterGasContains" | "TraderInstruction.FilterGasNotContains" | "TraderInstruction.FilterPrefabHashEquals" | "TraderInstruction.FilterPrefabHashNotEquals" | "TraderInstruction.FilterQuantityCompare" | "TraderInstruction.FilterSortingClassCompare" | "TraderInstruction.None" | "TraderInstruction.StrongestContactIdHash" | "TraderInstruction.StrongestContactMetaData" | "TraderInstruction.StrongestContactSignalData" | "TraderInstruction.TraderBuyGasData" | "TraderInstruction.TraderBuyThingChildData" | "TraderInstruction.TraderBuyThingData" | "TraderInstruction.TraderSellGasData" | "TraderInstruction.TraderSellThingChildData" | "TraderInstruction.TraderSellThingData" | "TraderInstruction.WriteTraderBuyData" | "TraderInstruction.WriteTraderData" | "TraderInstruction.WriteTraderSellData" | "TransmitterMode.Active" | "TransmitterMode.Passive" | "Vent.Inward" | "Vent.Outward" | "deg2rad" | "epsilon" | "nan" | "ninf" | "pi" | "pinf" | "rad2deg" | "rgas" | "tau", unknown>;
2
+ declare const data: Data;
3
+ export default data;