Adding an armor part item in-game

Rough notes, somewhat incomplete, feel free to get this working properly, and clean up this page.

Description

For adding an armor part, you need to add the sitem sheet, as well as the sbrick used for crafting the item.
When the item is sold by an NPC, or created by force in a player inventory, the sitem is crafted with Fine System Raw Material. (system_fine_mp.sitem or something)
Items like materials don't need a craft plan obviously. See relevant source code for a list on what does and what does not.
Craftable items MUST be prefixed with "ic", bricks for crafting MUST be preficed with "bc".

At first have a look into the georges.cfg. If incorrect, change your RootSearchDirectory to your leveldesign folder, which contains upon other things the "DFN" folder.

Step-by-Step

Rebuilding the sheet data

R:\code\nel\tools\misc\make_sheet_id\ make_sheet_id_r.exe -oL:/leveldesign/game_elem/sheet_id.bin L:/leveldesign/game_elem L:/leveldesign/game_element L:/leveldesign/world 

Note: Currently after rebuilding client packed sheets, it seems player character heads are missing

Create item ingame into inventory