Skip to content

Commit

Permalink
Changed Military Pilot profession clothes. (CleverRaven#52127)
Browse files Browse the repository at this point in the history
  • Loading branch information
faefux authored Oct 12, 2021
1 parent 7afb487 commit fb79bab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/json/itemgroups/Clothing_Gear/clothing.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
6 changes: 6 additions & 0 deletions data/json/itemgroups/military.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down Expand Up @@ -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 },
Expand Down Expand Up @@ -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 },
Expand Down
6 changes: 5 additions & 1 deletion data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3749,14 +3749,18 @@
"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",
"webbing_belt",
"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 },
Expand Down

0 comments on commit fb79bab

Please sign in to comment.