Skip to content

Commit

Permalink
fix(balance): make Repeating crossbow turret use rifle skill (#5852)
Browse files Browse the repository at this point in the history
Initial commit
  • Loading branch information
AlecWhite authored Dec 30, 2024
1 parent 105ca30 commit 6f2904a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/vehicleparts/turret.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"color": "green",
"broken_color": "green",
"breaks_into": [ { "item": "splinter", "count": [ 4, 8 ] }, { "item": "string_6", "count": [ 1, 2 ] } ],
"requirements": { "install": { "skills": [ [ "mechanics", 3 ], [ "smg", 1 ] ] }, "removal": { "skills": [ [ "mechanics", 1 ] ] } }
"requirements": { "install": { "skills": [ [ "mechanics", 3 ], [ "rifle", 1 ] ] }, "removal": { "skills": [ [ "mechanics", 1 ] ] } }
},
{
"id": "mounted_emp_gun",
Expand Down

0 comments on commit 6f2904a

Please sign in to comment.