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

Port over change making elephant gun a double rifle #2997

Merged
Changes from all commits
Commits
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
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" ] }
}
]