@shipload/sdk 1.0.0-next.51 → 1.0.0-next.53

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.
Files changed (60) hide show
  1. package/lib/shipload.d.ts +471 -158
  2. package/lib/shipload.js +2320 -485
  3. package/lib/shipload.js.map +1 -1
  4. package/lib/shipload.m.js +2290 -484
  5. package/lib/shipload.m.js.map +1 -1
  6. package/lib/testing.d.ts +123 -8
  7. package/lib/testing.js +450 -19
  8. package/lib/testing.js.map +1 -1
  9. package/lib/testing.m.js +451 -20
  10. package/lib/testing.m.js.map +1 -1
  11. package/package.json +1 -1
  12. package/src/capabilities/crafting.ts +10 -1
  13. package/src/capabilities/gathering.ts +1 -1
  14. package/src/capabilities/hauling.ts +0 -5
  15. package/src/capabilities/modules.ts +6 -0
  16. package/src/capabilities/movement.ts +1 -1
  17. package/src/contracts/server.ts +293 -13
  18. package/src/data/capabilities.ts +18 -2
  19. package/src/data/capability-formulas.ts +5 -0
  20. package/src/data/entities.json +235 -20
  21. package/src/data/item-ids.ts +10 -0
  22. package/src/data/items.json +61 -0
  23. package/src/data/kind-registry.json +53 -1
  24. package/src/data/kind-registry.ts +5 -0
  25. package/src/data/metadata.ts +74 -5
  26. package/src/data/recipes-runtime.ts +1 -0
  27. package/src/data/recipes.json +895 -119
  28. package/src/derivation/capabilities.test.ts +105 -4
  29. package/src/derivation/capabilities.ts +162 -57
  30. package/src/derivation/capability-mappings.ts +2 -0
  31. package/src/derivation/crafting.ts +2 -0
  32. package/src/derivation/recipe-usage.test.ts +10 -7
  33. package/src/derivation/rollups.ts +16 -0
  34. package/src/derivation/stat-scaling.ts +12 -0
  35. package/src/entities/makers.ts +10 -1
  36. package/src/index-module.ts +29 -3
  37. package/src/managers/actions.ts +77 -46
  38. package/src/managers/construction-types.ts +2 -2
  39. package/src/managers/construction.ts +15 -15
  40. package/src/managers/plot.ts +1 -1
  41. package/src/nft/buildImmutableData.ts +55 -9
  42. package/src/nft/description.ts +99 -36
  43. package/src/planner/planner.test.ts +50 -41
  44. package/src/resolution/resolve-item.test.ts +1 -1
  45. package/src/resolution/resolve-item.ts +26 -11
  46. package/src/scheduling/availability.ts +7 -6
  47. package/src/scheduling/cancel.test.ts +40 -6
  48. package/src/scheduling/cancel.ts +21 -29
  49. package/src/scheduling/jobs.ts +71 -0
  50. package/src/scheduling/lanes.ts +29 -0
  51. package/src/scheduling/projection.ts +42 -25
  52. package/src/scheduling/task-cargo.ts +1 -1
  53. package/src/testing/projection-parity.ts +2 -2
  54. package/src/travel/reach.ts +4 -6
  55. package/src/travel/route-planner.ts +60 -49
  56. package/src/travel/route-simulator.ts +3 -7
  57. package/src/travel/travel.ts +14 -5
  58. package/src/types/capabilities.ts +9 -3
  59. package/src/types.ts +5 -3
  60. package/src/managers/flatten-gather-plan.test.ts +0 -80
@@ -772,6 +772,46 @@
772
772
  ],
773
773
  "blendWeights": []
774
774
  },
775
+ {
776
+ "outputItemId": 10110,
777
+ "outputMass": 960000,
778
+ "inputs": [
779
+ {
780
+ "itemId": 10006,
781
+ "quantity": 300
782
+ },
783
+ {
784
+ "itemId": 10008,
785
+ "quantity": 300
786
+ }
787
+ ],
788
+ "statSlots": [
789
+ {
790
+ "sources": [
791
+ {
792
+ "inputIndex": 0,
793
+ "statIndex": 2
794
+ },
795
+ {
796
+ "inputIndex": 1,
797
+ "statIndex": 0
798
+ }
799
+ ]
800
+ },
801
+ {
802
+ "sources": [
803
+ {
804
+ "inputIndex": 1,
805
+ "statIndex": 1
806
+ }
807
+ ]
808
+ }
809
+ ],
810
+ "blendWeights": [
811
+ 1,
812
+ 1
813
+ ]
814
+ },
775
815
  {
776
816
  "outputItemId": 10200,
777
817
  "outputMass": 1900000,
@@ -822,28 +862,183 @@
822
862
  "blendWeights": []
823
863
  },
