Skip to content

Commit

Permalink
Allow folding turret mount
Browse files Browse the repository at this point in the history
  • Loading branch information
ymber committed Dec 31, 2019
1 parent b1541cd commit 86a0823
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/vehicleparts/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -3550,13 +3550,14 @@
"damage_modifier": 80,
"durability": 320,
"description": "A rotating, universal mount for a weapon. If your hands are empty, you can stand next to a turret mount and 'f'ire the weapon by selecting the tile.",
"folded_volume": "2500 ml",
"item": "turret_mount",
"requirements": {
"install": { "skills": [ [ "mechanics", 1 ] ], "time": "20 m", "using": [ [ "welding_standard", 10 ] ] },
"removal": { "skills": [ [ "mechanics", 1 ] ], "time": "10 m", "using": "vehicle_weld_removal" },
"repair": { "skills": [ [ "mechanics", 1 ] ], "time": "5 m", "using": [ [ "welding_standard", 5 ] ] }
},
"flags": [ "TURRET_MOUNT" ],
"flags": [ "TURRET_MOUNT", "FOLDABLE" ],
"breaks_into": [ { "item": "scrap", "count": [ 1, 4 ] } ],
"damage_reduction": { "all": 54 }
},
Expand Down

1 comment on commit 86a0823

@scorpion451
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have no idea how happy I am to finally see this pop up in the changelog, been dying for foldable custom turrets since late C experimentals.

Please sign in to comment.