Daily Mission new handler additions and updates.

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment
2022-11-06 23:29:45 +00:00
parent 4d6f30dc23
commit 9cfbb26557
88 changed files with 6584 additions and 2350 deletions

View File

@@ -36,6 +36,7 @@
<xs:attribute type="xs:short" name="id" />
<xs:attribute type="xs:short" name="reward_id" />
<xs:attribute type="xs:string" name="name" />
<xs:attribute type="xs:int" name="requiredMissionCompleteId" />
<xs:attribute type="xs:int" name="requiredCompletion" />
<xs:attribute type="xs:boolean" name="dailyReset" />
<xs:attribute type="xs:boolean" name="isOneTime" />

View File

@@ -2086,6 +2086,7 @@
</xs:complexType>
</xs:element>
<xs:element name="damageModifier" type="xs:decimal" />
<xs:element name="abnormalPower" type="xs:unsignedShort" />
<xs:element name="animationSpeed" type="xs:unsignedShort" />
<xs:element name="pAtkMod">
<xs:complexType mixed="true">
@@ -2094,7 +2095,9 @@
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:decimal">
<xs:attribute name="level" type="xs:unsignedByte" use="required" />
<xs:attribute name="level" type="xs:unsignedByte" use="optional" />
<xs:attribute name="fromLevel" type="xs:unsignedByte" use="optional" />
<xs:attribute name="toLevel" type="xs:unsignedByte" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
@@ -2843,6 +2846,8 @@
</xs:complexType>
</xs:element>
<xs:element name="slot" type="xs:string" />
<xs:element name="rate" type="xs:unsignedByte" />
<xs:element name="dispel" type="xs:string" />
<xs:element name="attribute" type="xs:string" />
<xs:element name="mode" type="xs:string" />
<xs:element name="model" type="xs:string" />