824
864
  {
825
- "outputItemId": 10201,
865
+ "outputItemId": 10202,
866
+ "outputMass": 3200000,
867
+ "inputs": [
868
+ {
869
+ "itemId": 10001,
870
+ "quantity": 1000
871
+ },
872
+ {
873
+ "itemId": 10008,
874
+ "quantity": 1000
875
+ }
876
+ ],
877
+ "statSlots": [
878
+ {
879
+ "sources": [
880
+ {
881
+ "inputIndex": 0,
882
+ "statIndex": 0
883
+ }
884
+ ]
885
+ },
886
+ {
887
+ "sources": [
888
+ {
889
+ "inputIndex": 0,
890
+ "statIndex": 1
891
+ }
892
+ ]
893
+ },
894
+ {
895
+ "sources": [
896
+ {
897
+ "inputIndex": 1,
898
+ "statIndex": 0
899
+ }
900
+ ]
901
+ },
902
+ {
903
+ "sources": [
904
+ {
905
+ "inputIndex": 1,
906
+ "statIndex": 1
907
+ }
908
+ ]
909
+ }
910
+ ],
911
+ "blendWeights": []
912
+ },
913
+ {
914
+ "outputItemId": 10203,
915
+ "outputMass": 1900000,
916
+ "inputs": [
917
+ {
918
+ "itemId": 10008,
919
+ "quantity": 600
920
+ },
921
+ {
922
+ "itemId": 10006,
923
+ "quantity": 600
924
+ }
925
+ ],
926
+ "statSlots": [
927
+ {
928
+ "sources": []
929
+ },
930
+ {
931
+ "sources": [
932
+ {
933
+ "inputIndex": 0,
934
+ "statIndex": 1
935
+ }
936
+ ]
937
+ },
938
+ {
939
+ "sources": [
940
+ {
941
+ "inputIndex": 0,
942
+ "statIndex": 0
943
+ }
944
+ ]
945
+ },
946
+ {
947
+ "sources": []
948
+ }
949
+ ],
950
+ "blendWeights": []
951
+ },
952
+ {
953
+ "outputItemId": 10204,
954
+ "outputMass": 1900000,
955
+ "inputs": [
956
+ {
957
+ "itemId": 10008,
958
+ "quantity": 600
959
+ },
960
+ {
961
+ "itemId": 10007,
962
+ "quantity": 600
963
+ }
964
+ ],
965
+ "statSlots": [
966
+ {
967
+ "sources": []
968
+ },
969
+ {
970
+ "sources": [
971
+ {
972
+ "inputIndex": 0,
973
+ "statIndex": 1
974
+ }
975
+ ]
976
+ },
977
+ {
978
+ "sources": [
979
+ {
980
+ "inputIndex": 0,
981
+ "statIndex": 0
982
+ }
983
+ ]
984
+ },
985
+ {
986
+ "sources": []
987
+ }
988
+ ],
989
+ "blendWeights": []
990
+ },
991
+ {
992
+ "outputItemId": 10207,
826
993
  "outputMass": 2400000,
994
+ "inputs": [
995
+ {
996
+ "itemId": 10005,
997
+ "quantity": 200
998
+ },
999
+ {
1000
+ "itemId": 10010,
1001
+ "quantity": 200
1002
+ }
1003
+ ],
1004
+ "statSlots": [
1005
+ {
1006
+ "sources": []
1007
+ },
1008
+ {
1009
+ "sources": [
1010
+ {
1011
+ "inputIndex": 1,
1012
+ "statIndex": 1
1013
+ }
1014
+ ]
1015
+ }
1016
+ ],
1017
+ "blendWeights": []
1018
+ },
1019
+ {
1020
+ "outputItemId": 10210,
1021
+ "outputMass": 1600000,
827
1022
  "inputs": [
828
1023
  {
829
1024
  "itemId": 10001,
830
- "quantity": 300
1025
+ "quantity": 200
831
1026
  },
832
1027
  {
833
1028
  "itemId": 10008,
834
- "quantity": 300
1029
+ "quantity": 200
835
1030
  },
836
1031
  {
837
1032
  "itemId": 10007,
838
- "quantity": 300
1033
+ "quantity": 200
839
1034
  },
840
1035
  {
841
1036
  "itemId": 10003,
842
- "quantity": 300
1037
+ "quantity": 200
843
1038
  },
844
1039
  {
845
1040
  "itemId": 10006,
846
- "quantity": 300
1041
+ "quantity": 200
847
1042
  }
848
1043
  ],
849
1044
  "statSlots": [
@@ -858,31 +1053,535 @@
858
1053
  {
859
1054
  "sources": [
860
1055
  {
861
- "inputIndex": 0,
862
- "statIndex": 1
1056
+ "inputIndex": 1,
1057
+ "statIndex": 0
1058
+ }
1059
+ ]
1060
+ },
1061
+ {
1062
+ "sources": [
1063
+ {
1064
+ "inputIndex": 2,
1065
+ "statIndex": 0
1066
+ }
1067
+ ]
1068
+ },
1069
+ {
1070
+ "sources": [
1071
+ {
1072
+ "inputIndex": 3,
1073
+ "statIndex": 0
1074
+ }
1075
+ ]
1076
+ },
1077
+ {
1078
+ "sources": [
1079
+ {
1080
+ "inputIndex": 4,
1081
+ "statIndex": 0
1082
+ }
1083
+ ]
1084
+ }
1085
+ ],
1086
+ "blendWeights": []
1087
+ },
1088
+ {
1089
+ "outputItemId": 10211,
1090
+ "outputMass": 2400000,
1091
+ "inputs": [
1092
+ {
1093
+ "itemId": 10005,
1094
+ "quantity": 100
1095
+ },
1096
+ {
1097
+ "itemId": 10002,
1098
+ "quantity": 100
1099
+ },
1100
+ {
1101
+ "itemId": 10010,
1102
+ "quantity": 100
1103
+ },
1104
+ {
1105
+ "itemId": 10009,
1106
+ "quantity": 100
1107
+ },
1108
+ {
1109
+ "itemId": 10004,
1110
+ "quantity": 100
1111
+ },
1112
+ {
1113
+ "itemId": 10210,
1114
+ "quantity": 1
1115
+ }
1116
+ ],
1117
+ "statSlots": [
1118
+ {
1119
+ "sources": [
1120
+ {
1121
+ "inputIndex": 0,
1122
+ "statIndex": 0
1123
+ },
1124
+ {
1125
+ "inputIndex": 5,
1126
+ "statIndex": 0
1127
+ }
1128
+ ]
1129
+ },
1130
+ {
1131
+ "sources": [
1132
+ {
1133
+ "inputIndex": 1,
1134
+ "statIndex": 0
1135
+ },
1136
+ {
1137
+ "inputIndex": 5,
1138
+ "statIndex": 1
1139
+ }
1140
+ ]
1141
+ },
1142
+ {
1143
+ "sources": [
1144
+ {
1145
+ "inputIndex": 2,
1146
+ "statIndex": 0
1147
+ },
1148
+ {
1149
+ "inputIndex": 5,
1150
+ "statIndex": 2
1151
+ }
1152
+ ]
1153
+ },
1154
+ {
1155
+ "sources": [
1156
+ {
1157
+ "inputIndex": 3,
1158
+ "statIndex": 0
1159
+ },
1160
+ {
1161
+ "inputIndex": 5,
1162
+ "statIndex": 3
1163
+ }
1164
+ ]
1165
+ },
1166
+ {
1167
+ "sources": [
1168
+ {
1169
+ "inputIndex": 4,
1170
+ "statIndex": 0
1171
+ },
1172
+ {
1173
+ "inputIndex": 5,
1174
+ "statIndex": 4
1175
+ }
1176
+ ]
1177
+ }
1178
+ ],
1179
+ "blendWeights": [],
1180
+ "sourceSubclass": 10210
1181
+ },
1182
+ {
1183
+ "outputItemId": 10212,
1184
+ "outputMass": 2400000,
1185
+ "inputs": [
1186
+ {
1187
+ "itemId": 10005,
1188
+ "quantity": 100
1189
+ },
1190
+ {
1191
+ "itemId": 10002,
1192
+ "quantity": 100
1193
+ },
1194
+ {
1195
+ "itemId": 10010,
1196
+ "quantity": 100
1197
+ },
1198
+ {
1199
+ "itemId": 10009,
1200
+ "quantity": 100
1201
+ },
1202
+ {
1203
+ "itemId": 10004,
1204
+ "quantity": 100
1205
+ },
1206
+ {
1207
+ "itemId": 10210,
1208
+ "quantity": 1
1209
+ }
1210
+ ],
1211
+ "statSlots": [
1212
+ {
1213
+ "sources": [
1214
+ {
1215
+ "inputIndex": 0,
1216
+ "statIndex": 0
1217
+ },
1218
+ {
1219
+ "inputIndex": 5,
1220
+ "statIndex": 0
1221
+ }
1222
+ ]
1223
+ },
1224
+ {
1225
+ "sources": [
1226
+ {
1227
+ "inputIndex": 1,
1228
+ "statIndex": 0
1229
+ },
1230
+ {
1231
+ "inputIndex": 5,
1232
+ "statIndex": 1
1233
+ }
1234
+ ]
1235
+ },
1236
+ {
1237
+ "sources": [
1238
+ {
1239
+ "inputIndex": 2,
1240
+ "statIndex": 0
1241
+ },
1242
+ {
1243
+ "inputIndex": 5,
1244
+ "statIndex": 2
1245
+ }
1246
+ ]
1247
+ },
1248
+ {
1249
+ "sources": [
1250
+ {
1251
+ "inputIndex": 3,
1252
+ "statIndex": 0
1253
+ },
1254
+ {
1255
+ "inputIndex": 5,
1256
+ "statIndex": 3
1257
+ }
1258
+ ]
1259
+ },
1260
+ {
1261
+ "sources": [
1262
+ {
1263
+ "inputIndex": 4,
1264
+ "statIndex": 0
1265
+ },
1266
+ {
1267
+ "inputIndex": 5,
1268
+ "statIndex": 4
1269
+ }
1270
+ ]
1271
+ }
1272
+ ],
1273
+ "blendWeights": [],
1274
+ "sourceSubclass": 10210
1275
+ },
1276
+ {
1277
+ "outputItemId": 10213,
1278
+ "outputMass": 2400000,
1279
+ "inputs": [
1280
+ {
1281
+ "itemId": 10005,
1282
+ "quantity": 100
1283
+ },
1284
+ {
1285
+ "itemId": 10002,
1286
+ "quantity": 100
1287
+ },
1288
+ {
1289
+ "itemId": 10010,
1290
+ "quantity": 100
1291
+ },
1292
+ {
1293
+ "itemId": 10009,
1294
+ "quantity": 100
1295
+ },
1296
+ {
1297
+ "itemId": 10004,
1298
+ "quantity": 100
1299
+ },
1300
+ {
1301
+ "itemId": 10210,
1302
+ "quantity": 1
1303
+ }
1304
+ ],
1305
+ "statSlots": [
1306
+ {
1307
+ "sources": [
1308
+ {
1309
+ "inputIndex": 0,
1310
+ "statIndex": 0
1311
+ },
1312
+ {
1313
+ "inputIndex": 5,
1314
+ "statIndex": 0
1315
+ }
1316
+ ]
1317
+ },
1318
+ {
1319
+ "sources": [
1320
+ {
1321
+ "inputIndex": 1,
1322
+ "statIndex": 0
1323
+ },
1324
+ {
1325
+ "inputIndex": 5,
1326
+ "statIndex": 1
1327
+ }
1328
+ ]
1329
+ },
1330
+ {
1331
+ "sources": [
1332
+ {
1333
+ "inputIndex": 2,
1334
+ "statIndex": 0
1335
+ },
1336
+ {
1337
+ "inputIndex": 5,
1338
+ "statIndex": 2
1339
+ }
1340
+ ]
1341
+ },
1342
+ {
1343
+ "sources": [
1344
+ {
1345
+ "inputIndex": 3,
1346
+ "statIndex": 0
1347
+ },
1348
+ {
1349
+ "inputIndex": 5,
1350
+ "statIndex": 3
1351
+ }
1352
+ ]
1353
+ },
1354
+ {
1355
+ "sources": [
1356
+ {
1357
+ "inputIndex": 4,
1358
+ "statIndex": 0
1359
+ },
1360
+ {
1361
+ "inputIndex": 5,
1362
+ "statIndex": 4
1363
+ }
1364
+ ]
1365
+ }
1366
+ ],
1367
+ "blendWeights": [],
1368
+ "sourceSubclass": 10210
1369
+ },
1370
+ {
1371
+ "outputItemId": 10214,
1372
+ "outputMass": 2400000,
1373
+ "inputs": [
1374
+ {
1375
+ "itemId": 10005,
1376
+ "quantity": 100
1377
+ },
1378
+ {
1379
+ "itemId": 10002,
1380
+ "quantity": 100
1381
+ },
1382
+ {
1383
+ "itemId": 10010,
1384
+ "quantity": 100
1385
+ },
1386
+ {
1387
+ "itemId": 10009,
1388
+ "quantity": 100
1389
+ },
1390
+ {
1391
+ "itemId": 10004,
1392
+ "quantity": 100
1393
+ },
1394
+ {
1395
+ "itemId": 10210,
1396
+ "quantity": 1
1397
+ }
1398
+ ],
1399
+ "statSlots": [
1400
+ {
1401
+ "sources": [
1402
+ {
1403
+ "inputIndex": 0,
1404
+ "statIndex": 0
1405
+ },
1406
+ {
1407
+ "inputIndex": 5,
1408
+ "statIndex": 0
1409
+ }
1410
+ ]
1411
+ },
1412
+ {
1413
+ "sources": [
1414
+ {
1415
+ "inputIndex": 1,
1416
+ "statIndex": 0
1417
+ },
1418
+ {
1419
+ "inputIndex": 5,
1420
+ "statIndex": 1
1421
+ }
1422
+ ]
1423
+ },
1424
+ {
1425
+ "sources": [
1426
+ {
1427
+ "inputIndex": 2,
1428
+ "statIndex": 0
1429
+ },
1430
+ {
1431
+ "inputIndex": 5,
1432
+ "statIndex": 2
1433
+ }
1434
+ ]
1435
+ },
1436
+ {
1437
+ "sources": [
1438
+ {
1439
+ "inputIndex": 3,
1440
+ "statIndex": 0
1441
+ },
1442
+ {
1443
+ "inputIndex": 5,
1444
+ "statIndex": 3
1445
+ }
1446
+ ]
1447
+ },
1448
+ {
1449
+ "sources": [
1450
+ {
1451
+ "inputIndex": 4,
1452
+ "statIndex": 0
1453
+ },
1454
+ {
1455
+ "inputIndex": 5,
1456
+ "statIndex": 4
1457
+ }
1458
+ ]
1459
+ }
1460
+ ],
1461
+ "blendWeights": [],
1462
+ "sourceSubclass": 10210
1463
+ },
1464
+ {
1465
+ "outputItemId": 10215,
1466
+ "outputMass": 2400000,
1467
+ "inputs": [
1468
+ {
1469
+ "itemId": 10005,
1470
+ "quantity": 100
1471
+ },
1472
+ {
1473
+ "itemId": 10002,
1474
+ "quantity": 100
1475
+ },
1476
+ {
1477
+ "itemId": 10010,
1478
+ "quantity": 100
1479
+ },
1480
+ {
1481
+ "itemId": 10009,
1482
+ "quantity": 100
1483
+ },
1484
+ {
1485
+ "itemId": 10004,
1486
+ "quantity": 100
1487
+ },
1488
+ {
1489
+ "itemId": 10210,
1490
+ "quantity": 1
1491
+ }
1492
+ ],
1493
+ "statSlots": [
1494
+ {
1495
+ "sources": [
1496
+ {
1497
+ "inputIndex": 0,
1498
+ "statIndex": 0
1499
+ },
1500
+ {
1501
+ "inputIndex": 5,
1502
+ "statIndex": 0
1503
+ }
1504
+ ]
1505
+ },
1506
+ {
1507
+ "sources": [
1508
+ {
1509
+ "inputIndex": 1,
1510
+ "statIndex": 0
1511
+ },
1512
+ {
1513
+ "inputIndex": 5,
1514
+ "statIndex": 1
1515
+ }
1516
+ ]
1517
+ },
1518
+ {
1519
+ "sources": [
1520
+ {
1521
+ "inputIndex": 2,
1522
+ "statIndex": 0
1523
+ },
1524
+ {
1525
+ "inputIndex": 5,
1526
+ "statIndex": 2
1527
+ }
1528
+ ]
1529
+ },
1530
+ {
1531
+ "sources": [
1532
+ {
1533
+ "inputIndex": 3,
1534
+ "statIndex": 0
1535
+ },
1536
+ {
1537
+ "inputIndex": 5,
1538
+ "statIndex": 3
1539
+ }
1540
+ ]
1541
+ },
1542
+ {
1543
+ "sources": [
1544
+ {
1545
+ "inputIndex": 4,
1546
+ "statIndex": 0
1547
+ },
1548
+ {
1549
+ "inputIndex": 5,
1550
+ "statIndex": 4
863
1551
  }
864
1552
  ]
865
- },
866
- {
867
- "sources": []
868
- },
869
- {
870
- "sources": []
871
1553
  }
872
1554
  ],
873
- "blendWeights": []
1555
+ "blendWeights": [],
1556
+ "sourceSubclass": 10210
874
1557
  },
