Skip to content

Commit

Permalink
Port over change making elephant gun a double rifle (cataclysmbnteam#…
Browse files Browse the repository at this point in the history
…2997)

Co-authored-by: Terrorforge <terrorforge@gmail.com>
  • Loading branch information
chaosvolt and Terrorforge committed Jun 28, 2023
1 parent 5e79785 commit 79c2d56
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions data/json/items/gun/700nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"copy-from": "rifle_1shot",
"type": "GUN",
"name": { "str": "Elephant gun" },
"description": "A custom-made single shot rifle specially designed for the hunting of huge game. You could obviously kill everything with this, EVERYTHING. If you ever find enough ammo of course.",
"description": "A ornately engraved, custom-made double rifle specially designed for the hunting of huge game. You could obviously kill everything with this, EVERYTHING. If you ever find enough ammo of course.",
"weight": "8082 g",
"volume": "3 L",
"price": 2000000,
Expand All @@ -14,8 +14,8 @@
"color": "light_blue",
"ammo": "700nx",
"dispersion": 90,
"clip_size": 1,
"reload": 600,
"clip_size": 2,
"reload": 300,
"barrel_length": "1000 ml",
"valid_mod_locations": [
[ "accessories", 4 ],
Expand All @@ -27,6 +27,7 @@
[ "sling", 1 ],
[ "stock", 1 ],
[ "underbarrel", 1 ]
]
],
"extend": { "flags": [ "RELOAD_ONE" ] }
}
]

0 comments on commit 79c2d56

Please sign in to comment.