Definition Type Element
Name add-to-roll
Type string
Abstract False
MinOccurs 0
MaxOccurs 1
Documentation Specifies something that should be added to this die.

For example, you might want to define a die that always adds "$L/2" to its expression.  You can use "add-to-roll" to do this.  When expanded, the net result might look something like "d20$L/2" wherever the die is referenced.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="1" name="add-to-roll" type="xs:string" >
  <xs:annotation>
    <xs:documentation>Specifies something that should be added to this die.

For example, you might want to define a die that always adds &quot;$L/2&quot; to its expression.  You can use &quot;add-to-roll&quot; to do this.  When expanded, the net result might look something like &quot;d20$L/2&quot; wherever the die is referenced.
</xs:documentation>
  </xs:annotation>

</xs:element>
Derivation Tree
[No Sub Types]
add-to-roll
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd