add_craftable_equipment - ryzom/ryzomcore GitHub Wiki


title: Add Craftable Equipment description: published: true date: 2023-03-01T05:15:13.947Z tags: editor: markdown dateCreated: 2021-06-29T23:23:31.891Z

To add a piece of craftable equipment, three sheets need to be added to the leveldesign data.

  • .sitem: Inventory item.
  • .sbrick: The skill brick. Specifies the craft options. The crafted item is considered as an effect brick.
  • .sphrase: A learnable set of bricks, containing just the brick.

For the skill brick, the piece of equipment has to be placed into categories:

  • Brick Family: A collection of related bricks, with up to 64 bricks in one family. The items that are craftable by a specific craft action can be specified per family. A family may be any related set of armors or weapons. Starts with BC.
  • Skill: The crafting skill that crafting this item will level up. Starts withc SC.

Add sample for sitem.

Add sample for sbrick.

Each sbrick needs a unique index within its family.

Add sample for sphrase.

⚠️ **GitHub.com Fallback** ⚠️