diff --git a/data/json/items/tool/toiletries.json b/data/json/items/tool/toiletries.json index 7d1f51f4949ad..28caccad89009 100644 --- a/data/json/items/tool/toiletries.json +++ b/data/json/items/tool/toiletries.json @@ -13,7 +13,7 @@ "price_postapoc": 50, "to_hit": -2, "bashing": 6, - "material": [ "steel" ], + "material": [ "steel", "aluminum" ], "use_action": { "type": "weigh_self", "max_weight": "150 kg" }, "flags": [ "ALLOWS_REMOTE_USE" ] }, diff --git a/data/json/recipes/tools/tool.json b/data/json/recipes/tools/tool.json index aad49983b10f1..914f7a65eba38 100644 --- a/data/json/recipes/tools/tool.json +++ b/data/json/recipes/tools/tool.json @@ -1319,5 +1319,18 @@ "autolearn": true, "proficiencies": [ { "proficiency": "prof_pottery" } ], "components": [ [ [ "pot_canning_clay", 1 ] ], [ [ "clay_pot", 1 ] ], [ [ "fire_brick", 2 ] ], [ [ "clay_lump", 3 ] ] ] + }, + { + "result": "bathroom_scale", + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_TOOLS", + "skill_used": "fabrication", + "difficulty": 1, + "time": "30 m", + "reversible": true, + "autolearn": true, + "components": [ [ [ "steel_chunk", 1 ], [ "scrap", 10 ] ], [ [ "clockworks", 2 ] ] ] } ]