-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change Hobo Stove to deployable furniture (#49442)
* Change Hobo Stove to deployable furnature Changing Hobo Stove to deployable furnature. Why change: currently hobo stove was either WAY too efficient, or completely useless. How is it useful but balanced: It deploys like brazier which means it scales to "nearby fire" efficiency now. Has a max capacity of 500ml to restrict possible burnable fuels (even plank / stout branch is way too large to fit). all burnable fuels that fit should burn quickly which will require pre-chopping the wood and setting up a "firewood source" tile most likely, meaning it's better for small / one off / emergencies rather than constant usage Why not just use brazier: Brazier is big and heavy. This is much smaller and lighter than a full brazier making it good for general use Alternatives: Just drop it entirely but I think there's a place for it when you don't want to carry around something as big as a brazier and you're willing to fiddle with fuel a lot in exchange. Based on this real world recipe: https://www.motherearthnews.com/diy/how-to-make-hobo-stove-zmaz84zloeck * json lint auto linted using http://dev.narc.ro/cataclysm/format.html to start * fix some bugs * Update furniture-fireplaces.json increase space to allow 2 splintered wood (1 burning 1 fresh) and 100 wood ash * more linting * allow to hold intent is for you to be able to nest stuff in it when carrying it around. It has too many holes to hold a liquid or anything smaller than tinder, and you lose 100ml due to added bulk from the way it's built, and it can't hold as much weight as a Medium Can * fixed recipe should need both can and scrap should need both saw and (awl 2 or drill 1) * fixed typo accidental removed charges from l-stick instead of hobo_stove * lint
- Loading branch information
Showing
5 changed files
with
55 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters