@shipload/sdk 1.0.0-next.60 → 1.0.0-next.61

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/lib/shipload.m.js CHANGED
@@ -3896,28 +3896,30 @@ const ITEM_WRIGHT_T1A_PACKED = 10213;
3896
3896
  const ITEM_TUG_T1A_PACKED = 10214;
3897
3897
  const ITEM_PORTER_T1A_PACKED = 10215;
3898
3898
  const ITEM_SMITH_T1A_PACKED = 10218;
3899
- const ITEM_PLATE_T2 = 20001;
3900
- const ITEM_FRAME_T2 = 20002;
3901
- const ITEM_PLASMA_CELL_T2 = 20003;
3902
- const ITEM_RESONATOR_T2 = 20004;
3903
- const ITEM_BEAM_T2 = 20005;
3904
- const ITEM_SENSOR_T2 = 20006;
3905
- const ITEM_POLYMER_T2 = 20007;
3906
- const ITEM_CERAMIC_T2 = 20008;
3907
- const ITEM_REACTOR_T2 = 20009;
3908
- const ITEM_RESIN_T2 = 20010;
3909
- const ITEM_ENGINE_T2 = 20100;
3910
- const ITEM_GENERATOR_T2 = 20101;
3911
- const ITEM_GATHERER_T2 = 20102;
3912
- const ITEM_LOADER_T2 = 20103;
3913
- const ITEM_CRAFTER_T2 = 20104;
3914
- const ITEM_HAULER_T2 = 20106;
3915
- const ITEM_WARP_T2 = 20107;
3916
- const ITEM_BUILDER_T2 = 20110;
3917
- const ITEM_CONTAINER_T2_PACKED = 20200;
3918
- const ITEM_PROSPECTOR_T2A_PACKED = 20212;
3919
- const ITEM_PROSPECTOR_T2B_PACKED = 20213;
3920
- const ITEM_DREDGER_T2A_PACKED = 20214;
3899
+ const ITEM_PLATE_T2 = 11001;
3900
+ const ITEM_FRAME_T2 = 11002;
3901
+ const ITEM_PLASMA_CELL_T2 = 11003;
3902
+ const ITEM_RESONATOR_T2 = 11004;
3903
+ const ITEM_BEAM_T2 = 11005;
3904
+ const ITEM_SENSOR_T2 = 11006;
3905
+ const ITEM_POLYMER_T2 = 11007;
3906
+ const ITEM_CERAMIC_T2 = 11008;
3907
+ const ITEM_REACTOR_T2 = 11009;
3908
+ const ITEM_RESIN_T2 = 11010;
3909
+ const ITEM_ENGINE_T2 = 11100;
3910
+ const ITEM_GENERATOR_T2 = 11101;
3911
+ const ITEM_GATHERER_T2 = 11102;
3912
+ const ITEM_LOADER_T2 = 11103;
3913
+ const ITEM_CRAFTER_T2 = 11104;
3914
+ const ITEM_STORAGE_T2 = 11105;
3915
+ const ITEM_HAULER_T2 = 11106;
3916
+ const ITEM_WARP_T2 = 11107;
3917
+ const ITEM_BATTERY_T2 = 11108;
3918
+ const ITEM_BUILDER_T2 = 11110;
3919
+ const ITEM_CONTAINER_T2_PACKED = 11200;
3920
+ const ITEM_PROSPECTOR_T2A_PACKED = 11212;
3921
+ const ITEM_PROSPECTOR_T2B_PACKED = 11213;
3922
+ const ITEM_DREDGER_T2A_PACKED = 11214;
3921
3923
 
