equipment

There are a number of XML structures related to equipment, including weapons, vehicles and tools. Generally, it is assumed that equipment items will be held in external files, and included using a variety of import commands. This enables items to be sorted and filtered according to criteria.

Definition

An equipment list consists of zero or more items of equipment.

equipment: item*

Child Nodes

Example

  <equipment>
    <item name="Item Name">
      ...
    </item>
 
    <item name="Another Item">
      ...
    </item>
  </equipment>