-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Added OA-93 pistol and carbine #37561
Changes from 8 commits
e598cd0
b895a16
4ab136e
ec855a3
1b1d519
a859afb
a16c189
07bd7e8
95420ca
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -325,6 +325,53 @@ | |
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "3rd burst", 3 ] ], | ||
"magazines": [ [ "223", [ "stanag30", "stanag50", "survivor223mag" ] ] ] | ||
}, | ||
{ | ||
"id": "oa93", | ||
"copy-from": "rifle_semi", | ||
"looks_like": "skorpion_61", | ||
"type": "GUN", | ||
"name": { "str": "OA-93" }, | ||
"description": "An AR-15 derivative pistol manufactured by Olympic Arms in the nineties. The main difference compared to the AR-15 is that the recoil spring has been moved to the top of the gun, circumventing the necessity for a solid buttstock.", | ||
"weight": "2023 g", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Which weight are you using for this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Second source for the pistol (Length/Weight: 17.00in. / 4.46lbs.). |
||
"volume": "4383 ml", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See edit, it was 4670ml. I forgot to fill my holes. 😛 |
||
"price": 125000, | ||
"to_hit": -2, | ||
"bashing": 9, | ||
"material": [ "steel", "aluminum" ], | ||
"symbol": "(", | ||
"color": "dark_gray", | ||
"ammo": "223", | ||
"skill": "pistol", | ||
"range": -6, | ||
"ranged_damage": -16, | ||
"dispersion": 380, | ||
"durability": 7, | ||
"min_cycle_recoil": 1350, | ||
"magazines": [ [ "223", [ "stanag30", "stanag50", "survivor223mag" ] ] ] | ||
}, | ||
{ | ||
"id": "oa93_carbine", | ||
"copy-from": "rifle_semi", | ||
"looks_like": "skorpion_61", | ||
"type": "GUN", | ||
"name": { "str": "OA-93 carbine" }, | ||
"description": "An AR-15 derivative carbine manufactured by Olympic Arms in the nineties. The main difference compared to the AR-15 is that the recoil spring has been moved to the top of the gun, circumventing the necessity for a solid buttstock. This carbine version comes with built-in folding stock and longer barrel.", | ||
"weight": "3402 g", | ||
"volume": "7234 ml", | ||
"price": 125000, | ||
"to_hit": -2, | ||
"bashing": 9, | ||
"material": [ "steel", "aluminum" ], | ||
"symbol": "(", | ||
"color": "dark_gray", | ||
"ammo": "223", | ||
"dispersion": 150, | ||
"durability": 7, | ||
"min_cycle_recoil": 1350, | ||
"built_in_mods": [ "folding_stock" ], | ||
"barrel_length": "67 ml", | ||
"magazines": [ [ "223", [ "stanag30", "stanag50", "survivor223mag" ] ] ] | ||
}, | ||
{ | ||
"id": "rifle_223", | ||
"copy-from": "gun_base", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to override the skill used if this is supposed to be a pistol