Skip to content

Commit

Permalink
Phosphorus (#74759)
Browse files Browse the repository at this point in the history
* Fix Phosphorus Volume Bug

* Fuses use small portions of red phosphorus
  • Loading branch information
Rocket-F-1024 authored Jun 25, 2024
1 parent 9281795 commit 34bc67f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit 34bc67f

Please sign in to comment.