Skip to content

Commit

Permalink
add no lid version of the large clay pot, add its crafting recipe and…
Browse files Browse the repository at this point in the history
… make it usable in the new-ish slow sand filter recipe
  • Loading branch information
NetSysFire committed Oct 30, 2024
1 parent 5250a86 commit 1241e50
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
17 changes: 17 additions & 0 deletions data/json/items/containers/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2142,6 +2142,23 @@
"flags": [ "FRAGILE_MELEE" ],
"melee_damage": { "bash": 10 }
},
{
"id": "clay_watercont_no_lid",
"type": "GENERIC",
"name": { "str": "large clay pot (no lid)" },

Check failure on line 2148 in data/json/items/containers/containers.json

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

(~[slow] ~[.],starting_items)=> Cannot autogenerate plural form. Please specify the plural form explicitly using 'str' and 'str_pl', or 'str_sp' if the singular and plural forms are the same. "id": "clay_watercont_no_lid", "type": "GENERIC", "name": { "str": "large clay pot (no lid)" }, ▲▲▲ "description": "A bulky and heavy clay pot, meant to store water, but can carry other liquids in a pinch.", "copy-from": "clay_watercont",

Check failure on line 2148 in data/json/items/containers/containers.json

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

([slow] ~starting_items)=> Cannot autogenerate plural form. Please specify the plural form explicitly using 'str' and 'str_pl', or 'str_sp' if the singular and plural forms are the same. "id": "clay_watercont_no_lid", "type": "GENERIC", "name": { "str": "large clay pot (no lid)" }, ▲▲▲ "description": "A bulky and heavy clay pot, meant to store water, but can carry other liquids in a pinch.", "copy-from": "clay_watercont",
"description": "A bulky and heavy clay pot, meant to store water, but can carry other liquids in a pinch.",
"copy-from": "clay_watercont",
"pocket_data": [
{
"pocket_type": "CONTAINER",
"rigid": true,
"open_container": true,
"watertight": true,
"max_contains_volume": "37500 ml",
"max_contains_weight": "50 kg"
}
]
},
{
"id": "cup_plastic",
"type": "GENERIC",
Expand Down
15 changes: 15 additions & 0 deletions data/json/recipes/tools/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,21 @@
"using": [ [ "cordage_short", 2 ], [ "glazing", 3 ], [ "earthenware_firing", 160 ] ],
"components": [ [ [ "any_water", 3, "LIST" ] ], [ [ "clay_lump", 20 ] ], [ [ "leather", 3 ], [ "fur", 3 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "clay_watercont_no_lid",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_CONTAINERS",
"skill_used": "fabrication",
"skills_required": [ "survival", 1 ],
"difficulty": 2,
"time": "77 m",
"autolearn": true,
"proficiencies": [ { "proficiency": "prof_pottery" }, { "proficiency": "prof_pottery_glazing" } ],
"using": [ [ "glazing", 3 ], [ "earthenware_firing", 160 ] ],
"components": [ [ [ "any_water", 3, "LIST" ] ], [ [ "clay_lump", 20 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/tools/tools_primitive.json
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
"//": "Slow sand biofilter: https://wwwnc.cdc.gov/travel/yellowbook/2024/preparing/water-disinfection#:~:text=Figure%202%2D02.%20Emergency%20gravel%20and%20sand%20filter",
"//1": "Density of sand is around 1.6g/cm^3. Gravel is similar. In a 10 in diameter bucket, 4 in of gravel is about 8 kg and 10 in of sand is about 20 kg.",
"components": [
[ [ "bucket_5gal", 1 ] ],
[ [ "bucket_5gal", 1 ], [ "clay_watercont", 1 ], [ "clay_watercont_no_lid", 1 ] ],
[ [ "material_sand", 2500 ] ],
[ [ "material_gravel", 1000 ] ],
[ [ "cotton_patchwork", 4 ], [ "wire_mesh", 4 ] ]
Expand Down

0 comments on commit 1241e50

Please sign in to comment.