Add Western North Carolina Piggyback (TOFC) Service [Base]
https://www.nexusmods.com/railroader/mods/902
This commit is contained in:
105
EMBPiggyBackBase/PiggyBack3.json
Normal file
105
EMBPiggyBackBase/PiggyBack3.json
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"objects": [
|
||||
{
|
||||
"$find": [
|
||||
{
|
||||
"path": "identifier",
|
||||
"value": "fm-flatcar01"
|
||||
}
|
||||
],
|
||||
"$clone": true,
|
||||
"identifier": "SF-PiggyBack1",
|
||||
"metadata": {
|
||||
"name": "SF 1950s Piggyback Trailer",
|
||||
"description": "1956 Piggyback Trailer from the Atchison Topeka & Santa Fe"
|
||||
},
|
||||
"definition": {
|
||||
"carType": "PBF",
|
||||
"basePrice": 1150,
|
||||
"weightEmpty": 58000,
|
||||
"loadSlots": [
|
||||
{
|
||||
"$find": [
|
||||
{
|
||||
"path": "loadUnits",
|
||||
"value": "Pounds"
|
||||
}
|
||||
],
|
||||
"maximumCapacity": 100000.0,
|
||||
"loadUnits": "Pounds",
|
||||
"requiredLoadIdentifier": ""
|
||||
|
||||
}
|
||||
],
|
||||
"components": [
|
||||
{
|
||||
"$find": [
|
||||
{
|
||||
"path": "kind",
|
||||
"value": "LoadModel",
|
||||
"comp": "equals"
|
||||
}
|
||||
],
|
||||
"models": {
|
||||
"$replace": [
|
||||
{
|
||||
"assetPackIdentifier": "zsc://EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets",
|
||||
"assetIdentifier": "EMBATSF24PB"
|
||||
},
|
||||
{
|
||||
"assetPackIdentifier": "zsc://EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets",
|
||||
"assetIdentifier": "EMBATSFStands"
|
||||
}
|
||||
]
|
||||
},
|
||||
"instances": {
|
||||
"$replace":
|
||||
[
|
||||
{
|
||||
"position": [0.0,1.185,0.0],
|
||||
"rotation": [-0.00654493831,0.0,0.0,1],
|
||||
"scale": [1.0,1.0,1.0]
|
||||
},
|
||||
{
|
||||
"position": [0.0,1.17,0.0],
|
||||
"rotation": [0,0.0,0.0,1],
|
||||
"scale": [1.0,1.0,1.0]
|
||||
}
|
||||
]
|
||||
},
|
||||
"name": "LoadModel 1",
|
||||
"transform": {
|
||||
"$replace":{
|
||||
"position": [0.0,0,0.0],
|
||||
"rotation": [0.0,0.0,0.0,1],
|
||||
"scale": [1.0,1.0,1.0]
|
||||
}
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
|
||||
},
|
||||
{
|
||||
"$add": {
|
||||
"kind": "DetailModel",
|
||||
"model": {
|
||||
"assetPackIdentifier": "zsc://EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets",
|
||||
"assetIdentifier": "EMBPBSupports"
|
||||
},
|
||||
"offset": [0.0, 0.0, 0.0],
|
||||
"count": 1,
|
||||
"name": "Piggy Back Car Rails/poles",
|
||||
"transform": {
|
||||
"position": [0, 2.231352, 0.0],
|
||||
"rotation": [0.0, 0.0, 0.0, 1.0],
|
||||
"scale": [1.0, 1.0, 1.0]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user