Add RMROC’s tweaks & things 2.0.0

https://github.com/rmroc451/TweaksAndThings/releases
This commit is contained in:
2025-08-10 15:43:11 -05:00
parent b36c58b66c
commit dfbbe6e340
8 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"manifestVersion": 1,
"id": "RMROC451.TweaksAndThings",
"name": "RMROC451's Tweaks and Things",
"version": "2.0.0_2025-08-10T13:30:51.4322407Z",
"requires": [
{
"id": "railroader",
"notBefore": "2024.6"
},
{
"id": "railloader",
"notBefore": "1.9.6.14"
},
{
"id": "Zamu.StrangeCustoms",
"notBefore": "1.10.25017.313"
}
],
"assemblies": [ "RMROC451.TweaksAndThings" ],
"mixintos": {
"container:ne-caboose01": "file(mroc-cabeese.json)",
"container:ne-caboose02": "file(mroc-cabeese.json)",
"container:ne-caboose03": "file(mroc-cabeese.json)",
"game-graph": "file(tweakedLoadIDs.json)"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

View File

@@ -0,0 +1,23 @@
{
"objects": [
{
"$find": [
{
"path": "definition.archetype",
"value": "Caboose"
}
],
"definition": {
"loadSlots": [
{
"$add": {
"maximumCapacity": 8,
"loadUnits": "Quantity",
"requiredLoadIdentifier": "crew-hours"
}
}
]
}
}
]
}

View File

@@ -0,0 +1,14 @@
{
"loads": {
//raw mined
"legos-express-freight": {
"description": "Express Freight",
"units": "pounds",
"density": 50.0,
"unitWeightInPounds": 0.0,
"importable": true,
"payPerQuantity": 0.0,
"costPerUnit": 0.0
}
}
}