Skip to content

Commit

Permalink
feat(balance): update uncrafts for small items (#4147)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Feb 4, 2024
1 parent 3c5c682 commit 5a2e297
Show file tree
Hide file tree
Showing 8 changed files with 186 additions and 92 deletions.
2 changes: 1 addition & 1 deletion data/json/items/armor/torso_clothes.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
"type": "ARMOR",
"name": { "str": "work t-shirt" },
"description": "A gray work t-shirt with a small front pocket.",
"weight": "64 g",
"weight": "100 g",
"volume": "250 ml",
"price": "10 USD",
"price_postapoc": "50 cent",
Expand Down
25 changes: 25 additions & 0 deletions data/json/obsoletion/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3214,5 +3214,30 @@
"type": "recipe",
"result": "leg_warmers_xl",
"obsolete": true
},
{
"type": "recipe",
"result": "under_armoruncraft",
"obsolete": true
},
{
"type": "recipe",
"result": "under_armor_shortsuncraft",
"obsolete": true
},
{
"type": "recipe",
"result": "tshirtuncraft",
"obsolete": true
},
{
"type": "recipe",
"result": "tshirt_touruncraft",
"obsolete": true
},
{
"type": "recipe",
"result": "linuxtshirtuncraft",
"obsolete": true
}
]
2 changes: 2 additions & 0 deletions data/json/recipes/armor/feet.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"difficulty": 2,
"time": "30 m",
"autolearn": true,
"reversible": true,
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "filament", 140, "LIST" ] ] ]
},
Expand Down Expand Up @@ -529,6 +530,7 @@
"difficulty": 4,
"skills_required": [ "tailor", 2 ],
"time": "1 h",
"reversible": true,
"book_learn": [ [ "textbook_fabrication", 3 ], [ "tailor_portfolio", 4 ], [ "textbook_tailor", 3 ], [ "atomic_survival", 3 ] ],
"using": [ [ "sewing_standard", 6 ] ],
"tools": [ [ [ "soldering_iron", 20 ], [ "toolset", 20 ] ] ],
Expand Down
1 change: 1 addition & 0 deletions data/json/recipes/armor/hands.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@
"difficulty": 4,
"skills_required": [ "tailor", 2 ],
"time": "1 h 20 m",
"reversible": true,
"book_learn": [ [ "textbook_fabrication", 3 ], [ "tailor_portfolio", 4 ], [ "textbook_tailor", 3 ], [ "atomic_survival", 3 ] ],
"using": [ [ "sewing_standard", 8 ], [ "soldering_standard", 20 ] ],
"components": [ [ [ "rag", 4 ], [ "gloves_light", 1 ], [ "gloves_liner", 1 ] ], [ [ "element", 2 ] ], [ [ "cable", 2 ] ] ]
Expand Down
1 change: 1 addition & 0 deletions data/json/recipes/armor/head.json
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,7 @@
"difficulty": 4,
"skills_required": [ "tailor", 2 ],
"time": "1 h 20 m",
"reversible": true,
"book_learn": [ [ "textbook_fabrication", 3 ], [ "tailor_portfolio", 4 ], [ "textbook_tailor", 3 ], [ "atomic_survival", 3 ] ],
"using": [ [ "sewing_standard", 8 ], [ "soldering_standard", 20 ] ],
"components": [ [ [ "rag", 4 ], [ "scarf", 2 ], [ "scarf_long", 1 ], [ "balclava", 1 ] ], [ [ "element", 2 ] ], [ [ "cable", 6 ] ] ]
Expand Down
16 changes: 9 additions & 7 deletions data/json/recipes/armor/legs.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,18 +310,19 @@
"skill_used": "tailor",
"time": "3 m",
"autolearn": true,
"using": [ [ "sewing_standard", 12 ] ],
"components": [ [ [ "rag", 4 ] ] ]
"reversible": true,
"components": [ [ [ "rag", 4 ] ] ],
"flags": [ "BLIND_HARD" ]
},
{
"result": "loincloth_fur",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_LEGS",
"skill_used": "tailor",
"time": "1 m",
"time": "3 m",
"autolearn": true,
"tools": [ ],
"reversible": true,
"components": [ [ [ "fur", 2 ], [ "cured_pelt", 2 ] ] ],
"flags": [ "BLIND_HARD" ]
},
Expand All @@ -333,7 +334,7 @@
"skill_used": "tailor",
"time": "3 m",
"autolearn": true,
"tools": [ ],
"reversible": true,
"components": [ [ [ "leather", 2 ], [ "cured_hide", 2 ] ] ],
"flags": [ "BLIND_HARD" ]
},
Expand All @@ -345,8 +346,9 @@
"skill_used": "tailor",
"time": "3 m",
"autolearn": true,
"using": [ [ "sewing_standard", 12 ] ],
"components": [ [ [ "felt_patch", 4 ] ] ]
"reversible": true,
"components": [ [ [ "felt_patch", 4 ] ] ],
"flags": [ "BLIND_HARD" ]
},
{
"result": "long_underpants",
Expand Down
2 changes: 2 additions & 0 deletions data/json/recipes/armor/suit.json
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@
"difficulty": 4,
"skills_required": [ "tailor", 2 ],
"time": "5 m",
"reversible": true,
"book_learn": [ [ "textbook_fabrication", 3 ], [ "tailor_portfolio", 4 ], [ "textbook_tailor", 3 ], [ "atomic_survival", 3 ] ],
"using": [ [ "sewing_standard", 15 ], [ "soldering_standard", 10 ] ],
"components": [
Expand All @@ -743,6 +744,7 @@
"difficulty": 4,
"skills_required": [ "tailor", 2 ],
"time": "3 h 20 m",
"reversible": true,
"book_learn": [ [ "textbook_fabrication", 3 ], [ "tailor_portfolio", 4 ], [ "textbook_tailor", 3 ], [ "atomic_survival", 3 ] ],
"using": [ [ "sewing_standard", 30 ], [ "soldering_standard", 60 ] ],
"components": [ [ [ "rag", 30 ], [ "union_suit", 1 ] ], [ [ "element", 12 ] ], [ [ "cable", 20 ] ] ]
Expand Down
Loading

0 comments on commit 5a2e297

Please sign in to comment.