Skip to content

Commit

Permalink
Add the ability to strap mattresses to vehicles
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyshannon authored and kevingranade committed Aug 16, 2019
1 parent 7e04972 commit fac93a7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/json/vehicleparts/rams.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,23 @@
"breaks_into": [ { "item": "chitin_piece", "count": [ 6, 19 ] } ],
"damage_reduction": { "all": 110 }
},
{
"id": "ram_mattress",
"copy-from": "ram_blaze",
"type": "vehicle_part",
"name": "tied mattress",
"symbol": "=",
"item": "mattress",
"color": "white",
"difficulty": 0,
"requirements": { "install": { "time": 30000, "using": [ [ "rope_natural_short", 2 ] ] } },
"damage_modifier": 50,
"durability": 40,
"description": "A mattress, strapped onto the vehicle. It could serve to blunt any impact.",
"breaks_into": [ { "item": "rag", "count": [ 40, 55 ] } ],
"damage_reduction": { "bash": 20 },
"flags": [ "PROTRUSION", "OBSTACLE", "OPAQUE", "TOOL_NONE" ]
},
{
"id": "tearer",
"type": "vehicle_part",
Expand Down

0 comments on commit fac93a7

Please sign in to comment.