root/geardeflist/cyberdeckdef
Back
Namespace:
Filename:
Extends: geardef
Appends: mpcp (Type: byte) , hardening (Type: byte) , memory (Type: byte) , storage (Type: byte) , load (Type: byte) , io (Type: byte) , response (Type: byte) ,
Description: The cyberdeckdef
tag defines a standard cyberdeck
from a rulebook. This schema does not describe a specific useage of the deck,
merely the generic attributes of the item.
mpcp
the rating of the master personal control program.hardening
the deck's hardening rating.memory
the deck's active memory, in Mp.storage
the deck's storage capacity, in Mp.load
the deck's load rating.io
the deck's input/output speed.response
the deck's response increase.The category
tag must contain one of the following:
150101
- matrix:cyberdeck:stock150102
- matrix:cyberdeck:customCode Fragment
<xs:elementtype name="geardef">
<xs:extends type="geardef">
<xs:model>
<xs:sequence>
<xs:element type="xs:byte" name="mpcp"/>
<xs:element type="xs:byte" name="hardening"/>
<xs:element type="xs:byte" name="memory"/>
<xs:element type="xs:byte" name="storage"/>
<xs:element type="xs:byte" name="load"/>
<xs:element type="xs:byte" name="io"/>
<xs:element type="xs:byte" name="response"/>
</xs:sequence>
</xs:model>
</xs:extends>
</xs:elementtype>