Difference between revisions of "Extensions:Crafting System"

From Lorekeeper Wiki
Jump to navigation Jump to search
m
Tag: 2017 source edit
(Filled in with some basic information)
Tag: 2017 source edit
Line 1: Line 1:
{{Extensioninfobox|title=the extension's name|desc=A short description|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=username|branch=branch}}|migration=yes/no|package=yes/no}}
+
{{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! -->
Documentation under construction! Please check back later!
+
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 ==
<!-- Is any configuration necessary? Describe it here! -->
+
No configuration is required.
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
You may choose to add a link to the user's crafting in the navigation if desired.
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
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 11:34, 23 January 2021

Crafting System
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.

See Also