875
1558
  {
876
- "outputItemId": 10202,
877
- "outputMass": 3200000,
1559
+ "outputItemId": 10216,
1560
+ "outputMass": 3600000,
878
1561
  "inputs": [
879
1562
  {
880
- "itemId": 10001,
881
- "quantity": 1000
1563
+ "itemId": 10005,
1564
+ "quantity": 150
882
1565
  },
883
1566
  {
884
- "itemId": 10008,
885
- "quantity": 1000
1567
+ "itemId": 10002,
1568
+ "quantity": 150
1569
+ },
1570
+ {
1571
+ "itemId": 10010,
1572
+ "quantity": 150
1573
+ },
1574
+ {
1575
+ "itemId": 10009,
1576
+ "quantity": 150
1577
+ },
1578
+ {
1579
+ "itemId": 10004,
1580
+ "quantity": 150
1581
+ },
1582
+ {
1583
+ "itemId": 10211,
1584
+ "quantity": 1
886
1585
  }
887
1586
  ],
888
1587
  "statSlots": [
@@ -891,13 +1590,21 @@
891
1590
  {
892
1591
  "inputIndex": 0,
893
1592
  "statIndex": 0
1593
+ },
1594
+ {
1595
+ "inputIndex": 5,
1596
+ "statIndex": 0
894
1597
  }
895
1598
  ]
896
1599
  },
