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

Add lens entity and recipe for detonator #1876

Merged
merged 2 commits into from
May 29, 2024
Merged

Add lens entity and recipe for detonator #1876

merged 2 commits into from
May 29, 2024

Conversation

byorgey
Copy link
Member

@byorgey byorgey commented May 29, 2024

This PR adds:

  • A new entity called lens
    • Recipe: 1 glass + 1 mithril with a required drill (idea: you grind the piece of glass using a mithril-coated drill bit)
    • For now it does not convey any capabilities, but it seems ripe for some sort of pun on lenses.
  • A recipe for detonator:
    • 1 string + 10 curry + 1 lens
    • Idea: curry is explosive, so you attach a string as a fuse and then ignite it by focusing sunlight with the lens.

Because of the mithril, these are not so easy to craft (Level 13 and 14, respectively) but I don't know any particular reason that these need to be easy to craft. If we wanted, we could easily remove the mithril, which would result in them being Level 6 and 7 instead.

Closes #1017.

@byorgey byorgey requested a review from kostmo May 29, 2024 15:58
@byorgey byorgey added the merge me Trigger the merge process of the Pull request. label May 29, 2024
@mergify mergify bot merged commit 70956da into main May 29, 2024
9 checks passed
@mergify mergify bot deleted the push-otvvxrlqltqv branch May 29, 2024 18:23
@byorgey byorgey added the CHANGELOG Once merged, this PR should be highlighted in the changelog for the next release. label Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CHANGELOG Once merged, this PR should be highlighted in the changelog for the next release. merge me Trigger the merge process of the Pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create recipe for detonator
2 participants