From fb79bab750fbdb371df6eb65e01bd658fad6b9fb Mon Sep 17 00:00:00 2001 From: faefux <49350286+faefux@users.noreply.github.com> Date: Tue, 12 Oct 2021 12:10:40 +0100 Subject: [PATCH] Changed Military Pilot profession clothes. (#52127) --- data/json/itemgroups/Clothing_Gear/clothing.json | 6 +++--- data/json/itemgroups/military.json | 6 ++++++ data/json/professions.json | 6 +++++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/data/json/itemgroups/Clothing_Gear/clothing.json b/data/json/itemgroups/Clothing_Gear/clothing.json index 3e456b8a1821f..7cb201321e622 100644 --- a/data/json/itemgroups/Clothing_Gear/clothing.json +++ b/data/json/itemgroups/Clothing_Gear/clothing.json @@ -226,11 +226,11 @@ "items": [ { "item": "jacket_army", "prob": 40 }, { "item": "flight_helmet", "ammo-item": "light_plus_battery_cell", "charges": [ 0, 150 ] }, - { "item": "mil_flight_suit" }, + { "item": "mil_flight_suit", "prob": 80 }, { "item": "nomex_gloves" }, { "item": "webbing_belt" }, - { "distribution": [ { "item": "socks", "prob": 35 }, { "item": "nomex_socks", "prob": 65 } ] }, - { "distribution": [ { "item": "gloves_tactical", "prob": 45 }, { "item": "nomex_gloves", "prob": 55 } ] }, + { "distribution": [ { "item": "socks", "prob": 30 }, { "item": "nomex_socks", "prob": 70 } ] }, + { "item": "gloves_tactical", "prob": 60 }, { "item": "boots_combat" }, { "distribution": [ diff --git a/data/json/itemgroups/military.json b/data/json/itemgroups/military.json index 870369588cfd9..d675470d94dba 100644 --- a/data/json/itemgroups/military.json +++ b/data/json/itemgroups/military.json @@ -262,6 +262,8 @@ { "item": "tac_helmet", "prob": 10 }, { "item": "tac_fullhelmet", "prob": 5 }, { "item": "helmet_lobster", "prob": 5 }, + { "item": "flight_helmet", "prob": 5 }, + { "item": "mil_flight_suit", "prob": 5 }, { "item": "gum", "prob": 90 }, { "item": "caff_gum", "prob": 10 }, { "item": "nic_gum", "prob": 1 }, @@ -313,6 +315,8 @@ "entries": [ { "item": "jumpsuit", "prob": 40 }, { "item": "officer_uniform", "prob": 20 }, + { "item": "flight_helmet", "prob": 5, "charges-min": 0, "charges-max": 100 }, + { "item": "mil_flight_suit", "prob": 30 }, { "item": "combo_cover", "prob": 20 }, { "item": "pants_army", "prob": 70 }, { "item": "jacket_army", "prob": 70 }, @@ -530,6 +534,8 @@ { "item": "motor_small", "prob": 1 }, { "item": "hose", "prob": 15 }, { "item": "pants_army", "prob": 30 }, + { "item": "flight_helmet", "prob": 10, "charges-min": 0, "charges-max": 100 }, + { "item": "mil_flight_suit", "prob": 30 }, { "item": "jacket_army", "prob": 30 }, { "item": "winter_pants_army", "prob": 10 }, { "item": "winter_jacket_army", "prob": 10 }, diff --git a/data/json/professions.json b/data/json/professions.json index 47c849ae9dbfb..4705585766339 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3749,7 +3749,7 @@ "nomex_socks", "boots_combat", "wristwatch", - "nomex_gloves", + "gloves_tactical", { "item": "flight_helmet", "ammo-item": "light_plus_battery_cell", "charges": 150 }, "mil_flight_suit", "jacket_army", @@ -3757,6 +3757,10 @@ "legpouch_large" ], "entries": [ + { "group": "charged_matches" }, + { "group": "charged_flashlight" }, + { "item": "handflare", "count": 2, "charges": 200 }, + { "item": "whistle" }, { "item": "water_clean", "container-item": "canteen" }, { "item": "m17", "ammo-item": "9mm", "container-item": "holster", "charges": 17 }, { "item": "p320mag_17rd_9x19mm", "ammo-item": "9mm", "charges": 17 },