Skip to content

Commit

Permalink
[CR] Mitigate error generated by charcoal in charcoal kiln (CleverRav…
Browse files Browse the repository at this point in the history
…en#79842)

* Fix charcoal kilns producing zero charcoal

* change fake_char_kiln to hold 50000 units of charcoal
  • Loading branch information
HughKatzenbach authored Feb 28, 2025
1 parent 2d19b1a commit a123b39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/items/basecamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"sub": "char_kiln",
"ammo": [ "charcoal" ],
"//1": "250 liters of materials can produce 100 liters of charcoal.",
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "charcoal": 20000 } } ]
"//3": "50000 charges of charcoal is 250 liters, the size of the largest charcoal kiln.",
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "charcoal": 50000 } } ]
},
{
"id": "fake_char_smoker",
Expand Down

0 comments on commit a123b39

Please sign in to comment.