-
Notifications
You must be signed in to change notification settings - Fork 0
System Overview Crafting
SlappedWithSilence edited this page Sep 19, 2021
·
1 revision
Crafting is a common feature often found RPGs, so naturally TXEngine supports it. The heart of Crafting in TXEngine is the Crafting Recipe. Obtaining a Crafting Recipe allows the player to permanently use it, any number of times.
A Crafting Recipe has the following properties:
- One or more ingredient
- One or more product
- Zero or more Requirement
A Recipe takes in the ingredients, and gives the player the products. A player may only use a Recipe if they have all the ingredients, and satisfy all of the Requirements.
For more information on Requirements, see the wiki page.