Skip to content

Commit

Permalink
Adjust staff sling crafting requirements (#36161)
Browse files Browse the repository at this point in the history
* Update staff sling recipe
* sling require sewing
  • Loading branch information
Fris0uman authored and kevingranade committed Dec 16, 2019
1 parent f80e754 commit 4f380a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion data/json/recipes/recipe_weapon.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,11 @@
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_RANGED",
"skill_used": "fabrication",
"skills_required": [ "tailor", 1 ],
"time": "1 m",
"reversible": true,
"autolearn": true,
"qualities": [ { "id": "CUT", "level": 1 } ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ],
"components": [ [ [ "filament", 20, "LIST" ] ], [ [ "leather", 1 ], [ "fur", 1 ] ] ]
},
{
Expand Down
6 changes: 3 additions & 3 deletions data/json/recipes/weapon/ranged.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"skill_used": "fabrication",
"difficulty": 3,
"skills_required": [ "throw", 1 ],
"time": "1 h",
"time": "30 m",
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "SAW_W", "level": 1 } ],
"components": [ [ [ "stick_long", 1 ] ], [ [ "sling", 1 ] ], [ [ "nail", 1 ] ] ]
"qualities": [ { "id": "SAW_W", "level": 1 }, { "id": "CUT", "level": 1 } ],
"components": [ [ [ "stick_long", 1 ] ], [ [ "sling", 1 ] ] ]
},
{
"result": "nailrifle",
Expand Down

0 comments on commit 4f380a3

Please sign in to comment.