Skip to content

Commit

Permalink
fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamandus committed Jun 20, 2024
1 parent 1841596 commit 32d96ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions data/json/itemgroups/Weapons_Mods_Ammo/guns.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@
{ "group": "nested_hk_mp5sd", "prob": 5 },
{ "group": "nested_hk_ump45", "prob": 30 },
{ "group": "nested_TDI", "prob": 10 },
{ "group": "nested_kriss_vector", "prob": 10 },
{ "group": "nested_american_180", "prob": 50 },
{ "group": "nested_briefcase_smg", "prob": 5 },
{ "group": "nested_tec9", "prob": 50 }
Expand All @@ -338,6 +339,7 @@
{ "group": "everyday_hk_mp5sd", "prob": 5 },
{ "group": "everyday_hk_ump45", "prob": 30 },
{ "group": "everyday_TDI", "prob": 10 },
{ "group": "everyday_kriss_vector", "prob": 10 },
{ "group": "everyday_american_180", "prob": 50 },
{ "group": "everyday_briefcase_smg", "prob": 5 },
{ "group": "everyday_tec9", "prob": 50 }
Expand All @@ -356,6 +358,7 @@
{ "item": "mac_10", "prob": 40, "charges-min": 0, "charges-max": 0 },
{ "item": "mac_11", "prob": 20, "charges-min": 0, "charges-max": 0 },
{ "item": "TDI", "prob": 10, "charges-min": 0, "charges-max": 0 },
{ "item": "kriss_vector", "prob": 10, "charges-min": 0, "charges-max": 0 },
{ "item": "american_180", "prob": 50, "charges-min": 0, "charges-max": 0 },
{ "item": "briefcase_smg", "prob": 5, "charges-min": 0, "charges-max": 0 },
{ "item": "tec9", "prob": 50, "charges-min": 0, "charges-max": 0 }
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/gun/40.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
"bashing": 9,
"material": [ "steel", "plastic" ],
"color": "dark_gray",
"ammo": "45",
"ammo": "40",
"dispersion": 280,
"durability": 7,
"min_cycle_recoil": 540,
Expand Down
2 changes: 1 addition & 1 deletion data/json/uncraft/magazine/45.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"components": [ [ [ "scrap", 1 ] ] ]
},
{
"result": "kriss_vector_mag",
"result": "kriss_mag",
"type": "uncraft",
"copy-from": "metal_magazine",
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
Expand Down

0 comments on commit 32d96ea

Please sign in to comment.