Crafting #
Crafting is a core part of many game genres, and Pragma Engine provides a feature-rich and extensible crafting system. The Crafting service allows you to author logic behind simple and dynamic item exchanges for granting other items, updates, and rewards.
You can make Pragma Engine fit your game’s crafting needs without compromising on your game design.
Core Concepts:
Check out our Concepts guides for intros to our crafting, store, and items systems.
Prerequisites:
- Pragma Engine, Postman, and IntelliJ must be installed. See Initial Setup.
Topic | Description |
---|---|
Setting Up the Item Catalog | Creating an instanced item type for pets and evolving them with the Crafting Plugin. |
Customizing the Crafting Plugin | Evolving the pet fire dragon with the Crafting Plugin. |