Skip to content

Commit a9d885a

Browse files
committed
Update rustlabs files
1 parent 935b347 commit a9d885a

7 files changed

+20059
-17768
lines changed

src/external/process_rustlabs.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,8 @@ function processItemDurability(rustlabsName, shortname, name, data, type = 'item
551551
if (toolMatches.length !== 0) {
552552
for (const toolMatch of toolMatches) {
553553
if (toolMatch.length !== 3) exit();
554-
toolShortname = toolMatch[1];
555-
toolName = toolMatch[2];
554+
toolShortname = Utils.decodeHtml(toolMatch[1]).replace('%20', ' ');
555+
toolName = Utils.decodeHtml(toolMatch[2]).replace('%20', ' ');
556556
break;
557557
}
558558
}

src/staticFiles/rustlabsCraftData.json

+11-35
Original file line numberDiff line numberDiff line change
@@ -801,12 +801,8 @@
801801
"596469572": {
802802
"ingredients": [
803803
{
804-
"id": "317398316",
805-
"quantity": 5
806-
},
807-
{
808-
"id": "73681876",
809-
"quantity": 1
804+
"id": "69511070",
805+
"quantity": 100
810806
}
811807
],
812808
"workbench": "-41896755",
@@ -1294,11 +1290,7 @@
12941290
"ingredients": [
12951291
{
12961292
"id": "69511070",
1297-
"quantity": 100
1298-
},
1299-
{
1300-
"id": "73681876",
1301-
"quantity": 1
1293+
"quantity": 150
13021294
}
13031295
],
13041296
"workbench": "-41896755",
@@ -1547,7 +1539,7 @@
15471539
},
15481540
{
15491541
"id": "317398316",
1550-
"quantity": 25
1542+
"quantity": 18
15511543
},
15521544
{
15531545
"id": "1234880403",
@@ -2580,10 +2572,6 @@
25802572
"id": "69511070",
25812573
"quantity": 200
25822574
},
2583-
{
2584-
"id": "73681876",
2585-
"quantity": 2
2586-
},
25872575
{
25882576
"id": "634478325",
25892577
"quantity": 1
@@ -2657,15 +2645,11 @@
26572645
},
26582646
{
26592647
"id": "-265876753",
2660-
"quantity": 250
2648+
"quantity": 150
26612649
},
26622650
{
26632651
"id": "-946369541",
2664-
"quantity": 250
2665-
},
2666-
{
2667-
"id": "-592016202",
2668-
"quantity": 1
2652+
"quantity": 75
26692653
}
26702654
],
26712655
"workbench": "-41896755",
@@ -2792,7 +2776,7 @@
27922776
},
27932777
{
27942778
"id": "-265876753",
2795-
"quantity": 20
2779+
"quantity": 10
27962780
}
27972781
],
27982782
"workbench": "-1607980696",
@@ -4775,7 +4759,7 @@
47754759
},
47764760
{
47774761
"id": "479143914",
4778-
"quantity": 3
4762+
"quantity": 2
47794763
}
47804764
],
47814765
"workbench": "-1607980696",
@@ -4876,7 +4860,7 @@
48764860
},
48774861
{
48784862
"id": "-265876753",
4879-
"quantity": 20
4863+
"quantity": 10
48804864
}
48814865
],
48824866
"workbench": "-41896755",
@@ -5746,11 +5730,7 @@
57465730
"ingredients": [
57475731
{
57485732
"id": "69511070",
5749-
"quantity": 100
5750-
},
5751-
{
5752-
"id": "73681876",
5753-
"quantity": 1
5733+
"quantity": 150
57545734
}
57555735
],
57565736
"workbench": "-41896755",
@@ -5761,11 +5741,7 @@
57615741
"ingredients": [
57625742
{
57635743
"id": "69511070",
5764-
"quantity": 50
5765-
},
5766-
{
5767-
"id": "73681876",
5768-
"quantity": 1
5744+
"quantity": 100
57695745
}
57705746
],
57715747
"workbench": "-41896755",

src/staticFiles/rustlabsDespawnData.json

+8
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,10 @@
451451
"time": 300,
452452
"timeString": "5 min"
453453
},
454+
"703057617": {
455+
"time": 2400,
456+
"timeString": "40 min"
457+
},
454458
"709206314": {
455459
"time": 300,
456460
"timeString": "5 min"
@@ -603,6 +607,10 @@
603607
"time": 300,
604608
"timeString": "5 min"
605609
},
610+
"935606207": {
611+
"time": 3600,
612+
"timeString": "1 hour"
613+
},
606614
"935692442": {
607615
"time": 300,
608616
"timeString": "5 min"

0 commit comments

Comments
 (0)