From ec1bd1ab12c13525e338cbd706a4e5b5712716c0 Mon Sep 17 00:00:00 2001 From: scarf Date: Thu, 14 Dec 2023 20:22:43 +0900 Subject: [PATCH] feat: wheels for apache helicopter --- data/json/vehicles/helicopters.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/data/json/vehicles/helicopters.json b/data/json/vehicles/helicopters.json index b198f45e4228..0e1a94d63c7f 100644 --- a/data/json/vehicles/helicopters.json +++ b/data/json/vehicles/helicopters.json @@ -1163,7 +1163,10 @@ { "x": -1, "y": -1, "part": "plating_military" }, { "x": 3, "y": -2, "part": "plating_military" }, { "x": 4, "y": -1, "part": "plating_military" }, - { "x": 3, "y": 0, "part": "plating_military" } + { "x": 3, "y": 0, "part": "plating_military" }, + { "x": -10, "y": -1, "part": "wheel_10" }, + { "x": -2, "y": 0, "part": "wheel_10" }, + { "x": -2, "y": -2, "part": "wheel_10" } ], "items": [ { "x": -1, "y": -1, "chance": 7, "item_groups": [ "drugs_soldier" ] }, @@ -1312,7 +1315,9 @@ { "x": -1, "y": -1, "part": "plating_military" }, { "x": 3, "y": -2, "part": "plating_military" }, { "x": 4, "y": -1, "part": "plating_military" }, - { "x": 3, "y": 0, "part": "plating_military" } + { "x": 3, "y": 0, "part": "plating_military" }, + { "x": -2, "y": 0, "part": "wheel_10" }, + { "x": -2, "y": -2, "part": "wheel_10" } ], "items": [ { "x": -1, "y": -1, "chance": 7, "item_groups": [ "drugs_soldier" ] },