Capturable¶
XML Elements¶
The following elements can be used within this component:
Capturable¶
CapturePoints¶
Maximum capture points.
Type: positive decimal
Path: Capturable/CapturePoints
RegenRate¶
Number of capture points that are regenerated per second in favor of the owner.
Type: non-negative decimal
Path: Capturable/RegenRate
GarrisonRegenRate¶
Factor how much each garrisoned entity will add capture points to the regeneration per second in favor of the owner.
Type: non-negative decimal
Path: Capturable/GarrisonRegenRate
RELAX NG Grammar¶
<define name="component.Capturable">
<element name="Capturable">
<interleave>
<element name="CapturePoints">
<ref name="positiveDecimal"/>
</element>
<element name="RegenRate">
<ref name="nonNegativeDecimal"/>
</element>
<element name="GarrisonRegenRate">
<ref name="nonNegativeDecimal"/>
</element>
</interleave>
</element>
</define>