root/geardeflist/biowaredef
Back
Namespace:
Filename:
Extends: geardef
Appends: cost (Type: float) , enhances ?
Description: The biowaredef
tag defines a standard peice of bioware
from a rulebook. This schema does not describe a specific useage of a peice of bioware,
merely the generic attributes of the item.
cost
defines bio index cost of the bioware.enhances
, if present, defines the bonuses or pentalties confered by the item.The category
tag must contain one of the following:
070100
- bioware:basic070200
- bioware:cultured070300
- bioware:cosmeticCode Fragment
<xs:elementtype name="geardef">
<xs:extends type="geardef">
<xs:model>
<xs:sequence>
<xs:element type="xs:float" name="cost" occurs="?"/>
<xs:element type="enhances" occurs="?"/>
</xs:sequence>
</xs:model>
</xs:extends>
</xs:elementtype>