-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Granularize cured hides and pelts #32671
Changes from all commits
f92ee3a
f9335a3
c8282c6
27bef10
606e90a
3684049
4a6a7f5
b692256
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 | ||||
---|---|---|---|---|---|---|
|
@@ -2226,19 +2226,28 @@ | |||||
"volume": 1, | ||||||
"to_hit": -5 | ||||||
}, | ||||||
{ | ||||||
"type": "COMESTIBLE", | ||||||
"id": "clean_hide", | ||||||
"copy-from": "raw_leather", | ||||||
"looks_like": "cured_hide", | ||||||
"name": "clean hide", | ||||||
"name_plural": "clean hides", | ||||||
"description": "This is the first step into the tanning process. A animal hide that has been scrapped of extraneous hair and flesh and is ready for the next process, by either curing for preservation or tanning directly." | ||||||
}, | ||||||
{ | ||||||
"type": "GENERIC", | ||||||
"id": "cured_hide", | ||||||
"symbol": ",", | ||||||
"color": "white", | ||||||
"name": "cured hide", | ||||||
"name_plural": "cured hides", | ||||||
"description": "A rolled up animal hide which has been scraped of extraneous hair and flesh and treated to prevent decay. It still requires tanning to become usable leather.", | ||||||
"price": 2000, | ||||||
"description": "A rolled up animal hide which has been preserved by either salting or drying. It still requires tanning to become usable leather.", | ||||||
"price": 40, | ||||||
"material": [ "flesh" ], | ||||||
"flags": [ "NO_SALVAGE" ], | ||||||
"weight": 600, | ||||||
"volume": 3, | ||||||
"weight": 12, | ||||||
"volume": "15ml", | ||||||
"category": "spare_parts", | ||||||
"to_hit": -1 | ||||||
}, | ||||||
|
@@ -2257,19 +2266,28 @@ | |||||
"category": "spare_parts", | ||||||
"to_hit": -1 | ||||||
}, | ||||||
{ | ||||||
"type": "COMESTIBLE", | ||||||
"id": "clean_fur", | ||||||
"copy-from": "raw_fur", | ||||||
"looks_like": "cured_pelt", | ||||||
"name": "clean pelt", | ||||||
"name_plural": "clean pelts", | ||||||
"description": "This is the first step into the tanning process. A animal hide that has been scrapped of extraneous hair and flesh and is ready for the next process, by either curing for preservation or tanning directly." | ||||||
}, | ||||||
{ | ||||||
"type": "GENERIC", | ||||||
"id": "cured_pelt", | ||||||
"symbol": ",", | ||||||
"color": "brown", | ||||||
"name": "cured pelt", | ||||||
"name_plural": "cured pelts", | ||||||
"description": "A rolled up animal hide which has been scraped of extraneous hair and flesh and treated to prevent decay. It still requires tanning to become usable fur.", | ||||||
"price": 2000, | ||||||
"description": "A rolled up animal hide which has been preserved by either salting or drying. It still requires tanning to become usable fur.", | ||||||
"price": 40, | ||||||
"material": [ "fur", "flesh" ], | ||||||
"flags": [ "NO_SALVAGE" ], | ||||||
"weight": 684, | ||||||
"volume": 4, | ||||||
"weight": 14, | ||||||
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.
Suggested change
|
||||||
"volume": "20ml", | ||||||
"category": "spare_parts", | ||||||
"to_hit": -1 | ||||||
}, | ||||||
|
@@ -2283,7 +2301,7 @@ | |||||
"description": "A folded sheet of leather made from carefully tanned animal hide, with the fur still intact. Can be cut up or used as is.", | ||||||
"price": 5000, | ||||||
"material": [ "fur" ], | ||||||
"weight": 684, | ||||||
"weight": 700, | ||||||
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.
Suggested change
|
||||||
"volume": 6, | ||||||
"category": "spare_parts", | ||||||
"to_hit": -1 | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -5662,6 +5662,31 @@ | |||||
], | ||||||
"flags": [ "ALLOWS_REMOTE_USE" ] | ||||||
}, | ||||||
{ | ||||||
"id": "air_curing_hide", | ||||||
"type": "TOOL", | ||||||
"category": "spare_parts", | ||||||
"name": "air drying leather hide", | ||||||
"name_plural": "air drying leather hides", | ||||||
"description": "A clean animal hide which is being left to dry to prevent decay. Keep it away from the rain and water. You will be able to activate it when it has finished drying.", | ||||||
"weight": 12, | ||||||
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.
Suggested change
|
||||||
"volume": "30 ml", | ||||||
"price": 0, | ||||||
"to_hit": -2, | ||||||
"material": [ "flesh", "leather" ], | ||||||
"symbol": ",", | ||||||
"color": "brown", | ||||||
"use_action": { | ||||||
"target": "cured_hide", | ||||||
"msg": "You unstretch the cured leather hide and fold it for storage.", | ||||||
"moves": 15, | ||||||
"type": "delayed_transform", | ||||||
"transform_age": 345600, | ||||||
"not_ready_msg": "The hide isn't dry yet.", | ||||||
"//": "4 days" | ||||||
}, | ||||||
"flags": [ "NO_SALVAGE" ] | ||||||
}, | ||||||
{ | ||||||
"id": "tanning_hide", | ||||||
"type": "TOOL", | ||||||
|
@@ -5680,9 +5705,34 @@ | |||||
"msg": "You carefully unfold the tanning leather hide and shake it clean.", | ||||||
"moves": 150, | ||||||
"type": "delayed_transform", | ||||||
"transform_age": 28800, | ||||||
"transform_age": 518400, | ||||||
"not_ready_msg": "The tanning leather hide isn't done yet.", | ||||||
"//": "2 days" | ||||||
"//": "6 days" | ||||||
}, | ||||||
"flags": [ "NO_SALVAGE" ] | ||||||
}, | ||||||
{ | ||||||
"id": "air_curing_pelt", | ||||||
"type": "TOOL", | ||||||
"category": "spare_parts", | ||||||
"name": "air drying pelt", | ||||||
"name_plural": "air drying pelts", | ||||||
"description": "A clean animal fur which is being left to dry to prevent decay. Keep it away from the rain and water. You will be able to activate it when it has finished drying.", | ||||||
"weight": 12, | ||||||
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.
Suggested change
|
||||||
"volume": "30 ml", | ||||||
"price": 0, | ||||||
"to_hit": -2, | ||||||
"material": [ "fur", "flesh" ], | ||||||
"symbol": ",", | ||||||
"color": "brown", | ||||||
"use_action": { | ||||||
"target": "cured_pelt", | ||||||
"msg": "You unstretch the cured pelt and fold it for storage.", | ||||||
"moves": 15, | ||||||
"type": "delayed_transform", | ||||||
"transform_age": 345600, | ||||||
"not_ready_msg": "The pelt isn't dry yet.", | ||||||
"//": "4 days" | ||||||
}, | ||||||
"flags": [ "NO_SALVAGE" ] | ||||||
}, | ||||||
|
@@ -5704,9 +5754,9 @@ | |||||
"msg": "You carefully unfold the tanning fur pelt and shake it clean.", | ||||||
"moves": 150, | ||||||
"type": "delayed_transform", | ||||||
"transform_age": 28800, | ||||||
"transform_age": 518400, | ||||||
"not_ready_msg": "The tanning fur pelt isn't done yet.", | ||||||
"//": "2 days" | ||||||
"//": "6 days" | ||||||
}, | ||||||
"flags": [ "NO_SALVAGE" ] | ||||||
}, | ||||||
|
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.