897
1600
  {
898
1601
  "sources": [
899
1602
  {
900
- "inputIndex": 0,
1603
+ "inputIndex": 1,
1604
+ "statIndex": 0
1605
+ },
1606
+ {
1607
+ "inputIndex": 5,
901
1608
  "statIndex": 1
902
1609
  }
903
1610
  ]
@@ -905,127 +1612,136 @@
905
1612
  {
906
1613
  "sources": [
907
1614
  {
908
- "inputIndex": 1,
1615
+ "inputIndex": 2,
909
1616
  "statIndex": 0
1617
+ },
1618
+ {
1619
+ "inputIndex": 5,
1620
+ "statIndex": 2
910
1621
  }
911
1622
  ]
912
1623
  },
913
1624
  {
914
1625
  "sources": [
915
1626
  {
916
- "inputIndex": 1,
917
- "statIndex": 1
1627
+ "inputIndex": 3,
1628
+ "statIndex": 0
1629
+ },
1630
+ {
1631
+ "inputIndex": 5,
1632
+ "statIndex": 3
1633
+ }
1634
+ ]
1635
+ },
1636
+ {
1637
+ "sources": [
1638
+ {
1639
+ "inputIndex": 4,
1640
+ "statIndex": 0
1641
+ },
1642
+ {
1643
+ "inputIndex": 5,
1644
+ "statIndex": 4
918
1645
  }
919
1646
  ]
920
1647
  }
921
1648
  ],
