@shipload/sdk 1.0.0-next.46 → 1.0.0-next.47
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.d.ts +2 -1
- package/lib/shipload.js +57 -25
- package/lib/shipload.js.map +1 -1
- package/lib/shipload.m.js +57 -26
- package/lib/shipload.m.js.map +1 -1
- package/lib/testing.js +5 -5
- package/lib/testing.js.map +1 -1
- package/lib/testing.m.js +5 -5
- package/lib/testing.m.js.map +1 -1
- package/package.json +1 -1
- package/src/capabilities/modules.ts +9 -0
- package/src/data/capabilities.ts +1 -1
- package/src/data/metadata.ts +11 -11
- package/src/data/recipes.json +16 -0
- package/src/derivation/crafting.ts +13 -9
- package/src/nft/description.ts +7 -3
package/lib/testing.m.js
CHANGED
|
@@ -3908,7 +3908,7 @@ const itemMetadata = {
|
|
|
3908
3908
|
color: '#E86344',
|
|
3909
3909
|
},
|
|
3910
3910
|
10101: {
|
|
3911
|
-
name: '
|
|
3911
|
+
name: 'Power Core',
|
|
3912
3912
|
description: 'Basic energy system. Stores and recharges energy from resonant crystals.',
|
|
3913
3913
|
color: '#4ADBFF',
|
|
3914
3914
|
},
|
|
@@ -3944,7 +3944,7 @@ const itemMetadata = {
|
|
|
3944
3944
|
},
|
|
3945
3945
|
10108: {
|
|
3946
3946
|
name: 'Battery Bank',
|
|
3947
|
-
description: 'Stores additional charge produced by
|
|
3947
|
+
description: 'Stores additional charge produced by the power core.',
|
|
3948
3948
|
color: '#4ADBFF',
|
|
3949
3949
|
},
|
|
3950
3950
|
10109: {
|
|
@@ -3979,7 +3979,7 @@ const itemMetadata = {
|
|
|
3979
3979
|
},
|
|
3980
3980
|
10205: {
|
|
3981
3981
|
name: 'Mass Driver',
|
|
3982
|
-
description: 'Planetary launch platform with
|
|
3982
|
+
description: 'Planetary launch platform with power core and drive coil module slots.',
|
|
3983
3983
|
color: '#E86344',
|
|
3984
3984
|
},
|
|
3985
3985
|
10206: {
|
|
@@ -4048,7 +4048,7 @@ const itemMetadata = {
|
|
|
4048
4048
|
color: '#7B8D9E',
|
|
4049
4049
|
},
|
|
4050
4050
|
20106: {
|
|
4051
|
-
name: 'Tractor Beam
|
|
4051
|
+
name: 'Tractor Beam',
|
|
4052
4052
|
description: 'Advanced haul beam projector reinforced with tier 2 components for greater towing capacity.',
|
|
4053
4053
|
color: '#4ADBFF',
|
|
4054
4054
|
},
|
|
@@ -4059,7 +4059,7 @@ const itemMetadata = {
|
|
|
4059
4059
|
},
|
|
4060
4060
|
20210: {
|
|
4061
4061
|
name: 'Prospector',
|
|
4062
|
-
description: 'Advanced exploration vessel with tiered engine,
|
|
4062
|
+
description: 'Advanced exploration vessel with tiered engine, power core, and limpet bay slots.',
|
|
4063
4063
|
color: '#4AE898',
|
|
4064
4064
|
},
|
|
4065
4065
|
20211: {
|