@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.js
CHANGED
|
@@ -3912,7 +3912,7 @@ const itemMetadata = {
|
|
|
3912
3912
|
color: '#E86344',
|
|
3913
3913
|
},
|
|
3914
3914
|
10101: {
|
|
3915
|
-
name: '
|
|
3915
|
+
name: 'Power Core',
|
|
3916
3916
|
description: 'Basic energy system. Stores and recharges energy from resonant crystals.',
|
|
3917
3917
|
color: '#4ADBFF',
|
|
3918
3918
|
},
|
|
@@ -3948,7 +3948,7 @@ const itemMetadata = {
|
|
|
3948
3948
|
},
|
|
3949
3949
|
10108: {
|
|
3950
3950
|
name: 'Battery Bank',
|
|
3951
|
-
description: 'Stores additional charge produced by
|
|
3951
|
+
description: 'Stores additional charge produced by the power core.',
|
|
3952
3952
|
color: '#4ADBFF',
|
|
3953
3953
|
},
|
|
3954
3954
|
10109: {
|
|
@@ -3983,7 +3983,7 @@ const itemMetadata = {
|
|
|
3983
3983
|
},
|
|
3984
3984
|
10205: {
|
|
3985
3985
|
name: 'Mass Driver',
|
|
3986
|
-
description: 'Planetary launch platform with
|
|
3986
|
+
description: 'Planetary launch platform with power core and drive coil module slots.',
|
|
3987
3987
|
color: '#E86344',
|
|
3988
3988
|
},
|
|
3989
3989
|
10206: {
|
|
@@ -4052,7 +4052,7 @@ const itemMetadata = {
|
|
|
4052
4052
|
color: '#7B8D9E',
|
|
4053
4053
|
},
|
|
4054
4054
|
20106: {
|
|
4055
|
-
name: 'Tractor Beam
|
|
4055
|
+
name: 'Tractor Beam',
|
|
4056
4056
|
description: 'Advanced haul beam projector reinforced with tier 2 components for greater towing capacity.',
|
|
4057
4057
|
color: '#4ADBFF',
|
|
4058
4058
|
},
|
|
@@ -4063,7 +4063,7 @@ const itemMetadata = {
|
|
|
4063
4063
|
},
|
|
4064
4064
|
20210: {
|
|
4065
4065
|
name: 'Prospector',
|
|
4066
|
-
description: 'Advanced exploration vessel with tiered engine,
|
|
4066
|
+
description: 'Advanced exploration vessel with tiered engine, power core, and limpet bay slots.',
|
|
4067
4067
|
color: '#4AE898',
|
|
4068
4068
|
},
|
|
4069
4069
|
20211: {
|