@shipload/sdk 1.0.0-next.36 → 1.0.0-next.38
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 +67 -3
- package/lib/shipload.js +279 -82
- package/lib/shipload.js.map +1 -1
- package/lib/shipload.m.js +274 -83
- package/lib/shipload.m.js.map +1 -1
- package/lib/testing.js +4 -4
- package/lib/testing.js.map +1 -1
- package/lib/testing.m.js +4 -4
- package/lib/testing.m.js.map +1 -1
- package/package.json +1 -1
- package/src/data/capabilities.ts +7 -10
- package/src/data/capability-formulas.ts +8 -8
- package/src/data/metadata.ts +4 -5
- package/src/data/recipes.json +5 -5
- package/src/derivation/capabilities.test.ts +3 -3
- package/src/derivation/capabilities.ts +30 -31
- package/src/entities/slot-multiplier.ts +4 -0
- package/src/index-module.ts +16 -0
- package/src/nft/buildImmutableData.ts +23 -6
- package/src/nft/description.ts +31 -8
- package/src/resolution/describe-module.ts +13 -5
- package/src/resolution/resolve-item.ts +31 -9
- package/src/travel/reach.ts +23 -0
- package/src/travel/route-planner.ts +183 -0
package/lib/testing.m.js
CHANGED
|
@@ -3645,8 +3645,8 @@ const itemMetadata = {
|
|
|
3645
3645
|
color: '#B877FF',
|
|
3646
3646
|
},
|
|
3647
3647
|
10105: {
|
|
3648
|
-
name: '
|
|
3649
|
-
description: '
|
|
3648
|
+
name: 'Cargo Bay',
|
|
3649
|
+
description: 'Expanded cargo storage with reinforced internal holds.',
|
|
3650
3650
|
color: '#8B7355',
|
|
3651
3651
|
},
|
|
3652
3652
|
10106: {
|
|
@@ -3660,8 +3660,8 @@ const itemMetadata = {
|
|
|
3660
3660
|
color: '#9be4ff',
|
|
3661
3661
|
},
|
|
3662
3662
|
10108: {
|
|
3663
|
-
name: 'Battery',
|
|
3664
|
-
description: '
|
|
3663
|
+
name: 'Battery Bank',
|
|
3664
|
+
description: 'Stores additional charge produced by generators.',
|
|
3665
3665
|
color: '#4ADBFF',
|
|
3666
3666
|
},
|
|
3667
3667
|
10200: {
|