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

Innawoods updating 2 #59772

Merged
merged 10 commits into from
Jul 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion data/mods/innawood/items/tool_tailoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,36 @@
"type": "GENERIC",
"category": "spare_parts",
"name": { "str": "fibercloth sheet" },
"description": "A sheet of fabric woven from plant fiber, suitable for making clothing.",
"description": "A 12 inch by 24 inch sheet of fabric woven from plant fiber, suitable for making clothing.",
"weight": "38 g",
"volume": "47 ml",
"price": 1000,
"price_postapoc": 100,
"material": [ "fibercloth" ],
"symbol": "=",
"color": "green"
},
{
"id": "fibercloth_patchwork",
"type": "TOOL",
"category": "spare_parts",
"name": { "str": "fibercloth patch", "str_pl": "fibercloth patches" },
"description": "A 6 inch square fibercloth patch, suitable for use in repairing and tailoring of clothing.",
"weight": "5 g",
"volume": "6 ml",
"price": 200,
"price_postapoc": 2,
"material": [ "fibercloth" ],
"symbol": ",",
"color": "green",
"use_action": [
{
"type": "heal",
"move_cost": 200,
"used_up_item": { "id": "fibercloth_patchwork", "quantity": 1, "flags": [ "FILTHY" ] }
},
"WASH_HARD_ITEMS"
],
"flags": [ "NO_SALVAGE" ]
}
]
4 changes: 2 additions & 2 deletions data/mods/innawood/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"chip_resist": 6,
"breathability": "AVERAGE",
"wind_resist": 70,
"repaired_with": "cotton_patchwork",
"salvaged_into": "cotton_patchwork",
"repaired_with": "fibercloth_patchwork",
"salvaged_into": "fibercloth_patchwork",
"dmg_adj": [ "ripped", "torn", "shredded", "tattered" ],
"bash_dmg_verb": "ripped",
"cut_dmg_verb": "cut",
Expand Down
27 changes: 27 additions & 0 deletions data/mods/innawood/recipes/medsandchemicals.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,5 +239,32 @@
"qualities": [ { "id": "CHEM", "level": 2 }, { "id": "DISTILL", "level": 1 } ],
"tools": [ [ [ "surface_heat", 30, "LIST" ] ] ],
"components": [ [ [ "chem_acetic_acid", 3 ] ], [ [ "material_limestone", 54 ], [ "material_quicklime", 24 ] ] ]
},
{
"result": "bandages_makeshift",
"id_suffix": "from sheets",
"type": "recipe",
"activity_level": "NO_EXERCISE",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MEDICAL",
"skill_used": "tailor",
"time": "1 m 2 s",
"autolearn": true,
"charges": 8,
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "sheet_cotton", 1 ], [ "sheet_fibercloth", 1 ] ] ]
},
{
"result": "bandages_makeshift",
"type": "recipe",
"activity_level": "NO_EXERCISE",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MEDICAL",
"skill_used": "tailor",
"time": "9 s",
"autolearn": true,
"charges": 1,
"flags": [ "BLIND_EASY" ],
"components": [ [ [ "cotton_patchwork", 1 ], [ "fibercloth_patchwork", 1 ] ] ]
}
]
8 changes: 8 additions & 0 deletions data/mods/innawood/recipes/recipe_deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,13 @@
"time": "5 m",
"qualities": [ { "id": "PRY", "level": 1 } ],
"components": [ [ [ "light_battery_shell", 1 ] ] ]
},
{
"result": "sheet_fibercloth",
"type": "uncraft",
"activity_level": "NO_EXERCISE",
"time": "30 s",
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "fibercloth_patchwork", 8 ] ] ]
}
]
1 change: 1 addition & 0 deletions data/mods/innawood/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@
"subcategory": "CSC_FOOD_VEGGI",
"skill_used": "cooking",
"difficulty": 1,
"charges": 1,
"time": "30 m",
"autolearn": true,
"batch_time_factors": [ 80, 2 ],
Expand Down
4 changes: 2 additions & 2 deletions data/mods/innawood/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"tools": [ [ [ "surface_heat", 5, "LIST" ] ] ],
"components": [
[ [ "superglue", 1 ] ],
[ [ "cotton_patchwork", 6 ], [ "sheet_cotton", 1 ], [ "sheet_fibercloth", 1 ] ],
[ [ "cotton_patchwork", 8 ], [ "fibercloth_patchwork", 8 ], [ "sheet_cotton", 1 ], [ "sheet_fibercloth", 1 ] ],
[ [ "plastic_chunk", 1 ] ]
]
},
Expand Down Expand Up @@ -133,7 +133,7 @@
"using": [ [ "sewing_standard", 100 ] ],
"proficiencies": [ { "proficiency": "prof_leatherworking_basic" }, { "proficiency": "prof_leatherworking" } ],
"components": [
[ [ "leather", 6 ], [ "tanned_hide", 1 ], [ "fur", 6 ], [ "tanned_pelt", 1 ] ],
[ [ "leather", 8 ], [ "tanned_hide", 1 ], [ "fur", 8 ], [ "tanned_pelt", 1 ] ],
[ [ "2x4", 4 ] ],
[ [ "rope_superior_short", 2, "LIST" ] ]
]
Expand Down
26 changes: 26 additions & 0 deletions data/mods/innawood/recipes/tools_containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,31 @@
"qualities": [ { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "pipe", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 5 ] ] ],
"components": [ [ [ "glass_shard", 1 ], [ "flask_glass", 1 ], [ "marble", 25 ] ] ]
},
{
"type": "recipe",
"activity_level": "fake",
"result": "bag_canvas_small",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_CONTAINERS",
"skill_used": "tailor",
"difficulty": 1,
"time": "10 m",
"autolearn": true,
"using": [ [ "filament", 50 ], [ "cordage_short", 1 ] ],
"components": [ [ [ "cotton_patchwork", 2 ], [ "fibercloth_patchwork", 2 ] ] ]
},
{
"type": "recipe",
"activity_level": "fake",
"result": "bag_canvas",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_CONTAINERS",
"skill_used": "tailor",
"difficulty": 3,
"time": "50 m",
"autolearn": true,
"using": [ [ "filament", 300 ], [ "cordage", 1 ] ],
"components": [ [ [ "cotton_patchwork", 12 ], [ "fibercloth_patchwork", 12 ] ] ]
}
]
31 changes: 31 additions & 0 deletions data/mods/innawood/requirements/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"components": [
[
[ "cotton_patchwork", 8 ],
[ "fibercloth_patchwork", 8 ],
[ "sheet_cotton_patchwork", 1 ],
[ "sheet_cotton", 1 ],
[ "sheet_fibercloth", 1 ],
Expand All @@ -32,6 +33,7 @@
"components": [
[
[ "cotton_patchwork", 8 ],
[ "fibercloth_patchwork", 8 ],
[ "sheet_cotton_patchwork", 1 ],
[ "sheet_cotton", 1 ],
[ "sheet_fibercloth", 1 ],
Expand All @@ -53,6 +55,7 @@
"components": [
[
[ "cotton_patchwork", 8 ],
[ "fibercloth_patchwork", 8 ],
[ "sheet_cotton_patchwork", 1 ],
[ "sheet_cotton", 1 ],
[ "sheet_fibercloth", 1 ],
Expand All @@ -64,5 +67,33 @@
[ "sheet_nomex", 1 ]
]
]
},
{
"id": "fabric_standard_small",
"type": "requirement",
"//": "Materials used for crafting or repairing clothing or sheeting, etc.",
"components": [
[
[ "cotton_patchwork", 1 ],
[ "fibercloth_patchwork", 1 ],
[ "lycra_patch", 1 ],
[ "nylon", 1 ],
[ "leather", 1 ],
[ "nomex", 1 ],
[ "neoprene", 1 ]
]
]
},
{
"id": "fabric_standard_permeable_small",
"type": "requirement",
"//": "Materials used for crafting or repairing woven fabrics",
"components": [ [ [ "cotton_patchwork", 1 ], [ "fibercloth_patchwork", 1 ], [ "lycra_patch", 8 ], [ "nylon", 8 ], [ "nomex", 8 ] ] ]
},
{
"id": "fabric_standard_nostretch_small",
"type": "requirement",
"//": "Materials used for crafting or repairing non-form fitting clothing",
"components": [ [ [ "cotton_patchwork", 1 ], [ "fibercloth_patchwork", 1 ], [ "nylon", 1 ], [ "nomex", 1 ] ] ]
}
]
21 changes: 21 additions & 0 deletions data/mods/innawood/requirements/tailoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,26 @@
"//": "35g per unit. Crafting possibly-patchwork cotton items, adjusted for tailoring rework. Time needed is usually 30 minutes per unit if hand-stitching (most of the time actually needed goes into making a patchwork sheet). Used for simpler items where precision cutting is less important.",
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
"components": [ [ [ "sheet_cotton", 1 ], [ "sheet_cotton_patchwork", 1 ], [ "sheet_fibercloth", 1 ] ], [ [ "filament", 5, "LIST" ] ] ]
},
{
"id": "strap_small",
"type": "requirement",
"//": "A small piece of fabric or leather to strap something firmly to the body. Stronger than a bit of string.",
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 2 } ],
"components": [ [ [ "cotton_patchwork", 3 ], [ "fibercloth_patchwork", 3 ], [ "leather", 3 ], [ "fur", 3 ] ] ]
},
{
"id": "tailoring_cotton_small",
"type": "requirement",
"//": "5g per unit. Crafting possibly-patchwork cotton items, adjusted for tailoring rework. Time needed is usually 15 minutes per unit if hand-stitching. excessive weight of material is wasted, possibly producing cotton scraps.",
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "cotton_patchwork", 1 ], [ "fibercloth_patchwork", 1 ] ], [ [ "filament", 3, "LIST" ] ] ]
},
{
"id": "tailoring_cotton_small_simple",
"type": "requirement",
"//": "5g per unit. Crafting possibly-patchwork cotton items, adjusted for tailoring rework. Time needed is usually 15 minutes per unit if hand-stitching. excessive weight of material is wasted, possibly producing cotton scraps. Used for simpler items where precision cutting is less important.",
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
"components": [ [ [ "cotton_patchwork", 1 ], [ "fibercloth_patchwork", 1 ] ], [ [ "filament", 3, "LIST" ] ] ]
}
]
1 change: 1 addition & 0 deletions tools/spell_checker/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ fetick
feticks
fetlock
ffect
fibercloth
fiddleheads
filenames
fileset
Expand Down