Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding different sizes for wooden wheel variants, and wooden casters set #79256

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Formatting changes, removed hammed requirement for caster wheels
Leha44581 committed Jan 20, 2025
commit 8ed1de14ce7da0ca7d5fcc526bef7f9e26d6ca0b
4 changes: 2 additions & 2 deletions data/json/items/vehicle/wheel.json
Original file line number Diff line number Diff line change
@@ -805,7 +805,7 @@
"description": "A handmade 8 inch wooden cart wheel with metal bands for durability.",
"relative": { "weight": "100 g" }
},
{
{
"id": "wheel_wood_12i",
"type": "WHEEL",
"category": "veh_parts",
@@ -876,4 +876,4 @@
"volume": "5500 ml",
"width": 6
}
]
]
2 changes: 1 addition & 1 deletion data/json/recipes/recipe_vehicle.json
Original file line number Diff line number Diff line change
@@ -1140,7 +1140,7 @@
"reversible": false,
"autolearn": true,
"proficiencies": [ { "proficiency": "prof_carpentry_basic" } ],
"qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "SAW_W", "level": 1 }, { "id": "FILE", "level": 1 } ],
"qualities": [ { "id": "SAW_W", "level": 1 }, { "id": "FILE", "level": 1 } ],
"components": [ [ [ "2x4", 1 ] ], [ [ "nuts_bolts", 4 ] ] ]
},
{
2 changes: 1 addition & 1 deletion data/json/vehicleparts/wheel.json
Original file line number Diff line number Diff line change
@@ -963,4 +963,4 @@
"flags": [ "WHEEL", "UNSTABLE_WHEEL", "NEEDS_WHEEL_MOUNT_CONCRETE_MIX", "NO_INSTALL_HIDDEN" ],
"variants": [ { "symbols": "o", "symbols_broken": "x" } ]
}
]
]