Difference between revisions of "Extensions:Crafting System"
Jump to navigation
Jump to search
Draginraptor (talk | contribs) m Tag: 2017 source edit |
Draginraptor (talk | contribs) (Filled in with some basic information) Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Crafting System|desc=Allows admins to construct recipes that users can then craft|auth=Draginraptor, Ne-wt, Preimpression|status=Testing|github={{Github|user=Draginraptor|branch=feature/crafting_system}}|migration=yes|package=no}} |
<!-- Put a short summary of your extension here! --> | <!-- Put a short summary of your extension here! --> | ||
− | + | 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 == | == Installation == | ||
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | <!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | ||
+ | You only need to run <code>php artisan migrate</code>. | ||
== Configuration == | == Configuration == | ||
− | + | No configuration is required. | |
== Usage == | == Usage == | ||
− | + | You may choose to add a link to the user's crafting in the navigation if desired. | |
== Troubleshooting == | == Troubleshooting == | ||
− | + | You can look for Draginraptor, newt, or Uri on the Lorekeeper Discord specifically for bugs related to the crafting system. | |
== See Also == | == See Also == | ||
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | <!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> |
Revision as of 10:34, 23 January 2021
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.