@skullandbonestools/snbdata 5.0.8 → 5.0.9
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/data/items.json +6 -0
- package/package.json +1 -1
package/data/items.json
CHANGED
|
@@ -3380,6 +3380,7 @@
|
|
|
3380
3380
|
"id": "repairKit1",
|
|
3381
3381
|
"blueprint": "denSaintAnne",
|
|
3382
3382
|
"type": "consumable",
|
|
3383
|
+
"tier": 1,
|
|
3383
3384
|
"weight": 10,
|
|
3384
3385
|
"required": {
|
|
3385
3386
|
"metalSalvage": 1,
|
|
@@ -3392,6 +3393,7 @@
|
|
|
3392
3393
|
"id": "repairKit2",
|
|
3393
3394
|
"requiredRank": "rover1",
|
|
3394
3395
|
"type": "consumable",
|
|
3396
|
+
"tier": 2,
|
|
3395
3397
|
"blueprint": "outpostVoronaFalls",
|
|
3396
3398
|
"weight": 30,
|
|
3397
3399
|
"required": {
|
|
@@ -3405,6 +3407,7 @@
|
|
|
3405
3407
|
"id": "repairKit3",
|
|
3406
3408
|
"requiredRank": "brigand1",
|
|
3407
3409
|
"type": "consumable",
|
|
3410
|
+
"tier": 3,
|
|
3408
3411
|
"blueprint": "denTelokPenjarah",
|
|
3409
3412
|
"weight": 50,
|
|
3410
3413
|
"required": {
|
|
@@ -3419,6 +3422,7 @@
|
|
|
3419
3422
|
"id": "enhancedRepairKit1",
|
|
3420
3423
|
"requiredRank": "marauder1",
|
|
3421
3424
|
"type": "consumable",
|
|
3425
|
+
"tier": 1,
|
|
3422
3426
|
"blueprint": "denTelokPenjarah",
|
|
3423
3427
|
"weight": 50,
|
|
3424
3428
|
"required": {
|
|
@@ -3431,6 +3435,7 @@
|
|
|
3431
3435
|
"id": "enhancedRepairKit2",
|
|
3432
3436
|
"requiredRank": "corsair1",
|
|
3433
3437
|
"type": "consumable",
|
|
3438
|
+
"tier": 2,
|
|
3434
3439
|
"blueprint": "outpostKarstLookout",
|
|
3435
3440
|
"weight": 150,
|
|
3436
3441
|
"required": {
|
|
@@ -3443,6 +3448,7 @@
|
|
|
3443
3448
|
"id": "enhancedRepairKit3",
|
|
3444
3449
|
"requiredRank": "cutthroat1",
|
|
3445
3450
|
"type": "consumable",
|
|
3451
|
+
"tier": 3,
|
|
3446
3452
|
"blueprint": "outpostGrandeFalaise",
|
|
3447
3453
|
"weight": 250,
|
|
3448
3454
|
"required": {
|