Empty messages, minLevel, maxLevel and monsterIds LongTimeEvent parameters.

This commit is contained in:
MobiusDevelopment
2019-11-19 00:10:54 +00:00
parent e847e61cd5
commit ead417a1bf
102 changed files with 2254 additions and 2693 deletions

View File

@@ -12,6 +12,9 @@
<xs:attribute name="min" type="xs:positiveInteger" use="required" />
<xs:attribute name="max" type="xs:positiveInteger" use="required" />
<xs:attribute name="chance" type="xs:token" use="required" />
<xs:attribute name="minLevel" type="xs:positiveInteger" use="optional" />
<xs:attribute name="maxLevel" type="xs:positiveInteger" use="optional" />
<xs:attribute name="monsterIds" type="xs:string" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>