922
- "blendWeights": []
1649
+ "blendWeights": [],
1650
+ "sourceSubclass": 10211
923
1651
  },
924
1652
  {
925
- "outputItemId": 10203,
926
- "outputMass": 1900000,
1653
+ "outputItemId": 10217,
1654
+ "outputMass": 3600000,
927
1655
  "inputs": [
928
1656
  {
929
- "itemId": 10008,
930
- "quantity": 600
1657
+ "itemId": 10005,
1658
+ "quantity": 150
931
1659
  },
932
1660
  {
933
- "itemId": 10006,
934
- "quantity": 600
1661
+ "itemId": 10002,
1662
+ "quantity": 150
1663
+ },
1664
+ {
1665
+ "itemId": 10010,
1666
+ "quantity": 150
1667
+ },
1668
+ {
1669
+ "itemId": 10009,
1670
+ "quantity": 150
1671
+ },
1672
+ {
1673
+ "itemId": 10004,
1674
+ "quantity": 150
1675
+ },
1676
+ {
1677
+ "itemId": 10211,
1678
+ "quantity": 1
935
1679
  }
936
1680
  ],
937
1681
  "statSlots": [
938
- {
939
- "sources": []
940
- },
941
1682
  {
942
1683
  "sources": [
943
1684
  {
944
1685
  "inputIndex": 0,
945
- "statIndex": 1
1686
+ "statIndex": 0
1687
+ },
1688
+ {
1689
+ "inputIndex": 5,
1690
+ "statIndex": 0
946
1691
  }
947
1692
  ]
948
1693
  },
949
1694
  {
950
1695
  "sources": [
951
1696
  {
952
- "inputIndex": 0,
1697
+ "inputIndex": 1,
953
1698
  "statIndex": 0
1699
+ },
1700
+ {
1701
+ "inputIndex": 5,
1702
+ "statIndex": 1
954
1703
  }
955
1704
  ]
956
1705
  },
957
- {
958
- "sources": []
959
- }
960
- ],
961
- "blendWeights": []
962
- },
963
- {
964
- "outputItemId": 10204,
965
- "outputMass": 1900000,
966
- "inputs": [
967
- {
968
- "itemId": 10008,
969
- "quantity": 600
970
- },
971
- {
972
- "itemId": 10007,
973
- "quantity": 600
974
- }
975
- ],
976
- "statSlots": [
977
- {
978
- "sources": []
979
- },
980
1706
  {
981
1707
  "sources": [
982
1708
  {
983
- "inputIndex": 0,
984
- "statIndex": 1
1709
+ "inputIndex": 2,
1710
+ "statIndex": 0
1711
+ },
1712
+ {
1713
+ "inputIndex": 5,
1714
+ "statIndex": 2
985
1715
  }
986
1716
  ]
987
1717
  },
988
1718
  {
989
1719
  "sources": [
990
1720
  {
991
- "inputIndex": 0,
1721
+ "inputIndex": 3,
992
1722
  "statIndex": 0
1723
+ },
1724
+ {
1725
+ "inputIndex": 5,
1726
+ "statIndex": 3
993
1727
  }
994
1728
  ]
995
1729
  },
996
- {
997
- "sources": []
998
- }
999
- ],
1000
- "blendWeights": []
1001
- },
1002
- {
1003
- "outputItemId": 10207,
1004
- "outputMass": 2400000,
1005
- "inputs": [
1006
- {
1007
- "itemId": 10005,
1008
- "quantity": 200
1009
- },
1010
- {
1011
- "itemId": 10010,
1012
- "quantity": 200
1013
- }
1014
- ],
1015
- "statSlots": [
1016
- {
1017
- "sources": []
1018
- },
1019
1730
  {
1020
1731
  "sources": [
1021
1732
  {
1022
- "inputIndex": 1,
1023
- "statIndex": 1
1733
+ "inputIndex": 4,
1734
+ "statIndex": 0
1735
+ },
1736
+ {
1737
+ "inputIndex": 5,
1738
+ "statIndex": 4
1024
1739
  }
1025
1740
  ]
1026
1741
  }
1027
1742
  ],
1028
- "blendWeights": []
1743
+ "blendWeights": [],
1744
+ "sourceSubclass": 10211
1029
1745
  },
