Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed weights for all real firearms. #34908

Merged
merged 36 commits into from
Dec 27, 2019
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
384e8c5
Fixed weights for real .223 firearms.
Warriorcat49 Oct 20, 2019
39c4486
Fixed weights of .22 firearms.
Warriorcat49 Oct 21, 2019
7a93d0b
Fixed weights for .270 firearms.
Warriorcat49 Oct 21, 2019
5bd12a9
Fixed weights of .300 firearms.
Warriorcat49 Oct 21, 2019
c3d6248
Fixed weights for .3006 firearms.
Warriorcat49 Oct 21, 2019
9234272
Fix weights for real .300blk firearms.
Warriorcat49 Oct 21, 2019
5a2847d
Fixed weights for real .308 firearms.
Warriorcat49 Oct 21, 2019
4cc58f3
Fixed weights for real .32 firearms.
Warriorcat49 Oct 21, 2019
cb3f8e8
Fixed weights for real .357sig firearms.
Warriorcat49 Oct 21, 2019
8aaca5e
Fixed weights for real .38 firearms.
Warriorcat49 Oct 21, 2019
6b2f017
Fixed weights for real .380 firearms.
Warriorcat49 Oct 21, 2019
c441267
Fixed weights for real .38super firearms.
Warriorcat49 Oct 21, 2019
dfc57f1
Fixed weights for real .40 firearms.
Warriorcat49 Oct 21, 2019
e5af15b
Fixed weights for real .410 firearms.
Warriorcat49 Oct 21, 2019
a7b940c
Fixed weights for real .44 firearms.
Warriorcat49 Oct 21, 2019
f1efab6
Fixed weights for real .44paper firearms.
Warriorcat49 Oct 21, 2019
8c4eedf
Fixed weights for real .45 firearms.
Warriorcat49 Oct 21, 2019
517ba53
Fixed weights for real .454 firearms.
Warriorcat49 Oct 21, 2019
e700a75
Fixed weights for real .4570 firearms.
Warriorcat49 Oct 21, 2019
a85b684
Fixed weights for real 4.6 firearms.
Warriorcat49 Oct 21, 2019
e4c3d61
Fixed weights for real .500 firearms.
Warriorcat49 Oct 21, 2019
5b5e9d0
Fixed weights for real 5.45 firearms.
Warriorcat49 Oct 21, 2019
a5e7c90
Fixed weights for real 5.7 firearms.
Warriorcat49 Oct 21, 2019
4e3f9c1
Fixed weights for real 7.62x39 firearms.
Warriorcat49 Oct 21, 2019
b872e3c
Fixed weights for real 7.62x54 firearms.
Warriorcat49 Oct 21, 2019
4f56d5a
Fixed weights for real 7.62x25 firearms.
Warriorcat49 Oct 21, 2019
04bff5b
Fixed weights for real 9x19 firearms.
Warriorcat49 Oct 21, 2019
4acf741
Fixed weights for 9x18 firearms.
Warriorcat49 Oct 21, 2019
ea998f5
Fixed weights for real .50 firearms.
Warriorcat49 Oct 21, 2019
f874eb1
Fixed weights for real 12gauge firearms.
Warriorcat49 Oct 21, 2019
ab15873
Merge branch 'master' into patch-1
Warriorcat49 Oct 23, 2019
ffe0a42
Merge branch 'master' into patch-1
ZhilkinSerg Nov 18, 2019
5ac85df
Update data/json/items/gun/22.json
Warriorcat49 Nov 24, 2019
4fae0fc
Merge branch 'master' into patch-1
ZhilkinSerg Dec 10, 2019
e45496d
Update 762R.json
ZhilkinSerg Dec 26, 2019
7638da4
Merge branch 'master' into patch-1
ZhilkinSerg Dec 26, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed weights for real .38 firearms.
Ref #34830
  • Loading branch information
Warriorcat49 authored Oct 21, 2019
commit 8aaca5e40f9c5acdeebf87a7a69d4ff5acd600f1
2 changes: 1 addition & 1 deletion data/json/items/gun/38.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"name": "COP .38",
"name_plural": "COP .38",
"description": "The COP .38 is a small, chubby derringer pistol that bears a slight resemblance to the Mossberg Brownie. It has four barrels arranged in a square formation.",
"weight": "857 g",
"weight": "800 g",
"volume": "399ml",
"price": 120000,
"to_hit": -1,
Expand Down