Skip to content

Commit

Permalink
Merge pull request #38943 from pjf/lock_boards
Browse files Browse the repository at this point in the history
Make stowboards lockable + no roof needed
  • Loading branch information
Rivet-the-Zombie authored Mar 23, 2020
2 parents ca96eb2 + f2a3344 commit 6fc9301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/vehicleparts/boards.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_weld_removal", 1 ] ] },
"repair": { "skills": [ [ "mechanics", 3 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
},
"flags": [ "OBSTACLE", "OPAQUE", "CARGO", "COVERED", "FULL_BOARD", "NO_ROOF_NEEDED" ],
"flags": [ "OBSTACLE", "OPAQUE", "CARGO", "COVERED", "FULL_BOARD", "NO_ROOF_NEEDED", "LOCKABLE_CARGO" ],
"damage_reduction": { "all": 28 }
},
{
Expand All @@ -84,7 +84,7 @@
"color": "brown",
"broken_color": "dark_gray",
"proportional": { "durability": 4.15, "size": 0.76 },
"flags": [ "OBSTACLE", "OPAQUE", "CARGO", "COVERED", "FULL_BOARD" ],
"flags": [ "OBSTACLE", "OPAQUE", "CARGO", "COVERED", "FULL_BOARD", "NO_ROOF_NEEDED", "LOCKABLE_CARGO" ],
"damage_reduction": { "all": 72, "cut": 80, "stab": 80 }
},
{
Expand Down

0 comments on commit 6fc9301

Please sign in to comment.