Extensions:Crafting System
Revision as of 10:34, 23 January 2021 by Draginraptor (talk | contribs) (Filled in with some basic information)
Description | Allows admins to construct recipes that users can then craft |
---|---|
Author(s) | Draginraptor, Ne-wt, Preimpression |
Status | Testing |
Github | feature/crafting_system |
LK Version | Unspecified |
Contains a Migration | |
This extension allows users to create recipes that can then be crafted by users without admin interaction.
Each recipe can specify multiple ingredients, which can set as the following types:
- Single Item (Item): The ingredient requirement can only be fulfilled by the selected item
- Multiple Items (Multi Item): The ingredient requirement can be fulfilled with any mix of the items specified
- Single Category (Category): The ingredient requirement can be fulfilled by any mix of items item within a category
- Multiple Category (Multi Category): The ingredient requirement can be fulfilled with any mix of the items from any of the specified categories
Recipe rewards can be set as any rewardable item available in Lorekeeper (such as Item, Currency, Raffle). Additionally, the extension adds Recipe as a new type of rewardable.
Installation
You only need to run php artisan migrate
.
Configuration
No configuration is required.
Usage
You may choose to add a link to the user's crafting in the navigation if desired.
Troubleshooting
You can look for Draginraptor, newt, or Uri on the Lorekeeper Discord specifically for bugs related to the crafting system.