Truly Modular: Modular Item API

Truly Modular: Modular Item API

Repair Priority Property

Description

The RepairPriority property controls the materials used to repair an item and assigns a priority value to these materials. This value determines how effectively the item can be repaired using different materials. * The priority value is a double, where a higher value represents a more effective repair material. The system maintains a list of materials that can be used for repair, and the highest priority material is used when repairing an item. If multiple materials have the same priority, all of them can be used interchangeably. *

Data

  • repair_priority: A double value that determines the priority of repair materials for the item.