@shipload/sdk 1.0.0-next.54 → 1.0.0-next.55

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/testing.js CHANGED
@@ -4087,6 +4087,12 @@ var items = [
4087
4087
  type: "entity",
4088
4088
  tier: 1
4089
4089
  },
4090
+ {
4091
+ id: 10209,
4092
+ mass: 1900000,
4093
+ type: "entity",
4094
+ tier: 1
4095
+ },
4090
4096
  {
4091
4097
  id: 10210,
4092
4098
  mass: 1600000,
@@ -4466,6 +4472,11 @@ const itemMetadata = {
4466
4472
  description: 'A station workshop with five independent workers. Visiting ships bring materials and power, and the workshop does the crafting.',
4467
4473
  color: '#B877FF',
4468
4474
  },
4475
+ 10209: {
4476
+ name: 'Construction Dock',
4477
+ description: 'An immobile station construction facility with amplified power core and assembly arm slots.',
4478
+ color: '#FFB347',
4479
+ },
4469
4480
  10210: {
4470
4481
  name: 'Roustabout',
4471
4482
  description: 'A basic starter ship. One engine, one power core, and one open slot to fit as you like.',