Skip to content

Commit bc5b4e0

Browse files
committed
Update Locked and Loaded mod
1 parent 2a3d92e commit bc5b4e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1149
-539
lines changed

Kenan-Modpack/Locked_and_Loaded/itemgroups/guns.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
{ "item": "win1873_4440", "prob": 80, "charges-min": 0, "charges-max": 7 },
2525
{ "item": "win1873_3840", "prob": 70, "charges-min": 0, "charges-max": 7 },
2626
{ "item": "win1873_3220", "prob": 70, "charges-min": 0, "charges-max": 7 },
27-
{ "item": "pursuit", "prob": 20, "charges-min": 0, "charges-max": 1 }
27+
{ "item": "pursuit", "prob": 20, "charges-min": 0, "charges-max": 1 },
28+
{ "item": "7600_3006", "prob": 30, "charges-min": 0, "charges-max": 4 },
29+
{ "item": "7615p", "prob": 40, "charges-min": 0, "charges-max": 10 }
2830
]
2931
},
3032
{
@@ -65,7 +67,8 @@
6567
{ "item": "vaquero44", "prob": 30, "charges-min": 0, "charges-max": 6 },
6668
{ "item": "vaquero45", "prob": 35, "charges-min": 0, "charges-max": 6 },
6769
{ "item": "grach", "prob": 35, "charges-min": 0, "charges-max": 18 },
68-
{ "item": "python", "prob": 15, "charges-min": 0, "charges-max": 6 }
70+
{ "item": "python", "prob": 15, "charges-min": 0, "charges-max": 6 },
71+
{ "item": "grandraptor", "prob": 30, "charges-min": 0, "charges-max": 8 }
6972
]
7073
},
7174
{
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[
2+
{
3+
"id": "grandraptor",
4+
"copy-from": "pistol_base",
5+
"looks_like": "glock_17",
6+
"type": "GUN",
7+
"name": { "str": "Kimber Grand Raptor II" },
8+
"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...",
9+
"weight": "1077 g",
10+
"volume": "600 ml",
11+
"price": "1400 USD",
12+
"to_hit": -2,
13+
"bashing": 8,
14+
"material": [ "steel", "aluminum" ],
15+
"symbol": "(",
16+
"color": "dark_gray",
17+
"ammo": [ "45" ],
18+
"dispersion": 350,
19+
"durability": 8,
20+
"min_cycle_recoil": 400,
21+
"barrel_volume": "22 ml",
22+
"longest_side": "220 mm",
23+
"pocket_data": [
24+
{
25+
"pocket_type": "MAGAZINE_WELL",
26+
"holster": true,
27+
"max_contains_volume": "20 L",
28+
"max_contains_weight": "20 kg",
29+
"item_restriction": [ "raptor_mag" ]
30+
}
31+
]
32+
}
33+
]

Kenan-Modpack/Locked_and_Loaded/items/guns/pistols/93r.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

Kenan-Modpack/Locked_and_Loaded/items/guns/pistols/bodyguard.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

Kenan-Modpack/Locked_and_Loaded/items/guns/pistols/kimbercustom.json

Lines changed: 0 additions & 162 deletions
This file was deleted.

Kenan-Modpack/Locked_and_Loaded/items/guns/pistols/kimbermicro.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)