-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Axe ring holster #36521
Axe ring holster #36521
Changes from 9 commits
75c878a
bac7eb4
b33bbee
3a53b3a
f3d1636
8fdfce6
5924f5b
b7eb4d3
c1d1813
617ee48
3a58fc4
de7b087
582cc0b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,20 @@ | |
"qualities": [ { "id": "SEW", "level": 1 } ], | ||
"components": [ [ [ "leather", 5 ], [ "rag", 5 ] ], [ [ "chestpouch", 4 ], [ "legpouch_large", 2 ] ], [ [ "filament", 20, "LIST" ] ] ] | ||
}, | ||
{ | ||
"result": "axe_ring", | ||
"type": "recipe", | ||
"category": "CC_ARMOR", | ||
"subcategory": "CSC_ARMOR_STORAGE", | ||
"skill_used": "tailor", | ||
"difficulty": 4, | ||
"skills_required": [ "melee", 1 ], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wonder if melee combat skill is really needed for crafting anything. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's what other melee holster have. Baldrics, sheaths, scabbards, and back scabbards have it so I thought I might add it as well. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd prefer removing the requirement of melee skill from those recipes instead of adding it to another one. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll remove that requirement on the other items if it's ok, tho it's kind of stepping outside my intended PR. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should be done in a different PR, it's unrelated to this one. |
||
"time": "20 m", | ||
"autolearn": true, | ||
"using": [ [ "adhesive", 1 ] ], | ||
"qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], | ||
"components": [ [ [ "leather", 5 ] ], [ [ "scrap", 3 ] ], [ [ "nail", 4 ] ] ] | ||
}, | ||
{ | ||
"result": "back_holster", | ||
"type": "recipe", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file needs a linting to get the JSON validator to accept it.