Namespace:
Filename:
Content: body (Type: byte) ?, quickness (Type: byte) ?, strength (Type: byte) ?, charisma (Type: byte) ?, intelligence (Type: byte) ?, willpower (Type: byte) ?, reaction (Type: byte) ?, initiative (Type: byte) ?, controlpool (Type: byte) ?, combatpool (Type: byte) ?, hackingpool (Type: byte) ?, magicpool (Type: byte) ?, taskpool (Type: byte) ?,
Description: The enhances
tag defines the level of enhancement
or reduction to a metahuman attributes that something (e.g. cyberware, bioware, physad power)
provides. All fields are optional, but generally at least one is defined.
body
augmentation or reduction to body, if any.quickness
augmentation or reduction to quickness, if any.strength
augmentation or reduction to strength, if any.charisma
augmentation or reduction to charisma, if any.intelligence
augmentation or reduction to intelligence, if any.willpower
augmentation or reduction to willpower, if any.reaction
augmentation or reduction to reaction, if any.initiative
augmentation or reduction to initiative dice, if any.controlpool
augmentation or reduction to control pool, if any.combatpool
augmentation or reduction to combat pool, if any.hackingpool
augmentation or reduction to hacking pool, if any.magicpool
augmentation or reduction to magic pool, if any.taskpool
augmentation or reduction to task pool, if any.Code Fragment
<xs:elementtype name="enhances">
<xs:model>
<xs:sequence>
<xs:element type="xs:byte" name="body" occurs="?"/>
<xs:element type="xs:byte" name="quickness" occurs="?"/>
<xs:element type="xs:byte" name="strength" occurs="?"/>
<xs:element type="xs:byte" name="concealability" occurs="?"/>
<xs:element type="xs:byte" name="charisma" occurs="?"/>
<xs:element type="xs:byte" name="intelligence" occurs="?"/>
<xs:element type="xs:byte" name="willpower" occurs="?"/>
<xs:element type="xs:byte" name="reaction" occurs="?"/>
<xs:element type="xs:byte" name="initiative" occurs="?"/>
<xs:element type="xs:byte" name="controlpool" occurs="?"/>
<xs:element type="xs:byte" name="combatpool" occurs="?"/>
<xs:element type="xs:byte" name="hackingpool" occurs="?"/>
<xs:element type="xs:byte" name="magicpool" occurs="?"/>
<xs:element type="xs:byte" name="taskpool" occurs="?"/>
</xs:sequence>
</xs:model>
</xs:elementtype>