Skip to content
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

Electric blanket description says it is made out of polyester, yet is made from cotton #53277

Closed
NetSysFire opened this issue Dec 8, 2021 · 0 comments · Fixed by #77272
Closed
Labels
<Bug> This needs to be fixed Items / Item Actions / Item Qualities Items and how they work and interact [JSON] Changes (can be) made in JSON

Comments

@NetSysFire
Copy link
Member

Describe the bug

See title.

"name": { "str": "electric blanket" },
"description": "A heated blanket made of polyester. The most comfortable thing on Earth. Its cost is usually negligible, but with the power out, it chews through batteries insanely quickly.",
"weight": "1123 g",
"volume": "2500 ml",
"price": 5500,
"price_postapoc": 250,
"to_hit": -1,
"material": [ "cotton" ],

Steps to reproduce

  1. Look at the electric blanket description

Expected behavior

This is actually a bit more abstract since we do not have a polyester material (yet) but nylon which is described as generic synthethic fiber and is used as such across the game.

The emergency blanket however is just made out of plastic.

"name": { "str": "emergency blanket" },
"description": "A blanket made of space-age material that covers your most important body parts. Use it to fold for storage.",
"price": 425,
"price_postapoc": 10,
"material": [ "plastic" ],
"weight": "622 g",
"volume": "2500 ml",
"to_hit": -3,
"revert_to": "emer_blanket",
"use_action": [ "PACK_ITEM" ],
"flags": [ "OVERSIZE", "OUTER", "ALLOWS_NATURAL_ATTACKS" ],
"warmth": 50,

So the actual problem is: What should these things be made out of?

Screenshots

No response

Versions and configuration

  • experimental

Additional context

Courtesy to @Test-User9182 for finding it.

Relevant: #53059 but a new issue seemed more sensible than just adding a comment to that already long comment thread.

@NetSysFire NetSysFire added <Bug> This needs to be fixed [JSON] Changes (can be) made in JSON Items / Item Actions / Item Qualities Items and how they work and interact labels Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bug> This needs to be fixed Items / Item Actions / Item Qualities Items and how they work and interact [JSON] Changes (can be) made in JSON
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant