Add RMROC’s tweaks & things 2.0.0
https://github.com/rmroc451/TweaksAndThings/releases
This commit is contained in:
27
RMROC451.TweaksAndThings/Definition.json
Normal file
27
RMROC451.TweaksAndThings/Definition.json
Normal 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)"
|
||||
}
|
||||
}
|
||||
BIN
RMROC451.TweaksAndThings/Hourglass_icon.png
Normal file
BIN
RMROC451.TweaksAndThings/Hourglass_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
BIN
RMROC451.TweaksAndThings/Map_pin_icon.png
Normal file
BIN
RMROC451.TweaksAndThings/Map_pin_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
BIN
RMROC451.TweaksAndThings/Newtonsoft.Json.dll
Normal file
BIN
RMROC451.TweaksAndThings/Newtonsoft.Json.dll
Normal file
Binary file not shown.
BIN
RMROC451.TweaksAndThings/OilCan.png
Normal file
BIN
RMROC451.TweaksAndThings/OilCan.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
RMROC451.TweaksAndThings/RMROC451.TweaksAndThings.dll
Normal file
BIN
RMROC451.TweaksAndThings/RMROC451.TweaksAndThings.dll
Normal file
Binary file not shown.
23
RMROC451.TweaksAndThings/mroc-cabeese.json
Normal file
23
RMROC451.TweaksAndThings/mroc-cabeese.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"objects": [
|
||||
{
|
||||
"$find": [
|
||||
{
|
||||
"path": "definition.archetype",
|
||||
"value": "Caboose"
|
||||
}
|
||||
],
|
||||
"definition": {
|
||||
"loadSlots": [
|
||||
{
|
||||
"$add": {
|
||||
"maximumCapacity": 8,
|
||||
"loadUnits": "Quantity",
|
||||
"requiredLoadIdentifier": "crew-hours"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
14
RMROC451.TweaksAndThings/tweakedLoadIDS.json
Normal file
14
RMROC451.TweaksAndThings/tweakedLoadIDS.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user