3922
3924
  var recipes = [
3923
3925
  {
@@ -4959,6 +4961,56 @@ var recipes = [
4959
4961
  blendWeights: [
4960
4962
  ]
4961
4963
  },
4964
+ {
4965
+ outputItemId: 10208,
4966
+ outputMass: 4800000,
4967
+ inputs: [
4968
+ {
4969
+ itemId: 10006,
4970
+ quantity: 1000
4971
+ },
4972
+ {
4973
+ itemId: 10003,
4974
+ quantity: 1000
4975
+ },
4976
+ {
4977
+ itemId: 10007,
4978
+ quantity: 1000
4979
+ }
4980
+ ],
4981
+ statSlots: [
4982
+ {
4983
+ sources: [
4984
+ ]
4985
+ },
4986
+ {
4987
+ sources: [
4988
+ {
4989
+ inputIndex: 1,
4990
+ statIndex: 0
4991
+ }
4992
+ ]
4993
+ },
4994
+ {
4995
+ sources: [
4996
+ {
4997
+ inputIndex: 0,
4998
+ statIndex: 0
4999
+ }
5000
+ ]
5001
+ },
5002
+ {
5003
+ sources: [
5004
+ {
5005
+ inputIndex: 2,
5006
+ statIndex: 0
5007
+ }
5008
+ ]
5009
+ }
5010
+ ],
5011
+ blendWeights: [
5012
+ ]
5013
+ },
4962
5014
  {
4963
5015
  outputItemId: 10209,
4964
5016
  outputMass: 1900000,
@@ -5642,7 +5694,7 @@ var recipes = [
5642
5694
  sourceSubclass: 10210
5643
5695
  },
5644
5696
  {
5645
- outputItemId: 20001,
5697
+ outputItemId: 11001,
5646
5698
  outputMass: 4800,
5647
5699
  inputs: [
5648
5700
  {
@@ -5680,7 +5732,7 @@ var recipes = [
5680
5732
  ]
5681
5733
  },
5682
5734
  {
5683
- outputItemId: 20002,
5735
+ outputItemId: 11002,
5684
5736
  outputMass: 4800,
5685
5737
  inputs: [
5686
5738
  {
@@ -5730,7 +5782,7 @@ var recipes = [
5730
5782
  ]
5731
5783
  },
5732
5784
  {
5733
- outputItemId: 20003,
5785
+ outputItemId: 11003,
5734
5786
  outputMass: 4800,
5735
5787
  inputs: [
5736
5788
  {
@@ -5768,7 +5820,7 @@ var recipes = [
5768
5820
  ]
5769
5821
  },
5770
5822
  {
5771
- outputItemId: 20004,
5823
+ outputItemId: 11004,
5772
5824
  outputMass: 4800,
5773
5825
  inputs: [
5774
5826
  {
@@ -5810,7 +5862,7 @@ var recipes = [
5810
5862
  ]
5811
5863
  },
5812
5864
  {
5813
- outputItemId: 20005,
5865
+ outputItemId: 11005,
5814
5866
  outputMass: 4800,
5815
5867
  inputs: [
5816
5868
  {
@@ -5852,7 +5904,7 @@ var recipes = [
5852
5904
  ]
5853
5905
  },
5854
5906
  {
5855
- outputItemId: 20006,
5907
+ outputItemId: 11006,
5856
5908
  outputMass: 4800,
5857
5909
  inputs: [
5858
5910
  {
@@ -5890,7 +5942,7 @@ var recipes = [
5890
5942
  ]
5891
5943
  },
5892
5944
  {
5893
- outputItemId: 20007,
5945
+ outputItemId: 11007,
5894
5946
  outputMass: 4800,
5895
5947
  inputs: [
5896
5948
  {
@@ -5928,7 +5980,7 @@ var recipes = [
5928
5980
  ]
5929
5981
  },
5930
5982
  {
5931
- outputItemId: 20008,
5983
+ outputItemId: 11008,
5932
5984
  outputMass: 4800,
5933
5985
  inputs: [
5934
5986
  {
@@ -5958,7 +6010,7 @@ var recipes = [
5958
6010
  ]
5959
6011
  },
5960
6012
  {
5961
- outputItemId: 20009,
6013
+ outputItemId: 11009,
5962
6014
  outputMass: 4800,
5963
6015
  inputs: [
5964
6016
  {
@@ -6008,7 +6060,7 @@ var recipes = [
6008
6060
  ]
6009
6061
  },
6010
6062
  {
6011
- outputItemId: 20010,
6063
+ outputItemId: 11010,
6012
6064
  outputMass: 4800,
6013
6065
  inputs: [
6014
6066
  {
@@ -6050,11 +6102,11 @@ var recipes = [
6050
6102
  ]
6051
6103
  },
6052
6104
  {
6053
- outputItemId: 20100,
6105
+ outputItemId: 11100,
6054
6106
  outputMass: 1536000,
6055
6107
  inputs: [
6056
6108
  {
6057
- itemId: 20003,
6109
+ itemId: 11003,
6058
6110
  quantity: 600
6059
6111
  },
6060
6112
  {
@@ -6092,11 +6144,11 @@ var recipes = [
6092
6144
  ]
6093
6145
  },
6094
6146
  {
6095
- outputItemId: 20101,
6147
+ outputItemId: 11101,
6096
6148
  outputMass: 1536000,
6097
6149
  inputs: [
6098
6150
  {
6099
- itemId: 20004,
6151
+ itemId: 11004,
6100
6152
  quantity: 600
6101
6153
  },
6102
6154
  {
@@ -6134,15 +6186,15 @@ var recipes = [
6134
6186
  ]
6135
6187
  },
6136
6188
  {
6137
- outputItemId: 20102,
6189
+ outputItemId: 11102,
6138
6190
  outputMass: 1536000,
6139
6191
  inputs: [
6140
6192
  {
6141
- itemId: 20005,
6193
+ itemId: 11005,
6142
6194
  quantity: 300
6143
6195
  },
6144
6196
  {
6145
- itemId: 20002,
6197
+ itemId: 11002,
6146
6198
  quantity: 300
6147
6199
  },
6148
6200
  {
@@ -6192,11 +6244,11 @@ var recipes = [
6192
6244
  ]
6193
6245
  },
6194
6246
  {
6195
- outputItemId: 20103,
6247
+ outputItemId: 11103,
6196
6248
  outputMass: 1536000,
6197
6249
  inputs: [
6198
6250
  {
6199
- itemId: 20007,
6251
+ itemId: 11007,
6200
6252
  quantity: 600
6201
6253
  },
6202
6254
  {
@@ -6234,15 +6286,15 @@ var recipes = [
6234
6286
  ]
6235
6287
  },
6236
6288
  {
6237
- outputItemId: 20104,
6289
+ outputItemId: 11104,
6238
6290
  outputMass: 1536000,
6239
6291
  inputs: [
6240
6292
  {
6241
- itemId: 20009,
6293
+ itemId: 11009,
6242
6294
  quantity: 300
6243
6295
  },
6244
6296
  {
6245
- itemId: 20006,
6297
+ itemId: 11006,
6246
6298
  quantity: 300
6247
6299
  },
6248
6300
  {
@@ -6280,15 +6332,85 @@ var recipes = [
6280
6332
  ]
6281
6333
  },
6282
6334
  {
6283
- outputItemId: 20106,
6335
+ outputItemId: 11105,
6336
+ outputMass: 1536000,
6337
+ inputs: [
6338
+ {
6339
+ itemId: 11001,
6340
+ quantity: 300
6341
+ },
6342
+ {
6343
+ itemId: 11002,
6344
+ quantity: 300
6345
+ },
6346
+ {
6347
+ itemId: 10105,
6348
+ quantity: 1
6349
+ }
6350
+ ],
6351
+ statSlots: [
6352
+ {
6353
+ sources: [
6354
+ {
6355
+ inputIndex: 0,
6356
+ statIndex: 0
6357
+ },
6358
+ {
6359
+ inputIndex: 2,
6360
+ statIndex: 0
6361
+ }
6362
+ ]
6363
+ },
6364
+ {
6365
+ sources: [
6366
+ {
6367
+ inputIndex: 0,
6368
+ statIndex: 1
6369
+ },
6370
+ {
6371
+ inputIndex: 2,
6372
+ statIndex: 1
6373
+ }
6374
+ ]
6375
+ },
6376
+ {
6377
+ sources: [
6378
+ {
6379
+ inputIndex: 1,
6380
+ statIndex: 0
6381
+ },
6382
+ {
6383
+ inputIndex: 2,
6384
+ statIndex: 2
6385
+ }
6386
+ ]
6387
+ },
6388
+ {
6389
+ sources: [
6390
+ {
6391
+ inputIndex: 1,
6392
+ statIndex: 1
6393
+ },
6394
+ {
6395
+ inputIndex: 2,
6396
+ statIndex: 3
6397
+ }
6398
+ ]
6399
+ }
6400
+ ],
6401
+ blendWeights: [
6402
+ ]
6403
+ },
6404
+ {
6405
+ outputItemId: 11106,
6284
6406
  outputMass: 1536000,
6285
6407
  inputs: [
6286
6408
  {
6287
- itemId: 20004,
6409
+ itemId: 11004,
6288
6410
  quantity: 300
6289
6411
  },
6290
6412
  {
6291
- itemId: 20010,
6413
+ itemId: 11010,
6292
6414
  quantity: 300
6293
6415
  },
6294
6416
  {
@@ -6338,15 +6460,15 @@ var recipes = [
6338
6460
  ]
6339
6461
  },
6340
6462
  {
6341
- outputItemId: 20107,
6463
+ outputItemId: 11107,
6342
6464
  outputMass: 1536000,
6343
6465
  inputs: [
6344
6466
  {
6345
- itemId: 20004,
6467
+ itemId: 11004,
6346
6468
  quantity: 300
6347
6469
  },
6348
6470
  {
6349
- itemId: 20009,
6471
+ itemId: 11009,
6350
6472
  quantity: 300
6351
6473
  },
6352
6474
  {
@@ -6372,15 +6494,85 @@ var recipes = [
6372
6494
  ]
6373
6495
  },
6374
6496
  {
6375
- outputItemId: 20110,
6497
+ outputItemId: 11108,
6376
6498
  outputMass: 1536000,
6377
6499
  inputs: [
6378
6500
  {
6379
- itemId: 20006,
6501
+ itemId: 11003,
6380
6502
  quantity: 300
6381
6503
  },
6382
6504
  {
6383
- itemId: 20008,
6505
+ itemId: 11007,
6506
+ quantity: 300
6507
+ },
6508
+ {
6509
+ itemId: 10108,
6510
+ quantity: 1
6511
+ }
6512
+ ],
6513
+ statSlots: [
6514
+ {
6515
+ sources: [
6516
+ {
6517
+ inputIndex: 0,
6518
+ statIndex: 0
6519
+ },
6520
+ {
6521
+ inputIndex: 2,
6522
+ statIndex: 0
6523
+ }
6524
+ ]
6525
+ },
6526
+ {
6527
+ sources: [
6528
+ {
6529
+ inputIndex: 0,
6530
+ statIndex: 1
6531
+ },
6532
+ {
6533
+ inputIndex: 2,
6534
+ statIndex: 1
6535
+ }
6536
+ ]
6537
+ },
6538
+ {
6539
+ sources: [
6540
+ {
6541
+ inputIndex: 1,
6542
+ statIndex: 0
6543
+ },
6544
+ {
6545
+ inputIndex: 2,
6546
+ statIndex: 2
6547
+ }
6548
+ ]
6549
+ },
6550
+ {
6551
+ sources: [
6552
+ {
6553
+ inputIndex: 1,
6554
+ statIndex: 1
6555
+ },
6556
+ {
6557
+ inputIndex: 2,
6558
+ statIndex: 3
6559
+ }
6560
+ ]
6561
+ }
6562
+ ],
6563
+ blendWeights: [
6564
+ ]
6565
+ },
6566
+ {
6567
+ outputItemId: 11110,
6568
+ outputMass: 1536000,
6569
+ inputs: [
6570
+ {
6571
+ itemId: 11006,
6572
+ quantity: 300
6573
+ },
6574
+ {
6575
+ itemId: 11008,
6384
6576
  quantity: 300
6385
6577
  },
6386
6578
  {
@@ -6418,15 +6610,15 @@ var recipes = [
6418
6610
  ]
6419
6611
  },
6420
6612
  {
6421
- outputItemId: 20200,
6613
+ outputItemId: 11200,
6422
6614
  outputMass: 3100000,
6423
6615
  inputs: [
6424
6616
  {
6425
- itemId: 20001,
6617
+ itemId: 11001,
6426
6618
  quantity: 600
6427
6619
  },
6428
6620
  {
6429
- itemId: 20008,
6621
+ itemId: 11008,
6430
6622
  quantity: 600
6431
6623
  },
6432
6624
  {
@@ -6489,27 +6681,27 @@ var recipes = [
6489
6681
  sourceSubclass: 10200
6490
6682
  },
6491
6683
  {
6492
- outputItemId: 20212,
6684
+ outputItemId: 11212,
6493
6685
  outputMass: 4320000,
6494
6686
  inputs: [
6495
6687
  {
6496
- itemId: 20001,
6688
+ itemId: 11001,
6497
6689
  quantity: 200
6498
6690
  },
6499
6691
  {
6500
- itemId: 20008,
6692
+ itemId: 11008,
6501
6693
  quantity: 200
6502
6694
  },
6503
6695
  {
6504
- itemId: 20007,
6696
+ itemId: 11007,
6505
6697
  quantity: 200
6506
6698
  },
6507
6699
  {
6508
- itemId: 20003,
6700
+ itemId: 11003,
6509
6701
  quantity: 200
6510
6702
  },
6511
6703
  {
6512
- itemId: 20006,
6704
+ itemId: 11006,
6513
6705
  quantity: 200
6514
6706
  },
6515
6707
  {
@@ -6584,31 +6776,31 @@ var recipes = [
6584
6776
  sourceSubclass: 10211
6585
6777
  },
6586
6778
  {
6587
- outputItemId: 20213,
6779
+ outputItemId: 11213,
6588
6780
  outputMass: 5760000,
6589
6781
  inputs: [
6590
6782
  {
6591
- itemId: 20005,
6783
+ itemId: 11005,
6592
6784
  quantity: 150
6593
6785
  },
6594
6786
  {
6595
- itemId: 20002,
6787
+ itemId: 11002,
6596
6788
  quantity: 150
6597
6789
  },
6598
6790
  {
6599
- itemId: 20010,
6791
+ itemId: 11010,
6600
6792
  quantity: 150
6601
6793
  },
6602
6794
  {
6603
- itemId: 20009,
6795
+ itemId: 11009,
6604
6796
  quantity: 150
6605
6797
  },
6606
6798
  {
6607
- itemId: 20004,
6799
+ itemId: 11004,
6608
6800
  quantity: 150
6609
6801
  },
6610
6802
  {
6611
- itemId: 20212,
6803
+ itemId: 11212,
6612
6804
  quantity: 1
6613
6805
  }
6614
6806
  ],
@@ -6676,34 +6868,34 @@ var recipes = [
6676
6868
  ],
6677
6869
  blendWeights: [
6678
6870
  ],
6679
- sourceSubclass: 20212
6871
+ sourceSubclass: 11212
6680
6872
  },
6681
6873
  {
6682
- outputItemId: 20214,
6874
+ outputItemId: 11214,
6683
6875
  outputMass: 5760000,
6684
6876
  inputs: [
6685
6877
  {
6686
- itemId: 20005,
6878
+ itemId: 11005,
6687
6879
  quantity: 150
6688
6880
  },
6689
6881
  {
6690
- itemId: 20002,
6882
+ itemId: 11002,
6691
6883
  quantity: 150
6692
6884
  },
6693
6885
  {
6694
- itemId: 20010,
6886
+ itemId: 11010,
6695
6887
  quantity: 150
6696
6888
  },
6697
6889
  {
6698
- itemId: 20009,
6890
+ itemId: 11009,
6699
6891
  quantity: 150
6700
6892
  },
6701
6893
  {
6702
- itemId: 20004,
6894
+ itemId: 11004,
6703
6895
  quantity: 150
6704
6896
  },
6705
6897
  {
6706
- itemId: 20212,
6898
+ itemId: 11212,
6707
6899
  quantity: 1
6708
6900
  }
6709
6901
  ],
@@ -6771,7 +6963,7 @@ var recipes = [
6771
6963
  ],
6772
6964
  blendWeights: [
6773
6965
  ],
6774
- sourceSubclass: 20212
6966
+ sourceSubclass: 11212
6775
6967
  }
6776
6968
  ];
6777
6969
 
@@ -7114,13 +7306,13 @@ var entities = [
7114
7306
  baseHullmass: 4000000
7115
7307
  },
7116
7308
  {
7117
- entityItemId: 20200,
7309
+ entityItemId: 11200,
7118
7310
  slots: [
7119
7311
  ],
7120
7312
  baseHullmass: 100000
7121
7313
  },
7122
7314
  {
7123
- entityItemId: 20212,
7315
+ entityItemId: 11212,
7124
7316
  slots: [
7125
7317
  {
7126
7318
  type: "generator",
@@ -7141,7 +7333,7 @@ var entities = [
7141
7333
  baseHullmass: 5920000
7142
7334
  },
7143
7335
  {
7144
- entityItemId: 20213,
7336
+ entityItemId: 11213,
7145
7337
  slots: [
7146
7338
  {
7147
7339
  type: "generator",
@@ -7167,7 +7359,7 @@ var entities = [
7167
7359
  baseHullmass: 7360000
7168
7360
  },
7169
7361
  {
7170
- entityItemId: 20214,
7362
+ entityItemId: 11214,
7171
7363
  slots: [
7172
7364
  {
7173
7365
  type: "generator",
@@ -7772,7 +7964,7 @@ var items = [
7772
7964
  },
7773
7965
  {
7774
7966
  id: 10208,
7775
- mass: 1900000,
7967
+ mass: 4800000,
7776
7968
  type: "entity",
7777
7969
  tier: 1
7778
7970
  },
@@ -7825,141 +8017,155 @@ var items = [
7825
8017
  tier: 1
7826
8018
  },
7827
8019
  {
7828
- id: 20001,
8020
+ id: 11001,
7829
8021
  mass: 4800,
7830
8022
  type: "component",
7831
8023
  tier: 2
7832
8024
  },
7833
8025
  {
7834
- id: 20002,
8026
+ id: 11002,
7835
8027
  mass: 4800,
7836
8028
  type: "component",
7837
8029
  tier: 2
7838
8030
  },
7839
8031
  {
7840
- id: 20003,
8032
+ id: 11003,
7841
8033
  mass: 4800,
7842
8034
  type: "component",
7843
8035
  tier: 2
7844
8036
  },
7845
8037
  {
7846
- id: 20004,
8038
+ id: 11004,
7847
8039
  mass: 4800,
7848
8040
  type: "component",
7849
8041
  tier: 2
7850
8042
  },
7851
8043
  {
7852
- id: 20005,
8044
+ id: 11005,
7853
8045
  mass: 4800,
7854
8046
  type: "component",
7855
8047
  tier: 2
7856
8048
  },
7857
8049
  {
7858
- id: 20006,
8050
+ id: 11006,
7859
8051
  mass: 4800,
7860
8052
  type: "component",
7861
8053
  tier: 2
7862
8054
  },
7863
8055
  {
7864
- id: 20007,
8056
+ id: 11007,
7865
8057
  mass: 4800,
7866
8058
  type: "component",
7867
8059
  tier: 2
7868
8060
  },
7869
8061
  {
7870
- id: 20008,
8062
+ id: 11008,
7871
8063
  mass: 4800,
7872
8064
  type: "component",
7873
8065
  tier: 2
7874
8066
  },
7875
8067
  {
7876
- id: 20009,
8068
+ id: 11009,
7877
8069
  mass: 4800,
7878
8070
  type: "component",
7879
8071
  tier: 2
7880
8072
  },
7881
8073
  {
7882
- id: 20010,
8074
+ id: 11010,
7883
8075
  mass: 4800,
7884
8076
  type: "component",
7885
8077
  tier: 2
7886
8078
  },
7887
8079
  {
7888
- id: 20100,
8080
+ id: 11100,
7889
8081
  mass: 1536000,
7890
8082
  type: "module",
7891
8083
  tier: 2,
7892
8084
  subtype: "engine"
7893
8085
  },
7894
8086
  {
7895
- id: 20101,
8087
+ id: 11101,
7896
8088
  mass: 1536000,
7897
8089
  type: "module",
7898
8090
  tier: 2,
7899
8091
  subtype: "generator"
7900
8092
  },
7901
8093
  {
7902
- id: 20102,
8094
+ id: 11102,
7903
8095
  mass: 1536000,
7904
8096
  type: "module",
7905
8097
  tier: 2,
7906
8098
  subtype: "gatherer"
7907
8099
  },
7908
8100
  {
7909
- id: 20103,
8101
+ id: 11103,
7910
8102
  mass: 1536000,
7911
8103
  type: "module",
7912
8104
  tier: 2,
7913
8105
  subtype: "loader"
7914
8106
  },
7915
8107
  {
7916
- id: 20104,
8108
+ id: 11104,
7917
8109
  mass: 1536000,
7918
8110
  type: "module",
7919
8111
  tier: 2,
7920
8112
  subtype: "crafter"
7921
8113
  },
7922
8114
  {
7923
- id: 20106,
8115
+ id: 11105,
8116
+ mass: 1536000,
8117
+ type: "module",
8118
+ tier: 2,
8119
+ subtype: "storage"
8120
+ },
8121
+ {
8122
+ id: 11106,
7924
8123
  mass: 1536000,
7925
8124
  type: "module",
7926
8125
  tier: 2,
7927
8126
  subtype: "hauler"
7928
8127
  },
7929
8128
  {
7930
- id: 20107,
8129
+ id: 11107,
7931
8130
  mass: 1536000,
7932
8131
  type: "module",
7933
8132
  tier: 2,
7934
8133
  subtype: "warp"
7935
8134
  },
7936
8135
  {
7937
- id: 20110,
8136
+ id: 11108,
8137
+ mass: 1536000,
8138
+ type: "module",
8139
+ tier: 2,
8140
+ subtype: "battery"
8141
+ },
8142
+ {
8143
+ id: 11110,
7938
8144
  mass: 1536000,
7939
8145
  type: "module",
7940
8146
  tier: 2,
7941
8147
  subtype: "builder"
7942
8148
  },
7943
8149
  {
7944
- id: 20200,
8150
+ id: 11200,
7945
8151
  mass: 3100000,
7946
8152
  type: "entity",
7947
8153
  tier: 2
7948
8154
  },
7949
8155
  {
7950
- id: 20212,
8156
+ id: 11212,
7951
8157
  mass: 4320000,
7952
8158
  type: "entity",
7953
8159
  tier: 2
7954
8160
  },
7955
8161
  {
7956
- id: 20213,
8162
+ id: 11213,
7957
8163
  mass: 5760000,
7958
8164
  type: "entity",
7959
8165
  tier: 2
7960
8166
  },
7961
8167
  {
7962
- id: 20214,
8168
+ id: 11214,
7963
8169
  mass: 5760000,
7964
8170
  type: "entity",
7965
8171
  tier: 2
@@ -8243,112 +8449,122 @@ const itemMetadata = {
8243
8449
  description: 'A crafting ship. One engine, one power core, and a fabricator for crafting away from home.',
8244
8450
  color: '#4AE898',
8245
8451
  },
8246
- 20001: {
8452
+ 11001: {
8247
8453
  name: 'Plate',
8248
8454
  description: 'Advanced structural plating reinforced with tier 2 ore.',
8249
8455
  color: '#9BADB8',
8250
8456
  },
8251
- 20002: {
8457
+ 11002: {
8252
8458
  name: 'Frame',
8253
8459
  description: 'Advanced composite framing reinforced with tier 2 regolith and biomass polymer.',
8254
8460
  color: '#C4A57B',
8255
8461
  },
8256
- 20003: {
8462
+ 11003: {
8257
8463
  name: 'Plasma Cell',
8258
8464
  description: 'Advanced high-energy gaseous storage cell reinforced with tier 2 gas.',
8259
8465
  color: '#E86344',
8260
8466
  },
8261
- 20004: {
8467
+ 11004: {
8262
8468
  name: 'Resonator',
8263
8469
  description: 'Advanced crystalline resonance lattice reinforced with tier 2 crystal.',
8264
8470
  color: '#4ADBFF',
8265
8471
  },
8266
- 20005: {
8472
+ 11005: {
8267
8473
  name: 'Beam',
8268
8474
  description: 'Advanced heavy-duty structural beam reinforced with tier 2 ore.',
8269
8475
  color: '#7B8D9E',
8270
8476
  },
8271
- 20006: {
8477
+ 11006: {
8272
8478
  name: 'Sensor',
8273
8479
  description: 'Advanced crystal-lattice sensing element reinforced with tier 2 crystal.',
8274
8480
  color: '#4ADBFF',
8275
8481
  },
8276
- 20007: {
8482
+ 11007: {
8277
8483
  name: 'Polymer',
8278
8484
  description: 'Advanced pliable biomass-derived polymer reinforced with tier 2 biomass.',
8279
8485
  color: '#5A8B3E',
8280
8486
  },
8281
- 20008: {
8487
+ 11008: {
8282
8488
  name: 'Ceramic',
8283
8489
  description: 'Advanced hardened ceramic reinforced with tier 2 regolith.',
8284
8490
  color: '#C4A57B',
8285
8491
  },
8286
- 20009: {
8492
+ 11009: {
8287
8493
  name: 'Reactor',
8288
8494
  description: 'Advanced gas-pressurized reaction vessel reinforced with tier 2 gas.',
8289
8495
  color: '#B877FF',
8290
8496
  },
8291
- 20010: {
8497
+ 11010: {
8292
8498
  name: 'Resin',
8293
8499
  description: 'Advanced saturated organic binder reinforced with tier 2 biomass.',
8294
8500
  color: '#5A8B3E',
8295
8501
  },
8296
- 20100: {
8502
+ 11100: {
8297
8503
  name: 'Engine',
8298
8504
  description: 'Advanced propulsion system. Reinforced thrust chambers for higher velocity.',
8299
8505
  color: '#E86344',
8300
8506
  },
8301
- 20101: {
8507
+ 11101: {
8302
8508
  name: 'Power Core',
8303
8509
  description: 'Advanced energy system. Higher-density crystal matrix for increased energy throughput.',
8304
8510
  color: '#4ADBFF',
8305
8511
  },
8306
- 20102: {
8512
+ 11102: {
8307
8513
  name: 'Limpet Bay',
8308
8514
  description: 'Advanced gathering system. Reinforced probes and conduits for deeper yield.',
8309
8515
  color: '#7B8D9E',
8310
8516
  },
8311
- 20103: {
8517
+ 11103: {
8312
8518
  name: 'Shuttle Bay',
8313
8519
  description: 'Advanced cargo handling system. Reinforced articulated arms for greater loading throughput.',
8314
8520
  color: '#5A8B3E',
8315
8521
  },
8316
- 20104: {
8522
+ 11104: {
8317
8523
  name: 'Fabricator',
8318
8524
  description: 'Advanced crafting system. Higher-grade reaction chambers for faster processing.',
8319
8525
  color: '#B877FF',
8320
8526
  },
8321
- 20106: {
8527
+ 11105: {
8528
+ name: 'Cargo Hold',
8529
+ description: 'Advanced cargo storage. Reinforced tier 2 holds carry more mass.',
8530
+ color: '#8B7355',
8531
+ },
8532
+ 11106: {
8322
8533
  name: 'Tractor Beam',
8323
8534
  description: 'Advanced haul beam projector reinforced with tier 2 components for greater towing capacity.',
8324
8535
  color: '#4ADBFF',
8325
8536
  },
8326
- 20107: {
8537
+ 11107: {
8327
8538
  name: 'Warp Drive',
8328
8539
  description: 'Advanced warp system. Reinforced field coils project the hull across greater distances.',
8329
8540
  color: '#9be4ff',
8330
8541
  },
8331
- 20110: {
8542
+ 11108: {
8543
+ name: 'Battery Bank',
8544
+ description: 'Advanced battery bank. Higher-density cells store more charge from the power core.',
8545
+ color: '#4ADBFF',
8546
+ },
8547
+ 11110: {
8332
8548
  name: 'Assembly Arm',
8333
8549
  description: 'Advanced construction system. Reinforced manipulator arms for faster build and upgrade work.',
8334
8550
  color: '#FFB347',
8335
8551
  },
8336
- 20200: {
8552
+ 11200: {
8337
8553
  name: 'Container',
8338
8554
  description: 'Advanced cargo container with improved capacity formulas.',
8339
8555
  color: '#9BADB8',
8340
8556
  },
8341
- 20212: {
8557
+ 11212: {
8342
8558
  name: 'Prospector',
8343
8559
  description: 'The tier 2 Prospector. The same three systems, ready for tier 2 modules.',
8344
8560
  color: '#4AE898',
8345
8561
  },
8346
- 20213: {
8562
+ 11213: {
8347
8563
  name: 'Prospector',
8348
8564
  description: 'A tier 2 Prospector with an auxiliary system for extra power, mobility, or endurance.',
8349
8565
  color: '#4AE898',
8350
8566
  },
8351
- 20214: {
8567
+ 11214: {
8352
8568
  name: 'Dredger',
8353
8569
  description: 'A gathering ship that stores what it digs. Its limpet bay works alongside a cargo hold.',
8354
8570
  color: '#4AE898',
@@ -8374,9 +8590,9 @@ const entityMetadata = {
8374
8590
  moduleSlotLabels: ['Fabricator', 'Fabricator', 'Fabricator', 'Fabricator', 'Fabricator'],
8375
8591
  },
8376
8592
  10209: { moduleSlotLabels: ['Power Core', 'Assembly Arm'] },
8377
- 20212: { moduleSlotLabels: ['Power Core', 'Engine', 'Limpet Bay'] },
8378
- 20213: { moduleSlotLabels: ['Power Core', 'Engine', 'Auxiliary System', 'Limpet Bay'] },
8379
- 20214: { moduleSlotLabels: ['Power Core', 'Engine', 'Limpet Bay', 'Cargo Hold'] },
8593
+ 11212: { moduleSlotLabels: ['Power Core', 'Engine', 'Limpet Bay'] },
8594
+ 11213: { moduleSlotLabels: ['Power Core', 'Engine', 'Auxiliary System', 'Limpet Bay'] },
8595
+ 11214: { moduleSlotLabels: ['Power Core', 'Engine', 'Limpet Bay', 'Cargo Hold'] },
8380
8596
  };
8381
8597
  for (const item of items) {
8382
8598
  if (!itemMetadata[item.id]) {
@@ -8404,12 +8620,15 @@ for (const raw of items) {
8404
8620
  }
8405
8621
  const itemIds = Array.from(itemsById.keys());
8406
8622
  function getItem(itemId) {
8407
- const id = UInt16.from(itemId).toNumber();
8408
- const item = itemsById.get(id);
8623
+ const item = tryGetItem(itemId);
8409
8624
  if (!item)
8410
- throw new Error(`Unknown item id: ${id}`);
8625
+ throw new Error(`Unknown item id: ${UInt16.from(itemId).toNumber()}`);
8411
8626
  return item;
8412
8627
  }
8628
+ function tryGetItem(itemId) {
8629
+ const id = UInt16.from(itemId).toNumber();
8630
+ return itemsById.get(id);
8631
+ }
8413
8632
  function getItems() {
8414
8633
  return Array.from(itemsById.values());
8415
8634
  }
@@ -11368,7 +11587,7 @@ var templates = [
11368
11587
  displayLabel: ""
11369
11588
  },
11370
11589
  {
11371
- itemId: 20200,
11590
+ itemId: 11200,
11372
11591
  kind: "container",
11373
11592
  displayLabel: ""
11374
11593
  },
@@ -11388,17 +11607,17 @@ var templates = [
11388
11607
  displayLabel: ""
11389
11608
  },
11390
11609
  {
11391
- itemId: 20212,
11610
+ itemId: 11212,
11392
11611
  kind: "ship",
11393
11612
  displayLabel: "Prospector"
11394
11613
  },
11395
11614
  {
11396
- itemId: 20213,
11615
+ itemId: 11213,
11397
11616
  kind: "ship",
11398
11617
  displayLabel: "Prospector"
11399
11618
  },
11400
11619
  {
11401
- itemId: 20214,
11620
+ itemId: 11214,
11402
11621
  kind: "ship",
11403
11622
  displayLabel: "Dredger"
11404
11623
  }
@@ -13103,7 +13322,7 @@ function legacyEntityIdToItemId(id) {
13103
13322
  case 'warehouse-t1':
13104
13323
  return 10202;
13105
13324
  case 'container-t2':
13106
- return 20200;
13325
+ return 11200;
13107
13326
  default:
13108
13327
  return 0;
13109
13328
  }
@@ -13815,36 +14034,8 @@ function moduleAccepts(slotType, moduleType) {
13815
14034
  return slotType === MODULE_ANY || slotType === moduleType;
13816
14035
  }
13817
14036
  function getModuleCapabilityType(itemId) {
13818
- switch (itemId) {
13819
- case ITEM_ENGINE_T1:
13820
- case ITEM_ENGINE_T2:
13821
- return MODULE_ENGINE;
13822
- case ITEM_GENERATOR_T1:
13823
- case ITEM_GENERATOR_T2:
13824
- return MODULE_GENERATOR;
13825
- case ITEM_GATHERER_T1:
13826
- case ITEM_GATHERER_T2:
13827
- return MODULE_GATHERER;
13828
- case ITEM_LOADER_T1:
13829
- return MODULE_LOADER;
13830
- case ITEM_CRAFTER_T1:
13831
- return MODULE_CRAFTER;
13832
- case ITEM_BUILDER_T1:
13833
- return MODULE_BUILDER;
13834
- case ITEM_STORAGE_T1:
13835
- return MODULE_STORAGE;
13836
- case ITEM_HAULER_T1:
13837
- case ITEM_HAULER_T2:
13838
- return MODULE_HAULER;
13839
- case ITEM_WARP_T1:
13840
- return MODULE_WARP;
13841
- case ITEM_BATTERY_T1:
13842
- return MODULE_BATTERY;
13843
- case ITEM_LAUNCHER_T1:
13844
- return MODULE_LAUNCHER;
13845
- default:
13846
- return 0xff;
13847
- }
14037
+ const item = tryGetItem(itemId);
14038
+ return item?.type === 'module' && item.moduleType ? moduleSlotTypeToCode(item.moduleType) : 0xff;
13848
14039
  }
13849
14040
  function isModuleItem(itemId) {
13850
14041
  return getModuleCapabilityType(itemId) !== 0xff;
@@ -13906,16 +14097,18 @@ function itemTypeCode(id) {
13906
14097
  return ITEM_TYPE_ENTITY;
13907
14098
  }
13908
14099
  }
14100
+ const CRAFTED_BASE = 10000;
14101
+ const TIER_STRIDE = 1000;
13909
14102
  function itemTier(id) {
13910
- if (id < 10000)
14103
+ if (id < CRAFTED_BASE)
13911
14104
  return 0;
13912
- return Math.floor(id / 10000);
14105
+ return Math.floor((id - CRAFTED_BASE) / TIER_STRIDE) + 1;
13913
14106
  }
13914
14107
  function itemOffset(id) {
13915
- return id % 10000;
14108
+ return id % TIER_STRIDE;
13916
14109
  }
13917
14110
  function itemCategory(id) {
13918
- if (id < 10000)
14111
+ if (id < CRAFTED_BASE)
13919
14112
  return 'resource';
13920
14113
  const offset = itemOffset(id);
13921
14114
  if (offset >= 200)
@@ -13925,12 +14118,12 @@ function itemCategory(id) {
13925
14118
  return 'component';
13926
14119
  }
13927
14120
  function isRelatedItem(a, b) {
13928
- if (a < 10000 || b < 10000)
14121
+ if (a < CRAFTED_BASE || b < CRAFTED_BASE)
13929
14122
  return false;
13930
14123
  return itemOffset(a) === itemOffset(b);
13931
14124
  }
13932
14125
  function isCraftedItem(id) {
13933
- return id >= 10000;
14126
+ return id >= CRAFTED_BASE;
13934
14127
  }
13935
14128
 
13936
14129
  function readCommonBase(data) {
@@ -16816,6 +17009,10 @@ function idiv(a, b) {
16816
17009
  function toWholeEnergy$1(milli) {
16817
17010
  return idiv(milli + 500, 1000);
16818
17011
  }
17012
+ function formatMassTonnes(kg) {
17013
+ const tenths = idiv(kg + 50, 100);
17014
+ return `${idiv(tenths, 10)}.${tenths % 10} t`;
17015
+ }
16819
17016
  function isShipHull$1(itemId) {
16820
17017
  return getPackedEntityType(itemId)?.equals(ENTITY_SHIP) ?? false;
16821
17018
  }
@@ -16843,6 +17040,27 @@ function computeBaseCapacityWarehouse(stats) {
16843
17040
  const s = decodeStat(stats, 0) + decodeStat(stats, 2);
16844
17041
  return Math.floor(100000000 * 6 ** (s / 1998));
16845
17042
  }
17043
+ function computeBaseCapacityWorkshop(stats) {
17044
+ const s = decodeStat(stats, 0) + decodeStat(stats, 2);
17045
+ return Math.floor(5000000 * 6 ** (s / 1998));
17046
+ }
17047
+ const CAPACITY_FN_BY_KIND = {
17048
+ ship: computeBaseCapacityShip,
17049
+ warehouse: computeBaseCapacityWarehouse,
17050
+ workshop: computeBaseCapacityWorkshop,
17051
+ extractor: computeBaseCapacityContainer,
17052
+ factory: computeBaseCapacityContainer,
17053
+ builddock: computeBaseCapacityContainer,
17054
+ mdriver: computeBaseCapacityContainer,
17055
+ mcatcher: computeBaseCapacityContainer,
17056
+ container: computeBaseCapacityContainer,
17057
+ };
17058
+ function computeBaseCapacityForEntity(itemId, stats) {
17059
+ const kind = getTemplateMeta(itemId)?.kind;
17060
+ if (!kind)
17061
+ return 0;
17062
+ return CAPACITY_FN_BY_KIND[kind.toString()]?.(stats) ?? 0;
17063
+ }
16846
17064
  const computeEngineThrust = (vol, tier) => idiv((400 + idiv(vol * 3, 4)) * moduleTierPct(ENGINE_THRUST_TIER_PCT, tier), 100);
16847
17065
  const computeEngineDrain = (thm) => 2 * Math.max(30, 50 - idiv(thm, 70));
16848
17066
  const ENGINE_DRAIN_BASE = 156;
@@ -16875,83 +17093,36 @@ const computeT1LogisticsDrain = (stat) => Math.max(3000, 15000 - Math.min(12000,
16875
17093
  const computeHaulerDrain = (conductivity, tier) => idiv(computeT1LogisticsDrain(conductivity) * supportDrainTierPercent(tier), 100);
16876
17094
  const computeCargoBayDrain = (cohesion, tier) => idiv(computeT1LogisticsDrain(cohesion) * 3 * supportDrainTierPercent(tier), 400);
16877
17095
  const computeWarpRange = (stat, tier) => idiv((100 + stat * 3) * moduleTierPct(WARP_RANGE_TIER_PCT, tier), 100);
16878
- const computeCargoBayCapacity = (strength, density, hardness) => 10000000 + idiv((strength + density + hardness) * 50000000, 2997);
16879
- const computeBatteryBankCapacity = (volatility, thermal, plasticity, insulation) => 2500000 + idiv((volatility + thermal + plasticity + insulation) * 7500000, 3996);
17096
+ const computeCargoBayCapacity = (strength, density, hardness, tier) => idiv((10000000 + idiv((strength + density + hardness) * 50000000, 2997)) *
17097
+ moduleTierPct(CARGO_BAY_CAPACITY_TIER_PCT, tier), 100);
17098
+ const computeBatteryBankCapacity = (volatility, thermal, plasticity, insulation, tier) => idiv((2500000 + idiv((volatility + thermal + plasticity + insulation) * 7500000, 3996)) *
17099
+ moduleTierPct(BATTERY_CAPACITY_TIER_PCT, tier), 100);
16880
17100
  function entityDisplayName(itemId) {
16881
- switch (itemId) {
16882
- case ITEM_SHIP_T1_PACKED:
16883
- return 'Ship';
16884
- case ITEM_ROUSTABOUT_T1A_PACKED:
16885
- return 'Roustabout';
16886
- case ITEM_PROSPECTOR_T1A_PACKED:
16887
- return 'Prospector';
16888
- case ITEM_TENDER_T1A_PACKED:
16889
- return 'Tender';
16890
- case ITEM_TUG_T1A_PACKED:
16891
- return 'Tug';
16892
- case ITEM_PORTER_T1A_PACKED:
16893
- return 'Porter';
16894
- case ITEM_WRIGHT_T1A_PACKED:
16895
- return 'Wright';
16896
- case ITEM_SMITH_T1A_PACKED:
16897
- return 'Smith';
16898
- case ITEM_WAREHOUSE_T1_PACKED:
16899
- return 'Warehouse';
16900
- case ITEM_EXTRACTOR_T1_PACKED:
16901
- return 'Mining Rig';
16902
- case ITEM_FACTORY_T1_PACKED:
16903
- return 'Factory';
16904
- case ITEM_CONSTRUCTION_DOCK_T1_PACKED:
16905
- return 'Construction Dock';
16906
- case ITEM_CONTAINER_T1_PACKED:
16907
- return 'Container';
16908
- case ITEM_CONTAINER_T2_PACKED:
16909
- return 'Container';
16910
- case ITEM_PROSPECTOR_T2A_PACKED:
16911
- return 'Prospector';
16912
- case ITEM_PROSPECTOR_T2B_PACKED:
16913
- return 'Prospector';
16914
- case ITEM_DREDGER_T2A_PACKED:
16915
- return 'Dredger';
16916
- default:
16917
- return 'Entity';
16918
- }
16919
- }
17101
+ const template = getTemplateMeta(itemId);
17102
+ if (!template)
17103
+ return 'Entity';
17104
+ if (template.displayLabel)
17105
+ return template.displayLabel;
17106
+ return getKindMeta(template.kind)?.defaultLabel || 'Entity';
17107
+ }
17108
+ const MODULE_DISPLAY_NAME_BY_TYPE = {
17109
+ engine: 'Engine',
17110
+ generator: 'Power Core',
17111
+ gatherer: 'Limpet Bay',
17112
+ loader: 'Shuttle Bay',
17113
+ crafter: 'Fabricator',
17114
+ storage: 'Cargo Hold',
17115
+ hauler: 'Tractor Beam',
17116
+ warp: 'Warp Drive',
17117
+ battery: 'Battery Bank',
17118
+ launcher: 'Drive Coil',
17119
+ builder: 'Assembly Arm',
17120
+ };
16920
17121
  function moduleDisplayName(itemId) {
16921
- switch (itemId) {
16922
- case ITEM_ENGINE_T1:
16923
- case ITEM_ENGINE_T2:
16924
- return 'Engine';
16925
- case ITEM_GENERATOR_T1:
16926
- case ITEM_GENERATOR_T2:
16927
- return 'Power Core';
16928
- case ITEM_GATHERER_T1:
16929
- case ITEM_GATHERER_T2:
16930
- return 'Limpet Bay';
16931
- case ITEM_LOADER_T1:
16932
- case ITEM_LOADER_T2:
16933
- return 'Shuttle Bay';
16934
- case ITEM_CRAFTER_T1:
16935
- case ITEM_CRAFTER_T2:
16936
- return 'Fabricator';
16937
- case ITEM_BUILDER_T1:
16938
- case ITEM_BUILDER_T2:
16939
- return 'Assembly Arm';
16940
- case ITEM_STORAGE_T1:
16941
- return 'Cargo Hold';
16942
- case ITEM_HAULER_T1:
16943
- case ITEM_HAULER_T2:
16944
- return 'Tractor Beam';
16945
- case ITEM_WARP_T1:
16946
- case ITEM_WARP_T2:
16947
- return 'Warp Drive';
16948
- case ITEM_BATTERY_T1:
16949
- return 'Battery Bank';
16950
- case ITEM_LAUNCHER_T1:
16951
- return 'Drive Coil';
16952
- default:
16953
- return 'Module';
16954
- }
17122
+ const item = tryGetItem(itemId);
17123
+ if (item?.type !== 'module' || !item.moduleType)
17124
+ return 'Module';
17125
+ return MODULE_DISPLAY_NAME_BY_TYPE[item.moduleType] ?? 'Module';
16955
17126
  }
16956
17127
  function formatModuleLine(slot, itemId, stats) {
16957
17128
  let out = `Slot ${slot} - `;
@@ -16988,7 +17159,7 @@ function formatModuleLine(slot, itemId, stats) {
16988
17159
  const fin = decodeStat(stats, 0);
16989
17160
  const pla = decodeStat(stats, 1);
16990
17161
  const tier = getItem(itemId).tier;
16991
- out += ` Mass ${computeLoaderMass(fin)} Thrust ${computeLoaderThrust(pla, tier)}`;
17162
+ out += ` Mass ${formatMassTonnes(computeLoaderMass(fin))} Thrust ${computeLoaderThrust(pla, tier)}`;
16992
17163
  break;
16993
17164
  }
16994
17165
  case MODULE_CRAFTER: {
@@ -17011,7 +17182,7 @@ function formatModuleLine(slot, itemId, stats) {
17011
17182
  const hrd = decodeStat(stats, 2);
17012
17183
  const coh = decodeStat(stats, 3);
17013
17184
  const tier = getItem(itemId).tier;
17014
- out += ` Cargo Capacity ${computeCargoBayCapacity(str, den, hrd)} Drain ${toWholeEnergy$1(computeCargoBayDrain(coh, tier))}`;
17185
+ out += ` Cargo Capacity ${formatMassTonnes(computeCargoBayCapacity(str, den, hrd, tier))} Drain ${toWholeEnergy$1(computeCargoBayDrain(coh, tier))}`;
17015
17186
  break;
17016
17187
  }
17017
17188
  case MODULE_HAULER: {
@@ -17033,7 +17204,8 @@ function formatModuleLine(slot, itemId, stats) {
17033
17204
  const thm = decodeStat(stats, 1);
17034
17205
  const pla = decodeStat(stats, 2);
17035
17206
  const ins = decodeStat(stats, 3);
17036
- out += ` Energy Capacity ${toWholeEnergy$1(computeBatteryBankCapacity(vol, thm, pla, ins))}`;
17207
+ const tier = getItem(itemId).tier;
17208
+ out += ` Energy Capacity ${toWholeEnergy$1(computeBatteryBankCapacity(vol, thm, pla, ins, tier))}`;
17037
17209
  break;
17038
17210
  }
17039
17211
  }
@@ -17041,24 +17213,11 @@ function formatModuleLine(slot, itemId, stats) {
17041
17213
  }
17042
17214
  function buildEntityDescription(itemId, hullStats, moduleItems, moduleStats) {
17043
17215
  const hullMass = computeBaseHullmass$1(itemId, hullStats);
17044
- let baseCapacity = 0;
17045
- if (isShipHull$1(itemId)) {
17046
- baseCapacity = computeBaseCapacityShip(hullStats);
17047
- }
17048
- else if (itemId === ITEM_WAREHOUSE_T1_PACKED) {
17049
- baseCapacity = computeBaseCapacityWarehouse(hullStats);
17050
- }
17051
- else if (itemId === ITEM_EXTRACTOR_T1_PACKED ||
17052
- itemId === ITEM_FACTORY_T1_PACKED ||
17053
- itemId === ITEM_CONSTRUCTION_DOCK_T1_PACKED ||
17054
- itemId === ITEM_CONTAINER_T1_PACKED ||
17055
- itemId === ITEM_CONTAINER_T2_PACKED) {
17056
- baseCapacity = computeBaseCapacityContainer(hullStats);
17057
- }
17216
+ const baseCapacity = computeBaseCapacityForEntity(itemId, hullStats);
17058
17217
  let out = entityDisplayName(itemId);
17059
- out += ` - Hull ${hullMass} mass`;
17218
+ out += ` - Hull ${formatMassTonnes(hullMass)}`;
17060
17219
  if (baseCapacity > 0) {
17061
- out += ` * ${baseCapacity} capacity`;
17220
+ out += ` * ${formatMassTonnes(baseCapacity)} capacity`;
17062
17221
  }
17063
17222
  out += '\n\n';
17064
17223
  for (let i = 0; i < moduleItems.length; i++) {
@@ -17187,17 +17346,14 @@ function computeLauncherCapabilities(stats, amp = 100) {
17187
17346
  }
17188
17347
  function computeStorageCapabilities(stats, tier) {
17189
17348
  return {
17190
- capacity: computeCargoBayCapacity(stats.strength ?? 0, stats.density ?? 0, stats.hardness ?? 0),
17349
+ capacity: computeCargoBayCapacity(stats.strength ?? 0, stats.density ?? 0, stats.hardness ?? 0, tier),
17191
17350
  drain: computeCargoBayDrain(stats.cohesion ?? 0, tier),
17192
17351
  };
17193
17352
  }
17194
- function computeBatteryCapabilities(stats) {
17195
- const volatility = stats.volatility ?? 0;
17196
- const thermal = stats.thermal ?? 0;
17197
- const plasticity = stats.plasticity ?? 0;
17198
- const insulation = stats.insulation ?? 0;
17199
- const statSum = volatility + thermal + plasticity + insulation;
17200
- return { capacity: 2500000 + Math.floor((statSum * 7500000) / 3996) };
17353
+ function computeBatteryCapabilities(stats, tier) {
17354
+ return {
17355
+ capacity: computeBatteryBankCapacity(stats.volatility ?? 0, stats.thermal ?? 0, stats.plasticity ?? 0, stats.insulation ?? 0, tier),
17356
+ };
17201
17357
  }
17202
17358
  const CAPACITY_TIER_TABLE = [1.0, 1.4, 1.8, 2.2, 2.6, 3.0, 3.4, 3.8, 4.2, 4.6];
17203
17359
  function capacityTierMultiplier(tier) {
@@ -17220,6 +17376,10 @@ const CRAFTER_SPEED_TIER_PCT = [100, 120, 140, 160, 180, 200, 220, 240, 260, 280
17220
17376
  const BUILDER_SPEED_TIER_PCT = [100, 120, 140, 160, 180, 200, 220, 240, 260, 280];
17221
17377
  const WARP_RANGE_TIER_PCT = [100, 120, 140, 160, 180, 200, 220, 240, 260, 280];
17222
17378
  const LOADER_THRUST_TIER_PCT = [100, 120, 140, 160, 180, 200, 220, 240, 260, 280];
17379
+ const CARGO_BAY_CAPACITY_TIER_PCT = [
17380
+ 100, 110, 120, 130, 140, 150, 160, 170, 180, 190,
17381
+ ];
17382
+ const BATTERY_CAPACITY_TIER_PCT = [100, 110, 120, 130, 140, 150, 160, 170, 180, 190];
17223
17383
  function moduleTierPct(table, tier) {
17224
17384
  const clamped = Math.min(Math.max(tier, 1), MODULE_MAX_TIER);
17225
17385
  return table[clamped - 1];
@@ -17229,31 +17389,27 @@ function computeGathererYield(str, tier) {
17229
17389
  const pct = GATHERER_YIELD_TIER_TABLE[clampedTier - 1];
17230
17390
  return Math.floor(((200 + str) * pct) / 100);
17231
17391
  }
17392
+ const BASE_CAPACITY_FN_BY_KIND = {
17393
+ warehouse: (stats) => computeWarehouseHullCapabilities(stats).capacity,
17394
+ workshop: (stats) => computeWorkshopHullCapabilities(stats).capacity,
17395
+ extractor: (stats) => computeContainerCapabilities(stats).capacity,
17396
+ factory: (stats) => computeContainerCapabilities(stats).capacity,
17397
+ builddock: (stats) => computeContainerCapabilities(stats).capacity,
17398
+ mdriver: (stats) => computeContainerCapabilities(stats).capacity,
17399
+ mcatcher: (stats) => computeContainerCapabilities(stats).capacity,
17400
+ container: (stats) => computeContainerCapabilities(stats).capacity,
17401
+ };
17232
17402
  function computeBaseCapacity(itemId, stats) {
17233
17403
  let base;
17234
17404
  if (isShipHull(itemId)) {
17235
17405
  base = computeShipHullCapabilities(stats, itemId).capacity;
17236
17406
  }
17237
17407
  else {
17238
- switch (itemId) {
17239
- case ITEM_EXTRACTOR_T1_PACKED:
17240
- case ITEM_FACTORY_T1_PACKED:
17241
- case ITEM_CONSTRUCTION_DOCK_T1_PACKED:
17242
- case ITEM_MASS_DRIVER_T1_PACKED:
17243
- case ITEM_MASS_CATCHER_T1_PACKED:
17244
- case ITEM_CONTAINER_T1_PACKED:
17245
- case ITEM_CONTAINER_T2_PACKED:
17246
- base = computeContainerCapabilities(stats).capacity;
17247
- break;
17248
- case ITEM_WAREHOUSE_T1_PACKED:
17249
- base = computeWarehouseHullCapabilities(stats).capacity;
17250
- break;
17251
- case ITEM_WORKSHOP_T1_PACKED:
17252
- base = computeWorkshopHullCapabilities(stats).capacity;
17253
- break;
17254
- default:
17255
- return 0;
17256
- }
17408
+ const kind = getPackedEntityType(itemId);
17409
+ const capacityFn = kind ? BASE_CAPACITY_FN_BY_KIND[kind.toString()] : undefined;
17410
+ if (!capacityFn)
17411
+ return 0;
17412
+ base = capacityFn(stats);
17257
17413
  }
17258
17414
  return applyCapacityTier(base, getItem(itemId).tier);
17259
17415
  }
@@ -17431,7 +17587,7 @@ function computeEntityCapabilities(stats, itemId, modules, layout) {
17431
17587
  totalLauncherDrain = clampUint16(totalLauncherDrain + caps.drain);
17432
17588
  }
17433
17589
  else if (modType === MODULE_BATTERY) {
17434
- const caps = computeBatteryCapabilities(decodedStats);
17590
+ const caps = computeBatteryCapabilities(decodedStats, item.tier);
17435
17591
  totalBatteryCapacity += applySlotMultiplierUint32(caps.capacity, amp);
17436
17592
  }
17437
17593
  }
@@ -19995,9 +20151,9 @@ const itemAbbreviations = {
19995
20151
  10200: 'CT',
19996
20152
  10201: 'SH',
19997
20153
  10202: 'WH',
19998
- 20001: 'PL',
19999
- 20002: 'FR',
20000
- 20200: 'CT',
20154
+ 11001: 'PL',
20155
+ 11002: 'FR',
20156
+ 11200: 'CT',
20001
20157
  };
20002
20158
 
20003
20159
  const categories = [
@@ -20725,7 +20881,7 @@ function computeCapabilityGroup(moduleType, stats, tier, outputPct = 100) {
20725
20881
  };
20726
20882
  }
20727
20883
  case MODULE_BATTERY: {
20728
- const caps = computeBatteryCapabilities(stats);
20884
+ const caps = computeBatteryCapabilities(stats, tier);
20729
20885
  return {
20730
20886
  capability: 'Energy',
20731
20887
  attributes: [
@@ -21199,7 +21355,7 @@ function buildModuleImmutable(itemId, quantity, stats, originX, originY) {
21199
21355
  base.push({ first: 'cohesion', second: ['uint16', com] });
21200
21356
  base.push({
21201
21357
  first: 'capacity',
21202
- second: ['uint32', computeCargoBayCapacity(str, den, hrd)],
21358
+ second: ['uint32', computeCargoBayCapacity(str, den, hrd, item.tier)],
21203
21359
  });
21204
21360
  base.push({
21205
21361
  first: 'drain',
@@ -21218,7 +21374,10 @@ function buildModuleImmutable(itemId, quantity, stats, originX, originY) {
21218
21374
  base.push({ first: 'insulation', second: ['uint16', ins] });
21219
21375
  base.push({
21220
21376
  first: 'capacity',
21221
- second: ['uint32', toWholeEnergy(computeBatteryBankCapacity(vol, thm, pla, ins))],
21377
+ second: [
21378
+ 'uint32',
21379
+ toWholeEnergy(computeBatteryBankCapacity(vol, thm, pla, ins, item.tier)),
21380
+ ],
21222
21381
  });
21223
21382
  break;
21224
21383
  }
@@ -21288,10 +21447,13 @@ var index = /*#__PURE__*/Object.freeze({
21288
21447
  deserializeEntity: deserializeEntity,
21289
21448
  deserializeAsset: deserializeAsset,
21290
21449
  toWholeEnergy: toWholeEnergy$1,
21450
+ formatMassTonnes: formatMassTonnes,
21291
21451
  computeBaseHullmass: computeBaseHullmass$1,
21292
21452
  computeBaseCapacityShip: computeBaseCapacityShip,
21293
21453
  computeBaseCapacityContainer: computeBaseCapacityContainer,
21294
21454
  computeBaseCapacityWarehouse: computeBaseCapacityWarehouse,
21455
+ computeBaseCapacityWorkshop: computeBaseCapacityWorkshop,
21456
+ computeBaseCapacityForEntity: computeBaseCapacityForEntity,
21295
21457
  computeEngineThrust: computeEngineThrust,
21296
21458
  computeEngineDrain: computeEngineDrain,
21297
21459
  ENGINE_DRAIN_BASE: ENGINE_DRAIN_BASE,
@@ -21558,5 +21720,5 @@ function planParallelTransfer(entity, target) {
21558
21720
  return allocateProportional(laneWeights, requestedQty).filter((e) => e.quantity > 0);
21559
21721
  }
21560
21722
 
21561
- export { ALL_ENTITY_TYPES, ATOMICASSETS_ACCOUNT, ActionsManager, BASE_HAUL_PENALTY_MILLI$1 as BASE_HAUL_PENALTY_MILLI, BASE_ORBITAL_MASS, BLEND_INPUTS_MUST_MATCH, BLEND_REQUIRES_MULTIPLE, BLEND_STAT_LESS_NOT_SUPPORTED, CANCEL_CONTAINS_GROUPED_TASK, CAPACITY_TIER_TABLE, CAP_DEMOLISH, CAP_MODULES, CAP_UNDEPLOY, CAP_WRAP, CATEGORY_LABELS, COMMIT_ALREADY_SET, COMMIT_CANNOT_MATCH, COMMIT_NOT_SET, COMPANY_NOT_FOUND, COMPONENT_TIER_PREFIXES, CONTAINER_NOT_FOUND, CONTAINER_Z, COORD_MAX, COORD_MIN, COORD_OFFSET, CRAFT_ENERGY_DIVISOR, CRAFT_EXCEEDS_ENERGY_CAPACITY, CRAFT_NOT_ENOUGH_ENERGY, CancelBlockReason, ClusterManager, ConstructionManager, Coordinates, DEFAULT_BASE_HULLMASS, DEPLOY_ENTITY_HAS_SCHEDULE, DEPTH_THRESHOLD_T1, DEPTH_THRESHOLD_T2, DEPTH_THRESHOLD_T3, DEPTH_THRESHOLD_T4, DEPTH_THRESHOLD_T5, DESTINATION_CAPACITY_EXCEEDED, ENGINE_DRAIN_BASE, ENGINE_DRAIN_REF_THM, ENGINE_DRAIN_REF_THRUST, ENTITY_ALREADY_THERE, ENTITY_CAPACITY_EXCEEDED, ENTITY_CARGO_NOT_LOADED, ENTITY_CARGO_NOT_OWNED, ENTITY_CONSTRUCTION_DOCK, ENTITY_CONTAINER, ENTITY_EXTRACTOR, ENTITY_FACTORY, ENTITY_HUB, ENTITY_INVALID_CARGO, ENTITY_INVALID_DESTINATION, ENTITY_INVALID_TRAVEL_DURATION, ENTITY_NEXUS, ENTITY_NOT_ENOUGH_ENERGY, ENTITY_NOT_ENOUGH_ENERGY_CAPACITY, ENTITY_NO_CRAFTER, ENTITY_SHIP, ENTITY_WAREHOUSE, ENTITY_WORKSHOP, EPOCH_NON_ZERO, EPOCH_NOT_READY, ERROR_SYSTEM_ALREADY_INITIALIZED, ERROR_SYSTEM_DISABLED, ERROR_SYSTEM_NOT_INITIALIZED, EntitiesManager, Entity, EntityClass, EntityInventory, EpochsManager, GAME_NOT_FOUND, GAME_SEED_NOT_SET, GATHERER_DEPTH_MAX_TIER, GATHERER_DEPTH_TABLE, GATHER_EXCEEDS_ENERGY_CAPACITY, GATHER_MASS_DIVISOR, GATHER_NOT_ENOUGH_ENERGY, GROUP_DUPLICATE_ENTITY, GROUP_EMPTY, GROUP_ENTITY_NOT_MOVABLE, GROUP_HAUL_CAPACITY_EXCEEDED, GROUP_NOT_FOUND, GROUP_NOT_SAME_LOCATION, GROUP_NOT_SAME_OWNER, GROUP_NO_THRUST, GameState, HAULER_EFFICIENCY_DENOM$1 as HAULER_EFFICIENCY_DENOM, HoldKind, INSUFFICIENT_BALANCE, INSUFFICIENT_ITEM_QUANTITY, INSUFFICIENT_ITEM_SUPPLY, INTAKE_RATE, INVALID_AMOUNT, ITEM_BATTERY_T1, ITEM_BEAM, ITEM_BEAM_T2, ITEM_BIOMASS_T1, ITEM_BIOMASS_T10, ITEM_BIOMASS_T2, ITEM_BIOMASS_T3, ITEM_BIOMASS_T4, ITEM_BIOMASS_T5, ITEM_BIOMASS_T6, ITEM_BIOMASS_T7, ITEM_BIOMASS_T8, ITEM_BIOMASS_T9, ITEM_BUILDER_T1, ITEM_BUILDER_T2, ITEM_CERAMIC, ITEM_CERAMIC_T2, ITEM_CONSTRUCTION_DOCK_T1_PACKED, ITEM_CONTAINER_T1_PACKED, ITEM_CONTAINER_T2_PACKED, ITEM_CRAFTER_T1, ITEM_CRAFTER_T2, ITEM_CRYSTAL_T1, ITEM_CRYSTAL_T10, ITEM_CRYSTAL_T2, ITEM_CRYSTAL_T3, ITEM_CRYSTAL_T4, ITEM_CRYSTAL_T5, ITEM_CRYSTAL_T6, ITEM_CRYSTAL_T7, ITEM_CRYSTAL_T8, ITEM_CRYSTAL_T9, ITEM_DOES_NOT_EXIST, ITEM_DREDGER_T2A_PACKED, ITEM_ENGINE_T1, ITEM_ENGINE_T2, ITEM_EXTRACTOR_T1_PACKED, ITEM_FACTORY_T1_PACKED, ITEM_FRAME, ITEM_FRAME_T2, ITEM_GAS_T1, ITEM_GAS_T10, ITEM_GAS_T2, ITEM_GAS_T3, ITEM_GAS_T4, ITEM_GAS_T5, ITEM_GAS_T6, ITEM_GAS_T7, ITEM_GAS_T8, ITEM_GAS_T9, ITEM_GATHERER_T1, ITEM_GATHERER_T2, ITEM_GENERATOR_T1, ITEM_GENERATOR_T2, ITEM_HAULER_T1, ITEM_HAULER_T2, ITEM_HUB_T1_PACKED, ITEM_LAUNCHER_T1, ITEM_LOADER_T1, ITEM_LOADER_T2, ITEM_MASS_CATCHER_T1_PACKED, ITEM_MASS_DRIVER_T1_PACKED, ITEM_NOT_AVAILABLE_AT_LOCATION, ITEM_NOT_DEPLOYABLE, ITEM_NOT_PACKED_ENTITY, ITEM_ORE_T1, ITEM_ORE_T10, ITEM_ORE_T2, ITEM_ORE_T3, ITEM_ORE_T4, ITEM_ORE_T5, ITEM_ORE_T6, ITEM_ORE_T7, ITEM_ORE_T8, ITEM_ORE_T9, ITEM_PLASMA_CELL, ITEM_PLASMA_CELL_T2, ITEM_PLATE, ITEM_PLATE_T2, ITEM_POLYMER, ITEM_POLYMER_T2, ITEM_PORTER_T1A_PACKED, ITEM_PROSPECTOR_T1A_PACKED, ITEM_PROSPECTOR_T2A_PACKED, ITEM_PROSPECTOR_T2B_PACKED, ITEM_REACTOR, ITEM_REACTOR_T2, ITEM_REGOLITH_T1, ITEM_REGOLITH_T10, ITEM_REGOLITH_T2, ITEM_REGOLITH_T3, ITEM_REGOLITH_T4, ITEM_REGOLITH_T5, ITEM_REGOLITH_T6, ITEM_REGOLITH_T7, ITEM_REGOLITH_T8, ITEM_REGOLITH_T9, ITEM_RESIN, ITEM_RESIN_T2, ITEM_RESONATOR, ITEM_RESONATOR_T2, ITEM_ROUSTABOUT_T1A_PACKED, ITEM_SENSOR, ITEM_SENSOR_T2, ITEM_SHIP_T1_PACKED, ITEM_SMITH_T1A_PACKED, ITEM_STORAGE_T1, ITEM_TENDER_T1A_PACKED, ITEM_TUG_T1A_PACKED, ITEM_TYPE_COMPONENT, ITEM_TYPE_ENTITY, ITEM_TYPE_MODULE, ITEM_TYPE_RESOURCE, ITEM_WAREHOUSE_T1_PACKED, ITEM_WARP_T1, ITEM_WARP_T2, ITEM_WORKSHOP_T1_PACKED, ITEM_WRIGHT_T1A_PACKED, InventoryAccessor, JOB_QUEUE_CAP, LANE_BARRIER, LANE_MOBILITY, LOCAL_HALF, LOCATION_MAX_DEPTH, LOCATION_MIN_DEPTH, Location, LocationType, LocationsManager, MAX_LEGS, MAX_ORBITAL_ALTITUDE, MAX_STARS_PER_STAT, MAX_STAR_RATING, MIN_ORBITAL_ALTITUDE, MIN_TRANSFER_DISTANCE_ORBITAL_VESSEL, MIN_TRANSFER_DISTANCE_PLANETARY_STRUCTURE, MODULE_ANY, MODULE_AUX, MODULE_BATTERY, MODULE_BUILDER, MODULE_CARGO_NOT_FOUND, MODULE_CRAFTER, MODULE_ENGINE, MODULE_ENTITY_BUSY, MODULE_GATHERER, MODULE_GENERATOR, MODULE_HAULER, MODULE_LAUNCHER, MODULE_LOADER, MODULE_NOT_MODULE, MODULE_SLOT_EMPTY, MODULE_SLOT_INVALID, MODULE_SLOT_OCCUPIED, MODULE_STAT_SCALING_ANCHOR, MODULE_STAT_SCALING_POST_ANCHOR_PERCENT, MODULE_STORAGE, MODULE_TIER_PREFIXES, MODULE_TYPE_MISMATCH, MODULE_WARP, index as NFT, NO_SCHEDULE, NftManager, PLANETARY_STRUCTURE_Z, PLANET_SUBTYPE_GAS_GIANT, PLANET_SUBTYPE_ICY, PLANET_SUBTYPE_INDUSTRIAL, PLANET_SUBTYPE_OCEAN, PLANET_SUBTYPE_ROCKY, PLANET_SUBTYPE_TERRESTRIAL, PLAYER_ALREADY_JOINED, PLAYER_NOT_FOUND, PLAYER_NOT_JOINED, PRECISION, platform as PlatformContract, Types$1 as PlatformTypes, Player, PlayersManager, RECIPE_INPUTS_EXCESS, RECIPE_INPUTS_INSUFFICIENT, RECIPE_INPUTS_INVALID, RECIPE_INPUTS_MIXED, RECIPE_NOT_FOUND, REGION_DIV, REGION_PER_AXIS, REQUIRES_MORE_THAN_ONE, REQUIRES_POSITIVE_VALUE, RESERVE_TIERS, RESOLVE_COUNT_EXCEEDS_COMPLETED, RESOURCE_TIER_ADJECTIVES, RESOURCE_TIER_MULT_TENTHS, RefitOp, SECTORS_PER_AXIS, SECTOR_DIV, SHIPLOAD_COLLECTION, SHIP_ALREADY_TRAVELING, SHIP_CANNOT_BUY_TRAVELING, SHIP_CANNOT_CANCEL_TASK, SHIP_CANNOT_UPDATE_TRAVELING, SHIP_NOT_ARRIVED, SHIP_NOT_FOUND, SHIP_NOT_IDLE, SHIP_NOT_OWNED, SHIP_NO_COMPLETED_TASKS, SHIP_NO_TASKS_TO_CANCEL, SLOT_FORMULAS, STAR_STEP, ScheduleAccessor, server as ServerContract, Types as ServerTypes, Shipload, SubscriptionsManager, TIER_ROLL_MAX, TRAVEL_MAX_DURATION, TaskCancelable, TaskType, WAREHOUSE_ALREADY_AT_LOCATION, WAREHOUSE_NOT_FOUND, WARP_HAS_CARGO, WARP_HAS_SCHEDULE, WARP_NOT_FULL_ENERGY, WARP_NO_CAPABILITY, WARP_OUT_OF_RANGE, WH, WOULD_OVERFILL, WOULD_STRAND, WebSocketConnection, YIELD_FRACTION_DEEP, YIELD_FRACTION_SHALLOW, addressFromCoordinates, allBuildableItems, allPlotBuildableItems, allocateProportional, applyCapacityTier, applyResourceTierMultiplier, availableBuildMethods, availableCapacity, availableCapacityFromMass, availableForItem, baseName, blendCargoStacks, blendComponentStacks, blendCrossGroup, blendStacks, buildComponentImmutable, buildEntityDescription, buildEntityImmutable, buildGatherPlan, buildImmutableData, buildMintAssetAction, buildModuleImmutable, buildResourceImmutable, calcCargoItemMass, calcCargoMass, calcClusterIntake, calcClustercraftDuration, calcCounterpartDelivery, calcEnergyUsage, calcStacksMass, calc_acceleration, calc_build_duration, calc_build_energy, calc_craft_duration, calc_craft_energy, calc_energyusage, calc_flighttime, calc_gather_duration, calc_gather_energy, calc_gather_rate, calc_group_flighttime, calc_loader_acceleration, calc_loader_flighttime, calc_onesided_duration, calc_orbital_altitude, calc_rechargetime, calc_ship_acceleration, calc_ship_flighttime, calc_ship_mass, calc_ship_rechargetime, calc_transfer_duration, calc_transit_duration, calc_travel_flighttime, calculateFlightTime, calculateLoadTimeBreakdown, calculateRefuelingTime, calculateTransferTime, canMove, cancelEligibility, candidateLaneCompletesAt, capabilityAttributes, capabilityNames, capacityTierMultiplier, capsHasCrafter, capsHasGatherer, capsHasHauler, capsHasLauncher, capsHasLoaders, capsHasMass, capsHasMovement, capsHasStorage, cargoInputKey, cargoItem, cargoItemToStack, cargoKey, cargoReadyAt, cargoRef, cargoUtils, categoryColors, categoryFromIndex, categoryLabel, categoryLabelFromIndex, clusterStockAvailable, compareByStars, componentIcon, composeIdleResolve, computeBaseCapacity, computeBaseCapacityContainer, computeBaseCapacityShip, computeBaseCapacityWarehouse, computeBaseHullmass$1 as computeBaseHullmass, computeBatteryCapabilities, computeBuilderCapabilities, computeBuilderDrain, computeBuilderSpeed, computeComponentStats, computeContainerCapabilities, computeCraftedOutputStats, computeCrafterCapabilities, computeCrafterDrain, computeCrafterSpeed, computeEffectiveModuleStat, computeEngineCapabilities, computeEngineDrain, computeEngineThrust, computeEntityCapabilities, computeEntityStats, computeFreeCells, computeGathererCapabilities, computeGathererDepth, computeGathererDrain, computeGathererYield, computeGeneratorCap, computeGeneratorCapabilities, computeGeneratorRech, computeGroupPerLegReach, computeHaulPenalty, computeHaulerCapabilities, computeHaulerCapacity, computeHaulerEfficiency, computeInputMass, computeLauncherCapabilities, computeLoaderCapabilities, computeLoaderMass, computeLoaderThrust, computeNftImageUrl, computePerLegReach, computeShipHullCapabilities, computeStorageCapabilities, computeTravelDrain, computeWarehouseHullCapabilities, computeWarpCapabilities, computeWarpRange, coordsToLocationId, createInventoryAccessor, createProjectedEntity, createScheduleAccessor, decodeAddress, decodeAtomicAsset, decodeCraftedItemStats, decodeRegion, decodeSector, decodeStat, decodeStats, Shipload as default, deriveLocation, deriveLocationSize, deriveLocationStatic, deriveResourceStats, deriveStatMappings, deriveStrata, deriveStratum, derivedLoaders, describeItem, describeModule, describeModuleForItem, describeModuleForSlot, deserializeAsset, deserializeAtomicData, deserializeComponent, deserializeEntity, deserializeModule, deserializeResource, displayName, distanceBetweenCoordinates, distanceBetweenPoints, easeFlightProgress, eligibleUpgrades, encodeAddress, encodeAddressMemo, encodeGatheredCargoStats, encodeRegion, encodeSector, encodeStats, energyAtTime, energyPercent, entityDisplayName, estimateDealTravelTime, estimateTravelTime, estimateUnwrapDuration, feistel, feistelInv, fetchAtomicAssetsForOwner, fetchAtomicSchemas, filterByBuildMethod, findNearbyPlanets, flightSpeedFactor, formatLocation, formatMass, formatMassDelta, formatMassScaled, formatModuleLine, formatTier, gatherEnergyCost, gathererDepthForTier, getAllRecipes, getBaseHullmassFor, getCapabilityAttributeRows, getCapabilityAttributes, getCategoryInfo, getComponentDemand, getComponents, getCurrentEpoch, getDepthThreshold, getDestinationLocation, getEffectiveReserve, getEligibleResources, getEntityClass, getEntityItems, getEntityLayout, getEpochInfo, getFlightOrigin, getInterpolatedPosition, getItem, getItems, getKindMeta, getLocationCandidates, getLocationKind, getLocationProfile, getLocationType, getLocationTypeName, getModuleCapabilityType, getModules, getPackedEntityType, getPlanetSubtype, getPlanetSubtypes, getPositionAt, getProducersForAttribute, getRecipe, getRecipeConsumers, getResourceDemand, getResourceTier, getResourceWeight, getResources, getStatDefinitions, getStatMappings, getStatMappingsForCapability, getStatMappingsForStat, getStatName, getSystemName, getTemplateMeta, hasEnergy, hasEnergyForDistance, hasGatherer, hasIncomingCoupling, hasLoaders, hasMass, hasSchedule, hasSourceCoupling, hasSpace, hasSpaceForMass, hasStorage, hasSystem, hash, hash512, incomingHoldMass, interpolateFlightPosition, isBuildable, isConstructionDock, isContainer, isCraftedItem, isExtractor, isFactory, isFull, isFullFromMass, isGatherableLocation, isHub, isInvertedAttribute, isLocationBuildable, isModuleItem, isNexus, isPlot, isPlotBuildable, isRelatedItem, isShip, isSubscriptionsDebugEnabled, isValidWormholePair, isWarehouse, isWorkshop, itemAbbreviations, itemCategory, itemIds, itemOffset, itemTier, itemTypeCode, jobsToLanes, kindCan, laneKeyForModule, lerp$1 as lerp, makeEntity, mapEntity, maxCraftable, maxQtyForCharge, maxTravelDistance, mergeStacks, moduleAccepts, moduleDisplayName, moduleIcon, moduleSlotTypeToCode, nearbyWormholes, needsRecharge, normalizeDisplayName, parseWireEntity, partnerRegion, pickFabricator, planParallelTransfer, planRoute, projectEntity, projectEntityAt, projectRemainingAt, projectedCargoAvailableAt, projectedPeakCargomass, rawScheduleEnd, readCommonBase, receiveFits, regionOf, removeFromStacks, renderDescription, resolveItem, resolveItemCategory, resolveLaneBuilder, resolveLaneCrafter, resolveLaneGatherer, resolveLaneLoader, resolveLockedAmount, resolveStats, rollTier, rollWithinTier, rollupBuilder, rollupCrafter, rollupGatherer, rollupLoaders, rotation, schedule, sdkSystemGraph, selectGatherLane, setSubscriptionsDebug, simulateRoute, slotAcceptsModule, socketTail, sourceLabelForOutput, splitCost, stackKey, stackToCargoItem, stacksEqual, starRating, starsForStat, statMagnitude, subtractFromStacks, taskCargoChanges, taskCargoEffect, tierAdjective, tierColors, tierOfReserve, toLocation, typeLabel, unwrapLoadDuration, unwrapTransitDuration, usedInputStatKeys, validateDisplayName, validateSchedule, workerLaneKey, wormholeAt, wormholeAtRegionEndpoint, yieldThresholdAt };
21723
+ export { ALL_ENTITY_TYPES, ATOMICASSETS_ACCOUNT, ActionsManager, BASE_HAUL_PENALTY_MILLI$1 as BASE_HAUL_PENALTY_MILLI, BASE_ORBITAL_MASS, BLEND_INPUTS_MUST_MATCH, BLEND_REQUIRES_MULTIPLE, BLEND_STAT_LESS_NOT_SUPPORTED, CANCEL_CONTAINS_GROUPED_TASK, CAPACITY_TIER_TABLE, CAP_DEMOLISH, CAP_MODULES, CAP_UNDEPLOY, CAP_WRAP, CATEGORY_LABELS, COMMIT_ALREADY_SET, COMMIT_CANNOT_MATCH, COMMIT_NOT_SET, COMPANY_NOT_FOUND, COMPONENT_TIER_PREFIXES, CONTAINER_NOT_FOUND, CONTAINER_Z, COORD_MAX, COORD_MIN, COORD_OFFSET, CRAFT_ENERGY_DIVISOR, CRAFT_EXCEEDS_ENERGY_CAPACITY, CRAFT_NOT_ENOUGH_ENERGY, CancelBlockReason, ClusterManager, ConstructionManager, Coordinates, DEFAULT_BASE_HULLMASS, DEPLOY_ENTITY_HAS_SCHEDULE, DEPTH_THRESHOLD_T1, DEPTH_THRESHOLD_T2, DEPTH_THRESHOLD_T3, DEPTH_THRESHOLD_T4, DEPTH_THRESHOLD_T5, DESTINATION_CAPACITY_EXCEEDED, ENGINE_DRAIN_BASE, ENGINE_DRAIN_REF_THM, ENGINE_DRAIN_REF_THRUST, ENTITY_ALREADY_THERE, ENTITY_CAPACITY_EXCEEDED, ENTITY_CARGO_NOT_LOADED, ENTITY_CARGO_NOT_OWNED, ENTITY_CONSTRUCTION_DOCK, ENTITY_CONTAINER, ENTITY_EXTRACTOR, ENTITY_FACTORY, ENTITY_HUB, ENTITY_INVALID_CARGO, ENTITY_INVALID_DESTINATION, ENTITY_INVALID_TRAVEL_DURATION, ENTITY_NEXUS, ENTITY_NOT_ENOUGH_ENERGY, ENTITY_NOT_ENOUGH_ENERGY_CAPACITY, ENTITY_NO_CRAFTER, ENTITY_SHIP, ENTITY_WAREHOUSE, ENTITY_WORKSHOP, EPOCH_NON_ZERO, EPOCH_NOT_READY, ERROR_SYSTEM_ALREADY_INITIALIZED, ERROR_SYSTEM_DISABLED, ERROR_SYSTEM_NOT_INITIALIZED, EntitiesManager, Entity, EntityClass, EntityInventory, EpochsManager, GAME_NOT_FOUND, GAME_SEED_NOT_SET, GATHERER_DEPTH_MAX_TIER, GATHERER_DEPTH_TABLE, GATHER_EXCEEDS_ENERGY_CAPACITY, GATHER_MASS_DIVISOR, GATHER_NOT_ENOUGH_ENERGY, GROUP_DUPLICATE_ENTITY, GROUP_EMPTY, GROUP_ENTITY_NOT_MOVABLE, GROUP_HAUL_CAPACITY_EXCEEDED, GROUP_NOT_FOUND, GROUP_NOT_SAME_LOCATION, GROUP_NOT_SAME_OWNER, GROUP_NO_THRUST, GameState, HAULER_EFFICIENCY_DENOM$1 as HAULER_EFFICIENCY_DENOM, HoldKind, INSUFFICIENT_BALANCE, INSUFFICIENT_ITEM_QUANTITY, INSUFFICIENT_ITEM_SUPPLY, INTAKE_RATE, INVALID_AMOUNT, ITEM_BATTERY_T1, ITEM_BATTERY_T2, ITEM_BEAM, ITEM_BEAM_T2, ITEM_BIOMASS_T1, ITEM_BIOMASS_T10, ITEM_BIOMASS_T2, ITEM_BIOMASS_T3, ITEM_BIOMASS_T4, ITEM_BIOMASS_T5, ITEM_BIOMASS_T6, ITEM_BIOMASS_T7, ITEM_BIOMASS_T8, ITEM_BIOMASS_T9, ITEM_BUILDER_T1, ITEM_BUILDER_T2, ITEM_CERAMIC, ITEM_CERAMIC_T2, ITEM_CONSTRUCTION_DOCK_T1_PACKED, ITEM_CONTAINER_T1_PACKED, ITEM_CONTAINER_T2_PACKED, ITEM_CRAFTER_T1, ITEM_CRAFTER_T2, ITEM_CRYSTAL_T1, ITEM_CRYSTAL_T10, ITEM_CRYSTAL_T2, ITEM_CRYSTAL_T3, ITEM_CRYSTAL_T4, ITEM_CRYSTAL_T5, ITEM_CRYSTAL_T6, ITEM_CRYSTAL_T7, ITEM_CRYSTAL_T8, ITEM_CRYSTAL_T9, ITEM_DOES_NOT_EXIST, ITEM_DREDGER_T2A_PACKED, ITEM_ENGINE_T1, ITEM_ENGINE_T2, ITEM_EXTRACTOR_T1_PACKED, ITEM_FACTORY_T1_PACKED, ITEM_FRAME, ITEM_FRAME_T2, ITEM_GAS_T1, ITEM_GAS_T10, ITEM_GAS_T2, ITEM_GAS_T3, ITEM_GAS_T4, ITEM_GAS_T5, ITEM_GAS_T6, ITEM_GAS_T7, ITEM_GAS_T8, ITEM_GAS_T9, ITEM_GATHERER_T1, ITEM_GATHERER_T2, ITEM_GENERATOR_T1, ITEM_GENERATOR_T2, ITEM_HAULER_T1, ITEM_HAULER_T2, ITEM_HUB_T1_PACKED, ITEM_LAUNCHER_T1, ITEM_LOADER_T1, ITEM_LOADER_T2, ITEM_MASS_CATCHER_T1_PACKED, ITEM_MASS_DRIVER_T1_PACKED, ITEM_NOT_AVAILABLE_AT_LOCATION, ITEM_NOT_DEPLOYABLE, ITEM_NOT_PACKED_ENTITY, ITEM_ORE_T1, ITEM_ORE_T10, ITEM_ORE_T2, ITEM_ORE_T3, ITEM_ORE_T4, ITEM_ORE_T5, ITEM_ORE_T6, ITEM_ORE_T7, ITEM_ORE_T8, ITEM_ORE_T9, ITEM_PLASMA_CELL, ITEM_PLASMA_CELL_T2, ITEM_PLATE, ITEM_PLATE_T2, ITEM_POLYMER, ITEM_POLYMER_T2, ITEM_PORTER_T1A_PACKED, ITEM_PROSPECTOR_T1A_PACKED, ITEM_PROSPECTOR_T2A_PACKED, ITEM_PROSPECTOR_T2B_PACKED, ITEM_REACTOR, ITEM_REACTOR_T2, ITEM_REGOLITH_T1, ITEM_REGOLITH_T10, ITEM_REGOLITH_T2, ITEM_REGOLITH_T3, ITEM_REGOLITH_T4, ITEM_REGOLITH_T5, ITEM_REGOLITH_T6, ITEM_REGOLITH_T7, ITEM_REGOLITH_T8, ITEM_REGOLITH_T9, ITEM_RESIN, ITEM_RESIN_T2, ITEM_RESONATOR, ITEM_RESONATOR_T2, ITEM_ROUSTABOUT_T1A_PACKED, ITEM_SENSOR, ITEM_SENSOR_T2, ITEM_SHIP_T1_PACKED, ITEM_SMITH_T1A_PACKED, ITEM_STORAGE_T1, ITEM_STORAGE_T2, ITEM_TENDER_T1A_PACKED, ITEM_TUG_T1A_PACKED, ITEM_TYPE_COMPONENT, ITEM_TYPE_ENTITY, ITEM_TYPE_MODULE, ITEM_TYPE_RESOURCE, ITEM_WAREHOUSE_T1_PACKED, ITEM_WARP_T1, ITEM_WARP_T2, ITEM_WORKSHOP_T1_PACKED, ITEM_WRIGHT_T1A_PACKED, InventoryAccessor, JOB_QUEUE_CAP, LANE_BARRIER, LANE_MOBILITY, LOCAL_HALF, LOCATION_MAX_DEPTH, LOCATION_MIN_DEPTH, Location, LocationType, LocationsManager, MAX_LEGS, MAX_ORBITAL_ALTITUDE, MAX_STARS_PER_STAT, MAX_STAR_RATING, MIN_ORBITAL_ALTITUDE, MIN_TRANSFER_DISTANCE_ORBITAL_VESSEL, MIN_TRANSFER_DISTANCE_PLANETARY_STRUCTURE, MODULE_ANY, MODULE_AUX, MODULE_BATTERY, MODULE_BUILDER, MODULE_CARGO_NOT_FOUND, MODULE_CRAFTER, MODULE_ENGINE, MODULE_ENTITY_BUSY, MODULE_GATHERER, MODULE_GENERATOR, MODULE_HAULER, MODULE_LAUNCHER, MODULE_LOADER, MODULE_NOT_MODULE, MODULE_SLOT_EMPTY, MODULE_SLOT_INVALID, MODULE_SLOT_OCCUPIED, MODULE_STAT_SCALING_ANCHOR, MODULE_STAT_SCALING_POST_ANCHOR_PERCENT, MODULE_STORAGE, MODULE_TIER_PREFIXES, MODULE_TYPE_MISMATCH, MODULE_WARP, index as NFT, NO_SCHEDULE, NftManager, PLANETARY_STRUCTURE_Z, PLANET_SUBTYPE_GAS_GIANT, PLANET_SUBTYPE_ICY, PLANET_SUBTYPE_INDUSTRIAL, PLANET_SUBTYPE_OCEAN, PLANET_SUBTYPE_ROCKY, PLANET_SUBTYPE_TERRESTRIAL, PLAYER_ALREADY_JOINED, PLAYER_NOT_FOUND, PLAYER_NOT_JOINED, PRECISION, platform as PlatformContract, Types$1 as PlatformTypes, Player, PlayersManager, RECIPE_INPUTS_EXCESS, RECIPE_INPUTS_INSUFFICIENT, RECIPE_INPUTS_INVALID, RECIPE_INPUTS_MIXED, RECIPE_NOT_FOUND, REGION_DIV, REGION_PER_AXIS, REQUIRES_MORE_THAN_ONE, REQUIRES_POSITIVE_VALUE, RESERVE_TIERS, RESOLVE_COUNT_EXCEEDS_COMPLETED, RESOURCE_TIER_ADJECTIVES, RESOURCE_TIER_MULT_TENTHS, RefitOp, SECTORS_PER_AXIS, SECTOR_DIV, SHIPLOAD_COLLECTION, SHIP_ALREADY_TRAVELING, SHIP_CANNOT_BUY_TRAVELING, SHIP_CANNOT_CANCEL_TASK, SHIP_CANNOT_UPDATE_TRAVELING, SHIP_NOT_ARRIVED, SHIP_NOT_FOUND, SHIP_NOT_IDLE, SHIP_NOT_OWNED, SHIP_NO_COMPLETED_TASKS, SHIP_NO_TASKS_TO_CANCEL, SLOT_FORMULAS, STAR_STEP, ScheduleAccessor, server as ServerContract, Types as ServerTypes, Shipload, SubscriptionsManager, TIER_ROLL_MAX, TRAVEL_MAX_DURATION, TaskCancelable, TaskType, WAREHOUSE_ALREADY_AT_LOCATION, WAREHOUSE_NOT_FOUND, WARP_HAS_CARGO, WARP_HAS_SCHEDULE, WARP_NOT_FULL_ENERGY, WARP_NO_CAPABILITY, WARP_OUT_OF_RANGE, WH, WOULD_OVERFILL, WOULD_STRAND, WebSocketConnection, YIELD_FRACTION_DEEP, YIELD_FRACTION_SHALLOW, addressFromCoordinates, allBuildableItems, allPlotBuildableItems, allocateProportional, applyCapacityTier, applyResourceTierMultiplier, availableBuildMethods, availableCapacity, availableCapacityFromMass, availableForItem, baseName, blendCargoStacks, blendComponentStacks, blendCrossGroup, blendStacks, buildComponentImmutable, buildEntityDescription, buildEntityImmutable, buildGatherPlan, buildImmutableData, buildMintAssetAction, buildModuleImmutable, buildResourceImmutable, calcCargoItemMass, calcCargoMass, calcClusterIntake, calcClustercraftDuration, calcCounterpartDelivery, calcEnergyUsage, calcStacksMass, calc_acceleration, calc_build_duration, calc_build_energy, calc_craft_duration, calc_craft_energy, calc_energyusage, calc_flighttime, calc_gather_duration, calc_gather_energy, calc_gather_rate, calc_group_flighttime, calc_loader_acceleration, calc_loader_flighttime, calc_onesided_duration, calc_orbital_altitude, calc_rechargetime, calc_ship_acceleration, calc_ship_flighttime, calc_ship_mass, calc_ship_rechargetime, calc_transfer_duration, calc_transit_duration, calc_travel_flighttime, calculateFlightTime, calculateLoadTimeBreakdown, calculateRefuelingTime, calculateTransferTime, canMove, cancelEligibility, candidateLaneCompletesAt, capabilityAttributes, capabilityNames, capacityTierMultiplier, capsHasCrafter, capsHasGatherer, capsHasHauler, capsHasLauncher, capsHasLoaders, capsHasMass, capsHasMovement, capsHasStorage, cargoInputKey, cargoItem, cargoItemToStack, cargoKey, cargoReadyAt, cargoRef, cargoUtils, categoryColors, categoryFromIndex, categoryLabel, categoryLabelFromIndex, clusterStockAvailable, compareByStars, componentIcon, composeIdleResolve, computeBaseCapacity, computeBaseCapacityContainer, computeBaseCapacityShip, computeBaseCapacityWarehouse, computeBaseHullmass$1 as computeBaseHullmass, computeBatteryCapabilities, computeBuilderCapabilities, computeBuilderDrain, computeBuilderSpeed, computeComponentStats, computeContainerCapabilities, computeCraftedOutputStats, computeCrafterCapabilities, computeCrafterDrain, computeCrafterSpeed, computeEffectiveModuleStat, computeEngineCapabilities, computeEngineDrain, computeEngineThrust, computeEntityCapabilities, computeEntityStats, computeFreeCells, computeGathererCapabilities, computeGathererDepth, computeGathererDrain, computeGathererYield, computeGeneratorCap, computeGeneratorCapabilities, computeGeneratorRech, computeGroupPerLegReach, computeHaulPenalty, computeHaulerCapabilities, computeHaulerCapacity, computeHaulerEfficiency, computeInputMass, computeLauncherCapabilities, computeLoaderCapabilities, computeLoaderMass, computeLoaderThrust, computeNftImageUrl, computePerLegReach, computeShipHullCapabilities, computeStorageCapabilities, computeTravelDrain, computeWarehouseHullCapabilities, computeWarpCapabilities, computeWarpRange, coordsToLocationId, createInventoryAccessor, createProjectedEntity, createScheduleAccessor, decodeAddress, decodeAtomicAsset, decodeCraftedItemStats, decodeRegion, decodeSector, decodeStat, decodeStats, Shipload as default, deriveLocation, deriveLocationSize, deriveLocationStatic, deriveResourceStats, deriveStatMappings, deriveStrata, deriveStratum, derivedLoaders, describeItem, describeModule, describeModuleForItem, describeModuleForSlot, deserializeAsset, deserializeAtomicData, deserializeComponent, deserializeEntity, deserializeModule, deserializeResource, displayName, distanceBetweenCoordinates, distanceBetweenPoints, easeFlightProgress, eligibleUpgrades, encodeAddress, encodeAddressMemo, encodeGatheredCargoStats, encodeRegion, encodeSector, encodeStats, energyAtTime, energyPercent, entityDisplayName, estimateDealTravelTime, estimateTravelTime, estimateUnwrapDuration, feistel, feistelInv, fetchAtomicAssetsForOwner, fetchAtomicSchemas, filterByBuildMethod, findNearbyPlanets, flightSpeedFactor, formatLocation, formatMass, formatMassDelta, formatMassScaled, formatModuleLine, formatTier, gatherEnergyCost, gathererDepthForTier, getAllRecipes, getBaseHullmassFor, getCapabilityAttributeRows, getCapabilityAttributes, getCategoryInfo, getComponentDemand, getComponents, getCurrentEpoch, getDepthThreshold, getDestinationLocation, getEffectiveReserve, getEligibleResources, getEntityClass, getEntityItems, getEntityLayout, getEpochInfo, getFlightOrigin, getInterpolatedPosition, getItem, getItems, getKindMeta, getLocationCandidates, getLocationKind, getLocationProfile, getLocationType, getLocationTypeName, getModuleCapabilityType, getModules, getPackedEntityType, getPlanetSubtype, getPlanetSubtypes, getPositionAt, getProducersForAttribute, getRecipe, getRecipeConsumers, getResourceDemand, getResourceTier, getResourceWeight, getResources, getStatDefinitions, getStatMappings, getStatMappingsForCapability, getStatMappingsForStat, getStatName, getSystemName, getTemplateMeta, hasEnergy, hasEnergyForDistance, hasGatherer, hasIncomingCoupling, hasLoaders, hasMass, hasSchedule, hasSourceCoupling, hasSpace, hasSpaceForMass, hasStorage, hasSystem, hash, hash512, incomingHoldMass, interpolateFlightPosition, isBuildable, isConstructionDock, isContainer, isCraftedItem, isExtractor, isFactory, isFull, isFullFromMass, isGatherableLocation, isHub, isInvertedAttribute, isLocationBuildable, isModuleItem, isNexus, isPlot, isPlotBuildable, isRelatedItem, isShip, isSubscriptionsDebugEnabled, isValidWormholePair, isWarehouse, isWorkshop, itemAbbreviations, itemCategory, itemIds, itemOffset, itemTier, itemTypeCode, jobsToLanes, kindCan, laneKeyForModule, lerp$1 as lerp, makeEntity, mapEntity, maxCraftable, maxQtyForCharge, maxTravelDistance, mergeStacks, moduleAccepts, moduleDisplayName, moduleIcon, moduleSlotTypeToCode, nearbyWormholes, needsRecharge, normalizeDisplayName, parseWireEntity, partnerRegion, pickFabricator, planParallelTransfer, planRoute, projectEntity, projectEntityAt, projectRemainingAt, projectedCargoAvailableAt, projectedPeakCargomass, rawScheduleEnd, readCommonBase, receiveFits, regionOf, removeFromStacks, renderDescription, resolveItem, resolveItemCategory, resolveLaneBuilder, resolveLaneCrafter, resolveLaneGatherer, resolveLaneLoader, resolveLockedAmount, resolveStats, rollTier, rollWithinTier, rollupBuilder, rollupCrafter, rollupGatherer, rollupLoaders, rotation, schedule, sdkSystemGraph, selectGatherLane, setSubscriptionsDebug, simulateRoute, slotAcceptsModule, socketTail, sourceLabelForOutput, splitCost, stackKey, stackToCargoItem, stacksEqual, starRating, starsForStat, statMagnitude, subtractFromStacks, taskCargoChanges, taskCargoEffect, tierAdjective, tierColors, tierOfReserve, toLocation, typeLabel, unwrapLoadDuration, unwrapTransitDuration, usedInputStatKeys, validateDisplayName, validateSchedule, workerLaneKey, wormholeAt, wormholeAtRegionEndpoint, yieldThresholdAt };
21562
21724
  //# sourceMappingURL=shipload.m.js.map