Skip to content

Commit

Permalink
Made Slingshot more Tacticool
Browse files Browse the repository at this point in the history
Since the wrist rocket has a wrist brace, but isn't craftable, I wanted the one you can craft to have an optional wrist bract, too. I added it through the replacement stock mount and the tail hook stock. It improves the slingshot, but even with the laser sight it's still weaker than the wrist rocket in every regard.
  • Loading branch information
ashGlaw committed Jun 25, 2023
1 parent 8776427 commit 446a5dd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/json/items/gunmod/mount.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"symbol": ":",
"color": "light_gray",
"location": "stock mount",
"mod_targets": [ "smg", "rifle", "pistol", "shotgun", "crossbow", "launcher" ],
"mod_targets": [ "smg", "rifle", "pistol", "shotgun", "slingshot", "crossbow", "launcher" ],
"install_time": "20 m",
"min_skills": [ [ "gun", 5 ] ],
"add_mod": [ [ "stock", 1 ] ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/gunmod/stock.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
"symbol": ":",
"color": "dark_gray",
"location": "stock",
"mod_targets": [ "smg", "pistol" ],
"mod_targets": [ "smg", "pistol", "slingshot" ],
"install_time": "5 m",
"dispersion_modifier": -20,
"handling_modifier": 4,
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/gunmod/underbarrel.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
"sight_dispersion": 30,
"field_of_view": 3000,
"aim_speed_modifier": 15,
"mod_targets": [ "smg", "rifle", "pistol", "shotgun", "crossbow", "bow", "launcher" ],
"mod_targets": [ "smg", "rifle", "pistol", "shotgun", "crossbow", "bow", "slingshot", "launcher" ],
"min_skills": [ [ "weapon", 2 ], [ "gun", 1 ] ],
"flags": [ "PUMP_RAIL_COMPATIBLE", "LASER_SIGHT" ]
},
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/ranged/slings.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dispersion": 75,
"durability": 6,
"clip_size": 1,
"valid_mod_locations": [ [ "grip mount", 1 ], [ "underbarrel mount", 1 ] ],
"valid_mod_locations": [ [ "underbarrel mount", 1 ], [ "stock mount", 1 ] ],
"reload": 50,
"pocket_data": [ { "pocket_type": "MAGAZINE", "ammo_restriction": { "pebble": 1 } } ]
},
Expand Down Expand Up @@ -117,7 +117,7 @@
"dispersion": 45,
"durability": 7,
"clip_size": 1,
"valid_mod_locations": [ [ "grip mount", 1 ], [ "underbarrel mount", 1 ] ],
"valid_mod_locations": [ [ "underbarrel mount", 1 ] ],
"reload": 50,
"pocket_data": [ { "pocket_type": "MAGAZINE", "ammo_restriction": { "pebble": 1 } } ]
}
Expand Down

0 comments on commit 446a5dd

Please sign in to comment.