Skip to content

Commit

Permalink
uninstalling a tied mattress no longer requires hacksaw
Browse files Browse the repository at this point in the history
  • Loading branch information
Daved27hundred authored and olanti-p committed Jan 12, 2021
1 parent 0bc37ff commit 745aa70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/json/vehicleparts/rams.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,10 @@
"durability": 40,
"description": "A mattress, strapped onto the vehicle. It could serve to blunt any impact.",
"breaks_into": [ { "item": "rag", "count": [ 40, 55 ] } ],
"requirements": { "install": { "skills": [ [ "mechanics", 0 ] ], "time": "5 m", "using": [ [ "rope_natural_short", 2 ] ] } },
"requirements": {
"install": { "skills": [ [ "mechanics", 0 ] ], "time": "5 m", "using": [ [ "rope_natural_short", 2 ] ] },
"removal": { "skills": [ [ "mechanics", 0 ] ], "time": "5 m", "using": [ ] }
},
"damage_reduction": { "bash": 20 },
"flags": [ "PROTRUSION", "OBSTACLE", "OPAQUE" ]
},
Expand Down

0 comments on commit 745aa70

Please sign in to comment.