Skip to content

Commit

Permalink
Update cars.json
Browse files Browse the repository at this point in the history
  • Loading branch information
WhaleYogurt authored Dec 13, 2024
1 parent a4d4f31 commit 148a485
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions data/mods/Magiclysm/vehicles/cars.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,35 @@
"name": "Dwarven Supercompact Car",
"copy-from": "scompact_abstract",
"parts": [
{ "x": 1, "y": 0, "parts": [ "engine_vtwin", "alternator_motorbike" ] },
{ "x": 0, "y": 0, "parts": [ { "part": "pedal_extenders" } ] },
{ "x": -1, "y": -1, "parts": [ { "part": "tank_medium", "fuel": "gasoline" } ] },
{ "x": -1, "y": 0, "parts": [ "muffler" ] }
{
"x": 1,
"y": 0,
"parts": [
{ "part": "engine_vtwin" },
{ "part": "alternator_motorbike" }
]
},
{
"x": 0,
"y": 0,
"parts": [
{ "part": "pedal_extenders" }
]
},
{
"x": -1,
"y": -1,
"parts": [
{ "part": "tank_medium", "fuel": "gasoline" }
]
},
{
"x": -1,
"y": 0,
"parts": [
{ "part": "muffler" }
]
}
]
}
]

0 comments on commit 148a485

Please sign in to comment.