Skip to content

Commit

Permalink
Added light wooden wheel mount
Browse files Browse the repository at this point in the history
Co-Authored-By: VissValdyr <167661460+VissValdyr@users.noreply.github.com>
  • Loading branch information
yay855 and VissValdyr committed May 25, 2024
1 parent 6ebcd8d commit 3443acb
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/json/items/vehicle/wheel.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,14 @@
"name": { "str": "banded wooden cart wheel" },
"description": "A wooden cart wheel with metal bands for durability, hand made.",
"relative": { "weight": 500 }
},
{
"id": "wheel_mount_light_wood",
"type": "GENERIC",
"category": "veh_parts",
"name": { "str": "light wooden wheel mount" },
"description": "A piece of wood with holes suitable for a bike or motorbike wheel.",
"copy-from": "wheel_mount_light",
"material": [ "wood" ]
}
]
13 changes: 13 additions & 0 deletions data/json/recipes/other/vehicles.json
Original file line number Diff line number Diff line change
Expand Up @@ -1466,5 +1466,18 @@
"using": [ [ "welding_standard", 25 ], [ "steel_standard", 20 ] ],
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 1 }, { "id": "WRENCH", "level": 1 } ],
"components": [ [ [ "frame", 2 ] ] ]
},
{
"type": "recipe",
"result": "wheel_mount_light_wood",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "mechanics",
"difficulty": 1,
"skills_required": [ "fabrication", 2 ],
"time": "20 m",
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_W", "level": 1 } ],
"components": [ [ [ "nail", 4 ] ], [ [ "stick", 2 ], [ "2x4", 2 ] ] ]
}
]
23 changes: 23 additions & 0 deletions data/json/vehicleparts/wheel.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,5 +636,28 @@
"rolling_resistance": 2.05,
"proportional": { "durability": 2, "damage_modifier": 2 },
"damage_reduction": { "all": 20 }
},
{
"type": "vehicle_part",
"id": "wheel_mount_light_wood",
"name": { "str": "light wooden wheel mount" },
"copy-from": "wheel_mount_light",
"durability": 70,
"description": "A piece of wood with holes suitable for a bike or motorbike wheel.",
"item": "wheel_mount_light_wood",
"requirements": {
"install": { "skills": [ [ "mechanics", 2 ] ], "time": "60 m", "using": [ [ "vehicle_bolt", 1 ] ] },
"removal": { "skills": [ [ "mechanics", 1 ] ], "time": "10 m", "qualities": [ { "id": "SAW_W", "level": 1 } ] },
"repair": { "skills": [ [ "mechanics", 2 ] ], "time": "15 m", "using": [ [ "adhesive", 1 ] ] }
},
"breaks_into": [ { "item": "2x4", "count": [ 0, 1 ] }, { "item": "nail", "charges": [ 0, 5 ] } ],
"damage_reduction": { "all": 10 }
},
{
"id": "wheel_mount_light_steerable_wood",
"copy-from": "wheel_mount_light_wood",
"type": "vehicle_part",
"name": { "str": "light wheel mount (steerable)" },
"extend": { "flags": [ "STEERABLE" ] }
}
]

0 comments on commit 3443acb

Please sign in to comment.