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

Phosphorus #74759

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions data/json/items/chemicals_and_resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -1943,7 +1943,7 @@
"color": "red",
"price": "50 cent",
"price_postapoc": "2 cent",
"stack_size": 25
"stack_size": 1
},
{
"id": "red_phosphorous_small",
Expand All @@ -1953,13 +1953,13 @@
"name": { "str_sp": "small portion of red phosphorous" },
"description": "An allotrope of the element phosphorous. It's what you use to light matches, but can also be used in the synthesis of methamphetamine. You could use it to make bombs, and if you were truly desperate you might even be able to use it as a propellant for bullets.",
"weight": "100 mg",
"volume": "1 ml",
"volume": "5 ml",
"container": "bottle_plastic_small",
"symbol": "=",
"color": "red",
"price": "50 cent",
"price_postapoc": "2 cent",
"stack_size": 25
"stack_size": 100
},
{
"id": "white_phosphorous",
Expand All @@ -1976,7 +1976,7 @@
"color": "white",
"price": "50 cent",
"price_postapoc": "2 cent",
"stack_size": 25
"stack_size": 1
},
{
"id": "acetic_anhydride",
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/other/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@
"time": "4 m",
"charges": 3,
"batch_time_factors": [ 30, 2 ],
"components": [ [ [ "rolling_paper", 1 ] ], [ [ "chem_black_powder", 3 ], [ "red_phosphorous", 3 ], [ "gunpowder", 30 ] ] ]
"components": [ [ [ "rolling_paper", 1 ] ], [ [ "chem_black_powder", 3 ], [ "red_phosphorous_small", 3 ], [ "gunpowder", 30 ] ] ]
},
{
"result": "wire",
Expand Down
Loading