1030
1746
  {
1031
1747
  "outputItemId": 20001,
@@ -1614,27 +2330,27 @@
1614
2330
  "outputMass": 3840000,
1615
2331
  "inputs": [
1616
2332
  {
1617
- "itemId": 20001,
1618
- "quantity": 300
2333
+ "itemId": 20005,
2334
+ "quantity": 150
1619
2335
  },
1620
2336
  {
1621
- "itemId": 20008,
1622
- "quantity": 300
2337
+ "itemId": 20002,
2338
+ "quantity": 150
1623
2339
  },
1624
2340
  {
1625
- "itemId": 20007,
1626
- "quantity": 300
2341
+ "itemId": 20010,
2342
+ "quantity": 150
1627
2343
  },
1628
2344
  {
1629
- "itemId": 20003,
1630
- "quantity": 300
2345
+ "itemId": 20009,
2346
+ "quantity": 150
1631
2347
  },
1632
2348
  {
1633
- "itemId": 20006,
1634
- "quantity": 300
2349
+ "itemId": 20004,
2350
+ "quantity": 150
1635
2351
  },
1636
2352
  {
1637
- "itemId": 10201,
2353
+ "itemId": 10211,
1638
2354
  "quantity": 1
1639
2355
  }
1640
2356
  ],
@@ -1654,8 +2370,8 @@
1654
2370
  {
1655
2371
  "sources": [
1656
2372
  {
1657
- "inputIndex": 0,
1658
- "statIndex": 1
2373
+ "inputIndex": 1,
2374
+ "statIndex": 0
1659
2375
  },
1660
2376
  {
1661
2377
  "inputIndex": 5,
@@ -1664,41 +2380,71 @@
1664
2380
  ]
1665
2381
  },
1666
2382
  {
1667
- "sources": []
2383
+ "sources": [
2384
+ {
2385
+ "inputIndex": 2,
2386
+ "statIndex": 0
2387
+ },
2388
+ {
2389
+ "inputIndex": 5,
2390
+ "statIndex": 2
2391
+ }
2392
+ ]
1668
2393
  },
1669
2394
  {
1670
- "sources": []
2395
+ "sources": [
2396
+ {
2397
+ "inputIndex": 3,
2398
+ "statIndex": 0
2399
+ },
2400
+ {
2401
+ "inputIndex": 5,
2402
+ "statIndex": 3
2403
+ }
2404
+ ]
2405
+ },
2406
+ {
2407
+ "sources": [
2408
+ {
2409
+ "inputIndex": 4,
2410
+ "statIndex": 0
2411
+ },
2412
+ {
2413
+ "inputIndex": 5,
2414
+ "statIndex": 4
2415
+ }
2416
+ ]
1671
2417
  }
1672
2418
  ],
1673
2419
  "blendWeights": [],
1674
- "sourceSubclass": 10201
2420
+ "sourceSubclass": 10211
1675
2421
  },
