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

Furniture type kiln #10726

Merged
merged 4 commits into from Jan 4, 2015

Conversation

Projects
None yet
4 participants
@Coolthulhu
Copy link
Contributor

commented Jan 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.

@Coolthulhu Coolthulhu changed the title Adds a furniture type kiln Furniture type kiln Jan 3, 2015

@Snaaty

This comment has been minimized.

Copy link
Contributor

commented Jan 3, 2015

Yeah!

@KA101 KA101 self-assigned this 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.

Copy link
@kevingranade

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 KA101 merged commit ad9d2e2 into CleverRaven:master Jan 4, 2015

1 check passed

default
Details

@Coolthulhu 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
You can’t perform that action at this time.