Files
Mods/EMBPiggyBackBase/PiggyBack3.json

104 lines
4.0 KiB
JSON

{
"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,
"loadSlots": [
{
"$find": [
{
"path": "loadUnits",
"value": "Pounds"
}
],
"maximumCapacity": 28000.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
}
}
]
}
}
]
}