Skip to content

Population

Examples

Example

<Population>
  <Bonus>
    15
  </Bonus>
</Population>

XML Elements

The following elements can be used within this component:

Population

Bonus

Population cap increase while this entity exists.

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

Path: Population/Bonus

RELAX NG Grammar

<define name="component.Population">
  <element name="Population">
    <interleave>
      <element name="Bonus">
        <data type="nonNegativeInteger"/>
      </element>
    </interleave>
  </element>
</define>