-
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
New material. Thermal insulation #77293
Comments
Think this makes sense. Aside from synthetic materials, down is also used as an insulation in winter clothing. |
I believe this jacket to be the basis of the one you're highlighting. It's a level 5 (cold weather, but not extreme cold weather) jacket from the third-generation Extended Cold Weather Clothing System. (It could also be a level 6, given that we're in New England.) By the looks of it, it's supposed to be insulating, but not too much, and to be worn with layers of previous levels underneath. So... maybe 2 mm? Maybe a bit more? The only thing that says to me Not arguing for or against the suggestion, just my two cents on how thick the item is supposed to be. |
Noted, someone can do that, but this kind of broad suggestion isn't what issues are for, they need to be specific and actuals both to avoid confusion and so it is feasible to implement and then close the issue in a timely fashion. |
Doesn't the game have any plans for further development? Is all that's left are the problems? Or how do you propose to describe something new? No, some talented author will just come along. He's gonna write a quest story. And what will he hear in response? A lot of text, keep it short. Or do it yourself. Or your proposal should be reduced to one specific sentence. Which we can immediately correct and close the thread. If anything, I don't expect an answer. Those were rhetorical questions. |
I think ideally, the discussions tab would be the place for these kinds of suggestions, both this one and the medicine one you posted a week ago, but no one seems to check there or use that feature, so 🤷 |
If it's a story that's detailed and feasible to implement, they're going to hear tips on doing so and on story/game fit, if they proceed to implement it everything is great. If it's not a story but a concept of a story, it will be closed, those are a dime a dozen and we don't need more. If they just drop a narrative and don't implement it, it will be closed, stories are a done a dozen, we don't need more, we need implementation. It can be productive to hash out vague suggestions and unfinished ideas, but github issues is simply not a place for that kind of discussion. We have discord and discourse for that. |
Is your feature request related to a problem? Please describe.
I'm creating a mod for personal use. At the moment, I'm dealing with creating armor and clothing. In the process, I've touched on materials.
For most materials, resist values are greater than 0. And that's great when it comes to creating some new armor or clothing.
But this is bad when it comes to creating a winter version of the same garment. And the easiest way to describe the problem is to use the example of a winter jacket. The thickness of my jacket is about 2 centimeters.
Let's take any material presented in the game with a protection of 1 per 1 mm layer. Then this jacket would give a protection of 20 units. A little more and this protection would be equal to the protection of broken ESAPI plates. Of course in reality it will not give any protection.
And here is an example of a winter jacket implemented in the game:
Cataclysm-DDA/data/json/items/armor/coats.json
Line 3437 in 3edfea1
The material is 1 millimeter thick. Can anyone believe that a 1 millimeter thick jacket will protect you from the cold?
The solution is quite simple, add materials for thermal insulation. Which will not affect the protective properties. And maybe in the future, they will add
warmth
value depending on the thickness. The same way protection is determined now.I've solved it for myself. But after some thought, I decided to raise this topic for general discussion.
Solution you would like.
What I suggest.
Describe alternatives you have considered.
Leave everything unchanged
Additional context
Here is an example of the material I use in my mod:
Details
And this is what it looks like:
![1](https://private-user-images.githubusercontent.com/155764584/379759618-688b2a0e-d544-476b-9271-92d5267b5cfe.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTYwODQsIm5iZiI6MTczOTM1NTc4NCwicGF0aCI6Ii8xNTU3NjQ1ODQvMzc5NzU5NjE4LTY4OGIyYTBlLWQ1NDQtNDc2Yi05MjcxLTkyZDUyNjdiNWNmZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQxMDIzMDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00YTMyZmVjYWI1NzRmNWZmZGFlMGQ2MWNiYWYwZGM1YjA3MjdlOWY4MDdlMzllZTI2YTBiMjQ5MjY3OTgzYTk0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.sp1C6EIEwE-NXa9fTmZB90RLvWYbwMXiL8B8wrmmL3k)
The text was updated successfully, but these errors were encountered: