A Proposal for a Shadowrun XML Standard

powers

root/rpgcharacter/powers
Back

Namespace:
Filename:

Content: power +

Description: The powers tag describes the innate abilities the character has. These might be mystical abilities, super powers, or what some systems call "disciplines" or "talents". Not all game systems use powers.


Code Fragment

<xs:complexType name="powers">
  <xs:sequence>
    <xs:element type="power" name="power" minOccurs="1" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>