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>
 
xml/equipment.txt · Last modified: 2007/10/14 21:53 by sam
 
Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki