Skip to content

Commit

Permalink
Merge pull request #54384 from kurtisvetter/baseball-innawoods
Browse files Browse the repository at this point in the history
Add baseball recipe
  • Loading branch information
Rivet-the-Zombie authored Jan 15, 2022
2 parents e62f9be + b8d99ae commit f1997bf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
16 changes: 16 additions & 0 deletions data/json/recipes/recipe_ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 0 additions & 8 deletions data/json/recipes/recipe_deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f1997bf

Please sign in to comment.