Skip to content

Commit

Permalink
Create proper rope uncraft recipes (#57068)
Browse files Browse the repository at this point in the history
* creates proper rope uncraft recipes

* linting

* linting (better)

* linting (best)

probably copy and pasted the linted text wrong. not sure what's happening
  • Loading branch information
mx-moonling authored Apr 23, 2022
1 parent 40b0260 commit e236036
Show file tree
Hide file tree
Showing 3 changed files with 478 additions and 5,808 deletions.
112 changes: 0 additions & 112 deletions data/json/recipes/other/cords_and_ropes.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,117 +470,5 @@
"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 e236036

Please sign in to comment.