Skip to content

Commit 7a2af4a

Browse files
authored
Update vehicle_overrides.json (#16)
Fixed community aftershock
1 parent 0bb6f0e commit 7a2af4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/Mainline_mods/Mods/Aftershock/vehicles/vehicle_overrides.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@
6767
{ "x": -3, "y": 2, "parts": [ { "fuel": "diesel", "part": "external_tank" } ] },
6868
{ "x": -3, "y": -2, "parts": [ { "fuel": "diesel", "part": "external_tank" } ] }
6969
],
70-
"items": [ { "y": -1, "x": 3, "chance": 2, "items": [ "id_military" ] } ]
70+
"items": [ { "x": 3, "y": -1, "chance": 2, "items": [ "id_military" ] } ]
7171
},
7272
{
7373
"id": "apc-gl",
7474
"type": "vehicle",
7575
"name": "Armored Personnel Carrier",
7676
"//": "grenade launcher version",
77-
"items": [ { "y": -1, "x": 3, "chance": 2, "items": [ "id_military" ] } ],
77+
"items": [ { "x": 3, "y": -1, "chance": 2, "items": [ "id_military" ] } ],
7878
"parts": [
7979
{ "x": 0, "y": 0, "parts": [ "hdframe_vertical_2", "aisle_horizontal", "hdroof" ] },
8080
{ "x": 0, "y": 1, "parts": [ "hdframe_vertical_2", "seat", "hdroof" ] },
@@ -361,7 +361,7 @@
361361
{ "x": -1, "y": 1, "parts": [ { "fuel": "water", "part": "afs_mounted_external_tank" } ] },
362362
{ "x": -1, "y": 2, "parts": [ "hdframe_horizontal", "wheel_mount_medium", "wheel_wide" ] },
363363
{ "x": -1, "y": -1, "part": "hdframe_cross" },
364-
{ "x": -1, "y": -1, "part": [ { "fuel": "water", "part": "afs_mounted_external_tank" } ] },
364+
{ "x": -1, "y": -1, "parts": [ { "fuel": "water", "part": "afs_mounted_external_tank" } ] },
365365
{ "x": -1, "y": -2, "parts": [ "hdframe_horizontal", "wheel_mount_medium", "wheel_wide" ] },
366366
{ "x": -1, "y": -2, "parts": [ { "fuel": "water", "part": "afs_mounted_external_tank" } ] },
367367
{ "x": -1, "y": -3, "parts": [ "hdframe_horizontal", "wheel_mount_medium", "wheel_wide" ] },

0 commit comments

Comments
 (0)