Skip to content

Commit

Permalink
Update Locked and Loaded mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenan2000 committed Jul 4, 2021
1 parent 2a3d92e commit bc5b4e0
Show file tree
Hide file tree
Showing 52 changed files with 1,149 additions and 539 deletions.
7 changes: 5 additions & 2 deletions Kenan-Modpack/Locked_and_Loaded/itemgroups/guns.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
{ "item": "win1873_4440", "prob": 80, "charges-min": 0, "charges-max": 7 },
{ "item": "win1873_3840", "prob": 70, "charges-min": 0, "charges-max": 7 },
{ "item": "win1873_3220", "prob": 70, "charges-min": 0, "charges-max": 7 },
{ "item": "pursuit", "prob": 20, "charges-min": 0, "charges-max": 1 }
{ "item": "pursuit", "prob": 20, "charges-min": 0, "charges-max": 1 },
{ "item": "7600_3006", "prob": 30, "charges-min": 0, "charges-max": 4 },
{ "item": "7615p", "prob": 40, "charges-min": 0, "charges-max": 10 }
]
},
{
Expand Down Expand Up @@ -65,7 +67,8 @@
{ "item": "vaquero44", "prob": 30, "charges-min": 0, "charges-max": 6 },
{ "item": "vaquero45", "prob": 35, "charges-min": 0, "charges-max": 6 },
{ "item": "grach", "prob": 35, "charges-min": 0, "charges-max": 18 },
{ "item": "python", "prob": 15, "charges-min": 0, "charges-max": 6 }
{ "item": "python", "prob": 15, "charges-min": 0, "charges-max": 6 },
{ "item": "grandraptor", "prob": 30, "charges-min": 0, "charges-max": 8 }
]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[
{
"id": "grandraptor",
"copy-from": "pistol_base",
"looks_like": "glock_17",
"type": "GUN",
"name": { "str": "Kimber Grand Raptor II" },
"description": "The Kimber Grand Raptor II is possibly the most popular Kimber pistol. Being made in the common M1911 style, it is easy to wield, accurate, and durable! The one down side of this pistol is that it can only hold eight rounds...",
"weight": "1077 g",
"volume": "600 ml",
"price": "1400 USD",
"to_hit": -2,
"bashing": 8,
"material": [ "steel", "aluminum" ],
"symbol": "(",
"color": "dark_gray",
"ammo": [ "45" ],
"dispersion": 350,
"durability": 8,
"min_cycle_recoil": 400,
"barrel_volume": "22 ml",
"longest_side": "220 mm",
"pocket_data": [
{
"pocket_type": "MAGAZINE_WELL",
"holster": true,
"max_contains_volume": "20 L",
"max_contains_weight": "20 kg",
"item_restriction": [ "raptor_mag" ]
}
]
}
]
36 changes: 0 additions & 36 deletions Kenan-Modpack/Locked_and_Loaded/items/guns/pistols/93r.json

This file was deleted.

36 changes: 0 additions & 36 deletions Kenan-Modpack/Locked_and_Loaded/items/guns/pistols/bodyguard.json

This file was deleted.

162 changes: 0 additions & 162 deletions Kenan-Modpack/Locked_and_Loaded/items/guns/pistols/kimbercustom.json

This file was deleted.

This file was deleted.

Loading

0 comments on commit bc5b4e0

Please sign in to comment.