提交 5311aa77 编写于 作者: K Kurtis Vetter

Add baseball crafting recipe

上级 a9111055
......@@ -57,6 +57,22 @@
"tools": [ [ [ "press", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [ [ [ "weights", 34, "LIST" ], [ "steel_tiny", 2, "LIST" ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "baseball",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_OTHER",
"skill_used": "tailor",
"difficulty": 1,
"time": "10 m",
"reversible": true,
"autolearn": true,
"using": [ [ "tailoring_leather_small", 2 ] ],
"proficiencies": [ { "proficiency": "prof_leatherworking_basic" } ],
"components": [ [ [ "string_36", 3 ], [ "cordage_36", 3 ] ], [ [ "superglue", 1 ], [ "bone_glue", 1 ] ] ],
"//": "Essentially a ball of glued-together string with some leather around it"
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
......
......@@ -546,14 +546,6 @@
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [ [ [ "silver_small", 20 ] ] ]
},
{
"result": "baseball",
"type": "uncraft",
"activity_level": "LIGHT_EXERCISE",
"time": "1 m",
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "leather", 2 ] ], [ [ "string_6", 2 ] ] ]
},
{
"result": "battery_car",
"type": "uncraft",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册