Skip to content

Commit

Permalink
Remove Gyroscopic Stabilizer (#75749)
Browse files Browse the repository at this point in the history
* Remove it

* Lint
  • Loading branch information
Holli-Git authored Aug 17, 2024
1 parent 760786a commit 207c865
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 52 deletions.
1 change: 0 additions & 1 deletion data/json/itemgroups/Weapons_Mods_Ammo/gunmod.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
[ "wooden_grip", 5 ],
[ "waterproof_gunmod", 40 ],
[ "gun_crossbow", 20 ],
[ "stabilizer", 10 ],
[ "laser_sight", 40 ],
[ "light_grip", 50 ],
[ "pistol_bayonet", 10 ],
Expand Down
28 changes: 0 additions & 28 deletions data/json/items/gunmod/rail.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,33 +95,5 @@
"mod_targets": [ "smg", "rifle", "pistol", "shotgun", "crossbow", "launcher" ],
"flags": [ "LASER_SIGHT" ],
"min_skills": [ [ "weapon", 2 ], [ "gun", 1 ] ]
},
{
"id": "stabilizer",
"type": "GUNMOD",
"name": { "str": "gyroscopic stabilizer" },
"description": "An advanced unit that straps onto the side of your firearm and reduces vibration, greatly reducing recoil and slightly increasing accuracy.",
"weight": "286 g",
"volume": "750 ml",
"integral_volume": "500 ml",
"price": "680 USD",
"price_postapoc": "7 USD 50 cent",
"install_time": "10 m",
"material": [ "aluminum", "plastic" ],
"symbol": ":",
"color": "blue",
"location": "rail",
"mod_targets": [ "smg", "rifle", "crossbow" ],
"dispersion_modifier": -1,
"handling_modifier": 6,
"min_skills": [ [ "weapon", 6 ] ]
},
{
"id": "stabilizer_mod",
"copy-from": "stabilizer",
"type": "GUNMOD",
"name": { "str": "modified gyroscopic stabilizer" },
"description": "An advanced unit that straps onto the side of your firearm and reduces vibration, greatly reducing recoil and slightly increasing accuracy. This one was modified and customized to mount on pretty much any weapon other than pistols, if you so want.",
"mod_targets": [ "smg", "rifle", "shotgun", "launcher", "crossbow" ]
}
]
1 change: 0 additions & 1 deletion data/json/npcs/items_generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,6 @@
[ "spork", 3 ],
[ "sports_drink", 4 ],
[ "spray_can", 3 ],
[ "stabilizer", 1 ],
[ "stethoscope", 2 ],
[ "stick", 5 ],
[ "story_book", 1 ],
Expand Down
10 changes: 10 additions & 0 deletions data/json/obsoletion_and_migration_0.I/migration_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -1825,5 +1825,15 @@
"type": "MIGRATION",
"replace": "small_squeeze_tube",
"contents": [ { "id": "super_glue", "count": 40 } ]
},
{
"id": "stabilizer",
"type": "MIGRATION",
"replace": "rail_laser_sight"
},
{
"id": "stabilizer_mod",
"type": "MIGRATION",
"replace": "rail_laser_sight"
}
]
9 changes: 1 addition & 8 deletions data/json/recipes/nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -4138,14 +4138,7 @@
"name": "modified attachments",
"description": "Recipes related to modifying weapon accessories to attach to a wider variety of guns and crossbows.",
"skill_used": "fabrication",
"nested_category_data": [
"bipod_mod",
"grip_mod",
"stabilizer_mod",
"muzzle_brake_mod",
"nested_modified_gunmods_weapons",
"nested_modified_gunmods_sights"
]
"nested_category_data": [ "bipod_mod", "grip_mod", "muzzle_brake_mod", "nested_modified_gunmods_weapons", "nested_modified_gunmods_sights" ]
},
{
"id": "nested_modified_gunmods_weapons",
Expand Down
14 changes: 0 additions & 14 deletions data/json/recipes/weapon/mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,20 +300,6 @@
"tools": [ [ [ "large_repairkit", 25 ], [ "small_repairkit", 45 ] ] ],
"components": [ [ [ "offset_sight_rail", 1 ] ], [ [ "scrap", 1 ] ], [ [ "plastic_chunk", 1 ] ] ]
},
{
"result": "stabilizer_mod",
"type": "recipe",
"activity_level": "MODERATE_EXERCISE",
"category": "CC_*",
"subcategory": "CSC_*_NESTED",
"skill_used": "fabrication",
"difficulty": 4,
"skills_required": [ [ "gun", 6 ] ],
"time": "30 m",
"autolearn": true,
"tools": [ [ [ "large_repairkit", 25 ], [ "small_repairkit", 45 ] ] ],
"components": [ [ [ "stabilizer", 1 ] ], [ [ "scrap", 1 ] ], [ [ "plastic_chunk", 1 ] ] ]
},
{
"result": "muzzle_brake_mod",
"type": "recipe",
Expand Down

0 comments on commit 207c865

Please sign in to comment.