User Tools

Site Tools


yagsbook:xml:equipment
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


yagsbook:xml:equipment [2019/08/29 11:55] (current) – created sam
Line 1: Line 1:
 +====== 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.
 +
 +<code>
 +equipment: item*
 +</code>
 +
 +==== Child Nodes ====
 +
 +  * [[equipment/item]]
 +
 +===== Example =====
 +
 +<code xml>
 +  <equipment>
 +    <item name="Item Name">
 +      ...
 +    </item>
 +
 +    <item name="Another Item">
 +      ...
 +    </item>
 +  </equipment>
 +</code>
  
yagsbook/xml/equipment.txt · Last modified: 2019/08/29 11:55 by sam

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki