Skip to content

Commit

Permalink
Add steel tankard item and recipe (#77171)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* 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 <[email protected]>
  • Loading branch information
Myfharad and Karol1223 authored Oct 20, 2024
1 parent fb7fcae commit 6345530
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
33 changes: 33 additions & 0 deletions data/json/items/containers/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 14 additions & 0 deletions data/json/recipes/tools/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6345530

Please sign in to comment.