root/geardeflist/explosivedef
Back
Namespace:
Filename:
Extends: geardef
Appends: damage (Type: string) , blast (Type: string)
Description: The explosivedef tag defines an explosive
shell, device or compound. This schema does not describe a specific useage of the explosvie,
merely the generic attributes of the item.
damage the damage code of the weapon.blast the blast information of the explosive.The category tag must contain the following:
011100 - weapon:mortar011200 - weapon:grenade011300 - weapon:mine020000 - explosiveCode Fragment
<xs:elementtype name="explosivedef">
<xs:extends type="geardef">
<xs:model>
<xs:sequence>
<xs:element type="xs:string" name="damage"/>
<xs:element type="xs:string" name="blast"/>
</xs:sequence>
</xs:model>
</xs:extends>
</xs:elementtype>