Skip to content

Commit

Permalink
LINT
Browse files Browse the repository at this point in the history
  • Loading branch information
DukePaulAtreid3s authored Sep 2, 2024
1 parent 7ba4801 commit 6359745
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,25 @@
"type": "item_group",
"subtype": "collection",
"id": "holster_glock19_fed",
"entries": [ { "item": "glock_19", "variant": "glock_19_cop", "ammo_item": "9mm", "charges": 15, "contents-item": [ "red_dot_sight" ] } ]
"entries": [
{
"item": "glock_19",
"variant": "glock_19_cop",
"ammo_item": "9mm",
"charges": 15,
"contents-item": [ "red_dot_sight" ]
}
]
},
{
"type": "item_group",
"subtype": "collection",
"id": "glock17_mags",
"entries": [
"entries": [
{ "item": "glockmag", "ammo-item": "9mm", "charges": 15 },
{ "item": "glockmag", "ammo-item": "9mm", "charges": 15 },
{ "item": "glockmag", "ammo-item": "9mm", "charges": 15 },
{ "item": "glockmag", "ammo-item": "9mm", "charges": 15 }
{ "item": "glockmag", "ammo-item": "9mm", "charges": 15 }
]
},
{
Expand Down Expand Up @@ -7778,7 +7786,7 @@
{ "item": "hat_ball", "variant": "hat_fbi" },
{ "group": "charged_two_way_radio" },
{ "group": "starter_wallet_full" },
{ "group": "holster_glock19_fed", "container-item": "holster"},
{ "group": "holster_glock19_fed", "container-item": "holster" },
{ "group": "glock17_mags" }
]
},
Expand Down

0 comments on commit 6359745

Please sign in to comment.