Skip to content

Commit de91fd6

Browse files
committed
Add the Auto-Pistol
1 parent 1afb518 commit de91fd6

4 files changed

Lines changed: 72 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[
2+
{
3+
"id": "ap_clip",
4+
"type": "AMMO",
5+
"name": "Auto-Pistol Ammo",
6+
"description": "Ammo for Auto-Pistol.",
7+
"volume": 0.5,
8+
"price": 500000,
9+
"material": [ "plastic", "powder" ],
10+
"symbol": "=",
11+
"color": "grey",
12+
"count": 10,
13+
"stack_size": 10,
14+
"ammo_type": "auto_pistol",
15+
"damage": 54,
16+
"recoil": 20,
17+
"effects": [ "COOKOFF" ]
18+
}
19+
]
20+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"type" : "ammunition_type",
4+
"id" : "auto_pistol",
5+
"name" : "Auto_Pistol Ammunition",
6+
"default" : "ap_clip"
7+
}
8+
]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[
2+
{
3+
"id": "ap_mag",
4+
"type": "MAGAZINE",
5+
"name": "Auto-Pistol Magazine",
6+
"description": "Magazine for an Auto-Pistol.",
7+
"weight": 490,
8+
"volume": 0.5,
9+
"price": 9920,
10+
"material": "steel",
11+
"symbol": "#",
12+
"color": "light_gray",
13+
"ammo_type": "auto-pistol",
14+
"capacity": 10,
15+
"reliability": 7,
16+
"reload_time": 90,
17+
"flags": [ "MAG_COMPACT" ]
18+
}
19+
]
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[
2+
{
3+
"type": "GUN",
4+
"name": "Auto-Pistol",
5+
"name_plural": "Auto-Pistols",
6+
"skill": "pistol",
7+
"ammo": "auto-pistol",
8+
"id": "pistol_auto",
9+
"description": "The Auto-Pistol or Automatic Pistol is a fairly standard sidearm for both military and civilian use. Ammunition is fed into the pistol automatically from a detachable magazine, allowing for greater capacity and reload time than a Revolver.",
10+
"weight": 500,
11+
"volume": 0.5,
12+
"price": 54500,
13+
"to_hit": 0,
14+
"bashing": 3,
15+
"material": [ "steel", "plastic" ],
16+
"ranged_damage": 51,
17+
"dispersion": 80,
18+
"durability": 9,
19+
"clip_size": 10,
20+
"symbol": "/",
21+
"burst": 5,
22+
"range": 29,
23+
"valid_mod_locations": [ [ "accessories", 1 ], [ "grip", 1 ], [ "muzzle", 1 ], [ "sights", 1 ], [ "stock", 1 ] ]
24+
}
25+
]

0 commit comments

Comments
 (0)