Skip to content

Commit

Permalink
Add new fire modes
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonemercy committed Oct 31, 2024
1 parent d353bfd commit 44b7c43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion items/weapons/fire_modes.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"2": "Automatic",
"3": "Pump Action",
"4": "Double Action",
"5": "All Barrels"
"5": "All Barrels",
"6": "Charge With Safety On",
"7": "Charge With Safety Off"
}
4 changes: 3 additions & 1 deletion items/weapons/secondary.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@
"capacity": 7,
"recoil": 8,
"fire_rate": 1000,
"fire_mode": [],
"fire_mode": [
6
],
"traits": [
2,
4,
Expand Down

0 comments on commit 44b7c43

Please sign in to comment.