Skip to content

Commit

Permalink
Merge pull request #37270 from l29ah/oars-fix
Browse files Browse the repository at this point in the history
Saner oars stats and recipe
  • Loading branch information
ZhilkinSerg authored Jan 23, 2020
2 parents e497763 + 79b8cfc commit dff7afe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions data/json/items/vehicle/boat.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"name": "oars",
"name_plural": "oars",
"description": "Oars for a boat.",
"weight": "816 g",
"weight": "8 kg",
"to_hit": -1,
"color": "light_gray",
"symbol": ":",
"material": [ "wood" ],
"volume": "500 ml",
"volume": "16 L",
"bashing": 10,
"category": "veh_parts",
"price": 9000
Expand Down
5 changes: 2 additions & 3 deletions data/json/recipes/recipe_vehicle.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,10 @@
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "fabrication",
"difficulty": 1,
"time": 500,
"reversible": true,
"time": "60 m",
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_W", "level": 1 } ],
"components": [ [ [ "2x4", 1 ] ], [ [ "nail", 5 ] ] ]
"components": [ [ [ "2x4", 4 ] ], [ [ "nail", 10 ] ] ]
},
{
"result": "cargo_aisle",
Expand Down

0 comments on commit dff7afe

Please sign in to comment.