1676
2422
  {
1677
2423
  "outputItemId": 20211,
1678
2424
  "outputMass": 3840000,
1679
2425
  "inputs": [
1680
2426
  {
1681
- "itemId": 20001,
1682
- "quantity": 300
2427
+ "itemId": 20005,
2428
+ "quantity": 150
1683
2429
  },
1684
2430
  {
1685
2431
  "itemId": 20002,
1686
- "quantity": 300
2432
+ "quantity": 150
1687
2433
  },
1688
2434
  {
1689
- "itemId": 20008,
1690
- "quantity": 300
2435
+ "itemId": 20010,
2436
+ "quantity": 150
1691
2437
  },
1692
2438
  {
1693
- "itemId": 20010,
1694
- "quantity": 300
2439
+ "itemId": 20009,
2440
+ "quantity": 150
1695
2441
  },
1696
2442
  {
1697
2443
  "itemId": 20004,
1698
- "quantity": 300
2444
+ "quantity": 150
1699
2445
  },
1700
2446
  {
1701
- "itemId": 10201,
2447
+ "itemId": 10214,
1702
2448
  "quantity": 1
1703
2449
  }
1704
2450
  ],
@@ -1718,8 +2464,8 @@
1718
2464
  {
1719
2465
  "sources": [
1720
2466
  {
1721
- "inputIndex": 0,
1722
- "statIndex": 1
2467
+ "inputIndex": 1,
2468
+ "statIndex": 0
1723
2469
  },
1724
2470
  {
1725
2471
  "inputIndex": 5,
@@ -1728,13 +2474,43 @@
1728
2474
  ]
1729
2475
  },
1730
2476
  {
1731
- "sources": []
2477
+ "sources": [
2478
+ {
2479
+ "inputIndex": 2,
2480
+ "statIndex": 0
2481
+ },
2482
+ {
2483
+ "inputIndex": 5,
2484
+ "statIndex": 2
2485
+ }
2486
+ ]
1732
2487
  },
1733
2488
  {
1734
- "sources": []
2489
+ "sources": [
2490
+ {
2491
+ "inputIndex": 3,
2492
+ "statIndex": 0
2493
+ },
2494
+ {
2495
+ "inputIndex": 5,
2496
+ "statIndex": 3
2497
+ }
2498
+ ]
2499
+ },
2500
+ {
2501
+ "sources": [
2502
+ {
2503
+ "inputIndex": 4,
2504
+ "statIndex": 0
2505
+ },
2506
+ {
2507
+ "inputIndex": 5,
2508
+ "statIndex": 4
2509
+ }
2510
+ ]
1735
2511
  }
1736
2512
  ],
1737
2513
  "blendWeights": [],
1738
- "sourceSubclass": 10201
2514
+ "sourceSubclass": 10214
1739
2515
  }
1740
2516
  ]