From 63455300d5d0a4e71c9c5dff209764aa481b3e7b Mon Sep 17 00:00:00 2001 From: Myf <100801849+Myfharad@users.noreply.github.com> Date: Sun, 20 Oct 2024 18:34:19 -0500 Subject: [PATCH] Add steel tankard item and recipe (#77171) * Added clay cup.json added a proper clay cup * changed ceramic to clay cup recipe.json changed ceramic to clay cup recipe * Update containers.json * Update containers.json brought back ceramic cup recipe that I had originally removed, made it slightly longer in time to produce than a plain old clay cup * Update data/json/items/containers/containers.json Co-authored-by: Karol1223 <68503002+Karol1223@users.noreply.github.com> * Adds steel tankard recipe Adds steel tankard with recipe * Fixed description spacing problem.json * Fixed issue goofed up with metal boxes.json thank you procy ;^; --------- Co-authored-by: Karol1223 <68503002+Karol1223@users.noreply.github.com> --- data/json/items/containers/containers.json | 33 ++++++++++++++++++++++ data/json/recipes/tools/containers.json | 14 +++++++++ 2 files changed, 47 insertions(+) diff --git a/data/json/items/containers/containers.json b/data/json/items/containers/containers.json index 445d5752dd478..d5b9a153772ef 100644 --- a/data/json/items/containers/containers.json +++ b/data/json/items/containers/containers.json @@ -5134,6 +5134,39 @@ ], "flags": [ "COLLAPSE_CONTENTS" ] }, + { + "id": "tankard_metal", + "type": "GENERIC", + "category": "container", + "name": { "str": "steel tankard" }, + "//1": "https://www.kultofathena.com/product/stainless-steel-tankard/", + "description": "While not as historic as one may think, it's considered a finer luxury in these trying times. Drink responsibly.", + "weight": "181 g", + "volume": "724 ml", + "longest_side": "10 cm", + "price": "30 USD", + "price_postapoc": "50 cent", + "material": [ "steel" ], + "looks_like": "clay_canister", + "symbol": ")", + "color": "light_cyan", + "pocket_data": [ + { + "pocket_type": "CONTAINER", + "watertight": true, + "rigid": true, + "open_container": true, + "max_contains_volume": "341 ml", + "max_item_volume": "250 ml", + "max_contains_weight": "1150 g", + "moves": 400 + } + ], + "qualities": [ [ "CONTAIN", 1 ], [ "BOIL", 2 ] ], + "use_action": [ "HEAT_LIQUID_ITEMS" ], + "melee_damage": { "bash": 1 }, + "flags": [ "COLLAPSE_CONTENTS" ] + }, { "id": "pillbox", "type": "GENERIC", diff --git a/data/json/recipes/tools/containers.json b/data/json/recipes/tools/containers.json index fb84dd5e432ee..acd88a7df59c2 100644 --- a/data/json/recipes/tools/containers.json +++ b/data/json/recipes/tools/containers.json @@ -1445,6 +1445,20 @@ "proficiencies": [ { "proficiency": "prof_carving" } ], "components": [ [ [ "2x4", 1 ] ], [ [ "stick", 1 ] ] ] }, + { + "result": "tankard_metal", + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_CONTAINERS", + "skill_used": "fabrication", + "difficulty": 2, + "time": "1 h", + "autolearn": true, + "using": [ [ "blacksmithing_standard", 5 ], [ "steel_standard", 1 ] ], + "proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ], + "qualities": [ { "id": "CHISEL", "level": 3 } ] + }, { "type": "recipe", "activity_level": "LIGHT_EXERCISE",