Skip to content

Commit

Permalink
Revert "Create proper rope uncraft recipes (#57068)" (#57095)
Browse files Browse the repository at this point in the history
This reverts commit e236036.
  • Loading branch information
casswedson authored Apr 24, 2022
1 parent ed649e0 commit 45671a0
Show file tree
Hide file tree
Showing 3 changed files with 5,808 additions and 478 deletions.
112 changes: 112 additions & 0 deletions data/json/recipes/other/cords_and_ropes.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,5 +470,117 @@
"tools": [ [ [ "spinwheelitem", -1 ] ] ],
"proficiencies": [ { "proficiency": "prof_fibers" }, { "proficiency": "prof_fibers_rope" } ],
"components": [ [ [ "rope_makeshift_6", 5 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "rope_6",
"id_suffix": "spinwheel_dissasemble",
"batch_time_factors": [ 70, 1 ],
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "tailor",
"time": "1 m",
"byproducts": [ [ "rope_6", 5 ] ],
"autolearn": true,
"tools": [ [ [ "spinwheelitem", -1 ] ] ],
"proficiencies": [ { "proficiency": "prof_fibers" }, { "proficiency": "prof_fibers_rope" } ],
"components": [ [ [ "rope_30", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "string_36",
"id_suffix": "spinwheel_dissasemble",
"batch_time_factors": [ 70, 1 ],
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "tailor",
"time": "90 s",
"byproducts": [ [ "string_36", 5 ] ],
"autolearn": true,
"tools": [ [ [ "spinwheelitem", -1 ] ] ],
"proficiencies": [ { "proficiency": "prof_fibers" }, { "proficiency": "prof_fibers_rope" } ],
"components": [ [ [ "rope_6", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "rope_makeshift_6",
"id_suffix": "spinwheel_dissasemble",
"batch_time_factors": [ 70, 1 ],
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "tailor",
"time": "1 m",
"byproducts": [ [ "rope_makeshift_6", 4 ] ],
"autolearn": true,
"tools": [ [ [ "spinwheelitem", -1 ] ] ],
"proficiencies": [ { "proficiency": "prof_fibers" }, { "proficiency": "prof_fibers_rope" } ],
"components": [ [ [ "rope_makeshift_30", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "cordage_36",
"id_suffix": "spinwheel_string",
"batch_time_factors": [ 70, 1 ],
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "tailor",
"time": "90 s",
"byproducts": [ [ "cordage_36", 5 ] ],
"autolearn": true,
"tools": [ [ [ "spinwheelitem", -1 ] ] ],
"proficiencies": [ { "proficiency": "prof_fibers" }, { "proficiency": "prof_fibers_rope" } ],
"components": [ [ [ "rope_makeshift_6", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "string_6",
"id_suffix": "spinwheel_string",
"batch_time_factors": [ 70, 1 ],
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "tailor",
"time": "2 s",
"byproducts": [ [ "string_6", 5 ] ],
"autolearn": true,
"tools": [ [ [ "spinwheelitem", -1 ] ] ],
"proficiencies": [ { "proficiency": "prof_fibers" }, { "proficiency": "prof_fibers_rope" } ],
"components": [ [ [ "string_36", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "cordage_6",
"id_suffix": "spinwheel_string",
"batch_time_factors": [ 70, 1 ],
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "tailor",
"time": "2 s",
"byproducts": [ [ "cordage_6", 4 ] ],
"autolearn": true,
"tools": [ [ [ "spinwheelitem", -1 ] ] ],
"proficiencies": [ { "proficiency": "prof_fibers" }, { "proficiency": "prof_fibers_rope" } ],
"components": [ [ [ "cordage_36", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "thread",
"id_suffix": "spinwheel_string",
"batch_time_factors": [ 70, 1 ],
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "tailor",
"time": "15 s",
"charges": 50,
"autolearn": true,
"tools": [ [ [ "spinwheelitem", -1 ] ] ],
"proficiencies": [ { "proficiency": "prof_fibers" }, { "proficiency": "prof_fibers_rope" } ],
"components": [ [ [ "string_6", 1 ] ] ]
}
]
Loading

0 comments on commit 45671a0

Please sign in to comment.