Definition Type Element
Name check-hit
Abstract False
MinOccurs 0
MaxOccurs unbounded
Documentation This clause defines where the program should look to determine hits or misses when an expression of type "attack" is evaluated.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="unbounded" name="check-hit" >
  <xs:annotation>
    <xs:documentation>This clause defines where the program should look to determine hits or misses when an expression of type &quot;attack&quot; is evaluated.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ac-type" type="xs:string">
        <xs:annotation>
          <xs:documentation>The ID of the field whose value will be checked to determine whether the roll hits or misses.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" maxOccurs="unbounded" name="reduced-by">
        <xs:annotation>
          <xs:documentation>This clause allows you to tell the program where to look for information that might reduce the overall roll before determining a hit or miss.</xs:documentation>
        </xs:annotation>

        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" name="field" type="xs:string">
              <xs:annotation>
                <xs:documentation>The ID of the field that contains information about reducing the &quot;to hit&quot; roll.</xs:documentation>
              </xs:annotation>

            </xs:element>

            <xs:element minOccurs="0" default="false" name="reduce-on-use" type="xs:boolean">
              <xs:annotation>
                <xs:documentation>Flag indicating that the value retrieved from the &quot;field&quot; field should, itself, be reduced by the amount of reduction applied.</xs:documentation>
              </xs:annotation>

            </xs:element>

          </xs:sequence>

        </xs:complexType>

      </xs:element>

    </xs:sequence>

  </xs:complexType>

</xs:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
check-hit
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd