Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upFurniture type kiln #10726
Conversation
Coolthulhu
added some commits
Jan 3, 2015
Coolthulhu
changed the title
Adds a furniture type kiln
Furniture type kiln
Jan 3, 2015
This comment has been minimized.
This comment has been minimized.
|
Yeah! |
Coolthulhu
added some commits
Jan 4, 2015
KA101
self-assigned this
Jan 4, 2015
kevingranade
reviewed
Jan 4, 2015
| @@ -1516,6 +1516,102 @@ void iexamine::aggie_plant(player *p, map *m, int examx, int examy) | |||
| } | |||
| } | |||
|
|
|||
| // Highly modified fermenting vat functions | |||
This comment has been minimized.
This comment has been minimized.
kevingranade
Jan 4, 2015
Member
Not necessary for this PR, but we need to take a look at what code is shared here and pull it into helpers or something, or even better push the differences to json and make it a shared handler.
KA101
merged commit ad9d2e2
into
CleverRaven:master
Jan 4, 2015
1 check passed
default
Details
Coolthulhu
deleted the
cataclysmbnteam:big-kiln
branch
Jan 5, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Coolthulhu commentedJan 3, 2015
Furniture type kiln based on heavily modified fermenting vat code.
Fed with wood and bone items. Takes 6 hours per batch. Batch size up to 500 input volume.
Efficiency is construction skill dependent: 10% of input volume at skill 0, +2% per level (500 volume at 5 skill will yield 200 units of charcoal).
Interrupted process (by destroying the kiln) will yield "unfinished charcoal", which is useless.
Recipe like that of stone fireplace, except 3 construction instead of 2 and 60 minutes instead of 40.