Skip to content

Garrisonable

Examples

Example

<Garrisonable>
  <Size>
    10
  </Size>
</Garrisonable>

XML Elements

The following elements can be used within this component:

Garrisonable

Size

Number of garrison slots the entity occupies.

Type: non-negative integer (e.g. 0 or 5)

Path: Garrisonable/Size

RELAX NG Grammar

<define name="component.Garrisonable">
  <element name="Garrisonable">
    <interleave>
      <element name="Size">
        <data type="nonNegativeInteger"/>
      </element>
    </interleave>
  </element>
</define>